diff --git a/.github/PULL_REQUEST_TEMPLATE/maintainer_pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/maintainer_pull_request_template.md index 768ac3f..45317d2 100644 --- a/.github/PULL_REQUEST_TEMPLATE/maintainer_pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/maintainer_pull_request_template.md @@ -4,48 +4,27 @@ **This PR will result in the following new package version:** -**Please detail what change(s) this PR introduces and any additional information that should be known during the review of this PR:** +**Please provide the finalized CHANGELOG entry which details the relevant changes included in this PR:** + ## PR Checklist ### Basic Validation Please acknowledge that you have successfully performed the following commands locally: -- [ ] dbt compile -- [ ] dbt run –full-refresh -- [ ] dbt run -- [ ] dbt test -- [ ] dbt run –vars (if applicable) +- [ ] dbt run –full-refresh && dbt test +- [ ] dbt run (if incremental models are present) Before marking this PR as "ready for review" the following have been applied: -- [ ] The appropriate issue has been linked and tagged -- [ ] You are assigned to the corresponding issue and this PR -- [ ] BuildKite integration tests are passing +- [ ] The appropriate issue has been linked, tagged, and properly assigned. +- [ ] All necessary documentation and version upgrades have been applied. + +- [ ] docs were regenerated (unless this PR does not include any code or yml updates). +- [ ] BuildKite integration tests are passing. +- [ ] Detailed validation steps have been provided below. ### Detailed Validation -Please acknowledge that the following validation checks have been performed prior to marking this PR as "ready for review": -- [ ] You have validated these changes and assure this PR will address the respective Issue/Feature. -- [ ] You are reasonably confident these changes will not impact any other components of this package or any dependent packages. -- [ ] You have provided details below around the validation steps performed to gain confidence in these changes. +Please share any and all of your validation steps: -### Standard Updates -Please acknowledge that your PR contains the following standard updates: -- Package versioning has been appropriately indexed in the following locations: - - [ ] indexed within dbt_project.yml - - [ ] indexed within integration_tests/dbt_project.yml -- [ ] CHANGELOG has individual entries for each respective change in this PR - -- [ ] README updates have been applied (if applicable) - -- [ ] DECISIONLOG updates have been updated (if applicable) -- [ ] Appropriate yml documentation has been added (if applicable) - -### dbt Docs -Please acknowledge that after the above were all completed the below were applied to your branch: -- [ ] docs were regenerated (unless this PR does not include any code or yml updates) - ### If you had to summarize this PR in an emoji, which would it be? -:dancer: +💃 \ No newline at end of file diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml new file mode 100644 index 0000000..8ed5853 --- /dev/null +++ b/.github/workflows/auto-release.yml @@ -0,0 +1,13 @@ +name: 'auto release' +on: + pull_request: + types: + - closed + branches: + - main + +jobs: + call-workflow-passing-data: + if: github.event.pull_request.merged + uses: fivetran/dbt_package_automations/.github/workflows/auto-release.yml@main + secrets: inherit \ No newline at end of file diff --git a/.gitignore b/.gitignore index 066b7fc..9589a8c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ target/ dbt_modules/ logs/ .DS_Store -dbt_packages/ \ No newline at end of file +dbt_packages/ +package-lock.yml \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6366870..959746b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# dbt_mailchimp_source v0.5.2 +[PR #19](https://github.com/fivetran/dbt_mailchimp_source/pull/19) includes the following updates: + +## 🐛 Bug Fixes 🔨 +- Cast `activity_timestamp` in `stg_mailchimp__campaign_activities` and `send_timestamp` in `stg_mailchimp__campaigns` to `dbt.type_timestamp()`. This ensures the `dbt.datediff()` function in the `mailchimp__campaign_activities` model in the `dbt_mailchimp` package properly runs in Redshift. +- Corrected source freshness variables to properly reference `mailchimp_using_automations`. + +## 🧪 Test Updates 🧪 +- Updated the source freshness test enablement/disablement to leverage the dbt-core `config: enabled:` architecture. +- Added source freshness tests for models utilizing the `mailchimp_using_segments` variable. + +## 🚘 Under the Hood 🚘 +- Updated the pull request [templates](/.github). +- Included auto-releaser GitHub Actions workflow to automate future releases. + # dbt_mailchimp_source v0.5.1 [PR #17](https://github.com/fivetran/dbt_mailchimp_source/pull/17) includes the following updates: ## 🎉 Feature Update diff --git a/README.md b/README.md index 63da1e1..98c5a1c 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Your Mailchimp connector may not sync every table that this package expects. If ```yml vars: - mailchip_using_automations: false #disable if you do not have the automation_email, automation_email, or automation_recipient_activity tables + mailchimp_using_automations: false #disable if you do not have the automation_email, automation_email, or automation_recipient_activity tables mailchimp_using_segments: false #disable if you do not have the segment or segment_member table ``` diff --git a/dbt_project.yml b/dbt_project.yml index 8286309..657c458 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'mailchimp_source' -version: '0.5.1' +version: '0.5.2' config-version: 2 models: mailchimp_source: diff --git a/docs/catalog.json b/docs/catalog.json index 78b96e6..ab79308 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.4.5", "generated_at": "2023-08-08T19:53:31.622542Z", "invocation_id": "7f4ee798-3b5c-4f5e-ab48-7a7f01fb7d82", "env": {}}, "nodes": {"model.mailchimp_source.stg_mailchimp__segment_members": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__segment_members", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"segment_id": {"type": "INT64", "index": 1, "name": "segment_id", "comment": null}, "member_id": {"type": "STRING", "index": 2, "name": "member_id", "comment": null}, "list_id": {"type": "STRING", "index": 3, "name": "list_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 108.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__segment_members"}, "model.mailchimp_source.stg_mailchimp__automation_recipients_tmp": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__automation_recipients_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"automation_email_id": {"type": "STRING", "index": 1, "name": "automation_email_id", "comment": null}, "member_id": {"type": "STRING", "index": 2, "name": "member_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "list_id": {"type": "STRING", "index": 4, "name": "list_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 132.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_recipients_tmp"}, "model.mailchimp_source.stg_mailchimp__segment_members_tmp": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__segment_members_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"member_id": {"type": "STRING", "index": 1, "name": "member_id", "comment": null}, "segment_id": {"type": "INT64", "index": 2, "name": "segment_id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "list_id": {"type": "STRING", "index": 5, "name": "list_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 126.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__segment_members_tmp"}, "model.mailchimp_source.stg_mailchimp__unsubscribes": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__unsubscribes", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"campaign_id": {"type": "STRING", "index": 1, "name": "campaign_id", "comment": null}, "member_id": {"type": "STRING", "index": 2, "name": "member_id", "comment": null}, "list_id": {"type": "STRING", "index": 3, "name": "list_id", "comment": null}, "unsubscribe_reason": {"type": "INT64", "index": 4, "name": "unsubscribe_reason", "comment": null}, "unsubscribe_timestamp": {"type": "TIMESTAMP", "index": 5, "name": "unsubscribe_timestamp", "comment": null}, "unsubscribe_id": {"type": "STRING", "index": 6, "name": "unsubscribe_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 100.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__unsubscribes"}, "model.mailchimp.int_mailchimp__campaign_activities_by_member": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__campaign_activities_by_member", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"member_id": {"type": "STRING", "index": 1, "name": "member_id", "comment": null}, "list_id": {"type": "STRING", "index": 2, "name": "list_id", "comment": null}, "sends": {"type": "INT64", "index": 3, "name": "sends", "comment": null}, "opens": {"type": "INT64", "index": 4, "name": "opens", "comment": null}, "clicks": {"type": "INT64", "index": 5, "name": "clicks", "comment": null}, "unique_opens": {"type": "INT64", "index": 6, "name": "unique_opens", "comment": null}, "unique_clicks": {"type": "INT64", "index": 7, "name": "unique_clicks", "comment": null}, "unsubscribes": {"type": "INT64", "index": 8, "name": "unsubscribes", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 10.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 940.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.int_mailchimp__campaign_activities_by_member"}, "model.mailchimp_source.stg_mailchimp__automation_recipients": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__automation_recipients", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"member_id": {"type": "STRING", "index": 1, "name": "member_id", "comment": null}, "automation_email_id": {"type": "STRING", "index": 2, "name": "automation_email_id", "comment": null}, "list_id": {"type": "STRING", "index": 3, "name": "list_id", "comment": null}, "automation_recipient_id": {"type": "STRING", "index": 4, "name": "automation_recipient_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 184.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_recipients"}, "model.mailchimp_source.stg_mailchimp__campaigns": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__campaigns", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"campaign_id": {"type": "STRING", "index": 1, "name": "campaign_id", "comment": null}, "segment_id": {"type": "INT64", "index": 2, "name": "segment_id", "comment": null}, "create_timestamp": {"type": "TIMESTAMP", "index": 3, "name": "create_timestamp", "comment": null}, "send_timestamp": {"type": "TIMESTAMP", "index": 4, "name": "send_timestamp", "comment": null}, "list_id": {"type": "STRING", "index": 5, "name": "list_id", "comment": null}, "reply_to_email": {"type": "STRING", "index": 6, "name": "reply_to_email", "comment": null}, "campaign_type": {"type": "STRING", "index": 7, "name": "campaign_type", "comment": null}, "title": {"type": "STRING", "index": 8, "name": "title", "comment": null}, "archive_url": {"type": "STRING", "index": 9, "name": "archive_url", "comment": null}, "authenticate": {"type": "BOOL", "index": 10, "name": "authenticate", "comment": null}, "auto_footer": {"type": "BOOL", "index": 11, "name": "auto_footer", "comment": null}, "auto_tweet": {"type": "BOOL", "index": 12, "name": "auto_tweet", "comment": null}, "clicktale": {"type": "STRING", "index": 13, "name": "clicktale", "comment": null}, "content_type": {"type": "STRING", "index": 14, "name": "content_type", "comment": null}, "drag_and_drop": {"type": "BOOL", "index": 15, "name": "drag_and_drop", "comment": null}, "fb_comments": {"type": "BOOL", "index": 16, "name": "fb_comments", "comment": null}, "folder_id": {"type": "INT64", "index": 17, "name": "folder_id", "comment": null}, "from_name": {"type": "STRING", "index": 18, "name": "from_name", "comment": null}, "google_analytics": {"type": "STRING", "index": 19, "name": "google_analytics", "comment": null}, "inline_css": {"type": "BOOL", "index": 20, "name": "inline_css", "comment": null}, "long_archive_url": {"type": "STRING", "index": 21, "name": "long_archive_url", "comment": null}, "status": {"type": "STRING", "index": 22, "name": "status", "comment": null}, "subject_line": {"type": "STRING", "index": 23, "name": "subject_line", "comment": null}, "template_id": {"type": "INT64", "index": 24, "name": "template_id", "comment": null}, "test_size": {"type": "INT64", "index": 25, "name": "test_size", "comment": null}, "timewarp": {"type": "BOOL", "index": 26, "name": "timewarp", "comment": null}, "to_name": {"type": "STRING", "index": 27, "name": "to_name", "comment": null}, "track_ecomm_360": {"type": "BOOL", "index": 28, "name": "track_ecomm_360", "comment": null}, "track_goals": {"type": "BOOL", "index": 29, "name": "track_goals", "comment": null}, "track_html_clicks": {"type": "BOOL", "index": 30, "name": "track_html_clicks", "comment": null}, "track_opens": {"type": "BOOL", "index": 31, "name": "track_opens", "comment": null}, "track_text_clicks": {"type": "BOOL", "index": 32, "name": "track_text_clicks", "comment": null}, "use_conversation": {"type": "BOOL", "index": 33, "name": "use_conversation", "comment": null}, "wait_time": {"type": "INT64", "index": 34, "name": "wait_time", "comment": null}, "winner_criteria": {"type": "INT64", "index": 35, "name": "winner_criteria", "comment": null}, "winning_campaign_id": {"type": "INT64", "index": 36, "name": "winning_campaign_id", "comment": null}, "winning_combination_id": {"type": "INT64", "index": 37, "name": "winning_combination_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 309.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__campaigns"}, "model.mailchimp.int_mailchimp__automation_unsubscribes": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__automation_unsubscribes", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"campaign_id": {"type": "STRING", "index": 1, "name": "campaign_id", "comment": null}, "member_id": {"type": "STRING", "index": 2, "name": "member_id", "comment": null}, "list_id": {"type": "STRING", "index": 3, "name": "list_id", "comment": null}, "unsubscribe_reason": {"type": "INT64", "index": 4, "name": "unsubscribe_reason", "comment": null}, "unsubscribe_timestamp": {"type": "TIMESTAMP", "index": 5, "name": "unsubscribe_timestamp", "comment": null}, "unsubscribe_id": {"type": "STRING", "index": 6, "name": "unsubscribe_id", "comment": null}, "segment_id": {"type": "INT64", "index": 7, "name": "segment_id", "comment": null}, "automation_id": {"type": "STRING", "index": 8, "name": "automation_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 112.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.int_mailchimp__automation_unsubscribes"}, "model.mailchimp.mailchimp__automation_activities": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "mailchimp__automation_activities", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"action_type": {"type": "STRING", "index": 1, "name": "action_type", "comment": null}, "automation_email_id": {"type": "STRING", "index": 2, "name": "automation_email_id", "comment": null}, "member_id": {"type": "STRING", "index": 3, "name": "member_id", "comment": null}, "list_id": {"type": "STRING", "index": 4, "name": "list_id", "comment": null}, "activity_timestamp": {"type": "TIMESTAMP", "index": 5, "name": "activity_timestamp", "comment": null}, "ip_address": {"type": "STRING", "index": 6, "name": "ip_address", "comment": null}, "url": {"type": "STRING", "index": 7, "name": "url", "comment": null}, "bounce_type": {"type": "INT64", "index": 8, "name": "bounce_type", "comment": null}, "activity_id": {"type": "STRING", "index": 9, "name": "activity_id", "comment": null}, "automation_id": {"type": "STRING", "index": 10, "name": "automation_id", "comment": null}, "segment_id": {"type": "INT64", "index": 11, "name": "segment_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 7.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1049.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.mailchimp__automation_activities"}, "model.mailchimp_source.stg_mailchimp__automations_tmp": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__automations_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "create_time": {"type": "TIMESTAMP", "index": 4, "name": "create_time", "comment": null}, "list_id": {"type": "STRING", "index": 5, "name": "list_id", "comment": null}, "segment_id": {"type": "INT64", "index": 6, "name": "segment_id", "comment": null}, "segment_text": {"type": "INT64", "index": 7, "name": "segment_text", "comment": null}, "start_time": {"type": "TIMESTAMP", "index": 8, "name": "start_time", "comment": null}, "status": {"type": "STRING", "index": 9, "name": "status", "comment": null}, "title": {"type": "STRING", "index": 10, "name": "title", "comment": null}, "trigger_settings": {"type": "STRING", "index": 11, "name": "trigger_settings", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 296.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__automations_tmp"}, "model.mailchimp_source.stg_mailchimp__campaign_activities_tmp": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__campaign_activities_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"action": {"type": "STRING", "index": 1, "name": "action", "comment": null}, "campaign_id": {"type": "STRING", "index": 2, "name": "campaign_id", "comment": null}, "member_id": {"type": "STRING", "index": 3, "name": "member_id", "comment": null}, "timestamp": {"type": "TIMESTAMP", "index": 4, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 5, "name": "_fivetran_synced", "comment": null}, "bounce_type": {"type": "INT64", "index": 6, "name": "bounce_type", "comment": null}, "combination_id": {"type": "INT64", "index": 7, "name": "combination_id", "comment": null}, "ip": {"type": "STRING", "index": 8, "name": "ip", "comment": null}, "list_id": {"type": "STRING", "index": 9, "name": "list_id", "comment": null}, "url": {"type": "STRING", "index": 10, "name": "url", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 17.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1719.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_activities_tmp"}, "model.mailchimp.int_mailchimp__automation_activities_by_email": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__automation_activities_by_email", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"automation_email_id": {"type": "STRING", "index": 1, "name": "automation_email_id", "comment": null}, "opens": {"type": "INT64", "index": 2, "name": "opens", "comment": null}, "clicks": {"type": "INT64", "index": 3, "name": "clicks", "comment": null}, "unique_opens": {"type": "INT64", "index": 4, "name": "unique_opens", "comment": null}, "unique_clicks": {"type": "INT64", "index": 5, "name": "unique_clicks", "comment": null}, "sends": {"type": "INT64", "index": 6, "name": "sends", "comment": null}, "unsubscribes": {"type": "INT64", "index": 7, "name": "unsubscribes", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 60.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.int_mailchimp__automation_activities_by_email"}, "model.mailchimp.mailchimp__segments": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "mailchimp__segments", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"segment_id": {"type": "INT64", "index": 1, "name": "segment_id", "comment": null}, "list_id": {"type": "STRING", "index": 2, "name": "list_id", "comment": null}, "member_count": {"type": "INT64", "index": 3, "name": "member_count", "comment": null}, "segment_name": {"type": "STRING", "index": 4, "name": "segment_name", "comment": null}, "segment_type": {"type": "STRING", "index": 5, "name": "segment_type", "comment": null}, "updated_timestamp": {"type": "TIMESTAMP", "index": 6, "name": "updated_timestamp", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 7, "name": "created_timestamp", "comment": null}, "campaign_sends": {"type": "INT64", "index": 8, "name": "campaign_sends", "comment": null}, "campaign_opens": {"type": "INT64", "index": 9, "name": "campaign_opens", "comment": null}, "campaign_clicks": {"type": "INT64", "index": 10, "name": "campaign_clicks", "comment": null}, "campaign_unique_opens": {"type": "INT64", "index": 11, "name": "campaign_unique_opens", "comment": null}, "campaign_unique_clicks": {"type": "INT64", "index": 12, "name": "campaign_unique_clicks", "comment": null}, "campaign_unsubscribes": {"type": "INT64", "index": 13, "name": "campaign_unsubscribes", "comment": null}, "list_name": {"type": "STRING", "index": 14, "name": "list_name", "comment": null}, "automation_sends": {"type": "INT64", "index": 15, "name": "automation_sends", "comment": null}, "automation_opens": {"type": "INT64", "index": 16, "name": "automation_opens", "comment": null}, "automation_clicks": {"type": "INT64", "index": 17, "name": "automation_clicks", "comment": null}, "automation_unique_opens": {"type": "INT64", "index": 18, "name": "automation_unique_opens", "comment": null}, "automation_unique_clicks": {"type": "INT64", "index": 19, "name": "automation_unique_clicks", "comment": null}, "automation_unsubscribes": {"type": "INT64", "index": 20, "name": "automation_unsubscribes", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 175.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.mailchimp__segments"}, "model.mailchimp_source.stg_mailchimp__automation_emails_tmp": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__automation_emails_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "archive_url": {"type": "STRING", "index": 4, "name": "archive_url", "comment": null}, "authenticate": {"type": "BOOL", "index": 5, "name": "authenticate", "comment": null}, "auto_footer": {"type": "BOOL", "index": 6, "name": "auto_footer", "comment": null}, "auto_tweet": {"type": "BOOL", "index": 7, "name": "auto_tweet", "comment": null}, "automation_id": {"type": "STRING", "index": 8, "name": "automation_id", "comment": null}, "clicktale": {"type": "INT64", "index": 9, "name": "clicktale", "comment": null}, "content_type": {"type": "STRING", "index": 10, "name": "content_type", "comment": null}, "create_time": {"type": "TIMESTAMP", "index": 11, "name": "create_time", "comment": null}, "delay_action": {"type": "STRING", "index": 12, "name": "delay_action", "comment": null}, "delay_action_description": {"type": "STRING", "index": 13, "name": "delay_action_description", "comment": null}, "delay_amount": {"type": "INT64", "index": 14, "name": "delay_amount", "comment": null}, "delay_direction": {"type": "INT64", "index": 15, "name": "delay_direction", "comment": null}, "delay_full_description": {"type": "STRING", "index": 16, "name": "delay_full_description", "comment": null}, "delay_type": {"type": "STRING", "index": 17, "name": "delay_type", "comment": null}, "drag_and_drop": {"type": "BOOL", "index": 18, "name": "drag_and_drop", "comment": null}, "fb_comments": {"type": "BOOL", "index": 19, "name": "fb_comments", "comment": null}, "folder_id": {"type": "INT64", "index": 20, "name": "folder_id", "comment": null}, "from_name": {"type": "STRING", "index": 21, "name": "from_name", "comment": null}, "google_analytics": {"type": "STRING", "index": 22, "name": "google_analytics", "comment": null}, "inline_css": {"type": "BOOL", "index": 23, "name": "inline_css", "comment": null}, "position": {"type": "INT64", "index": 24, "name": "position", "comment": null}, "reply_to": {"type": "STRING", "index": 25, "name": "reply_to", "comment": null}, "send_time": {"type": "TIMESTAMP", "index": 26, "name": "send_time", "comment": null}, "start_time": {"type": "TIMESTAMP", "index": 27, "name": "start_time", "comment": null}, "status": {"type": "STRING", "index": 28, "name": "status", "comment": null}, "subject_line": {"type": "STRING", "index": 29, "name": "subject_line", "comment": null}, "template_id": {"type": "INT64", "index": 30, "name": "template_id", "comment": null}, "timewarp": {"type": "INT64", "index": 31, "name": "timewarp", "comment": null}, "title": {"type": "STRING", "index": 32, "name": "title", "comment": null}, "to_name": {"type": "INT64", "index": 33, "name": "to_name", "comment": null}, "track_ecomm_360": {"type": "BOOL", "index": 34, "name": "track_ecomm_360", "comment": null}, "track_goals": {"type": "BOOL", "index": 35, "name": "track_goals", "comment": null}, "track_html_clicks": {"type": "BOOL", "index": 36, "name": "track_html_clicks", "comment": null}, "track_opens": {"type": "BOOL", "index": 37, "name": "track_opens", "comment": null}, "track_text_clicks": {"type": "BOOL", "index": 38, "name": "track_text_clicks", "comment": null}, "use_conversation": {"type": "INT64", "index": 39, "name": "use_conversation", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 352.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_emails_tmp"}, "model.mailchimp.int_mailchimp__automation_activities_by_list": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__automation_activities_by_list", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"list_id": {"type": "STRING", "index": 1, "name": "list_id", "comment": null}, "opens": {"type": "INT64", "index": 2, "name": "opens", "comment": null}, "clicks": {"type": "INT64", "index": 3, "name": "clicks", "comment": null}, "unique_opens": {"type": "INT64", "index": 4, "name": "unique_opens", "comment": null}, "unique_clicks": {"type": "INT64", "index": 5, "name": "unique_clicks", "comment": null}, "sends": {"type": "INT64", "index": 6, "name": "sends", "comment": null}, "unsubscribes": {"type": "INT64", "index": 7, "name": "unsubscribes", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 60.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.int_mailchimp__automation_activities_by_list"}, "model.mailchimp.mailchimp__automations": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "mailchimp__automations", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"automation_id": {"type": "STRING", "index": 1, "name": "automation_id", "comment": null}, "list_id": {"type": "STRING", "index": 2, "name": "list_id", "comment": null}, "segment_id": {"type": "INT64", "index": 3, "name": "segment_id", "comment": null}, "segment_text": {"type": "INT64", "index": 4, "name": "segment_text", "comment": null}, "started_timestamp": {"type": "TIMESTAMP", "index": 5, "name": "started_timestamp", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 6, "name": "created_timestamp", "comment": null}, "status": {"type": "STRING", "index": 7, "name": "status", "comment": null}, "title": {"type": "STRING", "index": 8, "name": "title", "comment": null}, "trigger_settings": {"type": "STRING", "index": 9, "name": "trigger_settings", "comment": null}, "sends": {"type": "INT64", "index": 10, "name": "sends", "comment": null}, "opens": {"type": "INT64", "index": 11, "name": "opens", "comment": null}, "clicks": {"type": "INT64", "index": 12, "name": "clicks", "comment": null}, "unique_opens": {"type": "INT64", "index": 13, "name": "unique_opens", "comment": null}, "unique_clicks": {"type": "INT64", "index": 14, "name": "unique_clicks", "comment": null}, "unsubscribes": {"type": "INT64", "index": 15, "name": "unsubscribes", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 335.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.mailchimp__automations"}, "model.mailchimp_source.stg_mailchimp__lists_tmp": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__lists_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "beamer_address": {"type": "STRING", "index": 4, "name": "beamer_address", "comment": null}, "contact_address_1": {"type": "STRING", "index": 5, "name": "contact_address_1", "comment": null}, "contact_address_2": {"type": "INT64", "index": 6, "name": "contact_address_2", "comment": null}, "contact_city": {"type": "STRING", "index": 7, "name": "contact_city", "comment": null}, "contact_company": {"type": "STRING", "index": 8, "name": "contact_company", "comment": null}, "contact_country": {"type": "STRING", "index": 9, "name": "contact_country", "comment": null}, "contact_state": {"type": "STRING", "index": 10, "name": "contact_state", "comment": null}, "contact_zip": {"type": "STRING", "index": 11, "name": "contact_zip", "comment": null}, "date_created": {"type": "TIMESTAMP", "index": 12, "name": "date_created", "comment": null}, "default_from_email": {"type": "STRING", "index": 13, "name": "default_from_email", "comment": null}, "default_from_name": {"type": "STRING", "index": 14, "name": "default_from_name", "comment": null}, "default_language": {"type": "STRING", "index": 15, "name": "default_language", "comment": null}, "default_subject": {"type": "INT64", "index": 16, "name": "default_subject", "comment": null}, "email_type_option": {"type": "BOOL", "index": 17, "name": "email_type_option", "comment": null}, "list_rating": {"type": "FLOAT64", "index": 18, "name": "list_rating", "comment": null}, "name": {"type": "STRING", "index": 19, "name": "name", "comment": null}, "notify_on_subscribe": {"type": "INT64", "index": 20, "name": "notify_on_subscribe", "comment": null}, "notify_on_unsubscribe": {"type": "INT64", "index": 21, "name": "notify_on_unsubscribe", "comment": null}, "permission_reminder": {"type": "STRING", "index": 22, "name": "permission_reminder", "comment": null}, "subscribe_url_long": {"type": "STRING", "index": 23, "name": "subscribe_url_long", "comment": null}, "subscribe_url_short": {"type": "STRING", "index": 24, "name": "subscribe_url_short", "comment": null}, "use_archive_bar": {"type": "BOOL", "index": 25, "name": "use_archive_bar", "comment": null}, "visibility": {"type": "STRING", "index": 26, "name": "visibility", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 380.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__lists_tmp"}, "model.mailchimp_source.stg_mailchimp__campaigns_tmp": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__campaigns_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "archive_url": {"type": "STRING", "index": 4, "name": "archive_url", "comment": null}, "authenticate": {"type": "BOOL", "index": 5, "name": "authenticate", "comment": null}, "auto_footer": {"type": "BOOL", "index": 6, "name": "auto_footer", "comment": null}, "auto_tweet": {"type": "BOOL", "index": 7, "name": "auto_tweet", "comment": null}, "clicktale": {"type": "STRING", "index": 8, "name": "clicktale", "comment": null}, "content_type": {"type": "STRING", "index": 9, "name": "content_type", "comment": null}, "create_time": {"type": "TIMESTAMP", "index": 10, "name": "create_time", "comment": null}, "drag_and_drop": {"type": "BOOL", "index": 11, "name": "drag_and_drop", "comment": null}, "fb_comments": {"type": "BOOL", "index": 12, "name": "fb_comments", "comment": null}, "folder_id": {"type": "INT64", "index": 13, "name": "folder_id", "comment": null}, "from_name": {"type": "STRING", "index": 14, "name": "from_name", "comment": null}, "google_analytics": {"type": "STRING", "index": 15, "name": "google_analytics", "comment": null}, "inline_css": {"type": "BOOL", "index": 16, "name": "inline_css", "comment": null}, "list_id": {"type": "STRING", "index": 17, "name": "list_id", "comment": null}, "long_archive_url": {"type": "STRING", "index": 18, "name": "long_archive_url", "comment": null}, "reply_to": {"type": "STRING", "index": 19, "name": "reply_to", "comment": null}, "segment_id": {"type": "INT64", "index": 20, "name": "segment_id", "comment": null}, "segment_text": {"type": "INT64", "index": 21, "name": "segment_text", "comment": null}, "send_time": {"type": "TIMESTAMP", "index": 22, "name": "send_time", "comment": null}, "status": {"type": "STRING", "index": 23, "name": "status", "comment": null}, "subject_line": {"type": "STRING", "index": 24, "name": "subject_line", "comment": null}, "template_id": {"type": "INT64", "index": 25, "name": "template_id", "comment": null}, "test_size": {"type": "INT64", "index": 26, "name": "test_size", "comment": null}, "timewarp": {"type": "BOOL", "index": 27, "name": "timewarp", "comment": null}, "title": {"type": "STRING", "index": 28, "name": "title", "comment": null}, "to_name": {"type": "STRING", "index": 29, "name": "to_name", "comment": null}, "track_ecomm_360": {"type": "BOOL", "index": 30, "name": "track_ecomm_360", "comment": null}, "track_goals": {"type": "BOOL", "index": 31, "name": "track_goals", "comment": null}, "track_html_clicks": {"type": "BOOL", "index": 32, "name": "track_html_clicks", "comment": null}, "track_opens": {"type": "BOOL", "index": 33, "name": "track_opens", "comment": null}, "track_text_clicks": {"type": "BOOL", "index": 34, "name": "track_text_clicks", "comment": null}, "type": {"type": "STRING", "index": 35, "name": "type", "comment": null}, "use_conversation": {"type": "BOOL", "index": 36, "name": "use_conversation", "comment": null}, "wait_time": {"type": "INT64", "index": 37, "name": "wait_time", "comment": null}, "winner_criteria": {"type": "INT64", "index": 38, "name": "winner_criteria", "comment": null}, "winning_campaign_id": {"type": "INT64", "index": 39, "name": "winning_campaign_id", "comment": null}, "winning_combination_id": {"type": "INT64", "index": 40, "name": "winning_combination_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 318.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__campaigns_tmp"}, "model.mailchimp_source.stg_mailchimp__automation_activities": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__automation_activities", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"action_type": {"type": "STRING", "index": 1, "name": "action_type", "comment": null}, "automation_email_id": {"type": "STRING", "index": 2, "name": "automation_email_id", "comment": null}, "member_id": {"type": "STRING", "index": 3, "name": "member_id", "comment": null}, "list_id": {"type": "STRING", "index": 4, "name": "list_id", "comment": null}, "activity_timestamp": {"type": "TIMESTAMP", "index": 5, "name": "activity_timestamp", "comment": null}, "ip_address": {"type": "STRING", "index": 6, "name": "ip_address", "comment": null}, "url": {"type": "STRING", "index": 7, "name": "url", "comment": null}, "bounce_type": {"type": "INT64", "index": 8, "name": "bounce_type", "comment": null}, "activity_id": {"type": "STRING", "index": 9, "name": "activity_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 7.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 965.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_activities"}, "model.mailchimp_source.stg_mailchimp__members_tmp": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__members_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "list_id": {"type": "STRING", "index": 2, "name": "list_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "country_code": {"type": "STRING", "index": 4, "name": "country_code", "comment": null}, "dstoff": {"type": "FLOAT64", "index": 5, "name": "dstoff", "comment": null}, "email_address": {"type": "STRING", "index": 6, "name": "email_address", "comment": null}, "email_client": {"type": "STRING", "index": 7, "name": "email_client", "comment": null}, "email_type": {"type": "STRING", "index": 8, "name": "email_type", "comment": null}, "gmtoff": {"type": "FLOAT64", "index": 9, "name": "gmtoff", "comment": null}, "ip_opt": {"type": "STRING", "index": 10, "name": "ip_opt", "comment": null}, "ip_signup": {"type": "STRING", "index": 11, "name": "ip_signup", "comment": null}, "language": {"type": "STRING", "index": 12, "name": "language", "comment": null}, "last_changed": {"type": "TIMESTAMP", "index": 13, "name": "last_changed", "comment": null}, "latitude": {"type": "FLOAT64", "index": 14, "name": "latitude", "comment": null}, "longitude": {"type": "FLOAT64", "index": 15, "name": "longitude", "comment": null}, "member_rating": {"type": "INT64", "index": 16, "name": "member_rating", "comment": null}, "merge_fname": {"type": "STRING", "index": 17, "name": "merge_fname", "comment": null}, "merge_lname": {"type": "INT64", "index": 18, "name": "merge_lname", "comment": null}, "status": {"type": "STRING", "index": 19, "name": "status", "comment": null}, "timestamp_opt": {"type": "TIMESTAMP", "index": 20, "name": "timestamp_opt", "comment": null}, "timestamp_signup": {"type": "TIMESTAMP", "index": 21, "name": "timestamp_signup", "comment": null}, "timezone": {"type": "STRING", "index": 22, "name": "timezone", "comment": null}, "unique_email_id": {"type": "STRING", "index": 23, "name": "unique_email_id", "comment": null}, "vip": {"type": "BOOL", "index": 24, "name": "vip", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 8.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1841.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__members_tmp"}, "model.mailchimp_source.stg_mailchimp__unsubscribes_tmp": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__unsubscribes_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"campaign_id": {"type": "STRING", "index": 1, "name": "campaign_id", "comment": null}, "member_id": {"type": "STRING", "index": 2, "name": "member_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "list_id": {"type": "STRING", "index": 4, "name": "list_id", "comment": null}, "reason": {"type": "INT64", "index": 5, "name": "reason", "comment": null}, "timestamp": {"type": "TIMESTAMP", "index": 6, "name": "timestamp", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 74.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__unsubscribes_tmp"}, "model.mailchimp_source.stg_mailchimp__segments": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__segments", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"segment_id": {"type": "INT64", "index": 1, "name": "segment_id", "comment": null}, "list_id": {"type": "STRING", "index": 2, "name": "list_id", "comment": null}, "member_count": {"type": "INT64", "index": 3, "name": "member_count", "comment": null}, "segment_name": {"type": "STRING", "index": 4, "name": "segment_name", "comment": null}, "segment_type": {"type": "STRING", "index": 5, "name": "segment_type", "comment": null}, "updated_timestamp": {"type": "TIMESTAMP", "index": 6, "name": "updated_timestamp", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 7, "name": "created_timestamp", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 62.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__segments"}, "model.mailchimp.mailchimp__campaign_recipients": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "mailchimp__campaign_recipients", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"campaign_id": {"type": "STRING", "index": 1, "name": "campaign_id", "comment": null}, "member_id": {"type": "STRING", "index": 2, "name": "member_id", "comment": null}, "combination_id": {"type": "INT64", "index": 3, "name": "combination_id", "comment": null}, "list_id": {"type": "STRING", "index": 4, "name": "list_id", "comment": null}, "email_id": {"type": "STRING", "index": 5, "name": "email_id", "comment": null}, "segment_id": {"type": "INT64", "index": 6, "name": "segment_id", "comment": null}, "send_timestamp": {"type": "TIMESTAMP", "index": 7, "name": "send_timestamp", "comment": null}, "opens": {"type": "INT64", "index": 8, "name": "opens", "comment": null}, "unique_opens": {"type": "INT64", "index": 9, "name": "unique_opens", "comment": null}, "clicks": {"type": "INT64", "index": 10, "name": "clicks", "comment": null}, "unique_clicks": {"type": "INT64", "index": 11, "name": "unique_clicks", "comment": null}, "was_opened": {"type": "BOOL", "index": 12, "name": "was_opened", "comment": null}, "was_clicked": {"type": "BOOL", "index": 13, "name": "was_clicked", "comment": null}, "first_open_timestamp": {"type": "TIMESTAMP", "index": 14, "name": "first_open_timestamp", "comment": null}, "time_to_open_minutes": {"type": "INT64", "index": 15, "name": "time_to_open_minutes", "comment": null}, "time_to_open_hours": {"type": "INT64", "index": 16, "name": "time_to_open_hours", "comment": null}, "time_to_open_days": {"type": "INT64", "index": 17, "name": "time_to_open_days", "comment": null}, "was_unsubscribed": {"type": "BOOL", "index": 18, "name": "was_unsubscribed", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 10.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1574.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.mailchimp__campaign_recipients"}, "model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__campaign_recipients_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"campaign_id": {"type": "STRING", "index": 1, "name": "campaign_id", "comment": null}, "member_id": {"type": "STRING", "index": 2, "name": "member_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "combination_id": {"type": "INT64", "index": 4, "name": "combination_id", "comment": null}, "list_id": {"type": "STRING", "index": 5, "name": "list_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 10.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 660.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp"}, "model.mailchimp_source.stg_mailchimp__segments_tmp": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__segments_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 4, "name": "created_at", "comment": null}, "list_id": {"type": "STRING", "index": 5, "name": "list_id", "comment": null}, "member_count": {"type": "INT64", "index": 6, "name": "member_count", "comment": null}, "name": {"type": "STRING", "index": 7, "name": "name", "comment": null}, "type": {"type": "STRING", "index": 8, "name": "type", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 9, "name": "updated_at", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 71.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__segments_tmp"}, "model.mailchimp.int_mailchimp__campaign_activities_by_campaign": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__campaign_activities_by_campaign", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"campaign_id": {"type": "STRING", "index": 1, "name": "campaign_id", "comment": null}, "sends": {"type": "INT64", "index": 2, "name": "sends", "comment": null}, "opens": {"type": "INT64", "index": 3, "name": "opens", "comment": null}, "clicks": {"type": "INT64", "index": 4, "name": "clicks", "comment": null}, "unique_opens": {"type": "INT64", "index": 5, "name": "unique_opens", "comment": null}, "unique_clicks": {"type": "INT64", "index": 6, "name": "unique_clicks", "comment": null}, "unsubscribes": {"type": "INT64", "index": 7, "name": "unsubscribes", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 60.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.int_mailchimp__campaign_activities_by_campaign"}, "model.mailchimp_source.stg_mailchimp__automations": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__automations", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"automation_id": {"type": "STRING", "index": 1, "name": "automation_id", "comment": null}, "list_id": {"type": "STRING", "index": 2, "name": "list_id", "comment": null}, "segment_id": {"type": "INT64", "index": 3, "name": "segment_id", "comment": null}, "segment_text": {"type": "INT64", "index": 4, "name": "segment_text", "comment": null}, "started_timestamp": {"type": "TIMESTAMP", "index": 5, "name": "started_timestamp", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 6, "name": "created_timestamp", "comment": null}, "status": {"type": "STRING", "index": 7, "name": "status", "comment": null}, "title": {"type": "STRING", "index": 8, "name": "title", "comment": null}, "trigger_settings": {"type": "STRING", "index": 9, "name": "trigger_settings", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 287.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__automations"}, "model.mailchimp.int_mailchimp__automation_activities_by_member": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__automation_activities_by_member", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"member_id": {"type": "STRING", "index": 1, "name": "member_id", "comment": null}, "list_id": {"type": "STRING", "index": 2, "name": "list_id", "comment": null}, "automation_email_id": {"type": "STRING", "index": 3, "name": "automation_email_id", "comment": null}, "opens": {"type": "INT64", "index": 4, "name": "opens", "comment": null}, "clicks": {"type": "INT64", "index": 5, "name": "clicks", "comment": null}, "unique_opens": {"type": "INT64", "index": 6, "name": "unique_opens", "comment": null}, "unique_clicks": {"type": "INT64", "index": 7, "name": "unique_clicks", "comment": null}, "sends": {"type": "INT64", "index": 8, "name": "sends", "comment": null}, "unsubscribes": {"type": "INT64", "index": 9, "name": "unsubscribes", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 204.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.int_mailchimp__automation_activities_by_member"}, "model.mailchimp.int_mailchimp__campaign_activities_by_email": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__campaign_activities_by_email", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"email_id": {"type": "STRING", "index": 1, "name": "email_id", "comment": null}, "opens": {"type": "INT64", "index": 2, "name": "opens", "comment": null}, "clicks": {"type": "INT64", "index": 3, "name": "clicks", "comment": null}, "unique_opens": {"type": "INT64", "index": 4, "name": "unique_opens", "comment": null}, "unique_clicks": {"type": "INT64", "index": 5, "name": "unique_clicks", "comment": null}, "first_open_timestamp": {"type": "TIMESTAMP", "index": 6, "name": "first_open_timestamp", "comment": null}, "time_to_open_minutes": {"type": "INT64", "index": 7, "name": "time_to_open_minutes", "comment": null}, "time_to_open_hours": {"type": "INT64", "index": 8, "name": "time_to_open_hours", "comment": null}, "time_to_open_days": {"type": "INT64", "index": 9, "name": "time_to_open_days", "comment": null}, "was_opened": {"type": "BOOL", "index": 10, "name": "was_opened", "comment": null}, "was_clicked": {"type": "BOOL", "index": 11, "name": "was_clicked", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 7.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 660.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.int_mailchimp__campaign_activities_by_email"}, "model.mailchimp_source.stg_mailchimp__automation_emails": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__automation_emails", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"automation_email_id": {"type": "STRING", "index": 1, "name": "automation_email_id", "comment": null}, "automation_id": {"type": "STRING", "index": 2, "name": "automation_id", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 3, "name": "created_timestamp", "comment": null}, "started_timestamp": {"type": "TIMESTAMP", "index": 4, "name": "started_timestamp", "comment": null}, "send_timestamp": {"type": "TIMESTAMP", "index": 5, "name": "send_timestamp", "comment": null}, "from_name": {"type": "STRING", "index": 6, "name": "from_name", "comment": null}, "reply_to": {"type": "STRING", "index": 7, "name": "reply_to", "comment": null}, "status": {"type": "STRING", "index": 8, "name": "status", "comment": null}, "subject_line": {"type": "STRING", "index": 9, "name": "subject_line", "comment": null}, "title": {"type": "STRING", "index": 10, "name": "title", "comment": null}, "to_name": {"type": "INT64", "index": 11, "name": "to_name", "comment": null}, "archive_url": {"type": "STRING", "index": 12, "name": "archive_url", "comment": null}, "authenticate": {"type": "BOOL", "index": 13, "name": "authenticate", "comment": null}, "auto_footer": {"type": "BOOL", "index": 14, "name": "auto_footer", "comment": null}, "auto_tweet": {"type": "BOOL", "index": 15, "name": "auto_tweet", "comment": null}, "clicktale": {"type": "INT64", "index": 16, "name": "clicktale", "comment": null}, "content_type": {"type": "STRING", "index": 17, "name": "content_type", "comment": null}, "delay_action": {"type": "STRING", "index": 18, "name": "delay_action", "comment": null}, "delay_action_description": {"type": "STRING", "index": 19, "name": "delay_action_description", "comment": null}, "delay_amount": {"type": "INT64", "index": 20, "name": "delay_amount", "comment": null}, "delay_direction": {"type": "INT64", "index": 21, "name": "delay_direction", "comment": null}, "delay_full_description": {"type": "STRING", "index": 22, "name": "delay_full_description", "comment": null}, "delay_type": {"type": "STRING", "index": 23, "name": "delay_type", "comment": null}, "drag_and_drop": {"type": "BOOL", "index": 24, "name": "drag_and_drop", "comment": null}, "fb_comments": {"type": "BOOL", "index": 25, "name": "fb_comments", "comment": null}, "folder_id": {"type": "INT64", "index": 26, "name": "folder_id", "comment": null}, "google_analytics": {"type": "STRING", "index": 27, "name": "google_analytics", "comment": null}, "inline_css": {"type": "BOOL", "index": 28, "name": "inline_css", "comment": null}, "position": {"type": "INT64", "index": 29, "name": "position", "comment": null}, "template_id": {"type": "INT64", "index": 30, "name": "template_id", "comment": null}, "timewarp": {"type": "INT64", "index": 31, "name": "timewarp", "comment": null}, "track_ecomm_360": {"type": "BOOL", "index": 32, "name": "track_ecomm_360", "comment": null}, "track_goals": {"type": "BOOL", "index": 33, "name": "track_goals", "comment": null}, "track_html_clicks": {"type": "BOOL", "index": 34, "name": "track_html_clicks", "comment": null}, "track_opens": {"type": "BOOL", "index": 35, "name": "track_opens", "comment": null}, "track_text_clicks": {"type": "BOOL", "index": 36, "name": "track_text_clicks", "comment": null}, "use_conversation": {"type": "INT64", "index": 37, "name": "use_conversation", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 343.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_emails"}, "model.mailchimp.int_mailchimp__campaign_activities_by_list": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__campaign_activities_by_list", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"list_id": {"type": "STRING", "index": 1, "name": "list_id", "comment": null}, "sends": {"type": "INT64", "index": 2, "name": "sends", "comment": null}, "opens": {"type": "INT64", "index": 3, "name": "opens", "comment": null}, "clicks": {"type": "INT64", "index": 4, "name": "clicks", "comment": null}, "unique_opens": {"type": "INT64", "index": 5, "name": "unique_opens", "comment": null}, "unique_clicks": {"type": "INT64", "index": 6, "name": "unique_clicks", "comment": null}, "unsubscribes": {"type": "INT64", "index": 7, "name": "unsubscribes", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 60.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.int_mailchimp__campaign_activities_by_list"}, "model.mailchimp.int_mailchimp__campaign_activities_by_segment": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__campaign_activities_by_segment", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"segment_id": {"type": "INT64", "index": 1, "name": "segment_id", "comment": null}, "sends": {"type": "INT64", "index": 2, "name": "sends", "comment": null}, "opens": {"type": "INT64", "index": 3, "name": "opens", "comment": null}, "clicks": {"type": "INT64", "index": 4, "name": "clicks", "comment": null}, "unique_opens": {"type": "INT64", "index": 5, "name": "unique_opens", "comment": null}, "unique_clicks": {"type": "INT64", "index": 6, "name": "unique_clicks", "comment": null}, "unsubscribes": {"type": "INT64", "index": 7, "name": "unsubscribes", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 0.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.int_mailchimp__campaign_activities_by_segment"}, "model.mailchimp_source.stg_mailchimp__members": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__members", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"member_id": {"type": "STRING", "index": 1, "name": "member_id", "comment": null}, "email_address": {"type": "STRING", "index": 2, "name": "email_address", "comment": null}, "email_client": {"type": "STRING", "index": 3, "name": "email_client", "comment": null}, "email_type": {"type": "STRING", "index": 4, "name": "email_type", "comment": null}, "status": {"type": "STRING", "index": 5, "name": "status", "comment": null}, "list_id": {"type": "STRING", "index": 6, "name": "list_id", "comment": null}, "signup_timestamp": {"type": "TIMESTAMP", "index": 7, "name": "signup_timestamp", "comment": null}, "opt_in_timestamp": {"type": "TIMESTAMP", "index": 8, "name": "opt_in_timestamp", "comment": null}, "last_changed_timestamp": {"type": "TIMESTAMP", "index": 9, "name": "last_changed_timestamp", "comment": null}, "country_code": {"type": "STRING", "index": 10, "name": "country_code", "comment": null}, "dstoff": {"type": "FLOAT64", "index": 11, "name": "dstoff", "comment": null}, "gmtoff": {"type": "FLOAT64", "index": 12, "name": "gmtoff", "comment": null}, "opt_in_ip_address": {"type": "STRING", "index": 13, "name": "opt_in_ip_address", "comment": null}, "signup_ip_address": {"type": "STRING", "index": 14, "name": "signup_ip_address", "comment": null}, "language": {"type": "STRING", "index": 15, "name": "language", "comment": null}, "latitude": {"type": "FLOAT64", "index": 16, "name": "latitude", "comment": null}, "longitude": {"type": "FLOAT64", "index": 17, "name": "longitude", "comment": null}, "member_rating": {"type": "INT64", "index": 18, "name": "member_rating", "comment": null}, "timezone": {"type": "STRING", "index": 19, "name": "timezone", "comment": null}, "unique_email_id": {"type": "STRING", "index": 20, "name": "unique_email_id", "comment": null}, "vip": {"type": "BOOL", "index": 21, "name": "vip", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 8.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1741.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__members"}, "model.mailchimp.mailchimp__lists": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "mailchimp__lists", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"list_id": {"type": "STRING", "index": 1, "name": "list_id", "comment": null}, "date_created": {"type": "TIMESTAMP", "index": 2, "name": "date_created", "comment": null}, "name": {"type": "STRING", "index": 3, "name": "name", "comment": null}, "list_rating": {"type": "FLOAT64", "index": 4, "name": "list_rating", "comment": null}, "beamer_address": {"type": "STRING", "index": 5, "name": "beamer_address", "comment": null}, "contact_address_1": {"type": "STRING", "index": 6, "name": "contact_address_1", "comment": null}, "contact_address_2": {"type": "INT64", "index": 7, "name": "contact_address_2", "comment": null}, "contact_city": {"type": "STRING", "index": 8, "name": "contact_city", "comment": null}, "contact_company": {"type": "STRING", "index": 9, "name": "contact_company", "comment": null}, "contact_country": {"type": "STRING", "index": 10, "name": "contact_country", "comment": null}, "contact_state": {"type": "STRING", "index": 11, "name": "contact_state", "comment": null}, "contact_zip": {"type": "STRING", "index": 12, "name": "contact_zip", "comment": null}, "default_from_email": {"type": "STRING", "index": 13, "name": "default_from_email", "comment": null}, "default_from_name": {"type": "STRING", "index": 14, "name": "default_from_name", "comment": null}, "default_language": {"type": "STRING", "index": 15, "name": "default_language", "comment": null}, "default_subject": {"type": "INT64", "index": 16, "name": "default_subject", "comment": null}, "email_type_option": {"type": "BOOL", "index": 17, "name": "email_type_option", "comment": null}, "notify_on_subscribe": {"type": "INT64", "index": 18, "name": "notify_on_subscribe", "comment": null}, "notify_on_unsubscribe": {"type": "INT64", "index": 19, "name": "notify_on_unsubscribe", "comment": null}, "permission_reminder": {"type": "STRING", "index": 20, "name": "permission_reminder", "comment": null}, "subscribe_url_long": {"type": "STRING", "index": 21, "name": "subscribe_url_long", "comment": null}, "subscribe_url_short": {"type": "STRING", "index": 22, "name": "subscribe_url_short", "comment": null}, "use_archive_bar": {"type": "BOOL", "index": 23, "name": "use_archive_bar", "comment": null}, "visibility": {"type": "STRING", "index": 24, "name": "visibility", "comment": null}, "count_members": {"type": "INT64", "index": 25, "name": "count_members", "comment": null}, "most_recent_signup_timestamp": {"type": "TIMESTAMP", "index": 26, "name": "most_recent_signup_timestamp", "comment": null}, "campaign_sends": {"type": "INT64", "index": 27, "name": "campaign_sends", "comment": null}, "campaign_opens": {"type": "INT64", "index": 28, "name": "campaign_opens", "comment": null}, "campaign_clicks": {"type": "INT64", "index": 29, "name": "campaign_clicks", "comment": null}, "campaign_unique_opens": {"type": "INT64", "index": 30, "name": "campaign_unique_opens", "comment": null}, "campaign_unique_clicks": {"type": "INT64", "index": 31, "name": "campaign_unique_clicks", "comment": null}, "campaign_unsubscribes": {"type": "INT64", "index": 32, "name": "campaign_unsubscribes", "comment": null}, "automation_sends": {"type": "INT64", "index": 33, "name": "automation_sends", "comment": null}, "automation_opens": {"type": "INT64", "index": 34, "name": "automation_opens", "comment": null}, "automation_clicks": {"type": "INT64", "index": 35, "name": "automation_clicks", "comment": null}, "automation_unique_opens": {"type": "INT64", "index": 36, "name": "automation_unique_opens", "comment": null}, "automation_unique_clicks": {"type": "INT64", "index": 37, "name": "automation_unique_clicks", "comment": null}, "automation_unsubscribes": {"type": "INT64", "index": 38, "name": "automation_unsubscribes", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 483.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.mailchimp__lists"}, "model.mailchimp_source.stg_mailchimp__campaign_recipients": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__campaign_recipients", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"campaign_id": {"type": "STRING", "index": 1, "name": "campaign_id", "comment": null}, "member_id": {"type": "STRING", "index": 2, "name": "member_id", "comment": null}, "combination_id": {"type": "INT64", "index": 3, "name": "combination_id", "comment": null}, "list_id": {"type": "STRING", "index": 4, "name": "list_id", "comment": null}, "email_id": {"type": "STRING", "index": 5, "name": "email_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 10.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 920.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_recipients"}, "model.mailchimp.mailchimp__members": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "mailchimp__members", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"member_id": {"type": "STRING", "index": 1, "name": "member_id", "comment": null}, "email_address": {"type": "STRING", "index": 2, "name": "email_address", "comment": null}, "email_client": {"type": "STRING", "index": 3, "name": "email_client", "comment": null}, "email_type": {"type": "STRING", "index": 4, "name": "email_type", "comment": null}, "status": {"type": "STRING", "index": 5, "name": "status", "comment": null}, "list_id": {"type": "STRING", "index": 6, "name": "list_id", "comment": null}, "signup_timestamp": {"type": "TIMESTAMP", "index": 7, "name": "signup_timestamp", "comment": null}, "opt_in_timestamp": {"type": "TIMESTAMP", "index": 8, "name": "opt_in_timestamp", "comment": null}, "last_changed_timestamp": {"type": "TIMESTAMP", "index": 9, "name": "last_changed_timestamp", "comment": null}, "country_code": {"type": "STRING", "index": 10, "name": "country_code", "comment": null}, "dstoff": {"type": "FLOAT64", "index": 11, "name": "dstoff", "comment": null}, "gmtoff": {"type": "FLOAT64", "index": 12, "name": "gmtoff", "comment": null}, "opt_in_ip_address": {"type": "STRING", "index": 13, "name": "opt_in_ip_address", "comment": null}, "signup_ip_address": {"type": "STRING", "index": 14, "name": "signup_ip_address", "comment": null}, "language": {"type": "STRING", "index": 15, "name": "language", "comment": null}, "latitude": {"type": "FLOAT64", "index": 16, "name": "latitude", "comment": null}, "longitude": {"type": "FLOAT64", "index": 17, "name": "longitude", "comment": null}, "member_rating": {"type": "INT64", "index": 18, "name": "member_rating", "comment": null}, "timezone": {"type": "STRING", "index": 19, "name": "timezone", "comment": null}, "unique_email_id": {"type": "STRING", "index": 20, "name": "unique_email_id", "comment": null}, "vip": {"type": "BOOL", "index": 21, "name": "vip", "comment": null}, "campaign_sends": {"type": "INT64", "index": 22, "name": "campaign_sends", "comment": null}, "campaign_opens": {"type": "INT64", "index": 23, "name": "campaign_opens", "comment": null}, "campaign_clicks": {"type": "INT64", "index": 24, "name": "campaign_clicks", "comment": null}, "campaign_unique_opens": {"type": "INT64", "index": 25, "name": "campaign_unique_opens", "comment": null}, "campaign_unique_clicks": {"type": "INT64", "index": 26, "name": "campaign_unique_clicks", "comment": null}, "campaign_unsubscribes": {"type": "INT64", "index": 27, "name": "campaign_unsubscribes", "comment": null}, "automation_sends": {"type": "INT64", "index": 28, "name": "automation_sends", "comment": null}, "automation_opens": {"type": "INT64", "index": 29, "name": "automation_opens", "comment": null}, "automation_clicks": {"type": "INT64", "index": 30, "name": "automation_clicks", "comment": null}, "automation_unique_opens": {"type": "INT64", "index": 31, "name": "automation_unique_opens", "comment": null}, "automation_unique_clicks": {"type": "INT64", "index": 32, "name": "automation_unique_clicks", "comment": null}, "automation_unsubscribes": {"type": "INT64", "index": 33, "name": "automation_unsubscribes", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 8.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2509.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.mailchimp__members"}, "model.mailchimp.mailchimp__automation_emails": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "mailchimp__automation_emails", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"automation_email_id": {"type": "STRING", "index": 1, "name": "automation_email_id", "comment": null}, "automation_id": {"type": "STRING", "index": 2, "name": "automation_id", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 3, "name": "created_timestamp", "comment": null}, "started_timestamp": {"type": "TIMESTAMP", "index": 4, "name": "started_timestamp", "comment": null}, "send_timestamp": {"type": "TIMESTAMP", "index": 5, "name": "send_timestamp", "comment": null}, "from_name": {"type": "STRING", "index": 6, "name": "from_name", "comment": null}, "reply_to": {"type": "STRING", "index": 7, "name": "reply_to", "comment": null}, "status": {"type": "STRING", "index": 8, "name": "status", "comment": null}, "subject_line": {"type": "STRING", "index": 9, "name": "subject_line", "comment": null}, "title": {"type": "STRING", "index": 10, "name": "title", "comment": null}, "to_name": {"type": "INT64", "index": 11, "name": "to_name", "comment": null}, "archive_url": {"type": "STRING", "index": 12, "name": "archive_url", "comment": null}, "authenticate": {"type": "BOOL", "index": 13, "name": "authenticate", "comment": null}, "auto_footer": {"type": "BOOL", "index": 14, "name": "auto_footer", "comment": null}, "auto_tweet": {"type": "BOOL", "index": 15, "name": "auto_tweet", "comment": null}, "clicktale": {"type": "INT64", "index": 16, "name": "clicktale", "comment": null}, "content_type": {"type": "STRING", "index": 17, "name": "content_type", "comment": null}, "delay_action": {"type": "STRING", "index": 18, "name": "delay_action", "comment": null}, "delay_action_description": {"type": "STRING", "index": 19, "name": "delay_action_description", "comment": null}, "delay_amount": {"type": "INT64", "index": 20, "name": "delay_amount", "comment": null}, "delay_direction": {"type": "INT64", "index": 21, "name": "delay_direction", "comment": null}, "delay_full_description": {"type": "STRING", "index": 22, "name": "delay_full_description", "comment": null}, "delay_type": {"type": "STRING", "index": 23, "name": "delay_type", "comment": null}, "drag_and_drop": {"type": "BOOL", "index": 24, "name": "drag_and_drop", "comment": null}, "fb_comments": {"type": "BOOL", "index": 25, "name": "fb_comments", "comment": null}, "folder_id": {"type": "INT64", "index": 26, "name": "folder_id", "comment": null}, "google_analytics": {"type": "STRING", "index": 27, "name": "google_analytics", "comment": null}, "inline_css": {"type": "BOOL", "index": 28, "name": "inline_css", "comment": null}, "position": {"type": "INT64", "index": 29, "name": "position", "comment": null}, "template_id": {"type": "INT64", "index": 30, "name": "template_id", "comment": null}, "timewarp": {"type": "INT64", "index": 31, "name": "timewarp", "comment": null}, "track_ecomm_360": {"type": "BOOL", "index": 32, "name": "track_ecomm_360", "comment": null}, "track_goals": {"type": "BOOL", "index": 33, "name": "track_goals", "comment": null}, "track_html_clicks": {"type": "BOOL", "index": 34, "name": "track_html_clicks", "comment": null}, "track_opens": {"type": "BOOL", "index": 35, "name": "track_opens", "comment": null}, "track_text_clicks": {"type": "BOOL", "index": 36, "name": "track_text_clicks", "comment": null}, "use_conversation": {"type": "INT64", "index": 37, "name": "use_conversation", "comment": null}, "list_id": {"type": "STRING", "index": 38, "name": "list_id", "comment": null}, "segment_id": {"type": "INT64", "index": 39, "name": "segment_id", "comment": null}, "sends": {"type": "INT64", "index": 40, "name": "sends", "comment": null}, "opens": {"type": "INT64", "index": 41, "name": "opens", "comment": null}, "clicks": {"type": "INT64", "index": 42, "name": "clicks", "comment": null}, "unique_opens": {"type": "INT64", "index": 43, "name": "unique_opens", "comment": null}, "unique_clicks": {"type": "INT64", "index": 44, "name": "unique_clicks", "comment": null}, "unsubscribes": {"type": "INT64", "index": 45, "name": "unsubscribes", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 403.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.mailchimp__automation_emails"}, "model.mailchimp_source.stg_mailchimp__lists": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__lists", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"list_id": {"type": "STRING", "index": 1, "name": "list_id", "comment": null}, "date_created": {"type": "TIMESTAMP", "index": 2, "name": "date_created", "comment": null}, "name": {"type": "STRING", "index": 3, "name": "name", "comment": null}, "list_rating": {"type": "FLOAT64", "index": 4, "name": "list_rating", "comment": null}, "beamer_address": {"type": "STRING", "index": 5, "name": "beamer_address", "comment": null}, "contact_address_1": {"type": "STRING", "index": 6, "name": "contact_address_1", "comment": null}, "contact_address_2": {"type": "INT64", "index": 7, "name": "contact_address_2", "comment": null}, "contact_city": {"type": "STRING", "index": 8, "name": "contact_city", "comment": null}, "contact_company": {"type": "STRING", "index": 9, "name": "contact_company", "comment": null}, "contact_country": {"type": "STRING", "index": 10, "name": "contact_country", "comment": null}, "contact_state": {"type": "STRING", "index": 11, "name": "contact_state", "comment": null}, "contact_zip": {"type": "STRING", "index": 12, "name": "contact_zip", "comment": null}, "default_from_email": {"type": "STRING", "index": 13, "name": "default_from_email", "comment": null}, "default_from_name": {"type": "STRING", "index": 14, "name": "default_from_name", "comment": null}, "default_language": {"type": "STRING", "index": 15, "name": "default_language", "comment": null}, "default_subject": {"type": "INT64", "index": 16, "name": "default_subject", "comment": null}, "email_type_option": {"type": "BOOL", "index": 17, "name": "email_type_option", "comment": null}, "notify_on_subscribe": {"type": "INT64", "index": 18, "name": "notify_on_subscribe", "comment": null}, "notify_on_unsubscribe": {"type": "INT64", "index": 19, "name": "notify_on_unsubscribe", "comment": null}, "permission_reminder": {"type": "STRING", "index": 20, "name": "permission_reminder", "comment": null}, "subscribe_url_long": {"type": "STRING", "index": 21, "name": "subscribe_url_long", "comment": null}, "subscribe_url_short": {"type": "STRING", "index": 22, "name": "subscribe_url_short", "comment": null}, "use_archive_bar": {"type": "BOOL", "index": 23, "name": "use_archive_bar", "comment": null}, "visibility": {"type": "STRING", "index": 24, "name": "visibility", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 371.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__lists"}, "model.mailchimp_source.stg_mailchimp__campaign_activities": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__campaign_activities", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"action_type": {"type": "STRING", "index": 1, "name": "action_type", "comment": null}, "campaign_id": {"type": "STRING", "index": 2, "name": "campaign_id", "comment": null}, "member_id": {"type": "STRING", "index": 3, "name": "member_id", "comment": null}, "list_id": {"type": "STRING", "index": 4, "name": "list_id", "comment": null}, "activity_timestamp": {"type": "TIMESTAMP", "index": 5, "name": "activity_timestamp", "comment": null}, "ip_address": {"type": "STRING", "index": 6, "name": "ip_address", "comment": null}, "url": {"type": "STRING", "index": 7, "name": "url", "comment": null}, "bounce_type": {"type": "INT64", "index": 8, "name": "bounce_type", "comment": null}, "combination_id": {"type": "INT64", "index": 9, "name": "combination_id", "comment": null}, "activity_id": {"type": "STRING", "index": 10, "name": "activity_id", "comment": null}, "email_id": {"type": "STRING", "index": 11, "name": "email_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 17.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2739.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_activities"}, "model.mailchimp.int_mailchimp__members_by_list": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__members_by_list", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"list_id": {"type": "STRING", "index": 1, "name": "list_id", "comment": null}, "count_members": {"type": "INT64", "index": 2, "name": "count_members", "comment": null}, "most_recent_signup_timestamp": {"type": "TIMESTAMP", "index": 3, "name": "most_recent_signup_timestamp", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 28.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.int_mailchimp__members_by_list"}, "model.mailchimp.mailchimp__campaigns": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "mailchimp__campaigns", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"campaign_id": {"type": "STRING", "index": 1, "name": "campaign_id", "comment": null}, "segment_id": {"type": "INT64", "index": 2, "name": "segment_id", "comment": null}, "create_timestamp": {"type": "TIMESTAMP", "index": 3, "name": "create_timestamp", "comment": null}, "send_timestamp": {"type": "TIMESTAMP", "index": 4, "name": "send_timestamp", "comment": null}, "list_id": {"type": "STRING", "index": 5, "name": "list_id", "comment": null}, "reply_to_email": {"type": "STRING", "index": 6, "name": "reply_to_email", "comment": null}, "campaign_type": {"type": "STRING", "index": 7, "name": "campaign_type", "comment": null}, "title": {"type": "STRING", "index": 8, "name": "title", "comment": null}, "archive_url": {"type": "STRING", "index": 9, "name": "archive_url", "comment": null}, "authenticate": {"type": "BOOL", "index": 10, "name": "authenticate", "comment": null}, "auto_footer": {"type": "BOOL", "index": 11, "name": "auto_footer", "comment": null}, "auto_tweet": {"type": "BOOL", "index": 12, "name": "auto_tweet", "comment": null}, "clicktale": {"type": "STRING", "index": 13, "name": "clicktale", "comment": null}, "content_type": {"type": "STRING", "index": 14, "name": "content_type", "comment": null}, "drag_and_drop": {"type": "BOOL", "index": 15, "name": "drag_and_drop", "comment": null}, "fb_comments": {"type": "BOOL", "index": 16, "name": "fb_comments", "comment": null}, "folder_id": {"type": "INT64", "index": 17, "name": "folder_id", "comment": null}, "from_name": {"type": "STRING", "index": 18, "name": "from_name", "comment": null}, "google_analytics": {"type": "STRING", "index": 19, "name": "google_analytics", "comment": null}, "inline_css": {"type": "BOOL", "index": 20, "name": "inline_css", "comment": null}, "long_archive_url": {"type": "STRING", "index": 21, "name": "long_archive_url", "comment": null}, "status": {"type": "STRING", "index": 22, "name": "status", "comment": null}, "subject_line": {"type": "STRING", "index": 23, "name": "subject_line", "comment": null}, "template_id": {"type": "INT64", "index": 24, "name": "template_id", "comment": null}, "test_size": {"type": "INT64", "index": 25, "name": "test_size", "comment": null}, "timewarp": {"type": "BOOL", "index": 26, "name": "timewarp", "comment": null}, "to_name": {"type": "STRING", "index": 27, "name": "to_name", "comment": null}, "track_ecomm_360": {"type": "BOOL", "index": 28, "name": "track_ecomm_360", "comment": null}, "track_goals": {"type": "BOOL", "index": 29, "name": "track_goals", "comment": null}, "track_html_clicks": {"type": "BOOL", "index": 30, "name": "track_html_clicks", "comment": null}, "track_opens": {"type": "BOOL", "index": 31, "name": "track_opens", "comment": null}, "track_text_clicks": {"type": "BOOL", "index": 32, "name": "track_text_clicks", "comment": null}, "use_conversation": {"type": "BOOL", "index": 33, "name": "use_conversation", "comment": null}, "wait_time": {"type": "INT64", "index": 34, "name": "wait_time", "comment": null}, "winner_criteria": {"type": "INT64", "index": 35, "name": "winner_criteria", "comment": null}, "winning_campaign_id": {"type": "INT64", "index": 36, "name": "winning_campaign_id", "comment": null}, "winning_combination_id": {"type": "INT64", "index": 37, "name": "winning_combination_id", "comment": null}, "sends": {"type": "INT64", "index": 38, "name": "sends", "comment": null}, "opens": {"type": "INT64", "index": 39, "name": "opens", "comment": null}, "clicks": {"type": "INT64", "index": 40, "name": "clicks", "comment": null}, "unique_opens": {"type": "INT64", "index": 41, "name": "unique_opens", "comment": null}, "unique_clicks": {"type": "INT64", "index": 42, "name": "unique_clicks", "comment": null}, "unsubscribes": {"type": "INT64", "index": 43, "name": "unsubscribes", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 357.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.mailchimp__campaigns"}, "model.mailchimp.int_mailchimp__automation_activities_by_segment": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__automation_activities_by_segment", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"segment_id": {"type": "INT64", "index": 1, "name": "segment_id", "comment": null}, "opens": {"type": "INT64", "index": 2, "name": "opens", "comment": null}, "clicks": {"type": "INT64", "index": 3, "name": "clicks", "comment": null}, "unique_opens": {"type": "INT64", "index": 4, "name": "unique_opens", "comment": null}, "unique_clicks": {"type": "INT64", "index": 5, "name": "unique_clicks", "comment": null}, "sends": {"type": "INT64", "index": 6, "name": "sends", "comment": null}, "unsubscribes": {"type": "INT64", "index": 7, "name": "unsubscribes", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 0.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.int_mailchimp__automation_activities_by_segment"}, "model.mailchimp.int_mailchimp__automation_recipients": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__automation_recipients", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"member_id": {"type": "STRING", "index": 1, "name": "member_id", "comment": null}, "automation_email_id": {"type": "STRING", "index": 2, "name": "automation_email_id", "comment": null}, "list_id": {"type": "STRING", "index": 3, "name": "list_id", "comment": null}, "automation_recipient_id": {"type": "STRING", "index": 4, "name": "automation_recipient_id", "comment": null}, "segment_id": {"type": "INT64", "index": 5, "name": "segment_id", "comment": null}, "automation_id": {"type": "STRING", "index": 6, "name": "automation_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 208.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.int_mailchimp__automation_recipients"}, "model.mailchimp.mailchimp__campaign_activities": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "mailchimp__campaign_activities", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"action_type": {"type": "STRING", "index": 1, "name": "action_type", "comment": null}, "campaign_id": {"type": "STRING", "index": 2, "name": "campaign_id", "comment": null}, "member_id": {"type": "STRING", "index": 3, "name": "member_id", "comment": null}, "list_id": {"type": "STRING", "index": 4, "name": "list_id", "comment": null}, "activity_timestamp": {"type": "TIMESTAMP", "index": 5, "name": "activity_timestamp", "comment": null}, "ip_address": {"type": "STRING", "index": 6, "name": "ip_address", "comment": null}, "url": {"type": "STRING", "index": 7, "name": "url", "comment": null}, "bounce_type": {"type": "INT64", "index": 8, "name": "bounce_type", "comment": null}, "combination_id": {"type": "INT64", "index": 9, "name": "combination_id", "comment": null}, "activity_id": {"type": "STRING", "index": 10, "name": "activity_id", "comment": null}, "email_id": {"type": "STRING", "index": 11, "name": "email_id", "comment": null}, "send_timestamp": {"type": "TIMESTAMP", "index": 12, "name": "send_timestamp", "comment": null}, "time_since_send_minutes": {"type": "INT64", "index": 13, "name": "time_since_send_minutes", "comment": null}, "time_since_send_hours": {"type": "INT64", "index": 14, "name": "time_since_send_hours", "comment": null}, "time_since_send_days": {"type": "INT64", "index": 15, "name": "time_since_send_days", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 17.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 3283.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.mailchimp__campaign_activities"}, "model.mailchimp.int_mailchimp__automation_activities_by_automation": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__automation_activities_by_automation", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"automation_id": {"type": "STRING", "index": 1, "name": "automation_id", "comment": null}, "opens": {"type": "INT64", "index": 2, "name": "opens", "comment": null}, "clicks": {"type": "INT64", "index": 3, "name": "clicks", "comment": null}, "unique_opens": {"type": "INT64", "index": 4, "name": "unique_opens", "comment": null}, "unique_clicks": {"type": "INT64", "index": 5, "name": "unique_clicks", "comment": null}, "sends": {"type": "INT64", "index": 6, "name": "sends", "comment": null}, "unsubscribes": {"type": "INT64", "index": 7, "name": "unsubscribes", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 60.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp.int_mailchimp__automation_activities_by_automation"}, "model.mailchimp_source.stg_mailchimp__automation_activities_tmp": {"metadata": {"type": "table", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__automation_activities_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"action": {"type": "STRING", "index": 1, "name": "action", "comment": null}, "automation_email_id": {"type": "STRING", "index": 2, "name": "automation_email_id", "comment": null}, "member_id": {"type": "STRING", "index": 3, "name": "member_id", "comment": null}, "timestamp": {"type": "TIMESTAMP", "index": 4, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 5, "name": "_fivetran_synced", "comment": null}, "bounce_type": {"type": "INT64", "index": 6, "name": "bounce_type", "comment": null}, "ip": {"type": "STRING", "index": 7, "name": "ip", "comment": null}, "list_id": {"type": "STRING", "index": 8, "name": "list_id", "comment": null}, "url": {"type": "STRING", "index": 9, "name": "url", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 7.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 783.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_activities_tmp"}}, "sources": {"source.mailchimp_source.mailchimp.campaign_recipient_activity": {"metadata": {"type": "table", "schema": "mailchimp", "name": "campaign_recipient_activity", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"action": {"type": "STRING", "index": 1, "name": "action", "comment": null}, "campaign_id": {"type": "STRING", "index": 2, "name": "campaign_id", "comment": null}, "member_id": {"type": "STRING", "index": 3, "name": "member_id", "comment": null}, "timestamp": {"type": "TIMESTAMP", "index": 4, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 5, "name": "_fivetran_synced", "comment": null}, "bounce_type": {"type": "INT64", "index": 6, "name": "bounce_type", "comment": null}, "combination_id": {"type": "INT64", "index": 7, "name": "combination_id", "comment": null}, "ip": {"type": "STRING", "index": 8, "name": "ip", "comment": null}, "list_id": {"type": "STRING", "index": 9, "name": "list_id", "comment": null}, "url": {"type": "STRING", "index": 10, "name": "url", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 17.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1719.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.mailchimp_source.mailchimp.campaign_recipient_activity"}, "source.mailchimp_source.mailchimp.campaign_recipient": {"metadata": {"type": "table", "schema": "mailchimp", "name": "campaign_recipient", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"campaign_id": {"type": "STRING", "index": 1, "name": "campaign_id", "comment": null}, "member_id": {"type": "STRING", "index": 2, "name": "member_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "combination_id": {"type": "INT64", "index": 4, "name": "combination_id", "comment": null}, "list_id": {"type": "STRING", "index": 5, "name": "list_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 10.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 660.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.mailchimp_source.mailchimp.campaign_recipient"}, "source.mailchimp_source.mailchimp.automation_recipient": {"metadata": {"type": "table", "schema": "mailchimp", "name": "automation_recipient", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"automation_email_id": {"type": "STRING", "index": 1, "name": "automation_email_id", "comment": null}, "member_id": {"type": "STRING", "index": 2, "name": "member_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "list_id": {"type": "STRING", "index": 4, "name": "list_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 132.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.mailchimp_source.mailchimp.automation_recipient"}, "source.mailchimp_source.mailchimp.segment_member": {"metadata": {"type": "table", "schema": "mailchimp", "name": "segment_member", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"member_id": {"type": "STRING", "index": 1, "name": "member_id", "comment": null}, "segment_id": {"type": "INT64", "index": 2, "name": "segment_id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "list_id": {"type": "STRING", "index": 5, "name": "list_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 126.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.mailchimp_source.mailchimp.segment_member"}, "source.mailchimp_source.mailchimp.list": {"metadata": {"type": "table", "schema": "mailchimp", "name": "list", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "beamer_address": {"type": "STRING", "index": 4, "name": "beamer_address", "comment": null}, "contact_address_1": {"type": "STRING", "index": 5, "name": "contact_address_1", "comment": null}, "contact_address_2": {"type": "INT64", "index": 6, "name": "contact_address_2", "comment": null}, "contact_city": {"type": "STRING", "index": 7, "name": "contact_city", "comment": null}, "contact_company": {"type": "STRING", "index": 8, "name": "contact_company", "comment": null}, "contact_country": {"type": "STRING", "index": 9, "name": "contact_country", "comment": null}, "contact_state": {"type": "STRING", "index": 10, "name": "contact_state", "comment": null}, "contact_zip": {"type": "STRING", "index": 11, "name": "contact_zip", "comment": null}, "date_created": {"type": "TIMESTAMP", "index": 12, "name": "date_created", "comment": null}, "default_from_email": {"type": "STRING", "index": 13, "name": "default_from_email", "comment": null}, "default_from_name": {"type": "STRING", "index": 14, "name": "default_from_name", "comment": null}, "default_language": {"type": "STRING", "index": 15, "name": "default_language", "comment": null}, "default_subject": {"type": "INT64", "index": 16, "name": "default_subject", "comment": null}, "email_type_option": {"type": "BOOL", "index": 17, "name": "email_type_option", "comment": null}, "list_rating": {"type": "FLOAT64", "index": 18, "name": "list_rating", "comment": null}, "name": {"type": "STRING", "index": 19, "name": "name", "comment": null}, "notify_on_subscribe": {"type": "INT64", "index": 20, "name": "notify_on_subscribe", "comment": null}, "notify_on_unsubscribe": {"type": "INT64", "index": 21, "name": "notify_on_unsubscribe", "comment": null}, "permission_reminder": {"type": "STRING", "index": 22, "name": "permission_reminder", "comment": null}, "subscribe_url_long": {"type": "STRING", "index": 23, "name": "subscribe_url_long", "comment": null}, "subscribe_url_short": {"type": "STRING", "index": 24, "name": "subscribe_url_short", "comment": null}, "use_archive_bar": {"type": "BOOL", "index": 25, "name": "use_archive_bar", "comment": null}, "visibility": {"type": "STRING", "index": 26, "name": "visibility", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 380.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.mailchimp_source.mailchimp.list"}, "source.mailchimp_source.mailchimp.campaign": {"metadata": {"type": "table", "schema": "mailchimp", "name": "campaign", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "archive_url": {"type": "STRING", "index": 4, "name": "archive_url", "comment": null}, "authenticate": {"type": "BOOL", "index": 5, "name": "authenticate", "comment": null}, "auto_footer": {"type": "BOOL", "index": 6, "name": "auto_footer", "comment": null}, "auto_tweet": {"type": "BOOL", "index": 7, "name": "auto_tweet", "comment": null}, "clicktale": {"type": "STRING", "index": 8, "name": "clicktale", "comment": null}, "content_type": {"type": "STRING", "index": 9, "name": "content_type", "comment": null}, "create_time": {"type": "TIMESTAMP", "index": 10, "name": "create_time", "comment": null}, "drag_and_drop": {"type": "BOOL", "index": 11, "name": "drag_and_drop", "comment": null}, "fb_comments": {"type": "BOOL", "index": 12, "name": "fb_comments", "comment": null}, "folder_id": {"type": "INT64", "index": 13, "name": "folder_id", "comment": null}, "from_name": {"type": "STRING", "index": 14, "name": "from_name", "comment": null}, "google_analytics": {"type": "STRING", "index": 15, "name": "google_analytics", "comment": null}, "inline_css": {"type": "BOOL", "index": 16, "name": "inline_css", "comment": null}, "list_id": {"type": "STRING", "index": 17, "name": "list_id", "comment": null}, "long_archive_url": {"type": "STRING", "index": 18, "name": "long_archive_url", "comment": null}, "reply_to": {"type": "STRING", "index": 19, "name": "reply_to", "comment": null}, "segment_id": {"type": "INT64", "index": 20, "name": "segment_id", "comment": null}, "segment_text": {"type": "INT64", "index": 21, "name": "segment_text", "comment": null}, "send_time": {"type": "TIMESTAMP", "index": 22, "name": "send_time", "comment": null}, "status": {"type": "STRING", "index": 23, "name": "status", "comment": null}, "subject_line": {"type": "STRING", "index": 24, "name": "subject_line", "comment": null}, "template_id": {"type": "INT64", "index": 25, "name": "template_id", "comment": null}, "test_size": {"type": "INT64", "index": 26, "name": "test_size", "comment": null}, "timewarp": {"type": "BOOL", "index": 27, "name": "timewarp", "comment": null}, "title": {"type": "STRING", "index": 28, "name": "title", "comment": null}, "to_name": {"type": "STRING", "index": 29, "name": "to_name", "comment": null}, "track_ecomm_360": {"type": "BOOL", "index": 30, "name": "track_ecomm_360", "comment": null}, "track_goals": {"type": "BOOL", "index": 31, "name": "track_goals", "comment": null}, "track_html_clicks": {"type": "BOOL", "index": 32, "name": "track_html_clicks", "comment": null}, "track_opens": {"type": "BOOL", "index": 33, "name": "track_opens", "comment": null}, "track_text_clicks": {"type": "BOOL", "index": 34, "name": "track_text_clicks", "comment": null}, "type": {"type": "STRING", "index": 35, "name": "type", "comment": null}, "use_conversation": {"type": "BOOL", "index": 36, "name": "use_conversation", "comment": null}, "wait_time": {"type": "INT64", "index": 37, "name": "wait_time", "comment": null}, "winner_criteria": {"type": "INT64", "index": 38, "name": "winner_criteria", "comment": null}, "winning_campaign_id": {"type": "INT64", "index": 39, "name": "winning_campaign_id", "comment": null}, "winning_combination_id": {"type": "INT64", "index": 40, "name": "winning_combination_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 318.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.mailchimp_source.mailchimp.campaign"}, "source.mailchimp_source.mailchimp.automation_email": {"metadata": {"type": "table", "schema": "mailchimp", "name": "automation_email", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "archive_url": {"type": "STRING", "index": 4, "name": "archive_url", "comment": null}, "authenticate": {"type": "BOOL", "index": 5, "name": "authenticate", "comment": null}, "auto_footer": {"type": "BOOL", "index": 6, "name": "auto_footer", "comment": null}, "auto_tweet": {"type": "BOOL", "index": 7, "name": "auto_tweet", "comment": null}, "automation_id": {"type": "STRING", "index": 8, "name": "automation_id", "comment": null}, "clicktale": {"type": "INT64", "index": 9, "name": "clicktale", "comment": null}, "content_type": {"type": "STRING", "index": 10, "name": "content_type", "comment": null}, "create_time": {"type": "TIMESTAMP", "index": 11, "name": "create_time", "comment": null}, "delay_action": {"type": "STRING", "index": 12, "name": "delay_action", "comment": null}, "delay_action_description": {"type": "STRING", "index": 13, "name": "delay_action_description", "comment": null}, "delay_amount": {"type": "INT64", "index": 14, "name": "delay_amount", "comment": null}, "delay_direction": {"type": "INT64", "index": 15, "name": "delay_direction", "comment": null}, "delay_full_description": {"type": "STRING", "index": 16, "name": "delay_full_description", "comment": null}, "delay_type": {"type": "STRING", "index": 17, "name": "delay_type", "comment": null}, "drag_and_drop": {"type": "BOOL", "index": 18, "name": "drag_and_drop", "comment": null}, "fb_comments": {"type": "BOOL", "index": 19, "name": "fb_comments", "comment": null}, "folder_id": {"type": "INT64", "index": 20, "name": "folder_id", "comment": null}, "from_name": {"type": "STRING", "index": 21, "name": "from_name", "comment": null}, "google_analytics": {"type": "STRING", "index": 22, "name": "google_analytics", "comment": null}, "inline_css": {"type": "BOOL", "index": 23, "name": "inline_css", "comment": null}, "position": {"type": "INT64", "index": 24, "name": "position", "comment": null}, "reply_to": {"type": "STRING", "index": 25, "name": "reply_to", "comment": null}, "send_time": {"type": "TIMESTAMP", "index": 26, "name": "send_time", "comment": null}, "start_time": {"type": "TIMESTAMP", "index": 27, "name": "start_time", "comment": null}, "status": {"type": "STRING", "index": 28, "name": "status", "comment": null}, "subject_line": {"type": "STRING", "index": 29, "name": "subject_line", "comment": null}, "template_id": {"type": "INT64", "index": 30, "name": "template_id", "comment": null}, "timewarp": {"type": "INT64", "index": 31, "name": "timewarp", "comment": null}, "title": {"type": "STRING", "index": 32, "name": "title", "comment": null}, "to_name": {"type": "INT64", "index": 33, "name": "to_name", "comment": null}, "track_ecomm_360": {"type": "BOOL", "index": 34, "name": "track_ecomm_360", "comment": null}, "track_goals": {"type": "BOOL", "index": 35, "name": "track_goals", "comment": null}, "track_html_clicks": {"type": "BOOL", "index": 36, "name": "track_html_clicks", "comment": null}, "track_opens": {"type": "BOOL", "index": 37, "name": "track_opens", "comment": null}, "track_text_clicks": {"type": "BOOL", "index": 38, "name": "track_text_clicks", "comment": null}, "use_conversation": {"type": "INT64", "index": 39, "name": "use_conversation", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 352.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.mailchimp_source.mailchimp.automation_email"}, "source.mailchimp_source.mailchimp.automation": {"metadata": {"type": "table", "schema": "mailchimp", "name": "automation", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "create_time": {"type": "TIMESTAMP", "index": 4, "name": "create_time", "comment": null}, "list_id": {"type": "STRING", "index": 5, "name": "list_id", "comment": null}, "segment_id": {"type": "INT64", "index": 6, "name": "segment_id", "comment": null}, "segment_text": {"type": "INT64", "index": 7, "name": "segment_text", "comment": null}, "start_time": {"type": "TIMESTAMP", "index": 8, "name": "start_time", "comment": null}, "status": {"type": "STRING", "index": 9, "name": "status", "comment": null}, "title": {"type": "STRING", "index": 10, "name": "title", "comment": null}, "trigger_settings": {"type": "STRING", "index": 11, "name": "trigger_settings", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 296.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.mailchimp_source.mailchimp.automation"}, "source.mailchimp_source.mailchimp.segment": {"metadata": {"type": "table", "schema": "mailchimp", "name": "segment", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 4, "name": "created_at", "comment": null}, "list_id": {"type": "STRING", "index": 5, "name": "list_id", "comment": null}, "member_count": {"type": "INT64", "index": 6, "name": "member_count", "comment": null}, "name": {"type": "STRING", "index": 7, "name": "name", "comment": null}, "type": {"type": "STRING", "index": 8, "name": "type", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 9, "name": "updated_at", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 71.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.mailchimp_source.mailchimp.segment"}, "source.mailchimp_source.mailchimp.unsubscribe": {"metadata": {"type": "table", "schema": "mailchimp", "name": "unsubscribe", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"campaign_id": {"type": "STRING", "index": 1, "name": "campaign_id", "comment": null}, "member_id": {"type": "STRING", "index": 2, "name": "member_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "list_id": {"type": "STRING", "index": 4, "name": "list_id", "comment": null}, "reason": {"type": "INT64", "index": 5, "name": "reason", "comment": null}, "timestamp": {"type": "TIMESTAMP", "index": 6, "name": "timestamp", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 74.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.mailchimp_source.mailchimp.unsubscribe"}, "source.mailchimp_source.mailchimp.member": {"metadata": {"type": "table", "schema": "mailchimp", "name": "member", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "list_id": {"type": "STRING", "index": 2, "name": "list_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "country_code": {"type": "STRING", "index": 4, "name": "country_code", "comment": null}, "dstoff": {"type": "FLOAT64", "index": 5, "name": "dstoff", "comment": null}, "email_address": {"type": "STRING", "index": 6, "name": "email_address", "comment": null}, "email_client": {"type": "STRING", "index": 7, "name": "email_client", "comment": null}, "email_type": {"type": "STRING", "index": 8, "name": "email_type", "comment": null}, "gmtoff": {"type": "FLOAT64", "index": 9, "name": "gmtoff", "comment": null}, "ip_opt": {"type": "STRING", "index": 10, "name": "ip_opt", "comment": null}, "ip_signup": {"type": "STRING", "index": 11, "name": "ip_signup", "comment": null}, "language": {"type": "STRING", "index": 12, "name": "language", "comment": null}, "last_changed": {"type": "TIMESTAMP", "index": 13, "name": "last_changed", "comment": null}, "latitude": {"type": "FLOAT64", "index": 14, "name": "latitude", "comment": null}, "longitude": {"type": "FLOAT64", "index": 15, "name": "longitude", "comment": null}, "member_rating": {"type": "INT64", "index": 16, "name": "member_rating", "comment": null}, "merge_fname": {"type": "STRING", "index": 17, "name": "merge_fname", "comment": null}, "merge_lname": {"type": "INT64", "index": 18, "name": "merge_lname", "comment": null}, "status": {"type": "STRING", "index": 19, "name": "status", "comment": null}, "timestamp_opt": {"type": "TIMESTAMP", "index": 20, "name": "timestamp_opt", "comment": null}, "timestamp_signup": {"type": "TIMESTAMP", "index": 21, "name": "timestamp_signup", "comment": null}, "timezone": {"type": "STRING", "index": 22, "name": "timezone", "comment": null}, "unique_email_id": {"type": "STRING", "index": 23, "name": "unique_email_id", "comment": null}, "vip": {"type": "BOOL", "index": 24, "name": "vip", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 8.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1841.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.mailchimp_source.mailchimp.member"}, "source.mailchimp_source.mailchimp.automation_recipient_activity": {"metadata": {"type": "table", "schema": "mailchimp", "name": "automation_recipient_activity", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"action": {"type": "STRING", "index": 1, "name": "action", "comment": null}, "automation_email_id": {"type": "STRING", "index": 2, "name": "automation_email_id", "comment": null}, "member_id": {"type": "STRING", "index": 3, "name": "member_id", "comment": null}, "timestamp": {"type": "TIMESTAMP", "index": 4, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 5, "name": "_fivetran_synced", "comment": null}, "bounce_type": {"type": "INT64", "index": 6, "name": "bounce_type", "comment": null}, "ip": {"type": "STRING", "index": 7, "name": "ip", "comment": null}, "list_id": {"type": "STRING", "index": 8, "name": "list_id", "comment": null}, "url": {"type": "STRING", "index": 9, "name": "url", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 7.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 783.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.mailchimp_source.mailchimp.automation_recipient_activity"}}, "errors": null} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.7.4", "generated_at": "2023-12-18T10:05:37.305552Z", "invocation_id": "4f6749f3-b76e-4975-aa2e-50044927ed17", "env": {}}, "nodes": {"seed.mailchimp_source_integration_tests.automation_recipient": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "automation_recipient", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"automation_email_id": {"type": "character varying(10)", "index": 1, "name": "automation_email_id", "comment": null}, "member_id": {"type": "character varying(32)", "index": 2, "name": "member_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "list_id": {"type": "character varying(10)", "index": 4, "name": "list_id", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 7000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.mailchimp_source_integration_tests.automation_recipient"}, "seed.mailchimp_source_integration_tests.automation_email": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "automation_email", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "character varying(10)", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "archive_url": {"type": "character varying(24)", "index": 4, "name": "archive_url", "comment": null}, "authenticate": {"type": "boolean", "index": 5, "name": "authenticate", "comment": null}, "auto_footer": {"type": "boolean", "index": 6, "name": "auto_footer", "comment": null}, "auto_tweet": {"type": "boolean", "index": 7, "name": "auto_tweet", "comment": null}, "automation_id": {"type": "character varying(10)", "index": 8, "name": "automation_id", "comment": null}, "clicktale": {"type": "integer", "index": 9, "name": "clicktale", "comment": null}, "content_type": {"type": "character varying(8)", "index": 10, "name": "content_type", "comment": null}, "create_time": {"type": "timestamp without time zone", "index": 11, "name": "create_time", "comment": null}, "delay_action": {"type": "character varying(6)", "index": 12, "name": "delay_action", "comment": null}, "delay_action_description": {"type": "character varying(39)", "index": 13, "name": "delay_action_description", "comment": null}, "delay_amount": {"type": "integer", "index": 14, "name": "delay_amount", "comment": null}, "delay_direction": {"type": "integer", "index": 15, "name": "delay_direction", "comment": null}, "delay_full_description": {"type": "character varying(57)", "index": 16, "name": "delay_full_description", "comment": null}, "delay_type": {"type": "character varying(3)", "index": 17, "name": "delay_type", "comment": null}, "drag_and_drop": {"type": "boolean", "index": 18, "name": "drag_and_drop", "comment": null}, "fb_comments": {"type": "boolean", "index": 19, "name": "fb_comments", "comment": null}, "folder_id": {"type": "integer", "index": 20, "name": "folder_id", "comment": null}, "from_name": {"type": "character varying(3)", "index": 21, "name": "from_name", "comment": null}, "google_analytics": {"type": "character varying(28)", "index": 22, "name": "google_analytics", "comment": null}, "inline_css": {"type": "boolean", "index": 23, "name": "inline_css", "comment": null}, "position": {"type": "integer", "index": 24, "name": "position", "comment": null}, "reply_to": {"type": "character varying(15)", "index": 25, "name": "reply_to", "comment": null}, "send_time": {"type": "timestamp without time zone", "index": 26, "name": "send_time", "comment": null}, "start_time": {"type": "timestamp without time zone", "index": 27, "name": "start_time", "comment": null}, "status": {"type": "character varying(7)", "index": 28, "name": "status", "comment": null}, "subject_line": {"type": "character varying(31)", "index": 29, "name": "subject_line", "comment": null}, "template_id": {"type": "integer", "index": 30, "name": "template_id", "comment": null}, "timewarp": {"type": "integer", "index": 31, "name": "timewarp", "comment": null}, "title": {"type": "character varying(15)", "index": 32, "name": "title", "comment": null}, "to_name": {"type": "integer", "index": 33, "name": "to_name", "comment": null}, "track_ecomm_360": {"type": "boolean", "index": 34, "name": "track_ecomm_360", "comment": null}, "track_goals": {"type": "boolean", "index": 35, "name": "track_goals", "comment": null}, "track_html_clicks": {"type": "boolean", "index": 36, "name": "track_html_clicks", "comment": null}, "track_opens": {"type": "boolean", "index": 37, "name": "track_opens", "comment": null}, "track_text_clicks": {"type": "boolean", "index": 38, "name": "track_text_clicks", "comment": null}, "use_conversation": {"type": "integer", "index": 39, "name": "use_conversation", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 57, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 42000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000116, "include": true, "description": "Percent of available space that is used by the 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.mailchimp_source_integration_tests.automation_email"}, "seed.mailchimp_source_integration_tests.automation": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "automation", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "character varying(10)", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "create_time": {"type": "timestamp without time zone", "index": 4, "name": "create_time", "comment": null}, "list_id": {"type": "character varying(10)", "index": 5, "name": "list_id", "comment": null}, "segment_id": {"type": "integer", "index": 6, "name": "segment_id", "comment": null}, "segment_text": {"type": "integer", "index": 7, "name": "segment_text", "comment": null}, "start_time": {"type": "timestamp without time zone", "index": 8, "name": "start_time", "comment": null}, "status": {"type": "character varying(7)", "index": 9, "name": "status", "comment": null}, "title": {"type": "character varying(13)", "index": 10, "name": "title", "comment": null}, "trigger_settings": {"type": "character varying(221)", "index": 11, "name": "trigger_settings", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 221, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 14000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.mailchimp_source_integration_tests.automation"}, "seed.mailchimp_source_integration_tests.automation_recipient_activity": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "automation_recipient_activity", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"action": {"type": "character varying(5)", "index": 1, "name": "action", "comment": null}, "automation_email_id": {"type": "character varying(10)", "index": 2, "name": "automation_email_id", "comment": null}, "member_id": {"type": "character varying(32)", "index": 3, "name": "member_id", "comment": null}, "timestamp": {"type": "timestamp without time zone", "index": 4, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "bounce_type": {"type": "integer", "index": 6, "name": "bounce_type", "comment": null}, "ip": {"type": "character varying(11)", "index": 7, "name": "ip", "comment": null}, "list_id": {"type": "character varying(10)", "index": 8, "name": "list_id", "comment": null}, "url": {"type": "character varying(26)", "index": 9, "name": "url", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 8.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 12000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.3e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.mailchimp_source_integration_tests.automation_recipient_activity"}, "seed.mailchimp_source_integration_tests.campaign": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "campaign", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "character varying(10)", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "archive_url": {"type": "character varying(24)", "index": 4, "name": "archive_url", "comment": null}, "authenticate": {"type": "boolean", "index": 5, "name": "authenticate", "comment": null}, "auto_footer": {"type": "boolean", "index": 6, "name": "auto_footer", "comment": null}, "auto_tweet": {"type": "boolean", "index": 7, "name": "auto_tweet", "comment": null}, "clicktale": {"type": "character varying(30)", "index": 8, "name": "clicktale", "comment": null}, "content_type": {"type": "character varying(8)", "index": 9, "name": "content_type", "comment": null}, "create_time": {"type": "timestamp without time zone", "index": 10, "name": "create_time", "comment": null}, "drag_and_drop": {"type": "boolean", "index": 11, "name": "drag_and_drop", "comment": null}, "fb_comments": {"type": "boolean", "index": 12, "name": "fb_comments", "comment": null}, "folder_id": {"type": "integer", "index": 13, "name": "folder_id", "comment": null}, "from_name": {"type": "character varying(3)", "index": 14, "name": "from_name", "comment": null}, "google_analytics": {"type": "character varying(30)", "index": 15, "name": "google_analytics", "comment": null}, "inline_css": {"type": "boolean", "index": 16, "name": "inline_css", "comment": null}, "list_id": {"type": "character varying(10)", "index": 17, "name": "list_id", "comment": null}, "long_archive_url": {"type": "character varying(36)", "index": 18, "name": "long_archive_url", "comment": null}, "reply_to": {"type": "character varying(15)", "index": 19, "name": "reply_to", "comment": null}, "segment_id": {"type": "integer", "index": 20, "name": "segment_id", "comment": null}, "segment_text": {"type": "integer", "index": 21, "name": "segment_text", "comment": null}, "send_time": {"type": "timestamp without time zone", "index": 22, "name": "send_time", "comment": null}, "status": {"type": "character varying(4)", "index": 23, "name": "status", "comment": null}, "subject_line": {"type": "character varying(45)", "index": 24, "name": "subject_line", "comment": null}, "template_id": {"type": "integer", "index": 25, "name": "template_id", "comment": null}, "test_size": {"type": "integer", "index": 26, "name": "test_size", "comment": null}, "timewarp": {"type": "boolean", "index": 27, "name": "timewarp", "comment": null}, "title": {"type": "character varying(13)", "index": 28, "name": "title", "comment": null}, "to_name": {"type": "character varying(9)", "index": 29, "name": "to_name", "comment": null}, "track_ecomm_360": {"type": "boolean", "index": 30, "name": "track_ecomm_360", "comment": null}, "track_goals": {"type": "boolean", "index": 31, "name": "track_goals", "comment": null}, "track_html_clicks": {"type": "boolean", "index": 32, "name": "track_html_clicks", "comment": null}, "track_opens": {"type": "boolean", "index": 33, "name": "track_opens", "comment": null}, "track_text_clicks": {"type": "boolean", "index": 34, "name": "track_text_clicks", "comment": null}, "type": {"type": "character varying(7)", "index": 35, "name": "type", "comment": null}, "use_conversation": {"type": "boolean", "index": 36, "name": "use_conversation", "comment": null}, "wait_time": {"type": "integer", "index": 37, "name": "wait_time", "comment": null}, "winner_criteria": {"type": "integer", "index": 38, "name": "winner_criteria", "comment": null}, "winning_campaign_id": {"type": "integer", "index": 39, "name": "winning_campaign_id", "comment": null}, "winning_combination_id": {"type": "integer", "index": 40, "name": "winning_combination_id", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 45, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 43000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000118, "include": true, "description": "Percent of available space that is used by the 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.mailchimp_source_integration_tests.campaign"}, "seed.mailchimp_source_integration_tests.campaign_recipient": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "campaign_recipient", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"campaign_id": {"type": "character varying(10)", "index": 1, "name": "campaign_id", "comment": null}, "member_id": {"type": "character varying(32)", "index": 2, "name": "member_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "combination_id": {"type": "integer", "index": 4, "name": "combination_id", "comment": null}, "list_id": {"type": "character varying(10)", "index": 5, "name": "list_id", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 10.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 8000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.mailchimp_source_integration_tests.campaign_recipient"}, "seed.mailchimp_source_integration_tests.campaign_recipient_activity": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "campaign_recipient_activity", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"action": {"type": "character varying(5)", "index": 1, "name": "action", "comment": null}, "campaign_id": {"type": "character varying(10)", "index": 2, "name": "campaign_id", "comment": null}, "member_id": {"type": "character varying(32)", "index": 3, "name": "member_id", "comment": null}, "timestamp": {"type": "timestamp without time zone", "index": 4, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "bounce_type": {"type": "integer", "index": 6, "name": "bounce_type", "comment": null}, "combination_id": {"type": "integer", "index": 7, "name": "combination_id", "comment": null}, "ip": {"type": "character varying(14)", "index": 8, "name": "ip", "comment": null}, "list_id": {"type": "character varying(10)", "index": 9, "name": "list_id", "comment": null}, "url": {"type": "character varying(26)", "index": 10, "name": "url", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 17.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 13000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.5e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.mailchimp_source_integration_tests.campaign_recipient_activity"}, "seed.mailchimp_source_integration_tests.list": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "list", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "character varying(10)", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "beamer_address": {"type": "character varying(48)", "index": 4, "name": "beamer_address", "comment": null}, "contact_address_1": {"type": "character varying(18)", "index": 5, "name": "contact_address_1", "comment": null}, "contact_address_2": {"type": "integer", "index": 6, "name": "contact_address_2", "comment": null}, "contact_city": {"type": "character varying(6)", "index": 7, "name": "contact_city", "comment": null}, "contact_company": {"type": "character varying(15)", "index": 8, "name": "contact_company", "comment": null}, "contact_country": {"type": "character varying(2)", "index": 9, "name": "contact_country", "comment": null}, "contact_state": {"type": "character varying(6)", "index": 10, "name": "contact_state", "comment": null}, "contact_zip": {"type": "character varying(6)", "index": 11, "name": "contact_zip", "comment": null}, "date_created": {"type": "timestamp without time zone", "index": 12, "name": "date_created", "comment": null}, "default_from_email": {"type": "character varying(15)", "index": 13, "name": "default_from_email", "comment": null}, "default_from_name": {"type": "character varying(3)", "index": 14, "name": "default_from_name", "comment": null}, "default_language": {"type": "character varying(2)", "index": 15, "name": "default_language", "comment": null}, "default_subject": {"type": "integer", "index": 16, "name": "default_subject", "comment": null}, "email_type_option": {"type": "boolean", "index": 17, "name": "email_type_option", "comment": null}, "list_rating": {"type": "double precision", "index": 18, "name": "list_rating", "comment": null}, "name": {"type": "character varying(15)", "index": 19, "name": "name", "comment": null}, "notify_on_subscribe": {"type": "integer", "index": 20, "name": "notify_on_subscribe", "comment": null}, "notify_on_unsubscribe": {"type": "integer", "index": 21, "name": "notify_on_unsubscribe", "comment": null}, "permission_reminder": {"type": "character varying(66)", "index": 22, "name": "permission_reminder", "comment": null}, "subscribe_url_long": {"type": "character varying(82)", "index": 23, "name": "subscribe_url_long", "comment": null}, "subscribe_url_short": {"type": "character varying(24)", "index": 24, "name": "subscribe_url_short", "comment": null}, "use_archive_bar": {"type": "boolean", "index": 25, "name": "use_archive_bar", "comment": null}, "visibility": {"type": "character varying(3)", "index": 26, "name": "visibility", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 82, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 29000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 8e-05, "include": true, "description": "Percent of available space that is used by the 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.mailchimp_source_integration_tests.list"}, "seed.mailchimp_source_integration_tests.member": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "member", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "character varying(32)", "index": 1, "name": "id", "comment": null}, "list_id": {"type": "character varying(10)", "index": 2, "name": "list_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "country_code": {"type": "character varying(2)", "index": 4, "name": "country_code", "comment": null}, "dstoff": {"type": "double precision", "index": 5, "name": "dstoff", "comment": null}, "email_address": {"type": "character varying(25)", "index": 6, "name": "email_address", "comment": null}, "email_client": {"type": "character varying(10)", "index": 7, "name": "email_client", "comment": null}, "email_type": {"type": "character varying(4)", "index": 8, "name": "email_type", "comment": null}, "gmtoff": {"type": "double precision", "index": 9, "name": "gmtoff", "comment": null}, "ip_opt": {"type": "character varying(15)", "index": 10, "name": "ip_opt", "comment": null}, "ip_signup": {"type": "character varying(15)", "index": 11, "name": "ip_signup", "comment": null}, "language": {"type": "character varying(2)", "index": 12, "name": "language", "comment": null}, "last_changed": {"type": "timestamp without time zone", "index": 13, "name": "last_changed", "comment": null}, "latitude": {"type": "double precision", "index": 14, "name": "latitude", "comment": null}, "longitude": {"type": "double precision", "index": 15, "name": "longitude", "comment": null}, "member_rating": {"type": "integer", "index": 16, "name": "member_rating", "comment": null}, "merge_fname": {"type": "character varying(7)", "index": 17, "name": "merge_fname", "comment": null}, "merge_lname": {"type": "integer", "index": 18, "name": "merge_lname", "comment": null}, "status": {"type": "character varying(12)", "index": 19, "name": "status", "comment": null}, "timestamp_opt": {"type": "timestamp without time zone", "index": 20, "name": "timestamp_opt", "comment": null}, "timestamp_signup": {"type": "timestamp without time zone", "index": 21, "name": "timestamp_signup", "comment": null}, "timezone": {"type": "character varying(15)", "index": 22, "name": "timezone", "comment": null}, "unique_email_id": {"type": "character varying(10)", "index": 23, "name": "unique_email_id", "comment": null}, "vip": {"type": "boolean", "index": 24, "name": "vip", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 9.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 27000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 7.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.mailchimp_source_integration_tests.member"}, "seed.mailchimp_source_integration_tests.segment": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "segment", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 4, "name": "created_at", "comment": null}, "list_id": {"type": "character varying(10)", "index": 5, "name": "list_id", "comment": null}, "member_count": {"type": "integer", "index": 6, "name": "member_count", "comment": null}, "name": {"type": "character varying(8)", "index": 7, "name": "name", "comment": null}, "type": {"type": "character varying(6)", "index": 8, "name": "type", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 9, "name": "updated_at", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 10, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 12000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.3e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.mailchimp_source_integration_tests.segment"}, "seed.mailchimp_source_integration_tests.segment_member": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "segment_member", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"member_id": {"type": "character varying(32)", "index": 1, "name": "member_id", "comment": null}, "segment_id": {"type": "integer", "index": 2, "name": "segment_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "list_id": {"type": "character varying(10)", "index": 5, "name": "list_id", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 8000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.mailchimp_source_integration_tests.segment_member"}, "seed.mailchimp_source_integration_tests.unsubscribe": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "unsubscribe", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"campaign_id": {"type": "character varying(10)", "index": 1, "name": "campaign_id", "comment": null}, "member_id": {"type": "character varying(32)", "index": 2, "name": "member_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "list_id": {"type": "character varying(10)", "index": 4, "name": "list_id", "comment": null}, "reason": {"type": "integer", "index": 5, "name": "reason", "comment": null}, "timestamp": {"type": "timestamp without time zone", "index": 6, "name": "timestamp", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 9000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.mailchimp_source_integration_tests.unsubscribe"}, "model.mailchimp_source.stg_mailchimp__automation_emails_tmp": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__automation_emails_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "character varying(10)", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "archive_url": {"type": "character varying(24)", "index": 4, "name": "archive_url", "comment": null}, "authenticate": {"type": "boolean", "index": 5, "name": "authenticate", "comment": null}, "auto_footer": {"type": "boolean", "index": 6, "name": "auto_footer", "comment": null}, "auto_tweet": {"type": "boolean", "index": 7, "name": "auto_tweet", "comment": null}, "automation_id": {"type": "character varying(10)", "index": 8, "name": "automation_id", "comment": null}, "clicktale": {"type": "integer", "index": 9, "name": "clicktale", "comment": null}, "content_type": {"type": "character varying(8)", "index": 10, "name": "content_type", "comment": null}, "create_time": {"type": "timestamp without time zone", "index": 11, "name": "create_time", "comment": null}, "delay_action": {"type": "character varying(6)", "index": 12, "name": "delay_action", "comment": null}, "delay_action_description": {"type": "character varying(39)", "index": 13, "name": "delay_action_description", "comment": null}, "delay_amount": {"type": "integer", "index": 14, "name": "delay_amount", "comment": null}, "delay_direction": {"type": "integer", "index": 15, "name": "delay_direction", "comment": null}, "delay_full_description": {"type": "character varying(57)", "index": 16, "name": "delay_full_description", "comment": null}, "delay_type": {"type": "character varying(3)", "index": 17, "name": "delay_type", "comment": null}, "drag_and_drop": {"type": "boolean", "index": 18, "name": "drag_and_drop", "comment": null}, "fb_comments": {"type": "boolean", "index": 19, "name": "fb_comments", "comment": null}, "folder_id": {"type": "integer", "index": 20, "name": "folder_id", "comment": null}, "from_name": {"type": "character varying(3)", "index": 21, "name": "from_name", "comment": null}, "google_analytics": {"type": "character varying(28)", "index": 22, "name": "google_analytics", "comment": null}, "inline_css": {"type": "boolean", "index": 23, "name": "inline_css", "comment": null}, "position": {"type": "integer", "index": 24, "name": "position", "comment": null}, "reply_to": {"type": "character varying(15)", "index": 25, "name": "reply_to", "comment": null}, "send_time": {"type": "timestamp without time zone", "index": 26, "name": "send_time", "comment": null}, "start_time": {"type": "timestamp without time zone", "index": 27, "name": "start_time", "comment": null}, "status": {"type": "character varying(7)", "index": 28, "name": "status", "comment": null}, "subject_line": {"type": "character varying(31)", "index": 29, "name": "subject_line", "comment": null}, "template_id": {"type": "integer", "index": 30, "name": "template_id", "comment": null}, "timewarp": {"type": "integer", "index": 31, "name": "timewarp", "comment": null}, "title": {"type": "character varying(15)", "index": 32, "name": "title", "comment": null}, "to_name": {"type": "integer", "index": 33, "name": "to_name", "comment": null}, "track_ecomm_360": {"type": "boolean", "index": 34, "name": "track_ecomm_360", "comment": null}, "track_goals": {"type": "boolean", "index": 35, "name": "track_goals", "comment": null}, "track_html_clicks": {"type": "boolean", "index": 36, "name": "track_html_clicks", "comment": null}, "track_opens": {"type": "boolean", "index": 37, "name": "track_opens", "comment": null}, "track_text_clicks": {"type": "boolean", "index": 38, "name": "track_text_clicks", "comment": null}, "use_conversation": {"type": "integer", "index": 39, "name": "use_conversation", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 57, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 84000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000232, "include": true, "description": "Percent of available space that is used by the 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.mailchimp_source.stg_mailchimp__automation_emails_tmp"}, "model.mailchimp_source.stg_mailchimp__automations_tmp": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__automations_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "character varying(10)", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "create_time": {"type": "timestamp without time zone", "index": 4, "name": "create_time", "comment": null}, "list_id": {"type": "character varying(10)", "index": 5, "name": "list_id", "comment": null}, "segment_id": {"type": "integer", "index": 6, "name": "segment_id", "comment": null}, "segment_text": {"type": "integer", "index": 7, "name": "segment_text", "comment": null}, "start_time": {"type": "timestamp without time zone", "index": 8, "name": "start_time", "comment": null}, "status": {"type": "character varying(7)", "index": 9, "name": "status", "comment": null}, "title": {"type": "character varying(13)", "index": 10, "name": "title", "comment": null}, "trigger_settings": {"type": "character varying(221)", "index": 11, "name": "trigger_settings", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 221, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 28000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 7.7e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__automations_tmp"}, "model.mailchimp_source.stg_mailchimp__automation_activities_tmp": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__automation_activities_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"action": {"type": "character varying(5)", "index": 1, "name": "action", "comment": null}, "automation_email_id": {"type": "character varying(10)", "index": 2, "name": "automation_email_id", "comment": null}, "member_id": {"type": "character varying(32)", "index": 3, "name": "member_id", "comment": null}, "timestamp": {"type": "timestamp without time zone", "index": 4, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "bounce_type": {"type": "integer", "index": 6, "name": "bounce_type", "comment": null}, "ip": {"type": "character varying(11)", "index": 7, "name": "ip", "comment": null}, "list_id": {"type": "character varying(10)", "index": 8, "name": "list_id", "comment": null}, "url": {"type": "character varying(26)", "index": 9, "name": "url", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 8.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 24000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6.6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_activities_tmp"}, "model.mailchimp_source.stg_mailchimp__automation_recipients_tmp": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__automation_recipients_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"automation_email_id": {"type": "character varying(10)", "index": 1, "name": "automation_email_id", "comment": null}, "member_id": {"type": "character varying(32)", "index": 2, "name": "member_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "list_id": {"type": "character varying(10)", "index": 4, "name": "list_id", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 14000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_recipients_tmp"}, "model.mailchimp_source.stg_mailchimp__campaign_activities_tmp": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__campaign_activities_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"action": {"type": "character varying(5)", "index": 1, "name": "action", "comment": null}, "campaign_id": {"type": "character varying(10)", "index": 2, "name": "campaign_id", "comment": null}, "member_id": {"type": "character varying(32)", "index": 3, "name": "member_id", "comment": null}, "timestamp": {"type": "timestamp without time zone", "index": 4, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "bounce_type": {"type": "integer", "index": 6, "name": "bounce_type", "comment": null}, "combination_id": {"type": "integer", "index": 7, "name": "combination_id", "comment": null}, "ip": {"type": "character varying(14)", "index": 8, "name": "ip", "comment": null}, "list_id": {"type": "character varying(10)", "index": 9, "name": "list_id", "comment": null}, "url": {"type": "character varying(26)", "index": 10, "name": "url", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 17.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 26000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 7.1e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_activities_tmp"}, "model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__campaign_recipients_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"campaign_id": {"type": "character varying(10)", "index": 1, "name": "campaign_id", "comment": null}, "member_id": {"type": "character varying(32)", "index": 2, "name": "member_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "combination_id": {"type": "integer", "index": 4, "name": "combination_id", "comment": null}, "list_id": {"type": "character varying(10)", "index": 5, "name": "list_id", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 10.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 16000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp"}, "model.mailchimp_source.stg_mailchimp__campaigns_tmp": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__campaigns_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "character varying(10)", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "archive_url": {"type": "character varying(24)", "index": 4, "name": "archive_url", "comment": null}, "authenticate": {"type": "boolean", "index": 5, "name": "authenticate", "comment": null}, "auto_footer": {"type": "boolean", "index": 6, "name": "auto_footer", "comment": null}, "auto_tweet": {"type": "boolean", "index": 7, "name": "auto_tweet", "comment": null}, "clicktale": {"type": "character varying(30)", "index": 8, "name": "clicktale", "comment": null}, "content_type": {"type": "character varying(8)", "index": 9, "name": "content_type", "comment": null}, "create_time": {"type": "timestamp without time zone", "index": 10, "name": "create_time", "comment": null}, "drag_and_drop": {"type": "boolean", "index": 11, "name": "drag_and_drop", "comment": null}, "fb_comments": {"type": "boolean", "index": 12, "name": "fb_comments", "comment": null}, "folder_id": {"type": "integer", "index": 13, "name": "folder_id", "comment": null}, "from_name": {"type": "character varying(3)", "index": 14, "name": "from_name", "comment": null}, "google_analytics": {"type": "character varying(30)", "index": 15, "name": "google_analytics", "comment": null}, "inline_css": {"type": "boolean", "index": 16, "name": "inline_css", "comment": null}, "list_id": {"type": "character varying(10)", "index": 17, "name": "list_id", "comment": null}, "long_archive_url": {"type": "character varying(36)", "index": 18, "name": "long_archive_url", "comment": null}, "reply_to": {"type": "character varying(15)", "index": 19, "name": "reply_to", "comment": null}, "segment_id": {"type": "integer", "index": 20, "name": "segment_id", "comment": null}, "segment_text": {"type": "integer", "index": 21, "name": "segment_text", "comment": null}, "send_time": {"type": "timestamp without time zone", "index": 22, "name": "send_time", "comment": null}, "status": {"type": "character varying(4)", "index": 23, "name": "status", "comment": null}, "subject_line": {"type": "character varying(45)", "index": 24, "name": "subject_line", "comment": null}, "template_id": {"type": "integer", "index": 25, "name": "template_id", "comment": null}, "test_size": {"type": "integer", "index": 26, "name": "test_size", "comment": null}, "timewarp": {"type": "boolean", "index": 27, "name": "timewarp", "comment": null}, "title": {"type": "character varying(13)", "index": 28, "name": "title", "comment": null}, "to_name": {"type": "character varying(9)", "index": 29, "name": "to_name", "comment": null}, "track_ecomm_360": {"type": "boolean", "index": 30, "name": "track_ecomm_360", "comment": null}, "track_goals": {"type": "boolean", "index": 31, "name": "track_goals", "comment": null}, "track_html_clicks": {"type": "boolean", "index": 32, "name": "track_html_clicks", "comment": null}, "track_opens": {"type": "boolean", "index": 33, "name": "track_opens", "comment": null}, "track_text_clicks": {"type": "boolean", "index": 34, "name": "track_text_clicks", "comment": null}, "type": {"type": "character varying(7)", "index": 35, "name": "type", "comment": null}, "use_conversation": {"type": "boolean", "index": 36, "name": "use_conversation", "comment": null}, "wait_time": {"type": "integer", "index": 37, "name": "wait_time", "comment": null}, "winner_criteria": {"type": "integer", "index": 38, "name": "winner_criteria", "comment": null}, "winning_campaign_id": {"type": "integer", "index": 39, "name": "winning_campaign_id", "comment": null}, "winning_combination_id": {"type": "integer", "index": 40, "name": "winning_combination_id", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 45, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 43000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000118, "include": true, "description": "Percent of available space that is used by the 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.mailchimp_source.stg_mailchimp__campaigns_tmp"}, "model.mailchimp_source.stg_mailchimp__lists_tmp": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__lists_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "character varying(10)", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "beamer_address": {"type": "character varying(48)", "index": 4, "name": "beamer_address", "comment": null}, "contact_address_1": {"type": "character varying(18)", "index": 5, "name": "contact_address_1", "comment": null}, "contact_address_2": {"type": "integer", "index": 6, "name": "contact_address_2", "comment": null}, "contact_city": {"type": "character varying(6)", "index": 7, "name": "contact_city", "comment": null}, "contact_company": {"type": "character varying(15)", "index": 8, "name": "contact_company", "comment": null}, "contact_country": {"type": "character varying(2)", "index": 9, "name": "contact_country", "comment": null}, "contact_state": {"type": "character varying(6)", "index": 10, "name": "contact_state", "comment": null}, "contact_zip": {"type": "character varying(6)", "index": 11, "name": "contact_zip", "comment": null}, "date_created": {"type": "timestamp without time zone", "index": 12, "name": "date_created", "comment": null}, "default_from_email": {"type": "character varying(15)", "index": 13, "name": "default_from_email", "comment": null}, "default_from_name": {"type": "character varying(3)", "index": 14, "name": "default_from_name", "comment": null}, "default_language": {"type": "character varying(2)", "index": 15, "name": "default_language", "comment": null}, "default_subject": {"type": "integer", "index": 16, "name": "default_subject", "comment": null}, "email_type_option": {"type": "boolean", "index": 17, "name": "email_type_option", "comment": null}, "list_rating": {"type": "double precision", "index": 18, "name": "list_rating", "comment": null}, "name": {"type": "character varying(15)", "index": 19, "name": "name", "comment": null}, "notify_on_subscribe": {"type": "integer", "index": 20, "name": "notify_on_subscribe", "comment": null}, "notify_on_unsubscribe": {"type": "integer", "index": 21, "name": "notify_on_unsubscribe", "comment": null}, "permission_reminder": {"type": "character varying(66)", "index": 22, "name": "permission_reminder", "comment": null}, "subscribe_url_long": {"type": "character varying(82)", "index": 23, "name": "subscribe_url_long", "comment": null}, "subscribe_url_short": {"type": "character varying(24)", "index": 24, "name": "subscribe_url_short", "comment": null}, "use_archive_bar": {"type": "boolean", "index": 25, "name": "use_archive_bar", "comment": null}, "visibility": {"type": "character varying(3)", "index": 26, "name": "visibility", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 82, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 58000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.00016, "include": true, "description": "Percent of available space that is used by the 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.mailchimp_source.stg_mailchimp__lists_tmp"}, "model.mailchimp_source.stg_mailchimp__members_tmp": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__members_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "character varying(32)", "index": 1, "name": "id", "comment": null}, "list_id": {"type": "character varying(10)", "index": 2, "name": "list_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "country_code": {"type": "character varying(2)", "index": 4, "name": "country_code", "comment": null}, "dstoff": {"type": "double precision", "index": 5, "name": "dstoff", "comment": null}, "email_address": {"type": "character varying(25)", "index": 6, "name": "email_address", "comment": null}, "email_client": {"type": "character varying(10)", "index": 7, "name": "email_client", "comment": null}, "email_type": {"type": "character varying(4)", "index": 8, "name": "email_type", "comment": null}, "gmtoff": {"type": "double precision", "index": 9, "name": "gmtoff", "comment": null}, "ip_opt": {"type": "character varying(15)", "index": 10, "name": "ip_opt", "comment": null}, "ip_signup": {"type": "character varying(15)", "index": 11, "name": "ip_signup", "comment": null}, "language": {"type": "character varying(2)", "index": 12, "name": "language", "comment": null}, "last_changed": {"type": "timestamp without time zone", "index": 13, "name": "last_changed", "comment": null}, "latitude": {"type": "double precision", "index": 14, "name": "latitude", "comment": null}, "longitude": {"type": "double precision", "index": 15, "name": "longitude", "comment": null}, "member_rating": {"type": "integer", "index": 16, "name": "member_rating", "comment": null}, "merge_fname": {"type": "character varying(7)", "index": 17, "name": "merge_fname", "comment": null}, "merge_lname": {"type": "integer", "index": 18, "name": "merge_lname", "comment": null}, "status": {"type": "character varying(12)", "index": 19, "name": "status", "comment": null}, "timestamp_opt": {"type": "timestamp without time zone", "index": 20, "name": "timestamp_opt", "comment": null}, "timestamp_signup": {"type": "timestamp without time zone", "index": 21, "name": "timestamp_signup", "comment": null}, "timezone": {"type": "character varying(15)", "index": 22, "name": "timezone", "comment": null}, "unique_email_id": {"type": "character varying(10)", "index": 23, "name": "unique_email_id", "comment": null}, "vip": {"type": "boolean", "index": 24, "name": "vip", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 9.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 54000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000149, "include": true, "description": "Percent of available space that is used by the 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.mailchimp_source.stg_mailchimp__members_tmp"}, "model.mailchimp_source.stg_mailchimp__segment_members_tmp": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__segment_members_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"member_id": {"type": "character varying(32)", "index": 1, "name": "member_id", "comment": null}, "segment_id": {"type": "integer", "index": 2, "name": "segment_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "list_id": {"type": "character varying(10)", "index": 5, "name": "list_id", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 16000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__segment_members_tmp"}, "model.mailchimp_source.stg_mailchimp__segments_tmp": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__segments_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 4, "name": "created_at", "comment": null}, "list_id": {"type": "character varying(10)", "index": 5, "name": "list_id", "comment": null}, "member_count": {"type": "integer", "index": 6, "name": "member_count", "comment": null}, "name": {"type": "character varying(8)", "index": 7, "name": "name", "comment": null}, "type": {"type": "character varying(6)", "index": 8, "name": "type", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 9, "name": "updated_at", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 10, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 12000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.3e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__segments_tmp"}, "model.mailchimp_source.stg_mailchimp__unsubscribes_tmp": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__unsubscribes_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"campaign_id": {"type": "character varying(10)", "index": 1, "name": "campaign_id", "comment": null}, "member_id": {"type": "character varying(32)", "index": 2, "name": "member_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "list_id": {"type": "character varying(10)", "index": 4, "name": "list_id", "comment": null}, "reason": {"type": "integer", "index": 5, "name": "reason", "comment": null}, "timestamp": {"type": "timestamp without time zone", "index": 6, "name": "timestamp", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 9000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__unsubscribes_tmp"}, "model.mailchimp_source.stg_mailchimp__automation_recipients": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__automation_recipients", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"member_id": {"type": "character varying(32)", "index": 1, "name": "member_id", "comment": null}, "automation_email_id": {"type": "character varying(10)", "index": 2, "name": "automation_email_id", "comment": null}, "list_id": {"type": "character varying(10)", "index": 3, "name": "list_id", "comment": null}, "automation_recipient_id": {"type": "character varying(32)", "index": 4, "name": "automation_recipient_id", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 14000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_recipients"}, "model.mailchimp_source.stg_mailchimp__automations": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__automations", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"automation_id": {"type": "character varying(10)", "index": 1, "name": "automation_id", "comment": null}, "list_id": {"type": "character varying(10)", "index": 2, "name": "list_id", "comment": null}, "segment_id": {"type": "integer", "index": 3, "name": "segment_id", "comment": null}, "segment_text": {"type": "integer", "index": 4, "name": "segment_text", "comment": null}, "started_timestamp": {"type": "timestamp without time zone", "index": 5, "name": "started_timestamp", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 6, "name": "created_timestamp", "comment": null}, "status": {"type": "character varying(7)", "index": 7, "name": "status", "comment": null}, "title": {"type": "character varying(13)", "index": 8, "name": "title", "comment": null}, "trigger_settings": {"type": "character varying(221)", "index": 9, "name": "trigger_settings", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 221, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 24000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6.6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__automations"}, "model.mailchimp_source.stg_mailchimp__automation_activities": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__automation_activities", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"action_type": {"type": "character varying(5)", "index": 1, "name": "action_type", "comment": null}, "automation_email_id": {"type": "character varying(10)", "index": 2, "name": "automation_email_id", "comment": null}, "member_id": {"type": "character varying(32)", "index": 3, "name": "member_id", "comment": null}, "list_id": {"type": "character varying(10)", "index": 4, "name": "list_id", "comment": null}, "activity_timestamp": {"type": "timestamp without time zone", "index": 5, "name": "activity_timestamp", "comment": null}, "ip_address": {"type": "character varying(11)", "index": 6, "name": "ip_address", "comment": null}, "url": {"type": "character varying(26)", "index": 7, "name": "url", "comment": null}, "bounce_type": {"type": "integer", "index": 8, "name": "bounce_type", "comment": null}, "activity_id": {"type": "character varying(32)", "index": 9, "name": "activity_id", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 8.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 24000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6.6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_activities"}, "model.mailchimp_source.stg_mailchimp__automation_emails": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__automation_emails", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"automation_email_id": {"type": "character varying(10)", "index": 1, "name": "automation_email_id", "comment": null}, "automation_id": {"type": "character varying(10)", "index": 2, "name": "automation_id", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 3, "name": "created_timestamp", "comment": null}, "started_timestamp": {"type": "timestamp without time zone", "index": 4, "name": "started_timestamp", "comment": null}, "send_timestamp": {"type": "timestamp without time zone", "index": 5, "name": "send_timestamp", "comment": null}, "from_name": {"type": "character varying(3)", "index": 6, "name": "from_name", "comment": null}, "reply_to": {"type": "character varying(15)", "index": 7, "name": "reply_to", "comment": null}, "status": {"type": "character varying(7)", "index": 8, "name": "status", "comment": null}, "subject_line": {"type": "character varying(31)", "index": 9, "name": "subject_line", "comment": null}, "title": {"type": "character varying(15)", "index": 10, "name": "title", "comment": null}, "to_name": {"type": "integer", "index": 11, "name": "to_name", "comment": null}, "archive_url": {"type": "character varying(24)", "index": 12, "name": "archive_url", "comment": null}, "authenticate": {"type": "boolean", "index": 13, "name": "authenticate", "comment": null}, "auto_footer": {"type": "boolean", "index": 14, "name": "auto_footer", "comment": null}, "auto_tweet": {"type": "boolean", "index": 15, "name": "auto_tweet", "comment": null}, "clicktale": {"type": "integer", "index": 16, "name": "clicktale", "comment": null}, "content_type": {"type": "character varying(8)", "index": 17, "name": "content_type", "comment": null}, "delay_action": {"type": "character varying(6)", "index": 18, "name": "delay_action", "comment": null}, "delay_action_description": {"type": "character varying(39)", "index": 19, "name": "delay_action_description", "comment": null}, "delay_amount": {"type": "integer", "index": 20, "name": "delay_amount", "comment": null}, "delay_direction": {"type": "integer", "index": 21, "name": "delay_direction", "comment": null}, "delay_full_description": {"type": "character varying(57)", "index": 22, "name": "delay_full_description", "comment": null}, "delay_type": {"type": "character varying(3)", "index": 23, "name": "delay_type", "comment": null}, "drag_and_drop": {"type": "boolean", "index": 24, "name": "drag_and_drop", "comment": null}, "fb_comments": {"type": "boolean", "index": 25, "name": "fb_comments", "comment": null}, "folder_id": {"type": "integer", "index": 26, "name": "folder_id", "comment": null}, "google_analytics": {"type": "character varying(28)", "index": 27, "name": "google_analytics", "comment": null}, "inline_css": {"type": "boolean", "index": 28, "name": "inline_css", "comment": null}, "position": {"type": "integer", "index": 29, "name": "position", "comment": null}, "template_id": {"type": "integer", "index": 30, "name": "template_id", "comment": null}, "timewarp": {"type": "integer", "index": 31, "name": "timewarp", "comment": null}, "track_ecomm_360": {"type": "boolean", "index": 32, "name": "track_ecomm_360", "comment": null}, "track_goals": {"type": "boolean", "index": 33, "name": "track_goals", "comment": null}, "track_html_clicks": {"type": "boolean", "index": 34, "name": "track_html_clicks", "comment": null}, "track_opens": {"type": "boolean", "index": 35, "name": "track_opens", "comment": null}, "track_text_clicks": {"type": "boolean", "index": 36, "name": "track_text_clicks", "comment": null}, "use_conversation": {"type": "integer", "index": 37, "name": "use_conversation", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 57, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 80000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000221, "include": true, "description": "Percent of available space that is used by the 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.mailchimp_source.stg_mailchimp__automation_emails"}, "model.mailchimp_source.stg_mailchimp__campaign_activities": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__campaign_activities", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"action_type": {"type": "character varying(5)", "index": 1, "name": "action_type", "comment": null}, "campaign_id": {"type": "character varying(10)", "index": 2, "name": "campaign_id", "comment": null}, "member_id": {"type": "character varying(32)", "index": 3, "name": "member_id", "comment": null}, "list_id": {"type": "character varying(10)", "index": 4, "name": "list_id", "comment": null}, "activity_timestamp": {"type": "timestamp without time zone", "index": 5, "name": "activity_timestamp", "comment": null}, "ip_address": {"type": "character varying(14)", "index": 6, "name": "ip_address", "comment": null}, "url": {"type": "character varying(26)", "index": 7, "name": "url", "comment": null}, "bounce_type": {"type": "integer", "index": 8, "name": "bounce_type", "comment": null}, "combination_id": {"type": "integer", "index": 9, "name": "combination_id", "comment": null}, "activity_id": {"type": "character varying(32)", "index": 10, "name": "activity_id", "comment": null}, "email_id": {"type": "character varying(32)", "index": 11, "name": "email_id", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 17.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 28000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 7.7e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_activities"}, "model.mailchimp_source.stg_mailchimp__campaign_recipients": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__campaign_recipients", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"campaign_id": {"type": "character varying(10)", "index": 1, "name": "campaign_id", "comment": null}, "member_id": {"type": "character varying(32)", "index": 2, "name": "member_id", "comment": null}, "combination_id": {"type": "integer", "index": 3, "name": "combination_id", "comment": null}, "list_id": {"type": "character varying(10)", "index": 4, "name": "list_id", "comment": null}, "email_id": {"type": "character varying(32)", "index": 5, "name": "email_id", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 10.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 16000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_recipients"}, "model.mailchimp_source.stg_mailchimp__lists": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__lists", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"list_id": {"type": "character varying(10)", "index": 1, "name": "list_id", "comment": null}, "date_created": {"type": "timestamp without time zone", "index": 2, "name": "date_created", "comment": null}, "name": {"type": "character varying(15)", "index": 3, "name": "name", "comment": null}, "list_rating": {"type": "double precision", "index": 4, "name": "list_rating", "comment": null}, "beamer_address": {"type": "character varying(48)", "index": 5, "name": "beamer_address", "comment": null}, "contact_address_1": {"type": "character varying(18)", "index": 6, "name": "contact_address_1", "comment": null}, "contact_address_2": {"type": "integer", "index": 7, "name": "contact_address_2", "comment": null}, "contact_city": {"type": "character varying(6)", "index": 8, "name": "contact_city", "comment": null}, "contact_company": {"type": "character varying(15)", "index": 9, "name": "contact_company", "comment": null}, "contact_country": {"type": "character varying(2)", "index": 10, "name": "contact_country", "comment": null}, "contact_state": {"type": "character varying(6)", "index": 11, "name": "contact_state", "comment": null}, "contact_zip": {"type": "character varying(6)", "index": 12, "name": "contact_zip", "comment": null}, "default_from_email": {"type": "character varying(15)", "index": 13, "name": "default_from_email", "comment": null}, "default_from_name": {"type": "character varying(3)", "index": 14, "name": "default_from_name", "comment": null}, "default_language": {"type": "character varying(2)", "index": 15, "name": "default_language", "comment": null}, "default_subject": {"type": "integer", "index": 16, "name": "default_subject", "comment": null}, "email_type_option": {"type": "boolean", "index": 17, "name": "email_type_option", "comment": null}, "notify_on_subscribe": {"type": "integer", "index": 18, "name": "notify_on_subscribe", "comment": null}, "notify_on_unsubscribe": {"type": "integer", "index": 19, "name": "notify_on_unsubscribe", "comment": null}, "permission_reminder": {"type": "character varying(66)", "index": 20, "name": "permission_reminder", "comment": null}, "subscribe_url_long": {"type": "character varying(82)", "index": 21, "name": "subscribe_url_long", "comment": null}, "subscribe_url_short": {"type": "character varying(24)", "index": 22, "name": "subscribe_url_short", "comment": null}, "use_archive_bar": {"type": "boolean", "index": 23, "name": "use_archive_bar", "comment": null}, "visibility": {"type": "character varying(3)", "index": 24, "name": "visibility", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 82, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 54000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000149, "include": true, "description": "Percent of available space that is used by the 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.mailchimp_source.stg_mailchimp__lists"}, "model.mailchimp_source.stg_mailchimp__members": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__members", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"member_id": {"type": "character varying(32)", "index": 1, "name": "member_id", "comment": null}, "email_address": {"type": "character varying(25)", "index": 2, "name": "email_address", "comment": null}, "email_client": {"type": "character varying(10)", "index": 3, "name": "email_client", "comment": null}, "email_type": {"type": "character varying(4)", "index": 4, "name": "email_type", "comment": null}, "status": {"type": "character varying(12)", "index": 5, "name": "status", "comment": null}, "list_id": {"type": "character varying(10)", "index": 6, "name": "list_id", "comment": null}, "signup_timestamp": {"type": "timestamp without time zone", "index": 7, "name": "signup_timestamp", "comment": null}, "opt_in_timestamp": {"type": "timestamp without time zone", "index": 8, "name": "opt_in_timestamp", "comment": null}, "last_changed_timestamp": {"type": "timestamp without time zone", "index": 9, "name": "last_changed_timestamp", "comment": null}, "country_code": {"type": "character varying(2)", "index": 10, "name": "country_code", "comment": null}, "dstoff": {"type": "double precision", "index": 11, "name": "dstoff", "comment": null}, "gmtoff": {"type": "double precision", "index": 12, "name": "gmtoff", "comment": null}, "opt_in_ip_address": {"type": "character varying(15)", "index": 13, "name": "opt_in_ip_address", "comment": null}, "signup_ip_address": {"type": "character varying(15)", "index": 14, "name": "signup_ip_address", "comment": null}, "language": {"type": "character varying(2)", "index": 15, "name": "language", "comment": null}, "latitude": {"type": "double precision", "index": 16, "name": "latitude", "comment": null}, "longitude": {"type": "double precision", "index": 17, "name": "longitude", "comment": null}, "member_rating": {"type": "integer", "index": 18, "name": "member_rating", "comment": null}, "timezone": {"type": "character varying(15)", "index": 19, "name": "timezone", "comment": null}, "unique_email_id": {"type": "character varying(10)", "index": 20, "name": "unique_email_id", "comment": null}, "vip": {"type": "boolean", "index": 21, "name": "vip", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 9.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 48000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000132, "include": true, "description": "Percent of available space that is used by the 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.mailchimp_source.stg_mailchimp__members"}, "model.mailchimp_source.stg_mailchimp__campaigns": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__campaigns", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"campaign_id": {"type": "character varying(10)", "index": 1, "name": "campaign_id", "comment": null}, "segment_id": {"type": "integer", "index": 2, "name": "segment_id", "comment": null}, "create_timestamp": {"type": "timestamp without time zone", "index": 3, "name": "create_timestamp", "comment": null}, "send_timestamp": {"type": "timestamp without time zone", "index": 4, "name": "send_timestamp", "comment": null}, "list_id": {"type": "character varying(10)", "index": 5, "name": "list_id", "comment": null}, "reply_to_email": {"type": "character varying(15)", "index": 6, "name": "reply_to_email", "comment": null}, "campaign_type": {"type": "character varying(7)", "index": 7, "name": "campaign_type", "comment": null}, "title": {"type": "character varying(13)", "index": 8, "name": "title", "comment": null}, "archive_url": {"type": "character varying(24)", "index": 9, "name": "archive_url", "comment": null}, "authenticate": {"type": "boolean", "index": 10, "name": "authenticate", "comment": null}, "auto_footer": {"type": "boolean", "index": 11, "name": "auto_footer", "comment": null}, "auto_tweet": {"type": "boolean", "index": 12, "name": "auto_tweet", "comment": null}, "clicktale": {"type": "character varying(30)", "index": 13, "name": "clicktale", "comment": null}, "content_type": {"type": "character varying(8)", "index": 14, "name": "content_type", "comment": null}, "drag_and_drop": {"type": "boolean", "index": 15, "name": "drag_and_drop", "comment": null}, "fb_comments": {"type": "boolean", "index": 16, "name": "fb_comments", "comment": null}, "folder_id": {"type": "integer", "index": 17, "name": "folder_id", "comment": null}, "from_name": {"type": "character varying(3)", "index": 18, "name": "from_name", "comment": null}, "google_analytics": {"type": "character varying(30)", "index": 19, "name": "google_analytics", "comment": null}, "inline_css": {"type": "boolean", "index": 20, "name": "inline_css", "comment": null}, "long_archive_url": {"type": "character varying(36)", "index": 21, "name": "long_archive_url", "comment": null}, "status": {"type": "character varying(4)", "index": 22, "name": "status", "comment": null}, "subject_line": {"type": "character varying(45)", "index": 23, "name": "subject_line", "comment": null}, "template_id": {"type": "integer", "index": 24, "name": "template_id", "comment": null}, "test_size": {"type": "integer", "index": 25, "name": "test_size", "comment": null}, "timewarp": {"type": "boolean", "index": 26, "name": "timewarp", "comment": null}, "to_name": {"type": "character varying(9)", "index": 27, "name": "to_name", "comment": null}, "track_ecomm_360": {"type": "boolean", "index": 28, "name": "track_ecomm_360", "comment": null}, "track_goals": {"type": "boolean", "index": 29, "name": "track_goals", "comment": null}, "track_html_clicks": {"type": "boolean", "index": 30, "name": "track_html_clicks", "comment": null}, "track_opens": {"type": "boolean", "index": 31, "name": "track_opens", "comment": null}, "track_text_clicks": {"type": "boolean", "index": 32, "name": "track_text_clicks", "comment": null}, "use_conversation": {"type": "boolean", "index": 33, "name": "use_conversation", "comment": null}, "wait_time": {"type": "integer", "index": 34, "name": "wait_time", "comment": null}, "winner_criteria": {"type": "integer", "index": 35, "name": "winner_criteria", "comment": null}, "winning_campaign_id": {"type": "integer", "index": 36, "name": "winning_campaign_id", "comment": null}, "winning_combination_id": {"type": "integer", "index": 37, "name": "winning_combination_id", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 45, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 40000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.00011, "include": true, "description": "Percent of available space that is used by the 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.mailchimp_source.stg_mailchimp__campaigns"}, "model.mailchimp_source.stg_mailchimp__segment_members": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__segment_members", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"segment_id": {"type": "integer", "index": 1, "name": "segment_id", "comment": null}, "member_id": {"type": "character varying(32)", "index": 2, "name": "member_id", "comment": null}, "list_id": {"type": "character varying(10)", "index": 3, "name": "list_id", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 12000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.3e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__segment_members"}, "model.mailchimp_source.stg_mailchimp__unsubscribes": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__unsubscribes", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"campaign_id": {"type": "character varying(10)", "index": 1, "name": "campaign_id", "comment": null}, "member_id": {"type": "character varying(32)", "index": 2, "name": "member_id", "comment": null}, "list_id": {"type": "character varying(10)", "index": 3, "name": "list_id", "comment": null}, "unsubscribe_reason": {"type": "integer", "index": 4, "name": "unsubscribe_reason", "comment": null}, "unsubscribe_timestamp": {"type": "timestamp without time zone", "index": 5, "name": "unsubscribe_timestamp", "comment": null}, "unsubscribe_id": {"type": "character varying(32)", "index": 6, "name": "unsubscribe_id", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 9000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__unsubscribes"}, "model.mailchimp_source.stg_mailchimp__segments": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__segments", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"segment_id": {"type": "integer", "index": 1, "name": "segment_id", "comment": null}, "list_id": {"type": "character varying(10)", "index": 2, "name": "list_id", "comment": null}, "member_count": {"type": "integer", "index": 3, "name": "member_count", "comment": null}, "segment_name": {"type": "character varying(8)", "index": 4, "name": "segment_name", "comment": null}, "segment_type": {"type": "character varying(6)", "index": 5, "name": "segment_type", "comment": null}, "updated_timestamp": {"type": "timestamp without time zone", "index": 6, "name": "updated_timestamp", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 7, "name": "created_timestamp", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 10, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 10000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.7e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.mailchimp_source.stg_mailchimp__segments"}}, "sources": {"source.mailchimp_source.mailchimp.automation_recipient": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "automation_recipient", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"automation_email_id": {"type": "character varying(10)", "index": 1, "name": "automation_email_id", "comment": null}, "member_id": {"type": "character varying(32)", "index": 2, "name": "member_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "list_id": {"type": "character varying(10)", "index": 4, "name": "list_id", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 7000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.mailchimp_source.mailchimp.automation_recipient"}, "source.mailchimp_source.mailchimp.automation_email": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "automation_email", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "character varying(10)", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "archive_url": {"type": "character varying(24)", "index": 4, "name": "archive_url", "comment": null}, "authenticate": {"type": "boolean", "index": 5, "name": "authenticate", "comment": null}, "auto_footer": {"type": "boolean", "index": 6, "name": "auto_footer", "comment": null}, "auto_tweet": {"type": "boolean", "index": 7, "name": "auto_tweet", "comment": null}, "automation_id": {"type": "character varying(10)", "index": 8, "name": "automation_id", "comment": null}, "clicktale": {"type": "integer", "index": 9, "name": "clicktale", "comment": null}, "content_type": {"type": "character varying(8)", "index": 10, "name": "content_type", "comment": null}, "create_time": {"type": "timestamp without time zone", "index": 11, "name": "create_time", "comment": null}, "delay_action": {"type": "character varying(6)", "index": 12, "name": "delay_action", "comment": null}, "delay_action_description": {"type": "character varying(39)", "index": 13, "name": "delay_action_description", "comment": null}, "delay_amount": {"type": "integer", "index": 14, "name": "delay_amount", "comment": null}, "delay_direction": {"type": "integer", "index": 15, "name": "delay_direction", "comment": null}, "delay_full_description": {"type": "character varying(57)", "index": 16, "name": "delay_full_description", "comment": null}, "delay_type": {"type": "character varying(3)", "index": 17, "name": "delay_type", "comment": null}, "drag_and_drop": {"type": "boolean", "index": 18, "name": "drag_and_drop", "comment": null}, "fb_comments": {"type": "boolean", "index": 19, "name": "fb_comments", "comment": null}, "folder_id": {"type": "integer", "index": 20, "name": "folder_id", "comment": null}, "from_name": {"type": "character varying(3)", "index": 21, "name": "from_name", "comment": null}, "google_analytics": {"type": "character varying(28)", "index": 22, "name": "google_analytics", "comment": null}, "inline_css": {"type": "boolean", "index": 23, "name": "inline_css", "comment": null}, "position": {"type": "integer", "index": 24, "name": "position", "comment": null}, "reply_to": {"type": "character varying(15)", "index": 25, "name": "reply_to", "comment": null}, "send_time": {"type": "timestamp without time zone", "index": 26, "name": "send_time", "comment": null}, "start_time": {"type": "timestamp without time zone", "index": 27, "name": "start_time", "comment": null}, "status": {"type": "character varying(7)", "index": 28, "name": "status", "comment": null}, "subject_line": {"type": "character varying(31)", "index": 29, "name": "subject_line", "comment": null}, "template_id": {"type": "integer", "index": 30, "name": "template_id", "comment": null}, "timewarp": {"type": "integer", "index": 31, "name": "timewarp", "comment": null}, "title": {"type": "character varying(15)", "index": 32, "name": "title", "comment": null}, "to_name": {"type": "integer", "index": 33, "name": "to_name", "comment": null}, "track_ecomm_360": {"type": "boolean", "index": 34, "name": "track_ecomm_360", "comment": null}, "track_goals": {"type": "boolean", "index": 35, "name": "track_goals", "comment": null}, "track_html_clicks": {"type": "boolean", "index": 36, "name": "track_html_clicks", "comment": null}, "track_opens": {"type": "boolean", "index": 37, "name": "track_opens", "comment": null}, "track_text_clicks": {"type": "boolean", "index": 38, "name": "track_text_clicks", "comment": null}, "use_conversation": {"type": "integer", "index": 39, "name": "use_conversation", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 57, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 42000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000116, "include": true, "description": "Percent of available space that is used by the 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.mailchimp_source.mailchimp.automation_email"}, "source.mailchimp_source.mailchimp.automation": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "automation", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "character varying(10)", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "create_time": {"type": "timestamp without time zone", "index": 4, "name": "create_time", "comment": null}, "list_id": {"type": "character varying(10)", "index": 5, "name": "list_id", "comment": null}, "segment_id": {"type": "integer", "index": 6, "name": "segment_id", "comment": null}, "segment_text": {"type": "integer", "index": 7, "name": "segment_text", "comment": null}, "start_time": {"type": "timestamp without time zone", "index": 8, "name": "start_time", "comment": null}, "status": {"type": "character varying(7)", "index": 9, "name": "status", "comment": null}, "title": {"type": "character varying(13)", "index": 10, "name": "title", "comment": null}, "trigger_settings": {"type": "character varying(221)", "index": 11, "name": "trigger_settings", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 221, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 14000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.mailchimp_source.mailchimp.automation"}, "source.mailchimp_source.mailchimp.automation_recipient_activity": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "automation_recipient_activity", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"action": {"type": "character varying(5)", "index": 1, "name": "action", "comment": null}, "automation_email_id": {"type": "character varying(10)", "index": 2, "name": "automation_email_id", "comment": null}, "member_id": {"type": "character varying(32)", "index": 3, "name": "member_id", "comment": null}, "timestamp": {"type": "timestamp without time zone", "index": 4, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "bounce_type": {"type": "integer", "index": 6, "name": "bounce_type", "comment": null}, "ip": {"type": "character varying(11)", "index": 7, "name": "ip", "comment": null}, "list_id": {"type": "character varying(10)", "index": 8, "name": "list_id", "comment": null}, "url": {"type": "character varying(26)", "index": 9, "name": "url", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 8.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 12000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.3e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.mailchimp_source.mailchimp.automation_recipient_activity"}, "source.mailchimp_source.mailchimp.campaign": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "campaign", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "character varying(10)", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "archive_url": {"type": "character varying(24)", "index": 4, "name": "archive_url", "comment": null}, "authenticate": {"type": "boolean", "index": 5, "name": "authenticate", "comment": null}, "auto_footer": {"type": "boolean", "index": 6, "name": "auto_footer", "comment": null}, "auto_tweet": {"type": "boolean", "index": 7, "name": "auto_tweet", "comment": null}, "clicktale": {"type": "character varying(30)", "index": 8, "name": "clicktale", "comment": null}, "content_type": {"type": "character varying(8)", "index": 9, "name": "content_type", "comment": null}, "create_time": {"type": "timestamp without time zone", "index": 10, "name": "create_time", "comment": null}, "drag_and_drop": {"type": "boolean", "index": 11, "name": "drag_and_drop", "comment": null}, "fb_comments": {"type": "boolean", "index": 12, "name": "fb_comments", "comment": null}, "folder_id": {"type": "integer", "index": 13, "name": "folder_id", "comment": null}, "from_name": {"type": "character varying(3)", "index": 14, "name": "from_name", "comment": null}, "google_analytics": {"type": "character varying(30)", "index": 15, "name": "google_analytics", "comment": null}, "inline_css": {"type": "boolean", "index": 16, "name": "inline_css", "comment": null}, "list_id": {"type": "character varying(10)", "index": 17, "name": "list_id", "comment": null}, "long_archive_url": {"type": "character varying(36)", "index": 18, "name": "long_archive_url", "comment": null}, "reply_to": {"type": "character varying(15)", "index": 19, "name": "reply_to", "comment": null}, "segment_id": {"type": "integer", "index": 20, "name": "segment_id", "comment": null}, "segment_text": {"type": "integer", "index": 21, "name": "segment_text", "comment": null}, "send_time": {"type": "timestamp without time zone", "index": 22, "name": "send_time", "comment": null}, "status": {"type": "character varying(4)", "index": 23, "name": "status", "comment": null}, "subject_line": {"type": "character varying(45)", "index": 24, "name": "subject_line", "comment": null}, "template_id": {"type": "integer", "index": 25, "name": "template_id", "comment": null}, "test_size": {"type": "integer", "index": 26, "name": "test_size", "comment": null}, "timewarp": {"type": "boolean", "index": 27, "name": "timewarp", "comment": null}, "title": {"type": "character varying(13)", "index": 28, "name": "title", "comment": null}, "to_name": {"type": "character varying(9)", "index": 29, "name": "to_name", "comment": null}, "track_ecomm_360": {"type": "boolean", "index": 30, "name": "track_ecomm_360", "comment": null}, "track_goals": {"type": "boolean", "index": 31, "name": "track_goals", "comment": null}, "track_html_clicks": {"type": "boolean", "index": 32, "name": "track_html_clicks", "comment": null}, "track_opens": {"type": "boolean", "index": 33, "name": "track_opens", "comment": null}, "track_text_clicks": {"type": "boolean", "index": 34, "name": "track_text_clicks", "comment": null}, "type": {"type": "character varying(7)", "index": 35, "name": "type", "comment": null}, "use_conversation": {"type": "boolean", "index": 36, "name": "use_conversation", "comment": null}, "wait_time": {"type": "integer", "index": 37, "name": "wait_time", "comment": null}, "winner_criteria": {"type": "integer", "index": 38, "name": "winner_criteria", "comment": null}, "winning_campaign_id": {"type": "integer", "index": 39, "name": "winning_campaign_id", "comment": null}, "winning_combination_id": {"type": "integer", "index": 40, "name": "winning_combination_id", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 45, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 43000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000118, "include": true, "description": "Percent of available space that is used by the 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.mailchimp_source.mailchimp.campaign"}, "source.mailchimp_source.mailchimp.campaign_recipient": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "campaign_recipient", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"campaign_id": {"type": "character varying(10)", "index": 1, "name": "campaign_id", "comment": null}, "member_id": {"type": "character varying(32)", "index": 2, "name": "member_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "combination_id": {"type": "integer", "index": 4, "name": "combination_id", "comment": null}, "list_id": {"type": "character varying(10)", "index": 5, "name": "list_id", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 10.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 8000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.mailchimp_source.mailchimp.campaign_recipient"}, "source.mailchimp_source.mailchimp.campaign_recipient_activity": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "campaign_recipient_activity", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"action": {"type": "character varying(5)", "index": 1, "name": "action", "comment": null}, "campaign_id": {"type": "character varying(10)", "index": 2, "name": "campaign_id", "comment": null}, "member_id": {"type": "character varying(32)", "index": 3, "name": "member_id", "comment": null}, "timestamp": {"type": "timestamp without time zone", "index": 4, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "bounce_type": {"type": "integer", "index": 6, "name": "bounce_type", "comment": null}, "combination_id": {"type": "integer", "index": 7, "name": "combination_id", "comment": null}, "ip": {"type": "character varying(14)", "index": 8, "name": "ip", "comment": null}, "list_id": {"type": "character varying(10)", "index": 9, "name": "list_id", "comment": null}, "url": {"type": "character varying(26)", "index": 10, "name": "url", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 17.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 13000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.5e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.mailchimp_source.mailchimp.campaign_recipient_activity"}, "source.mailchimp_source.mailchimp.list": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "list", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "character varying(10)", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "beamer_address": {"type": "character varying(48)", "index": 4, "name": "beamer_address", "comment": null}, "contact_address_1": {"type": "character varying(18)", "index": 5, "name": "contact_address_1", "comment": null}, "contact_address_2": {"type": "integer", "index": 6, "name": "contact_address_2", "comment": null}, "contact_city": {"type": "character varying(6)", "index": 7, "name": "contact_city", "comment": null}, "contact_company": {"type": "character varying(15)", "index": 8, "name": "contact_company", "comment": null}, "contact_country": {"type": "character varying(2)", "index": 9, "name": "contact_country", "comment": null}, "contact_state": {"type": "character varying(6)", "index": 10, "name": "contact_state", "comment": null}, "contact_zip": {"type": "character varying(6)", "index": 11, "name": "contact_zip", "comment": null}, "date_created": {"type": "timestamp without time zone", "index": 12, "name": "date_created", "comment": null}, "default_from_email": {"type": "character varying(15)", "index": 13, "name": "default_from_email", "comment": null}, "default_from_name": {"type": "character varying(3)", "index": 14, "name": "default_from_name", "comment": null}, "default_language": {"type": "character varying(2)", "index": 15, "name": "default_language", "comment": null}, "default_subject": {"type": "integer", "index": 16, "name": "default_subject", "comment": null}, "email_type_option": {"type": "boolean", "index": 17, "name": "email_type_option", "comment": null}, "list_rating": {"type": "double precision", "index": 18, "name": "list_rating", "comment": null}, "name": {"type": "character varying(15)", "index": 19, "name": "name", "comment": null}, "notify_on_subscribe": {"type": "integer", "index": 20, "name": "notify_on_subscribe", "comment": null}, "notify_on_unsubscribe": {"type": "integer", "index": 21, "name": "notify_on_unsubscribe", "comment": null}, "permission_reminder": {"type": "character varying(66)", "index": 22, "name": "permission_reminder", "comment": null}, "subscribe_url_long": {"type": "character varying(82)", "index": 23, "name": "subscribe_url_long", "comment": null}, "subscribe_url_short": {"type": "character varying(24)", "index": 24, "name": "subscribe_url_short", "comment": null}, "use_archive_bar": {"type": "boolean", "index": 25, "name": "use_archive_bar", "comment": null}, "visibility": {"type": "character varying(3)", "index": 26, "name": "visibility", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 82, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 29000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 8e-05, "include": true, "description": "Percent of available space that is used by the 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.mailchimp_source.mailchimp.list"}, "source.mailchimp_source.mailchimp.member": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "member", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "character varying(32)", "index": 1, "name": "id", "comment": null}, "list_id": {"type": "character varying(10)", "index": 2, "name": "list_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "country_code": {"type": "character varying(2)", "index": 4, "name": "country_code", "comment": null}, "dstoff": {"type": "double precision", "index": 5, "name": "dstoff", "comment": null}, "email_address": {"type": "character varying(25)", "index": 6, "name": "email_address", "comment": null}, "email_client": {"type": "character varying(10)", "index": 7, "name": "email_client", "comment": null}, "email_type": {"type": "character varying(4)", "index": 8, "name": "email_type", "comment": null}, "gmtoff": {"type": "double precision", "index": 9, "name": "gmtoff", "comment": null}, "ip_opt": {"type": "character varying(15)", "index": 10, "name": "ip_opt", "comment": null}, "ip_signup": {"type": "character varying(15)", "index": 11, "name": "ip_signup", "comment": null}, "language": {"type": "character varying(2)", "index": 12, "name": "language", "comment": null}, "last_changed": {"type": "timestamp without time zone", "index": 13, "name": "last_changed", "comment": null}, "latitude": {"type": "double precision", "index": 14, "name": "latitude", "comment": null}, "longitude": {"type": "double precision", "index": 15, "name": "longitude", "comment": null}, "member_rating": {"type": "integer", "index": 16, "name": "member_rating", "comment": null}, "merge_fname": {"type": "character varying(7)", "index": 17, "name": "merge_fname", "comment": null}, "merge_lname": {"type": "integer", "index": 18, "name": "merge_lname", "comment": null}, "status": {"type": "character varying(12)", "index": 19, "name": "status", "comment": null}, "timestamp_opt": {"type": "timestamp without time zone", "index": 20, "name": "timestamp_opt", "comment": null}, "timestamp_signup": {"type": "timestamp without time zone", "index": 21, "name": "timestamp_signup", "comment": null}, "timezone": {"type": "character varying(15)", "index": 22, "name": "timezone", "comment": null}, "unique_email_id": {"type": "character varying(10)", "index": 23, "name": "unique_email_id", "comment": null}, "vip": {"type": "boolean", "index": 24, "name": "vip", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 9.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 27000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 7.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.mailchimp_source.mailchimp.member"}, "source.mailchimp_source.mailchimp.segment": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "segment", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 4, "name": "created_at", "comment": null}, "list_id": {"type": "character varying(10)", "index": 5, "name": "list_id", "comment": null}, "member_count": {"type": "integer", "index": 6, "name": "member_count", "comment": null}, "name": {"type": "character varying(8)", "index": 7, "name": "name", "comment": null}, "type": {"type": "character varying(6)", "index": 8, "name": "type", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 9, "name": "updated_at", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 10, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 12000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.3e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.mailchimp_source.mailchimp.segment"}, "source.mailchimp_source.mailchimp.segment_member": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "segment_member", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"member_id": {"type": "character varying(32)", "index": 1, "name": "member_id", "comment": null}, "segment_id": {"type": "integer", "index": 2, "name": "segment_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "list_id": {"type": "character varying(10)", "index": 5, "name": "list_id", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 8000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.mailchimp_source.mailchimp.segment_member"}, "source.mailchimp_source.mailchimp.unsubscribe": {"metadata": {"type": "BASE TABLE", "schema": "mailchimp_source_integration_tests", "name": "unsubscribe", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"campaign_id": {"type": "character varying(10)", "index": 1, "name": "campaign_id", "comment": null}, "member_id": {"type": "character varying(32)", "index": 2, "name": "member_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "list_id": {"type": "character varying(10)", "index": 4, "name": "list_id", "comment": null}, "reason": {"type": "integer", "index": 5, "name": "reason", "comment": null}, "timestamp": {"type": "timestamp without time zone", "index": 6, "name": "timestamp", "comment": null}}, "stats": {"encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 9000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.mailchimp_source.mailchimp.unsubscribe"}}, "errors": null} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 0807e63..ca1e6f8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -24,7 +24,7 @@
icons
- diff --git a/docs/manifest.json b/docs/manifest.json index 5be1cf3..49a5843 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1 +1 @@ -{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/manifest/v8.json", "dbt_version": "1.4.5", "generated_at": "2023-08-08T19:53:23.623663Z", "invocation_id": "7f4ee798-3b5c-4f5e-ab48-7a7f01fb7d82", "env": {}, "project_id": "faebc42304447d4427374f806679ecb5", "user_id": "e607f749-4294-4b15-833b-0ae4a87d4d24", "send_anonymous_usage_stats": true, "adapter_type": "bigquery"}, "nodes": {"model.mailchimp_source.stg_mailchimp__segments": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__segments", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__segments.sql", "original_file_path": "models/stg_mailchimp__segments.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__segments", "fqn": ["mailchimp_source", "stg_mailchimp__segments"], "alias": "stg_mailchimp__segments", "checksum": {"name": "sha256", "checksum": "9a541d259b8016fe2430ed426ebf18b892a675e034a30ad5c0ac1b53337e5d8d"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a segment in Mailchimp.", "columns": {"segment_id": {"name": "segment_id", "description": "The ID for the Segment from Mailchimp", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List the segment is part of.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "member_count": {"name": "member_count", "description": "The number of members in the segment.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "segment_name": {"name": "segment_name", "description": "The name of the segment.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "segment_type": {"name": "segment_type", "description": "The type of segment", "meta": {}, "data_type": null, "quote": null, "tags": []}, "updated_timestamp": {"name": "updated_timestamp", "description": "The date and time the segment was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time the segment was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "enabled": true, "mailchimp": null}, "created_at": 1691524359.699806, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__segments`", "raw_code": "{{ config(enabled=var('mailchimp_using_segments', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_mailchimp__segments_tmp') }}\n\n),\n\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__segments_tmp')),\n staging_columns=get_segment_columns()\n )\n }}\n \n from base\n\n), \n\nfinal as (\n\n select\n id as segment_id,\n list_id,\n member_count,\n name as segment_name,\n type as segment_type,\n updated_at as updated_timestamp,\n created_at as created_timestamp\n from fields\n\n)\n\nselect *\nfrom final", "language": "sql", "refs": [["stg_mailchimp__segments_tmp"], ["stg_mailchimp__segments_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_segment_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.mailchimp_source.stg_mailchimp__segments_tmp", "model.mailchimp_source.stg_mailchimp__segments_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__segments.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__segments_tmp`\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n member_count\n \n as \n \n member_count\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n\n\n\n \n from base\n\n), \n\nfinal as (\n\n select\n id as segment_id,\n list_id,\n member_count,\n name as segment_name,\n type as segment_type,\n updated_at as updated_timestamp,\n created_at as created_timestamp\n from fields\n\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__campaign_recipients": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__campaign_recipients", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__campaign_recipients.sql", "original_file_path": "models/stg_mailchimp__campaign_recipients.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_recipients", "fqn": ["mailchimp_source", "stg_mailchimp__campaign_recipients"], "alias": "stg_mailchimp__campaign_recipients", "checksum": {"name": "sha256", "checksum": "4decd6eec363a2db2497b98f46bd54776b55aec6a96dcbfe65bf535eaeae4c70"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents the send of a campaign email.", "columns": {"email_id": {"name": "email_id", "description": "The surrogate key that uses table campaign_id and member_id.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_id": {"name": "campaign_id", "description": "The ID of the campaign a sent email is from.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member an email was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "combination_id": {"name": "combination_id", "description": "The ID of the combination the member was part of for a campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the list the campaign was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "mailchimp": null}, "created_at": 1691524359.65804, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__campaign_recipients`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_mailchimp__campaign_recipients_tmp') }}\n\n),\n\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__campaign_recipients_tmp')),\n staging_columns=get_campaign_recipient_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n\n select \n campaign_id,\n member_id,\n combination_id,\n list_id\n from fields\n\n), \n\nunique_key as (\n\n select \n *,\n {{ dbt_utils.generate_surrogate_key(['campaign_id','member_id']) }} as email_id\n from final\n \n)\n\nselect *\nfrom unique_key", "language": "sql", "refs": [["stg_mailchimp__campaign_recipients_tmp"], ["stg_mailchimp__campaign_recipients_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_campaign_recipient_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp", "model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__campaign_recipients.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__campaign_recipients_tmp`\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n campaign_id\n \n as \n \n campaign_id\n \n, \n \n \n combination_id\n \n as \n \n combination_id\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n member_id\n \n as \n \n member_id\n \n\n\n\n \n from base\n),\n\nfinal as (\n\n select \n campaign_id,\n member_id,\n combination_id,\n list_id\n from fields\n\n), \n\nunique_key as (\n\n select \n *,\n to_hex(md5(cast(coalesce(cast(campaign_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(member_id as STRING), '_dbt_utils_surrogate_key_null_') as STRING))) as email_id\n from final\n \n)\n\nselect *\nfrom unique_key", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__lists": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__lists", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__lists.sql", "original_file_path": "models/stg_mailchimp__lists.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__lists", "fqn": ["mailchimp_source", "stg_mailchimp__lists"], "alias": "stg_mailchimp__lists", "checksum": {"name": "sha256", "checksum": "4d6a8a6e5f037e2b841245e3006ce38a78ae09f8fb01bc3d520f81d6242f46a5"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a list in Mailchimp.", "columns": {"list_id": {"name": "list_id", "description": "The unique ID of a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "date_created": {"name": "date_created", "description": "The date and time that a list was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_rating": {"name": "list_rating", "description": "An auto-generated activity score for the list (0-5).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "beamer_address": {"name": "beamer_address", "description": "The list's email beamer address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_address_1": {"name": "contact_address_1", "description": "The street address for the list contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_address_2": {"name": "contact_address_2", "description": "The street address for the list contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_city": {"name": "contact_city", "description": "The city for the list contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_company": {"name": "contact_company", "description": "The company name for the list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_country": {"name": "contact_country", "description": "A two-character ISO3166 country code. Defaults to US if invalid.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_state": {"name": "contact_state", "description": "The state for the list contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_zip": {"name": "contact_zip", "description": "The postal or zip code for the list contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "default_from_email": {"name": "default_from_email", "description": "The default from email for campaigns sent to a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "default_from_name": {"name": "default_from_name", "description": "The default from name for campaigns sent to a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "default_language": {"name": "default_language", "description": "The default language for a lists's forms.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "default_subject": {"name": "default_subject", "description": "The default subject line for campaigns sent to a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_type_option": {"name": "email_type_option", "description": "Whether the list supports multiple formats for emails. When set to true, subscribers can choose whether they want to receive HTML or plain-text emails. When set to false, subscribers will receive HTML emails, with a plain-text alternative backup.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "notify_on_subscribe": {"name": "notify_on_subscribe", "description": "The email address to send subscribe notifications to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "notify_on_unsubscribe": {"name": "notify_on_unsubscribe", "description": "The email address to send unsubscribe notifications to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "permission_reminder": {"name": "permission_reminder", "description": "The permission reminder for a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subscribe_url_long": {"name": "subscribe_url_long", "description": "The full version of a list's subscribe form (host will vary).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subscribe_url_short": {"name": "subscribe_url_short", "description": "Mailchimp's EepURL shortened version of a list's subscribe form.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "use_archive_bar": {"name": "use_archive_bar", "description": "Whether campaigns for this list use the Archive Bar in archives by default.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visibility": {"name": "visibility", "description": "Whether this list is public or private.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "mailchimp": null}, "created_at": 1691524359.6864939, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__lists`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_mailchimp__lists_tmp') }}\n\n),\n\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__lists_tmp')),\n staging_columns=get_list_columns()\n )\n }}\n \n from base\n\n), \n\nfinal as (\n\n select \n id as list_id,\n date_created,\n name,\n list_rating,\n beamer_address,\n contact_address_1,\n contact_address_2,\n contact_city,\n contact_company,\n contact_country,\n contact_state,\n contact_zip,\n default_from_email,\n default_from_name,\n default_language,\n default_subject,\n email_type_option,\n notify_on_subscribe,\n notify_on_unsubscribe,\n permission_reminder,\n subscribe_url_long,\n subscribe_url_short,\n use_archive_bar,\n visibility\n from fields\n\n)\n\nselect *\nfrom final", "language": "sql", "refs": [["stg_mailchimp__lists_tmp"], ["stg_mailchimp__lists_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_list_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.mailchimp_source.stg_mailchimp__lists_tmp", "model.mailchimp_source.stg_mailchimp__lists_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__lists.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__lists_tmp`\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n beamer_address\n \n as \n \n beamer_address\n \n, \n \n \n contact_address_1\n \n as \n \n contact_address_1\n \n, \n \n \n contact_address_2\n \n as \n \n contact_address_2\n \n, \n \n \n contact_city\n \n as \n \n contact_city\n \n, \n \n \n contact_company\n \n as \n \n contact_company\n \n, \n \n \n contact_country\n \n as \n \n contact_country\n \n, \n \n \n contact_state\n \n as \n \n contact_state\n \n, \n \n \n contact_zip\n \n as \n \n contact_zip\n \n, \n \n \n date_created\n \n as \n \n date_created\n \n, \n \n \n default_from_email\n \n as \n \n default_from_email\n \n, \n \n \n default_from_name\n \n as \n \n default_from_name\n \n, \n \n \n default_language\n \n as \n \n default_language\n \n, \n \n \n default_subject\n \n as \n \n default_subject\n \n, \n \n \n email_type_option\n \n as \n \n email_type_option\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n list_rating\n \n as \n \n list_rating\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n notify_on_subscribe\n \n as \n \n notify_on_subscribe\n \n, \n \n \n notify_on_unsubscribe\n \n as \n \n notify_on_unsubscribe\n \n, \n \n \n permission_reminder\n \n as \n \n permission_reminder\n \n, \n \n \n subscribe_url_long\n \n as \n \n subscribe_url_long\n \n, \n \n \n subscribe_url_short\n \n as \n \n subscribe_url_short\n \n, \n \n \n use_archive_bar\n \n as \n \n use_archive_bar\n \n, \n \n \n visibility\n \n as \n \n visibility\n \n\n\n\n \n from base\n\n), \n\nfinal as (\n\n select \n id as list_id,\n date_created,\n name,\n list_rating,\n beamer_address,\n contact_address_1,\n contact_address_2,\n contact_city,\n contact_company,\n contact_country,\n contact_state,\n contact_zip,\n default_from_email,\n default_from_name,\n default_language,\n default_subject,\n email_type_option,\n notify_on_subscribe,\n notify_on_unsubscribe,\n permission_reminder,\n subscribe_url_long,\n subscribe_url_short,\n use_archive_bar,\n visibility\n from fields\n\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__automation_activities": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__automation_activities", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__automation_activities.sql", "original_file_path": "models/stg_mailchimp__automation_activities.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__automation_activities", "fqn": ["mailchimp_source", "stg_mailchimp__automation_activities"], "alias": "stg_mailchimp__automation_activities", "checksum": {"name": "sha256", "checksum": "4992e107e904d1a89d829504c3a82b22223d8ecfb1ccc15ac9bc2fcf0402943a"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents an activity taken in relation to a automation email.", "columns": {"activity_id": {"name": "activity_id", "description": "The ID of the activity/event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "action_type": {"name": "action_type", "description": "One of the following actions: 'open', 'click', or 'bounce'\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_email_id": {"name": "automation_email_id", "description": "The ID for the automation email that relates to the activity.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member the activity relates to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the list the email was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "activity_timestamp": {"name": "activity_timestamp", "description": "The timestamp when the activity occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The IP address recorded for the action.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "url": {"name": "url", "description": "If the action is a 'click', the URL on which the member clicked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "bounce_type": {"name": "bounce_type", "description": "If the action is a 'bounce', the type of bounce received: 'hard', 'soft'.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "enabled": true, "mailchimp": null}, "created_at": 1691524359.6342242, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automation_activities`", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_mailchimp__automation_activities_tmp')}}\n\n), \n\nfields as (\n\n select \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__automation_activities_tmp')),\n staging_columns=get_automation_recipient_activity_columns()\n )\n }}\n \n from base\n\n), \n\nfinal as (\n\n select \n action as action_type,\n automation_email_id,\n member_id,\n list_id,\n timestamp as activity_timestamp,\n ip as ip_address,\n url,\n bounce_type\n from fields\n\n),\n\nunique_key as (\n\n select \n *, \n {{ dbt_utils.generate_surrogate_key(['action_type', 'automation_email_id', 'member_id', 'activity_timestamp']) }} as activity_id\n from final\n)\n\nselect * from unique_key", "language": "sql", "refs": [["stg_mailchimp__automation_activities_tmp"], ["stg_mailchimp__automation_activities_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_automation_recipient_activity_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.mailchimp_source.stg_mailchimp__automation_activities_tmp", "model.mailchimp_source.stg_mailchimp__automation_activities_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__automation_activities.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automation_activities_tmp`\n\n), \n\nfields as (\n\n select \n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n action\n \n as \n \n action\n \n, \n \n \n automation_email_id\n \n as \n \n automation_email_id\n \n, \n \n \n bounce_type\n \n as \n \n bounce_type\n \n, \n \n \n ip\n \n as \n \n ip\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n member_id\n \n as \n \n member_id\n \n, \n \n \n timestamp\n \n as \n \n timestamp\n \n, \n \n \n url\n \n as \n \n url\n \n\n\n\n \n from base\n\n), \n\nfinal as (\n\n select \n action as action_type,\n automation_email_id,\n member_id,\n list_id,\n timestamp as activity_timestamp,\n ip as ip_address,\n url,\n bounce_type\n from fields\n\n),\n\nunique_key as (\n\n select \n *, \n to_hex(md5(cast(coalesce(cast(action_type as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(automation_email_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(member_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(activity_timestamp as STRING), '_dbt_utils_surrogate_key_null_') as STRING))) as activity_id\n from final\n)\n\nselect * from unique_key", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__unsubscribes": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__unsubscribes", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__unsubscribes.sql", "original_file_path": "models/stg_mailchimp__unsubscribes.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__unsubscribes", "fqn": ["mailchimp_source", "stg_mailchimp__unsubscribes"], "alias": "stg_mailchimp__unsubscribes", "checksum": {"name": "sha256", "checksum": "bbab31dfb3439a7531096fa231c677e15f727b65447947b6c4dc1db362119652"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a member who unsubscribed.", "columns": {"unsubscribe_id": {"name": "unsubscribe_id", "description": "The surrogate key that uses table member_id, list_id, and unsubscribe_timestamp", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_id": {"name": "campaign_id", "description": "The unique id for the campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member an email was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The unique ID for the list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reason": {"name": "reason", "description": "Field expressing unsubscribe reason.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "The time and date the member unsubscribed.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "mailchimp": null}, "created_at": 1691524359.702503, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__unsubscribes`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_mailchimp__unsubscribes_tmp') }}\n\n),\n\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__unsubscribes_tmp')),\n staging_columns=get_unsubscribe_columns()\n )\n }}\n \n from base\n\n), \n\nfinal as (\n\n select \n campaign_id,\n member_id,\n list_id,\n reason as unsubscribe_reason,\n timestamp as unsubscribe_timestamp\n from fields\n\n), \n\nunique_key as (\n\n select \n *, \n {{ dbt_utils.generate_surrogate_key([ 'member_id', 'list_id', 'unsubscribe_timestamp']) }} as unsubscribe_id\n from final\n\n)\n\nselect *\nfrom unique_key", "language": "sql", "refs": [["stg_mailchimp__unsubscribes_tmp"], ["stg_mailchimp__unsubscribes_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_unsubscribe_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.mailchimp_source.stg_mailchimp__unsubscribes_tmp", "model.mailchimp_source.stg_mailchimp__unsubscribes_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__unsubscribes.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__unsubscribes_tmp`\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n campaign_id\n \n as \n \n campaign_id\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n member_id\n \n as \n \n member_id\n \n, \n \n \n reason\n \n as \n \n reason\n \n, \n \n \n timestamp\n \n as \n \n timestamp\n \n\n\n\n \n from base\n\n), \n\nfinal as (\n\n select \n campaign_id,\n member_id,\n list_id,\n reason as unsubscribe_reason,\n timestamp as unsubscribe_timestamp\n from fields\n\n), \n\nunique_key as (\n\n select \n *, \n to_hex(md5(cast(coalesce(cast(member_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(list_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(unsubscribe_timestamp as STRING), '_dbt_utils_surrogate_key_null_') as STRING))) as unsubscribe_id\n from final\n\n)\n\nselect *\nfrom unique_key", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__campaigns": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__campaigns", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__campaigns.sql", "original_file_path": "models/stg_mailchimp__campaigns.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__campaigns", "fqn": ["mailchimp_source", "stg_mailchimp__campaigns"], "alias": "stg_mailchimp__campaigns", "checksum": {"name": "sha256", "checksum": "56693d69d8c258df63e0d9bedc7606959093d93608786b62065df629537f7e96"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a campaign in Mailchimp.", "columns": {"campaign_id": {"name": "campaign_id", "description": "The ID of the campaign in Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "segment_id": {"name": "segment_id", "description": "The ID of the Segment a campaign was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "create_timestamp": {"name": "create_timestamp", "description": "The date and time the campaign was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "send_timestamp": {"name": "send_timestamp", "description": "The date and time a campaign was sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List a campaign was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reply_to_email": {"name": "reply_to_email", "description": "The reply-to email address for the campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_type": {"name": "campaign_type", "description": "The type of campaign sent. Possible values: regular, plaintext, absplit, variate, rss.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "archive_url": {"name": "archive_url", "description": "The link to the campaign's archive version in ISO 8601 format.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "authenticate": {"name": "authenticate", "description": "Whether Mailchimp authenticated the campaign. Defaults to true.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "auto_footer": {"name": "auto_footer", "description": "Automatically append Mailchimp's default footer to the campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "auto_tweet": {"name": "auto_tweet", "description": "Automatically tweet a link to the campaign archive page when the campaign is sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "clicktale": {"name": "clicktale", "description": "The custom slug for ClickTale tracking (max of 50 bytes).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "content_type": {"name": "content_type", "description": "How the campaign's content is put together ('template', 'drag_and_drop', 'html', 'url').", "meta": {}, "data_type": null, "quote": null, "tags": []}, "drag_and_drop": {"name": "drag_and_drop", "description": "Whether the campaign uses the drag-and-drop editor.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "fb_comments": {"name": "fb_comments", "description": "Allows Facebook comments on the campaign (also force-enables the Campaign Archive toolbar). Defaults to true.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "folder_id": {"name": "folder_id", "description": "If the campaign is listed in a folder, the ID for that folder.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_name": {"name": "from_name", "description": "The 'from' name on the campaign (not an email address).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "google_analytics": {"name": "google_analytics", "description": "The custom slug for Google Analytics tracking (max of 50 bytes).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "inline_css": {"name": "inline_css", "description": "Automatically inline the CSS included with the campaign content.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "long_archive_url": {"name": "long_archive_url", "description": "The original link to the campaign's archive version.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "status": {"name": "status", "description": "The current status of the campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subject_line": {"name": "subject_line", "description": "The subject line for the campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "template_id": {"name": "template_id", "description": "The ID for the template used in this campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "test_size": {"name": "test_size", "description": "The percentage of recipients to send the test combinations to, must be a value between 10 and 100.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timewarp": {"name": "timewarp", "description": "Send this campaign using Timewarpe_this", "meta": {}, "data_type": null, "quote": null, "tags": []}, "to_name": {"name": "to_name", "description": "The campaign's custom 'To' name. Typically the first name merge field.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_ecomm_360": {"name": "track_ecomm_360", "description": "Whether to enable eCommerce360 tracking.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_goals": {"name": "track_goals", "description": "Whether to enable Goal tracking.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_html_clicks": {"name": "track_html_clicks", "description": "Whether to track clicks in the HTML version of the campaign. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_opens": {"name": "track_opens", "description": "Whether to track opens. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_text_clicks": {"name": "track_text_clicks", "description": "Whether to track clicks in the plain-text version of the campaign. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "use_conversation": {"name": "use_conversation", "description": "Use Mailchimp Conversation feature to manage out-of-office replies.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "wait_time": {"name": "wait_time", "description": "The number of minutes to wait before choosing the winning campaign. The value of wait_time must be greater than 0 and in whole hours, specified in minutes.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "winner_criteria": {"name": "winner_criteria", "description": "The combination that performs the best. This may be determined automatically by click rate, open rate, or total revenue\u2014or you may choose manually based on the reporting data you find the most valuable. For Multivariate Campaigns testing send_time, winner_criteria is ignored. For Multivariate Campaigns with 'manual' as the winner_criteria, the winner must be chosen in the Mailchimp web application.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "winning_campaign_id": {"name": "winning_campaign_id", "description": "ID of the campaign that was sent to the remaining recipients based on the winning combination.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "winning_combination_id": {"name": "winning_combination_id", "description": "ID for the winning combination.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "mailchimp": null}, "created_at": 1691524359.676749, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__campaigns`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_mailchimp__campaigns_tmp') }}\n\n),\n\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__campaigns_tmp')),\n staging_columns=get_campaign_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n\n select \n id as campaign_id,\n segment_id,\n create_time as create_timestamp,\n send_time as send_timestamp, \n list_id,\n reply_to as reply_to_email,\n type as campaign_type,\n title,\n archive_url,\n authenticate,\n auto_footer,\n auto_tweet,\n clicktale,\n content_type,\n drag_and_drop,\n fb_comments,\n folder_id,\n from_name,\n google_analytics,\n inline_css,\n long_archive_url,\n status,\n subject_line,\n template_id,\n test_size,\n timewarp,\n to_name,\n track_ecomm_360,\n track_goals,\n track_html_clicks,\n track_opens,\n track_text_clicks,\n use_conversation,\n wait_time,\n winner_criteria,\n winning_campaign_id,\n winning_combination_id\n from fields\n\n)\n\nselect *\nfrom final", "language": "sql", "refs": [["stg_mailchimp__campaigns_tmp"], ["stg_mailchimp__campaigns_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_campaign_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.mailchimp_source.stg_mailchimp__campaigns_tmp", "model.mailchimp_source.stg_mailchimp__campaigns_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__campaigns.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__campaigns_tmp`\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n archive_url\n \n as \n \n archive_url\n \n, \n \n \n authenticate\n \n as \n \n authenticate\n \n, \n \n \n auto_footer\n \n as \n \n auto_footer\n \n, \n \n \n auto_tweet\n \n as \n \n auto_tweet\n \n, \n \n \n clicktale\n \n as \n \n clicktale\n \n, \n \n \n content_type\n \n as \n \n content_type\n \n, \n \n \n create_time\n \n as \n \n create_time\n \n, \n \n \n drag_and_drop\n \n as \n \n drag_and_drop\n \n, \n \n \n fb_comments\n \n as \n \n fb_comments\n \n, \n \n \n folder_id\n \n as \n \n folder_id\n \n, \n \n \n from_name\n \n as \n \n from_name\n \n, \n \n \n google_analytics\n \n as \n \n google_analytics\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n inline_css\n \n as \n \n inline_css\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n long_archive_url\n \n as \n \n long_archive_url\n \n, \n \n \n reply_to\n \n as \n \n reply_to\n \n, \n \n \n segment_id\n \n as \n \n segment_id\n \n, \n \n \n segment_text\n \n as \n \n segment_text\n \n, \n \n \n send_time\n \n as \n \n send_time\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n subject_line\n \n as \n \n subject_line\n \n, \n \n \n template_id\n \n as \n \n template_id\n \n, \n \n \n test_size\n \n as \n \n test_size\n \n, \n \n \n timewarp\n \n as \n \n timewarp\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n to_name\n \n as \n \n to_name\n \n, \n \n \n track_ecomm_360\n \n as \n \n track_ecomm_360\n \n, \n \n \n track_goals\n \n as \n \n track_goals\n \n, \n \n \n track_html_clicks\n \n as \n \n track_html_clicks\n \n, \n \n \n track_opens\n \n as \n \n track_opens\n \n, \n \n \n track_text_clicks\n \n as \n \n track_text_clicks\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n use_conversation\n \n as \n \n use_conversation\n \n, \n \n \n wait_time\n \n as \n \n wait_time\n \n, \n \n \n winner_criteria\n \n as \n \n winner_criteria\n \n, \n \n \n winning_campaign_id\n \n as \n \n winning_campaign_id\n \n, \n \n \n winning_combination_id\n \n as \n \n winning_combination_id\n \n\n\n\n \n from base\n),\n\nfinal as (\n\n select \n id as campaign_id,\n segment_id,\n create_time as create_timestamp,\n send_time as send_timestamp, \n list_id,\n reply_to as reply_to_email,\n type as campaign_type,\n title,\n archive_url,\n authenticate,\n auto_footer,\n auto_tweet,\n clicktale,\n content_type,\n drag_and_drop,\n fb_comments,\n folder_id,\n from_name,\n google_analytics,\n inline_css,\n long_archive_url,\n status,\n subject_line,\n template_id,\n test_size,\n timewarp,\n to_name,\n track_ecomm_360,\n track_goals,\n track_html_clicks,\n track_opens,\n track_text_clicks,\n use_conversation,\n wait_time,\n winner_criteria,\n winning_campaign_id,\n winning_combination_id\n from fields\n\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__automations": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__automations", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__automations.sql", "original_file_path": "models/stg_mailchimp__automations.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__automations", "fqn": ["mailchimp_source", "stg_mailchimp__automations"], "alias": "stg_mailchimp__automations", "checksum": {"name": "sha256", "checksum": "d53e4be91338f237ad9434b3962987eea297a7259b2109096f46c8a04df49144"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents an automation in Mailchimp.", "columns": {"automation_id": {"name": "automation_id", "description": "The ID of the automation in Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List an automation was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "segment_id": {"name": "segment_id", "description": "The ID of the Segment an automation was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "segment_text": {"name": "segment_text", "description": "The field describing the Segment an automation was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "started_timestamp": {"name": "started_timestamp", "description": "The date and time the Automation was started.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time the Automation was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "status": {"name": "status", "description": "The current status of the Automation. Possible Values: save, paused, sending\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the Automation.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "trigger_settings": {"name": "trigger_settings", "description": "Available triggers for Automation workflows.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "enabled": true, "mailchimp": null}, "created_at": 1691524359.655547, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automations`", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_mailchimp__automations_tmp') }}\n\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__automations_tmp')),\n staging_columns=get_automation_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n\n select\n id as automation_id,\n list_id,\n segment_id, \n segment_text,\n start_time as started_timestamp,\n create_time as created_timestamp,\n status,\n title,\n trigger_settings\n from fields\n\n)\n\nselect *\nfrom final", "language": "sql", "refs": [["stg_mailchimp__automations_tmp"], ["stg_mailchimp__automations_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_automation_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.mailchimp_source.stg_mailchimp__automations_tmp", "model.mailchimp_source.stg_mailchimp__automations_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__automations.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automations_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n create_time\n \n as \n \n create_time\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n segment_id\n \n as \n \n segment_id\n \n, \n \n \n segment_text\n \n as \n \n segment_text\n \n, \n \n \n start_time\n \n as \n \n start_time\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n trigger_settings\n \n as \n \n trigger_settings\n \n\n\n\n \n from base\n),\n\nfinal as (\n\n select\n id as automation_id,\n list_id,\n segment_id, \n segment_text,\n start_time as started_timestamp,\n create_time as created_timestamp,\n status,\n title,\n trigger_settings\n from fields\n\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__automation_emails": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__automation_emails", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__automation_emails.sql", "original_file_path": "models/stg_mailchimp__automation_emails.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__automation_emails", "fqn": ["mailchimp_source", "stg_mailchimp__automation_emails"], "alias": "stg_mailchimp__automation_emails", "checksum": {"name": "sha256", "checksum": "d4a7ad6a314a52074f4cc4486a63f7f1f1f9bf7b89605427d38c10fa33bf9f38"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents an automation email (that make up automations).", "columns": {"automation_email_id": {"name": "automation_email_id", "description": "The ID of the automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_id": {"name": "automation_id", "description": "The ID of the automation an email relates to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time the automation email was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "started_timestamp": {"name": "started_timestamp", "description": "The date and time the automation email was started.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "send_timestamp": {"name": "send_timestamp", "description": "The date and time the automation email was sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_name": {"name": "from_name", "description": "The 'from' name on the automation email (not an email address).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reply_to": {"name": "reply_to", "description": "The reply-to email address for the automation.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "status": {"name": "status", "description": "The current status of the automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subject_line": {"name": "subject_line", "description": "The subject line for the automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "to_name": {"name": "to_name", "description": "The automation email's custom 'To' name. Typically the first name merge field.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "archive_url": {"name": "archive_url", "description": "The link to the automation email's archive version in ISO 8601 format.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "authenticate": {"name": "authenticate", "description": "Whether Mailchimp authenticated the automation email. Defaults to true.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "auto_footer": {"name": "auto_footer", "description": "Automatically append Mailchimp's default footer to the automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "auto_tweet": {"name": "auto_tweet", "description": "Automatically tweet a link to the automation email archive page when the automation email is sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "clicktale": {"name": "clicktale", "description": "The custom slug for ClickTale tracking (max of 50 bytes).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "content_type": {"name": "content_type", "description": "How the automation email's content is put together ('template', 'drag_and_drop', 'html', 'url').", "meta": {}, "data_type": null, "quote": null, "tags": []}, "delay_action": {"name": "delay_action", "description": "The action that triggers the delay of an Automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "delay_action_description": {"name": "delay_action_description", "description": "The user-friendly description of the action that triggers an Automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "delay_amount": {"name": "delay_amount", "description": "The delay amount for an Automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "delay_direction": {"name": "delay_direction", "description": "Whether the delay settings describe before or after the delay action of an Automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "delay_full_description": {"name": "delay_full_description", "description": "The user-friendly description of the delay and trigger action settings for an Automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "delay_type": {"name": "delay_type", "description": "The type of delay for an Automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "drag_and_drop": {"name": "drag_and_drop", "description": "Whether the automation email uses the drag-and-drop editor.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "fb_comments": {"name": "fb_comments", "description": "Allows Facebook comments on the automation email (also force-enables the Campaign Archive toolbar). Defaults to true.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "folder_id": {"name": "folder_id", "description": "If the automation email is listed in a folder, the ID for that folder.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "google_analytics": {"name": "google_analytics", "description": "The custom slug for Google Analytics tracking (max of 50 bytes).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "inline_css": {"name": "inline_css", "description": "Automatically inline the CSS included with the automation email content.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "position": {"name": "position", "description": "The position of an Automation email in a workflow.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "template_id": {"name": "template_id", "description": "The ID for the template used in this automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timewarp": {"name": "timewarp", "description": "Send this automation email using Timewarpe_this", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_ecomm_360": {"name": "track_ecomm_360", "description": "Whether to enable eCommerce360 tracking.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_goals": {"name": "track_goals", "description": "Whether to enable Goal tracking.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_html_clicks": {"name": "track_html_clicks", "description": "Whether to track clicks in the HTML version of the automation email. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_opens": {"name": "track_opens", "description": "Whether to track opens. Defaults to true. Cannot be set to false for variate automation emails.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_text_clicks": {"name": "track_text_clicks", "description": "Whether to track clicks in the plain-text version of the automation email. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "use_conversation": {"name": "use_conversation", "description": "Use Mailchimp Conversation feature to manage out-of-office replies.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "enabled": true, "mailchimp": null}, "created_at": 1691524359.649089, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automation_emails`", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_mailchimp__automation_emails_tmp')}}\n\n), \n\nfields as (\n\n select \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__automation_emails_tmp')),\n staging_columns=get_automation_email_columns()\n )\n }}\n \n from base \n\n), \n\nfinal as (\n\n select\n -- IDs and standard timestamp\n id as automation_email_id,\n automation_id,\n create_time as created_timestamp,\n start_time as started_timestamp,\n send_time as send_timestamp,\n\n -- email details\n from_name,\n reply_to,\n status,\n subject_line,\n title,\n to_name,\n\n archive_url,\n authenticate,\n auto_footer,\n auto_tweet,\n clicktale,\n content_type,\n delay_action,\n delay_action_description,\n delay_amount,\n delay_direction,\n delay_full_description,\n delay_type,\n drag_and_drop,\n fb_comments,\n folder_id,\n google_analytics,\n inline_css,\n position,\n template_id,\n timewarp,\n track_ecomm_360,\n track_goals,\n track_html_clicks,\n track_opens,\n track_text_clicks,\n use_conversation\n from fields\n\n)\n\nselect *\nfrom final", "language": "sql", "refs": [["stg_mailchimp__automation_emails_tmp"], ["stg_mailchimp__automation_emails_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_automation_email_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.mailchimp_source.stg_mailchimp__automation_emails_tmp", "model.mailchimp_source.stg_mailchimp__automation_emails_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__automation_emails.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automation_emails_tmp`\n\n), \n\nfields as (\n\n select \n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n archive_url\n \n as \n \n archive_url\n \n, \n \n \n authenticate\n \n as \n \n authenticate\n \n, \n \n \n auto_footer\n \n as \n \n auto_footer\n \n, \n \n \n auto_tweet\n \n as \n \n auto_tweet\n \n, \n \n \n automation_id\n \n as \n \n automation_id\n \n, \n \n \n clicktale\n \n as \n \n clicktale\n \n, \n \n \n content_type\n \n as \n \n content_type\n \n, \n \n \n create_time\n \n as \n \n create_time\n \n, \n \n \n delay_action\n \n as \n \n delay_action\n \n, \n \n \n delay_action_description\n \n as \n \n delay_action_description\n \n, \n \n \n delay_amount\n \n as \n \n delay_amount\n \n, \n \n \n delay_direction\n \n as \n \n delay_direction\n \n, \n \n \n delay_full_description\n \n as \n \n delay_full_description\n \n, \n \n \n delay_type\n \n as \n \n delay_type\n \n, \n \n \n drag_and_drop\n \n as \n \n drag_and_drop\n \n, \n \n \n fb_comments\n \n as \n \n fb_comments\n \n, \n \n \n folder_id\n \n as \n \n folder_id\n \n, \n \n \n from_name\n \n as \n \n from_name\n \n, \n \n \n google_analytics\n \n as \n \n google_analytics\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n inline_css\n \n as \n \n inline_css\n \n, \n \n \n position\n \n as \n \n position\n \n, \n \n \n reply_to\n \n as \n \n reply_to\n \n, \n \n \n send_time\n \n as \n \n send_time\n \n, \n \n \n start_time\n \n as \n \n start_time\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n subject_line\n \n as \n \n subject_line\n \n, \n \n \n template_id\n \n as \n \n template_id\n \n, \n \n \n timewarp\n \n as \n \n timewarp\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n to_name\n \n as \n \n to_name\n \n, \n \n \n track_ecomm_360\n \n as \n \n track_ecomm_360\n \n, \n \n \n track_goals\n \n as \n \n track_goals\n \n, \n \n \n track_html_clicks\n \n as \n \n track_html_clicks\n \n, \n \n \n track_opens\n \n as \n \n track_opens\n \n, \n \n \n track_text_clicks\n \n as \n \n track_text_clicks\n \n, \n \n \n use_conversation\n \n as \n \n use_conversation\n \n\n\n\n \n from base \n\n), \n\nfinal as (\n\n select\n -- IDs and standard timestamp\n id as automation_email_id,\n automation_id,\n create_time as created_timestamp,\n start_time as started_timestamp,\n send_time as send_timestamp,\n\n -- email details\n from_name,\n reply_to,\n status,\n subject_line,\n title,\n to_name,\n\n archive_url,\n authenticate,\n auto_footer,\n auto_tweet,\n clicktale,\n content_type,\n delay_action,\n delay_action_description,\n delay_amount,\n delay_direction,\n delay_full_description,\n delay_type,\n drag_and_drop,\n fb_comments,\n folder_id,\n google_analytics,\n inline_css,\n position,\n template_id,\n timewarp,\n track_ecomm_360,\n track_goals,\n track_html_clicks,\n track_opens,\n track_text_clicks,\n use_conversation\n from fields\n\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__automation_recipients": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__automation_recipients", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__automation_recipients.sql", "original_file_path": "models/stg_mailchimp__automation_recipients.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__automation_recipients", "fqn": ["mailchimp_source", "stg_mailchimp__automation_recipients"], "alias": "stg_mailchimp__automation_recipients", "checksum": {"name": "sha256", "checksum": "7579dd911bab9ac42a611ce7d68d602d504a3ba7a504c1a853fe223f48f03f28"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents info about the recipient of each automation.", "columns": {"automation_recipient_id": {"name": "automation_recipient_id", "description": "Surrogate key that uses member_id and automation_email_id", "meta": {}, "data_type": null, "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member the automation was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_email_id": {"name": "automation_email_id", "description": "The ID of the automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List an automation was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "enabled": true, "mailchimp": null}, "created_at": 1691524359.651117, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automation_recipients`", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_mailchimp__automation_recipients_tmp')}}\n\n), \n\nfields as (\n\n select \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__automation_recipients_tmp')),\n staging_columns=get_automation_recipient_columns()\n )\n }}\n \n from base\n\n), \n\n\nfinal as (\n\n select\n member_id,\n automation_email_id,\n list_id\n from fields\n\n),\n\n unique_key as (\n\n select \n *,\n {{ dbt_utils.generate_surrogate_key(['member_id','automation_email_id']) }} as automation_recipient_id\n from final\n\n)\n\nselect *\nfrom unique_key", "language": "sql", "refs": [["stg_mailchimp__automation_recipients_tmp"], ["stg_mailchimp__automation_recipients_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_automation_recipient_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.mailchimp_source.stg_mailchimp__automation_recipients_tmp", "model.mailchimp_source.stg_mailchimp__automation_recipients_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__automation_recipients.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automation_recipients_tmp`\n\n), \n\nfields as (\n\n select \n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n automation_email_id\n \n as \n \n automation_email_id\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n member_id\n \n as \n \n member_id\n \n\n\n\n \n from base\n\n), \n\n\nfinal as (\n\n select\n member_id,\n automation_email_id,\n list_id\n from fields\n\n),\n\n unique_key as (\n\n select \n *,\n to_hex(md5(cast(coalesce(cast(member_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(automation_email_id as STRING), '_dbt_utils_surrogate_key_null_') as STRING))) as automation_recipient_id\n from final\n\n)\n\nselect *\nfrom unique_key", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__members": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__members", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__members.sql", "original_file_path": "models/stg_mailchimp__members.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__members", "fqn": ["mailchimp_source", "stg_mailchimp__members"], "alias": "stg_mailchimp__members", "checksum": {"name": "sha256", "checksum": "0f1845646b840c30faa0cd9a863899b592ca5cb9307fba2e81829fc85aa038a0"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a member in Mailchimp.", "columns": {"member_id": {"name": "member_id", "description": "The ID of the member.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_address": {"name": "email_address", "description": "Email address for a subscriber.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_client": {"name": "email_client", "description": "The list member's email client.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_type": {"name": "email_type", "description": "Type of email this member asked to get ('html' or 'text').", "meta": {}, "data_type": null, "quote": null, "tags": []}, "status": {"name": "status", "description": "Subscriber's current status. Possible Values: subscribed, unsubscribed, cleaned, pending, transactional, archived\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the list the member belongs to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "signup_timestamp": {"name": "signup_timestamp", "description": "The date and time the subscriber signed up for the list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "opt_in_timestamp": {"name": "opt_in_timestamp", "description": "The date and time the subscribe confirmed their opt-in status.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_changed_timestamp": {"name": "last_changed_timestamp", "description": "The date and time the member's info was last changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "country_code": {"name": "country_code", "description": "The member's unique code for the location country.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "dstoff": {"name": "dstoff", "description": "The member's offset for timezones where daylight saving time is observed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "gmtoff": {"name": "gmtoff", "description": "The member's time difference in hours from GMT.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "opt_in_ip_address": {"name": "opt_in_ip_address", "description": "The IP address the subscriber used to confirm their opt-in status.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "signup_ip_address": {"name": "signup_ip_address", "description": "IP address the subscriber signed up from.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "language": {"name": "language", "description": "If set/detected, the subscriber's language.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "latitude": {"name": "latitude", "description": "The member's location latitude.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "longitude": {"name": "longitude", "description": "The member's location longitude.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "member_rating": {"name": "member_rating", "description": "Star rating for this member, between 1 and 5.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timezone": {"name": "timezone", "description": "The timezone for the member's location.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "unique_email_id": {"name": "unique_email_id", "description": "An identifier for the address across all of Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "vip": {"name": "vip", "description": "VIP status for subscriber.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "mailchimp": null}, "created_at": 1691524359.694832, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__members`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_mailchimp__members_tmp') }}\n\n),\n\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__members_tmp')),\n staging_columns=get_member_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n\n select \n id as member_id,\n email_address,\n email_client,\n email_type,\n status,\n list_id,\n timestamp_signup as signup_timestamp,\n timestamp_opt as opt_in_timestamp,\n last_changed as last_changed_timestamp,\n country_code,\n dstoff,\n gmtoff,\n ip_opt as opt_in_ip_address,\n ip_signup as signup_ip_address,\n language,\n latitude,\n longitude,\n member_rating,\n timezone,\n unique_email_id,\n vip\n \n --The below macro adds the fields defined within your mailchimp__member_pass_through_columns variable into the staging model\n {{ fivetran_utils.fill_pass_through_columns('mailchimp__members_pass_through_columns') }}\n \n from fields\n\n)\n\nselect *\nfrom final", "language": "sql", "refs": [["stg_mailchimp__members_tmp"], ["stg_mailchimp__members_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_member_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.mailchimp_source.stg_mailchimp__members_tmp", "model.mailchimp_source.stg_mailchimp__members_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__members.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__members_tmp`\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n country_code\n \n as \n \n country_code\n \n, \n \n \n dstoff\n \n as \n \n dstoff\n \n, \n \n \n email_address\n \n as \n \n email_address\n \n, \n \n \n email_client\n \n as \n \n email_client\n \n, \n \n \n email_type\n \n as \n \n email_type\n \n, \n \n \n gmtoff\n \n as \n \n gmtoff\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n ip_opt\n \n as \n \n ip_opt\n \n, \n \n \n ip_signup\n \n as \n \n ip_signup\n \n, \n \n \n language\n \n as \n \n language\n \n, \n \n \n last_changed\n \n as \n \n last_changed\n \n, \n \n \n latitude\n \n as \n \n latitude\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n longitude\n \n as \n \n longitude\n \n, \n \n \n member_rating\n \n as \n \n member_rating\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n timestamp_opt\n \n as \n \n timestamp_opt\n \n, \n \n \n timestamp_signup\n \n as \n \n timestamp_signup\n \n, \n \n \n timezone\n \n as \n \n timezone\n \n, \n \n \n unique_email_id\n \n as \n \n unique_email_id\n \n, \n \n \n vip\n \n as \n \n vip\n \n\n\n\n \n from base\n),\n\nfinal as (\n\n select \n id as member_id,\n email_address,\n email_client,\n email_type,\n status,\n list_id,\n timestamp_signup as signup_timestamp,\n timestamp_opt as opt_in_timestamp,\n last_changed as last_changed_timestamp,\n country_code,\n dstoff,\n gmtoff,\n ip_opt as opt_in_ip_address,\n ip_signup as signup_ip_address,\n language,\n latitude,\n longitude,\n member_rating,\n timezone,\n unique_email_id,\n vip\n \n --The below macro adds the fields defined within your mailchimp__member_pass_through_columns variable into the staging model\n \n\n\n\n\n \n from fields\n\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__campaign_activities": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__campaign_activities", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__campaign_activities.sql", "original_file_path": "models/stg_mailchimp__campaign_activities.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_activities", "fqn": ["mailchimp_source", "stg_mailchimp__campaign_activities"], "alias": "stg_mailchimp__campaign_activities", "checksum": {"name": "sha256", "checksum": "addaaaf9c7478fc306ee13cd67dac65b91b5c202313430064063b33e5ca88908"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents an activity taken in relation to a campaign email.", "columns": {"activity_id": {"name": "activity_id", "description": "The ID of the activity/event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "action_type": {"name": "action_type", "description": "One of the following actions: 'open', 'click', or 'bounce'\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_id": {"name": "campaign_id", "description": "The unique ID for the sent campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member the activity relates to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the list the email was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "activity_timestamp": {"name": "activity_timestamp", "description": "The timestamp when the activity occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The IP address recorded for the action.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "url": {"name": "url", "description": "If the action is a 'click', the URL on which the member clicked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "bounce_type": {"name": "bounce_type", "description": "If the action is a 'bounce', the type of bounce received: 'hard', 'soft'.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "combination_id": {"name": "combination_id", "description": "The ID of the combination the member was part of for a campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_id": {"name": "email_id", "description": "The ID of the email sent. (Created in dbt, not Mailchimp.)", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "mailchimp": null}, "created_at": 1691524359.662528, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__campaign_activities`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_mailchimp__campaign_activities_tmp') }}\n\n),\n\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__campaign_activities_tmp')),\n staging_columns=get_campaign_recipient_activity_columns()\n )\n }}\n \n from base\n),\n\n\nfinal as (\n\n select \n action as action_type,\n campaign_id,\n member_id,\n list_id,\n timestamp as activity_timestamp,\n ip as ip_address,\n url,\n bounce_type,\n combination_id\n from fields\n\n), unique_key as (\n\n select \n *, \n {{ dbt_utils.generate_surrogate_key(['action_type', 'campaign_id', 'member_id', 'activity_timestamp']) }} as activity_id,\n {{ dbt_utils.generate_surrogate_key(['campaign_id','member_id']) }} as email_id\n from final\n\n)\n\nselect *\nfrom unique_key", "language": "sql", "refs": [["stg_mailchimp__campaign_activities_tmp"], ["stg_mailchimp__campaign_activities_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_campaign_recipient_activity_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.mailchimp_source.stg_mailchimp__campaign_activities_tmp", "model.mailchimp_source.stg_mailchimp__campaign_activities_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__campaign_activities.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__campaign_activities_tmp`\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n action\n \n as \n \n action\n \n, \n \n \n bounce_type\n \n as \n \n bounce_type\n \n, \n \n \n campaign_id\n \n as \n \n campaign_id\n \n, \n \n \n combination_id\n \n as \n \n combination_id\n \n, \n \n \n ip\n \n as \n \n ip\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n member_id\n \n as \n \n member_id\n \n, \n \n \n timestamp\n \n as \n \n timestamp\n \n, \n \n \n url\n \n as \n \n url\n \n\n\n\n \n from base\n),\n\n\nfinal as (\n\n select \n action as action_type,\n campaign_id,\n member_id,\n list_id,\n timestamp as activity_timestamp,\n ip as ip_address,\n url,\n bounce_type,\n combination_id\n from fields\n\n), unique_key as (\n\n select \n *, \n to_hex(md5(cast(coalesce(cast(action_type as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(campaign_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(member_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(activity_timestamp as STRING), '_dbt_utils_surrogate_key_null_') as STRING))) as activity_id,\n to_hex(md5(cast(coalesce(cast(campaign_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(member_id as STRING), '_dbt_utils_surrogate_key_null_') as STRING))) as email_id\n from final\n\n)\n\nselect *\nfrom unique_key", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__segment_members": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__segment_members", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__segment_members.sql", "original_file_path": "models/stg_mailchimp__segment_members.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__segment_members", "fqn": ["mailchimp_source", "stg_mailchimp__segment_members"], "alias": "stg_mailchimp__segment_members", "checksum": {"name": "sha256", "checksum": "86acbc06483f991f2e5a9f970cc458041efbc105b949237f707432ed6c354c35"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a member and their segment data.", "columns": {"segment_id": {"name": "segment_id", "description": "The ID for the Segment from Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List the segment is part of.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "enabled": true, "mailchimp": null}, "created_at": 1691524359.696546, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__segment_members`", "raw_code": "{{ config(enabled=var('mailchimp_using_segments', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_mailchimp__segment_members_tmp') }}\n\n),\n\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__segment_members_tmp')),\n staging_columns=get_segment_member_columns()\n )\n }}\n \n from base\n\n), \n\nfinal as (\n\n select\n segment_id,\n member_id,\n list_id\n from fields\n\n)\n\nselect *\nfrom final", "language": "sql", "refs": [["stg_mailchimp__segment_members_tmp"], ["stg_mailchimp__segment_members_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_segment_member_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.mailchimp_source.stg_mailchimp__segment_members_tmp", "model.mailchimp_source.stg_mailchimp__segment_members_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__segment_members.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__segment_members_tmp`\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n member_id\n \n as \n \n member_id\n \n, \n \n \n segment_id\n \n as \n \n segment_id\n \n\n\n\n \n from base\n\n), \n\nfinal as (\n\n select\n segment_id,\n member_id,\n list_id\n from fields\n\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__automation_activities_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__automation_activities_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__automation_activities_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__automation_activities_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__automation_activities_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__automation_activities_tmp"], "alias": "stg_mailchimp__automation_activities_tmp", "checksum": {"name": "sha256", "checksum": "99dd3be31bece932a946f44c80ffe85b9b21d998ddaf1d7a4fb9108f9b4f3566"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "materalized": "view", "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "materalized": "view", "enabled": true, "mailchimp": null}, "created_at": 1691524359.190513, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automation_activities_tmp`", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nselect * from {{ var('automation_recipient_activity') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "automation_recipient_activity"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.automation_recipient_activity"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__automation_activities_tmp.sql", "compiled": true, "compiled_code": "\n\nselect * from `dbt-package-testing`.`mailchimp`.`automation_recipient_activity`", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__unsubscribes_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__unsubscribes_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__unsubscribes_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__unsubscribes_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__unsubscribes_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__unsubscribes_tmp"], "alias": "stg_mailchimp__unsubscribes_tmp", "checksum": {"name": "sha256", "checksum": "49ddeb7631aa624011d6fd5f608b80fa284ca6443a837c941d31cc864e99efca"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "materalized": "view", "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "materalized": "view", "mailchimp": null}, "created_at": 1691524359.1991239, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__unsubscribes_tmp`", "raw_code": "select * from {{ var('unsubscribe') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "unsubscribe"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.unsubscribe"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__unsubscribes_tmp.sql", "compiled": true, "compiled_code": "select * from `dbt-package-testing`.`mailchimp`.`unsubscribe`", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__lists_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__lists_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__lists_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__lists_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__lists_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__lists_tmp"], "alias": "stg_mailchimp__lists_tmp", "checksum": {"name": "sha256", "checksum": "f2334dfd1f22372c81a53cb1903dc8accef34fbf98c0a3477bd0ca373cffd83d"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "materalized": "view", "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "materalized": "view", "mailchimp": null}, "created_at": 1691524359.207789, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__lists_tmp`", "raw_code": "select * from {{ var('list') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "list"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.list"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__lists_tmp.sql", "compiled": true, "compiled_code": "select * from `dbt-package-testing`.`mailchimp`.`list`", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__campaign_recipients_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__campaign_recipients_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__campaign_recipients_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__campaign_recipients_tmp"], "alias": "stg_mailchimp__campaign_recipients_tmp", "checksum": {"name": "sha256", "checksum": "6208dd636a377fb8462ee7838ec92a9b3592f5861f42c6dd803aa8c32e6fe3f5"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "materalized": "view", "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "materalized": "view", "mailchimp": null}, "created_at": 1691524359.2154, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__campaign_recipients_tmp`", "raw_code": "select * from {{ var('campaign_recipient') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "campaign_recipient"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.campaign_recipient"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__campaign_recipients_tmp.sql", "compiled": true, "compiled_code": "select * from `dbt-package-testing`.`mailchimp`.`campaign_recipient`", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__segments_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__segments_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__segments_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__segments_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__segments_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__segments_tmp"], "alias": "stg_mailchimp__segments_tmp", "checksum": {"name": "sha256", "checksum": "4235011fcab4cb786bf93907ba23fa09882a56e9430b6fc13bf0425c2cb5cc09"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "materalized": "view", "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "materalized": "view", "enabled": true, "mailchimp": null}, "created_at": 1691524359.22397, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__segments_tmp`", "raw_code": "{{ config(enabled=var('mailchimp_using_segments', True)) }}\n\nselect * from {{ var('mailchimp_segment') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "segment"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.segment"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__segments_tmp.sql", "compiled": true, "compiled_code": "\n\nselect * from `dbt-package-testing`.`mailchimp`.`segment`", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__campaigns_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__campaigns_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__campaigns_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__campaigns_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__campaigns_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__campaigns_tmp"], "alias": "stg_mailchimp__campaigns_tmp", "checksum": {"name": "sha256", "checksum": "b96a24c9964cf05208bd2a9e0d0ce0455a507b9f07026887f777922df4942cd9"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "materalized": "view", "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "materalized": "view", "mailchimp": null}, "created_at": 1691524359.2326689, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__campaigns_tmp`", "raw_code": "select * from {{ var('campaign') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "campaign"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.campaign"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__campaigns_tmp.sql", "compiled": true, "compiled_code": "select * from `dbt-package-testing`.`mailchimp`.`campaign`", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__segment_members_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__segment_members_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__segment_members_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__segment_members_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__segment_members_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__segment_members_tmp"], "alias": "stg_mailchimp__segment_members_tmp", "checksum": {"name": "sha256", "checksum": "5b6ac15d76b277f0b9f4d99dab168471e7e599bf8e79bd491dc412cfd5e9b48b"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "materalized": "view", "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "materalized": "view", "enabled": true, "mailchimp": null}, "created_at": 1691524359.241992, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__segment_members_tmp`", "raw_code": "{{ config(enabled=var('mailchimp_using_segments', True)) }}\n\nselect * from {{ var('segment_member') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "segment_member"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.segment_member"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__segment_members_tmp.sql", "compiled": true, "compiled_code": "\n\nselect * from `dbt-package-testing`.`mailchimp`.`segment_member`", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__members_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__members_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__members_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__members_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__members_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__members_tmp"], "alias": "stg_mailchimp__members_tmp", "checksum": {"name": "sha256", "checksum": "5fe9a82d5a301c2dd82f196d47d882b6c2083528bd8b53f1a49591496b729b5e"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "materalized": "view", "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "materalized": "view", "mailchimp": null}, "created_at": 1691524359.2494972, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__members_tmp`", "raw_code": "select * from {{ var('member') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "member"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.member"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__members_tmp.sql", "compiled": true, "compiled_code": "select * from `dbt-package-testing`.`mailchimp`.`member`", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__automations_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__automations_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__automations_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__automations_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__automations_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__automations_tmp"], "alias": "stg_mailchimp__automations_tmp", "checksum": {"name": "sha256", "checksum": "2d97a5eacee487f94b5553490b28db0d5252d917897965fa442e884a547e78d3"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "materalized": "view", "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "materalized": "view", "enabled": true, "mailchimp": null}, "created_at": 1691524359.257442, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automations_tmp`", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nselect * from {{ var('automation') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "automation"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.automation"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__automations_tmp.sql", "compiled": true, "compiled_code": "\n\nselect * from `dbt-package-testing`.`mailchimp`.`automation`", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__automation_emails_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__automation_emails_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__automation_emails_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__automation_emails_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__automation_emails_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__automation_emails_tmp"], "alias": "stg_mailchimp__automation_emails_tmp", "checksum": {"name": "sha256", "checksum": "9ee9a3419a66bfb12b2c084315fdf33a0751480aa6b206c201cfb3feca13a465"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "materalized": "view", "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "materalized": "view", "enabled": true, "mailchimp": null}, "created_at": 1691524359.265614, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automation_emails_tmp`", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nselect * from {{ var('automation_email') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "automation_email"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.automation_email"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__automation_emails_tmp.sql", "compiled": true, "compiled_code": "\n\nselect * from `dbt-package-testing`.`mailchimp`.`automation_email`", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__automation_recipients_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__automation_recipients_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__automation_recipients_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__automation_recipients_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__automation_recipients_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__automation_recipients_tmp"], "alias": "stg_mailchimp__automation_recipients_tmp", "checksum": {"name": "sha256", "checksum": "28eeb5e9f065dcf688d7bff8b450ba06adb13628fe476e0091d49740ed8b1241"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "materalized": "view", "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "materalized": "view", "enabled": true, "mailchimp": null}, "created_at": 1691524359.274111, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automation_recipients_tmp`", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nselect * from {{ var('automation_recipient') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "automation_recipient"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.automation_recipient"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__automation_recipients_tmp.sql", "compiled": true, "compiled_code": "\n\nselect * from `dbt-package-testing`.`mailchimp`.`automation_recipient`", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp_source.stg_mailchimp__campaign_activities_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "stg_mailchimp__campaign_activities_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__campaign_activities_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__campaign_activities_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_activities_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__campaign_activities_tmp"], "alias": "stg_mailchimp__campaign_activities_tmp", "checksum": {"name": "sha256", "checksum": "50e7e9bdfd1bded394388edd76798d6b59b30bbfac7181e2e108401c179c9e78"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "materalized": "view", "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "mailchimp", "materalized": "view", "mailchimp": null}, "created_at": 1691524359.2820742, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__campaign_activities_tmp`", "raw_code": "select * from {{ var('campaign_recipient_activity') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "campaign_recipient_activity"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.campaign_recipient_activity"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__campaign_activities_tmp.sql", "compiled": true, "compiled_code": "select * from `dbt-package-testing`.`mailchimp`.`campaign_recipient_activity`", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.mailchimp__automation_activities": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "mailchimp__automation_activities", "resource_type": "model", "package_name": "mailchimp", "path": "mailchimp__automation_activities.sql", "original_file_path": "models/mailchimp__automation_activities.sql", "unique_id": "model.mailchimp.mailchimp__automation_activities", "fqn": ["mailchimp", "mailchimp__automation_activities"], "alias": "mailchimp__automation_activities", "checksum": {"name": "sha256", "checksum": "3f19dfa1aa531de4dab8bb860b585e2db4c3848b6959da197da19a106813f40a"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents an activity taken in relation to a automation email.", "columns": {"activity_id": {"name": "activity_id", "description": "The ID of the activity/event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "action_type": {"name": "action_type", "description": "One of the following actions: 'open', 'click', or 'bounce'\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_email_id": {"name": "automation_email_id", "description": "The ID for the automation email that relates to the activity.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member the activity relates to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the list the email was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "activity_timestamp": {"name": "activity_timestamp", "description": "The timestamp when the activity occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The IP address recorded for the action.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "url": {"name": "url", "description": "If the action is a 'click', the URL on which the member clicked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "bounce_type": {"name": "bounce_type", "description": "If the action is a 'bounce', the type of bounce received: 'hard', 'soft'.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_id": {"name": "automation_id", "description": "The ID for the automation that relates to the activity.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "segment_id": {"name": "segment_id", "description": "The ID for the Segment that relates to the activity.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp://models/mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "enabled": true, "mailchimp": null}, "created_at": 1691524359.889027, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__automation_activities`", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nwith activities as (\n\n select *\n from {{ var('automation_recipient_activity') }}\n\n), automation_emails as (\n\n select *\n from {{ var('automation_email') }}\n\n), automations as (\n\n select *\n from {{ var('automation') }}\n\n), joined as (\n\n select \n activities.*,\n automations.automation_id,\n automations.segment_id\n from activities\n left join automation_emails\n on activities.automation_email_id = automation_emails.automation_email_id\n left join automations\n on automation_emails.automation_id = automations.automation_id\n\n)\n\nselect *\nfrom joined", "language": "sql", "refs": [["stg_mailchimp__automation_activities"], ["stg_mailchimp__automation_emails"], ["stg_mailchimp__automations"]], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.mailchimp_source.stg_mailchimp__automation_activities", "model.mailchimp_source.stg_mailchimp__automation_emails", "model.mailchimp_source.stg_mailchimp__automations"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp__automation_activities.sql", "compiled": true, "compiled_code": "\n\nwith activities as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automation_activities`\n\n), automation_emails as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automation_emails`\n\n), automations as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automations`\n\n), joined as (\n\n select \n activities.*,\n automations.automation_id,\n automations.segment_id\n from activities\n left join automation_emails\n on activities.automation_email_id = automation_emails.automation_email_id\n left join automations\n on automation_emails.automation_id = automations.automation_id\n\n)\n\nselect *\nfrom joined", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.mailchimp__lists": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "mailchimp__lists", "resource_type": "model", "package_name": "mailchimp", "path": "mailchimp__lists.sql", "original_file_path": "models/mailchimp__lists.sql", "unique_id": "model.mailchimp.mailchimp__lists", "fqn": ["mailchimp", "mailchimp__lists"], "alias": "mailchimp__lists", "checksum": {"name": "sha256", "checksum": "f2544a3b568ba214f586dd746088f0fa38ae8dc3b1ce6c362368c65637ef5c95"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a list in Mailchimp, enriched with campaign metrics, (optionally) automation metrics and information about members.", "columns": {"list_id": {"name": "list_id", "description": "The unique ID of a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "date_created": {"name": "date_created", "description": "The date and time that a list was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_rating": {"name": "list_rating", "description": "An auto-generated activity score for the list (0-5).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "beamer_address": {"name": "beamer_address", "description": "The list's email beamer address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_address_1": {"name": "contact_address_1", "description": "The street address for the list contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_address_2": {"name": "contact_address_2", "description": "The street address for the list contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_city": {"name": "contact_city", "description": "The city for the list contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_company": {"name": "contact_company", "description": "The company name for the list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_country": {"name": "contact_country", "description": "A two-character ISO3166 country code. Defaults to US if invalid.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_state": {"name": "contact_state", "description": "The state for the list contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_zip": {"name": "contact_zip", "description": "The postal or zip code for the list contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "default_from_email": {"name": "default_from_email", "description": "The default from email for campaigns sent to a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "default_from_name": {"name": "default_from_name", "description": "The default from name for campaigns sent to a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "default_language": {"name": "default_language", "description": "The default language for a lists's forms.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "default_subject": {"name": "default_subject", "description": "The default subject line for campaigns sent to a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_type_option": {"name": "email_type_option", "description": "Whether the list supports multiple formats for emails. When set to true, subscribers can choose whether they want to receive HTML or plain-text emails. When set to false, subscribers will receive HTML emails, with a plain-text alternative backup.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "notify_on_subscribe": {"name": "notify_on_subscribe", "description": "The email address to send subscribe notifications to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "notify_on_unsubscribe": {"name": "notify_on_unsubscribe", "description": "The email address to send unsubscribe notifications to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "permission_reminder": {"name": "permission_reminder", "description": "The permission reminder for a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subscribe_url_long": {"name": "subscribe_url_long", "description": "The full version of a list's subscribe form (host will vary).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subscribe_url_short": {"name": "subscribe_url_short", "description": "Mailchimp's EepURL shortened version of a list's subscribe form.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "use_archive_bar": {"name": "use_archive_bar", "description": "Whether campaigns for this list use the Archive Bar in archives by default.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visibility": {"name": "visibility", "description": "Whether this list is public or private.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "count_members": {"name": "count_members", "description": "The number of members in a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "most_recent_signup_timestamp": {"name": "most_recent_signup_timestamp", "description": "The date of the most recent signup to a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_sends": {"name": "campaign_sends", "description": "The number of sent emails from campaigns.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_opens": {"name": "campaign_opens", "description": "The number of open events from campaign emails. \nThe same email being opened multiple times is included in this metric.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_clicks": {"name": "campaign_clicks", "description": "The number of click events from campaign emails. \nThe same email being clicked multiple times is included in this metric.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_unique_opens": {"name": "campaign_unique_opens", "description": "The unique number of emails opened from campaign emails. \nIf a given email to a user was opened multiple times, it will only count once in this metric.\nThis is the metric for opens that is reported by Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_unique_clicks": {"name": "campaign_unique_clicks", "description": "The unique number of emails clicked from campaign emails. \nIf a given email to a user was clicked multiple times, it will only count once in this metric.\nThis is the metric for clicks that is reported by Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_unsubscribes": {"name": "campaign_unsubscribes", "description": "The number of users who have unsubscribed from campaign emails.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_sends": {"name": "automation_sends", "description": "The number of sent emails from automations.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_opens": {"name": "automation_opens", "description": "The number of open events from automation emails. \nThe same email being opened multiple times is included in this metric.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_clicks": {"name": "automation_clicks", "description": "The number of click events from automation emails. \nThe same email being clicked multiple times is included in this metric.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_unique_opens": {"name": "automation_unique_opens", "description": "The unique number of emails opened from automation emails. \nIf a given email to a user was opened multiple times, it will only count once in this metric.\nThis is the metric for opens that is reported by Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_unique_clicks": {"name": "automation_unique_clicks", "description": "The unique number of emails clicked from automation emails. \nIf a given email to a user was clicked multiple times, it will only count once in this metric.\nThis is the metric for clicks that is reported by Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_unsubscribes": {"name": "automation_unsubscribes", "description": "The number of users who have unsubscribed from automation emails.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp://models/mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "mailchimp": null}, "created_at": 1691524359.7955048, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__lists`", "raw_code": "with lists as (\n\n select *\n from {{ var('list')}}\n\n), campaign_activities as (\n\n select *\n from {{ ref('int_mailchimp__campaign_activities_by_list') }}\n\n), members as (\n\n select *\n from {{ ref('int_mailchimp__members_by_list') }}\n\n), members_xf as (\n\n select \n lists.*,\n coalesce(members.count_members,0) as count_members,\n members.most_recent_signup_timestamp\n from lists\n left join members\n on lists.list_id = members.list_id\n\n), metrics as (\n\n select \n members_xf.*,\n coalesce(campaign_activities.sends,0) as campaign_sends,\n coalesce(campaign_activities.opens,0) as campaign_opens,\n coalesce(campaign_activities.clicks,0) as campaign_clicks,\n coalesce(campaign_activities.unique_opens,0) as campaign_unique_opens,\n coalesce(campaign_activities.unique_clicks,0) as campaign_unique_clicks,\n coalesce(campaign_activities.unsubscribes,0) as campaign_unsubscribes\n from members_xf\n left join campaign_activities\n on members_xf.list_id = campaign_activities.list_id\n\n{% if var('mailchimp_using_automations', True) %}\n\n), automation_activities as (\n\n select *\n from {{ ref('int_mailchimp__automation_activities_by_list') }}\n\n), metrics_xf as (\n\n select \n metrics.*,\n coalesce(automation_activities.sends,0) as automation_sends,\n coalesce(automation_activities.opens,0) as automation_opens,\n coalesce(automation_activities.clicks,0) as automation_clicks,\n coalesce(automation_activities.unique_opens,0) as automation_unique_opens,\n coalesce(automation_activities.unique_clicks,0) as automation_unique_clicks,\n coalesce(automation_activities.unsubscribes,0) as automation_unsubscribes\n from metrics\n left join automation_activities\n on metrics.list_id = automation_activities.list_id\n\n)\n\nselect *\nfrom metrics_xf\n\n{% else %}\n\n)\n\nselect *\nfrom metrics \n\n{% endif %}", "language": "sql", "refs": [["stg_mailchimp__lists"], ["int_mailchimp__campaign_activities_by_list"], ["int_mailchimp__members_by_list"], ["int_mailchimp__automation_activities_by_list"]], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.mailchimp_source.stg_mailchimp__lists", "model.mailchimp.int_mailchimp__campaign_activities_by_list", "model.mailchimp.int_mailchimp__members_by_list", "model.mailchimp.int_mailchimp__automation_activities_by_list"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp__lists.sql", "compiled": true, "compiled_code": "with lists as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__lists`\n\n), campaign_activities as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__campaign_activities_by_list`\n\n), members as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__members_by_list`\n\n), members_xf as (\n\n select \n lists.*,\n coalesce(members.count_members,0) as count_members,\n members.most_recent_signup_timestamp\n from lists\n left join members\n on lists.list_id = members.list_id\n\n), metrics as (\n\n select \n members_xf.*,\n coalesce(campaign_activities.sends,0) as campaign_sends,\n coalesce(campaign_activities.opens,0) as campaign_opens,\n coalesce(campaign_activities.clicks,0) as campaign_clicks,\n coalesce(campaign_activities.unique_opens,0) as campaign_unique_opens,\n coalesce(campaign_activities.unique_clicks,0) as campaign_unique_clicks,\n coalesce(campaign_activities.unsubscribes,0) as campaign_unsubscribes\n from members_xf\n left join campaign_activities\n on members_xf.list_id = campaign_activities.list_id\n\n\n\n), automation_activities as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_activities_by_list`\n\n), metrics_xf as (\n\n select \n metrics.*,\n coalesce(automation_activities.sends,0) as automation_sends,\n coalesce(automation_activities.opens,0) as automation_opens,\n coalesce(automation_activities.clicks,0) as automation_clicks,\n coalesce(automation_activities.unique_opens,0) as automation_unique_opens,\n coalesce(automation_activities.unique_clicks,0) as automation_unique_clicks,\n coalesce(automation_activities.unsubscribes,0) as automation_unsubscribes\n from metrics\n left join automation_activities\n on metrics.list_id = automation_activities.list_id\n\n)\n\nselect *\nfrom metrics_xf\n\n", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.mailchimp__members": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "mailchimp__members", "resource_type": "model", "package_name": "mailchimp", "path": "mailchimp__members.sql", "original_file_path": "models/mailchimp__members.sql", "unique_id": "model.mailchimp.mailchimp__members", "fqn": ["mailchimp", "mailchimp__members"], "alias": "mailchimp__members", "checksum": {"name": "sha256", "checksum": "c20a8a485b23d5ac9f45ac6c82ee3bca18b0b8f99ff88588457dae732ef1f759"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a member in Mailchimp, enriched with campaign metrics and (optionally) automation metrics.", "columns": {"member_id": {"name": "member_id", "description": "The ID of the member.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_address": {"name": "email_address", "description": "Email address for a subscriber.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_client": {"name": "email_client", "description": "The list member's email client.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_type": {"name": "email_type", "description": "Type of email this member asked to get ('html' or 'text').", "meta": {}, "data_type": null, "quote": null, "tags": []}, "status": {"name": "status", "description": "Subscriber's current status. Possible Values: subscribed, unsubscribed, cleaned, pending, transactional, archived\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the list the member belongs to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "signup_timestamp": {"name": "signup_timestamp", "description": "The date and time the subscriber signed up for the list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "opt_in_timestamp": {"name": "opt_in_timestamp", "description": "The date and time the subscribe confirmed their opt-in status.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_changed_timestamp": {"name": "last_changed_timestamp", "description": "The date and time the member's info was last changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "country_code": {"name": "country_code", "description": "The member's unique code for the location country.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "dstoff": {"name": "dstoff", "description": "The member's offset for timezones where daylight saving time is observed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "gmtoff": {"name": "gmtoff", "description": "The member's time difference in hours from GMT.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "opt_in_ip_address": {"name": "opt_in_ip_address", "description": "The IP address the subscriber used to confirm their opt-in status.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "signup_ip_address": {"name": "signup_ip_address", "description": "IP address the subscriber signed up from.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "language": {"name": "language", "description": "If set/detected, the subscriber's language.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "latitude": {"name": "latitude", "description": "The member's location latitude.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "longitude": {"name": "longitude", "description": "The member's location longitude.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "member_rating": {"name": "member_rating", "description": "Star rating for this member, between 1 and 5.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timezone": {"name": "timezone", "description": "The timezone for the member's location.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "unique_email_id": {"name": "unique_email_id", "description": "An identifier for the address across all of Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "vip": {"name": "vip", "description": "VIP status for subscriber.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_sends": {"name": "campaign_sends", "description": "The number of sent emails from campaigns.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_opens": {"name": "campaign_opens", "description": "The number of open events from campaign emails. \nThe same email being opened multiple times is included in this metric.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_clicks": {"name": "campaign_clicks", "description": "The number of click events from campaign emails. \nThe same email being clicked multiple times is included in this metric.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_unique_opens": {"name": "campaign_unique_opens", "description": "The unique number of emails opened from campaign emails. \nIf a given email to a user was opened multiple times, it will only count once in this metric.\nThis is the metric for opens that is reported by Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_unique_clicks": {"name": "campaign_unique_clicks", "description": "The unique number of emails clicked from campaign emails. \nIf a given email to a user was clicked multiple times, it will only count once in this metric.\nThis is the metric for clicks that is reported by Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_unsubscribes": {"name": "campaign_unsubscribes", "description": "The number of users who have unsubscribed from campaign emails.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_sends": {"name": "automation_sends", "description": "The number of sent emails from automations.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_opens": {"name": "automation_opens", "description": "The number of open events from automation emails. \nThe same email being opened multiple times is included in this metric.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_clicks": {"name": "automation_clicks", "description": "The number of click events from automation emails. \nThe same email being clicked multiple times is included in this metric.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_unique_opens": {"name": "automation_unique_opens", "description": "The unique number of emails opened from automation emails. \nIf a given email to a user was opened multiple times, it will only count once in this metric.\nThis is the metric for opens that is reported by Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_unique_clicks": {"name": "automation_unique_clicks", "description": "The unique number of emails clicked from automation emails. \nIf a given email to a user was clicked multiple times, it will only count once in this metric.\nThis is the metric for clicks that is reported by Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_unsubscribes": {"name": "automation_unsubscribes", "description": "The number of users who have unsubscribed from automation emails.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp://models/mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "mailchimp": null}, "created_at": 1691524359.810279, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__members`", "raw_code": "with members as (\n\n select *\n from {{ var('member')}}\n\n), campaign_activities as (\n\n select *\n from {{ ref('int_mailchimp__campaign_activities_by_member') }}\n\n), metrics as (\n\n select \n members.*,\n coalesce(campaign_activities.sends,0) as campaign_sends,\n coalesce(campaign_activities.opens,0) as campaign_opens,\n coalesce(campaign_activities.clicks,0) as campaign_clicks,\n coalesce(campaign_activities.unique_opens,0) as campaign_unique_opens,\n coalesce(campaign_activities.unique_clicks,0) as campaign_unique_clicks,\n coalesce(campaign_activities.unsubscribes,0) as campaign_unsubscribes\n from members\n left join campaign_activities\n on members.member_id = campaign_activities.member_id\n and members.list_id = campaign_activities.list_id\n\n{% if var('mailchimp_using_automations', True) %}\n\n), automation_activities as (\n\n select *\n from {{ ref('int_mailchimp__automation_activities_by_member') }}\n\n), metrics_xf as (\n\n select \n metrics.*,\n coalesce(automation_activities.sends,0) as automation_sends,\n coalesce(automation_activities.opens,0) as automation_opens,\n coalesce(automation_activities.clicks,0) as automation_clicks,\n coalesce(automation_activities.unique_opens,0) as automation_unique_opens,\n coalesce(automation_activities.unique_clicks,0) as automation_unique_clicks,\n coalesce(automation_activities.unsubscribes,0) as automation_unsubscribes\n from metrics\n left join automation_activities\n on metrics.member_id = automation_activities.member_id\n and metrics.list_id = automation_activities.list_id\n\n)\n\nselect *\nfrom metrics_xf\n\n{% else %}\n\n)\n\nselect *\nfrom metrics \n\n{% endif %}", "language": "sql", "refs": [["stg_mailchimp__members"], ["int_mailchimp__campaign_activities_by_member"], ["int_mailchimp__automation_activities_by_member"]], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.mailchimp_source.stg_mailchimp__members", "model.mailchimp.int_mailchimp__campaign_activities_by_member", "model.mailchimp.int_mailchimp__automation_activities_by_member"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp__members.sql", "compiled": true, "compiled_code": "with members as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__members`\n\n), campaign_activities as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__campaign_activities_by_member`\n\n), metrics as (\n\n select \n members.*,\n coalesce(campaign_activities.sends,0) as campaign_sends,\n coalesce(campaign_activities.opens,0) as campaign_opens,\n coalesce(campaign_activities.clicks,0) as campaign_clicks,\n coalesce(campaign_activities.unique_opens,0) as campaign_unique_opens,\n coalesce(campaign_activities.unique_clicks,0) as campaign_unique_clicks,\n coalesce(campaign_activities.unsubscribes,0) as campaign_unsubscribes\n from members\n left join campaign_activities\n on members.member_id = campaign_activities.member_id\n and members.list_id = campaign_activities.list_id\n\n\n\n), automation_activities as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_activities_by_member`\n\n), metrics_xf as (\n\n select \n metrics.*,\n coalesce(automation_activities.sends,0) as automation_sends,\n coalesce(automation_activities.opens,0) as automation_opens,\n coalesce(automation_activities.clicks,0) as automation_clicks,\n coalesce(automation_activities.unique_opens,0) as automation_unique_opens,\n coalesce(automation_activities.unique_clicks,0) as automation_unique_clicks,\n coalesce(automation_activities.unsubscribes,0) as automation_unsubscribes\n from metrics\n left join automation_activities\n on metrics.member_id = automation_activities.member_id\n and metrics.list_id = automation_activities.list_id\n\n)\n\nselect *\nfrom metrics_xf\n\n", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.mailchimp__campaigns": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "mailchimp__campaigns", "resource_type": "model", "package_name": "mailchimp", "path": "mailchimp__campaigns.sql", "original_file_path": "models/mailchimp__campaigns.sql", "unique_id": "model.mailchimp.mailchimp__campaigns", "fqn": ["mailchimp", "mailchimp__campaigns"], "alias": "mailchimp__campaigns", "checksum": {"name": "sha256", "checksum": "c017738b04b6f5b686197a385d5f237977c68011fd4f8b2ea1f039af5fb1abb0"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a campaign in Mailchimp, enriched with click, open and unsubscribe metrics.", "columns": {"campaign_id": {"name": "campaign_id", "description": "The ID of the campaign in Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "segment_id": {"name": "segment_id", "description": "The ID of the Segment a campaign was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "create_timestamp": {"name": "create_timestamp", "description": "The date and time the campaign was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "send_timestamp": {"name": "send_timestamp", "description": "The date and time a campaign was sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List a campaign was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reply_to_email": {"name": "reply_to_email", "description": "The reply-to email address for the campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_type": {"name": "campaign_type", "description": "The type of campaign sent. Possible values: regular, plaintext, absplit, variate, rss.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "archive_url": {"name": "archive_url", "description": "The link to the campaign's archive version in ISO 8601 format.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "authenticate": {"name": "authenticate", "description": "Whether Mailchimp authenticated the campaign. Defaults to true.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "auto_footer": {"name": "auto_footer", "description": "Automatically append Mailchimp's default footer to the campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "auto_tweet": {"name": "auto_tweet", "description": "Automatically tweet a link to the campaign archive page when the campaign is sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "clicktale": {"name": "clicktale", "description": "The custom slug for ClickTale tracking (max of 50 bytes).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "content_type": {"name": "content_type", "description": "How the campaign's content is put together ('template', 'drag_and_drop', 'html', 'url').", "meta": {}, "data_type": null, "quote": null, "tags": []}, "drag_and_drop": {"name": "drag_and_drop", "description": "Whether the campaign uses the drag-and-drop editor.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "fb_comments": {"name": "fb_comments", "description": "Allows Facebook comments on the campaign (also force-enables the Campaign Archive toolbar). Defaults to true.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "folder_id": {"name": "folder_id", "description": "If the campaign is listed in a folder, the ID for that folder.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_name": {"name": "from_name", "description": "The 'from' name on the campaign (not an email address).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "google_analytics": {"name": "google_analytics", "description": "The custom slug for Google Analytics tracking (max of 50 bytes).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "inline_css": {"name": "inline_css", "description": "Automatically inline the CSS included with the campaign content.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "long_archive_url": {"name": "long_archive_url", "description": "The original link to the campaign's archive version.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "status": {"name": "status", "description": "The current status of the campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subject_line": {"name": "subject_line", "description": "The subject line for the campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "template_id": {"name": "template_id", "description": "The ID for the template used in this campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "test_size": {"name": "test_size", "description": "The percentage of recipients to send the test combinations to, must be a value between 10 and 100.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timewarp": {"name": "timewarp", "description": "Send this campaign using Timewarpe_this", "meta": {}, "data_type": null, "quote": null, "tags": []}, "to_name": {"name": "to_name", "description": "The campaign's custom 'To' name. Typically the first name merge field.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_ecomm_360": {"name": "track_ecomm_360", "description": "Whether to enable eCommerce360 tracking.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_goals": {"name": "track_goals", "description": "Whether to enable Goal tracking.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_html_clicks": {"name": "track_html_clicks", "description": "Whether to track clicks in the HTML version of the campaign. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_opens": {"name": "track_opens", "description": "Whether to track opens. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_text_clicks": {"name": "track_text_clicks", "description": "Whether to track clicks in the plain-text version of the campaign. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "use_conversation": {"name": "use_conversation", "description": "Use Mailchimp Conversation feature to manage out-of-office replies.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "wait_time": {"name": "wait_time", "description": "The number of minutes to wait before choosing the winning campaign. The value of wait_time must be greater than 0 and in whole hours, specified in minutes.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "winner_criteria": {"name": "winner_criteria", "description": "The combination that performs the best. This may be determined automatically by click rate, open rate, or total revenue\u2014or you may choose manually based on the reporting data you find the most valuable. For Multivariate Campaigns testing send_time, winner_criteria is ignored. For Multivariate Campaigns with 'manual' as the winner_criteria, the winner must be chosen in the Mailchimp web application.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "winning_campaign_id": {"name": "winning_campaign_id", "description": "ID of the campaign that was sent to the remaining recipients based on the winning combination.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "winning_combination_id": {"name": "winning_combination_id", "description": "ID for the winning combination.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "sends": {"name": "sends", "description": "The number of sent emails from campaigns.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "opens": {"name": "opens", "description": "The number of open events from campaign emails. \nThe same email being opened multiple times is included in this metric.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "clicks": {"name": "clicks", "description": "The number of click events from campaign emails. \nThe same email being clicked multiple times is included in this metric.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "unique_opens": {"name": "unique_opens", "description": "The unique number of emails opened from campaign emails. \nIf a given email to a user was opened multiple times, it will only count once in this metric.\nThis is the metric for opens that is reported by Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "unique_clicks": {"name": "unique_clicks", "description": "The unique number of emails clicked from campaign emails. \nIf a given email to a user was clicked multiple times, it will only count once in this metric.\nThis is the metric for clicks that is reported by Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "unsubscribes": {"name": "unsubscribes", "description": "The number of users who have unsubscribed from campaign emails.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp://models/mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "mailchimp": null}, "created_at": 1691524359.830931, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__campaigns`", "raw_code": "with campaigns as (\n\n select *\n from {{ var('campaign')}}\n\n), activities as (\n\n select *\n from {{ ref('int_mailchimp__campaign_activities_by_campaign') }}\n\n), joined as (\n\n select \n campaigns.*,\n coalesce(activities.sends,0) as sends,\n coalesce(activities.opens,0) as opens,\n coalesce(activities.clicks,0) as clicks,\n coalesce(activities.unique_opens,0) as unique_opens,\n coalesce(activities.unique_clicks,0) as unique_clicks,\n coalesce(activities.unsubscribes,0) as unsubscribes\n from campaigns\n left join activities\n on campaigns.campaign_id = activities.campaign_id\n\n)\n\nselect *\nfrom joined", "language": "sql", "refs": [["stg_mailchimp__campaigns"], ["int_mailchimp__campaign_activities_by_campaign"]], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.mailchimp_source.stg_mailchimp__campaigns", "model.mailchimp.int_mailchimp__campaign_activities_by_campaign"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp__campaigns.sql", "compiled": true, "compiled_code": "with campaigns as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__campaigns`\n\n), activities as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__campaign_activities_by_campaign`\n\n), joined as (\n\n select \n campaigns.*,\n coalesce(activities.sends,0) as sends,\n coalesce(activities.opens,0) as opens,\n coalesce(activities.clicks,0) as clicks,\n coalesce(activities.unique_opens,0) as unique_opens,\n coalesce(activities.unique_clicks,0) as unique_clicks,\n coalesce(activities.unsubscribes,0) as unsubscribes\n from campaigns\n left join activities\n on campaigns.campaign_id = activities.campaign_id\n\n)\n\nselect *\nfrom joined", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.mailchimp__campaign_activities": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "mailchimp__campaign_activities", "resource_type": "model", "package_name": "mailchimp", "path": "mailchimp__campaign_activities.sql", "original_file_path": "models/mailchimp__campaign_activities.sql", "unique_id": "model.mailchimp.mailchimp__campaign_activities", "fqn": ["mailchimp", "mailchimp__campaign_activities"], "alias": "mailchimp__campaign_activities", "checksum": {"name": "sha256", "checksum": "9c898f470663635f65ef1f57271229d7a3651644aa6517d7590ab1eaba700bd3"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents an activity taken in relation to a campaign email, enriched with data about when the campaign was sent and the lag between send and the activity.", "columns": {"activity_id": {"name": "activity_id", "description": "The ID of the activity/event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "action_type": {"name": "action_type", "description": "One of the following actions: 'open', 'click', or 'bounce'\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_id": {"name": "campaign_id", "description": "The unique ID for the sent campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member the activity relates to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the list the email was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "activity_timestamp": {"name": "activity_timestamp", "description": "The timestamp when the activity occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The IP address recorded for the action.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "url": {"name": "url", "description": "If the action is a 'click', the URL on which the member clicked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "bounce_type": {"name": "bounce_type", "description": "If the action is a 'bounce', the type of bounce received: 'hard', 'soft'.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "combination_id": {"name": "combination_id", "description": "The ID of the combination the member was part of for a campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_id": {"name": "email_id", "description": "The ID of the email sent. Surrogate key generated in dbt from 'campaign_id' and 'member_id'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "send_timestamp": {"name": "send_timestamp", "description": "The time the campaign was sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "time_since_send_minutes": {"name": "time_since_send_minutes", "description": "The time from send to activity in minutes.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "time_since_send_hours": {"name": "time_since_send_hours", "description": "The time from send to activity in hours.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "time_since_send_days": {"name": "time_since_send_days", "description": "The time from send to activity in days.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp://models/mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "mailchimp": null}, "created_at": 1691524359.8456588, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__campaign_activities`", "raw_code": "with activities as (\n\n select *\n from {{ ref('stg_mailchimp__campaign_activities') }}\n\n), campaigns as (\n\n select *\n from {{ var('campaign') }}\n\n), since_send as (\n\n select \n activities.*,\n campaigns.send_timestamp,\n {{ dbt.datediff('campaigns.send_timestamp','activities.activity_timestamp','minute') }} as time_since_send_minutes,\n {{ dbt.datediff('campaigns.send_timestamp','activities.activity_timestamp','hour') }} as time_since_send_hours,\n {{ dbt.datediff('campaigns.send_timestamp','activities.activity_timestamp','day') }} as time_since_send_days\n from activities\n left join campaigns\n on activities.campaign_id = campaigns.campaign_id\n\n)\n\nselect *\nfrom since_send", "language": "sql", "refs": [["stg_mailchimp__campaign_activities"], ["stg_mailchimp__campaigns"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.datediff"], "nodes": ["model.mailchimp_source.stg_mailchimp__campaign_activities", "model.mailchimp_source.stg_mailchimp__campaigns"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp__campaign_activities.sql", "compiled": true, "compiled_code": "with activities as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__campaign_activities`\n\n), campaigns as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__campaigns`\n\n), since_send as (\n\n select \n activities.*,\n campaigns.send_timestamp,\n \n\n datetime_diff(\n cast(activities.activity_timestamp as datetime),\n cast(campaigns.send_timestamp as datetime),\n minute\n )\n\n as time_since_send_minutes,\n \n\n datetime_diff(\n cast(activities.activity_timestamp as datetime),\n cast(campaigns.send_timestamp as datetime),\n hour\n )\n\n as time_since_send_hours,\n \n\n datetime_diff(\n cast(activities.activity_timestamp as datetime),\n cast(campaigns.send_timestamp as datetime),\n day\n )\n\n as time_since_send_days\n from activities\n left join campaigns\n on activities.campaign_id = campaigns.campaign_id\n\n)\n\nselect *\nfrom since_send", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.mailchimp__campaign_recipients": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "mailchimp__campaign_recipients", "resource_type": "model", "package_name": "mailchimp", "path": "mailchimp__campaign_recipients.sql", "original_file_path": "models/mailchimp__campaign_recipients.sql", "unique_id": "model.mailchimp.mailchimp__campaign_recipients", "fqn": ["mailchimp", "mailchimp__campaign_recipients"], "alias": "mailchimp__campaign_recipients", "checksum": {"name": "sha256", "checksum": "1a411d2360f60f6c56a41550532e6616eb21c306d02bd818e26996d8f06aad68"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents the send of a campaign email, enriched with click, open and unsubscribe metrics.", "columns": {"email_id": {"name": "email_id", "description": "The ID of the email sent. Surrogate key generated in dbt from 'campaign_id' and 'member_id'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_id": {"name": "campaign_id", "description": "The ID of the campaign a sent email is from.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member an email was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "combination_id": {"name": "combination_id", "description": "The ID of the combination the member was part of for a campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the list the campaign was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "segment_id": {"name": "segment_id", "description": "The ID of the segment the campaign was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "opens": {"name": "opens", "description": "The number of open events from campaign emails. \nThe same email being opened multiple times is included in this metric.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "unique_opens": {"name": "unique_opens", "description": "The unique number of emails opened from campaign emails. \nIf a given email to a user was opened multiple times, it will only count once in this metric.\nThis is the metric for opens that is reported by Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "clicks": {"name": "clicks", "description": "The number of click events from campaign emails. \nThe same email being clicked multiple times is included in this metric.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "unique_clicks": {"name": "unique_clicks", "description": "The unique number of emails clicked from campaign emails. \nIf a given email to a user was clicked multiple times, it will only count once in this metric.\nThis is the metric for clicks that is reported by Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "was_opened": {"name": "was_opened", "description": "Whether the email sent was opened.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "was_clicked": {"name": "was_clicked", "description": "Whether the email sent was clicked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "send_timestamp": {"name": "send_timestamp", "description": "The date and time a campaign was sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_open_timestamp": {"name": "first_open_timestamp", "description": "The timestamp of the first open for an email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "time_to_open_minutes": {"name": "time_to_open_minutes", "description": "The time from send to open in minutes.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "time_to_open_hours": {"name": "time_to_open_hours", "description": "The time from send to open in hours.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "time_to_open_days": {"name": "time_to_open_days", "description": "The time from send to open in days.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "was_unsubscribed": {"name": "was_unsubscribed", "description": "Whether the user unsubscribed via the sent email.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp://models/mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "mailchimp": null}, "created_at": 1691524359.8386931, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__campaign_recipients`", "raw_code": "with recipients as (\n \n select *\n from {{ var('campaign_recipient') }}\n\n), activities as (\n\n select *\n from {{ ref('int_mailchimp__campaign_activities_by_email') }}\n\n), unsubscribes as (\n\n select *\n from {{ var('unsubscribe') }}\n\n), campaigns as (\n\n select *\n from {{ var('campaign') }}\n\n), joined as (\n\n select \n recipients.*,\n campaigns.segment_id,\n campaigns.send_timestamp\n from recipients\n left join campaigns\n on recipients.campaign_id = campaigns.campaign_id\n\n), metrics as (\n\n select\n joined.*,\n coalesce(activities.opens,0) as opens,\n coalesce(activities.unique_opens,0) as unique_opens,\n coalesce(activities.clicks,0) as clicks,\n coalesce(activities.unique_clicks,0) as unique_clicks,\n coalesce(activities.was_opened, False) as was_opened,\n coalesce(activities.was_clicked, False) as was_clicked,\n activities.first_open_timestamp,\n activities.time_to_open_minutes,\n activities.time_to_open_hours,\n activities.time_to_open_days\n from joined\n left join activities\n on joined.email_id = activities.email_id\n\n), unsubscribes_xf as (\n\n select \n member_id,\n list_id,\n campaign_id\n from unsubscribes\n group by 1,2,3\n\n), metrics_xf as (\n\n select \n metrics.*,\n case when unsubscribes_xf.member_id is not null then True else False end as was_unsubscribed\n from metrics\n left join unsubscribes_xf\n on metrics.member_id = unsubscribes_xf.member_id\n and metrics.campaign_id = unsubscribes_xf.campaign_id\n and metrics.list_id = unsubscribes_xf.list_id\n\n)\n\nselect * \nfrom metrics_xf", "language": "sql", "refs": [["stg_mailchimp__campaign_recipients"], ["int_mailchimp__campaign_activities_by_email"], ["stg_mailchimp__unsubscribes"], ["stg_mailchimp__campaigns"]], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.mailchimp_source.stg_mailchimp__campaign_recipients", "model.mailchimp.int_mailchimp__campaign_activities_by_email", "model.mailchimp_source.stg_mailchimp__unsubscribes", "model.mailchimp_source.stg_mailchimp__campaigns"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp__campaign_recipients.sql", "compiled": true, "compiled_code": "with recipients as (\n \n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__campaign_recipients`\n\n), activities as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__campaign_activities_by_email`\n\n), unsubscribes as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__unsubscribes`\n\n), campaigns as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__campaigns`\n\n), joined as (\n\n select \n recipients.*,\n campaigns.segment_id,\n campaigns.send_timestamp\n from recipients\n left join campaigns\n on recipients.campaign_id = campaigns.campaign_id\n\n), metrics as (\n\n select\n joined.*,\n coalesce(activities.opens,0) as opens,\n coalesce(activities.unique_opens,0) as unique_opens,\n coalesce(activities.clicks,0) as clicks,\n coalesce(activities.unique_clicks,0) as unique_clicks,\n coalesce(activities.was_opened, False) as was_opened,\n coalesce(activities.was_clicked, False) as was_clicked,\n activities.first_open_timestamp,\n activities.time_to_open_minutes,\n activities.time_to_open_hours,\n activities.time_to_open_days\n from joined\n left join activities\n on joined.email_id = activities.email_id\n\n), unsubscribes_xf as (\n\n select \n member_id,\n list_id,\n campaign_id\n from unsubscribes\n group by 1,2,3\n\n), metrics_xf as (\n\n select \n metrics.*,\n case when unsubscribes_xf.member_id is not null then True else False end as was_unsubscribed\n from metrics\n left join unsubscribes_xf\n on metrics.member_id = unsubscribes_xf.member_id\n and metrics.campaign_id = unsubscribes_xf.campaign_id\n and metrics.list_id = unsubscribes_xf.list_id\n\n)\n\nselect * \nfrom metrics_xf", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.mailchimp__automations": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "mailchimp__automations", "resource_type": "model", "package_name": "mailchimp", "path": "mailchimp__automations.sql", "original_file_path": "models/mailchimp__automations.sql", "unique_id": "model.mailchimp.mailchimp__automations", "fqn": ["mailchimp", "mailchimp__automations"], "alias": "mailchimp__automations", "checksum": {"name": "sha256", "checksum": "f840bd0b805652fd09bb2d81f6f6afba0da4c21532b0331865c415407148debe"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents an automation in Mailchimp, enriched with click, open and unsubscribe metrics. (Enabled if you are using automations.)", "columns": {"automation_id": {"name": "automation_id", "description": "The ID of the automation in Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List an automation was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "segment_id": {"name": "segment_id", "description": "The ID of the Segment an automation was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "segment_text": {"name": "segment_text", "description": "Description of the segment. Formatted as a string marked up with HTML.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "started_timestamp": {"name": "started_timestamp", "description": "The date and time the Automation was started.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time the Automation was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "status": {"name": "status", "description": "The current status of the Automation. Possible Values: save, paused, sending\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the Automation.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "trigger_settings": {"name": "trigger_settings", "description": "Available triggers for Automation workflows.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "sends": {"name": "sends", "description": "The number of sent emails from automations.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "opens": {"name": "opens", "description": "The number of open events from automation emails. \nThe same email being opened multiple times is included in this metric.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "clicks": {"name": "clicks", "description": "The number of click events from automation emails. \nThe same email being clicked multiple times is included in this metric.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "unique_opens": {"name": "unique_opens", "description": "The unique number of emails opened from automation emails. \nIf a given email to a user was opened multiple times, it will only count once in this metric.\nThis is the metric for opens that is reported by Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "unique_clicks": {"name": "unique_clicks", "description": "The unique number of emails clicked from automation emails. \nIf a given email to a user was clicked multiple times, it will only count once in this metric.\nThis is the metric for clicks that is reported by Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "unsubscribes": {"name": "unsubscribes", "description": "The number of users who have unsubscribed from automation emails.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp://models/mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "enabled": true, "mailchimp": null}, "created_at": 1691524359.856171, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__automations`", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nwith automations as (\n\n select *\n from {{ var('automation')}}\n\n), activities as (\n\n select *\n from {{ ref('int_mailchimp__automation_activities_by_automation') }}\n\n), joined as (\n\n select \n automations.*,\n coalesce(activities.sends,0) as sends,\n coalesce(activities.opens,0) as opens,\n coalesce(activities.clicks,0) as clicks,\n coalesce(activities.unique_opens,0) as unique_opens,\n coalesce(activities.unique_clicks,0) as unique_clicks,\n coalesce(activities.unsubscribes,0) as unsubscribes\n from automations\n left join activities\n on automations.automation_id = activities.automation_id\n\n)\n\nselect *\nfrom joined", "language": "sql", "refs": [["stg_mailchimp__automations"], ["int_mailchimp__automation_activities_by_automation"]], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.mailchimp_source.stg_mailchimp__automations", "model.mailchimp.int_mailchimp__automation_activities_by_automation"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp__automations.sql", "compiled": true, "compiled_code": "\n\nwith automations as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automations`\n\n), activities as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_activities_by_automation`\n\n), joined as (\n\n select \n automations.*,\n coalesce(activities.sends,0) as sends,\n coalesce(activities.opens,0) as opens,\n coalesce(activities.clicks,0) as clicks,\n coalesce(activities.unique_opens,0) as unique_opens,\n coalesce(activities.unique_clicks,0) as unique_clicks,\n coalesce(activities.unsubscribes,0) as unsubscribes\n from automations\n left join activities\n on automations.automation_id = activities.automation_id\n\n)\n\nselect *\nfrom joined", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.mailchimp__automation_emails": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "mailchimp__automation_emails", "resource_type": "model", "package_name": "mailchimp", "path": "mailchimp__automation_emails.sql", "original_file_path": "models/mailchimp__automation_emails.sql", "unique_id": "model.mailchimp.mailchimp__automation_emails", "fqn": ["mailchimp", "mailchimp__automation_emails"], "alias": "mailchimp__automation_emails", "checksum": {"name": "sha256", "checksum": "aaf2554526f64bec3baf3a9da0b280a42a10f4e9001b39cb9fda3091fdd0add5"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents an automation email (that make up automations), enriched with click, open and unsubscribe metrics. (Enabled if you are using automations.)", "columns": {"automation_email_id": {"name": "automation_email_id", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_id": {"name": "automation_id", "description": "The ID of the automation an email relates to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time the automation email was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "started_timestamp": {"name": "started_timestamp", "description": "The date and time the automation email was started.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "send_timestamp": {"name": "send_timestamp", "description": "The date and time the automation email was sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_name": {"name": "from_name", "description": "The 'from' name on the automation email (not an email address).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reply_to": {"name": "reply_to", "description": "The reply-to email address for the automation.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "status": {"name": "status", "description": "The current status of the automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subject_line": {"name": "subject_line", "description": "The subject line for the automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "to_name": {"name": "to_name", "description": "The automation email's custom 'To' name. Typically the first name merge field.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "archive_url": {"name": "archive_url", "description": "The link to the automation email's archive version in ISO 8601 format.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "authenticate": {"name": "authenticate", "description": "Whether Mailchimp authenticated the automation email. Defaults to true.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "auto_footer": {"name": "auto_footer", "description": "Automatically append Mailchimp's default footer to the automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "auto_tweet": {"name": "auto_tweet", "description": "Automatically tweet a link to the automation email archive page when the automation email is sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "clicktale": {"name": "clicktale", "description": "The custom slug for ClickTale tracking (max of 50 bytes).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "content_type": {"name": "content_type", "description": "How the automation email's content is put together ('template', 'drag_and_drop', 'html', 'url').", "meta": {}, "data_type": null, "quote": null, "tags": []}, "delay_action": {"name": "delay_action", "description": "The action that triggers the delay of an Automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "delay_action_description": {"name": "delay_action_description", "description": "The user-friendly description of the action that triggers an Automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "delay_amount": {"name": "delay_amount", "description": "The delay amount for an Automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "delay_direction": {"name": "delay_direction", "description": "Whether the delay settings describe before or after the delay action of an Automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "delay_full_description": {"name": "delay_full_description", "description": "The user-friendly description of the delay and trigger action settings for an Automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "delay_type": {"name": "delay_type", "description": "The type of delay for an Automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "drag_and_drop": {"name": "drag_and_drop", "description": "Whether the automation email uses the drag-and-drop editor.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "fb_comments": {"name": "fb_comments", "description": "Allows Facebook comments on the automation email (also force-enables the Campaign Archive toolbar). Defaults to true.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "folder_id": {"name": "folder_id", "description": "If the automation email is listed in a folder, the ID for that folder.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "google_analytics": {"name": "google_analytics", "description": "The custom slug for Google Analytics tracking (max of 50 bytes).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "inline_css": {"name": "inline_css", "description": "Automatically inline the CSS included with the automation email content.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "position": {"name": "position", "description": "The position of an Automation email in a workflow.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "template_id": {"name": "template_id", "description": "The ID for the template used in this automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timewarp": {"name": "timewarp", "description": "Send this automation email using Timewarpe_this", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_ecomm_360": {"name": "track_ecomm_360", "description": "Whether to enable eCommerce360 tracking.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_goals": {"name": "track_goals", "description": "Whether to enable Goal tracking.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_html_clicks": {"name": "track_html_clicks", "description": "Whether to track clicks in the HTML version of the automation email. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_opens": {"name": "track_opens", "description": "Whether to track opens. Defaults to true. Cannot be set to false for variate automation emails.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_text_clicks": {"name": "track_text_clicks", "description": "Whether to track clicks in the plain-text version of the automation email. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "use_conversation": {"name": "use_conversation", "description": "Use Mailchimp Conversation feature to manage out-of-office replies.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List this automation email is being sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "segment_id": {"name": "segment_id", "description": "The ID of the Segment this automation email is being sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "sends": {"name": "sends", "description": "The number of sent emails from automations.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "opens": {"name": "opens", "description": "The number of open events from automation emails. \nThe same email being opened multiple times is included in this metric.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "unique_opens": {"name": "unique_opens", "description": "The unique number of emails opened from automation emails. \nIf a given email to a user was opened multiple times, it will only count once in this metric.\nThis is the metric for opens that is reported by Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "clicks": {"name": "clicks", "description": "The number of click events from automation emails. \nThe same email being clicked multiple times is included in this metric.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "unique_clicks": {"name": "unique_clicks", "description": "The unique number of emails clicked from automation emails. \nIf a given email to a user was clicked multiple times, it will only count once in this metric.\nThis is the metric for clicks that is reported by Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "unsubscribes": {"name": "unsubscribes", "description": "The number of users who have unsubscribed from automation emails.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp://models/mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "enabled": true, "mailchimp": null}, "created_at": 1691524359.8831549, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__automation_emails`", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nwith emails as (\n\n select *\n from {{ var('automation_email') }}\n\n), activities as (\n\n select *\n from {{ ref('int_mailchimp__automation_activities_by_email') }}\n\n), automations as (\n\n select *\n from {{ var('automation') }}\n\n), joined as (\n\n select \n emails.*,\n automations.list_id,\n automations.segment_id\n from emails\n left join automations\n on emails.automation_id = automations.automation_id\n\n), metrics as (\n\n select\n joined.*,\n coalesce(activities.sends, 0) as sends,\n coalesce(activities.opens, 0) as opens,\n coalesce(activities.clicks, 0) as clicks,\n coalesce(activities.unique_opens, 0) as unique_opens,\n coalesce(activities.unique_clicks, 0) as unique_clicks,\n coalesce(activities.unsubscribes, 0) as unsubscribes\n from joined\n left join activities\n on joined.automation_email_id = activities.automation_email_id\n\n)\n\nselect * \nfrom metrics", "language": "sql", "refs": [["stg_mailchimp__automation_emails"], ["int_mailchimp__automation_activities_by_email"], ["stg_mailchimp__automations"]], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.mailchimp_source.stg_mailchimp__automation_emails", "model.mailchimp.int_mailchimp__automation_activities_by_email", "model.mailchimp_source.stg_mailchimp__automations"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp__automation_emails.sql", "compiled": true, "compiled_code": "\n\nwith emails as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automation_emails`\n\n), activities as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_activities_by_email`\n\n), automations as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automations`\n\n), joined as (\n\n select \n emails.*,\n automations.list_id,\n automations.segment_id\n from emails\n left join automations\n on emails.automation_id = automations.automation_id\n\n), metrics as (\n\n select\n joined.*,\n coalesce(activities.sends, 0) as sends,\n coalesce(activities.opens, 0) as opens,\n coalesce(activities.clicks, 0) as clicks,\n coalesce(activities.unique_opens, 0) as unique_opens,\n coalesce(activities.unique_clicks, 0) as unique_clicks,\n coalesce(activities.unsubscribes, 0) as unsubscribes\n from joined\n left join activities\n on joined.automation_email_id = activities.automation_email_id\n\n)\n\nselect * \nfrom metrics", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.mailchimp__segments": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "mailchimp__segments", "resource_type": "model", "package_name": "mailchimp", "path": "mailchimp__segments.sql", "original_file_path": "models/mailchimp__segments.sql", "unique_id": "model.mailchimp.mailchimp__segments", "fqn": ["mailchimp", "mailchimp__segments"], "alias": "mailchimp__segments", "checksum": {"name": "sha256", "checksum": "c15c826314f1107b79343a2d65e537b4413a3206773c1f4a841768a124647585"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a segment in Mailchimp, enriched with campaign metrics and (optionally) automation metrics. (Enabled if you are using segments.)", "columns": {"segment_id": {"name": "segment_id", "description": "The ID for the Segment from Mailchimp", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List the segment is part of.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_name": {"name": "list_name", "description": "The name of the List the segment is part of.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "member_count": {"name": "member_count", "description": "The number of members in the segment.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "segment_name": {"name": "segment_name", "description": "The name of the segment.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "segment_type": {"name": "segment_type", "description": "The type of segment", "meta": {}, "data_type": null, "quote": null, "tags": []}, "updated_timestamp": {"name": "updated_timestamp", "description": "The date and time the segment was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time the segment was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_sends": {"name": "campaign_sends", "description": "The number of sent emails from campaigns.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_opens": {"name": "campaign_opens", "description": "The number of open events from campaign emails. \nThe same email being opened multiple times is included in this metric.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_clicks": {"name": "campaign_clicks", "description": "The number of click events from campaign emails. \nThe same email being clicked multiple times is included in this metric.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_unique_opens": {"name": "campaign_unique_opens", "description": "The unique number of emails opened from campaign emails. \nIf a given email to a user was opened multiple times, it will only count once in this metric.\nThis is the metric for opens that is reported by Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_unique_clicks": {"name": "campaign_unique_clicks", "description": "The unique number of emails clicked from campaign emails. \nIf a given email to a user was clicked multiple times, it will only count once in this metric.\nThis is the metric for clicks that is reported by Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_unsubscribes": {"name": "campaign_unsubscribes", "description": "The number of users who have unsubscribed from campaign emails.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_sends": {"name": "automation_sends", "description": "The number of sent emails from automations.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_opens": {"name": "automation_opens", "description": "The number of open events from automation emails. \nThe same email being opened multiple times is included in this metric.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_clicks": {"name": "automation_clicks", "description": "The number of click events from automation emails. \nThe same email being clicked multiple times is included in this metric.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_unique_opens": {"name": "automation_unique_opens", "description": "The unique number of emails opened from automation emails. \nIf a given email to a user was opened multiple times, it will only count once in this metric.\nThis is the metric for opens that is reported by Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_unique_clicks": {"name": "automation_unique_clicks", "description": "The unique number of emails clicked from automation emails. \nIf a given email to a user was clicked multiple times, it will only count once in this metric.\nThis is the metric for clicks that is reported by Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_unsubscribes": {"name": "automation_unsubscribes", "description": "The number of users who have unsubscribed from automation emails.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp://models/mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "enabled": true, "mailchimp": null}, "created_at": 1691524359.8993878, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__segments`", "raw_code": "{{ config(enabled=var('mailchimp_using_segments', True)) }}\n\nwith segments as (\n\n select *\n from {{ var('mailchimp_segment')}}\n\n), campaign_activities as (\n\n select *\n from {{ ref('int_mailchimp__campaign_activities_by_segment') }}\n\n), lists as (\n\n select *\n from {{ var('list')}}\n\n), metrics as (\n\n select \n segments.*,\n coalesce(campaign_activities.sends,0) as campaign_sends,\n coalesce(campaign_activities.opens,0) as campaign_opens,\n coalesce(campaign_activities.clicks,0) as campaign_clicks,\n coalesce(campaign_activities.unique_opens,0) as campaign_unique_opens,\n coalesce(campaign_activities.unique_clicks,0) as campaign_unique_clicks,\n coalesce(campaign_activities.unsubscribes,0) as campaign_unsubscribes,\n lists.name as list_name\n\n from segments\n left join campaign_activities\n on segments.segment_id = campaign_activities.segment_id\n left join lists \n on segments.list_id = lists.list_id\n\n{% if var('mailchimp_using_automations', True) %}\n\n), automation_activities as (\n\n select *\n from {{ ref('int_mailchimp__automation_activities_by_segment') }}\n\n), metrics_xf as (\n\n select \n metrics.*,\n coalesce(automation_activities.sends,0) as automation_sends,\n coalesce(automation_activities.opens,0) as automation_opens,\n coalesce(automation_activities.clicks,0) as automation_clicks,\n coalesce(automation_activities.unique_opens,0) as automation_unique_opens,\n coalesce(automation_activities.unique_clicks,0) as automation_unique_clicks,\n coalesce(automation_activities.unsubscribes,0) as automation_unsubscribes\n from metrics\n left join automation_activities\n on metrics.segment_id = automation_activities.segment_id\n\n)\n\nselect *\nfrom metrics_xf\n\n{% else %}\n\n)\n\nselect *\nfrom metrics \n\n{% endif %}", "language": "sql", "refs": [["stg_mailchimp__segments"], ["int_mailchimp__campaign_activities_by_segment"], ["stg_mailchimp__lists"], ["int_mailchimp__automation_activities_by_segment"]], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.mailchimp_source.stg_mailchimp__segments", "model.mailchimp.int_mailchimp__campaign_activities_by_segment", "model.mailchimp_source.stg_mailchimp__lists", "model.mailchimp.int_mailchimp__automation_activities_by_segment"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp__segments.sql", "compiled": true, "compiled_code": "\n\nwith segments as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__segments`\n\n), campaign_activities as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__campaign_activities_by_segment`\n\n), lists as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__lists`\n\n), metrics as (\n\n select \n segments.*,\n coalesce(campaign_activities.sends,0) as campaign_sends,\n coalesce(campaign_activities.opens,0) as campaign_opens,\n coalesce(campaign_activities.clicks,0) as campaign_clicks,\n coalesce(campaign_activities.unique_opens,0) as campaign_unique_opens,\n coalesce(campaign_activities.unique_clicks,0) as campaign_unique_clicks,\n coalesce(campaign_activities.unsubscribes,0) as campaign_unsubscribes,\n lists.name as list_name\n\n from segments\n left join campaign_activities\n on segments.segment_id = campaign_activities.segment_id\n left join lists \n on segments.list_id = lists.list_id\n\n\n\n), automation_activities as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_activities_by_segment`\n\n), metrics_xf as (\n\n select \n metrics.*,\n coalesce(automation_activities.sends,0) as automation_sends,\n coalesce(automation_activities.opens,0) as automation_opens,\n coalesce(automation_activities.clicks,0) as automation_clicks,\n coalesce(automation_activities.unique_opens,0) as automation_unique_opens,\n coalesce(automation_activities.unique_clicks,0) as automation_unique_clicks,\n coalesce(automation_activities.unsubscribes,0) as automation_unsubscribes\n from metrics\n left join automation_activities\n on metrics.segment_id = automation_activities.segment_id\n\n)\n\nselect *\nfrom metrics_xf\n\n", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.int_mailchimp__automation_activities_by_member": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__automation_activities_by_member", "resource_type": "model", "package_name": "mailchimp", "path": "intermediate/int_mailchimp__automation_activities_by_member.sql", "original_file_path": "models/intermediate/int_mailchimp__automation_activities_by_member.sql", "unique_id": "model.mailchimp.int_mailchimp__automation_activities_by_member", "fqn": ["mailchimp", "intermediate", "int_mailchimp__automation_activities_by_member"], "alias": "int_mailchimp__automation_activities_by_member", "checksum": {"name": "sha256", "checksum": "c3b793973860753d99a64c8a6469f3f8876f9825339246bc24ac9d1495a7fe07"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "enabled": true, "mailchimp": null}, "created_at": 1691524359.404279, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_activities_by_member`", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nwith activities as (\n\n select *\n from {{ ref('mailchimp__automation_activities')}}\n\n), recipients as (\n\n select *\n from {{ ref('int_mailchimp__automation_recipients') }}\n\n), unsubscribes as (\n\n select *\n from {{ ref('int_mailchimp__automation_unsubscribes') }}\n\n\n-- aggregate automation opens and clicks by member\n\n), pivoted as (\n\n select \n member_id,\n list_id,\n automation_email_id,\n sum(case when action_type = 'open' then 1 end) as opens,\n sum(case when action_type = 'click' then 1 end) as clicks, \n count(distinct case when action_type = 'open' then member_id end) as unique_opens, \n count(distinct case when action_type = 'click' then member_id end) as unique_clicks\n from activities\n group by 1,2,3\n\n), sends as (\n\n select\n member_id,\n list_id,\n automation_email_id,\n count(*) as sends\n from recipients\n group by 1,2,3\n\n), unsubscribes_xf as (\n\n select\n member_id,\n list_id,\n campaign_id,\n count(*) as unsubscribes\n from unsubscribes\n group by 1,2,3\n\n), joined as (\n\n select\n coalesce(sends.member_id, pivoted.member_id, unsubscribes_xf.member_id) as member_id,\n pivoted.list_id,\n pivoted.automation_email_id,\n pivoted.opens,\n pivoted.clicks,\n pivoted.unique_opens,\n pivoted.unique_clicks,\n sends.sends,\n unsubscribes_xf.unsubscribes\n from sends\n left join pivoted\n on pivoted.member_id = sends.member_id\n and pivoted.list_id = sends.list_id\n left join unsubscribes_xf\n on unsubscribes_xf.member_id = sends.member_id\n and unsubscribes_xf.list_id = sends.list_id\n\n)\n\nselect *\nfrom joined", "language": "sql", "refs": [["mailchimp__automation_activities"], ["int_mailchimp__automation_recipients"], ["int_mailchimp__automation_unsubscribes"]], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.mailchimp.mailchimp__automation_activities", "model.mailchimp.int_mailchimp__automation_recipients", "model.mailchimp.int_mailchimp__automation_unsubscribes"]}, "compiled_path": "target/compiled/mailchimp/models/intermediate/int_mailchimp__automation_activities_by_member.sql", "compiled": true, "compiled_code": "\n\nwith activities as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__automation_activities`\n\n), recipients as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_recipients`\n\n), unsubscribes as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_unsubscribes`\n\n\n-- aggregate automation opens and clicks by member\n\n), pivoted as (\n\n select \n member_id,\n list_id,\n automation_email_id,\n sum(case when action_type = 'open' then 1 end) as opens,\n sum(case when action_type = 'click' then 1 end) as clicks, \n count(distinct case when action_type = 'open' then member_id end) as unique_opens, \n count(distinct case when action_type = 'click' then member_id end) as unique_clicks\n from activities\n group by 1,2,3\n\n), sends as (\n\n select\n member_id,\n list_id,\n automation_email_id,\n count(*) as sends\n from recipients\n group by 1,2,3\n\n), unsubscribes_xf as (\n\n select\n member_id,\n list_id,\n campaign_id,\n count(*) as unsubscribes\n from unsubscribes\n group by 1,2,3\n\n), joined as (\n\n select\n coalesce(sends.member_id, pivoted.member_id, unsubscribes_xf.member_id) as member_id,\n pivoted.list_id,\n pivoted.automation_email_id,\n pivoted.opens,\n pivoted.clicks,\n pivoted.unique_opens,\n pivoted.unique_clicks,\n sends.sends,\n unsubscribes_xf.unsubscribes\n from sends\n left join pivoted\n on pivoted.member_id = sends.member_id\n and pivoted.list_id = sends.list_id\n left join unsubscribes_xf\n on unsubscribes_xf.member_id = sends.member_id\n and unsubscribes_xf.list_id = sends.list_id\n\n)\n\nselect *\nfrom joined", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.int_mailchimp__members_by_list": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__members_by_list", "resource_type": "model", "package_name": "mailchimp", "path": "intermediate/int_mailchimp__members_by_list.sql", "original_file_path": "models/intermediate/int_mailchimp__members_by_list.sql", "unique_id": "model.mailchimp.int_mailchimp__members_by_list", "fqn": ["mailchimp", "intermediate", "int_mailchimp__members_by_list"], "alias": "int_mailchimp__members_by_list", "checksum": {"name": "sha256", "checksum": "24d58444ec10913bf4231cc95d22748734e620e0553935cb44c8c2d0eeb1dadc"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "mailchimp": null}, "created_at": 1691524359.414141, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__members_by_list`", "raw_code": "with members as (\n\n select *\n from {{ ref('mailchimp__members') }}\n\n), by_list as (\n\n select \n list_id,\n count(*) as count_members,\n max(signup_timestamp) as most_recent_signup_timestamp\n from members \n group by 1\n\n)\n\nselect *\nfrom by_list", "language": "sql", "refs": [["mailchimp__members"]], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.mailchimp.mailchimp__members"]}, "compiled_path": "target/compiled/mailchimp/models/intermediate/int_mailchimp__members_by_list.sql", "compiled": true, "compiled_code": "with members as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__members`\n\n), by_list as (\n\n select \n list_id,\n count(*) as count_members,\n max(signup_timestamp) as most_recent_signup_timestamp\n from members \n group by 1\n\n)\n\nselect *\nfrom by_list", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.int_mailchimp__automation_activities_by_list": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__automation_activities_by_list", "resource_type": "model", "package_name": "mailchimp", "path": "intermediate/int_mailchimp__automation_activities_by_list.sql", "original_file_path": "models/intermediate/int_mailchimp__automation_activities_by_list.sql", "unique_id": "model.mailchimp.int_mailchimp__automation_activities_by_list", "fqn": ["mailchimp", "intermediate", "int_mailchimp__automation_activities_by_list"], "alias": "int_mailchimp__automation_activities_by_list", "checksum": {"name": "sha256", "checksum": "4c8491edd2c8e62518adc662d4d46e0edc60d6510518a32ee8db018cf25ac768"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "enabled": true, "mailchimp": null}, "created_at": 1691524359.417419, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_activities_by_list`", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nwith activities as (\n\n select *\n from {{ ref('mailchimp__automation_activities')}}\n\n), recipients as (\n\n select *\n from {{ ref('int_mailchimp__automation_recipients') }}\n\n), unsubscribes as (\n\n select *\n from {{ ref('int_mailchimp__automation_unsubscribes') }}\n\n\n-- aggregate automation opens and clicks by list\n\n), pivoted as (\n\n select \n list_id,\n sum(case when action_type = 'open' then 1 end) as opens,\n sum(case when action_type = 'click' then 1 end) as clicks, \n count(distinct case when action_type = 'open' then member_id end) as unique_opens, \n count(distinct case when action_type = 'click' then member_id end) as unique_clicks\n from activities\n group by 1\n\n), sends as (\n\n select\n list_id,\n count(*) as sends\n from recipients\n group by 1\n\n), unsubscribes_xf as (\n\n select\n list_id,\n count(*) as unsubscribes\n from unsubscribes\n group by 1\n\n), joined as (\n\n select\n coalesce(sends.list_id, pivoted.list_id, unsubscribes_xf.list_id) as list_id,\n pivoted.opens,\n pivoted.clicks,\n pivoted.unique_opens,\n pivoted.unique_clicks,\n sends.sends,\n unsubscribes_xf.unsubscribes\n from sends\n left join pivoted\n on pivoted.list_id = sends.list_id\n full outer join unsubscribes_xf\n on pivoted.list_id = unsubscribes_xf.list_id\n\n)\n\nselect *\nfrom joined", "language": "sql", "refs": [["mailchimp__automation_activities"], ["int_mailchimp__automation_recipients"], ["int_mailchimp__automation_unsubscribes"]], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.mailchimp.mailchimp__automation_activities", "model.mailchimp.int_mailchimp__automation_recipients", "model.mailchimp.int_mailchimp__automation_unsubscribes"]}, "compiled_path": "target/compiled/mailchimp/models/intermediate/int_mailchimp__automation_activities_by_list.sql", "compiled": true, "compiled_code": "\n\nwith activities as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__automation_activities`\n\n), recipients as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_recipients`\n\n), unsubscribes as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_unsubscribes`\n\n\n-- aggregate automation opens and clicks by list\n\n), pivoted as (\n\n select \n list_id,\n sum(case when action_type = 'open' then 1 end) as opens,\n sum(case when action_type = 'click' then 1 end) as clicks, \n count(distinct case when action_type = 'open' then member_id end) as unique_opens, \n count(distinct case when action_type = 'click' then member_id end) as unique_clicks\n from activities\n group by 1\n\n), sends as (\n\n select\n list_id,\n count(*) as sends\n from recipients\n group by 1\n\n), unsubscribes_xf as (\n\n select\n list_id,\n count(*) as unsubscribes\n from unsubscribes\n group by 1\n\n), joined as (\n\n select\n coalesce(sends.list_id, pivoted.list_id, unsubscribes_xf.list_id) as list_id,\n pivoted.opens,\n pivoted.clicks,\n pivoted.unique_opens,\n pivoted.unique_clicks,\n sends.sends,\n unsubscribes_xf.unsubscribes\n from sends\n left join pivoted\n on pivoted.list_id = sends.list_id\n full outer join unsubscribes_xf\n on pivoted.list_id = unsubscribes_xf.list_id\n\n)\n\nselect *\nfrom joined", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.int_mailchimp__campaign_activities_by_list": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__campaign_activities_by_list", "resource_type": "model", "package_name": "mailchimp", "path": "intermediate/int_mailchimp__campaign_activities_by_list.sql", "original_file_path": "models/intermediate/int_mailchimp__campaign_activities_by_list.sql", "unique_id": "model.mailchimp.int_mailchimp__campaign_activities_by_list", "fqn": ["mailchimp", "intermediate", "int_mailchimp__campaign_activities_by_list"], "alias": "int_mailchimp__campaign_activities_by_list", "checksum": {"name": "sha256", "checksum": "60daae7c38b56f8e7c56af7e9cff177fb5ee9da88ab8e68fa16567c7f0abcfdc"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "mailchimp": null}, "created_at": 1691524359.4260218, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__campaign_activities_by_list`", "raw_code": "with recipients as (\n\n select *\n from {{ ref('mailchimp__campaign_recipients')}}\n\n), pivoted as (\n\n select \n list_id,\n count(*) as sends,\n sum(opens) as opens,\n sum(clicks) as clicks,\n count(distinct case when was_opened = True then member_id end) as unique_opens,\n count(distinct case when was_clicked = True then member_id end) as unique_clicks,\n count(distinct case when was_unsubscribed = True then member_id end) as unsubscribes\n from recipients\n group by 1\n \n)\n\nselect *\nfrom pivoted", "language": "sql", "refs": [["mailchimp__campaign_recipients"]], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.mailchimp.mailchimp__campaign_recipients"]}, "compiled_path": "target/compiled/mailchimp/models/intermediate/int_mailchimp__campaign_activities_by_list.sql", "compiled": true, "compiled_code": "with recipients as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__campaign_recipients`\n\n), pivoted as (\n\n select \n list_id,\n count(*) as sends,\n sum(opens) as opens,\n sum(clicks) as clicks,\n count(distinct case when was_opened = True then member_id end) as unique_opens,\n count(distinct case when was_clicked = True then member_id end) as unique_clicks,\n count(distinct case when was_unsubscribed = True then member_id end) as unsubscribes\n from recipients\n group by 1\n \n)\n\nselect *\nfrom pivoted", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.int_mailchimp__campaign_activities_by_member": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__campaign_activities_by_member", "resource_type": "model", "package_name": "mailchimp", "path": "intermediate/int_mailchimp__campaign_activities_by_member.sql", "original_file_path": "models/intermediate/int_mailchimp__campaign_activities_by_member.sql", "unique_id": "model.mailchimp.int_mailchimp__campaign_activities_by_member", "fqn": ["mailchimp", "intermediate", "int_mailchimp__campaign_activities_by_member"], "alias": "int_mailchimp__campaign_activities_by_member", "checksum": {"name": "sha256", "checksum": "71ffcbeab83276c6f5cb4eaecaa16a5a4278be6bc47cafa7fe17a01a0e244c2e"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "mailchimp": null}, "created_at": 1691524359.429486, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__campaign_activities_by_member`", "raw_code": "with recipients as (\n\n select *\n from {{ ref('mailchimp__campaign_recipients')}}\n\n), pivoted as (\n\n select \n member_id,\n list_id,\n count(*) as sends,\n sum(opens) as opens,\n sum(clicks) as clicks,\n count(distinct case when was_opened = True then member_id end) as unique_opens,\n count(distinct case when was_clicked = True then member_id end) as unique_clicks,\n count(distinct case when was_unsubscribed = True then member_id end) as unsubscribes\n from recipients\n group by 1,2\n \n)\n\nselect *\nfrom pivoted", "language": "sql", "refs": [["mailchimp__campaign_recipients"]], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.mailchimp.mailchimp__campaign_recipients"]}, "compiled_path": "target/compiled/mailchimp/models/intermediate/int_mailchimp__campaign_activities_by_member.sql", "compiled": true, "compiled_code": "with recipients as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__campaign_recipients`\n\n), pivoted as (\n\n select \n member_id,\n list_id,\n count(*) as sends,\n sum(opens) as opens,\n sum(clicks) as clicks,\n count(distinct case when was_opened = True then member_id end) as unique_opens,\n count(distinct case when was_clicked = True then member_id end) as unique_clicks,\n count(distinct case when was_unsubscribed = True then member_id end) as unsubscribes\n from recipients\n group by 1,2\n \n)\n\nselect *\nfrom pivoted", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.int_mailchimp__campaign_activities_by_segment": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__campaign_activities_by_segment", "resource_type": "model", "package_name": "mailchimp", "path": "intermediate/int_mailchimp__campaign_activities_by_segment.sql", "original_file_path": "models/intermediate/int_mailchimp__campaign_activities_by_segment.sql", "unique_id": "model.mailchimp.int_mailchimp__campaign_activities_by_segment", "fqn": ["mailchimp", "intermediate", "int_mailchimp__campaign_activities_by_segment"], "alias": "int_mailchimp__campaign_activities_by_segment", "checksum": {"name": "sha256", "checksum": "16906edebc87c9092d1e7f5a45ce744e192f1327225f3fc669cad50a157f773b"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "enabled": true, "mailchimp": null}, "created_at": 1691524359.432804, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__campaign_activities_by_segment`", "raw_code": "{{ config(enabled=var('mailchimp_using_segments', True)) }}\n\nwith recipients as (\n\n select *\n from {{ ref('mailchimp__campaign_recipients')}}\n\n), pivoted as (\n\n select \n segment_id,\n count(*) as sends,\n sum(opens) as opens,\n sum(clicks) as clicks,\n count(distinct case when was_opened = True then member_id end) as unique_opens,\n count(distinct case when was_clicked = True then member_id end) as unique_clicks,\n count(distinct case when was_unsubscribed = True then member_id end) as unsubscribes\n from recipients\n where segment_id is not null\n group by 1\n \n)\n\nselect *\nfrom pivoted", "language": "sql", "refs": [["mailchimp__campaign_recipients"]], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.mailchimp.mailchimp__campaign_recipients"]}, "compiled_path": "target/compiled/mailchimp/models/intermediate/int_mailchimp__campaign_activities_by_segment.sql", "compiled": true, "compiled_code": "\n\nwith recipients as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__campaign_recipients`\n\n), pivoted as (\n\n select \n segment_id,\n count(*) as sends,\n sum(opens) as opens,\n sum(clicks) as clicks,\n count(distinct case when was_opened = True then member_id end) as unique_opens,\n count(distinct case when was_clicked = True then member_id end) as unique_clicks,\n count(distinct case when was_unsubscribed = True then member_id end) as unsubscribes\n from recipients\n where segment_id is not null\n group by 1\n \n)\n\nselect *\nfrom pivoted", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.int_mailchimp__automation_activities_by_automation": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__automation_activities_by_automation", "resource_type": "model", "package_name": "mailchimp", "path": "intermediate/int_mailchimp__automation_activities_by_automation.sql", "original_file_path": "models/intermediate/int_mailchimp__automation_activities_by_automation.sql", "unique_id": "model.mailchimp.int_mailchimp__automation_activities_by_automation", "fqn": ["mailchimp", "intermediate", "int_mailchimp__automation_activities_by_automation"], "alias": "int_mailchimp__automation_activities_by_automation", "checksum": {"name": "sha256", "checksum": "799bf38de6834f696276456d34a8078ea36d74b4e5651c26ebf86a56e09e4838"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "enabled": true, "mailchimp": null}, "created_at": 1691524359.440715, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_activities_by_automation`", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nwith activities as (\n\n select *\n from {{ ref('mailchimp__automation_activities')}}\n\n), recipients as (\n\n select *\n from {{ ref('int_mailchimp__automation_recipients') }}\n\n), unsubscribes as (\n\n select *\n from {{ ref('int_mailchimp__automation_unsubscribes') }}\n\n\n-- aggregate automation opens and clicks by automation\n\n), pivoted as (\n\n select \n automation_id,\n sum(case when action_type = 'open' then 1 end) as opens,\n sum(case when action_type = 'click' then 1 end) as clicks, \n count(distinct case when action_type = 'open' then member_id end) as unique_opens, \n count(distinct case when action_type = 'click' then member_id end) as unique_clicks\n from activities\n group by 1\n\n), sends as (\n\n select\n automation_id,\n count(*) as sends\n from recipients\n group by 1\n\n), unsubscribes_xf as (\n\n select\n automation_id,\n count(*) as unsubscribes\n from unsubscribes\n group by 1\n\n), joined as (\n\n select\n coalesce(sends.automation_id, pivoted.automation_id, unsubscribes_xf.automation_id) as automation_id,\n pivoted.opens,\n pivoted.clicks,\n pivoted.unique_opens,\n pivoted.unique_clicks,\n sends.sends,\n unsubscribes_xf.unsubscribes\n from sends\n left join pivoted\n on pivoted.automation_id = sends.automation_id\n full outer join unsubscribes_xf\n on pivoted.automation_id = unsubscribes_xf.automation_id\n\n)\n\nselect *\nfrom joined", "language": "sql", "refs": [["mailchimp__automation_activities"], ["int_mailchimp__automation_recipients"], ["int_mailchimp__automation_unsubscribes"]], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.mailchimp.mailchimp__automation_activities", "model.mailchimp.int_mailchimp__automation_recipients", "model.mailchimp.int_mailchimp__automation_unsubscribes"]}, "compiled_path": "target/compiled/mailchimp/models/intermediate/int_mailchimp__automation_activities_by_automation.sql", "compiled": true, "compiled_code": "\n\nwith activities as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__automation_activities`\n\n), recipients as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_recipients`\n\n), unsubscribes as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_unsubscribes`\n\n\n-- aggregate automation opens and clicks by automation\n\n), pivoted as (\n\n select \n automation_id,\n sum(case when action_type = 'open' then 1 end) as opens,\n sum(case when action_type = 'click' then 1 end) as clicks, \n count(distinct case when action_type = 'open' then member_id end) as unique_opens, \n count(distinct case when action_type = 'click' then member_id end) as unique_clicks\n from activities\n group by 1\n\n), sends as (\n\n select\n automation_id,\n count(*) as sends\n from recipients\n group by 1\n\n), unsubscribes_xf as (\n\n select\n automation_id,\n count(*) as unsubscribes\n from unsubscribes\n group by 1\n\n), joined as (\n\n select\n coalesce(sends.automation_id, pivoted.automation_id, unsubscribes_xf.automation_id) as automation_id,\n pivoted.opens,\n pivoted.clicks,\n pivoted.unique_opens,\n pivoted.unique_clicks,\n sends.sends,\n unsubscribes_xf.unsubscribes\n from sends\n left join pivoted\n on pivoted.automation_id = sends.automation_id\n full outer join unsubscribes_xf\n on pivoted.automation_id = unsubscribes_xf.automation_id\n\n)\n\nselect *\nfrom joined", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.int_mailchimp__automation_activities_by_email": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__automation_activities_by_email", "resource_type": "model", "package_name": "mailchimp", "path": "intermediate/int_mailchimp__automation_activities_by_email.sql", "original_file_path": "models/intermediate/int_mailchimp__automation_activities_by_email.sql", "unique_id": "model.mailchimp.int_mailchimp__automation_activities_by_email", "fqn": ["mailchimp", "intermediate", "int_mailchimp__automation_activities_by_email"], "alias": "int_mailchimp__automation_activities_by_email", "checksum": {"name": "sha256", "checksum": "54773092756635677fe38c024e797606500abf72a08c9593cd598ff40e5541d6"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "enabled": true, "mailchimp": null}, "created_at": 1691524359.448829, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_activities_by_email`", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nwith activities as (\n\n select *\n from {{ ref('mailchimp__automation_activities')}}\n\n), recipients as (\n\n select *\n from {{ ref('int_mailchimp__automation_recipients') }}\n\n), unsubscribes as (\n\n select *\n from {{ ref('int_mailchimp__automation_unsubscribes') }}\n\n\n-- aggregate automation opens and clicks by email\n\n), pivoted as (\n\n select \n automation_email_id,\n sum(case when action_type = 'open' then 1 end) as opens,\n sum(case when action_type = 'click' then 1 end) as clicks, \n count(distinct case when action_type = 'open' then member_id end) as unique_opens, \n count(distinct case when action_type = 'click' then member_id end) as unique_clicks\n from activities\n group by 1\n\n), sends as (\n\n select\n automation_email_id,\n count(*) as sends\n from recipients\n group by 1\n\n), unsubscribes_xf as (\n\n select\n campaign_id as automation_email_id,\n count(*) as unsubscribes\n from unsubscribes\n group by 1\n\n), joined as (\n\n select\n coalesce(sends.automation_email_id, pivoted.automation_email_id, unsubscribes_xf.automation_email_id) as automation_email_id,\n pivoted.opens,\n pivoted.clicks,\n pivoted.unique_opens,\n pivoted.unique_clicks,\n sends.sends,\n unsubscribes_xf.unsubscribes\n from sends\n left join pivoted\n on pivoted.automation_email_id = sends.automation_email_id\n full outer join unsubscribes_xf\n on pivoted.automation_email_id = unsubscribes_xf.automation_email_id\n\n)\n\nselect *\nfrom joined", "language": "sql", "refs": [["mailchimp__automation_activities"], ["int_mailchimp__automation_recipients"], ["int_mailchimp__automation_unsubscribes"]], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.mailchimp.mailchimp__automation_activities", "model.mailchimp.int_mailchimp__automation_recipients", "model.mailchimp.int_mailchimp__automation_unsubscribes"]}, "compiled_path": "target/compiled/mailchimp/models/intermediate/int_mailchimp__automation_activities_by_email.sql", "compiled": true, "compiled_code": "\n\nwith activities as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__automation_activities`\n\n), recipients as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_recipients`\n\n), unsubscribes as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_unsubscribes`\n\n\n-- aggregate automation opens and clicks by email\n\n), pivoted as (\n\n select \n automation_email_id,\n sum(case when action_type = 'open' then 1 end) as opens,\n sum(case when action_type = 'click' then 1 end) as clicks, \n count(distinct case when action_type = 'open' then member_id end) as unique_opens, \n count(distinct case when action_type = 'click' then member_id end) as unique_clicks\n from activities\n group by 1\n\n), sends as (\n\n select\n automation_email_id,\n count(*) as sends\n from recipients\n group by 1\n\n), unsubscribes_xf as (\n\n select\n campaign_id as automation_email_id,\n count(*) as unsubscribes\n from unsubscribes\n group by 1\n\n), joined as (\n\n select\n coalesce(sends.automation_email_id, pivoted.automation_email_id, unsubscribes_xf.automation_email_id) as automation_email_id,\n pivoted.opens,\n pivoted.clicks,\n pivoted.unique_opens,\n pivoted.unique_clicks,\n sends.sends,\n unsubscribes_xf.unsubscribes\n from sends\n left join pivoted\n on pivoted.automation_email_id = sends.automation_email_id\n full outer join unsubscribes_xf\n on pivoted.automation_email_id = unsubscribes_xf.automation_email_id\n\n)\n\nselect *\nfrom joined", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.int_mailchimp__automation_unsubscribes": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__automation_unsubscribes", "resource_type": "model", "package_name": "mailchimp", "path": "intermediate/int_mailchimp__automation_unsubscribes.sql", "original_file_path": "models/intermediate/int_mailchimp__automation_unsubscribes.sql", "unique_id": "model.mailchimp.int_mailchimp__automation_unsubscribes", "fqn": ["mailchimp", "intermediate", "int_mailchimp__automation_unsubscribes"], "alias": "int_mailchimp__automation_unsubscribes", "checksum": {"name": "sha256", "checksum": "4d8a69f68951c9ee8f4662ba7a68b7335905622b2c8ed2fe05d29a106a60df29"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "enabled": true, "mailchimp": null}, "created_at": 1691524359.4570491, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_unsubscribes`", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nwith unsubscribes as (\n\n select *\n from {{ var('unsubscribe') }}\n\n), automation_emails as (\n\n select *\n from {{ var('automation_email') }}\n\n), automations as (\n\n select *\n from {{ var('automation') }}\n\n), joined as (\n\n select \n unsubscribes.*,\n automations.segment_id,\n automations.automation_id\n\n from unsubscribes\n left join automation_emails\n on unsubscribes.campaign_id = automation_emails.automation_email_id\n left join automations\n on automation_emails.automation_id = automations.automation_id\n\n)\n\nselect * \nfrom joined", "language": "sql", "refs": [["stg_mailchimp__unsubscribes"], ["stg_mailchimp__automation_emails"], ["stg_mailchimp__automations"]], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.mailchimp_source.stg_mailchimp__unsubscribes", "model.mailchimp_source.stg_mailchimp__automation_emails", "model.mailchimp_source.stg_mailchimp__automations"]}, "compiled_path": "target/compiled/mailchimp/models/intermediate/int_mailchimp__automation_unsubscribes.sql", "compiled": true, "compiled_code": "\n\nwith unsubscribes as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__unsubscribes`\n\n), automation_emails as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automation_emails`\n\n), automations as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automations`\n\n), joined as (\n\n select \n unsubscribes.*,\n automations.segment_id,\n automations.automation_id\n\n from unsubscribes\n left join automation_emails\n on unsubscribes.campaign_id = automation_emails.automation_email_id\n left join automations\n on automation_emails.automation_id = automations.automation_id\n\n)\n\nselect * \nfrom joined", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.int_mailchimp__campaign_activities_by_campaign": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__campaign_activities_by_campaign", "resource_type": "model", "package_name": "mailchimp", "path": "intermediate/int_mailchimp__campaign_activities_by_campaign.sql", "original_file_path": "models/intermediate/int_mailchimp__campaign_activities_by_campaign.sql", "unique_id": "model.mailchimp.int_mailchimp__campaign_activities_by_campaign", "fqn": ["mailchimp", "intermediate", "int_mailchimp__campaign_activities_by_campaign"], "alias": "int_mailchimp__campaign_activities_by_campaign", "checksum": {"name": "sha256", "checksum": "d62ab7383aa326b7471819dbc384d6bbf6f4cce9d54985cdabd6c1847e6142cb"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "mailchimp": null}, "created_at": 1691524359.467852, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__campaign_activities_by_campaign`", "raw_code": "with recipients as (\n\n select *\n from {{ ref('mailchimp__campaign_recipients')}}\n\n), pivoted as (\n\n select \n campaign_id,\n count(*) as sends,\n sum(opens) as opens,\n sum(clicks) as clicks,\n count(distinct case when was_opened = True then member_id end) as unique_opens,\n count(distinct case when was_clicked = True then member_id end) as unique_clicks,\n count(distinct case when was_unsubscribed = True then member_id end) as unsubscribes\n from recipients\n group by 1\n \n)\n\nselect *\nfrom pivoted", "language": "sql", "refs": [["mailchimp__campaign_recipients"]], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.mailchimp.mailchimp__campaign_recipients"]}, "compiled_path": "target/compiled/mailchimp/models/intermediate/int_mailchimp__campaign_activities_by_campaign.sql", "compiled": true, "compiled_code": "with recipients as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__campaign_recipients`\n\n), pivoted as (\n\n select \n campaign_id,\n count(*) as sends,\n sum(opens) as opens,\n sum(clicks) as clicks,\n count(distinct case when was_opened = True then member_id end) as unique_opens,\n count(distinct case when was_clicked = True then member_id end) as unique_clicks,\n count(distinct case when was_unsubscribed = True then member_id end) as unsubscribes\n from recipients\n group by 1\n \n)\n\nselect *\nfrom pivoted", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.int_mailchimp__automation_recipients": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__automation_recipients", "resource_type": "model", "package_name": "mailchimp", "path": "intermediate/int_mailchimp__automation_recipients.sql", "original_file_path": "models/intermediate/int_mailchimp__automation_recipients.sql", "unique_id": "model.mailchimp.int_mailchimp__automation_recipients", "fqn": ["mailchimp", "intermediate", "int_mailchimp__automation_recipients"], "alias": "int_mailchimp__automation_recipients", "checksum": {"name": "sha256", "checksum": "1aa76bbe079c311f1e0d3282e626f9bd32afcd22ca8870ff40116541c6ab264a"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "enabled": true, "mailchimp": null}, "created_at": 1691524359.472568, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_recipients`", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nwith recipients as (\n\n select *\n from {{ var('automation_recipient') }}\n\n), automation_emails as (\n\n select *\n from {{ var('automation_email') }}\n\n), automations as (\n\n select *\n from {{ var('automation') }}\n\n), joined as (\n\n select \n recipients.*,\n automations.segment_id,\n automations.automation_id\n\n from recipients\n left join automation_emails\n on recipients.automation_email_id = automation_emails.automation_email_id\n left join automations\n on automation_emails.automation_id = automations.automation_id\n\n)\n\nselect * \nfrom joined", "language": "sql", "refs": [["stg_mailchimp__automation_recipients"], ["stg_mailchimp__automation_emails"], ["stg_mailchimp__automations"]], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.mailchimp_source.stg_mailchimp__automation_recipients", "model.mailchimp_source.stg_mailchimp__automation_emails", "model.mailchimp_source.stg_mailchimp__automations"]}, "compiled_path": "target/compiled/mailchimp/models/intermediate/int_mailchimp__automation_recipients.sql", "compiled": true, "compiled_code": "\n\nwith recipients as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automation_recipients`\n\n), automation_emails as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automation_emails`\n\n), automations as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automations`\n\n), joined as (\n\n select \n recipients.*,\n automations.segment_id,\n automations.automation_id\n\n from recipients\n left join automation_emails\n on recipients.automation_email_id = automation_emails.automation_email_id\n left join automations\n on automation_emails.automation_id = automations.automation_id\n\n)\n\nselect * \nfrom joined", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.int_mailchimp__automation_activities_by_segment": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__automation_activities_by_segment", "resource_type": "model", "package_name": "mailchimp", "path": "intermediate/int_mailchimp__automation_activities_by_segment.sql", "original_file_path": "models/intermediate/int_mailchimp__automation_activities_by_segment.sql", "unique_id": "model.mailchimp.int_mailchimp__automation_activities_by_segment", "fqn": ["mailchimp", "intermediate", "int_mailchimp__automation_activities_by_segment"], "alias": "int_mailchimp__automation_activities_by_segment", "checksum": {"name": "sha256", "checksum": "e677ff89bf3f8cf69bd6e51b7ac2171271fc63d13b58569ddce717b00759482c"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "enabled": true, "mailchimp": null}, "created_at": 1691524359.483319, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_activities_by_segment`", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nwith activities as (\n\n select *\n from {{ ref('mailchimp__automation_activities')}}\n\n), recipients as (\n\n select *\n from {{ ref('int_mailchimp__automation_recipients') }}\n\n), unsubscribes as (\n\n select *\n from {{ ref('int_mailchimp__automation_unsubscribes') }}\n\n\n-- aggregate automation opens and clicks by segment\n\n), pivoted as (\n\n select \n segment_id,\n sum(case when action_type = 'open' then 1 end) as opens,\n sum(case when action_type = 'click' then 1 end) as clicks, \n count(distinct case when action_type = 'open' then segment_id end) as unique_opens, \n count(distinct case when action_type = 'click' then segment_id end) as unique_clicks\n from activities\n where segment_id is not null\n group by 1\n\n), sends as (\n\n select\n segment_id,\n count(*) as sends\n from recipients\n where segment_id is not null\n group by 1\n\n), unsubscribes_xf as (\n\n select\n segment_id,\n count(*) as unsubscribes\n from unsubscribes\n where segment_id is not null\n group by 1\n\n), joined as (\n\n select\n coalesce(sends.segment_id, pivoted.segment_id, unsubscribes_xf.segment_id) as segment_id,\n pivoted.opens,\n pivoted.clicks,\n pivoted.unique_opens,\n pivoted.unique_clicks,\n sends.sends,\n unsubscribes_xf.unsubscribes\n from sends\n left join pivoted\n on pivoted.segment_id = sends.segment_id\n left join unsubscribes_xf\n on pivoted.segment_id = unsubscribes_xf.segment_id\n\n)\n\nselect *\nfrom joined", "language": "sql", "refs": [["mailchimp__automation_activities"], ["int_mailchimp__automation_recipients"], ["int_mailchimp__automation_unsubscribes"]], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.mailchimp.mailchimp__automation_activities", "model.mailchimp.int_mailchimp__automation_recipients", "model.mailchimp.int_mailchimp__automation_unsubscribes"]}, "compiled_path": "target/compiled/mailchimp/models/intermediate/int_mailchimp__automation_activities_by_segment.sql", "compiled": true, "compiled_code": "\n\nwith activities as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__automation_activities`\n\n), recipients as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_recipients`\n\n), unsubscribes as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__automation_unsubscribes`\n\n\n-- aggregate automation opens and clicks by segment\n\n), pivoted as (\n\n select \n segment_id,\n sum(case when action_type = 'open' then 1 end) as opens,\n sum(case when action_type = 'click' then 1 end) as clicks, \n count(distinct case when action_type = 'open' then segment_id end) as unique_opens, \n count(distinct case when action_type = 'click' then segment_id end) as unique_clicks\n from activities\n where segment_id is not null\n group by 1\n\n), sends as (\n\n select\n segment_id,\n count(*) as sends\n from recipients\n where segment_id is not null\n group by 1\n\n), unsubscribes_xf as (\n\n select\n segment_id,\n count(*) as unsubscribes\n from unsubscribes\n where segment_id is not null\n group by 1\n\n), joined as (\n\n select\n coalesce(sends.segment_id, pivoted.segment_id, unsubscribes_xf.segment_id) as segment_id,\n pivoted.opens,\n pivoted.clicks,\n pivoted.unique_opens,\n pivoted.unique_clicks,\n sends.sends,\n unsubscribes_xf.unsubscribes\n from sends\n left join pivoted\n on pivoted.segment_id = sends.segment_id\n left join unsubscribes_xf\n on pivoted.segment_id = unsubscribes_xf.segment_id\n\n)\n\nselect *\nfrom joined", "extra_ctes_injected": true, "extra_ctes": []}, "model.mailchimp.int_mailchimp__campaign_activities_by_email": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_mailchimp", "name": "int_mailchimp__campaign_activities_by_email", "resource_type": "model", "package_name": "mailchimp", "path": "intermediate/int_mailchimp__campaign_activities_by_email.sql", "original_file_path": "models/intermediate/int_mailchimp__campaign_activities_by_email.sql", "unique_id": "model.mailchimp.int_mailchimp__campaign_activities_by_email", "fqn": ["mailchimp", "intermediate", "int_mailchimp__campaign_activities_by_email"], "alias": "int_mailchimp__campaign_activities_by_email", "checksum": {"name": "sha256", "checksum": "02daffaef1924ed64cf15f7775e89262fc2e7435549c94b5d86b1fef5ceb099b"}, "config": {"enabled": true, "alias": null, "schema": "mailchimp", "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "mailchimp": null, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "mailchimp", "materialized": "table", "mailchimp": null}, "created_at": 1691524359.491115, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_mailchimp`.`int_mailchimp__campaign_activities_by_email`", "raw_code": "with activities as (\n\n select *\n from {{ ref('mailchimp__campaign_activities')}}\n\n), pivoted as (\n\n select \n email_id,\n sum(case when action_type = 'open' then 1 end) as opens,\n sum(case when action_type = 'click' then 1 end) as clicks, \n count(distinct case when action_type = 'open' then member_id end) as unique_opens, \n count(distinct case when action_type = 'click' then member_id end) as unique_clicks,\n min(case when action_type = 'open' then activity_timestamp end) as first_open_timestamp,\n min(case when action_type = 'open' then time_since_send_minutes end) as time_to_open_minutes,\n min(case when action_type = 'open' then time_since_send_hours end) as time_to_open_hours,\n min(case when action_type = 'open' then time_since_send_days end) as time_to_open_days\n from activities\n group by 1\n \n), booleans as (\n\n select \n *,\n case when opens > 0 then True else False end as was_opened,\n case when clicks > 0 then True else False end as was_clicked\n from pivoted\n\n)\n\nselect *\nfrom booleans", "language": "sql", "refs": [["mailchimp__campaign_activities"]], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.mailchimp.mailchimp__campaign_activities"]}, "compiled_path": "target/compiled/mailchimp/models/intermediate/int_mailchimp__campaign_activities_by_email.sql", "compiled": true, "compiled_code": "with activities as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__campaign_activities`\n\n), pivoted as (\n\n select \n email_id,\n sum(case when action_type = 'open' then 1 end) as opens,\n sum(case when action_type = 'click' then 1 end) as clicks, \n count(distinct case when action_type = 'open' then member_id end) as unique_opens, \n count(distinct case when action_type = 'click' then member_id end) as unique_clicks,\n min(case when action_type = 'open' then activity_timestamp end) as first_open_timestamp,\n min(case when action_type = 'open' then time_since_send_minutes end) as time_to_open_minutes,\n min(case when action_type = 'open' then time_since_send_hours end) as time_to_open_hours,\n min(case when action_type = 'open' then time_since_send_days end) as time_to_open_days\n from activities\n group by 1\n \n), booleans as (\n\n select \n *,\n case when opens > 0 then True else False end as was_opened,\n case when clicks > 0 then True else False end as was_clicked\n from pivoted\n\n)\n\nselect *\nfrom booleans", "extra_ctes_injected": true, "extra_ctes": []}, "test.mailchimp_source.not_null_stg_mailchimp__automation_activities_activity_id.0ae0f21475": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "activity_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__automation_activities')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_mailchimp__automation_activities_activity_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__automation_activities_activity_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__automation_activities_activity_id.0ae0f21475", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__automation_activities_activity_id"], "alias": "not_null_stg_mailchimp__automation_activities_activity_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.711806, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_mailchimp__automation_activities"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__automation_activities"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__automation_activities_activity_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect activity_id\nfrom `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automation_activities`\nwhere activity_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "activity_id", "file_key_name": "models.stg_mailchimp__automation_activities"}, "test.mailchimp_source.unique_stg_mailchimp__automation_activities_activity_id.1737f52a7d": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "activity_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__automation_activities')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_stg_mailchimp__automation_activities_activity_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "unique_stg_mailchimp__automation_activities_activity_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.unique_stg_mailchimp__automation_activities_activity_id.1737f52a7d", "fqn": ["mailchimp_source", "unique_stg_mailchimp__automation_activities_activity_id"], "alias": "unique_stg_mailchimp__automation_activities_activity_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.714129, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_mailchimp__automation_activities"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__automation_activities"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/unique_stg_mailchimp__automation_activities_activity_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select activity_id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automation_activities`\n where activity_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": [], "column_name": "activity_id", "file_key_name": "models.stg_mailchimp__automation_activities"}, "test.mailchimp_source.unique_stg_mailchimp__automation_emails_automation_email_id.a61e4c82c7": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "automation_email_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__automation_emails')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_stg_mailchimp__automation_emails_automation_email_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "unique_stg_mailchimp__automation_emails_automation_email_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.unique_stg_mailchimp__automation_emails_automation_email_id.a61e4c82c7", "fqn": ["mailchimp_source", "unique_stg_mailchimp__automation_emails_automation_email_id"], "alias": "unique_stg_mailchimp__automation_emails_automation_email_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.716179, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_mailchimp__automation_emails"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__automation_emails"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/unique_stg_mailchimp__automation_emails_automation_email_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select automation_email_id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automation_emails`\n where automation_email_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": [], "column_name": "automation_email_id", "file_key_name": "models.stg_mailchimp__automation_emails"}, "test.mailchimp_source.not_null_stg_mailchimp__automation_emails_automation_email_id.019e811594": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "automation_email_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__automation_emails')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_mailchimp__automation_emails_automation_email_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__automation_emails_automation_email_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__automation_emails_automation_email_id.019e811594", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__automation_emails_automation_email_id"], "alias": "not_null_stg_mailchimp__automation_emails_automation_email_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.718385, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_mailchimp__automation_emails"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__automation_emails"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__automation_emails_automation_email_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect automation_email_id\nfrom `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automation_emails`\nwhere automation_email_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "automation_email_id", "file_key_name": "models.stg_mailchimp__automation_emails"}, "test.mailchimp_source.not_null_stg_mailchimp__automation_recipients_automation_recipient_id.f0b2e24912": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "automation_recipient_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__automation_recipients')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_mailchimp__automation_recipients_automation_recipient_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__automa_1703f36d68ebe81feee15564aa486154.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__automation_recipients_automation_recipient_id.f0b2e24912", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__automation_recipients_automation_recipient_id"], "alias": "not_null_stg_mailchimp__automa_1703f36d68ebe81feee15564aa486154", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "not_null_stg_mailchimp__automa_1703f36d68ebe81feee15564aa486154", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "not_null_stg_mailchimp__automa_1703f36d68ebe81feee15564aa486154"}, "created_at": 1691524359.720691, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_stg_mailchimp__automa_1703f36d68ebe81feee15564aa486154\") }}", "language": "sql", "refs": [["stg_mailchimp__automation_recipients"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__automation_recipients"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__automa_1703f36d68ebe81feee15564aa486154.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect automation_recipient_id\nfrom `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automation_recipients`\nwhere automation_recipient_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "automation_recipient_id", "file_key_name": "models.stg_mailchimp__automation_recipients"}, "test.mailchimp_source.unique_stg_mailchimp__automation_recipients_automation_recipient_id.9c2cfa6272": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "automation_recipient_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__automation_recipients')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_stg_mailchimp__automation_recipients_automation_recipient_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "unique_stg_mailchimp__automati_827bdb776e9d61d72a3220bd2e2b43db.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.unique_stg_mailchimp__automation_recipients_automation_recipient_id.9c2cfa6272", "fqn": ["mailchimp_source", "unique_stg_mailchimp__automation_recipients_automation_recipient_id"], "alias": "unique_stg_mailchimp__automati_827bdb776e9d61d72a3220bd2e2b43db", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "unique_stg_mailchimp__automati_827bdb776e9d61d72a3220bd2e2b43db", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "unique_stg_mailchimp__automati_827bdb776e9d61d72a3220bd2e2b43db"}, "created_at": 1691524359.722881, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}{{ config(alias=\"unique_stg_mailchimp__automati_827bdb776e9d61d72a3220bd2e2b43db\") }}", "language": "sql", "refs": [["stg_mailchimp__automation_recipients"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__automation_recipients"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/unique_stg_mailchimp__automati_827bdb776e9d61d72a3220bd2e2b43db.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select automation_recipient_id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automation_recipients`\n where automation_recipient_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": [], "column_name": "automation_recipient_id", "file_key_name": "models.stg_mailchimp__automation_recipients"}, "test.mailchimp_source.unique_stg_mailchimp__automations_automation_id.455bcbd36b": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "automation_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__automations')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_stg_mailchimp__automations_automation_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "unique_stg_mailchimp__automations_automation_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.unique_stg_mailchimp__automations_automation_id.455bcbd36b", "fqn": ["mailchimp_source", "unique_stg_mailchimp__automations_automation_id"], "alias": "unique_stg_mailchimp__automations_automation_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.725091, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_mailchimp__automations"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__automations"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/unique_stg_mailchimp__automations_automation_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select automation_id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automations`\n where automation_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": [], "column_name": "automation_id", "file_key_name": "models.stg_mailchimp__automations"}, "test.mailchimp_source.not_null_stg_mailchimp__automations_automation_id.cf748ea94a": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "automation_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__automations')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_mailchimp__automations_automation_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__automations_automation_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__automations_automation_id.cf748ea94a", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__automations_automation_id"], "alias": "not_null_stg_mailchimp__automations_automation_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.7271821, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_mailchimp__automations"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__automations"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__automations_automation_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect automation_id\nfrom `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__automations`\nwhere automation_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "automation_id", "file_key_name": "models.stg_mailchimp__automations"}, "test.mailchimp_source.unique_stg_mailchimp__campaign_recipients_email_id.1e1843671d": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "email_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__campaign_recipients')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_stg_mailchimp__campaign_recipients_email_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "unique_stg_mailchimp__campaign_recipients_email_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.unique_stg_mailchimp__campaign_recipients_email_id.1e1843671d", "fqn": ["mailchimp_source", "unique_stg_mailchimp__campaign_recipients_email_id"], "alias": "unique_stg_mailchimp__campaign_recipients_email_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.729573, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_mailchimp__campaign_recipients"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__campaign_recipients"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/unique_stg_mailchimp__campaign_recipients_email_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select email_id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__campaign_recipients`\n where email_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": [], "column_name": "email_id", "file_key_name": "models.stg_mailchimp__campaign_recipients"}, "test.mailchimp_source.not_null_stg_mailchimp__campaign_recipients_email_id.e7aace8199": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "email_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__campaign_recipients')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_mailchimp__campaign_recipients_email_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__campaign_recipients_email_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__campaign_recipients_email_id.e7aace8199", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__campaign_recipients_email_id"], "alias": "not_null_stg_mailchimp__campaign_recipients_email_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.7318568, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_mailchimp__campaign_recipients"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__campaign_recipients"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__campaign_recipients_email_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect email_id\nfrom `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__campaign_recipients`\nwhere email_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "email_id", "file_key_name": "models.stg_mailchimp__campaign_recipients"}, "test.mailchimp_source.unique_stg_mailchimp__campaign_activities_activity_id.1ed119dcbe": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "activity_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__campaign_activities')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_stg_mailchimp__campaign_activities_activity_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "unique_stg_mailchimp__campaign_activities_activity_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.unique_stg_mailchimp__campaign_activities_activity_id.1ed119dcbe", "fqn": ["mailchimp_source", "unique_stg_mailchimp__campaign_activities_activity_id"], "alias": "unique_stg_mailchimp__campaign_activities_activity_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.7339141, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_mailchimp__campaign_activities"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__campaign_activities"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/unique_stg_mailchimp__campaign_activities_activity_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select activity_id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__campaign_activities`\n where activity_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": [], "column_name": "activity_id", "file_key_name": "models.stg_mailchimp__campaign_activities"}, "test.mailchimp_source.not_null_stg_mailchimp__campaign_activities_activity_id.7c968c29da": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "activity_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__campaign_activities')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_mailchimp__campaign_activities_activity_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__campaign_activities_activity_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__campaign_activities_activity_id.7c968c29da", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__campaign_activities_activity_id"], "alias": "not_null_stg_mailchimp__campaign_activities_activity_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.735997, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_mailchimp__campaign_activities"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__campaign_activities"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__campaign_activities_activity_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect activity_id\nfrom `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__campaign_activities`\nwhere activity_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "activity_id", "file_key_name": "models.stg_mailchimp__campaign_activities"}, "test.mailchimp_source.unique_stg_mailchimp__campaigns_campaign_id.534c6a58a0": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "campaign_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__campaigns')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_stg_mailchimp__campaigns_campaign_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "unique_stg_mailchimp__campaigns_campaign_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.unique_stg_mailchimp__campaigns_campaign_id.534c6a58a0", "fqn": ["mailchimp_source", "unique_stg_mailchimp__campaigns_campaign_id"], "alias": "unique_stg_mailchimp__campaigns_campaign_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.73842, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_mailchimp__campaigns"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__campaigns"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/unique_stg_mailchimp__campaigns_campaign_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select campaign_id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__campaigns`\n where campaign_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": [], "column_name": "campaign_id", "file_key_name": "models.stg_mailchimp__campaigns"}, "test.mailchimp_source.not_null_stg_mailchimp__campaigns_campaign_id.b6967f01dd": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "campaign_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__campaigns')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_mailchimp__campaigns_campaign_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__campaigns_campaign_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__campaigns_campaign_id.b6967f01dd", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__campaigns_campaign_id"], "alias": "not_null_stg_mailchimp__campaigns_campaign_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.740483, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_mailchimp__campaigns"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__campaigns"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__campaigns_campaign_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect campaign_id\nfrom `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__campaigns`\nwhere campaign_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "campaign_id", "file_key_name": "models.stg_mailchimp__campaigns"}, "test.mailchimp_source.unique_stg_mailchimp__lists_list_id.2d7d469b92": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "list_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__lists')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_stg_mailchimp__lists_list_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "unique_stg_mailchimp__lists_list_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.unique_stg_mailchimp__lists_list_id.2d7d469b92", "fqn": ["mailchimp_source", "unique_stg_mailchimp__lists_list_id"], "alias": "unique_stg_mailchimp__lists_list_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.742541, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_mailchimp__lists"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__lists"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/unique_stg_mailchimp__lists_list_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select list_id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__lists`\n where list_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": [], "column_name": "list_id", "file_key_name": "models.stg_mailchimp__lists"}, "test.mailchimp_source.not_null_stg_mailchimp__lists_list_id.c08bbf9121": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "list_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__lists')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_mailchimp__lists_list_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__lists_list_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__lists_list_id.c08bbf9121", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__lists_list_id"], "alias": "not_null_stg_mailchimp__lists_list_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.7449899, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_mailchimp__lists"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__lists"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__lists_list_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect list_id\nfrom `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__lists`\nwhere list_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "list_id", "file_key_name": "models.stg_mailchimp__lists"}, "test.mailchimp_source.not_null_stg_mailchimp__members_member_id.70b6c824fb": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "member_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__members')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_mailchimp__members_member_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__members_member_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__members_member_id.70b6c824fb", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__members_member_id"], "alias": "not_null_stg_mailchimp__members_member_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.747093, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_mailchimp__members"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__members"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__members_member_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect member_id\nfrom `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__members`\nwhere member_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "member_id", "file_key_name": "models.stg_mailchimp__members"}, "test.mailchimp_source.dbt_utils_unique_combination_of_columns_stg_mailchimp__members_member_id__list_id.b3e409aa79": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["member_id", "list_id"], "model": "{{ get_where_subquery(ref('stg_mailchimp__members')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_mailchimp__members_member_id__list_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "dbt_utils_unique_combination_o_5e675ea69c98fb5f9f9fc478e9045051.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.dbt_utils_unique_combination_of_columns_stg_mailchimp__members_member_id__list_id.b3e409aa79", "fqn": ["mailchimp_source", "dbt_utils_unique_combination_of_columns_stg_mailchimp__members_member_id__list_id"], "alias": "dbt_utils_unique_combination_o_5e675ea69c98fb5f9f9fc478e9045051", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_5e675ea69c98fb5f9f9fc478e9045051", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_5e675ea69c98fb5f9f9fc478e9045051"}, "created_at": 1691524359.7495732, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_5e675ea69c98fb5f9f9fc478e9045051\") }}", "language": "sql", "refs": [["stg_mailchimp__members"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__members"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/dbt_utils_unique_combination_o_5e675ea69c98fb5f9f9fc478e9045051.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n member_id, list_id\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__members`\n group by member_id, list_id\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": null, "file_key_name": "models.stg_mailchimp__members"}, "test.mailchimp_source.unique_stg_mailchimp__segments_segment_id.48f28610b5": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "segment_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__segments')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_stg_mailchimp__segments_segment_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "unique_stg_mailchimp__segments_segment_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.unique_stg_mailchimp__segments_segment_id.48f28610b5", "fqn": ["mailchimp_source", "unique_stg_mailchimp__segments_segment_id"], "alias": "unique_stg_mailchimp__segments_segment_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.7648551, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_mailchimp__segments"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__segments"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/unique_stg_mailchimp__segments_segment_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select segment_id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__segments`\n where segment_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": [], "column_name": "segment_id", "file_key_name": "models.stg_mailchimp__segments"}, "test.mailchimp_source.not_null_stg_mailchimp__segments_segment_id.310ec9f744": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "segment_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__segments')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_mailchimp__segments_segment_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__segments_segment_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__segments_segment_id.310ec9f744", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__segments_segment_id"], "alias": "not_null_stg_mailchimp__segments_segment_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.766847, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_mailchimp__segments"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__segments"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__segments_segment_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect segment_id\nfrom `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__segments`\nwhere segment_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "segment_id", "file_key_name": "models.stg_mailchimp__segments"}, "test.mailchimp_source.not_null_stg_mailchimp__unsubscribes_unsubscribe_id.77bd90d9ab": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "unsubscribe_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__unsubscribes')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_mailchimp__unsubscribes_unsubscribe_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__unsubscribes_unsubscribe_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__unsubscribes_unsubscribe_id.77bd90d9ab", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__unsubscribes_unsubscribe_id"], "alias": "not_null_stg_mailchimp__unsubscribes_unsubscribe_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.769691, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_mailchimp__unsubscribes"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__unsubscribes"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__unsubscribes_unsubscribe_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect unsubscribe_id\nfrom `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__unsubscribes`\nwhere unsubscribe_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "unsubscribe_id", "file_key_name": "models.stg_mailchimp__unsubscribes"}, "test.mailchimp_source.unique_stg_mailchimp__unsubscribes_unsubscribe_id.c34aefd746": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "unsubscribe_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__unsubscribes')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_stg_mailchimp__unsubscribes_unsubscribe_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "unique_stg_mailchimp__unsubscribes_unsubscribe_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.unique_stg_mailchimp__unsubscribes_unsubscribe_id.c34aefd746", "fqn": ["mailchimp_source", "unique_stg_mailchimp__unsubscribes_unsubscribe_id"], "alias": "unique_stg_mailchimp__unsubscribes_unsubscribe_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.772148, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_mailchimp__unsubscribes"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__unsubscribes"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/unique_stg_mailchimp__unsubscribes_unsubscribe_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select unsubscribe_id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`stg_mailchimp__unsubscribes`\n where unsubscribe_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": [], "column_name": "unsubscribe_id", "file_key_name": "models.stg_mailchimp__unsubscribes"}, "test.mailchimp.unique_mailchimp__lists_list_id.02d919c4b7": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "list_id", "model": "{{ get_where_subquery(ref('mailchimp__lists')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_mailchimp__lists_list_id", "resource_type": "test", "package_name": "mailchimp", "path": "unique_mailchimp__lists_list_id.sql", "original_file_path": "models/mailchimp.yml", "unique_id": "test.mailchimp.unique_mailchimp__lists_list_id.02d919c4b7", "fqn": ["mailchimp", "unique_mailchimp__lists_list_id"], "alias": "unique_mailchimp__lists_list_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.900534, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["mailchimp__lists"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp.mailchimp__lists"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp.yml/unique_mailchimp__lists_list_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select list_id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__lists`\n where list_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": [], "column_name": "list_id", "file_key_name": "models.mailchimp__lists"}, "test.mailchimp.not_null_mailchimp__lists_list_id.310995cf61": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "list_id", "model": "{{ get_where_subquery(ref('mailchimp__lists')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_mailchimp__lists_list_id", "resource_type": "test", "package_name": "mailchimp", "path": "not_null_mailchimp__lists_list_id.sql", "original_file_path": "models/mailchimp.yml", "unique_id": "test.mailchimp.not_null_mailchimp__lists_list_id.310995cf61", "fqn": ["mailchimp", "not_null_mailchimp__lists_list_id"], "alias": "not_null_mailchimp__lists_list_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.90367, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["mailchimp__lists"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp.mailchimp__lists"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp.yml/not_null_mailchimp__lists_list_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect list_id\nfrom `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__lists`\nwhere list_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "list_id", "file_key_name": "models.mailchimp__lists"}, "test.mailchimp.not_null_mailchimp__members_member_id.19fce1e360": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "member_id", "model": "{{ get_where_subquery(ref('mailchimp__members')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_mailchimp__members_member_id", "resource_type": "test", "package_name": "mailchimp", "path": "not_null_mailchimp__members_member_id.sql", "original_file_path": "models/mailchimp.yml", "unique_id": "test.mailchimp.not_null_mailchimp__members_member_id.19fce1e360", "fqn": ["mailchimp", "not_null_mailchimp__members_member_id"], "alias": "not_null_mailchimp__members_member_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.907646, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["mailchimp__members"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp.mailchimp__members"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp.yml/not_null_mailchimp__members_member_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect member_id\nfrom `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__members`\nwhere member_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "member_id", "file_key_name": "models.mailchimp__members"}, "test.mailchimp.dbt_utils_unique_combination_of_columns_mailchimp__members_member_id__list_id.185a76059b": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["member_id", "list_id"], "model": "{{ get_where_subquery(ref('mailchimp__members')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_mailchimp__members_member_id__list_id", "resource_type": "test", "package_name": "mailchimp", "path": "dbt_utils_unique_combination_o_53dddcc7814d542805f2fe24b957c09b.sql", "original_file_path": "models/mailchimp.yml", "unique_id": "test.mailchimp.dbt_utils_unique_combination_of_columns_mailchimp__members_member_id__list_id.185a76059b", "fqn": ["mailchimp", "dbt_utils_unique_combination_of_columns_mailchimp__members_member_id__list_id"], "alias": "dbt_utils_unique_combination_o_53dddcc7814d542805f2fe24b957c09b", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_53dddcc7814d542805f2fe24b957c09b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_53dddcc7814d542805f2fe24b957c09b"}, "created_at": 1691524359.910688, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_53dddcc7814d542805f2fe24b957c09b\") }}", "language": "sql", "refs": [["mailchimp__members"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp.mailchimp__members"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp.yml/dbt_utils_unique_combination_o_53dddcc7814d542805f2fe24b957c09b.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n member_id, list_id\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__members`\n group by member_id, list_id\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": null, "file_key_name": "models.mailchimp__members"}, "test.mailchimp.unique_mailchimp__campaigns_campaign_id.eb6be29df4": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "campaign_id", "model": "{{ get_where_subquery(ref('mailchimp__campaigns')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_mailchimp__campaigns_campaign_id", "resource_type": "test", "package_name": "mailchimp", "path": "unique_mailchimp__campaigns_campaign_id.sql", "original_file_path": "models/mailchimp.yml", "unique_id": "test.mailchimp.unique_mailchimp__campaigns_campaign_id.eb6be29df4", "fqn": ["mailchimp", "unique_mailchimp__campaigns_campaign_id"], "alias": "unique_mailchimp__campaigns_campaign_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.919643, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["mailchimp__campaigns"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp.mailchimp__campaigns"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp.yml/unique_mailchimp__campaigns_campaign_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select campaign_id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__campaigns`\n where campaign_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": [], "column_name": "campaign_id", "file_key_name": "models.mailchimp__campaigns"}, "test.mailchimp.not_null_mailchimp__campaigns_campaign_id.809cc27175": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "campaign_id", "model": "{{ get_where_subquery(ref('mailchimp__campaigns')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_mailchimp__campaigns_campaign_id", "resource_type": "test", "package_name": "mailchimp", "path": "not_null_mailchimp__campaigns_campaign_id.sql", "original_file_path": "models/mailchimp.yml", "unique_id": "test.mailchimp.not_null_mailchimp__campaigns_campaign_id.809cc27175", "fqn": ["mailchimp", "not_null_mailchimp__campaigns_campaign_id"], "alias": "not_null_mailchimp__campaigns_campaign_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.921998, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["mailchimp__campaigns"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp.mailchimp__campaigns"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp.yml/not_null_mailchimp__campaigns_campaign_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect campaign_id\nfrom `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__campaigns`\nwhere campaign_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "campaign_id", "file_key_name": "models.mailchimp__campaigns"}, "test.mailchimp.unique_mailchimp__campaign_recipients_email_id.9c859c5286": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "email_id", "model": "{{ get_where_subquery(ref('mailchimp__campaign_recipients')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_mailchimp__campaign_recipients_email_id", "resource_type": "test", "package_name": "mailchimp", "path": "unique_mailchimp__campaign_recipients_email_id.sql", "original_file_path": "models/mailchimp.yml", "unique_id": "test.mailchimp.unique_mailchimp__campaign_recipients_email_id.9c859c5286", "fqn": ["mailchimp", "unique_mailchimp__campaign_recipients_email_id"], "alias": "unique_mailchimp__campaign_recipients_email_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.924264, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["mailchimp__campaign_recipients"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp.mailchimp__campaign_recipients"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp.yml/unique_mailchimp__campaign_recipients_email_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select email_id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__campaign_recipients`\n where email_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": [], "column_name": "email_id", "file_key_name": "models.mailchimp__campaign_recipients"}, "test.mailchimp.not_null_mailchimp__campaign_recipients_email_id.0ae99b3cf9": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "email_id", "model": "{{ get_where_subquery(ref('mailchimp__campaign_recipients')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_mailchimp__campaign_recipients_email_id", "resource_type": "test", "package_name": "mailchimp", "path": "not_null_mailchimp__campaign_recipients_email_id.sql", "original_file_path": "models/mailchimp.yml", "unique_id": "test.mailchimp.not_null_mailchimp__campaign_recipients_email_id.0ae99b3cf9", "fqn": ["mailchimp", "not_null_mailchimp__campaign_recipients_email_id"], "alias": "not_null_mailchimp__campaign_recipients_email_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.926551, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["mailchimp__campaign_recipients"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp.mailchimp__campaign_recipients"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp.yml/not_null_mailchimp__campaign_recipients_email_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect email_id\nfrom `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__campaign_recipients`\nwhere email_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "email_id", "file_key_name": "models.mailchimp__campaign_recipients"}, "test.mailchimp.unique_mailchimp__campaign_activities_activity_id.8a67feefd5": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "activity_id", "model": "{{ get_where_subquery(ref('mailchimp__campaign_activities')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_mailchimp__campaign_activities_activity_id", "resource_type": "test", "package_name": "mailchimp", "path": "unique_mailchimp__campaign_activities_activity_id.sql", "original_file_path": "models/mailchimp.yml", "unique_id": "test.mailchimp.unique_mailchimp__campaign_activities_activity_id.8a67feefd5", "fqn": ["mailchimp", "unique_mailchimp__campaign_activities_activity_id"], "alias": "unique_mailchimp__campaign_activities_activity_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.92876, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["mailchimp__campaign_activities"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp.mailchimp__campaign_activities"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp.yml/unique_mailchimp__campaign_activities_activity_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select activity_id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__campaign_activities`\n where activity_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": [], "column_name": "activity_id", "file_key_name": "models.mailchimp__campaign_activities"}, "test.mailchimp.not_null_mailchimp__campaign_activities_activity_id.358cb1d1f6": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "activity_id", "model": "{{ get_where_subquery(ref('mailchimp__campaign_activities')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_mailchimp__campaign_activities_activity_id", "resource_type": "test", "package_name": "mailchimp", "path": "not_null_mailchimp__campaign_activities_activity_id.sql", "original_file_path": "models/mailchimp.yml", "unique_id": "test.mailchimp.not_null_mailchimp__campaign_activities_activity_id.358cb1d1f6", "fqn": ["mailchimp", "not_null_mailchimp__campaign_activities_activity_id"], "alias": "not_null_mailchimp__campaign_activities_activity_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.932482, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["mailchimp__campaign_activities"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp.mailchimp__campaign_activities"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp.yml/not_null_mailchimp__campaign_activities_activity_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect activity_id\nfrom `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__campaign_activities`\nwhere activity_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "activity_id", "file_key_name": "models.mailchimp__campaign_activities"}, "test.mailchimp.unique_mailchimp__automations_automation_id.a3de618dee": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "automation_id", "model": "{{ get_where_subquery(ref('mailchimp__automations')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_mailchimp__automations_automation_id", "resource_type": "test", "package_name": "mailchimp", "path": "unique_mailchimp__automations_automation_id.sql", "original_file_path": "models/mailchimp.yml", "unique_id": "test.mailchimp.unique_mailchimp__automations_automation_id.a3de618dee", "fqn": ["mailchimp", "unique_mailchimp__automations_automation_id"], "alias": "unique_mailchimp__automations_automation_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.9349382, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["mailchimp__automations"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp.mailchimp__automations"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp.yml/unique_mailchimp__automations_automation_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select automation_id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__automations`\n where automation_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": [], "column_name": "automation_id", "file_key_name": "models.mailchimp__automations"}, "test.mailchimp.not_null_mailchimp__automations_automation_id.99246c168e": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "automation_id", "model": "{{ get_where_subquery(ref('mailchimp__automations')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_mailchimp__automations_automation_id", "resource_type": "test", "package_name": "mailchimp", "path": "not_null_mailchimp__automations_automation_id.sql", "original_file_path": "models/mailchimp.yml", "unique_id": "test.mailchimp.not_null_mailchimp__automations_automation_id.99246c168e", "fqn": ["mailchimp", "not_null_mailchimp__automations_automation_id"], "alias": "not_null_mailchimp__automations_automation_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.9382951, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["mailchimp__automations"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp.mailchimp__automations"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp.yml/not_null_mailchimp__automations_automation_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect automation_id\nfrom `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__automations`\nwhere automation_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "automation_id", "file_key_name": "models.mailchimp__automations"}, "test.mailchimp.unique_mailchimp__automation_emails_automation_email_id.ac05084851": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "automation_email_id", "model": "{{ get_where_subquery(ref('mailchimp__automation_emails')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_mailchimp__automation_emails_automation_email_id", "resource_type": "test", "package_name": "mailchimp", "path": "unique_mailchimp__automation_emails_automation_email_id.sql", "original_file_path": "models/mailchimp.yml", "unique_id": "test.mailchimp.unique_mailchimp__automation_emails_automation_email_id.ac05084851", "fqn": ["mailchimp", "unique_mailchimp__automation_emails_automation_email_id"], "alias": "unique_mailchimp__automation_emails_automation_email_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.94098, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["mailchimp__automation_emails"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp.mailchimp__automation_emails"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp.yml/unique_mailchimp__automation_emails_automation_email_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select automation_email_id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__automation_emails`\n where automation_email_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": [], "column_name": "automation_email_id", "file_key_name": "models.mailchimp__automation_emails"}, "test.mailchimp.not_null_mailchimp__automation_emails_automation_email_id.b6ed84cd9c": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "automation_email_id", "model": "{{ get_where_subquery(ref('mailchimp__automation_emails')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_mailchimp__automation_emails_automation_email_id", "resource_type": "test", "package_name": "mailchimp", "path": "not_null_mailchimp__automation_emails_automation_email_id.sql", "original_file_path": "models/mailchimp.yml", "unique_id": "test.mailchimp.not_null_mailchimp__automation_emails_automation_email_id.b6ed84cd9c", "fqn": ["mailchimp", "not_null_mailchimp__automation_emails_automation_email_id"], "alias": "not_null_mailchimp__automation_emails_automation_email_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.943806, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["mailchimp__automation_emails"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp.mailchimp__automation_emails"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp.yml/not_null_mailchimp__automation_emails_automation_email_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect automation_email_id\nfrom `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__automation_emails`\nwhere automation_email_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "automation_email_id", "file_key_name": "models.mailchimp__automation_emails"}, "test.mailchimp.unique_mailchimp__automation_activities_activity_id.e455285fa8": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "activity_id", "model": "{{ get_where_subquery(ref('mailchimp__automation_activities')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_mailchimp__automation_activities_activity_id", "resource_type": "test", "package_name": "mailchimp", "path": "unique_mailchimp__automation_activities_activity_id.sql", "original_file_path": "models/mailchimp.yml", "unique_id": "test.mailchimp.unique_mailchimp__automation_activities_activity_id.e455285fa8", "fqn": ["mailchimp", "unique_mailchimp__automation_activities_activity_id"], "alias": "unique_mailchimp__automation_activities_activity_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.9463491, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["mailchimp__automation_activities"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp.mailchimp__automation_activities"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp.yml/unique_mailchimp__automation_activities_activity_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select activity_id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__automation_activities`\n where activity_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": [], "column_name": "activity_id", "file_key_name": "models.mailchimp__automation_activities"}, "test.mailchimp.not_null_mailchimp__automation_activities_activity_id.e225bd7be1": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "activity_id", "model": "{{ get_where_subquery(ref('mailchimp__automation_activities')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_mailchimp__automation_activities_activity_id", "resource_type": "test", "package_name": "mailchimp", "path": "not_null_mailchimp__automation_activities_activity_id.sql", "original_file_path": "models/mailchimp.yml", "unique_id": "test.mailchimp.not_null_mailchimp__automation_activities_activity_id.e225bd7be1", "fqn": ["mailchimp", "not_null_mailchimp__automation_activities_activity_id"], "alias": "not_null_mailchimp__automation_activities_activity_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.9488618, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["mailchimp__automation_activities"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp.mailchimp__automation_activities"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp.yml/not_null_mailchimp__automation_activities_activity_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect activity_id\nfrom `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__automation_activities`\nwhere activity_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "activity_id", "file_key_name": "models.mailchimp__automation_activities"}, "test.mailchimp.unique_mailchimp__segments_segment_id.b104dc2fe7": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "segment_id", "model": "{{ get_where_subquery(ref('mailchimp__segments')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_mailchimp__segments_segment_id", "resource_type": "test", "package_name": "mailchimp", "path": "unique_mailchimp__segments_segment_id.sql", "original_file_path": "models/mailchimp.yml", "unique_id": "test.mailchimp.unique_mailchimp__segments_segment_id.b104dc2fe7", "fqn": ["mailchimp", "unique_mailchimp__segments_segment_id"], "alias": "unique_mailchimp__segments_segment_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.9510999, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["mailchimp__segments"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp.mailchimp__segments"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp.yml/unique_mailchimp__segments_segment_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select segment_id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__segments`\n where segment_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": [], "column_name": "segment_id", "file_key_name": "models.mailchimp__segments"}, "test.mailchimp.not_null_mailchimp__segments_segment_id.26bfa1b782": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "segment_id", "model": "{{ get_where_subquery(ref('mailchimp__segments')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_mailchimp__segments_segment_id", "resource_type": "test", "package_name": "mailchimp", "path": "not_null_mailchimp__segments_segment_id.sql", "original_file_path": "models/mailchimp.yml", "unique_id": "test.mailchimp.not_null_mailchimp__segments_segment_id.26bfa1b782", "fqn": ["mailchimp", "not_null_mailchimp__segments_segment_id"], "alias": "not_null_mailchimp__segments_segment_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1691524359.954037, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["mailchimp__segments"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp.mailchimp__segments"]}, "compiled_path": "target/compiled/mailchimp/models/mailchimp.yml/not_null_mailchimp__segments_segment_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect segment_id\nfrom `dbt-package-testing`.`zz_dbt_renee_mailchimp`.`mailchimp__segments`\nwhere segment_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "segment_id", "file_key_name": "models.mailchimp__segments"}}, "sources": {"source.mailchimp_source.mailchimp.automation": {"database": "dbt-package-testing", "schema": "mailchimp", "name": "automation", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.automation", "fqn": ["mailchimp_source", "mailchimp", "automation"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "automation", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents an automation in Mailchimp.", "columns": {"id": {"name": "id", "description": "The ID of the automation in Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List an automation was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "segment_id": {"name": "segment_id", "description": "The ID of the Segment an automation was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "segment_text": {"name": "segment_text", "description": "The field describing the Segment an automation was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "start_time": {"name": "start_time", "description": "The date and time the Automation was started.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "create_time": {"name": "create_time", "description": "The date and time the Automation was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "status": {"name": "status", "description": "The current status of the Automation. Possible Values: save, paused, sending\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the Automation.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "trigger_settings": {"name": "trigger_settings", "description": "Available triggers for Automation workflows.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean that is true if the row has been soft-deleted from the source.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {"is_enabled": true}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`mailchimp`.`automation`", "created_at": 1691524359.956991}, "source.mailchimp_source.mailchimp.automation_email": {"database": "dbt-package-testing", "schema": "mailchimp", "name": "automation_email", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.automation_email", "fqn": ["mailchimp_source", "mailchimp", "automation_email"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "automation_email", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents an automation email (that make up automations).", "columns": {"id": {"name": "id", "description": "The ID of the email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_id": {"name": "automation_id", "description": "The ID of the automation an email relates to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "create_time": {"name": "create_time", "description": "The date and time the automation email was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "start_time": {"name": "start_time", "description": "The date and time the automation email was started.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "send_time": {"name": "send_time", "description": "The date and time the automation email was sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_name": {"name": "from_name", "description": "The 'from' name on the automation email (not an email address).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reply_to": {"name": "reply_to", "description": "The reply-to email address for the automation.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "status": {"name": "status", "description": "The current status of the automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subject_line": {"name": "subject_line", "description": "The subject line for the automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "title": {"name": "title", "description": "The title for the automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "to_name": {"name": "to_name", "description": "The automation email's custom 'To' name. Typically the first name merge field.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "archive_url": {"name": "archive_url", "description": "The link to the automation email's archive version in ISO 8601 format.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "authenticate": {"name": "authenticate", "description": "Whether Mailchimp authenticated the automation email. Defaults to true.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "auto_footer": {"name": "auto_footer", "description": "Automatically append Mailchimp's default footer to the automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "auto_tweet": {"name": "auto_tweet", "description": "Automatically tweet a link to the automation email archive page when the automation email is sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "clicktale": {"name": "clicktale", "description": "The custom slug for ClickTale tracking (max of 50 bytes).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "content_type": {"name": "content_type", "description": "How the automation email's content is put together ('template', 'drag_and_drop', 'html', 'url').", "meta": {}, "data_type": null, "quote": null, "tags": []}, "delay_action": {"name": "delay_action", "description": "The action that triggers the delay of an Automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "delay_action_description": {"name": "delay_action_description", "description": "The user-friendly description of the action that triggers an Automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "delay_amount": {"name": "delay_amount", "description": "The delay amount for an Automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "delay_direction": {"name": "delay_direction", "description": "Whether the delay settings describe before or after the delay action of an Automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "delay_full_description": {"name": "delay_full_description", "description": "The user-friendly description of the delay and trigger action settings for an Automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "delay_type": {"name": "delay_type", "description": "The type of delay for an Automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "drag_and_drop": {"name": "drag_and_drop", "description": "Whether the automation email uses the drag-and-drop editor.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "fb_comments": {"name": "fb_comments", "description": "Allows Facebook comments on the automation email (also force-enables the Campaign Archive toolbar). Defaults to true.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "folder_id": {"name": "folder_id", "description": "If the automation email is listed in a folder, the ID for that folder.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "google_analytics": {"name": "google_analytics", "description": "The custom slug for Google Analytics tracking (max of 50 bytes).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "inline_css": {"name": "inline_css", "description": "Automatically inline the CSS included with the automation email content.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "position": {"name": "position", "description": "The position of an Automation email in a workflow.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "template_id": {"name": "template_id", "description": "The ID for the template used in this automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timewarp": {"name": "timewarp", "description": "Send this automation email using Timewarpe_this", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_ecomm_360": {"name": "track_ecomm_360", "description": "Whether to enable eCommerce360 tracking.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_goals": {"name": "track_goals", "description": "Whether to enable Goal tracking.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_html_clicks": {"name": "track_html_clicks", "description": "Whether to track clicks in the HTML version of the automation email. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_opens": {"name": "track_opens", "description": "Whether to track opens. Defaults to true. Cannot be set to false for variate automation emails.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_text_clicks": {"name": "track_text_clicks", "description": "Whether to track clicks in the plain-text version of the automation email. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "use_conversation": {"name": "use_conversation", "description": "Use Mailchimp Conversation feature to manage out-of-office replies.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean that is true if the row has been soft-deleted from the source.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {"is_enabled": true}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`mailchimp`.`automation_email`", "created_at": 1691524359.9574132}, "source.mailchimp_source.mailchimp.automation_recipient": {"database": "dbt-package-testing", "schema": "mailchimp", "name": "automation_recipient", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.automation_recipient", "fqn": ["mailchimp_source", "mailchimp", "automation_recipient"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "automation_recipient", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents info about the recipient of each automation.", "columns": {"member_id": {"name": "member_id", "description": "The ID of the member the automation was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_email_id": {"name": "automation_email_id", "description": "The ID for the automation email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List an automation was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {"is_enabled": true}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`mailchimp`.`automation_recipient`", "created_at": 1691524359.957767}, "source.mailchimp_source.mailchimp.automation_recipient_activity": {"database": "dbt-package-testing", "schema": "mailchimp", "name": "automation_recipient_activity", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.automation_recipient_activity", "fqn": ["mailchimp_source", "mailchimp", "automation_recipient_activity"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "automation_recipient_activity", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents an activity taken in relation to a automation email.", "columns": {"action": {"name": "action", "description": "One of the following actions: 'open', 'click', or 'bounce'\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "automation_email_id": {"name": "automation_email_id", "description": "The ID for the automation email that relates to the activity.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member the activity relates to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the list the email was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "The timestamp when the activity occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip": {"name": "ip", "description": "The IP address recorded for the action.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "url": {"name": "url", "description": "If the action is a 'click', the URL on which the member clicked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "bounce_type": {"name": "bounce_type", "description": "If the action is a 'bounce', the type of bounce received: 'hard', 'soft'.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {"is_enabled": true}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`mailchimp`.`automation_recipient_activity`", "created_at": 1691524359.958177}, "source.mailchimp_source.mailchimp.campaign": {"database": "dbt-package-testing", "schema": "mailchimp", "name": "campaign", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.campaign", "fqn": ["mailchimp_source", "mailchimp", "campaign"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "campaign", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents a campaign in Mailchimp.", "columns": {"id": {"name": "id", "description": "The ID of the campaign in Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "segment_id": {"name": "segment_id", "description": "The ID of the Segment a campaign was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "create_time": {"name": "create_time", "description": "The date and time the campaign was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "send_time": {"name": "send_time", "description": "The date and time a campaign was sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List a campaign was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reply_to": {"name": "reply_to", "description": "The reply-to email address for the campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "type": {"name": "type", "description": "The type of campaign sent. Possible values: regular, plaintext, absplit, variate, rss.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "archive_url": {"name": "archive_url", "description": "The link to the campaign's archive version in ISO 8601 format.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "authenticate": {"name": "authenticate", "description": "Whether Mailchimp authenticated the campaign. Defaults to true.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "auto_footer": {"name": "auto_footer", "description": "Automatically append Mailchimp's default footer to the campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "auto_tweet": {"name": "auto_tweet", "description": "Automatically tweet a link to the campaign archive page when the campaign is sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "clicktale": {"name": "clicktale", "description": "The custom slug for ClickTale tracking (max of 50 bytes).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "content_type": {"name": "content_type", "description": "How the campaign's content is put together ('template', 'drag_and_drop', 'html', 'url').", "meta": {}, "data_type": null, "quote": null, "tags": []}, "drag_and_drop": {"name": "drag_and_drop", "description": "Whether the campaign uses the drag-and-drop editor.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "fb_comments": {"name": "fb_comments", "description": "Allows Facebook comments on the campaign (also force-enables the Campaign Archive toolbar). Defaults to true.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "folder_id": {"name": "folder_id", "description": "If the campaign is listed in a folder, the ID for that folder.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_name": {"name": "from_name", "description": "The 'from' name on the campaign (not an email address).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "google_analytics": {"name": "google_analytics", "description": "The custom slug for Google Analytics tracking (max of 50 bytes).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "inline_css": {"name": "inline_css", "description": "Automatically inline the CSS included with the campaign content.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "long_archive_url": {"name": "long_archive_url", "description": "The original link to the campaign's archive version.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "status": {"name": "status", "description": "The current status of the campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subject_line": {"name": "subject_line", "description": "The subject line for the campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "template_id": {"name": "template_id", "description": "The ID for the template used in this campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "test_size": {"name": "test_size", "description": "The percentage of recipients to send the test combinations to, must be a value between 10 and 100.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timewarp": {"name": "timewarp", "description": "Send this campaign using Timewarpe_this", "meta": {}, "data_type": null, "quote": null, "tags": []}, "to_name": {"name": "to_name", "description": "The campaign's custom 'To' name. Typically the first name merge field.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_ecomm_360": {"name": "track_ecomm_360", "description": "Whether to enable eCommerce360 tracking.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_goals": {"name": "track_goals", "description": "Whether to enable Goal tracking.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_html_clicks": {"name": "track_html_clicks", "description": "Whether to track clicks in the HTML version of the campaign. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_opens": {"name": "track_opens", "description": "Whether to track opens. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "track_text_clicks": {"name": "track_text_clicks", "description": "Whether to track clicks in the plain-text version of the campaign. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "use_conversation": {"name": "use_conversation", "description": "Use Mailchimp Conversation feature to manage out-of-office replies.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "wait_time": {"name": "wait_time", "description": "The number of minutes to wait before choosing the winning campaign. The value of wait_time must be greater than 0 and in whole hours, specified in minutes.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "winner_criteria": {"name": "winner_criteria", "description": "The combination that performs the best. This may be determined automatically by click rate, open rate, or total revenue\u2014or you may choose manually based on the reporting data you find the most valuable. For Multivariate Campaigns testing send_time, winner_criteria is ignored. For Multivariate Campaigns with 'manual' as the winner_criteria, the winner must be chosen in the Mailchimp web application.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "winning_campaign_id": {"name": "winning_campaign_id", "description": "ID of the campaign that was sent to the remaining recipients based on the winning combination.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "winning_combination_id": {"name": "winning_combination_id", "description": "ID for the winning combination.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean that is true if the row has been soft-deleted from the source.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`mailchimp`.`campaign`", "created_at": 1691524359.958668}, "source.mailchimp_source.mailchimp.campaign_recipient": {"database": "dbt-package-testing", "schema": "mailchimp", "name": "campaign_recipient", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.campaign_recipient", "fqn": ["mailchimp_source", "mailchimp", "campaign_recipient"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "campaign_recipient", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents the send of a campaign email.", "columns": {"campaign_id": {"name": "campaign_id", "description": "The ID of the campaign a sent email is from.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member an email was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "combination_id": {"name": "combination_id", "description": "The ID of the combination the member was part of for a campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the list the campaign was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`mailchimp`.`campaign_recipient`", "created_at": 1691524359.959198}, "source.mailchimp_source.mailchimp.campaign_recipient_activity": {"database": "dbt-package-testing", "schema": "mailchimp", "name": "campaign_recipient_activity", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.campaign_recipient_activity", "fqn": ["mailchimp_source", "mailchimp", "campaign_recipient_activity"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "campaign_recipient_activity", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents an activity taken in relation to a campaign email.", "columns": {"action": {"name": "action", "description": "One of the following actions: 'open', 'click', or 'bounce'\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_id": {"name": "campaign_id", "description": "The unique ID for the sent campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member the activity relates to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the list the email was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "The timestamp when the activity occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip": {"name": "ip", "description": "The IP address recorded for the action.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "url": {"name": "url", "description": "If the action is a 'click', the URL on which the member clicked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "bounce_type": {"name": "bounce_type", "description": "If the action is a 'bounce', the type of bounce received: 'hard', 'soft'.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "combination_id": {"name": "combination_id", "description": "The ID of the combination the member was part of for a campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`mailchimp`.`campaign_recipient_activity`", "created_at": 1691524359.959581}, "source.mailchimp_source.mailchimp.segment": {"database": "dbt-package-testing", "schema": "mailchimp", "name": "segment", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.segment", "fqn": ["mailchimp_source", "mailchimp", "segment"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "segment", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents a segment in Mailchimp.", "columns": {"id": {"name": "id", "description": "The ID for the Segment from Mailchimp", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List the segment is part of.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "member_count": {"name": "member_count", "description": "The number of members in the segment.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the segment.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "type": {"name": "type", "description": "The type of segment", "meta": {}, "data_type": null, "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time the segment was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time the segment was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean that is true if the row has been soft-deleted from the source.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`mailchimp`.`segment`", "created_at": 1691524359.959929}, "source.mailchimp_source.mailchimp.segment_member": {"database": "dbt-package-testing", "schema": "mailchimp", "name": "segment_member", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.segment_member", "fqn": ["mailchimp_source", "mailchimp", "segment_member"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "segment_member", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents a member and their segment data.", "columns": {"segment_id": {"name": "segment_id", "description": "The ID for the Segment from Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List the segment is part of.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean that is true if the row has been soft-deleted from the source.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`mailchimp`.`segment_member`", "created_at": 1691524359.960306}, "source.mailchimp_source.mailchimp.list": {"database": "dbt-package-testing", "schema": "mailchimp", "name": "list", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.list", "fqn": ["mailchimp_source", "mailchimp", "list"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "list", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents a list in Mailchimp.", "columns": {"id": {"name": "id", "description": "The unique ID of a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "date_created": {"name": "date_created", "description": "The date and time that a list was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_rating": {"name": "list_rating", "description": "An auto-generated activity score for the list (0-5).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "beamer_address": {"name": "beamer_address", "description": "The list's email beamer address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_address_1": {"name": "contact_address_1", "description": "The street address for the list contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_address_2": {"name": "contact_address_2", "description": "The street address for the list contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_city": {"name": "contact_city", "description": "The city for the list contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_company": {"name": "contact_company", "description": "The company name for the list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_country": {"name": "contact_country", "description": "A two-character ISO3166 country code. Defaults to US if invalid.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_state": {"name": "contact_state", "description": "The state for the list contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_zip": {"name": "contact_zip", "description": "The postal or zip code for the list contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "default_from_email": {"name": "default_from_email", "description": "The default from email for campaigns sent to a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "default_from_name": {"name": "default_from_name", "description": "The default from name for campaigns sent to a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "default_language": {"name": "default_language", "description": "The default language for a lists's forms.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "default_subject": {"name": "default_subject", "description": "The default subject line for campaigns sent to a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_type_option": {"name": "email_type_option", "description": "Whether the list supports multiple formats for emails. When set to true, subscribers can choose whether they want to receive HTML or plain-text emails. When set to false, subscribers will receive HTML emails, with a plain-text alternative backup.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "notify_on_subscribe": {"name": "notify_on_subscribe", "description": "The email address to send subscribe notifications to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "notify_on_unsubscribe": {"name": "notify_on_unsubscribe", "description": "The email address to send unsubscribe notifications to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "permission_reminder": {"name": "permission_reminder", "description": "The permission reminder for a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subscribe_url_long": {"name": "subscribe_url_long", "description": "The full version of a list's subscribe form (host will vary).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subscribe_url_short": {"name": "subscribe_url_short", "description": "Mailchimp's EepURL shortened version of a list's subscribe form.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "use_archive_bar": {"name": "use_archive_bar", "description": "Whether campaigns for this list use the Archive Bar in archives by default.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visibility": {"name": "visibility", "description": "Whether this list is public or private.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean that is true if the row has been soft-deleted from the source.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`mailchimp`.`list`", "created_at": 1691524359.961102}, "source.mailchimp_source.mailchimp.member": {"database": "dbt-package-testing", "schema": "mailchimp", "name": "member", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.member", "fqn": ["mailchimp_source", "mailchimp", "member"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "member", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents a member in Mailchimp. Note that this table may contain custom metadata columns which can be passed through via `mailchimp__members_pass_through_columns`.\n", "columns": {"id": {"name": "id", "description": "The ID of the member.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_address": {"name": "email_address", "description": "Email address for a subscriber.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_client": {"name": "email_client", "description": "The list member's email client.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_type": {"name": "email_type", "description": "Type of email this member asked to get ('html' or 'text').", "meta": {}, "data_type": null, "quote": null, "tags": []}, "status": {"name": "status", "description": "Subscriber's current status. Possible Values: subscribed, unsubscribed, cleaned, pending, transactional, archived\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the list the member belongs to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp_signup": {"name": "timestamp_signup", "description": "The date and time the subscriber signed up for the list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp_opt": {"name": "timestamp_opt", "description": "The date and time the subscribe confirmed their opt-in status.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_changed": {"name": "last_changed", "description": "The date and time the member's info was last changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "country_code": {"name": "country_code", "description": "The member's unique code for the location country.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "dstoff": {"name": "dstoff", "description": "The member's offset for timezones where daylight saving time is observed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "gmtoff": {"name": "gmtoff", "description": "The member's time difference in hours from GMT.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_opt": {"name": "ip_opt", "description": "The IP address the subscriber used to confirm their opt-in status.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_signup": {"name": "ip_signup", "description": "IP address the subscriber signed up from.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "language": {"name": "language", "description": "If set/detected, the subscriber's language.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "latitude": {"name": "latitude", "description": "The member's location latitude.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "longitude": {"name": "longitude", "description": "The member's location longitude.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "member_rating": {"name": "member_rating", "description": "Star rating for this member, between 1 and 5.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timezone": {"name": "timezone", "description": "The timezone for the member's location.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "unique_email_id": {"name": "unique_email_id", "description": "An identifier for the address across all of Mailchimp.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "vip": {"name": "vip", "description": "VIP status for subscriber.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`mailchimp`.`member`", "created_at": 1691524359.961809}, "source.mailchimp_source.mailchimp.unsubscribe": {"database": "dbt-package-testing", "schema": "mailchimp", "name": "unsubscribe", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.unsubscribe", "fqn": ["mailchimp_source", "mailchimp", "unsubscribe"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "unsubscribe", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents a member who unsubscribed.", "columns": {"campaign_id": {"name": "campaign_id", "description": "The unique id for the campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member an email was sent to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The unique ID for the list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reason": {"name": "reason", "description": "Field expressing unsubscribe reason.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "The time and date the member unsubscribed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`mailchimp`.`unsubscribe`", "created_at": 1691524359.962371}}, "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": 1691524357.7264261, "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": 1691524357.727071, "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": 1691524357.727819, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_catalog": {"name": "bigquery__get_catalog", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/catalog.sql", "original_file_path": "macros/catalog.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_catalog", "macro_sql": "{% macro bigquery__get_catalog(information_schema, schemas) -%}\n\n {%- if (schemas | length) == 0 -%}\n {# Hopefully nothing cares about the columns we return when there are no rows #}\n {%- set query = \"select 1 as id limit 0\" -%}\n {%- else -%}\n\n {%- set query -%}\n with tables as (\n select\n project_id as table_database,\n dataset_id as table_schema,\n table_id as original_table_name,\n\n concat(project_id, '.', dataset_id, '.', table_id) as relation_id,\n\n row_count,\n size_bytes as size_bytes,\n case\n when type = 1 then 'table'\n when type = 2 then 'view'\n else 'external'\n end as table_type,\n\n REGEXP_CONTAINS(table_id, '^.+[0-9]{8}$') and coalesce(type, 0) = 1 as is_date_shard,\n REGEXP_EXTRACT(table_id, '^(.+)[0-9]{8}$') as shard_base_name,\n REGEXP_EXTRACT(table_id, '^.+([0-9]{8})$') as shard_name\n\n from {{ information_schema.replace(information_schema_view='__TABLES__') }}\n where (\n {%- for schema in schemas -%}\n upper(dataset_id) = upper('{{ schema }}'){%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n )\n ),\n\n table_options as (\n select\n concat(table_catalog, '.', table_schema, '.', table_name) as relation_id,\n JSON_VALUE(option_value) as table_comment\n\n from {{ information_schema.replace(information_schema_view='TABLE_OPTIONS') }}\n where option_name = 'description'\n ),\n extracted as (\n\n select *,\n case\n when is_date_shard then shard_base_name\n else original_table_name\n end as table_name\n\n from tables\n\n ),\n\n unsharded_tables as (\n\n select\n table_database,\n table_schema,\n table_name,\n coalesce(table_type, 'external') as table_type,\n is_date_shard,\n\n struct(\n min(shard_name) as shard_min,\n max(shard_name) as shard_max,\n count(*) as shard_count\n ) as table_shards,\n\n sum(size_bytes) as size_bytes,\n sum(row_count) as row_count,\n\n max(relation_id) as relation_id\n\n from extracted\n group by 1,2,3,4,5\n\n ),\n\n info_schema_columns as (\n\n select\n concat(table_catalog, '.', table_schema, '.', table_name) as relation_id,\n table_catalog as table_database,\n table_schema,\n table_name,\n\n -- use the \"real\" column name from the paths query below\n column_name as base_column_name,\n ordinal_position as column_index,\n\n is_partitioning_column,\n clustering_ordinal_position\n\n from {{ information_schema.replace(information_schema_view='COLUMNS') }}\n where ordinal_position is not null\n\n ),\n\n info_schema_column_paths as (\n\n select\n concat(table_catalog, '.', table_schema, '.', table_name) as relation_id,\n field_path as column_name,\n data_type as column_type,\n column_name as base_column_name,\n description as column_comment\n\n from {{ information_schema.replace(information_schema_view='COLUMN_FIELD_PATHS') }}\n\n ),\n\n columns as (\n\n select * except (base_column_name)\n from info_schema_columns\n join info_schema_column_paths using (relation_id, base_column_name)\n\n ),\n\n column_stats as (\n\n select\n table_database,\n table_schema,\n table_name,\n max(relation_id) as relation_id,\n max(case when is_partitioning_column = 'YES' then 1 else 0 end) = 1 as is_partitioned,\n max(case when is_partitioning_column = 'YES' then column_name else null end) as partition_column,\n max(case when clustering_ordinal_position is not null then 1 else 0 end) = 1 as is_clustered,\n array_to_string(\n array_agg(\n case\n when clustering_ordinal_position is not null then column_name\n else null\n end ignore nulls\n order by clustering_ordinal_position\n ), ', '\n ) as clustering_columns\n\n from columns\n group by 1,2,3\n\n )\n\n select\n unsharded_tables.table_database,\n unsharded_tables.table_schema,\n case\n when is_date_shard then concat(unsharded_tables.table_name, '*')\n else unsharded_tables.table_name\n end as table_name,\n unsharded_tables.table_type,\n table_options.table_comment,\n\n -- coalesce name and type for External tables - these columns are not\n -- present in the COLUMN_FIELD_PATHS resultset\n coalesce(columns.column_name, '') as column_name,\n -- invent a row number to account for nested fields -- BQ does\n -- not treat these nested properties as independent fields\n row_number() over (\n partition by relation_id\n order by columns.column_index, columns.column_name\n ) as column_index,\n coalesce(columns.column_type, '') as column_type,\n columns.column_comment,\n\n 'Shard count' as `stats__date_shards__label`,\n table_shards.shard_count as `stats__date_shards__value`,\n 'The number of date shards in this table' as `stats__date_shards__description`,\n is_date_shard as `stats__date_shards__include`,\n\n 'Shard (min)' as `stats__date_shard_min__label`,\n table_shards.shard_min as `stats__date_shard_min__value`,\n 'The first date shard in this table' as `stats__date_shard_min__description`,\n is_date_shard as `stats__date_shard_min__include`,\n\n 'Shard (max)' as `stats__date_shard_max__label`,\n table_shards.shard_max as `stats__date_shard_max__value`,\n 'The last date shard in this table' as `stats__date_shard_max__description`,\n is_date_shard as `stats__date_shard_max__include`,\n\n '# Rows' as `stats__num_rows__label`,\n row_count as `stats__num_rows__value`,\n 'Approximate count of rows in this table' as `stats__num_rows__description`,\n (unsharded_tables.table_type = 'table') as `stats__num_rows__include`,\n\n 'Approximate Size' as `stats__num_bytes__label`,\n size_bytes as `stats__num_bytes__value`,\n 'Approximate size of table as reported by BigQuery' as `stats__num_bytes__description`,\n (unsharded_tables.table_type = 'table') as `stats__num_bytes__include`,\n\n 'Partitioned By' as `stats__partitioning_type__label`,\n partition_column as `stats__partitioning_type__value`,\n 'The partitioning column for this table' as `stats__partitioning_type__description`,\n is_partitioned as `stats__partitioning_type__include`,\n\n 'Clustered By' as `stats__clustering_fields__label`,\n clustering_columns as `stats__clustering_fields__value`,\n 'The clustering columns for this table' as `stats__clustering_fields__description`,\n is_clustered as `stats__clustering_fields__include`\n\n -- join using relation_id (an actual relation, not a shard prefix) to make\n -- sure that column metadata is picked up through the join. This will only\n -- return the column information for the \"max\" table in a date-sharded table set\n from unsharded_tables\n left join table_options using (relation_id)\n left join columns using (relation_id)\n left join column_stats using (relation_id)\n {%- endset -%}\n\n {%- endif -%}\n\n {{ return(run_query(query)) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.replace", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.7348428, "supported_languages": null}, "macro.dbt_bigquery.partition_by": {"name": "partition_by", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.partition_by", "macro_sql": "{% macro partition_by(partition_config) -%}\n {%- if partition_config is none -%}\n {% do return('') %}\n {%- elif partition_config.data_type | lower in ('date','timestamp','datetime') -%}\n partition by {{ partition_config.render() }}\n {%- elif partition_config.data_type | lower in ('int64') -%}\n {%- set range = partition_config.range -%}\n partition by range_bucket(\n {{ partition_config.field }},\n generate_array({{ range.start}}, {{ range.end }}, {{ range.interval }})\n )\n {%- endif -%}\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.74141, "supported_languages": null}, "macro.dbt_bigquery.cluster_by": {"name": "cluster_by", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.cluster_by", "macro_sql": "{% macro cluster_by(raw_cluster_by) %}\n {%- if raw_cluster_by is not none -%}\n cluster by {% if raw_cluster_by is string -%}\n {% set raw_cluster_by = [raw_cluster_by] %}\n {%- endif -%}\n {%- for cluster in raw_cluster_by -%}\n {{ cluster }}\n {%- if not loop.last -%}, {% endif -%}\n {%- endfor -%}\n\n {% endif %}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.742291, "supported_languages": null}, "macro.dbt_bigquery.bigquery_options": {"name": "bigquery_options", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery_options", "macro_sql": "{% macro bigquery_options(opts) %}\n {% set options -%}\n OPTIONS({% for opt_key, opt_val in opts.items() %}\n {{ opt_key }}={{ opt_val }}{{ \",\" if not loop.last }}\n {% endfor %})\n {%- endset %}\n {%- do return(options) -%}\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.743051, "supported_languages": null}, "macro.dbt_bigquery.bigquery_table_options": {"name": "bigquery_table_options", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery_table_options", "macro_sql": "{% macro bigquery_table_options(config, node, temporary) %}\n {% set opts = adapter.get_table_options(config, node, temporary) %}\n {%- do return(bigquery_options(opts)) -%}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.743614, "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\n {{ sql_header if sql_header is not none }}\n\n create or replace table {{ relation }}\n {{ partition_by(partition_config) }}\n {{ cluster_by(raw_cluster_by) }}\n {{ bigquery_table_options(config, model, temporary) }}\n as (\n {{ compiled_code }}\n );\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 {{ py_write_table(compiled_code=compiled_code, target_relation=relation.quote(database=False, schema=False, identifier=False)) }}\n {%- else -%}\n {% do exceptions.raise_compiler_error(\"bigquery__create_table_as macro didn't get supported language, it got %s\" % language) %}\n {%- endif -%}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_bigquery.partition_by", "macro.dbt_bigquery.cluster_by", "macro.dbt_bigquery.bigquery_table_options", "macro.dbt_bigquery.py_write_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.746208, "supported_languages": null}, "macro.dbt_bigquery.bigquery_view_options": {"name": "bigquery_view_options", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery_view_options", "macro_sql": "{% macro bigquery_view_options(config, node) %}\n {% set opts = adapter.get_view_options(config, node) %}\n {%- do return(bigquery_options(opts)) -%}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.746725, "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 as {{ sql }};\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery_view_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.7473972, "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": 1691524357.7476869, "supported_languages": null}, "macro.dbt_bigquery.bigquery__drop_relation": {"name": "bigquery__drop_relation", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__drop_relation", "macro_sql": "{% macro bigquery__drop_relation(relation) -%}\n {% call statement('drop_relation') -%}\n drop {{ relation.type }} if exists {{ relation }}\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.748109, "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": 1691524357.748429, "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": 1691524357.748739, "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": 1691524357.7490618, "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": 1691524357.749457, "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": 1691524357.7500522, "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": 1691524357.750396, "supported_languages": null}, "macro.dbt_bigquery.bigquery__rename_relation": {"name": "bigquery__rename_relation", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__rename_relation", "macro_sql": "{% macro bigquery__rename_relation(from_relation, to_relation) -%}\n {% do adapter.rename_relation(from_relation, to_relation) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.750737, "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": 1691524357.751592, "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": 1691524357.752523, "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": 1691524357.75397, "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": 1691524357.754333, "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": 1691524357.755022, "supported_languages": null}, "macro.dbt_bigquery.bigquery__create_csv_table": {"name": "bigquery__create_csv_table", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/seed.sql", "original_file_path": "macros/materializations/seed.sql", "unique_id": "macro.dbt_bigquery.bigquery__create_csv_table", "macro_sql": "{% macro bigquery__create_csv_table(model, agate_table) %}\n -- no-op\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.755672, "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": 1691524357.756062, "supported_languages": null}, "macro.dbt_bigquery.bigquery__load_csv_rows": {"name": "bigquery__load_csv_rows", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/seed.sql", "original_file_path": "macros/materializations/seed.sql", "unique_id": "macro.dbt_bigquery.bigquery__load_csv_rows", "macro_sql": "{% macro bigquery__load_csv_rows(model, agate_table) %}\n\n {%- set column_override = model['config'].get('column_types', {}) -%}\n {{ adapter.load_dataframe(model['database'], model['schema'], model['alias'],\n \t\t\t\t\t\t\tagate_table, column_override) }}\n\n {% call statement() %}\n alter table {{ this.render() }} set {{ bigquery_table_options(config, model) }}\n {% endcall %}\n\n {% if config.persist_relation_docs() and 'description' in model %}\n\n \t{{ adapter.update_table_description(model['database'], model['schema'], model['alias'], model['description']) }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_bigquery.bigquery_table_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.7577531, "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": 1691524357.75877, "supported_languages": null}, "macro.dbt_bigquery.materialization_view_bigquery": {"name": "materialization_view_bigquery", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/view.sql", "original_file_path": "macros/materializations/view.sql", "unique_id": "macro.dbt_bigquery.materialization_view_bigquery", "macro_sql": "{% materialization view, adapter='bigquery' -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n\n {% set to_return = create_or_replace_view() %}\n\n {% set target_relation = this.incorporate(type='view') %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if config.get('grant_access_to') %}\n {% for grant_target_dict in config.get('grant_access_to') %}\n {% do adapter.grant_access_to(this, 'view', None, grant_target_dict) %}\n {% endfor %}\n {% endif %}\n\n {% do return(to_return) %}\n\n{%- endmaterialization %}", "depends_on": {"macros": ["macro.dbt.create_or_replace_view", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.760324, "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": 1691524357.766182, "supported_languages": ["sql", "python"]}, "macro.dbt_bigquery.py_write_table": {"name": "py_write_table", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/table.sql", "original_file_path": "macros/materializations/table.sql", "unique_id": "macro.dbt_bigquery.py_write_table", "macro_sql": "{% macro py_write_table(compiled_code, target_relation) %}\nfrom pyspark.sql import SparkSession\n\nspark = SparkSession.builder.appName('smallTest').getOrCreate()\n\nspark.conf.set(\"viewsEnabled\",\"true\")\nspark.conf.set(\"temporaryGcsBucket\",\"{{target.gcs_bucket}}\")\n\n{{ compiled_code }}\ndbt = dbtObj(spark.read.format(\"bigquery\").load)\ndf = model(dbt, spark)\n\n# COMMAND ----------\n# this is materialization code dbt generated, please do not modify\n\nimport pyspark\n# make sure pandas exists before using it\ntry:\n import pandas\n pandas_available = True\nexcept ImportError:\n pandas_available = False\n\n# make sure pyspark.pandas exists before using it\ntry:\n import pyspark.pandas\n pyspark_pandas_api_available = True\nexcept ImportError:\n pyspark_pandas_api_available = False\n\n# make sure databricks.koalas exists before using it\ntry:\n import databricks.koalas\n koalas_available = True\nexcept ImportError:\n koalas_available = False\n\n# preferentially convert pandas DataFrames to pandas-on-Spark or Koalas DataFrames first\n# since they know how to convert pandas DataFrames better than `spark.createDataFrame(df)`\n# and converting from pandas-on-Spark to Spark DataFrame has no overhead\nif pyspark_pandas_api_available and pandas_available and isinstance(df, pandas.core.frame.DataFrame):\n df = pyspark.pandas.frame.DataFrame(df)\nelif koalas_available and pandas_available and isinstance(df, pandas.core.frame.DataFrame):\n df = databricks.koalas.frame.DataFrame(df)\n\n# convert to pyspark.sql.dataframe.DataFrame\nif isinstance(df, pyspark.sql.dataframe.DataFrame):\n pass # since it is already a Spark DataFrame\nelif pyspark_pandas_api_available and isinstance(df, pyspark.pandas.frame.DataFrame):\n df = df.to_spark()\nelif koalas_available and isinstance(df, databricks.koalas.frame.DataFrame):\n df = df.to_spark()\nelif pandas_available and isinstance(df, pandas.core.frame.DataFrame):\n df = spark.createDataFrame(df)\nelse:\n msg = f\"{type(df)} is not a supported type for dbt Python materialization\"\n raise Exception(msg)\n\ndf.write \\\n .mode(\"overwrite\") \\\n .format(\"bigquery\") \\\n .option(\"writeMethod\", \"direct\").option(\"writeDisposition\", 'WRITE_TRUNCATE') \\\n .save(\"{{target_relation}}\")\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.766724, "supported_languages": null}, "macro.dbt_bigquery.materialization_copy_bigquery": {"name": "materialization_copy_bigquery", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/copy.sql", "original_file_path": "macros/materializations/copy.sql", "unique_id": "macro.dbt_bigquery.materialization_copy_bigquery", "macro_sql": "{% materialization copy, adapter='bigquery' -%}\n\n {# Setup #}\n {{ run_hooks(pre_hooks) }}\n\n {% set destination = this.incorporate(type='table') %}\n\n {# there can be several ref() or source() according to BQ copy API docs #}\n {# cycle over ref() and source() to create source tables array #}\n {% set source_array = [] %}\n {% for ref_table in model.refs %}\n {{ source_array.append(ref(*ref_table)) }}\n {% endfor %}\n\n {% for src_table in model.sources %}\n {{ source_array.append(source(*src_table)) }}\n {% endfor %}\n\n {# Call adapter copy_table function #}\n {%- set result_str = adapter.copy_table(\n source_array,\n destination,\n config.get('copy_materialization', default = 'table')) -%}\n\n {{ store_result('main', response=result_str) }}\n\n {# Clean up #}\n {{ run_hooks(post_hooks) }}\n {%- do apply_grants(target_relation, grant_config) -%}\n {{ adapter.commit() }}\n\n {{ return({'relations': [destination]}) }}\n{%- endmaterialization %}", "depends_on": {"macros": ["macro.dbt.run_hooks", "macro.dbt.apply_grants"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.7693472, "supported_languages": ["sql"]}, "macro.dbt_bigquery.dbt_bigquery_validate_get_incremental_strategy": {"name": "dbt_bigquery_validate_get_incremental_strategy", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental.sql", "original_file_path": "macros/materializations/incremental.sql", "unique_id": "macro.dbt_bigquery.dbt_bigquery_validate_get_incremental_strategy", "macro_sql": "{% macro dbt_bigquery_validate_get_incremental_strategy(config) %}\n {#-- Find and validate the incremental strategy #}\n {%- set strategy = config.get(\"incremental_strategy\") or 'merge' -%}\n\n {% set invalid_strategy_msg -%}\n Invalid incremental strategy provided: {{ strategy }}\n Expected one of: 'merge', 'insert_overwrite'\n {%- endset %}\n {% if strategy not in ['merge', 'insert_overwrite'] %}\n {% do exceptions.raise_compiler_error(invalid_strategy_msg) %}\n {% endif %}\n\n {% do return(strategy) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.773267, "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(build_partition_time_exp(partition_by.field), 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", "macro.dbt_bigquery.build_partition_time_exp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.773931, "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(is_time_ingestion_partitioning, temporary, relation, compiled_code, language='sql') %}\n {% if is_time_ingestion_partitioning and language == 'python' %}\n {% do exceptions.raise_compiler_error(\n \"Python models do not support ingestion time partitioning\"\n ) %}\n {% endif %}\n {% if is_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_ingestion_time_partitioned_table_as_sql(temporary, relation, compiled_code)) %}\n {{ return(bq_insert_into_ingestion_time_partitioned_table_sql(relation, compiled_code)) }}\n {% else %}\n {{ return(create_table_as(temporary, relation, compiled_code, language)) }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt_bigquery.create_ingestion_time_partitioned_table_as_sql", "macro.dbt_bigquery.bq_insert_into_ingestion_time_partitioned_table_sql", "macro.dbt.create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.775258, "supported_languages": null}, "macro.dbt_bigquery.bq_generate_incremental_build_sql": {"name": "bq_generate_incremental_build_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental.sql", "original_file_path": "macros/materializations/incremental.sql", "unique_id": "macro.dbt_bigquery.bq_generate_incremental_build_sql", "macro_sql": "{% macro bq_generate_incremental_build_sql(\n strategy, tmp_relation, target_relation, sql, unique_key, partition_by, partitions, dest_columns, tmp_relation_exists, copy_partitions, incremental_predicates\n) %}\n {#-- if partitioned, use BQ scripting to get the range of partition values to be updated --#}\n {% if strategy == 'insert_overwrite' %}\n\n {% set build_sql = bq_generate_incremental_insert_overwrite_build_sql(\n tmp_relation, target_relation, sql, unique_key, partition_by, partitions, dest_columns, tmp_relation_exists, copy_partitions\n ) %}\n\n {% else %} {# strategy == 'merge' #}\n\n {% set build_sql = bq_generate_incremental_merge_build_sql(\n tmp_relation, target_relation, sql, unique_key, partition_by, dest_columns, tmp_relation_exists, incremental_predicates\n ) %}\n\n {% endif %}\n\n {{ return(build_sql) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bq_generate_incremental_insert_overwrite_build_sql", "macro.dbt_bigquery.bq_generate_incremental_merge_build_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.776716, "supported_languages": null}, "macro.dbt_bigquery.materialization_incremental_bigquery": {"name": "materialization_incremental_bigquery", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental.sql", "original_file_path": "macros/materializations/incremental.sql", "unique_id": "macro.dbt_bigquery.materialization_incremental_bigquery", "macro_sql": "{% materialization incremental, adapter='bigquery', supported_languages=['sql', 'python'] -%}\n\n {%- set unique_key = config.get('unique_key') -%}\n {%- set full_refresh_mode = (should_full_refresh()) -%}\n {%- set language = model['language'] %}\n\n {%- set target_relation = this %}\n {%- set existing_relation = load_relation(this) %}\n {%- set tmp_relation = make_temp_relation(this) %}\n\n {#-- Validate early so we don't run SQL if the strategy is invalid --#}\n {% set strategy = dbt_bigquery_validate_get_incremental_strategy(config) -%}\n\n {%- set raw_partition_by = config.get('partition_by', none) -%}\n {%- set partition_by = adapter.parse_partition_by(raw_partition_by) -%}\n {%- set partitions = config.get('partitions', none) -%}\n {%- set cluster_by = config.get('cluster_by', none) -%}\n\n {% set on_schema_change = incremental_validate_on_schema_change(config.get('on_schema_change'), default='ignore') %}\n {% set incremental_predicates = config.get('predicates', default=none) or config.get('incremental_predicates', default=none) %}\n\n -- grab current tables grants config for comparison later on\n {% set grant_config = config.get('grants') %}\n\n {{ run_hooks(pre_hooks) }}\n\n {% if partition_by.copy_partitions is true and strategy != 'insert_overwrite' %} {#-- We can't copy partitions with merge strategy --#}\n {% set wrong_strategy_msg -%}\n The 'copy_partitions' option requires the 'incremental_strategy' option to be set to 'insert_overwrite'.\n {%- endset %}\n {% do exceptions.raise_compiler_error(wrong_strategy_msg) %}\n\n {% elif existing_relation is none %}\n {%- call statement('main', language=language) -%}\n {{ bq_create_table_as(partition_by.time_ingestion_partitioning, 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.time_ingestion_partitioning, 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.time_ingestion_partitioning, 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 {{ declare_dbt_max_partition(this, partition_by, compiled_code, language) +\n bq_create_table_as(partition_by.time_ingestion_partitioning, True, tmp_relation, compiled_code, language)\n }}\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 {% if partition_by.time_ingestion_partitioning %}\n {% set dest_columns = adapter.add_time_ingestion_partition_column(dest_columns) %}\n {% endif %}\n {% set build_sql = bq_generate_incremental_build_sql(\n strategy, tmp_relation, target_relation, compiled_code, unique_key, partition_by, partitions, dest_columns, tmp_relation_exists, partition_by.copy_partitions, incremental_predicates\n ) %}\n\n {%- call statement('main') -%}\n {{ build_sql }}\n {% endcall %}\n\n {%- if language == 'python' and tmp_relation -%}\n {{ adapter.drop_relation(tmp_relation) }}\n {%- endif -%}\n\n {% endif %}\n\n {{ run_hooks(post_hooks) }}\n\n {% set target_relation = this.incorporate(type='table') %}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode) %}\n {% do apply_grants(target_relation, grant_config, should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {{ return({'relations': [target_relation]}) }}\n\n{%- endmaterialization %}", "depends_on": {"macros": ["macro.dbt.should_full_refresh", "macro.dbt.load_relation", "macro.dbt.make_temp_relation", "macro.dbt_bigquery.dbt_bigquery_validate_get_incremental_strategy", "macro.dbt.incremental_validate_on_schema_change", "macro.dbt.run_hooks", "macro.dbt.statement", "macro.dbt_bigquery.bq_create_table_as", "macro.dbt_bigquery.declare_dbt_max_partition", "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": 1691524357.785423, "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": 1691524357.786245, "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": 1691524357.786581, "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": 1691524357.7868721, "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 _PARTITIONTIME,\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(build_partition_time_exp(partition_by), sql, True) }}\n {%- else -%}\n {{sql}}\n {%- endif %}\n )\n {%- endif -%}\n {%- endset -%}\n\n {% set build_sql = get_merge_sql(target_relation, source_sql, unique_key, dest_columns, incremental_predicates) %}\n\n {{ return(build_sql) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.wrap_with_time_ingestion_partitioning_sql", "macro.dbt_bigquery.build_partition_time_exp", "macro.dbt.get_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.7885818, "supported_languages": null}, "macro.dbt_bigquery.build_partition_time_exp": {"name": "build_partition_time_exp", "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.build_partition_time_exp", "macro_sql": "{% macro build_partition_time_exp(partition_by) %}\n {% if partition_by.data_type == 'timestamp' %}\n {% set partition_value = partition_by.field %}\n {% else %}\n {% set partition_value = 'timestamp(' + partition_by.field + ')' %}\n {% endif %}\n {{ return({'value': partition_value, 'field': partition_by.field}) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.789802, "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": 1691524357.7905128, "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, on_schema_change, 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, on_schema_change, 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": 1691524357.7944782, "supported_languages": null}, "macro.dbt_bigquery.bq_copy_partitions": {"name": "bq_copy_partitions", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "original_file_path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "unique_id": "macro.dbt_bigquery.bq_copy_partitions", "macro_sql": "{% macro bq_copy_partitions(tmp_relation, target_relation, partitions, partition_by) %}\n\n {% for partition in partitions %}\n {% if partition_by.granularity == 'hour' %}\n {% set partition = partition.strftime(\"%Y%m%d%H\") %}\n {% elif partition_by.granularity == 'day' %}\n {% set partition = partition.strftime(\"%Y%m%d\") %}\n {% elif partition_by.granularity == 'month' %}\n {% set partition = partition.strftime(\"%Y%m\") %}\n {% elif partition_by.granularity == 'year' %}\n {% set partition = partition.strftime(\"%Y\") %}\n {% endif %}\n {% set tmp_relation_partitioned = api.Relation.create(database=tmp_relation.database, schema=tmp_relation.schema, identifier=tmp_relation.table ~ '$' ~ partition, type=tmp_relation.type) %}\n {% set target_relation_partitioned = api.Relation.create(database=target_relation.database, schema=target_relation.schema, identifier=target_relation.table ~ '$' ~ partition, type=target_relation.type) %}\n {% do adapter.copy_table(tmp_relation_partitioned, target_relation_partitioned, \"table\") %}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.796891, "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, 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": 1691524357.798027, "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, 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 -%}\n {{ wrap_with_time_ingestion_partitioning_sql(build_partition_time_exp(partition_by), sql, True) }}\n {%- else -%}\n {{sql}}\n {%- endif -%}\n )\n {%- endset -%}\n\n {% if copy_partitions %}\n {% do bq_copy_partitions(tmp_relation, target_relation, partitions, partition_by) %}\n {% else %}\n\n {#-- Because 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 \"dynamic\" 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 {{ get_insert_overwrite_merge_sql(target_relation, source_sql, dest_columns, [predicate], include_sql_header=true) }}\n\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.wrap_with_time_ingestion_partitioning_sql", "macro.dbt_bigquery.build_partition_time_exp", "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": 1691524357.799646, "supported_languages": null}, "macro.dbt_bigquery.bq_dynamic_copy_partitions_insert_overwrite_sql": {"name": "bq_dynamic_copy_partitions_insert_overwrite_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "original_file_path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "unique_id": "macro.dbt_bigquery.bq_dynamic_copy_partitions_insert_overwrite_sql", "macro_sql": "{% macro bq_dynamic_copy_partitions_insert_overwrite_sql(\n tmp_relation, target_relation, sql, unique_key, partition_by, dest_columns, tmp_relation_exists, copy_partitions\n ) %}\n {# We run temp table creation in a separated script to move to partitions copy #}\n {%- call statement('create_tmp_relation_for_copy', language='sql') -%}\n {{ declare_dbt_max_partition(this, partition_by, sql, 'sql') +\n bq_create_table_as(partition_by.time_ingestion_partitioning, True, tmp_relation, sql, 'sql')\n }}\n {%- endcall %}\n {%- set partitions_sql -%}\n select distinct {{ partition_by.render_wrapped() }}\n from {{ tmp_relation }}\n {%- endset -%}\n {%- set partitions = run_query(partitions_sql).columns[0].values() -%}\n {# We copy the partitions #}\n {%- do bq_copy_partitions(tmp_relation, target_relation, partitions, partition_by) -%}\n -- Clean up the temp table\n drop table if exists {{ tmp_relation }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_bigquery.declare_dbt_max_partition", "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": 1691524357.80131, "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 _PARTITIONTIME,\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 {{ declare_dbt_max_partition(this, partition_by, sql) }}\n\n -- 1. create a temp table with model data\n {{ bq_create_table_as(partition_by.time_ingestion_partitioning, True, tmp_relation, sql, 'sql') }}\n {% else %}\n -- 1. temp table already exists, we used it to check for schema changes\n {% endif %}\n\n -- 2. define partitions to update\n set (dbt_partitions_for_replacement) = (\n select as struct\n array_agg(distinct {{ partition_by.render_wrapped() }})\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.declare_dbt_max_partition", "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": 1691524357.803591, "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_time_exp, sql, is_nested) %}\n\n select {{ partition_time_exp['value'] }} as _partitiontime, * EXCEPT({{ partition_time_exp['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": 1691524357.806574, "supported_languages": null}, "macro.dbt_bigquery.create_ingestion_time_partitioned_table_as_sql": {"name": "create_ingestion_time_partitioned_table_as_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.create_ingestion_time_partitioned_table_as_sql", "macro_sql": "{% macro create_ingestion_time_partitioned_table_as_sql(temporary, relation, 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\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\n {{ sql_header if sql_header is not none }}\n\n {% set ingestion_time_partition_config_raw = fromjson(tojson(raw_partition_by)) %}\n {% do ingestion_time_partition_config_raw.update({'field':'_PARTITIONTIME'}) %}\n\n {%- set ingestion_time_partition_config = adapter.parse_partition_by(ingestion_time_partition_config_raw) -%}\n\n create or replace table {{ relation }} ({{table_dest_columns_csv}})\n {{ partition_by(ingestion_time_partition_config) }}\n {{ cluster_by(raw_cluster_by) }}\n {{ bigquery_table_options(config, model, temporary) }}\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_bigquery.partition_by", "macro.dbt_bigquery.cluster_by", "macro.dbt_bigquery.bigquery_table_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.808903, "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": 1691524357.809798, "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": 1691524357.810338, "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 partition_by = config.get('partition_by', none) -%}\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 }} (_partitiontime, {{ dest_columns_csv }})\n {{ wrap_with_time_ingestion_partitioning_sql(build_partition_time_exp(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", "macro.dbt_bigquery.build_partition_time_exp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.811295, "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 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": 1691524357.811779, "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": 1691524357.8120089, "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": 1691524357.812468, "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": 1691524357.812799, "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": 1691524357.813184, "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": 1691524357.813513, "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": 1691524357.813899, "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": 1691524357.814285, "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": 1691524357.814742, "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": 1691524357.815522, "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": 1691524357.817076, "supported_languages": null}, "macro.dbt_bigquery.bigquery__safe_cast": {"name": "bigquery__safe_cast", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/safe_cast.sql", "original_file_path": "macros/utils/safe_cast.sql", "unique_id": "macro.dbt_bigquery.bigquery__safe_cast", "macro_sql": "{% macro bigquery__safe_cast(field, type) %}\n safe_cast({{field}} as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.817462, "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": 1691524357.8178182, "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": 1691524357.818274, "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": 1691524357.818631, "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": 1691524357.818917, "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\n )]\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.82003, "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": 1691524357.820401, "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": 1691524357.821026, "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": 1691524357.821459, "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": 1691524357.822633, "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": 1691524357.823151, "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": 1691524357.823661, "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": 1691524357.824372, "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": 1691524357.826397, "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": 1691524357.826924, "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": 1691524357.827242, "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": 1691524357.827551, "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": 1691524357.8278599, "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": 1691524357.828529, "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": 1691524357.829175, "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": 1691524357.829824, "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": 1691524357.83061, "supported_languages": null}, "macro.dbt.default__snapshot_merge_sql": {"name": "default__snapshot_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/snapshot_merge.sql", "original_file_path": "macros/materializations/snapshots/snapshot_merge.sql", "unique_id": "macro.dbt.default__snapshot_merge_sql", "macro_sql": "{% macro default__snapshot_merge_sql(target, source, insert_cols) -%}\n {%- set insert_cols_csv = insert_cols | join(', ') -%}\n\n merge into {{ target }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on DBT_INTERNAL_SOURCE.dbt_scd_id = DBT_INTERNAL_DEST.dbt_scd_id\n\n when matched\n and DBT_INTERNAL_DEST.dbt_valid_to is null\n and DBT_INTERNAL_SOURCE.dbt_change_type in ('update', 'delete')\n then update\n set dbt_valid_to = DBT_INTERNAL_SOURCE.dbt_valid_to\n\n when not matched\n and DBT_INTERNAL_SOURCE.dbt_change_type = 'insert'\n then insert ({{ insert_cols_csv }})\n values ({{ insert_cols_csv }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.8311749, "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": 1691524357.8372312, "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": 1691524357.837591, "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": 1691524357.838069, "supported_languages": null}, "macro.dbt.snapshot_timestamp_strategy": {"name": "snapshot_timestamp_strategy", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.snapshot_timestamp_strategy", "macro_sql": "{% macro snapshot_timestamp_strategy(node, snapshotted_rel, current_rel, config, target_exists) %}\n {% set primary_key = config['unique_key'] %}\n {% set updated_at = config['updated_at'] %}\n {% set invalidate_hard_deletes = config.get('invalidate_hard_deletes', false) %}\n\n {#/*\n The snapshot relation might not have an {{ updated_at }} value if the\n snapshot strategy is changed from `check` to `timestamp`. We\n should use a dbt-created column for the comparison in the snapshot\n table instead of assuming that the user-supplied {{ updated_at }}\n will be present in the historical data.\n\n See https://github.com/dbt-labs/dbt-core/issues/2350\n */ #}\n {% set row_changed_expr -%}\n ({{ snapshotted_rel }}.dbt_valid_from < {{ current_rel }}.{{ updated_at }})\n {%- endset %}\n\n {% set scd_id_expr = snapshot_hash_arguments([primary_key, updated_at]) %}\n\n {% do return({\n \"unique_key\": primary_key,\n \"updated_at\": updated_at,\n \"row_changed\": row_changed_expr,\n \"scd_id\": scd_id_expr,\n \"invalidate_hard_deletes\": invalidate_hard_deletes\n }) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.8395982, "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": 1691524357.840092, "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": 1691524357.84046, "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 select {{ check_cols_config | join(', ') }} from ({{ node['compiled_code'] }}) 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": 1691524357.8433568, "supported_languages": null}, "macro.dbt.snapshot_check_strategy": {"name": "snapshot_check_strategy", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.snapshot_check_strategy", "macro_sql": "{% macro snapshot_check_strategy(node, snapshotted_rel, current_rel, config, target_exists) %}\n {% set check_cols_config = config['check_cols'] %}\n {% set primary_key = config['unique_key'] %}\n {% set invalidate_hard_deletes = config.get('invalidate_hard_deletes', false) %}\n {% set updated_at = config.get('updated_at', snapshot_get_time()) %}\n\n {% set column_added = false %}\n\n {% set column_added, check_cols = snapshot_check_all_get_existing_columns(node, target_exists, check_cols_config) %}\n\n {%- set row_changed_expr -%}\n (\n {%- if column_added -%}\n {{ get_true_sql() }}\n {%- else -%}\n {%- for col in check_cols -%}\n {{ snapshotted_rel }}.{{ col }} != {{ current_rel }}.{{ col }}\n or\n (\n (({{ snapshotted_rel }}.{{ col }} is null) and not ({{ current_rel }}.{{ col }} is null))\n or\n ((not {{ snapshotted_rel }}.{{ col }} is null) and ({{ current_rel }}.{{ col }} is null))\n )\n {%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n {%- endif -%}\n )\n {%- endset %}\n\n {% set scd_id_expr = snapshot_hash_arguments([primary_key, updated_at]) %}\n\n {% do return({\n \"unique_key\": primary_key,\n \"updated_at\": updated_at,\n \"row_changed\": row_changed_expr,\n \"scd_id\": scd_id_expr,\n \"invalidate_hard_deletes\": invalidate_hard_deletes\n }) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.snapshot_get_time", "macro.dbt.snapshot_check_all_get_existing_columns", "macro.dbt.get_true_sql", "macro.dbt.snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.846239, "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": 1691524357.8520901, "supported_languages": null}, "macro.dbt.default__create_columns": {"name": "default__create_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.default__create_columns", "macro_sql": "{% macro default__create_columns(relation, columns) %}\n {% for column in columns %}\n {% call statement() %}\n alter table {{ relation }} add column \"{{ column.name }}\" {{ column.data_type }};\n {% endcall %}\n {% endfor %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.8526971, "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": 1691524357.8534532, "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": 1691524357.853654, "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": 1691524357.8539689, "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": 1691524357.854224, "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": 1691524357.854665, "supported_languages": null}, "macro.dbt.default__snapshot_staging_table": {"name": "default__snapshot_staging_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.default__snapshot_staging_table", "macro_sql": "{% macro default__snapshot_staging_table(strategy, source_sql, target_relation) -%}\n\n with snapshot_query as (\n\n {{ source_sql }}\n\n ),\n\n snapshotted_data as (\n\n select *,\n {{ strategy.unique_key }} as dbt_unique_key\n\n from {{ target_relation }}\n where dbt_valid_to is null\n\n ),\n\n insertions_source_data as (\n\n select\n *,\n {{ strategy.unique_key }} as dbt_unique_key,\n {{ strategy.updated_at }} as dbt_updated_at,\n {{ strategy.updated_at }} as dbt_valid_from,\n nullif({{ strategy.updated_at }}, {{ strategy.updated_at }}) as dbt_valid_to,\n {{ strategy.scd_id }} as dbt_scd_id\n\n from snapshot_query\n ),\n\n updates_source_data as (\n\n select\n *,\n {{ strategy.unique_key }} as dbt_unique_key,\n {{ strategy.updated_at }} as dbt_updated_at,\n {{ strategy.updated_at }} as dbt_valid_from,\n {{ strategy.updated_at }} as dbt_valid_to\n\n from snapshot_query\n ),\n\n {%- if strategy.invalidate_hard_deletes %}\n\n deletes_source_data as (\n\n select\n *,\n {{ strategy.unique_key }} as dbt_unique_key\n from snapshot_query\n ),\n {% endif %}\n\n insertions as (\n\n select\n 'insert' as dbt_change_type,\n source_data.*\n\n from insertions_source_data as source_data\n left outer join snapshotted_data on snapshotted_data.dbt_unique_key = source_data.dbt_unique_key\n where snapshotted_data.dbt_unique_key is null\n or (\n snapshotted_data.dbt_unique_key is not null\n and (\n {{ strategy.row_changed }}\n )\n )\n\n ),\n\n updates as (\n\n select\n 'update' as dbt_change_type,\n source_data.*,\n snapshotted_data.dbt_scd_id\n\n from updates_source_data as source_data\n join snapshotted_data on snapshotted_data.dbt_unique_key = source_data.dbt_unique_key\n where (\n {{ strategy.row_changed }}\n )\n )\n\n {%- if strategy.invalidate_hard_deletes -%}\n ,\n\n deletes as (\n\n select\n 'delete' as dbt_change_type,\n source_data.*,\n {{ snapshot_get_time() }} as dbt_valid_from,\n {{ snapshot_get_time() }} as dbt_updated_at,\n {{ snapshot_get_time() }} as dbt_valid_to,\n snapshotted_data.dbt_scd_id\n\n from snapshotted_data\n left join deletes_source_data as source_data on snapshotted_data.dbt_unique_key = source_data.dbt_unique_key\n where source_data.dbt_unique_key is null\n )\n {%- endif %}\n\n select * from insertions\n union all\n select * from updates\n {%- if strategy.invalidate_hard_deletes %}\n union all\n select * from deletes\n {%- endif %}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.snapshot_get_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.856759, "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": 1691524357.857195, "supported_languages": null}, "macro.dbt.default__build_snapshot_table": {"name": "default__build_snapshot_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.default__build_snapshot_table", "macro_sql": "{% macro default__build_snapshot_table(strategy, sql) %}\n\n select *,\n {{ strategy.scd_id }} as dbt_scd_id,\n {{ strategy.updated_at }} as dbt_updated_at,\n {{ strategy.updated_at }} as dbt_valid_from,\n nullif({{ strategy.updated_at }}, {{ strategy.updated_at }}) as dbt_valid_to\n from (\n {{ sql }}\n ) sbq\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.8577511, "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": 1691524357.8586822, "supported_languages": null}, "macro.dbt.materialization_snapshot_default": {"name": "materialization_snapshot_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/snapshot.sql", "original_file_path": "macros/materializations/snapshots/snapshot.sql", "unique_id": "macro.dbt.materialization_snapshot_default", "macro_sql": "{% materialization snapshot, default %}\n {%- set config = model['config'] -%}\n\n {%- set target_table = model.get('alias', model.get('name')) -%}\n\n {%- set strategy_name = config.get('strategy') -%}\n {%- set unique_key = config.get('unique_key') %}\n -- grab current tables grants config for comparision later on\n {%- set grant_config = config.get('grants') -%}\n\n {% set target_relation_exists, target_relation = get_or_create_relation(\n database=model.database,\n schema=model.schema,\n identifier=target_table,\n type='table') -%}\n\n {%- if not target_relation.is_table -%}\n {% do exceptions.relation_wrong_type(target_relation, 'table') %}\n {%- endif -%}\n\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n {% set strategy_macro = strategy_dispatch(strategy_name) %}\n {% set strategy = strategy_macro(model, \"snapshotted_data\", \"source_data\", config, target_relation_exists) %}\n\n {% if not target_relation_exists %}\n\n {% set build_sql = build_snapshot_table(strategy, model['compiled_code']) %}\n {% set final_sql = create_table_as(False, target_relation, build_sql) %}\n\n {% else %}\n\n {{ adapter.valid_snapshot_target(target_relation) }}\n\n {% set staging_table = build_snapshot_staging_table(strategy, sql, target_relation) %}\n\n -- this may no-op if the database does not require column expansion\n {% do adapter.expand_target_column_types(from_relation=staging_table,\n to_relation=target_relation) %}\n\n {% set missing_columns = adapter.get_missing_columns(staging_table, target_relation)\n | rejectattr('name', 'equalto', 'dbt_change_type')\n | rejectattr('name', 'equalto', 'DBT_CHANGE_TYPE')\n | rejectattr('name', 'equalto', 'dbt_unique_key')\n | rejectattr('name', 'equalto', 'DBT_UNIQUE_KEY')\n | list %}\n\n {% do create_columns(target_relation, missing_columns) %}\n\n {% set source_columns = adapter.get_columns_in_relation(staging_table)\n | rejectattr('name', 'equalto', 'dbt_change_type')\n | rejectattr('name', 'equalto', 'DBT_CHANGE_TYPE')\n | rejectattr('name', 'equalto', 'dbt_unique_key')\n | rejectattr('name', 'equalto', 'DBT_UNIQUE_KEY')\n | list %}\n\n {% set quoted_source_columns = [] %}\n {% for column in source_columns %}\n {% do quoted_source_columns.append(adapter.quote(column.name)) %}\n {% endfor %}\n\n {% set final_sql = snapshot_merge_sql(\n target = target_relation,\n source = staging_table,\n insert_cols = quoted_source_columns\n )\n %}\n\n {% endif %}\n\n {% call statement('main') %}\n {{ final_sql }}\n {% endcall %}\n\n {% set should_revoke = should_revoke(target_relation_exists, full_refresh_mode=False) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if not target_relation_exists %}\n {% do create_indexes(target_relation) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {{ adapter.commit() }}\n\n {% if staging_table is defined %}\n {% do post_snapshot(staging_table) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.get_or_create_relation", "macro.dbt.run_hooks", "macro.dbt.strategy_dispatch", "macro.dbt.build_snapshot_table", "macro.dbt.create_table_as", "macro.dbt.build_snapshot_staging_table", "macro.dbt.create_columns", "macro.dbt.snapshot_merge_sql", "macro.dbt.statement", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt.create_indexes", "macro.dbt.post_snapshot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.870107, "supported_languages": ["sql"]}, "macro.dbt.materialization_test_default": {"name": "materialization_test_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/tests/test.sql", "original_file_path": "macros/materializations/tests/test.sql", "unique_id": "macro.dbt.materialization_test_default", "macro_sql": "{%- materialization test, default -%}\n\n {% set relations = [] %}\n\n {% if should_store_failures() %}\n\n {% set identifier = model['alias'] %}\n {% set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) %}\n {% set target_relation = api.Relation.create(\n identifier=identifier, schema=schema, database=database, type='table') -%} %}\n\n {% if old_relation %}\n {% do adapter.drop_relation(old_relation) %}\n {% endif %}\n\n {% call statement(auto_begin=True) %}\n {{ create_table_as(False, target_relation, sql) }}\n {% endcall %}\n\n {% do relations.append(target_relation) %}\n\n {% set main_sql %}\n select *\n from {{ target_relation }}\n {% endset %}\n\n {{ adapter.commit() }}\n\n {% else %}\n\n {% set main_sql = sql %}\n\n {% endif %}\n\n {% set limit = config.get('limit') %}\n {% set fail_calc = config.get('fail_calc') %}\n {% set warn_if = config.get('warn_if') %}\n {% set error_if = config.get('error_if') %}\n\n {% call statement('main', fetch_result=True) -%}\n\n {{ get_test_sql(main_sql, fail_calc, warn_if, error_if, limit)}}\n\n {%- endcall %}\n\n {{ return({'relations': relations}) }}\n\n{%- endmaterialization -%}", "depends_on": {"macros": ["macro.dbt.should_store_failures", "macro.dbt.statement", "macro.dbt.create_table_as", "macro.dbt.get_test_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.8745239, "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": 1691524357.875444, "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": 1691524357.87611, "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": 1691524357.8768241, "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": 1691524357.877662, "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": 1691524357.8802361, "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": 1691524357.881697, "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": 1691524357.8831182, "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": 1691524357.88363, "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": 1691524357.8855429, "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": 1691524357.89461, "supported_languages": null}, "macro.dbt.default__get_merge_sql": {"name": "default__get_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.default__get_merge_sql", "macro_sql": "{% macro default__get_merge_sql(target, source, unique_key, dest_columns, incremental_predicates=none) -%}\n {%- set predicates = [] if incremental_predicates is none else [] + incremental_predicates -%}\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n {%- set merge_update_columns = config.get('merge_update_columns') -%}\n {%- set merge_exclude_columns = config.get('merge_exclude_columns') -%}\n {%- set update_columns = get_merge_update_columns(merge_update_columns, merge_exclude_columns, dest_columns) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {% if unique_key %}\n {% if unique_key is sequence and unique_key is not mapping and unique_key is not string %}\n {% for key in unique_key %}\n {% set this_key_match %}\n DBT_INTERNAL_SOURCE.{{ key }} = DBT_INTERNAL_DEST.{{ key }}\n {% endset %}\n {% do predicates.append(this_key_match) %}\n {% endfor %}\n {% else %}\n {% set unique_key_match %}\n DBT_INTERNAL_SOURCE.{{ unique_key }} = DBT_INTERNAL_DEST.{{ unique_key }}\n {% endset %}\n {% do predicates.append(unique_key_match) %}\n {% endif %}\n {% else %}\n {% do predicates.append('FALSE') %}\n {% endif %}\n\n {{ sql_header if sql_header is not none }}\n\n merge into {{ target }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on {{\"(\" ~ predicates | join(\") and (\") ~ \")\"}}\n\n {% if unique_key %}\n when matched then update set\n {% for column_name in update_columns -%}\n {{ column_name }} = DBT_INTERNAL_SOURCE.{{ column_name }}\n {%- if not loop.last %}, {%- endif %}\n {%- endfor %}\n {% endif %}\n\n when not matched then insert\n ({{ dest_cols_csv }})\n values\n ({{ dest_cols_csv }})\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_quoted_csv", "macro.dbt.get_merge_update_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.89819, "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": 1691524357.8987362, "supported_languages": null}, "macro.dbt.default__get_delete_insert_merge_sql": {"name": "default__get_delete_insert_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.default__get_delete_insert_merge_sql", "macro_sql": "{% macro default__get_delete_insert_merge_sql(target, source, unique_key, dest_columns, incremental_predicates) -%}\n\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n\n {% if unique_key %}\n {% if unique_key is sequence and unique_key is not string %}\n delete from {{target }}\n using {{ source }}\n where (\n {% for key in unique_key %}\n {{ source }}.{{ key }} = {{ target }}.{{ key }}\n {{ \"and \" if not loop.last}}\n {% endfor %}\n {% if incremental_predicates %}\n {% for predicate in incremental_predicates %}\n and {{ predicate }}\n {% endfor %}\n {% endif %}\n );\n {% else %}\n delete from {{ target }}\n where (\n {{ unique_key }}) in (\n select ({{ unique_key }})\n from {{ source }}\n )\n {%- if incremental_predicates %}\n {% for predicate in incremental_predicates %}\n and {{ predicate }}\n {% endfor %}\n {%- endif -%};\n\n {% endif %}\n {% endif %}\n\n insert into {{ target }} ({{ dest_cols_csv }})\n (\n select {{ dest_cols_csv }}\n from {{ source }}\n )\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_quoted_csv"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.9008589, "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": 1691524357.90142, "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": 1691524357.9028249, "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": 1691524357.904167, "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": 1691524357.905625, "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": 1691524357.906129, "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": 1691524357.906533, "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": 1691524357.907161, "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": 1691524357.9075599, "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": 1691524357.9081979, "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": 1691524357.908606, "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": 1691524357.9091752, "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": 1691524357.909614, "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": 1691524357.909954, "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": 1691524357.910549, "supported_languages": null}, "macro.dbt.materialization_incremental_default": {"name": "materialization_incremental_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/incremental.sql", "original_file_path": "macros/materializations/models/incremental/incremental.sql", "unique_id": "macro.dbt.materialization_incremental_default", "macro_sql": "{% materialization incremental, default -%}\n\n -- relations\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='table') -%}\n {%- set temp_relation = make_temp_relation(target_relation)-%}\n {%- set intermediate_relation = make_intermediate_relation(target_relation)-%}\n {%- set backup_relation_type = 'table' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n\n -- configs\n {%- set unique_key = config.get('unique_key') -%}\n {%- set full_refresh_mode = (should_full_refresh() or existing_relation.is_view) -%}\n {%- set on_schema_change = incremental_validate_on_schema_change(config.get('on_schema_change'), default='ignore') -%}\n\n -- the temp_ and backup_ relations should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation. This has to happen before\n -- BEGIN, in a separate transaction\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation)-%}\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n {% set to_drop = [] %}\n\n {% if existing_relation is none %}\n {% set build_sql = get_create_table_as_sql(False, target_relation, sql) %}\n {% elif full_refresh_mode %}\n {% set build_sql = get_create_table_as_sql(False, intermediate_relation, sql) %}\n {% set need_swap = true %}\n {% else %}\n {% do run_query(get_create_table_as_sql(True, temp_relation, sql)) %}\n {% do adapter.expand_target_column_types(\n from_relation=temp_relation,\n to_relation=target_relation) %}\n {#-- Process schema changes. Returns dict of changes if successful. Use source columns for upserting/merging --#}\n {% set dest_columns = process_schema_changes(on_schema_change, temp_relation, existing_relation) %}\n {% if not dest_columns %}\n {% set dest_columns = adapter.get_columns_in_relation(existing_relation) %}\n {% endif %}\n\n {#-- Get the incremental_strategy, the macro to use for the strategy, and build the sql --#}\n {% set incremental_strategy = config.get('incremental_strategy') or 'default' %}\n {% set incremental_predicates = config.get('predicates', none) or config.get('incremental_predicates', none) %}\n {% set strategy_sql_macro_func = adapter.get_incremental_strategy_macro(context, incremental_strategy) %}\n {% set strategy_arg_dict = ({'target_relation': target_relation, 'temp_relation': temp_relation, 'unique_key': unique_key, 'dest_columns': dest_columns, 'incremental_predicates': incremental_predicates }) %}\n {% set build_sql = strategy_sql_macro_func(strategy_arg_dict) %}\n\n {% endif %}\n\n {% call statement(\"main\") %}\n {{ build_sql }}\n {% endcall %}\n\n {% if need_swap %}\n {% do adapter.rename_relation(target_relation, backup_relation) %}\n {% do adapter.rename_relation(intermediate_relation, target_relation) %}\n {% do to_drop.append(backup_relation) %}\n {% endif %}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if existing_relation is none or existing_relation.is_view or should_full_refresh() %}\n {% do create_indexes(target_relation) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n -- `COMMIT` happens here\n {% do adapter.commit() %}\n\n {% for rel in to_drop %}\n {% do adapter.drop_relation(rel) %}\n {% endfor %}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{%- endmaterialization %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_temp_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.should_full_refresh", "macro.dbt.incremental_validate_on_schema_change", "macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks", "macro.dbt.get_create_table_as_sql", "macro.dbt.run_query", "macro.dbt.process_schema_changes", "macro.dbt.statement", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt.create_indexes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.9202719, "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": 1691524357.92818, "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": 1691524357.930906, "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": 1691524357.933449, "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": 1691524357.935313, "supported_languages": null}, "macro.dbt.materialization_table_default": {"name": "materialization_table_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/table.sql", "original_file_path": "macros/materializations/models/table/table.sql", "unique_id": "macro.dbt.materialization_table_default", "macro_sql": "{% materialization table, default %}\n\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='table') %}\n {%- set intermediate_relation = make_intermediate_relation(target_relation) -%}\n -- the intermediate_relation should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation) -%}\n /*\n See ../view/view.sql for more information about this relation.\n */\n {%- set backup_relation_type = 'table' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n -- as above, the backup_relation should not already exist\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n\n -- drop the temp relations if they exist already in the database\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_table_as_sql(False, intermediate_relation, sql) }}\n {%- endcall %}\n\n -- cleanup\n {% if existing_relation is not none %}\n {{ adapter.rename_relation(existing_relation, backup_relation) }}\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": 1691524357.940361, "supported_languages": ["sql"]}, "macro.dbt.get_create_table_as_sql": {"name": "get_create_table_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/create_table_as.sql", "original_file_path": "macros/materializations/models/table/create_table_as.sql", "unique_id": "macro.dbt.get_create_table_as_sql", "macro_sql": "{% macro get_create_table_as_sql(temporary, relation, sql) -%}\n {{ adapter.dispatch('get_create_table_as_sql', 'dbt')(temporary, relation, sql) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_create_table_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.9412851, "supported_languages": null}, "macro.dbt.default__get_create_table_as_sql": {"name": "default__get_create_table_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/create_table_as.sql", "original_file_path": "macros/materializations/models/table/create_table_as.sql", "unique_id": "macro.dbt.default__get_create_table_as_sql", "macro_sql": "{% macro default__get_create_table_as_sql(temporary, relation, sql) -%}\n {{ return(create_table_as(temporary, relation, sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.941854, "supported_languages": null}, "macro.dbt.create_table_as": {"name": "create_table_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/create_table_as.sql", "original_file_path": "macros/materializations/models/table/create_table_as.sql", "unique_id": "macro.dbt.create_table_as", "macro_sql": "{% macro create_table_as(temporary, relation, compiled_code, language='sql') -%}\n {# backward compatibility for create_table_as that does not support language #}\n {% if language == \"sql\" %}\n {{ adapter.dispatch('create_table_as', 'dbt')(temporary, relation, compiled_code)}}\n {% else %}\n {{ adapter.dispatch('create_table_as', 'dbt')(temporary, relation, compiled_code, language) }}\n {% endif %}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.942763, "supported_languages": null}, "macro.dbt.default__create_table_as": {"name": "default__create_table_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/create_table_as.sql", "original_file_path": "macros/materializations/models/table/create_table_as.sql", "unique_id": "macro.dbt.default__create_table_as", "macro_sql": "{% macro default__create_table_as(temporary, relation, sql) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n\n create {% if temporary: -%}temporary{%- endif %} table\n {{ relation.include(database=(not temporary), schema=(not temporary)) }}\n as (\n {{ sql }}\n );\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.94369, "supported_languages": null}, "macro.dbt.materialization_view_default": {"name": "materialization_view_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/view.sql", "original_file_path": "macros/materializations/models/view/view.sql", "unique_id": "macro.dbt.materialization_view_default", "macro_sql": "{%- materialization view, default -%}\n\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='view') -%}\n {%- set intermediate_relation = make_intermediate_relation(target_relation) -%}\n\n -- the intermediate_relation should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation) -%}\n /*\n This relation (probably) doesn't exist yet. If it does exist, it's a leftover from\n a previous run, and we're going to try to drop it immediately. At the end of this\n materialization, we're going to rename the \"existing_relation\" to this identifier,\n and then we're going to drop it. In order to make sure we run the correct one of:\n - drop view ...\n - drop table ...\n\n We need to set the type of this relation to be the type of the existing_relation, if it exists,\n or else \"view\" as a sane default if it does not. Note that if the existing_relation does not\n exist, then there is nothing to move out of the way and subsequentally drop. In that case,\n this relation will be effectively unused.\n */\n {%- set backup_relation_type = 'view' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n -- as above, the backup_relation should not already exist\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- drop the temp relations if they exist already in the database\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_view_as_sql(intermediate_relation, sql) }}\n {%- endcall %}\n\n -- cleanup\n -- move the existing view out of the way\n {% if existing_relation is not none %}\n {{ adapter.rename_relation(existing_relation, backup_relation) }}\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": 1691524357.948653, "supported_languages": ["sql"]}, "macro.dbt.handle_existing_table": {"name": "handle_existing_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/helpers.sql", "original_file_path": "macros/materializations/models/view/helpers.sql", "unique_id": "macro.dbt.handle_existing_table", "macro_sql": "{% macro handle_existing_table(full_refresh, old_relation) %}\n {{ adapter.dispatch('handle_existing_table', 'dbt')(full_refresh, old_relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__handle_existing_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.949282, "supported_languages": null}, "macro.dbt.default__handle_existing_table": {"name": "default__handle_existing_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/helpers.sql", "original_file_path": "macros/materializations/models/view/helpers.sql", "unique_id": "macro.dbt.default__handle_existing_table", "macro_sql": "{% macro default__handle_existing_table(full_refresh, old_relation) %}\n {{ log(\"Dropping relation \" ~ old_relation ~ \" because it is of type \" ~ old_relation.type) }}\n {{ adapter.drop_relation(old_relation) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.949755, "supported_languages": null}, "macro.dbt.create_or_replace_view": {"name": "create_or_replace_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/create_or_replace_view.sql", "original_file_path": "macros/materializations/models/view/create_or_replace_view.sql", "unique_id": "macro.dbt.create_or_replace_view", "macro_sql": "{% macro create_or_replace_view() %}\n {%- set identifier = model['alias'] -%}\n\n {%- set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) -%}\n {%- set exists_as_view = (old_relation is not none and old_relation.is_view) -%}\n\n {%- set target_relation = api.Relation.create(\n identifier=identifier, schema=schema, database=database,\n type='view') -%}\n {% set grant_config = config.get('grants') %}\n\n {{ run_hooks(pre_hooks) }}\n\n -- If there's a table with the same name and we weren't told to full refresh,\n -- that's an error. If we were told to full refresh, drop it. This behavior differs\n -- for Snowflake and BigQuery, so multiple dispatch is used.\n {%- if old_relation is not none and old_relation.is_table -%}\n {{ handle_existing_table(should_full_refresh(), old_relation) }}\n {%- endif -%}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_view_as_sql(target_relation, sql) }}\n {%- endcall %}\n\n {% set should_revoke = should_revoke(exists_as_view, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=True) %}\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": 1691524357.9528792, "supported_languages": null}, "macro.dbt.get_create_view_as_sql": {"name": "get_create_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/create_view_as.sql", "original_file_path": "macros/materializations/models/view/create_view_as.sql", "unique_id": "macro.dbt.get_create_view_as_sql", "macro_sql": "{% macro get_create_view_as_sql(relation, sql) -%}\n {{ adapter.dispatch('get_create_view_as_sql', 'dbt')(relation, sql) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_create_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.953606, "supported_languages": null}, "macro.dbt.default__get_create_view_as_sql": {"name": "default__get_create_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/create_view_as.sql", "original_file_path": "macros/materializations/models/view/create_view_as.sql", "unique_id": "macro.dbt.default__get_create_view_as_sql", "macro_sql": "{% macro default__get_create_view_as_sql(relation, sql) -%}\n {{ return(create_view_as(relation, sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.create_view_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.954004, "supported_languages": null}, "macro.dbt.create_view_as": {"name": "create_view_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/create_view_as.sql", "original_file_path": "macros/materializations/models/view/create_view_as.sql", "unique_id": "macro.dbt.create_view_as", "macro_sql": "{% macro create_view_as(relation, sql) -%}\n {{ adapter.dispatch('create_view_as', 'dbt')(relation, sql) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__create_view_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.9543948, "supported_languages": null}, "macro.dbt.default__create_view_as": {"name": "default__create_view_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/create_view_as.sql", "original_file_path": "macros/materializations/models/view/create_view_as.sql", "unique_id": "macro.dbt.default__create_view_as", "macro_sql": "{% macro default__create_view_as(relation, sql) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n create view {{ relation }} as (\n {{ sql }}\n );\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.954944, "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 comparision later on\n\n {%- do store_result('agate_table', response='OK', agate_table=agate_table) -%}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% set create_table_sql = \"\" %}\n {% if exists_as_view %}\n {{ exceptions.raise_compiler_error(\"Cannot seed to '{}', it is a view\".format(old_relation)) }}\n {% elif exists_as_table %}\n {% set create_table_sql = reset_csv_table(model, full_refresh_mode, old_relation, agate_table) %}\n {% else %}\n {% set create_table_sql = create_csv_table(model, agate_table) %}\n {% endif %}\n\n {% set code = 'CREATE' if full_refresh_mode else 'INSERT' %}\n {% set rows_affected = (agate_table.rows | length) %}\n {% set sql = load_csv_rows(model, agate_table) %}\n\n {% call noop_statement('main', code ~ ' ' ~ rows_affected, code, rows_affected) %}\n {{ get_csv_sql(create_table_sql, sql) }};\n {% endcall %}\n\n {% set target_relation = this.incorporate(type='table') %}\n\n {% set should_revoke = should_revoke(old_relation, full_refresh_mode) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if full_refresh_mode or not exists_as_table %}\n {% do create_indexes(target_relation) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n -- `COMMIT` happens here\n {{ adapter.commit() }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.should_full_refresh", "macro.dbt.run_hooks", "macro.dbt.reset_csv_table", "macro.dbt.create_csv_table", "macro.dbt.load_csv_rows", "macro.dbt.noop_statement", "macro.dbt.get_csv_sql", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt.create_indexes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.9612858, "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": 1691524357.968269, "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": 1691524357.970426, "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": 1691524357.9709172, "supported_languages": null}, "macro.dbt.default__reset_csv_table": {"name": "default__reset_csv_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.default__reset_csv_table", "macro_sql": "{% macro default__reset_csv_table(model, full_refresh, old_relation, agate_table) %}\n {% set sql = \"\" %}\n {% if full_refresh %}\n {{ adapter.drop_relation(old_relation) }}\n {% set sql = create_csv_table(model, agate_table) %}\n {% else %}\n {{ adapter.truncate_relation(old_relation) }}\n {% set sql = \"truncate table \" ~ old_relation %}\n {% endif %}\n\n {{ return(sql) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.create_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.971979, "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": 1691524357.97239, "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": 1691524357.9726799, "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": 1691524357.972982, "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": 1691524357.973235, "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": 1691524357.973619, "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": 1691524357.9738722, "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": 1691524357.974868, "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": 1691524357.9752629, "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": 1691524357.978106, "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": 1691524357.97884, "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 is none -%}\n\n {{ node.name }}\n\n {%- else -%}\n\n {{ custom_alias_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": 1691524357.97933, "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": 1691524357.9802969, "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": 1691524357.980853, "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": 1691524357.9814541, "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": 1691524357.982195, "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": 1691524357.982739, "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": 1691524357.983388, "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": 1691524357.9839911, "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": 1691524357.984551, "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": 1691524357.9859571, "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": 1691524357.9887621, "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": 1691524357.989964, "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": 1691524357.990586, "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": 1691524357.993515, "supported_languages": null}, "macro.dbt.dates_in_range": {"name": "dates_in_range", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/datetime.sql", "original_file_path": "macros/etc/datetime.sql", "unique_id": "macro.dbt.dates_in_range", "macro_sql": "{% macro dates_in_range(start_date_str, end_date_str=none, in_fmt=\"%Y%m%d\", out_fmt=\"%Y%m%d\") %}\n {% set end_date_str = start_date_str if end_date_str is none else end_date_str %}\n\n {% set start_date = convert_datetime(start_date_str, in_fmt) %}\n {% set end_date = convert_datetime(end_date_str, in_fmt) %}\n\n {% set day_count = (end_date - start_date).days %}\n {% if day_count < 0 %}\n {% set msg -%}\n Partiton start date is after the end date ({{ start_date }}, {{ end_date }})\n {%- endset %}\n\n {{ exceptions.raise_compiler_error(msg, model) }}\n {% endif %}\n\n {% set date_list = [] %}\n {% for i in range(0, day_count + 1) %}\n {% set the_date = (modules.datetime.timedelta(days=i) + start_date) %}\n {% if not out_fmt %}\n {% set _ = date_list.append(the_date) %}\n {% else %}\n {% set _ = date_list.append(the_date.strftime(out_fmt)) %}\n {% endif %}\n {% endfor %}\n\n {{ return(date_list) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.convert_datetime"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524357.996095, "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": 1691524357.997675, "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": 1691524357.9981701, "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": 1691524357.998635, "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": 1691524357.9988081, "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": 1691524357.9995131, "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": 1691524357.9998689, "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": 1691524358.000366, "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": 1691524358.0006368, "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": 1691524358.001146, "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": 1691524358.001407, "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": 1691524358.002099, "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": 1691524358.0024571, "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": 1691524358.00292, "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": 1691524358.003098, "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": 1691524358.0036328, "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": 1691524358.003933, "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": 1691524358.004512, "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": 1691524358.0048158, "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": 1691524358.0060759, "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": 1691524358.0069802, "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": 1691524358.007639, "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": 1691524358.007998, "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": 1691524358.008577, "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": 1691524358.009025, "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": 1691524358.009542, "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": 1691524358.00989, "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": 1691524358.010388, "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": 1691524358.010735, "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": 1691524358.0112388, "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": 1691524358.01147, "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": 1691524358.012049, "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": 1691524358.012345, "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": 1691524358.0128481, "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": 1691524358.01312, "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": 1691524358.014691, "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": 1691524358.015023, "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": 1691524358.015367, "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": 1691524358.015693, "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": 1691524358.016051, "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": 1691524358.016418, "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": 1691524358.016768, "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": 1691524358.017427, "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": 1691524358.017783, "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": 1691524358.0181131, "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": 1691524358.018461, "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": 1691524358.018775, "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": 1691524358.019121, "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": 1691524358.019437, "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": 1691524358.020159, "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": 1691524358.020449, "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": 1691524358.020952, "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": 1691524358.021182, "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": 1691524358.021843, "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": 1691524358.0224042, "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": 1691524358.022722, "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": 1691524358.0236318, "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": 1691524358.023988, "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": 1691524358.024464, "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": 1691524358.025153, "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": 1691524358.025439, "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": 1691524358.0262232, "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": 1691524358.026746, "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": 1691524358.027352, "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": 1691524358.027648, "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": 1691524358.028335, "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": 1691524358.028733, "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": 1691524358.029428, "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": 1691524358.029846, "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": 1691524358.030689, "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": 1691524358.031009, "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": 1691524358.031318, "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": 1691524358.031551, "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": 1691524358.0319092, "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": 1691524358.032081, "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": 1691524358.032442, "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": 1691524358.032803, "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": 1691524358.0337229, "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": 1691524358.0340219, "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": 1691524358.034366, "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": 1691524358.035209, "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": 1691524358.0399842, "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": 1691524358.0403461, "supported_languages": null}, "macro.dbt.make_temp_relation": {"name": "make_temp_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.make_temp_relation", "macro_sql": "{% macro make_temp_relation(base_relation, suffix='__dbt_tmp') %}\n {{ return(adapter.dispatch('make_temp_relation', 'dbt')(base_relation, suffix)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__make_temp_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.0408168, "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": 1691524358.041562, "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": 1691524358.042082, "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": 1691524358.04279, "supported_languages": null}, "macro.dbt.drop_relation": {"name": "drop_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.drop_relation", "macro_sql": "{% macro drop_relation(relation) -%}\n {{ return(adapter.dispatch('drop_relation', 'dbt')(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__drop_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.043178, "supported_languages": null}, "macro.dbt.default__drop_relation": {"name": "default__drop_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__drop_relation", "macro_sql": "{% macro default__drop_relation(relation) -%}\n {% call statement('drop_relation', auto_begin=False) -%}\n drop {{ relation.type }} if exists {{ relation }} 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": 1691524358.043633, "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": 1691524358.044127, "supported_languages": null}, "macro.dbt.default__truncate_relation": {"name": "default__truncate_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__truncate_relation", "macro_sql": "{% macro default__truncate_relation(relation) -%}\n {% call statement('truncate_relation') -%}\n truncate table {{ relation }}\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.0445929, "supported_languages": null}, "macro.dbt.rename_relation": {"name": "rename_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.rename_relation", "macro_sql": "{% macro rename_relation(from_relation, to_relation) -%}\n {{ return(adapter.dispatch('rename_relation', 'dbt')(from_relation, to_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__rename_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.045027, "supported_languages": null}, "macro.dbt.default__rename_relation": {"name": "default__rename_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__rename_relation", "macro_sql": "{% macro default__rename_relation(from_relation, to_relation) -%}\n {% set target_name = adapter.quote_as_configured(to_relation.identifier, 'identifier') %}\n {% call statement('rename_relation') -%}\n alter table {{ from_relation }} rename to {{ target_name }}\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.045629, "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": 1691524358.046158, "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": 1691524358.047315, "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": 1691524358.0478022, "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": 1691524358.0481129, "supported_languages": null}, "macro.dbt.drop_relation_if_exists": {"name": "drop_relation_if_exists", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.drop_relation_if_exists", "macro_sql": "{% macro drop_relation_if_exists(relation) %}\n {% if relation is not none %}\n {{ adapter.drop_relation(relation) }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.048531, "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": 1691524358.049411, "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').table) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.050325, "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": 1691524358.053001, "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": 1691524358.053258, "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": 1691524358.053646, "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": 1691524358.053889, "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": 1691524358.054616, "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": 1691524358.055016, "supported_languages": null}, "macro.dbt.default__get_show_grant_sql": {"name": "default__get_show_grant_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__get_show_grant_sql", "macro_sql": "{% macro default__get_show_grant_sql(relation) %}\n show grants on {{ relation }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.055281, "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": 1691524358.055758, "supported_languages": null}, "macro.dbt.default__get_grant_sql": {"name": "default__get_grant_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__get_grant_sql", "macro_sql": "\n\n{%- macro default__get_grant_sql(relation, privilege, grantees) -%}\n grant {{ privilege }} on {{ relation }} to {{ grantees | join(', ') }}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.056175, "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": 1691524358.056663, "supported_languages": null}, "macro.dbt.default__get_revoke_sql": {"name": "default__get_revoke_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__get_revoke_sql", "macro_sql": "\n\n{%- macro default__get_revoke_sql(relation, privilege, grantees) -%}\n revoke {{ privilege }} on {{ relation }} from {{ grantees | join(', ') }}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.0570722, "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": 1691524358.057593, "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": 1691524358.0592241, "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": 1691524358.059628, "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": 1691524358.0601542, "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": 1691524358.060642, "supported_languages": null}, "macro.dbt.default__apply_grants": {"name": "default__apply_grants", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__apply_grants", "macro_sql": "{% macro default__apply_grants(relation, grant_config, should_revoke=True) %}\n {#-- If grant_config is {} or None, this is a no-op --#}\n {% if grant_config %}\n {% if should_revoke %}\n {#-- We think previous grants may have carried over --#}\n {#-- Show current grants and calculate diffs --#}\n {% set current_grants_table = run_query(get_show_grant_sql(relation)) %}\n {% set current_grants_dict = adapter.standardize_grants_dict(current_grants_table) %}\n {% set needs_granting = diff_of_two_dicts(grant_config, current_grants_dict) %}\n {% set needs_revoking = diff_of_two_dicts(current_grants_dict, grant_config) %}\n {% if not (needs_granting or needs_revoking) %}\n {{ log('On ' ~ relation ~': All grants are in place, no revocation or granting needed.')}}\n {% endif %}\n {% else %}\n {#-- We don't think there's any chance of previous grants having carried over. --#}\n {#-- Jump straight to granting what the user has configured. --#}\n {% set needs_revoking = {} %}\n {% set needs_granting = grant_config %}\n {% endif %}\n {% if needs_granting or needs_revoking %}\n {% set revoke_statement_list = get_dcl_statement_list(relation, needs_revoking, get_revoke_sql) %}\n {% set grant_statement_list = get_dcl_statement_list(relation, needs_granting, get_grant_sql) %}\n {% set dcl_statement_list = revoke_statement_list + grant_statement_list %}\n {% if dcl_statement_list %}\n {{ call_dcl_statements(dcl_statement_list) }}\n {% endif %}\n {% endif %}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt.get_show_grant_sql", "macro.dbt.get_dcl_statement_list", "macro.dbt.call_dcl_statements"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.06306, "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": 1691524358.0642009, "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": 1691524358.064561, "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": 1691524358.064995, "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": 1691524358.0653539, "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": 1691524358.066039, "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": 1691524358.067051, "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": 1691524358.069304, "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": 1691524358.069924, "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": 1691524358.070323, "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": 1691524358.070663, "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": 1691524358.071048, "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": 1691524358.071575, "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": 1691524358.072014, "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": 1691524358.072659, "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": 1691524358.073062, "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": 1691524358.073409, "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": 1691524358.076111, "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": 1691524358.076471, "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": 1691524358.0771358, "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": 1691524358.077535, "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 select * from (\n {{ select_sql }}\n ) as __dbt_sbq\n where false\n limit 0\n {% endcall %}\n\n {{ return(load_result('get_columns_in_query').table.columns | map(attribute='name') | list) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.078368, "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": 1691524358.0788522, "supported_languages": null}, "macro.dbt.default__alter_column_type": {"name": "default__alter_column_type", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__alter_column_type", "macro_sql": "{% macro default__alter_column_type(relation, column_name, new_column_type) -%}\n {#\n 1. Create a new column (w/ temp name and correct type)\n 2. Copy data over to it\n 3. Drop the existing column (cascade!)\n 4. Rename the new column to existing column\n #}\n {%- set tmp_column = column_name + \"__dbt_alter\" -%}\n\n {% call statement('alter_column_type') %}\n alter table {{ relation }} add column {{ adapter.quote(tmp_column) }} {{ new_column_type }};\n update {{ relation }} set {{ adapter.quote(tmp_column) }} = {{ adapter.quote(column_name) }};\n alter table {{ relation }} drop column {{ adapter.quote(column_name) }} cascade;\n alter table {{ relation }} rename column {{ adapter.quote(tmp_column) }} to {{ adapter.quote(column_name) }}\n {% endcall %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.080148, "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": 1691524358.080737, "supported_languages": null}, "macro.dbt.default__alter_relation_add_remove_columns": {"name": "default__alter_relation_add_remove_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__alter_relation_add_remove_columns", "macro_sql": "{% macro default__alter_relation_add_remove_columns(relation, add_columns, remove_columns) %}\n\n {% if add_columns is none %}\n {% set add_columns = [] %}\n {% endif %}\n {% if remove_columns is none %}\n {% set remove_columns = [] %}\n {% endif %}\n\n {% set sql -%}\n\n alter {{ relation.type }} {{ relation }}\n\n {% for column in add_columns %}\n add column {{ column.name }} {{ column.data_type }}{{ ',' if not loop.last }}\n {% endfor %}{{ ',' if add_columns and remove_columns }}\n\n {% for column in remove_columns %}\n drop column {{ column.name }}{{ ',' if not loop.last }}\n {% endfor %}\n\n {%- endset -%}\n\n {% do run_query(sql) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.082565, "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": 1691524358.084772, "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": 1691524358.085098, "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 resolved = ref(*_ref) -%}\n {%- do ref_dict.update({_ref | join('.'): resolve_model_name(resolved)}) -%}\n {%- endfor -%}\n\ndef ref(*args,dbt_load_df_function):\n refs = {{ ref_dict | tojson }}\n key = '.'.join(args)\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": 1691524358.086022, "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": 1691524358.0868769, "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": 1691524358.088093, "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: ref(*args, 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": 1691524358.0891259, "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": 1691524358.089581, "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": 1691524358.0905359, "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": 1691524358.091081, "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": 1691524358.0916932, "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": 1691524358.0922828, "supported_languages": null}, "macro.mailchimp_source.get_automation_recipient_columns": {"name": "get_automation_recipient_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_automation_recipient_columns.sql", "original_file_path": "macros/get_automation_recipient_columns.sql", "unique_id": "macro.mailchimp_source.get_automation_recipient_columns", "macro_sql": "{% macro get_automation_recipient_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"automation_email_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"list_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"member_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.093473, "supported_languages": null}, "macro.mailchimp_source.get_campaign_columns": {"name": "get_campaign_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_campaign_columns.sql", "original_file_path": "macros/get_campaign_columns.sql", "unique_id": "macro.mailchimp_source.get_campaign_columns", "macro_sql": "{% macro get_campaign_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"archive_url\", \"datatype\": dbt.type_string()},\n {\"name\": \"authenticate\", \"datatype\": \"boolean\"},\n {\"name\": \"auto_footer\", \"datatype\": \"boolean\"},\n {\"name\": \"auto_tweet\", \"datatype\": \"boolean\"},\n {\"name\": \"clicktale\", \"datatype\": dbt.type_string()},\n {\"name\": \"content_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"create_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"drag_and_drop\", \"datatype\": \"boolean\"},\n {\"name\": \"fb_comments\", \"datatype\": \"boolean\"},\n {\"name\": \"folder_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"from_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"google_analytics\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"inline_css\", \"datatype\": \"boolean\"},\n {\"name\": \"list_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"long_archive_url\", \"datatype\": dbt.type_string()},\n {\"name\": \"reply_to\", \"datatype\": dbt.type_string()},\n {\"name\": \"segment_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"segment_text\", \"datatype\": dbt.type_int()},\n {\"name\": \"send_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"subject_line\", \"datatype\": dbt.type_string()},\n {\"name\": \"template_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"test_size\", \"datatype\": dbt.type_int()},\n {\"name\": \"timewarp\", \"datatype\": \"boolean\"},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"to_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"track_ecomm_360\", \"datatype\": \"boolean\"},\n {\"name\": \"track_goals\", \"datatype\": \"boolean\"},\n {\"name\": \"track_html_clicks\", \"datatype\": \"boolean\"},\n {\"name\": \"track_opens\", \"datatype\": \"boolean\"},\n {\"name\": \"track_text_clicks\", \"datatype\": \"boolean\"},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"use_conversation\", \"datatype\": \"boolean\"},\n {\"name\": \"wait_time\", \"datatype\": dbt.type_int()},\n {\"name\": \"winner_criteria\", \"datatype\": dbt.type_int()},\n {\"name\": \"winning_campaign_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"winning_combination_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.101911, "supported_languages": null}, "macro.mailchimp_source.get_list_columns": {"name": "get_list_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_list_columns.sql", "original_file_path": "macros/get_list_columns.sql", "unique_id": "macro.mailchimp_source.get_list_columns", "macro_sql": "{% macro get_list_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"beamer_address\", \"datatype\": dbt.type_string()},\n {\"name\": \"contact_address_1\", \"datatype\": dbt.type_string()},\n {\"name\": \"contact_address_2\", \"datatype\": dbt.type_int()},\n {\"name\": \"contact_city\", \"datatype\": dbt.type_string()},\n {\"name\": \"contact_company\", \"datatype\": dbt.type_string()},\n {\"name\": \"contact_country\", \"datatype\": dbt.type_string()},\n {\"name\": \"contact_state\", \"datatype\": dbt.type_string()},\n {\"name\": \"contact_zip\", \"datatype\": dbt.type_string()},\n {\"name\": \"date_created\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"default_from_email\", \"datatype\": dbt.type_string()},\n {\"name\": \"default_from_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"default_language\", \"datatype\": dbt.type_string()},\n {\"name\": \"default_subject\", \"datatype\": dbt.type_int()},\n {\"name\": \"email_type_option\", \"datatype\": \"boolean\"},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"list_rating\", \"datatype\": dbt.type_float()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"notify_on_subscribe\", \"datatype\": dbt.type_int()},\n {\"name\": \"notify_on_unsubscribe\", \"datatype\": dbt.type_int()},\n {\"name\": \"permission_reminder\", \"datatype\": dbt.type_string()},\n {\"name\": \"subscribe_url_long\", \"datatype\": dbt.type_string()},\n {\"name\": \"subscribe_url_short\", \"datatype\": dbt.type_string()},\n {\"name\": \"use_archive_bar\", \"datatype\": \"boolean\"},\n {\"name\": \"visibility\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.107523, "supported_languages": null}, "macro.mailchimp_source.get_segment_columns": {"name": "get_segment_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_segment_columns.sql", "original_file_path": "macros/get_segment_columns.sql", "unique_id": "macro.mailchimp_source.get_segment_columns", "macro_sql": "{% macro get_segment_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"list_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"member_count\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.109662, "supported_languages": null}, "macro.mailchimp_source.get_automation_email_columns": {"name": "get_automation_email_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_automation_email_columns.sql", "original_file_path": "macros/get_automation_email_columns.sql", "unique_id": "macro.mailchimp_source.get_automation_email_columns", "macro_sql": "{% macro get_automation_email_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"archive_url\", \"datatype\": dbt.type_string()},\n {\"name\": \"authenticate\", \"datatype\": \"boolean\"},\n {\"name\": \"auto_footer\", \"datatype\": \"boolean\"},\n {\"name\": \"auto_tweet\", \"datatype\": \"boolean\"},\n {\"name\": \"automation_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"clicktale\", \"datatype\": dbt.type_int()},\n {\"name\": \"content_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"create_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"delay_action\", \"datatype\": dbt.type_string()},\n {\"name\": \"delay_action_description\", \"datatype\": dbt.type_string()},\n {\"name\": \"delay_amount\", \"datatype\": dbt.type_int()},\n {\"name\": \"delay_direction\", \"datatype\": dbt.type_int()},\n {\"name\": \"delay_full_description\", \"datatype\": dbt.type_string()},\n {\"name\": \"delay_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"drag_and_drop\", \"datatype\": \"boolean\"},\n {\"name\": \"fb_comments\", \"datatype\": \"boolean\"},\n {\"name\": \"folder_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"from_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"google_analytics\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"inline_css\", \"datatype\": \"boolean\"},\n {\"name\": \"position\", \"datatype\": dbt.type_int()},\n {\"name\": \"reply_to\", \"datatype\": dbt.type_string()},\n {\"name\": \"send_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"start_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"subject_line\", \"datatype\": dbt.type_string()},\n {\"name\": \"template_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"timewarp\", \"datatype\": dbt.type_int()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"to_name\", \"datatype\": dbt.type_int()},\n {\"name\": \"track_ecomm_360\", \"datatype\": \"boolean\"},\n {\"name\": \"track_goals\", \"datatype\": \"boolean\"},\n {\"name\": \"track_html_clicks\", \"datatype\": \"boolean\"},\n {\"name\": \"track_opens\", \"datatype\": \"boolean\"},\n {\"name\": \"track_text_clicks\", \"datatype\": \"boolean\"},\n {\"name\": \"use_conversation\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.1177971, "supported_languages": null}, "macro.mailchimp_source.get_member_columns": {"name": "get_member_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_member_columns.sql", "original_file_path": "macros/get_member_columns.sql", "unique_id": "macro.mailchimp_source.get_member_columns", "macro_sql": "{% macro get_member_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"country_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"dstoff\", \"datatype\": dbt.type_float()},\n {\"name\": \"email_address\", \"datatype\": dbt.type_string()},\n {\"name\": \"email_client\", \"datatype\": dbt.type_string()},\n {\"name\": \"email_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"gmtoff\", \"datatype\": dbt.type_float()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"ip_opt\", \"datatype\": dbt.type_string()},\n {\"name\": \"ip_signup\", \"datatype\": dbt.type_string()},\n {\"name\": \"language\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_changed\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"latitude\", \"datatype\": dbt.type_float()},\n {\"name\": \"list_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"longitude\", \"datatype\": dbt.type_float()},\n {\"name\": \"member_rating\", \"datatype\": dbt.type_int()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp_opt\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"timestamp_signup\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"timezone\", \"datatype\": dbt.type_string()},\n {\"name\": \"unique_email_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"vip\", \"datatype\": \"boolean\"}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('mailchimp__members_pass_through_columns')) }}\n\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_float", "macro.dbt.type_int", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.123014, "supported_languages": null}, "macro.mailchimp_source.get_automation_columns": {"name": "get_automation_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_automation_columns.sql", "original_file_path": "macros/get_automation_columns.sql", "unique_id": "macro.mailchimp_source.get_automation_columns", "macro_sql": "{% macro get_automation_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"create_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"list_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"segment_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"segment_text\", \"datatype\": dbt.type_int()},\n {\"name\": \"start_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"trigger_settings\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.125601, "supported_languages": null}, "macro.mailchimp_source.get_campaign_recipient_activity_columns": {"name": "get_campaign_recipient_activity_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_campaign_recipient_activity_columns.sql", "original_file_path": "macros/get_campaign_recipient_activity_columns.sql", "unique_id": "macro.mailchimp_source.get_campaign_recipient_activity_columns", "macro_sql": "{% macro get_campaign_recipient_activity_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"action\", \"datatype\": dbt.type_string()},\n {\"name\": \"bounce_type\", \"datatype\": dbt.type_int()},\n {\"name\": \"campaign_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"combination_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"ip\", \"datatype\": dbt.type_string()},\n {\"name\": \"list_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"member_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"url\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.127966, "supported_languages": null}, "macro.mailchimp_source.get_campaign_recipient_columns": {"name": "get_campaign_recipient_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_campaign_recipient_columns.sql", "original_file_path": "macros/get_campaign_recipient_columns.sql", "unique_id": "macro.mailchimp_source.get_campaign_recipient_columns", "macro_sql": "{% macro get_campaign_recipient_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"campaign_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"combination_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"list_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"member_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.129367, "supported_languages": null}, "macro.mailchimp_source.get_unsubscribe_columns": {"name": "get_unsubscribe_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_unsubscribe_columns.sql", "original_file_path": "macros/get_unsubscribe_columns.sql", "unique_id": "macro.mailchimp_source.get_unsubscribe_columns", "macro_sql": "{% macro get_unsubscribe_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"campaign_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"list_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"member_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"reason\", \"datatype\": dbt.type_int()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.131049, "supported_languages": null}, "macro.mailchimp_source.get_segment_member_columns": {"name": "get_segment_member_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_segment_member_columns.sql", "original_file_path": "macros/get_segment_member_columns.sql", "unique_id": "macro.mailchimp_source.get_segment_member_columns", "macro_sql": "{% macro get_segment_member_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"list_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"member_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"segment_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.132409, "supported_languages": null}, "macro.mailchimp_source.get_automation_recipient_activity_columns": {"name": "get_automation_recipient_activity_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_automation_recipient_activity_columns.sql", "original_file_path": "macros/get_automation_recipient_activity_columns.sql", "unique_id": "macro.mailchimp_source.get_automation_recipient_activity_columns", "macro_sql": "{% macro get_automation_recipient_activity_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"action\", \"datatype\": dbt.type_string()},\n {\"name\": \"automation_email_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"bounce_type\", \"datatype\": dbt.type_int()},\n {\"name\": \"ip\", \"datatype\": dbt.type_string()},\n {\"name\": \"list_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"member_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"url\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.134551, "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": 1691524358.13522, "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": 1691524358.1362739, "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": 1691524358.137121, "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": 1691524358.1386418, "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": 1691524358.1392782, "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": 1691524358.139959, "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": 1691524358.141658, "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": 1691524358.144703, "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": 1691524358.1463108, "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": 1691524358.14872, "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": 1691524358.149886, "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": 1691524358.150615, "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": 1691524358.151885, "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": 1691524358.15391, "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": 1691524358.154808, "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": 1691524358.1557891, "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": 1691524358.156886, "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": 1691524358.157888, "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": 1691524358.158875, "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": 1691524358.159704, "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": 1691524358.1608372, "supported_languages": null}, "macro.dbt_utils.default__test_at_least_one": {"name": "default__test_at_least_one", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/at_least_one.sql", "original_file_path": "macros/generic_tests/at_least_one.sql", "unique_id": "macro.dbt_utils.default__test_at_least_one", "macro_sql": "{% macro default__test_at_least_one(model, column_name, group_by_columns) %}\n\n{% set pruned_cols = [column_name] %}\n\n{% if group_by_columns|length() > 0 %}\n\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n {% set pruned_cols = group_by_columns %}\n\n {% if column_name not in pruned_cols %}\n {% do pruned_cols.append(column_name) %}\n {% endif %}\n\n{% endif %}\n\n{% set select_pruned_cols = pruned_cols|join(' ,') %}\n\nselect *\nfrom (\n with pruned_rows as (\n select\n {{ select_pruned_cols }}\n from {{ model }}\n where {{ column_name }} is not null\n limit 1\n )\n select\n {# In TSQL, subquery aggregate columns need aliases #}\n {# thus: a filler col name, 'filler_column' #}\n {{select_gb_cols}}\n count({{ column_name }}) as filler_column\n\n from pruned_rows\n\n {{groupby_gb_cols}}\n\n having count({{ column_name }}) = 0\n\n) validation_errors\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.162652, "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": 1691524358.1637309, "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": 1691524358.1650949, "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": 1691524358.166096, "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": 1691524358.1668239, "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": 1691524358.167606, "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": 1691524358.1683872, "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": 1691524358.169495, "supported_languages": null}, "macro.dbt_utils.default__test_not_null_proportion": {"name": "default__test_not_null_proportion", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_null_proportion.sql", "original_file_path": "macros/generic_tests/not_null_proportion.sql", "unique_id": "macro.dbt_utils.default__test_not_null_proportion", "macro_sql": "{% macro default__test_not_null_proportion(model, group_by_columns) %}\n\n{% set column_name = kwargs.get('column_name', kwargs.get('arg')) %}\n{% set at_least = kwargs.get('at_least', kwargs.get('arg')) %}\n{% set at_most = kwargs.get('at_most', kwargs.get('arg', 1)) %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\nwith validation as (\n select\n {{select_gb_cols}}\n sum(case when {{ column_name }} is null then 0 else 1 end) / cast(count(*) as numeric) as not_null_proportion\n from {{ model }}\n {{groupby_gb_cols}}\n),\nvalidation_errors as (\n select\n {{select_gb_cols}}\n not_null_proportion\n from validation\n where not_null_proportion < {{ at_least }} or not_null_proportion > {{ at_most }}\n)\nselect\n *\nfrom validation_errors\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.171726, "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": 1691524358.1733, "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": 1691524358.175224, "supported_languages": null}, "macro.dbt_utils.test_equality": {"name": "test_equality", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/equality.sql", "original_file_path": "macros/generic_tests/equality.sql", "unique_id": "macro.dbt_utils.test_equality", "macro_sql": "{% test equality(model, compare_model, compare_columns=None) %}\n {{ return(adapter.dispatch('test_equality', 'dbt_utils')(model, compare_model, compare_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_equality"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.176512, "supported_languages": null}, "macro.dbt_utils.default__test_equality": {"name": "default__test_equality", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/equality.sql", "original_file_path": "macros/generic_tests/equality.sql", "unique_id": "macro.dbt_utils.default__test_equality", "macro_sql": "{% macro default__test_equality(model, compare_model, compare_columns=None) %}\n\n{% set set_diff %}\n count(*) + coalesce(abs(\n sum(case when which_diff = 'a_minus_b' then 1 else 0 end) -\n sum(case when which_diff = 'b_minus_a' then 1 else 0 end)\n ), 0)\n{% endset %}\n\n{#-- Needs to be set at parse time, before we return '' below --#}\n{{ config(fail_calc = set_diff) }}\n\n{#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n{%- if not execute -%}\n {{ return('') }}\n{% endif %}\n\n-- setup\n{%- do dbt_utils._is_relation(model, 'test_equality') -%}\n\n{#-\nIf the compare_cols arg is provided, we can run this test without querying the\ninformation schema\u00a0\u2014 this allows the model to be an ephemeral model\n-#}\n\n{%- if not compare_columns -%}\n {%- do dbt_utils._is_ephemeral(model, 'test_equality') -%}\n {%- set compare_columns = adapter.get_columns_in_relation(model) | map(attribute='quoted') -%}\n{%- endif -%}\n\n{% set compare_cols_csv = compare_columns | join(', ') %}\n\nwith a as (\n\n select * from {{ model }}\n\n),\n\nb as (\n\n select * from {{ compare_model }}\n\n),\n\na_minus_b as (\n\n select {{compare_cols_csv}} from a\n {{ dbt.except() }}\n select {{compare_cols_csv}} from b\n\n),\n\nb_minus_a as (\n\n select {{compare_cols_csv}} from b\n {{ dbt.except() }}\n select {{compare_cols_csv}} from a\n\n),\n\nunioned as (\n\n select 'a_minus_b' as which_diff, a_minus_b.* from a_minus_b\n union all\n select 'b_minus_a' as which_diff, b_minus_a.* from b_minus_a\n\n)\n\nselect * from unioned\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt.except"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.178493, "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": 1691524358.1793978, "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": 1691524358.180035, "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": 1691524358.184923, "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": 1691524358.188472, "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": 1691524358.189018, "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": 1691524358.1893811, "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": 1691524358.190279, "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": 1691524358.190845, "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": 1691524358.191262, "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": 1691524358.191872, "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": 1691524358.1922472, "supported_languages": null}, "macro.dbt_utils.slugify": {"name": "slugify", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/slugify.sql", "original_file_path": "macros/jinja_helpers/slugify.sql", "unique_id": "macro.dbt_utils.slugify", "macro_sql": "{% macro slugify(string) %}\n\n{#- Lower case the string -#}\n{% set string = string | lower %}\n{#- Replace spaces and dashes with underscores -#}\n{% set string = modules.re.sub('[ -]+', '_', string) %}\n{#- Only take letters, numbers, and underscores -#}\n{% set string = modules.re.sub('[^a-z0-9_]+', '', string) %}\n{#- Prepends \"_\" if string begins with a number -#}\n{% set string = modules.re.sub('^[0-9]', '_' + string[0], string) %}\n\n{{ return(string) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.193504, "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": 1691524358.195262, "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": 1691524358.19646, "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": 1691524358.197719, "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": 1691524358.198326, "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": 1691524358.199098, "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": 1691524358.1998248, "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": 1691524358.20115, "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": 1691524358.201768, "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": 1691524358.202506, "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": 1691524358.203994, "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": 1691524358.205781, "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": 1691524358.207125, "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": 1691524358.208004, "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": 1691524358.208415, "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": 1691524358.20952, "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": 1691524358.210894, "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": 1691524358.212676, "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": 1691524358.21348, "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": 1691524358.214079, "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": 1691524358.216119, "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": 1691524358.219319, "supported_languages": null}, "macro.dbt_utils.unpivot": {"name": "unpivot", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/unpivot.sql", "original_file_path": "macros/sql/unpivot.sql", "unique_id": "macro.dbt_utils.unpivot", "macro_sql": "{% macro unpivot(relation=none, cast_to='varchar', exclude=none, remove=none, field_name='field_name', value_name='value') -%}\n {{ return(adapter.dispatch('unpivot', 'dbt_utils')(relation, cast_to, exclude, remove, field_name, value_name)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__unpivot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.221739, "supported_languages": null}, "macro.dbt_utils.default__unpivot": {"name": "default__unpivot", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/unpivot.sql", "original_file_path": "macros/sql/unpivot.sql", "unique_id": "macro.dbt_utils.default__unpivot", "macro_sql": "{% macro default__unpivot(relation=none, cast_to='varchar', exclude=none, remove=none, field_name='field_name', value_name='value') -%}\n\n {% if not relation %}\n {{ exceptions.raise_compiler_error(\"Error: argument `relation` is required for `unpivot` macro.\") }}\n {% endif %}\n\n {%- set exclude = exclude if exclude is not none else [] %}\n {%- set remove = remove if remove is not none else [] %}\n\n {%- set include_cols = [] %}\n\n {%- set table_columns = {} %}\n\n {%- do table_columns.update({relation: []}) %}\n\n {%- do dbt_utils._is_relation(relation, 'unpivot') -%}\n {%- do dbt_utils._is_ephemeral(relation, 'unpivot') -%}\n {%- set cols = adapter.get_columns_in_relation(relation) %}\n\n {%- for col in cols -%}\n {%- if col.column.lower() not in remove|map('lower') and col.column.lower() not in exclude|map('lower') -%}\n {% do include_cols.append(col) %}\n {%- endif %}\n {%- endfor %}\n\n\n {%- for col in include_cols -%}\n select\n {%- for exclude_col in exclude %}\n {{ exclude_col }},\n {%- endfor %}\n\n cast('{{ col.column }}' as {{ dbt.type_string() }}) as {{ field_name }},\n cast( {% if col.data_type == 'boolean' %}\n {{ dbt.cast_bool_to_text(col.column) }}\n {% else %}\n {{ col.column }}\n {% endif %}\n as {{ cast_to }}) as {{ value_name }}\n\n from {{ relation }}\n\n {% if not loop.last -%}\n union all\n {% endif -%}\n {%- endfor -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt.type_string", "macro.dbt.cast_bool_to_text"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.225088, "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": 1691524358.2256699, "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": 1691524358.226091, "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": 1691524358.230999, "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": 1691524358.238656, "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": 1691524358.239253, "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": 1691524358.2397811, "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": 1691524358.241008, "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": 1691524358.241458, "supported_languages": null}, "macro.dbt_utils.redshift__deduplicate": {"name": "redshift__deduplicate", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "unique_id": "macro.dbt_utils.redshift__deduplicate", "macro_sql": "{% macro redshift__deduplicate(relation, partition_by, order_by) -%}\n\n {{ return(dbt_utils.default__deduplicate(relation, partition_by, order_by=order_by)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__deduplicate"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.241885, "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": 1691524358.242451, "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": 1691524358.242814, "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": 1691524358.2431831, "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": 1691524358.243916, "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": 1691524358.244412, "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": 1691524358.245157, "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": 1691524358.246289, "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": 1691524358.2469382, "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": 1691524358.247648, "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": 1691524358.25021, "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": 1691524358.251136, "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": 1691524358.2527401, "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": 1691524358.2539241, "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": 1691524358.255868, "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": 1691524358.259192, "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": 1691524358.261054, "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": 1691524358.262843, "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": 1691524358.263781, "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": 1691524358.265366, "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": 1691524358.266755, "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": 1691524358.2677262, "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": 1691524358.2681391, "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": 1691524358.268857, "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": 1691524358.2701309, "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": 1691524358.270965, "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": 1691524358.272303, "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": 1691524358.273185, "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": 1691524358.2734878, "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": 1691524358.273786, "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": 1691524358.27408, "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": 1691524358.27513, "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": 1691524358.276795, "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": 1691524358.278603, "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": 1691524358.2791932, "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": 1691524358.280413, "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": 1691524358.2822678, "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": 1691524358.283185, "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": 1691524358.2848482, "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": 1691524358.2852101, "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": 1691524358.285568, "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": 1691524358.2859242, "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": 1691524358.286349, "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": 1691524358.2867022, "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": 1691524358.28838, "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": 1691524358.2896798, "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": 1691524358.2916448, "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": 1691524358.2921789, "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": 1691524358.292723, "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": 1691524358.2932422, "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": 1691524358.293772, "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": 1691524358.2943559, "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": 1691524358.294931, "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": 1691524358.295536, "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": 1691524358.295771, "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": 1691524358.296005, "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": 1691524358.296351, "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": 1691524358.2971048, "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": 1691524358.2982552, "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": 1691524358.300501, "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": 1691524358.301748, "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": 1691524358.303277, "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": 1691524358.304111, "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": 1691524358.3044019, "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": 1691524358.3046882, "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": 1691524358.304971, "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": 1691524358.3052642, "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": 1691524358.309708, "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": 1691524358.3100631, "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": 1691524358.310412, "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": 1691524358.3107579, "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": 1691524358.314425, "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": 1691524358.3159392, "supported_languages": null}, "macro.fivetran_utils.default__safe_cast": {"name": "default__safe_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.default__safe_cast", "macro_sql": "{% macro default__safe_cast(field, type) %}\n {# most databases don't support this function yet\n so we just need to use cast #}\n cast({{field}} as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.316246, "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": 1691524358.3168378, "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": 1691524358.317445, "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": 1691524358.317732, "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": 1691524358.3180108, "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": 1691524358.3182878, "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": 1691524358.31916, "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": 1691524358.3203788, "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": 1691524358.32128, "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": 1691524358.321722, "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": 1691524358.3222039, "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": 1691524358.322735, "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": 1691524358.325036, "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": 1691524358.33249, "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": 1691524358.333246, "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": 1691524358.334046, "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": 1691524358.337035, "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": 1691524358.3382468, "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": 1691524358.339328, "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": 1691524358.339666, "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": 1691524358.340002, "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": 1691524358.340375, "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": 1691524358.34071, "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": 1691524358.3410408, "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": 1691524358.3422232, "supported_languages": null}, "macro.fivetran_utils.default__collect_freshness": {"name": "default__collect_freshness", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/collect_freshness.sql", "original_file_path": "macros/collect_freshness.sql", "unique_id": "macro.fivetran_utils.default__collect_freshness", "macro_sql": "{% macro default__collect_freshness(source, loaded_at_field, filter) %}\n {% call statement('collect_freshness', fetch_result=True, auto_begin=False) -%}\n\n {%- set enabled_array = [] -%}\n {% for node in graph.sources.values() %}\n {% if node.identifier == source.identifier %}\n {% if (node.meta['is_enabled'] | default(true)) %}\n {%- do enabled_array.append(1) -%}\n {% endif %}\n {% endif %}\n {% endfor %}\n {% set is_enabled = (enabled_array != []) %}\n\n select\n {% if is_enabled %}\n max({{ loaded_at_field }})\n {% else %} \n {{ current_timestamp() }} {% endif %} as max_loaded_at,\n {{ current_timestamp() }} as snapshotted_at\n\n {% if is_enabled %}\n from {{ source }}\n {% if filter %}\n where {{ filter }}\n {% endif %}\n {% endif %}\n\n {% endcall %}\n {{ return(load_result('collect_freshness').table) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1691524358.3443031, "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": 1691524358.345461, "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": 1691524358.345817, "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": 1691524358.346169, "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": 1691524358.3465211, "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": 1691524358.346957, "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": 1691524358.347341, "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": 1691524358.3478441, "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": 1691524358.3481112, "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": 1691524358.348335, "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": 1691524358.3497112, "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": 1691524358.354999, "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": 1691524358.365547, "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": 1691524358.3685272, "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": 1691524358.369191, "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": 1691524358.369456, "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": 1691524358.36972, "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": 1691524358.369944, "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": 1691524358.370164, "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": 1691524358.3706722, "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": 1691524358.370978, "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": 1691524358.371237, "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": 1691524358.372032, "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": 1691524358.372836, "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.mailchimp.campaign_sends": {"name": "campaign_sends", "resource_type": "doc", "package_name": "mailchimp", "path": "mailchimp.md", "original_file_path": "models/mailchimp.md", "unique_id": "doc.mailchimp.campaign_sends", "block_contents": "The number of sent emails from campaigns."}, "doc.mailchimp.campaign_opens": {"name": "campaign_opens", "resource_type": "doc", "package_name": "mailchimp", "path": "mailchimp.md", "original_file_path": "models/mailchimp.md", "unique_id": "doc.mailchimp.campaign_opens", "block_contents": "The number of open events from campaign emails. \nThe same email being opened multiple times is included in this metric."}, "doc.mailchimp.campaign_clicks": {"name": "campaign_clicks", "resource_type": "doc", "package_name": "mailchimp", "path": "mailchimp.md", "original_file_path": "models/mailchimp.md", "unique_id": "doc.mailchimp.campaign_clicks", "block_contents": "The number of click events from campaign emails. \nThe same email being clicked multiple times is included in this metric."}, "doc.mailchimp.campaign_unique_opens": {"name": "campaign_unique_opens", "resource_type": "doc", "package_name": "mailchimp", "path": "mailchimp.md", "original_file_path": "models/mailchimp.md", "unique_id": "doc.mailchimp.campaign_unique_opens", "block_contents": "The unique number of emails opened from campaign emails. \nIf a given email to a user was opened multiple times, it will only count once in this metric.\nThis is the metric for opens that is reported by Mailchimp."}, "doc.mailchimp.campaign_unique_clicks": {"name": "campaign_unique_clicks", "resource_type": "doc", "package_name": "mailchimp", "path": "mailchimp.md", "original_file_path": "models/mailchimp.md", "unique_id": "doc.mailchimp.campaign_unique_clicks", "block_contents": "The unique number of emails clicked from campaign emails. \nIf a given email to a user was clicked multiple times, it will only count once in this metric.\nThis is the metric for clicks that is reported by Mailchimp."}, "doc.mailchimp.campaign_unsubscribes": {"name": "campaign_unsubscribes", "resource_type": "doc", "package_name": "mailchimp", "path": "mailchimp.md", "original_file_path": "models/mailchimp.md", "unique_id": "doc.mailchimp.campaign_unsubscribes", "block_contents": "The number of users who have unsubscribed from campaign emails."}, "doc.mailchimp.automation_sends": {"name": "automation_sends", "resource_type": "doc", "package_name": "mailchimp", "path": "mailchimp.md", "original_file_path": "models/mailchimp.md", "unique_id": "doc.mailchimp.automation_sends", "block_contents": "The number of sent emails from automations."}, "doc.mailchimp.automation_opens": {"name": "automation_opens", "resource_type": "doc", "package_name": "mailchimp", "path": "mailchimp.md", "original_file_path": "models/mailchimp.md", "unique_id": "doc.mailchimp.automation_opens", "block_contents": "The number of open events from automation emails. \nThe same email being opened multiple times is included in this metric."}, "doc.mailchimp.automation_clicks": {"name": "automation_clicks", "resource_type": "doc", "package_name": "mailchimp", "path": "mailchimp.md", "original_file_path": "models/mailchimp.md", "unique_id": "doc.mailchimp.automation_clicks", "block_contents": "The number of click events from automation emails. \nThe same email being clicked multiple times is included in this metric."}, "doc.mailchimp.automation_unique_opens": {"name": "automation_unique_opens", "resource_type": "doc", "package_name": "mailchimp", "path": "mailchimp.md", "original_file_path": "models/mailchimp.md", "unique_id": "doc.mailchimp.automation_unique_opens", "block_contents": "The unique number of emails opened from automation emails. \nIf a given email to a user was opened multiple times, it will only count once in this metric.\nThis is the metric for opens that is reported by Mailchimp."}, "doc.mailchimp.automation_unique_clicks": {"name": "automation_unique_clicks", "resource_type": "doc", "package_name": "mailchimp", "path": "mailchimp.md", "original_file_path": "models/mailchimp.md", "unique_id": "doc.mailchimp.automation_unique_clicks", "block_contents": "The unique number of emails clicked from automation emails. \nIf a given email to a user was clicked multiple times, it will only count once in this metric.\nThis is the metric for clicks that is reported by Mailchimp."}, "doc.mailchimp.automation_unsubscribes": {"name": "automation_unsubscribes", "resource_type": "doc", "package_name": "mailchimp", "path": "mailchimp.md", "original_file_path": "models/mailchimp.md", "unique_id": "doc.mailchimp.automation_unsubscribes", "block_contents": "The number of users who have unsubscribed from automation emails."}}, "exposures": {}, "metrics": {}, "selectors": {}, "disabled": {}, "parent_map": {"model.mailchimp_source.stg_mailchimp__segments": ["model.mailchimp_source.stg_mailchimp__segments_tmp", "model.mailchimp_source.stg_mailchimp__segments_tmp"], "model.mailchimp_source.stg_mailchimp__campaign_recipients": ["model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp", "model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp"], "model.mailchimp_source.stg_mailchimp__lists": ["model.mailchimp_source.stg_mailchimp__lists_tmp", "model.mailchimp_source.stg_mailchimp__lists_tmp"], "model.mailchimp_source.stg_mailchimp__automation_activities": ["model.mailchimp_source.stg_mailchimp__automation_activities_tmp", "model.mailchimp_source.stg_mailchimp__automation_activities_tmp"], "model.mailchimp_source.stg_mailchimp__unsubscribes": ["model.mailchimp_source.stg_mailchimp__unsubscribes_tmp", "model.mailchimp_source.stg_mailchimp__unsubscribes_tmp"], "model.mailchimp_source.stg_mailchimp__campaigns": ["model.mailchimp_source.stg_mailchimp__campaigns_tmp", "model.mailchimp_source.stg_mailchimp__campaigns_tmp"], "model.mailchimp_source.stg_mailchimp__automations": ["model.mailchimp_source.stg_mailchimp__automations_tmp", "model.mailchimp_source.stg_mailchimp__automations_tmp"], "model.mailchimp_source.stg_mailchimp__automation_emails": ["model.mailchimp_source.stg_mailchimp__automation_emails_tmp", "model.mailchimp_source.stg_mailchimp__automation_emails_tmp"], "model.mailchimp_source.stg_mailchimp__automation_recipients": ["model.mailchimp_source.stg_mailchimp__automation_recipients_tmp", "model.mailchimp_source.stg_mailchimp__automation_recipients_tmp"], "model.mailchimp_source.stg_mailchimp__members": ["model.mailchimp_source.stg_mailchimp__members_tmp", "model.mailchimp_source.stg_mailchimp__members_tmp"], "model.mailchimp_source.stg_mailchimp__campaign_activities": ["model.mailchimp_source.stg_mailchimp__campaign_activities_tmp", "model.mailchimp_source.stg_mailchimp__campaign_activities_tmp"], "model.mailchimp_source.stg_mailchimp__segment_members": ["model.mailchimp_source.stg_mailchimp__segment_members_tmp", "model.mailchimp_source.stg_mailchimp__segment_members_tmp"], "model.mailchimp_source.stg_mailchimp__automation_activities_tmp": ["source.mailchimp_source.mailchimp.automation_recipient_activity"], "model.mailchimp_source.stg_mailchimp__unsubscribes_tmp": ["source.mailchimp_source.mailchimp.unsubscribe"], "model.mailchimp_source.stg_mailchimp__lists_tmp": ["source.mailchimp_source.mailchimp.list"], "model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp": ["source.mailchimp_source.mailchimp.campaign_recipient"], "model.mailchimp_source.stg_mailchimp__segments_tmp": ["source.mailchimp_source.mailchimp.segment"], "model.mailchimp_source.stg_mailchimp__campaigns_tmp": ["source.mailchimp_source.mailchimp.campaign"], "model.mailchimp_source.stg_mailchimp__segment_members_tmp": ["source.mailchimp_source.mailchimp.segment_member"], "model.mailchimp_source.stg_mailchimp__members_tmp": ["source.mailchimp_source.mailchimp.member"], "model.mailchimp_source.stg_mailchimp__automations_tmp": ["source.mailchimp_source.mailchimp.automation"], "model.mailchimp_source.stg_mailchimp__automation_emails_tmp": ["source.mailchimp_source.mailchimp.automation_email"], "model.mailchimp_source.stg_mailchimp__automation_recipients_tmp": ["source.mailchimp_source.mailchimp.automation_recipient"], "model.mailchimp_source.stg_mailchimp__campaign_activities_tmp": ["source.mailchimp_source.mailchimp.campaign_recipient_activity"], "model.mailchimp.mailchimp__automation_activities": ["model.mailchimp_source.stg_mailchimp__automation_activities", "model.mailchimp_source.stg_mailchimp__automation_emails", "model.mailchimp_source.stg_mailchimp__automations"], "model.mailchimp.mailchimp__lists": ["model.mailchimp.int_mailchimp__automation_activities_by_list", "model.mailchimp.int_mailchimp__campaign_activities_by_list", "model.mailchimp.int_mailchimp__members_by_list", "model.mailchimp_source.stg_mailchimp__lists"], "model.mailchimp.mailchimp__members": ["model.mailchimp.int_mailchimp__automation_activities_by_member", "model.mailchimp.int_mailchimp__campaign_activities_by_member", "model.mailchimp_source.stg_mailchimp__members"], "model.mailchimp.mailchimp__campaigns": ["model.mailchimp.int_mailchimp__campaign_activities_by_campaign", "model.mailchimp_source.stg_mailchimp__campaigns"], "model.mailchimp.mailchimp__campaign_activities": ["model.mailchimp_source.stg_mailchimp__campaign_activities", "model.mailchimp_source.stg_mailchimp__campaigns"], "model.mailchimp.mailchimp__campaign_recipients": ["model.mailchimp.int_mailchimp__campaign_activities_by_email", "model.mailchimp_source.stg_mailchimp__campaign_recipients", "model.mailchimp_source.stg_mailchimp__campaigns", "model.mailchimp_source.stg_mailchimp__unsubscribes"], "model.mailchimp.mailchimp__automations": ["model.mailchimp.int_mailchimp__automation_activities_by_automation", "model.mailchimp_source.stg_mailchimp__automations"], "model.mailchimp.mailchimp__automation_emails": ["model.mailchimp.int_mailchimp__automation_activities_by_email", "model.mailchimp_source.stg_mailchimp__automation_emails", "model.mailchimp_source.stg_mailchimp__automations"], "model.mailchimp.mailchimp__segments": ["model.mailchimp.int_mailchimp__automation_activities_by_segment", "model.mailchimp.int_mailchimp__campaign_activities_by_segment", "model.mailchimp_source.stg_mailchimp__lists", "model.mailchimp_source.stg_mailchimp__segments"], "model.mailchimp.int_mailchimp__automation_activities_by_member": ["model.mailchimp.int_mailchimp__automation_recipients", "model.mailchimp.int_mailchimp__automation_unsubscribes", "model.mailchimp.mailchimp__automation_activities"], "model.mailchimp.int_mailchimp__members_by_list": ["model.mailchimp.mailchimp__members"], "model.mailchimp.int_mailchimp__automation_activities_by_list": ["model.mailchimp.int_mailchimp__automation_recipients", "model.mailchimp.int_mailchimp__automation_unsubscribes", "model.mailchimp.mailchimp__automation_activities"], "model.mailchimp.int_mailchimp__campaign_activities_by_list": ["model.mailchimp.mailchimp__campaign_recipients"], "model.mailchimp.int_mailchimp__campaign_activities_by_member": ["model.mailchimp.mailchimp__campaign_recipients"], "model.mailchimp.int_mailchimp__campaign_activities_by_segment": ["model.mailchimp.mailchimp__campaign_recipients"], "model.mailchimp.int_mailchimp__automation_activities_by_automation": ["model.mailchimp.int_mailchimp__automation_recipients", "model.mailchimp.int_mailchimp__automation_unsubscribes", "model.mailchimp.mailchimp__automation_activities"], "model.mailchimp.int_mailchimp__automation_activities_by_email": ["model.mailchimp.int_mailchimp__automation_recipients", "model.mailchimp.int_mailchimp__automation_unsubscribes", "model.mailchimp.mailchimp__automation_activities"], "model.mailchimp.int_mailchimp__automation_unsubscribes": ["model.mailchimp_source.stg_mailchimp__automation_emails", "model.mailchimp_source.stg_mailchimp__automations", "model.mailchimp_source.stg_mailchimp__unsubscribes"], "model.mailchimp.int_mailchimp__campaign_activities_by_campaign": ["model.mailchimp.mailchimp__campaign_recipients"], "model.mailchimp.int_mailchimp__automation_recipients": ["model.mailchimp_source.stg_mailchimp__automation_emails", "model.mailchimp_source.stg_mailchimp__automation_recipients", "model.mailchimp_source.stg_mailchimp__automations"], "model.mailchimp.int_mailchimp__automation_activities_by_segment": ["model.mailchimp.int_mailchimp__automation_recipients", "model.mailchimp.int_mailchimp__automation_unsubscribes", "model.mailchimp.mailchimp__automation_activities"], "model.mailchimp.int_mailchimp__campaign_activities_by_email": ["model.mailchimp.mailchimp__campaign_activities"], "test.mailchimp_source.not_null_stg_mailchimp__automation_activities_activity_id.0ae0f21475": ["model.mailchimp_source.stg_mailchimp__automation_activities"], "test.mailchimp_source.unique_stg_mailchimp__automation_activities_activity_id.1737f52a7d": ["model.mailchimp_source.stg_mailchimp__automation_activities"], "test.mailchimp_source.unique_stg_mailchimp__automation_emails_automation_email_id.a61e4c82c7": ["model.mailchimp_source.stg_mailchimp__automation_emails"], "test.mailchimp_source.not_null_stg_mailchimp__automation_emails_automation_email_id.019e811594": ["model.mailchimp_source.stg_mailchimp__automation_emails"], "test.mailchimp_source.not_null_stg_mailchimp__automation_recipients_automation_recipient_id.f0b2e24912": ["model.mailchimp_source.stg_mailchimp__automation_recipients"], "test.mailchimp_source.unique_stg_mailchimp__automation_recipients_automation_recipient_id.9c2cfa6272": ["model.mailchimp_source.stg_mailchimp__automation_recipients"], "test.mailchimp_source.unique_stg_mailchimp__automations_automation_id.455bcbd36b": ["model.mailchimp_source.stg_mailchimp__automations"], "test.mailchimp_source.not_null_stg_mailchimp__automations_automation_id.cf748ea94a": ["model.mailchimp_source.stg_mailchimp__automations"], "test.mailchimp_source.unique_stg_mailchimp__campaign_recipients_email_id.1e1843671d": ["model.mailchimp_source.stg_mailchimp__campaign_recipients"], "test.mailchimp_source.not_null_stg_mailchimp__campaign_recipients_email_id.e7aace8199": ["model.mailchimp_source.stg_mailchimp__campaign_recipients"], "test.mailchimp_source.unique_stg_mailchimp__campaign_activities_activity_id.1ed119dcbe": ["model.mailchimp_source.stg_mailchimp__campaign_activities"], "test.mailchimp_source.not_null_stg_mailchimp__campaign_activities_activity_id.7c968c29da": ["model.mailchimp_source.stg_mailchimp__campaign_activities"], "test.mailchimp_source.unique_stg_mailchimp__campaigns_campaign_id.534c6a58a0": ["model.mailchimp_source.stg_mailchimp__campaigns"], "test.mailchimp_source.not_null_stg_mailchimp__campaigns_campaign_id.b6967f01dd": ["model.mailchimp_source.stg_mailchimp__campaigns"], "test.mailchimp_source.unique_stg_mailchimp__lists_list_id.2d7d469b92": ["model.mailchimp_source.stg_mailchimp__lists"], "test.mailchimp_source.not_null_stg_mailchimp__lists_list_id.c08bbf9121": ["model.mailchimp_source.stg_mailchimp__lists"], "test.mailchimp_source.not_null_stg_mailchimp__members_member_id.70b6c824fb": ["model.mailchimp_source.stg_mailchimp__members"], "test.mailchimp_source.dbt_utils_unique_combination_of_columns_stg_mailchimp__members_member_id__list_id.b3e409aa79": ["model.mailchimp_source.stg_mailchimp__members"], "test.mailchimp_source.unique_stg_mailchimp__segments_segment_id.48f28610b5": ["model.mailchimp_source.stg_mailchimp__segments"], "test.mailchimp_source.not_null_stg_mailchimp__segments_segment_id.310ec9f744": ["model.mailchimp_source.stg_mailchimp__segments"], "test.mailchimp_source.not_null_stg_mailchimp__unsubscribes_unsubscribe_id.77bd90d9ab": ["model.mailchimp_source.stg_mailchimp__unsubscribes"], "test.mailchimp_source.unique_stg_mailchimp__unsubscribes_unsubscribe_id.c34aefd746": ["model.mailchimp_source.stg_mailchimp__unsubscribes"], "test.mailchimp.unique_mailchimp__lists_list_id.02d919c4b7": ["model.mailchimp.mailchimp__lists"], "test.mailchimp.not_null_mailchimp__lists_list_id.310995cf61": ["model.mailchimp.mailchimp__lists"], "test.mailchimp.not_null_mailchimp__members_member_id.19fce1e360": ["model.mailchimp.mailchimp__members"], "test.mailchimp.dbt_utils_unique_combination_of_columns_mailchimp__members_member_id__list_id.185a76059b": ["model.mailchimp.mailchimp__members"], "test.mailchimp.unique_mailchimp__campaigns_campaign_id.eb6be29df4": ["model.mailchimp.mailchimp__campaigns"], "test.mailchimp.not_null_mailchimp__campaigns_campaign_id.809cc27175": ["model.mailchimp.mailchimp__campaigns"], "test.mailchimp.unique_mailchimp__campaign_recipients_email_id.9c859c5286": ["model.mailchimp.mailchimp__campaign_recipients"], "test.mailchimp.not_null_mailchimp__campaign_recipients_email_id.0ae99b3cf9": ["model.mailchimp.mailchimp__campaign_recipients"], "test.mailchimp.unique_mailchimp__campaign_activities_activity_id.8a67feefd5": ["model.mailchimp.mailchimp__campaign_activities"], "test.mailchimp.not_null_mailchimp__campaign_activities_activity_id.358cb1d1f6": ["model.mailchimp.mailchimp__campaign_activities"], "test.mailchimp.unique_mailchimp__automations_automation_id.a3de618dee": ["model.mailchimp.mailchimp__automations"], "test.mailchimp.not_null_mailchimp__automations_automation_id.99246c168e": ["model.mailchimp.mailchimp__automations"], "test.mailchimp.unique_mailchimp__automation_emails_automation_email_id.ac05084851": ["model.mailchimp.mailchimp__automation_emails"], "test.mailchimp.not_null_mailchimp__automation_emails_automation_email_id.b6ed84cd9c": ["model.mailchimp.mailchimp__automation_emails"], "test.mailchimp.unique_mailchimp__automation_activities_activity_id.e455285fa8": ["model.mailchimp.mailchimp__automation_activities"], "test.mailchimp.not_null_mailchimp__automation_activities_activity_id.e225bd7be1": ["model.mailchimp.mailchimp__automation_activities"], "test.mailchimp.unique_mailchimp__segments_segment_id.b104dc2fe7": ["model.mailchimp.mailchimp__segments"], "test.mailchimp.not_null_mailchimp__segments_segment_id.26bfa1b782": ["model.mailchimp.mailchimp__segments"], "source.mailchimp_source.mailchimp.automation": [], "source.mailchimp_source.mailchimp.automation_email": [], "source.mailchimp_source.mailchimp.automation_recipient": [], "source.mailchimp_source.mailchimp.automation_recipient_activity": [], "source.mailchimp_source.mailchimp.campaign": [], "source.mailchimp_source.mailchimp.campaign_recipient": [], "source.mailchimp_source.mailchimp.campaign_recipient_activity": [], "source.mailchimp_source.mailchimp.segment": [], "source.mailchimp_source.mailchimp.segment_member": [], "source.mailchimp_source.mailchimp.list": [], "source.mailchimp_source.mailchimp.member": [], "source.mailchimp_source.mailchimp.unsubscribe": []}, "child_map": {"model.mailchimp_source.stg_mailchimp__segments": ["model.mailchimp.mailchimp__segments", "test.mailchimp_source.not_null_stg_mailchimp__segments_segment_id.310ec9f744", "test.mailchimp_source.unique_stg_mailchimp__segments_segment_id.48f28610b5"], "model.mailchimp_source.stg_mailchimp__campaign_recipients": ["model.mailchimp.mailchimp__campaign_recipients", "test.mailchimp_source.not_null_stg_mailchimp__campaign_recipients_email_id.e7aace8199", "test.mailchimp_source.unique_stg_mailchimp__campaign_recipients_email_id.1e1843671d"], "model.mailchimp_source.stg_mailchimp__lists": ["model.mailchimp.mailchimp__lists", "model.mailchimp.mailchimp__segments", "test.mailchimp_source.not_null_stg_mailchimp__lists_list_id.c08bbf9121", "test.mailchimp_source.unique_stg_mailchimp__lists_list_id.2d7d469b92"], "model.mailchimp_source.stg_mailchimp__automation_activities": ["model.mailchimp.mailchimp__automation_activities", "test.mailchimp_source.not_null_stg_mailchimp__automation_activities_activity_id.0ae0f21475", "test.mailchimp_source.unique_stg_mailchimp__automation_activities_activity_id.1737f52a7d"], "model.mailchimp_source.stg_mailchimp__unsubscribes": ["model.mailchimp.int_mailchimp__automation_unsubscribes", "model.mailchimp.mailchimp__campaign_recipients", "test.mailchimp_source.not_null_stg_mailchimp__unsubscribes_unsubscribe_id.77bd90d9ab", "test.mailchimp_source.unique_stg_mailchimp__unsubscribes_unsubscribe_id.c34aefd746"], "model.mailchimp_source.stg_mailchimp__campaigns": ["model.mailchimp.mailchimp__campaign_activities", "model.mailchimp.mailchimp__campaign_recipients", "model.mailchimp.mailchimp__campaigns", "test.mailchimp_source.not_null_stg_mailchimp__campaigns_campaign_id.b6967f01dd", "test.mailchimp_source.unique_stg_mailchimp__campaigns_campaign_id.534c6a58a0"], "model.mailchimp_source.stg_mailchimp__automations": ["model.mailchimp.int_mailchimp__automation_recipients", "model.mailchimp.int_mailchimp__automation_unsubscribes", "model.mailchimp.mailchimp__automation_activities", "model.mailchimp.mailchimp__automation_emails", "model.mailchimp.mailchimp__automations", "test.mailchimp_source.not_null_stg_mailchimp__automations_automation_id.cf748ea94a", "test.mailchimp_source.unique_stg_mailchimp__automations_automation_id.455bcbd36b"], "model.mailchimp_source.stg_mailchimp__automation_emails": ["model.mailchimp.int_mailchimp__automation_recipients", "model.mailchimp.int_mailchimp__automation_unsubscribes", "model.mailchimp.mailchimp__automation_activities", "model.mailchimp.mailchimp__automation_emails", "test.mailchimp_source.not_null_stg_mailchimp__automation_emails_automation_email_id.019e811594", "test.mailchimp_source.unique_stg_mailchimp__automation_emails_automation_email_id.a61e4c82c7"], "model.mailchimp_source.stg_mailchimp__automation_recipients": ["model.mailchimp.int_mailchimp__automation_recipients", "test.mailchimp_source.not_null_stg_mailchimp__automation_recipients_automation_recipient_id.f0b2e24912", "test.mailchimp_source.unique_stg_mailchimp__automation_recipients_automation_recipient_id.9c2cfa6272"], "model.mailchimp_source.stg_mailchimp__members": ["model.mailchimp.mailchimp__members", "test.mailchimp_source.dbt_utils_unique_combination_of_columns_stg_mailchimp__members_member_id__list_id.b3e409aa79", "test.mailchimp_source.not_null_stg_mailchimp__members_member_id.70b6c824fb"], "model.mailchimp_source.stg_mailchimp__campaign_activities": ["model.mailchimp.mailchimp__campaign_activities", "test.mailchimp_source.not_null_stg_mailchimp__campaign_activities_activity_id.7c968c29da", "test.mailchimp_source.unique_stg_mailchimp__campaign_activities_activity_id.1ed119dcbe"], "model.mailchimp_source.stg_mailchimp__segment_members": [], "model.mailchimp_source.stg_mailchimp__automation_activities_tmp": ["model.mailchimp_source.stg_mailchimp__automation_activities", "model.mailchimp_source.stg_mailchimp__automation_activities"], "model.mailchimp_source.stg_mailchimp__unsubscribes_tmp": ["model.mailchimp_source.stg_mailchimp__unsubscribes", "model.mailchimp_source.stg_mailchimp__unsubscribes"], "model.mailchimp_source.stg_mailchimp__lists_tmp": ["model.mailchimp_source.stg_mailchimp__lists", "model.mailchimp_source.stg_mailchimp__lists"], "model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp": ["model.mailchimp_source.stg_mailchimp__campaign_recipients", "model.mailchimp_source.stg_mailchimp__campaign_recipients"], "model.mailchimp_source.stg_mailchimp__segments_tmp": ["model.mailchimp_source.stg_mailchimp__segments", "model.mailchimp_source.stg_mailchimp__segments"], "model.mailchimp_source.stg_mailchimp__campaigns_tmp": ["model.mailchimp_source.stg_mailchimp__campaigns", "model.mailchimp_source.stg_mailchimp__campaigns"], "model.mailchimp_source.stg_mailchimp__segment_members_tmp": ["model.mailchimp_source.stg_mailchimp__segment_members", "model.mailchimp_source.stg_mailchimp__segment_members"], "model.mailchimp_source.stg_mailchimp__members_tmp": ["model.mailchimp_source.stg_mailchimp__members", "model.mailchimp_source.stg_mailchimp__members"], "model.mailchimp_source.stg_mailchimp__automations_tmp": ["model.mailchimp_source.stg_mailchimp__automations", "model.mailchimp_source.stg_mailchimp__automations"], "model.mailchimp_source.stg_mailchimp__automation_emails_tmp": ["model.mailchimp_source.stg_mailchimp__automation_emails", "model.mailchimp_source.stg_mailchimp__automation_emails"], "model.mailchimp_source.stg_mailchimp__automation_recipients_tmp": ["model.mailchimp_source.stg_mailchimp__automation_recipients", "model.mailchimp_source.stg_mailchimp__automation_recipients"], "model.mailchimp_source.stg_mailchimp__campaign_activities_tmp": ["model.mailchimp_source.stg_mailchimp__campaign_activities", "model.mailchimp_source.stg_mailchimp__campaign_activities"], "model.mailchimp.mailchimp__automation_activities": ["model.mailchimp.int_mailchimp__automation_activities_by_automation", "model.mailchimp.int_mailchimp__automation_activities_by_email", "model.mailchimp.int_mailchimp__automation_activities_by_list", "model.mailchimp.int_mailchimp__automation_activities_by_member", "model.mailchimp.int_mailchimp__automation_activities_by_segment", "test.mailchimp.not_null_mailchimp__automation_activities_activity_id.e225bd7be1", "test.mailchimp.unique_mailchimp__automation_activities_activity_id.e455285fa8"], "model.mailchimp.mailchimp__lists": ["test.mailchimp.not_null_mailchimp__lists_list_id.310995cf61", "test.mailchimp.unique_mailchimp__lists_list_id.02d919c4b7"], "model.mailchimp.mailchimp__members": ["model.mailchimp.int_mailchimp__members_by_list", "test.mailchimp.dbt_utils_unique_combination_of_columns_mailchimp__members_member_id__list_id.185a76059b", "test.mailchimp.not_null_mailchimp__members_member_id.19fce1e360"], "model.mailchimp.mailchimp__campaigns": ["test.mailchimp.not_null_mailchimp__campaigns_campaign_id.809cc27175", "test.mailchimp.unique_mailchimp__campaigns_campaign_id.eb6be29df4"], "model.mailchimp.mailchimp__campaign_activities": ["model.mailchimp.int_mailchimp__campaign_activities_by_email", "test.mailchimp.not_null_mailchimp__campaign_activities_activity_id.358cb1d1f6", "test.mailchimp.unique_mailchimp__campaign_activities_activity_id.8a67feefd5"], "model.mailchimp.mailchimp__campaign_recipients": ["model.mailchimp.int_mailchimp__campaign_activities_by_campaign", "model.mailchimp.int_mailchimp__campaign_activities_by_list", "model.mailchimp.int_mailchimp__campaign_activities_by_member", "model.mailchimp.int_mailchimp__campaign_activities_by_segment", "test.mailchimp.not_null_mailchimp__campaign_recipients_email_id.0ae99b3cf9", "test.mailchimp.unique_mailchimp__campaign_recipients_email_id.9c859c5286"], "model.mailchimp.mailchimp__automations": ["test.mailchimp.not_null_mailchimp__automations_automation_id.99246c168e", "test.mailchimp.unique_mailchimp__automations_automation_id.a3de618dee"], "model.mailchimp.mailchimp__automation_emails": ["test.mailchimp.not_null_mailchimp__automation_emails_automation_email_id.b6ed84cd9c", "test.mailchimp.unique_mailchimp__automation_emails_automation_email_id.ac05084851"], "model.mailchimp.mailchimp__segments": ["test.mailchimp.not_null_mailchimp__segments_segment_id.26bfa1b782", "test.mailchimp.unique_mailchimp__segments_segment_id.b104dc2fe7"], "model.mailchimp.int_mailchimp__automation_activities_by_member": ["model.mailchimp.mailchimp__members"], "model.mailchimp.int_mailchimp__members_by_list": ["model.mailchimp.mailchimp__lists"], "model.mailchimp.int_mailchimp__automation_activities_by_list": ["model.mailchimp.mailchimp__lists"], "model.mailchimp.int_mailchimp__campaign_activities_by_list": ["model.mailchimp.mailchimp__lists"], "model.mailchimp.int_mailchimp__campaign_activities_by_member": ["model.mailchimp.mailchimp__members"], "model.mailchimp.int_mailchimp__campaign_activities_by_segment": ["model.mailchimp.mailchimp__segments"], "model.mailchimp.int_mailchimp__automation_activities_by_automation": ["model.mailchimp.mailchimp__automations"], "model.mailchimp.int_mailchimp__automation_activities_by_email": ["model.mailchimp.mailchimp__automation_emails"], "model.mailchimp.int_mailchimp__automation_unsubscribes": ["model.mailchimp.int_mailchimp__automation_activities_by_automation", "model.mailchimp.int_mailchimp__automation_activities_by_email", "model.mailchimp.int_mailchimp__automation_activities_by_list", "model.mailchimp.int_mailchimp__automation_activities_by_member", "model.mailchimp.int_mailchimp__automation_activities_by_segment"], "model.mailchimp.int_mailchimp__campaign_activities_by_campaign": ["model.mailchimp.mailchimp__campaigns"], "model.mailchimp.int_mailchimp__automation_recipients": ["model.mailchimp.int_mailchimp__automation_activities_by_automation", "model.mailchimp.int_mailchimp__automation_activities_by_email", "model.mailchimp.int_mailchimp__automation_activities_by_list", "model.mailchimp.int_mailchimp__automation_activities_by_member", "model.mailchimp.int_mailchimp__automation_activities_by_segment"], "model.mailchimp.int_mailchimp__automation_activities_by_segment": ["model.mailchimp.mailchimp__segments"], "model.mailchimp.int_mailchimp__campaign_activities_by_email": ["model.mailchimp.mailchimp__campaign_recipients"], "test.mailchimp_source.not_null_stg_mailchimp__automation_activities_activity_id.0ae0f21475": [], "test.mailchimp_source.unique_stg_mailchimp__automation_activities_activity_id.1737f52a7d": [], "test.mailchimp_source.unique_stg_mailchimp__automation_emails_automation_email_id.a61e4c82c7": [], "test.mailchimp_source.not_null_stg_mailchimp__automation_emails_automation_email_id.019e811594": [], "test.mailchimp_source.not_null_stg_mailchimp__automation_recipients_automation_recipient_id.f0b2e24912": [], "test.mailchimp_source.unique_stg_mailchimp__automation_recipients_automation_recipient_id.9c2cfa6272": [], "test.mailchimp_source.unique_stg_mailchimp__automations_automation_id.455bcbd36b": [], "test.mailchimp_source.not_null_stg_mailchimp__automations_automation_id.cf748ea94a": [], "test.mailchimp_source.unique_stg_mailchimp__campaign_recipients_email_id.1e1843671d": [], "test.mailchimp_source.not_null_stg_mailchimp__campaign_recipients_email_id.e7aace8199": [], "test.mailchimp_source.unique_stg_mailchimp__campaign_activities_activity_id.1ed119dcbe": [], "test.mailchimp_source.not_null_stg_mailchimp__campaign_activities_activity_id.7c968c29da": [], "test.mailchimp_source.unique_stg_mailchimp__campaigns_campaign_id.534c6a58a0": [], "test.mailchimp_source.not_null_stg_mailchimp__campaigns_campaign_id.b6967f01dd": [], "test.mailchimp_source.unique_stg_mailchimp__lists_list_id.2d7d469b92": [], "test.mailchimp_source.not_null_stg_mailchimp__lists_list_id.c08bbf9121": [], "test.mailchimp_source.not_null_stg_mailchimp__members_member_id.70b6c824fb": [], "test.mailchimp_source.dbt_utils_unique_combination_of_columns_stg_mailchimp__members_member_id__list_id.b3e409aa79": [], "test.mailchimp_source.unique_stg_mailchimp__segments_segment_id.48f28610b5": [], "test.mailchimp_source.not_null_stg_mailchimp__segments_segment_id.310ec9f744": [], "test.mailchimp_source.not_null_stg_mailchimp__unsubscribes_unsubscribe_id.77bd90d9ab": [], "test.mailchimp_source.unique_stg_mailchimp__unsubscribes_unsubscribe_id.c34aefd746": [], "test.mailchimp.unique_mailchimp__lists_list_id.02d919c4b7": [], "test.mailchimp.not_null_mailchimp__lists_list_id.310995cf61": [], "test.mailchimp.not_null_mailchimp__members_member_id.19fce1e360": [], "test.mailchimp.dbt_utils_unique_combination_of_columns_mailchimp__members_member_id__list_id.185a76059b": [], "test.mailchimp.unique_mailchimp__campaigns_campaign_id.eb6be29df4": [], "test.mailchimp.not_null_mailchimp__campaigns_campaign_id.809cc27175": [], "test.mailchimp.unique_mailchimp__campaign_recipients_email_id.9c859c5286": [], "test.mailchimp.not_null_mailchimp__campaign_recipients_email_id.0ae99b3cf9": [], "test.mailchimp.unique_mailchimp__campaign_activities_activity_id.8a67feefd5": [], "test.mailchimp.not_null_mailchimp__campaign_activities_activity_id.358cb1d1f6": [], "test.mailchimp.unique_mailchimp__automations_automation_id.a3de618dee": [], "test.mailchimp.not_null_mailchimp__automations_automation_id.99246c168e": [], "test.mailchimp.unique_mailchimp__automation_emails_automation_email_id.ac05084851": [], "test.mailchimp.not_null_mailchimp__automation_emails_automation_email_id.b6ed84cd9c": [], "test.mailchimp.unique_mailchimp__automation_activities_activity_id.e455285fa8": [], "test.mailchimp.not_null_mailchimp__automation_activities_activity_id.e225bd7be1": [], "test.mailchimp.unique_mailchimp__segments_segment_id.b104dc2fe7": [], "test.mailchimp.not_null_mailchimp__segments_segment_id.26bfa1b782": [], "source.mailchimp_source.mailchimp.automation": ["model.mailchimp_source.stg_mailchimp__automations_tmp"], "source.mailchimp_source.mailchimp.automation_email": ["model.mailchimp_source.stg_mailchimp__automation_emails_tmp"], "source.mailchimp_source.mailchimp.automation_recipient": ["model.mailchimp_source.stg_mailchimp__automation_recipients_tmp"], "source.mailchimp_source.mailchimp.automation_recipient_activity": ["model.mailchimp_source.stg_mailchimp__automation_activities_tmp"], "source.mailchimp_source.mailchimp.campaign": ["model.mailchimp_source.stg_mailchimp__campaigns_tmp"], "source.mailchimp_source.mailchimp.campaign_recipient": ["model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp"], "source.mailchimp_source.mailchimp.campaign_recipient_activity": ["model.mailchimp_source.stg_mailchimp__campaign_activities_tmp"], "source.mailchimp_source.mailchimp.segment": ["model.mailchimp_source.stg_mailchimp__segments_tmp"], "source.mailchimp_source.mailchimp.segment_member": ["model.mailchimp_source.stg_mailchimp__segment_members_tmp"], "source.mailchimp_source.mailchimp.list": ["model.mailchimp_source.stg_mailchimp__lists_tmp"], "source.mailchimp_source.mailchimp.member": ["model.mailchimp_source.stg_mailchimp__members_tmp"], "source.mailchimp_source.mailchimp.unsubscribe": ["model.mailchimp_source.stg_mailchimp__unsubscribes_tmp"]}} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/manifest/v11.json", "dbt_version": "1.7.4", "generated_at": "2023-12-18T10:05:29.936443Z", "invocation_id": "4f6749f3-b76e-4975-aa2e-50044927ed17", "env": {}, "project_name": "mailchimp_source_integration_tests", "project_id": "756d0878a63fe2cb3d32f22caa3ac534", "user_id": "81581f81-d5af-4143-8fbf-c2f0001e4f56", "send_anonymous_usage_stats": true, "adapter_type": "redshift"}, "nodes": {"seed.mailchimp_source_integration_tests.campaign_recipient": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "campaign_recipient", "resource_type": "seed", "package_name": "mailchimp_source_integration_tests", "path": "campaign_recipient.csv", "original_file_path": "seeds/campaign_recipient.csv", "unique_id": "seed.mailchimp_source_integration_tests.campaign_recipient", "fqn": ["mailchimp_source_integration_tests", "campaign_recipient"], "alias": "campaign_recipient", "checksum": {"name": "sha256", "checksum": "cc540c9781f3d167d6541802e796498fa1c2fa854fec161f105acafa11e3abb0"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1702893752.801996, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"campaign_recipient\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/mailchimp/dbt_mailchimp_source/integration_tests", "depends_on": {"macros": []}}, "seed.mailchimp_source_integration_tests.unsubscribe": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "unsubscribe", "resource_type": "seed", "package_name": "mailchimp_source_integration_tests", "path": "unsubscribe.csv", "original_file_path": "seeds/unsubscribe.csv", "unique_id": "seed.mailchimp_source_integration_tests.unsubscribe", "fqn": ["mailchimp_source_integration_tests", "unsubscribe"], "alias": "unsubscribe", "checksum": {"name": "sha256", "checksum": "6603fa96e107ebf6be8c80b8370dc6f4470de731c8440ec2fe06725a11a65a76"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "timestamp": "timestamp"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"timestamp": "timestamp"}}, "created_at": 1702893752.809945, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"unsubscribe\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/mailchimp/dbt_mailchimp_source/integration_tests", "depends_on": {"macros": []}}, "seed.mailchimp_source_integration_tests.automation": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "automation", "resource_type": "seed", "package_name": "mailchimp_source_integration_tests", "path": "automation.csv", "original_file_path": "seeds/automation.csv", "unique_id": "seed.mailchimp_source_integration_tests.automation", "fqn": ["mailchimp_source_integration_tests", "automation"], "alias": "automation", "checksum": {"name": "sha256", "checksum": "83f43839d6ef6900012407d49e08fbd4caf32491a0d4b2f58ceecec60d4a9e47"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "create_time": "timestamp", "start_time": "timestamp"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"create_time": "timestamp", "start_time": "timestamp"}}, "created_at": 1702893752.811292, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"automation\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/mailchimp/dbt_mailchimp_source/integration_tests", "depends_on": {"macros": []}}, "seed.mailchimp_source_integration_tests.segment_member": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "segment_member", "resource_type": "seed", "package_name": "mailchimp_source_integration_tests", "path": "segment_member.csv", "original_file_path": "seeds/segment_member.csv", "unique_id": "seed.mailchimp_source_integration_tests.segment_member", "fqn": ["mailchimp_source_integration_tests", "segment_member"], "alias": "segment_member", "checksum": {"name": "sha256", "checksum": "408cad84cfdbe3a436ad64f71268e8446ed707fe42f47d88458c22fdf7e14313"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1702893752.812675, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"segment_member\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/mailchimp/dbt_mailchimp_source/integration_tests", "depends_on": {"macros": []}}, "seed.mailchimp_source_integration_tests.automation_email": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "automation_email", "resource_type": "seed", "package_name": "mailchimp_source_integration_tests", "path": "automation_email.csv", "original_file_path": "seeds/automation_email.csv", "unique_id": "seed.mailchimp_source_integration_tests.automation_email", "fqn": ["mailchimp_source_integration_tests", "automation_email"], "alias": "automation_email", "checksum": {"name": "sha256", "checksum": "69e3ab2417467971a633488be2333511f831b1685e1eadb4321d968179e3a9e8"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "create_time": "timestamp", "start_time": "timestamp", "send_time": "timestamp"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"create_time": "timestamp", "start_time": "timestamp", "send_time": "timestamp"}}, "created_at": 1702893752.813928, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"automation_email\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/mailchimp/dbt_mailchimp_source/integration_tests", "depends_on": {"macros": []}}, "seed.mailchimp_source_integration_tests.automation_recipient": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "automation_recipient", "resource_type": "seed", "package_name": "mailchimp_source_integration_tests", "path": "automation_recipient.csv", "original_file_path": "seeds/automation_recipient.csv", "unique_id": "seed.mailchimp_source_integration_tests.automation_recipient", "fqn": ["mailchimp_source_integration_tests", "automation_recipient"], "alias": "automation_recipient", "checksum": {"name": "sha256", "checksum": "da207796a88d6f6893f853ea600322ce33a45dc6c947e5ae6fa809936e0e6149"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1702893752.8151832, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"automation_recipient\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/mailchimp/dbt_mailchimp_source/integration_tests", "depends_on": {"macros": []}}, "seed.mailchimp_source_integration_tests.campaign_recipient_activity": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "campaign_recipient_activity", "resource_type": "seed", "package_name": "mailchimp_source_integration_tests", "path": "campaign_recipient_activity.csv", "original_file_path": "seeds/campaign_recipient_activity.csv", "unique_id": "seed.mailchimp_source_integration_tests.campaign_recipient_activity", "fqn": ["mailchimp_source_integration_tests", "campaign_recipient_activity"], "alias": "campaign_recipient_activity", "checksum": {"name": "sha256", "checksum": "7153850f284009e74ff5a7efb9d3672cba2356d90fe3f9496b98cfba49973325"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "timestamp": "timestamp"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"timestamp": "timestamp"}}, "created_at": 1702893752.816428, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"campaign_recipient_activity\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/mailchimp/dbt_mailchimp_source/integration_tests", "depends_on": {"macros": []}}, "seed.mailchimp_source_integration_tests.list": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "list", "resource_type": "seed", "package_name": "mailchimp_source_integration_tests", "path": "list.csv", "original_file_path": "seeds/list.csv", "unique_id": "seed.mailchimp_source_integration_tests.list", "fqn": ["mailchimp_source_integration_tests", "list"], "alias": "list", "checksum": {"name": "sha256", "checksum": "24f04f5041a90ec4b114b5cd853b76b0da014fa961e7d7962d765edd3b683a2b"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "list_rating": "float", "date_created": "timestamp"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"list_rating": "float", "date_created": "timestamp"}}, "created_at": 1702893752.817889, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"list\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/mailchimp/dbt_mailchimp_source/integration_tests", "depends_on": {"macros": []}}, "seed.mailchimp_source_integration_tests.member": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "member", "resource_type": "seed", "package_name": "mailchimp_source_integration_tests", "path": "member.csv", "original_file_path": "seeds/member.csv", "unique_id": "seed.mailchimp_source_integration_tests.member", "fqn": ["mailchimp_source_integration_tests", "member"], "alias": "member", "checksum": {"name": "sha256", "checksum": "6edf33d1c575f94ee9ac54b33d8a93763c10cae8da0c777a823d367a35bd046f"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "dstoff": "float", "gmtoff": "float", "last_changed": "timestamp", "timestamp_opt": "timestamp", "timestamp_signup": "timestamp"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"dstoff": "float", "gmtoff": "float", "last_changed": "timestamp", "timestamp_opt": "timestamp", "timestamp_signup": "timestamp"}}, "created_at": 1702893752.81919, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"member\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/mailchimp/dbt_mailchimp_source/integration_tests", "depends_on": {"macros": []}}, "seed.mailchimp_source_integration_tests.segment": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "segment", "resource_type": "seed", "package_name": "mailchimp_source_integration_tests", "path": "segment.csv", "original_file_path": "seeds/segment.csv", "unique_id": "seed.mailchimp_source_integration_tests.segment", "fqn": ["mailchimp_source_integration_tests", "segment"], "alias": "segment", "checksum": {"name": "sha256", "checksum": "c25f07ea4afc43263cc6759f262dd7e9afd8d4a7002c3f523dc782292aceebb4"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "created_at": "timestamp", "updated_at": "timestamp"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"created_at": "timestamp", "updated_at": "timestamp"}}, "created_at": 1702893752.820454, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"segment\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/mailchimp/dbt_mailchimp_source/integration_tests", "depends_on": {"macros": []}}, "seed.mailchimp_source_integration_tests.automation_recipient_activity": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "automation_recipient_activity", "resource_type": "seed", "package_name": "mailchimp_source_integration_tests", "path": "automation_recipient_activity.csv", "original_file_path": "seeds/automation_recipient_activity.csv", "unique_id": "seed.mailchimp_source_integration_tests.automation_recipient_activity", "fqn": ["mailchimp_source_integration_tests", "automation_recipient_activity"], "alias": "automation_recipient_activity", "checksum": {"name": "sha256", "checksum": "8bbeb9df281812ff83bfb2e957689d8a9021ff611afb462c43865a4bb465488e"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "timestamp": "timestamp"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"timestamp": "timestamp"}}, "created_at": 1702893752.8216991, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"automation_recipient_activity\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/mailchimp/dbt_mailchimp_source/integration_tests", "depends_on": {"macros": []}}, "seed.mailchimp_source_integration_tests.campaign": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "campaign", "resource_type": "seed", "package_name": "mailchimp_source_integration_tests", "path": "campaign.csv", "original_file_path": "seeds/campaign.csv", "unique_id": "seed.mailchimp_source_integration_tests.campaign", "fqn": ["mailchimp_source_integration_tests", "campaign"], "alias": "campaign", "checksum": {"name": "sha256", "checksum": "0ec8c21485d39426106882f56fb4b3feb99832604bf965cfcfc01604d1ea68ca"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "create_time": "timestamp", "send_time": "timestamp"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"create_time": "timestamp", "send_time": "timestamp"}}, "created_at": 1702893752.822945, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"campaign\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/mailchimp/dbt_mailchimp_source/integration_tests", "depends_on": {"macros": []}}, "model.mailchimp_source.stg_mailchimp__segments": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__segments", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__segments.sql", "original_file_path": "models/stg_mailchimp__segments.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__segments", "fqn": ["mailchimp_source", "stg_mailchimp__segments"], "alias": "stg_mailchimp__segments", "checksum": {"name": "sha256", "checksum": "e57129e864eb840b4daf261ca621e24bd47f4d2c4db1224c1109025e8ad3d132"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a segment in Mailchimp.", "columns": {"segment_id": {"name": "segment_id", "description": "The ID for the Segment from Mailchimp", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List the segment is part of.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "member_count": {"name": "member_count", "description": "The number of members in the segment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "segment_name": {"name": "segment_name", "description": "The name of the segment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "segment_type": {"name": "segment_type", "description": "The type of segment", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_timestamp": {"name": "updated_timestamp", "description": "The date and time the segment was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time the segment was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp", "enabled": true}, "created_at": 1702893753.213439, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__segments\"", "raw_code": "{{ config(enabled=var('mailchimp_using_segments', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_mailchimp__segments_tmp') }}\n\n),\n\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__segments_tmp')),\n staging_columns=get_segment_columns()\n )\n }}\n \n from base\n\n), \n\nfinal as (\n\n select\n id as segment_id,\n list_id,\n member_count,\n name as segment_name,\n type as segment_type,\n updated_at as updated_timestamp,\n created_at as created_timestamp\n from fields\n\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_mailchimp__segments_tmp", "package": null, "version": null}, {"name": "stg_mailchimp__segments_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_segment_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.mailchimp_source.stg_mailchimp__segments_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__segments.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select * \n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__segments_tmp\"\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n member_count\n \n as \n \n member_count\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n\n\n\n \n from base\n\n), \n\nfinal as (\n\n select\n id as segment_id,\n list_id,\n member_count,\n name as segment_name,\n type as segment_type,\n updated_at as updated_timestamp,\n created_at as created_timestamp\n from fields\n\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__campaign_recipients": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__campaign_recipients", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__campaign_recipients.sql", "original_file_path": "models/stg_mailchimp__campaign_recipients.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_recipients", "fqn": ["mailchimp_source", "stg_mailchimp__campaign_recipients"], "alias": "stg_mailchimp__campaign_recipients", "checksum": {"name": "sha256", "checksum": "4decd6eec363a2db2497b98f46bd54776b55aec6a96dcbfe65bf535eaeae4c70"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents the send of a campaign email.", "columns": {"email_id": {"name": "email_id", "description": "The surrogate key that uses table campaign_id and member_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "campaign_id": {"name": "campaign_id", "description": "The ID of the campaign a sent email is from.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member an email was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "combination_id": {"name": "combination_id", "description": "The ID of the combination the member was part of for a campaign.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the list the campaign was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp"}, "created_at": 1702893753.2083552, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaign_recipients\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_mailchimp__campaign_recipients_tmp') }}\n\n),\n\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__campaign_recipients_tmp')),\n staging_columns=get_campaign_recipient_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n\n select \n campaign_id,\n member_id,\n combination_id,\n list_id\n from fields\n\n), \n\nunique_key as (\n\n select \n *,\n {{ dbt_utils.generate_surrogate_key(['campaign_id','member_id']) }} as email_id\n from final\n \n)\n\nselect *\nfrom unique_key", "language": "sql", "refs": [{"name": "stg_mailchimp__campaign_recipients_tmp", "package": null, "version": null}, {"name": "stg_mailchimp__campaign_recipients_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_campaign_recipient_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__campaign_recipients.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaign_recipients_tmp\"\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n campaign_id\n \n as \n \n campaign_id\n \n, \n \n \n combination_id\n \n as \n \n combination_id\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n member_id\n \n as \n \n member_id\n \n\n\n\n \n from base\n),\n\nfinal as (\n\n select \n campaign_id,\n member_id,\n combination_id,\n list_id\n from fields\n\n), \n\nunique_key as (\n\n select \n *,\n md5(cast(coalesce(cast(campaign_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(member_id as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as email_id\n from final\n \n)\n\nselect *\nfrom unique_key", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__lists": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__lists", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__lists.sql", "original_file_path": "models/stg_mailchimp__lists.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__lists", "fqn": ["mailchimp_source", "stg_mailchimp__lists"], "alias": "stg_mailchimp__lists", "checksum": {"name": "sha256", "checksum": "4d6a8a6e5f037e2b841245e3006ce38a78ae09f8fb01bc3d520f81d6242f46a5"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a list in Mailchimp.", "columns": {"list_id": {"name": "list_id", "description": "The unique ID of a list.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "date_created": {"name": "date_created", "description": "The date and time that a list was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of a list.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_rating": {"name": "list_rating", "description": "An auto-generated activity score for the list (0-5).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "beamer_address": {"name": "beamer_address", "description": "The list's email beamer address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "contact_address_1": {"name": "contact_address_1", "description": "The street address for the list contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "contact_address_2": {"name": "contact_address_2", "description": "The street address for the list contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "contact_city": {"name": "contact_city", "description": "The city for the list contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "contact_company": {"name": "contact_company", "description": "The company name for the list.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "contact_country": {"name": "contact_country", "description": "A two-character ISO3166 country code. Defaults to US if invalid.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "contact_state": {"name": "contact_state", "description": "The state for the list contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "contact_zip": {"name": "contact_zip", "description": "The postal or zip code for the list contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "default_from_email": {"name": "default_from_email", "description": "The default from email for campaigns sent to a list.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "default_from_name": {"name": "default_from_name", "description": "The default from name for campaigns sent to a list.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "default_language": {"name": "default_language", "description": "The default language for a lists's forms.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "default_subject": {"name": "default_subject", "description": "The default subject line for campaigns sent to a list.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email_type_option": {"name": "email_type_option", "description": "Whether the list supports multiple formats for emails. When set to true, subscribers can choose whether they want to receive HTML or plain-text emails. When set to false, subscribers will receive HTML emails, with a plain-text alternative backup.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "notify_on_subscribe": {"name": "notify_on_subscribe", "description": "The email address to send subscribe notifications to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "notify_on_unsubscribe": {"name": "notify_on_unsubscribe", "description": "The email address to send unsubscribe notifications to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "permission_reminder": {"name": "permission_reminder", "description": "The permission reminder for a list.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subscribe_url_long": {"name": "subscribe_url_long", "description": "The full version of a list's subscribe form (host will vary).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subscribe_url_short": {"name": "subscribe_url_short", "description": "Mailchimp's EepURL shortened version of a list's subscribe form.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "use_archive_bar": {"name": "use_archive_bar", "description": "Whether campaigns for this list use the Archive Bar in archives by default.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "visibility": {"name": "visibility", "description": "Whether this list is public or private.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp"}, "created_at": 1702893753.211148, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__lists\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_mailchimp__lists_tmp') }}\n\n),\n\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__lists_tmp')),\n staging_columns=get_list_columns()\n )\n }}\n \n from base\n\n), \n\nfinal as (\n\n select \n id as list_id,\n date_created,\n name,\n list_rating,\n beamer_address,\n contact_address_1,\n contact_address_2,\n contact_city,\n contact_company,\n contact_country,\n contact_state,\n contact_zip,\n default_from_email,\n default_from_name,\n default_language,\n default_subject,\n email_type_option,\n notify_on_subscribe,\n notify_on_unsubscribe,\n permission_reminder,\n subscribe_url_long,\n subscribe_url_short,\n use_archive_bar,\n visibility\n from fields\n\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_mailchimp__lists_tmp", "package": null, "version": null}, {"name": "stg_mailchimp__lists_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_list_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.mailchimp_source.stg_mailchimp__lists_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__lists.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__lists_tmp\"\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n beamer_address\n \n as \n \n beamer_address\n \n, \n \n \n contact_address_1\n \n as \n \n contact_address_1\n \n, \n \n \n contact_address_2\n \n as \n \n contact_address_2\n \n, \n \n \n contact_city\n \n as \n \n contact_city\n \n, \n \n \n contact_company\n \n as \n \n contact_company\n \n, \n \n \n contact_country\n \n as \n \n contact_country\n \n, \n \n \n contact_state\n \n as \n \n contact_state\n \n, \n \n \n contact_zip\n \n as \n \n contact_zip\n \n, \n \n \n date_created\n \n as \n \n date_created\n \n, \n \n \n default_from_email\n \n as \n \n default_from_email\n \n, \n \n \n default_from_name\n \n as \n \n default_from_name\n \n, \n \n \n default_language\n \n as \n \n default_language\n \n, \n \n \n default_subject\n \n as \n \n default_subject\n \n, \n \n \n email_type_option\n \n as \n \n email_type_option\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n list_rating\n \n as \n \n list_rating\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n notify_on_subscribe\n \n as \n \n notify_on_subscribe\n \n, \n \n \n notify_on_unsubscribe\n \n as \n \n notify_on_unsubscribe\n \n, \n \n \n permission_reminder\n \n as \n \n permission_reminder\n \n, \n \n \n subscribe_url_long\n \n as \n \n subscribe_url_long\n \n, \n \n \n subscribe_url_short\n \n as \n \n subscribe_url_short\n \n, \n \n \n use_archive_bar\n \n as \n \n use_archive_bar\n \n, \n \n \n visibility\n \n as \n \n visibility\n \n\n\n\n \n from base\n\n), \n\nfinal as (\n\n select \n id as list_id,\n date_created,\n name,\n list_rating,\n beamer_address,\n contact_address_1,\n contact_address_2,\n contact_city,\n contact_company,\n contact_country,\n contact_state,\n contact_zip,\n default_from_email,\n default_from_name,\n default_language,\n default_subject,\n email_type_option,\n notify_on_subscribe,\n notify_on_unsubscribe,\n permission_reminder,\n subscribe_url_long,\n subscribe_url_short,\n use_archive_bar,\n visibility\n from fields\n\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__automation_activities": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__automation_activities", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__automation_activities.sql", "original_file_path": "models/stg_mailchimp__automation_activities.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__automation_activities", "fqn": ["mailchimp_source", "stg_mailchimp__automation_activities"], "alias": "stg_mailchimp__automation_activities", "checksum": {"name": "sha256", "checksum": "4992e107e904d1a89d829504c3a82b22223d8ecfb1ccc15ac9bc2fcf0402943a"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents an activity taken in relation to a automation email.", "columns": {"activity_id": {"name": "activity_id", "description": "The ID of the activity/event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "action_type": {"name": "action_type", "description": "One of the following actions: 'open', 'click', or 'bounce'\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "automation_email_id": {"name": "automation_email_id", "description": "The ID for the automation email that relates to the activity.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member the activity relates to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the list the email was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "activity_timestamp": {"name": "activity_timestamp", "description": "The timestamp when the activity occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The IP address recorded for the action.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "url": {"name": "url", "description": "If the action is a 'click', the URL on which the member clicked.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "bounce_type": {"name": "bounce_type", "description": "If the action is a 'bounce', the type of bounce received: 'hard', 'soft'.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp", "enabled": true}, "created_at": 1702893753.2055879, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_activities\"", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_mailchimp__automation_activities_tmp')}}\n\n), \n\nfields as (\n\n select \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__automation_activities_tmp')),\n staging_columns=get_automation_recipient_activity_columns()\n )\n }}\n \n from base\n\n), \n\nfinal as (\n\n select \n action as action_type,\n automation_email_id,\n member_id,\n list_id,\n timestamp as activity_timestamp,\n ip as ip_address,\n url,\n bounce_type\n from fields\n\n),\n\nunique_key as (\n\n select \n *, \n {{ dbt_utils.generate_surrogate_key(['action_type', 'automation_email_id', 'member_id', 'activity_timestamp']) }} as activity_id\n from final\n)\n\nselect * from unique_key", "language": "sql", "refs": [{"name": "stg_mailchimp__automation_activities_tmp", "package": null, "version": null}, {"name": "stg_mailchimp__automation_activities_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_automation_recipient_activity_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.mailchimp_source.stg_mailchimp__automation_activities_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__automation_activities.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_activities_tmp\"\n\n), \n\nfields as (\n\n select \n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n action\n \n as \n \n action\n \n, \n \n \n automation_email_id\n \n as \n \n automation_email_id\n \n, \n \n \n bounce_type\n \n as \n \n bounce_type\n \n, \n \n \n ip\n \n as \n \n ip\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n member_id\n \n as \n \n member_id\n \n, \n \n \n timestamp\n \n as \n \n timestamp\n \n, \n \n \n url\n \n as \n \n url\n \n\n\n\n \n from base\n\n), \n\nfinal as (\n\n select \n action as action_type,\n automation_email_id,\n member_id,\n list_id,\n timestamp as activity_timestamp,\n ip as ip_address,\n url,\n bounce_type\n from fields\n\n),\n\nunique_key as (\n\n select \n *, \n md5(cast(coalesce(cast(action_type as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(automation_email_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(member_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(activity_timestamp as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as activity_id\n from final\n)\n\nselect * from unique_key", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__unsubscribes": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__unsubscribes", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__unsubscribes.sql", "original_file_path": "models/stg_mailchimp__unsubscribes.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__unsubscribes", "fqn": ["mailchimp_source", "stg_mailchimp__unsubscribes"], "alias": "stg_mailchimp__unsubscribes", "checksum": {"name": "sha256", "checksum": "bbab31dfb3439a7531096fa231c677e15f727b65447947b6c4dc1db362119652"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a member who unsubscribed.", "columns": {"unsubscribe_id": {"name": "unsubscribe_id", "description": "The surrogate key that uses table member_id, list_id, and unsubscribe_timestamp", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "campaign_id": {"name": "campaign_id", "description": "The unique id for the campaign.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member an email was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The unique ID for the list.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "reason": {"name": "reason", "description": "Field expressing unsubscribe reason.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "The time and date the member unsubscribed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp"}, "created_at": 1702893753.213918, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__unsubscribes\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_mailchimp__unsubscribes_tmp') }}\n\n),\n\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__unsubscribes_tmp')),\n staging_columns=get_unsubscribe_columns()\n )\n }}\n \n from base\n\n), \n\nfinal as (\n\n select \n campaign_id,\n member_id,\n list_id,\n reason as unsubscribe_reason,\n timestamp as unsubscribe_timestamp\n from fields\n\n), \n\nunique_key as (\n\n select \n *, \n {{ dbt_utils.generate_surrogate_key([ 'member_id', 'list_id', 'unsubscribe_timestamp']) }} as unsubscribe_id\n from final\n\n)\n\nselect *\nfrom unique_key", "language": "sql", "refs": [{"name": "stg_mailchimp__unsubscribes_tmp", "package": null, "version": null}, {"name": "stg_mailchimp__unsubscribes_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_unsubscribe_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.mailchimp_source.stg_mailchimp__unsubscribes_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__unsubscribes.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__unsubscribes_tmp\"\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n campaign_id\n \n as \n \n campaign_id\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n member_id\n \n as \n \n member_id\n \n, \n \n \n reason\n \n as \n \n reason\n \n, \n \n \n timestamp\n \n as \n \n timestamp\n \n\n\n\n \n from base\n\n), \n\nfinal as (\n\n select \n campaign_id,\n member_id,\n list_id,\n reason as unsubscribe_reason,\n timestamp as unsubscribe_timestamp\n from fields\n\n), \n\nunique_key as (\n\n select \n *, \n md5(cast(coalesce(cast(member_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(list_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(unsubscribe_timestamp as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as unsubscribe_id\n from final\n\n)\n\nselect *\nfrom unique_key", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__campaigns": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__campaigns", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__campaigns.sql", "original_file_path": "models/stg_mailchimp__campaigns.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__campaigns", "fqn": ["mailchimp_source", "stg_mailchimp__campaigns"], "alias": "stg_mailchimp__campaigns", "checksum": {"name": "sha256", "checksum": "55d9085617b045a80d1e4374e96c3486bdc684bf62d6336fd0c6583e1a703db8"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a campaign in Mailchimp.", "columns": {"campaign_id": {"name": "campaign_id", "description": "The ID of the campaign in Mailchimp.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "segment_id": {"name": "segment_id", "description": "The ID of the Segment a campaign was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "create_timestamp": {"name": "create_timestamp", "description": "The date and time the campaign was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "send_timestamp": {"name": "send_timestamp", "description": "The date and time a campaign was sent.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List a campaign was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "reply_to_email": {"name": "reply_to_email", "description": "The reply-to email address for the campaign.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "campaign_type": {"name": "campaign_type", "description": "The type of campaign sent. Possible values: regular, plaintext, absplit, variate, rss.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the campaign.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "archive_url": {"name": "archive_url", "description": "The link to the campaign's archive version in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "authenticate": {"name": "authenticate", "description": "Whether Mailchimp authenticated the campaign. Defaults to true.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "auto_footer": {"name": "auto_footer", "description": "Automatically append Mailchimp's default footer to the campaign.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "auto_tweet": {"name": "auto_tweet", "description": "Automatically tweet a link to the campaign archive page when the campaign is sent.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "clicktale": {"name": "clicktale", "description": "The custom slug for ClickTale tracking (max of 50 bytes).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "content_type": {"name": "content_type", "description": "How the campaign's content is put together ('template', 'drag_and_drop', 'html', 'url').", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "drag_and_drop": {"name": "drag_and_drop", "description": "Whether the campaign uses the drag-and-drop editor.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fb_comments": {"name": "fb_comments", "description": "Allows Facebook comments on the campaign (also force-enables the Campaign Archive toolbar). Defaults to true.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "folder_id": {"name": "folder_id", "description": "If the campaign is listed in a folder, the ID for that folder.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "from_name": {"name": "from_name", "description": "The 'from' name on the campaign (not an email address).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "google_analytics": {"name": "google_analytics", "description": "The custom slug for Google Analytics tracking (max of 50 bytes).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inline_css": {"name": "inline_css", "description": "Automatically inline the CSS included with the campaign content.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "long_archive_url": {"name": "long_archive_url", "description": "The original link to the campaign's archive version.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The current status of the campaign.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subject_line": {"name": "subject_line", "description": "The subject line for the campaign.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "template_id": {"name": "template_id", "description": "The ID for the template used in this campaign.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "test_size": {"name": "test_size", "description": "The percentage of recipients to send the test combinations to, must be a value between 10 and 100.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "timewarp": {"name": "timewarp", "description": "Send this campaign using Timewarpe_this", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "to_name": {"name": "to_name", "description": "The campaign's custom 'To' name. Typically the first name merge field.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "track_ecomm_360": {"name": "track_ecomm_360", "description": "Whether to enable eCommerce360 tracking.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "track_goals": {"name": "track_goals", "description": "Whether to enable Goal tracking.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "track_html_clicks": {"name": "track_html_clicks", "description": "Whether to track clicks in the HTML version of the campaign. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "track_opens": {"name": "track_opens", "description": "Whether to track opens. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "track_text_clicks": {"name": "track_text_clicks", "description": "Whether to track clicks in the plain-text version of the campaign. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "use_conversation": {"name": "use_conversation", "description": "Use Mailchimp Conversation feature to manage out-of-office replies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "wait_time": {"name": "wait_time", "description": "The number of minutes to wait before choosing the winning campaign. The value of wait_time must be greater than 0 and in whole hours, specified in minutes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "winner_criteria": {"name": "winner_criteria", "description": "The combination that performs the best. This may be determined automatically by click rate, open rate, or total revenue\u2014or you may choose manually based on the reporting data you find the most valuable. For Multivariate Campaigns testing send_time, winner_criteria is ignored. For Multivariate Campaigns with 'manual' as the winner_criteria, the winner must be chosen in the Mailchimp web application.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "winning_campaign_id": {"name": "winning_campaign_id", "description": "ID of the campaign that was sent to the remaining recipients based on the winning combination.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "winning_combination_id": {"name": "winning_combination_id", "description": "ID for the winning combination.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp"}, "created_at": 1702893753.210502, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaigns\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_mailchimp__campaigns_tmp') }}\n\n),\n\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__campaigns_tmp')),\n staging_columns=get_campaign_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n\n select \n id as campaign_id,\n segment_id,\n create_time as create_timestamp,\n cast(send_time as {{ dbt.type_timestamp() }}) as send_timestamp, \n list_id,\n reply_to as reply_to_email,\n type as campaign_type,\n title,\n archive_url,\n authenticate,\n auto_footer,\n auto_tweet,\n clicktale,\n content_type,\n drag_and_drop,\n fb_comments,\n folder_id,\n from_name,\n google_analytics,\n inline_css,\n long_archive_url,\n status,\n subject_line,\n template_id,\n test_size,\n timewarp,\n to_name,\n track_ecomm_360,\n track_goals,\n track_html_clicks,\n track_opens,\n track_text_clicks,\n use_conversation,\n wait_time,\n winner_criteria,\n winning_campaign_id,\n winning_combination_id\n from fields\n\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_mailchimp__campaigns_tmp", "package": null, "version": null}, {"name": "stg_mailchimp__campaigns_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_campaign_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.mailchimp_source.stg_mailchimp__campaigns_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__campaigns.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaigns_tmp\"\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n archive_url\n \n as \n \n archive_url\n \n, \n \n \n authenticate\n \n as \n \n authenticate\n \n, \n \n \n auto_footer\n \n as \n \n auto_footer\n \n, \n \n \n auto_tweet\n \n as \n \n auto_tweet\n \n, \n \n \n clicktale\n \n as \n \n clicktale\n \n, \n \n \n content_type\n \n as \n \n content_type\n \n, \n \n \n create_time\n \n as \n \n create_time\n \n, \n \n \n drag_and_drop\n \n as \n \n drag_and_drop\n \n, \n \n \n fb_comments\n \n as \n \n fb_comments\n \n, \n \n \n folder_id\n \n as \n \n folder_id\n \n, \n \n \n from_name\n \n as \n \n from_name\n \n, \n \n \n google_analytics\n \n as \n \n google_analytics\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n inline_css\n \n as \n \n inline_css\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n long_archive_url\n \n as \n \n long_archive_url\n \n, \n \n \n reply_to\n \n as \n \n reply_to\n \n, \n \n \n segment_id\n \n as \n \n segment_id\n \n, \n \n \n segment_text\n \n as \n \n segment_text\n \n, \n \n \n send_time\n \n as \n \n send_time\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n subject_line\n \n as \n \n subject_line\n \n, \n \n \n template_id\n \n as \n \n template_id\n \n, \n \n \n test_size\n \n as \n \n test_size\n \n, \n \n \n timewarp\n \n as \n \n timewarp\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n to_name\n \n as \n \n to_name\n \n, \n \n \n track_ecomm_360\n \n as \n \n track_ecomm_360\n \n, \n \n \n track_goals\n \n as \n \n track_goals\n \n, \n \n \n track_html_clicks\n \n as \n \n track_html_clicks\n \n, \n \n \n track_opens\n \n as \n \n track_opens\n \n, \n \n \n track_text_clicks\n \n as \n \n track_text_clicks\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n use_conversation\n \n as \n \n use_conversation\n \n, \n \n \n wait_time\n \n as \n \n wait_time\n \n, \n \n \n winner_criteria\n \n as \n \n winner_criteria\n \n, \n \n \n winning_campaign_id\n \n as \n \n winning_campaign_id\n \n, \n \n \n winning_combination_id\n \n as \n \n winning_combination_id\n \n\n\n\n \n from base\n),\n\nfinal as (\n\n select \n id as campaign_id,\n segment_id,\n create_time as create_timestamp,\n cast(send_time as timestamp) as send_timestamp, \n list_id,\n reply_to as reply_to_email,\n type as campaign_type,\n title,\n archive_url,\n authenticate,\n auto_footer,\n auto_tweet,\n clicktale,\n content_type,\n drag_and_drop,\n fb_comments,\n folder_id,\n from_name,\n google_analytics,\n inline_css,\n long_archive_url,\n status,\n subject_line,\n template_id,\n test_size,\n timewarp,\n to_name,\n track_ecomm_360,\n track_goals,\n track_html_clicks,\n track_opens,\n track_text_clicks,\n use_conversation,\n wait_time,\n winner_criteria,\n winning_campaign_id,\n winning_combination_id\n from fields\n\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__automations": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__automations", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__automations.sql", "original_file_path": "models/stg_mailchimp__automations.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__automations", "fqn": ["mailchimp_source", "stg_mailchimp__automations"], "alias": "stg_mailchimp__automations", "checksum": {"name": "sha256", "checksum": "3f66c64bef344021b87cbec0c4b1af67dd709415d21d63ac718488e85e9ab7f1"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents an automation in Mailchimp.", "columns": {"automation_id": {"name": "automation_id", "description": "The ID of the automation in Mailchimp.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List an automation was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "segment_id": {"name": "segment_id", "description": "The ID of the Segment an automation was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "segment_text": {"name": "segment_text", "description": "The field describing the Segment an automation was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "started_timestamp": {"name": "started_timestamp", "description": "The date and time the Automation was started.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time the Automation was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The current status of the Automation. Possible Values: save, paused, sending\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the Automation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "trigger_settings": {"name": "trigger_settings", "description": "Available triggers for Automation workflows.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp", "enabled": true}, "created_at": 1702893753.2078998, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automations\"", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_mailchimp__automations_tmp') }}\n\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__automations_tmp')),\n staging_columns=get_automation_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n\n select\n id as automation_id,\n list_id,\n segment_id, \n segment_text,\n start_time as started_timestamp,\n create_time as created_timestamp,\n status,\n title,\n trigger_settings\n from fields\n\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_mailchimp__automations_tmp", "package": null, "version": null}, {"name": "stg_mailchimp__automations_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_automation_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.mailchimp_source.stg_mailchimp__automations_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__automations.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select * \n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automations_tmp\"\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n create_time\n \n as \n \n create_time\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n segment_id\n \n as \n \n segment_id\n \n, \n \n \n segment_text\n \n as \n \n segment_text\n \n, \n \n \n start_time\n \n as \n \n start_time\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n trigger_settings\n \n as \n \n trigger_settings\n \n\n\n\n \n from base\n),\n\nfinal as (\n\n select\n id as automation_id,\n list_id,\n segment_id, \n segment_text,\n start_time as started_timestamp,\n create_time as created_timestamp,\n status,\n title,\n trigger_settings\n from fields\n\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__automation_emails": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__automation_emails", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__automation_emails.sql", "original_file_path": "models/stg_mailchimp__automation_emails.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__automation_emails", "fqn": ["mailchimp_source", "stg_mailchimp__automation_emails"], "alias": "stg_mailchimp__automation_emails", "checksum": {"name": "sha256", "checksum": "caea76c1ed7377f1a59f1284cd94890cf35c9ef2a3318c3b7dbc1839397e8dd5"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents an automation email (that make up automations).", "columns": {"automation_email_id": {"name": "automation_email_id", "description": "The ID of the automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "automation_id": {"name": "automation_id", "description": "The ID of the automation an email relates to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time the automation email was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "started_timestamp": {"name": "started_timestamp", "description": "The date and time the automation email was started.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "send_timestamp": {"name": "send_timestamp", "description": "The date and time the automation email was sent.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "from_name": {"name": "from_name", "description": "The 'from' name on the automation email (not an email address).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "reply_to": {"name": "reply_to", "description": "The reply-to email address for the automation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The current status of the automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subject_line": {"name": "subject_line", "description": "The subject line for the automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "to_name": {"name": "to_name", "description": "The automation email's custom 'To' name. Typically the first name merge field.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "archive_url": {"name": "archive_url", "description": "The link to the automation email's archive version in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "authenticate": {"name": "authenticate", "description": "Whether Mailchimp authenticated the automation email. Defaults to true.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "auto_footer": {"name": "auto_footer", "description": "Automatically append Mailchimp's default footer to the automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "auto_tweet": {"name": "auto_tweet", "description": "Automatically tweet a link to the automation email archive page when the automation email is sent.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "clicktale": {"name": "clicktale", "description": "The custom slug for ClickTale tracking (max of 50 bytes).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "content_type": {"name": "content_type", "description": "How the automation email's content is put together ('template', 'drag_and_drop', 'html', 'url').", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delay_action": {"name": "delay_action", "description": "The action that triggers the delay of an Automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delay_action_description": {"name": "delay_action_description", "description": "The user-friendly description of the action that triggers an Automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delay_amount": {"name": "delay_amount", "description": "The delay amount for an Automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delay_direction": {"name": "delay_direction", "description": "Whether the delay settings describe before or after the delay action of an Automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delay_full_description": {"name": "delay_full_description", "description": "The user-friendly description of the delay and trigger action settings for an Automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delay_type": {"name": "delay_type", "description": "The type of delay for an Automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "drag_and_drop": {"name": "drag_and_drop", "description": "Whether the automation email uses the drag-and-drop editor.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fb_comments": {"name": "fb_comments", "description": "Allows Facebook comments on the automation email (also force-enables the Campaign Archive toolbar). Defaults to true.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "folder_id": {"name": "folder_id", "description": "If the automation email is listed in a folder, the ID for that folder.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "google_analytics": {"name": "google_analytics", "description": "The custom slug for Google Analytics tracking (max of 50 bytes).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inline_css": {"name": "inline_css", "description": "Automatically inline the CSS included with the automation email content.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "position": {"name": "position", "description": "The position of an Automation email in a workflow.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "template_id": {"name": "template_id", "description": "The ID for the template used in this automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "timewarp": {"name": "timewarp", "description": "Send this automation email using Timewarpe_this", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "track_ecomm_360": {"name": "track_ecomm_360", "description": "Whether to enable eCommerce360 tracking.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "track_goals": {"name": "track_goals", "description": "Whether to enable Goal tracking.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "track_html_clicks": {"name": "track_html_clicks", "description": "Whether to track clicks in the HTML version of the automation email. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "track_opens": {"name": "track_opens", "description": "Whether to track opens. Defaults to true. Cannot be set to false for variate automation emails.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "track_text_clicks": {"name": "track_text_clicks", "description": "Whether to track clicks in the plain-text version of the automation email. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "use_conversation": {"name": "use_conversation", "description": "Use Mailchimp Conversation feature to manage out-of-office replies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp", "enabled": true}, "created_at": 1702893753.207052, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_emails\"", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_mailchimp__automation_emails_tmp')}}\n\n), \n\nfields as (\n\n select \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__automation_emails_tmp')),\n staging_columns=get_automation_email_columns()\n )\n }}\n \n from base \n\n), \n\nfinal as (\n\n select\n -- IDs and standard timestamp\n id as automation_email_id,\n automation_id,\n create_time as created_timestamp,\n start_time as started_timestamp,\n send_time as send_timestamp,\n\n -- email details\n from_name,\n reply_to,\n status,\n subject_line,\n title,\n to_name,\n\n archive_url,\n authenticate,\n auto_footer,\n auto_tweet,\n clicktale,\n content_type,\n delay_action,\n delay_action_description,\n delay_amount,\n delay_direction,\n delay_full_description,\n delay_type,\n drag_and_drop,\n fb_comments,\n folder_id,\n google_analytics,\n inline_css,\n position,\n template_id,\n timewarp,\n track_ecomm_360,\n track_goals,\n track_html_clicks,\n track_opens,\n track_text_clicks,\n use_conversation\n from fields\n\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_mailchimp__automation_emails_tmp", "package": null, "version": null}, {"name": "stg_mailchimp__automation_emails_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_automation_email_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.mailchimp_source.stg_mailchimp__automation_emails_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__automation_emails.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_emails_tmp\"\n\n), \n\nfields as (\n\n select \n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n archive_url\n \n as \n \n archive_url\n \n, \n \n \n authenticate\n \n as \n \n authenticate\n \n, \n \n \n auto_footer\n \n as \n \n auto_footer\n \n, \n \n \n auto_tweet\n \n as \n \n auto_tweet\n \n, \n \n \n automation_id\n \n as \n \n automation_id\n \n, \n \n \n clicktale\n \n as \n \n clicktale\n \n, \n \n \n content_type\n \n as \n \n content_type\n \n, \n \n \n create_time\n \n as \n \n create_time\n \n, \n \n \n delay_action\n \n as \n \n delay_action\n \n, \n \n \n delay_action_description\n \n as \n \n delay_action_description\n \n, \n \n \n delay_amount\n \n as \n \n delay_amount\n \n, \n \n \n delay_direction\n \n as \n \n delay_direction\n \n, \n \n \n delay_full_description\n \n as \n \n delay_full_description\n \n, \n \n \n delay_type\n \n as \n \n delay_type\n \n, \n \n \n drag_and_drop\n \n as \n \n drag_and_drop\n \n, \n \n \n fb_comments\n \n as \n \n fb_comments\n \n, \n \n \n folder_id\n \n as \n \n folder_id\n \n, \n \n \n from_name\n \n as \n \n from_name\n \n, \n \n \n google_analytics\n \n as \n \n google_analytics\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n inline_css\n \n as \n \n inline_css\n \n, \n \n \n position\n \n as \n \n position\n \n, \n \n \n reply_to\n \n as \n \n reply_to\n \n, \n \n \n send_time\n \n as \n \n send_time\n \n, \n \n \n start_time\n \n as \n \n start_time\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n subject_line\n \n as \n \n subject_line\n \n, \n \n \n template_id\n \n as \n \n template_id\n \n, \n \n \n timewarp\n \n as \n \n timewarp\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n to_name\n \n as \n \n to_name\n \n, \n \n \n track_ecomm_360\n \n as \n \n track_ecomm_360\n \n, \n \n \n track_goals\n \n as \n \n track_goals\n \n, \n \n \n track_html_clicks\n \n as \n \n track_html_clicks\n \n, \n \n \n track_opens\n \n as \n \n track_opens\n \n, \n \n \n track_text_clicks\n \n as \n \n track_text_clicks\n \n, \n \n \n use_conversation\n \n as \n \n use_conversation\n \n\n\n\n \n from base \n\n), \n\nfinal as (\n\n select\n -- IDs and standard timestamp\n id as automation_email_id,\n automation_id,\n create_time as created_timestamp,\n start_time as started_timestamp,\n send_time as send_timestamp,\n\n -- email details\n from_name,\n reply_to,\n status,\n subject_line,\n title,\n to_name,\n\n archive_url,\n authenticate,\n auto_footer,\n auto_tweet,\n clicktale,\n content_type,\n delay_action,\n delay_action_description,\n delay_amount,\n delay_direction,\n delay_full_description,\n delay_type,\n drag_and_drop,\n fb_comments,\n folder_id,\n google_analytics,\n inline_css,\n position,\n template_id,\n timewarp,\n track_ecomm_360,\n track_goals,\n track_html_clicks,\n track_opens,\n track_text_clicks,\n use_conversation\n from fields\n\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__automation_recipients": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__automation_recipients", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__automation_recipients.sql", "original_file_path": "models/stg_mailchimp__automation_recipients.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__automation_recipients", "fqn": ["mailchimp_source", "stg_mailchimp__automation_recipients"], "alias": "stg_mailchimp__automation_recipients", "checksum": {"name": "sha256", "checksum": "7579dd911bab9ac42a611ce7d68d602d504a3ba7a504c1a853fe223f48f03f28"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents info about the recipient of each automation.", "columns": {"automation_recipient_id": {"name": "automation_recipient_id", "description": "Surrogate key that uses member_id and automation_email_id", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member the automation was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "automation_email_id": {"name": "automation_email_id", "description": "The ID of the automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List an automation was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp", "enabled": true}, "created_at": 1702893753.2075121, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_recipients\"", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_mailchimp__automation_recipients_tmp')}}\n\n), \n\nfields as (\n\n select \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__automation_recipients_tmp')),\n staging_columns=get_automation_recipient_columns()\n )\n }}\n \n from base\n\n), \n\n\nfinal as (\n\n select\n member_id,\n automation_email_id,\n list_id\n from fields\n\n),\n\n unique_key as (\n\n select \n *,\n {{ dbt_utils.generate_surrogate_key(['member_id','automation_email_id']) }} as automation_recipient_id\n from final\n\n)\n\nselect *\nfrom unique_key", "language": "sql", "refs": [{"name": "stg_mailchimp__automation_recipients_tmp", "package": null, "version": null}, {"name": "stg_mailchimp__automation_recipients_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_automation_recipient_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.mailchimp_source.stg_mailchimp__automation_recipients_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__automation_recipients.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_recipients_tmp\"\n\n), \n\nfields as (\n\n select \n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n automation_email_id\n \n as \n \n automation_email_id\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n member_id\n \n as \n \n member_id\n \n\n\n\n \n from base\n\n), \n\n\nfinal as (\n\n select\n member_id,\n automation_email_id,\n list_id\n from fields\n\n),\n\n unique_key as (\n\n select \n *,\n md5(cast(coalesce(cast(member_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(automation_email_id as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as automation_recipient_id\n from final\n\n)\n\nselect *\nfrom unique_key", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__members": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__members", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__members.sql", "original_file_path": "models/stg_mailchimp__members.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__members", "fqn": ["mailchimp_source", "stg_mailchimp__members"], "alias": "stg_mailchimp__members", "checksum": {"name": "sha256", "checksum": "0f1845646b840c30faa0cd9a863899b592ca5cb9307fba2e81829fc85aa038a0"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a member in Mailchimp.", "columns": {"member_id": {"name": "member_id", "description": "The ID of the member.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email_address": {"name": "email_address", "description": "Email address for a subscriber.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email_client": {"name": "email_client", "description": "The list member's email client.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email_type": {"name": "email_type", "description": "Type of email this member asked to get ('html' or 'text').", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "Subscriber's current status. Possible Values: subscribed, unsubscribed, cleaned, pending, transactional, archived\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the list the member belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "signup_timestamp": {"name": "signup_timestamp", "description": "The date and time the subscriber signed up for the list.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "opt_in_timestamp": {"name": "opt_in_timestamp", "description": "The date and time the subscribe confirmed their opt-in status.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "last_changed_timestamp": {"name": "last_changed_timestamp", "description": "The date and time the member's info was last changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_code": {"name": "country_code", "description": "The member's unique code for the location country.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "dstoff": {"name": "dstoff", "description": "The member's offset for timezones where daylight saving time is observed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "gmtoff": {"name": "gmtoff", "description": "The member's time difference in hours from GMT.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "opt_in_ip_address": {"name": "opt_in_ip_address", "description": "The IP address the subscriber used to confirm their opt-in status.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "signup_ip_address": {"name": "signup_ip_address", "description": "IP address the subscriber signed up from.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "language": {"name": "language", "description": "If set/detected, the subscriber's language.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "latitude": {"name": "latitude", "description": "The member's location latitude.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "longitude": {"name": "longitude", "description": "The member's location longitude.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "member_rating": {"name": "member_rating", "description": "Star rating for this member, between 1 and 5.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "timezone": {"name": "timezone", "description": "The timezone for the member's location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "unique_email_id": {"name": "unique_email_id", "description": "An identifier for the address across all of Mailchimp.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "vip": {"name": "vip", "description": "VIP status for subscriber.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp"}, "created_at": 1702893753.212405, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__members\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_mailchimp__members_tmp') }}\n\n),\n\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__members_tmp')),\n staging_columns=get_member_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n\n select \n id as member_id,\n email_address,\n email_client,\n email_type,\n status,\n list_id,\n timestamp_signup as signup_timestamp,\n timestamp_opt as opt_in_timestamp,\n last_changed as last_changed_timestamp,\n country_code,\n dstoff,\n gmtoff,\n ip_opt as opt_in_ip_address,\n ip_signup as signup_ip_address,\n language,\n latitude,\n longitude,\n member_rating,\n timezone,\n unique_email_id,\n vip\n \n --The below macro adds the fields defined within your mailchimp__member_pass_through_columns variable into the staging model\n {{ fivetran_utils.fill_pass_through_columns('mailchimp__members_pass_through_columns') }}\n \n from fields\n\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_mailchimp__members_tmp", "package": null, "version": null}, {"name": "stg_mailchimp__members_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_member_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.mailchimp_source.stg_mailchimp__members_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__members.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__members_tmp\"\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n country_code\n \n as \n \n country_code\n \n, \n \n \n dstoff\n \n as \n \n dstoff\n \n, \n \n \n email_address\n \n as \n \n email_address\n \n, \n \n \n email_client\n \n as \n \n email_client\n \n, \n \n \n email_type\n \n as \n \n email_type\n \n, \n \n \n gmtoff\n \n as \n \n gmtoff\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n ip_opt\n \n as \n \n ip_opt\n \n, \n \n \n ip_signup\n \n as \n \n ip_signup\n \n, \n \n \n language\n \n as \n \n language\n \n, \n \n \n last_changed\n \n as \n \n last_changed\n \n, \n \n \n latitude\n \n as \n \n latitude\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n longitude\n \n as \n \n longitude\n \n, \n \n \n member_rating\n \n as \n \n member_rating\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n timestamp_opt\n \n as \n \n timestamp_opt\n \n, \n \n \n timestamp_signup\n \n as \n \n timestamp_signup\n \n, \n \n \n timezone\n \n as \n \n timezone\n \n, \n \n \n unique_email_id\n \n as \n \n unique_email_id\n \n, \n \n \n vip\n \n as \n \n vip\n \n\n\n\n \n from base\n),\n\nfinal as (\n\n select \n id as member_id,\n email_address,\n email_client,\n email_type,\n status,\n list_id,\n timestamp_signup as signup_timestamp,\n timestamp_opt as opt_in_timestamp,\n last_changed as last_changed_timestamp,\n country_code,\n dstoff,\n gmtoff,\n ip_opt as opt_in_ip_address,\n ip_signup as signup_ip_address,\n language,\n latitude,\n longitude,\n member_rating,\n timezone,\n unique_email_id,\n vip\n \n --The below macro adds the fields defined within your mailchimp__member_pass_through_columns variable into the staging model\n \n\n\n\n\n \n from fields\n\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__campaign_activities": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__campaign_activities", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__campaign_activities.sql", "original_file_path": "models/stg_mailchimp__campaign_activities.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_activities", "fqn": ["mailchimp_source", "stg_mailchimp__campaign_activities"], "alias": "stg_mailchimp__campaign_activities", "checksum": {"name": "sha256", "checksum": "5716c2394856aa6840fad98221801a9a39ab33d20472c04cbd623f51c4e4cdee"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents an activity taken in relation to a campaign email.", "columns": {"activity_id": {"name": "activity_id", "description": "The ID of the activity/event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "action_type": {"name": "action_type", "description": "One of the following actions: 'open', 'click', or 'bounce'\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "campaign_id": {"name": "campaign_id", "description": "The unique ID for the sent campaign.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member the activity relates to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the list the email was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "activity_timestamp": {"name": "activity_timestamp", "description": "The timestamp when the activity occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The IP address recorded for the action.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "url": {"name": "url", "description": "If the action is a 'click', the URL on which the member clicked.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "bounce_type": {"name": "bounce_type", "description": "If the action is a 'bounce', the type of bounce received: 'hard', 'soft'.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "combination_id": {"name": "combination_id", "description": "The ID of the combination the member was part of for a campaign.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email_id": {"name": "email_id", "description": "The ID of the email sent. (Created in dbt, not Mailchimp.)", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp"}, "created_at": 1702893753.208819, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaign_activities\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_mailchimp__campaign_activities_tmp') }}\n\n),\n\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__campaign_activities_tmp')),\n staging_columns=get_campaign_recipient_activity_columns()\n )\n }}\n \n from base\n),\n\n\nfinal as (\n\n select \n action as action_type,\n campaign_id,\n member_id,\n list_id,\n cast(timestamp as {{ dbt.type_timestamp() }}) as activity_timestamp,\n ip as ip_address,\n url,\n bounce_type,\n combination_id\n from fields\n\n), unique_key as (\n\n select \n *, \n {{ dbt_utils.generate_surrogate_key(['action_type', 'campaign_id', 'member_id', 'activity_timestamp']) }} as activity_id,\n {{ dbt_utils.generate_surrogate_key(['campaign_id','member_id']) }} as email_id\n from final\n\n)\n\nselect *\nfrom unique_key", "language": "sql", "refs": [{"name": "stg_mailchimp__campaign_activities_tmp", "package": null, "version": null}, {"name": "stg_mailchimp__campaign_activities_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_campaign_recipient_activity_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.mailchimp_source.stg_mailchimp__campaign_activities_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__campaign_activities.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaign_activities_tmp\"\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n action\n \n as \n \n action\n \n, \n \n \n bounce_type\n \n as \n \n bounce_type\n \n, \n \n \n campaign_id\n \n as \n \n campaign_id\n \n, \n \n \n combination_id\n \n as \n \n combination_id\n \n, \n \n \n ip\n \n as \n \n ip\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n member_id\n \n as \n \n member_id\n \n, \n \n \n timestamp\n \n as \n \n timestamp\n \n, \n \n \n url\n \n as \n \n url\n \n\n\n\n \n from base\n),\n\n\nfinal as (\n\n select \n action as action_type,\n campaign_id,\n member_id,\n list_id,\n cast(timestamp as timestamp) as activity_timestamp,\n ip as ip_address,\n url,\n bounce_type,\n combination_id\n from fields\n\n), unique_key as (\n\n select \n *, \n md5(cast(coalesce(cast(action_type as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(campaign_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(member_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(activity_timestamp as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as activity_id,\n md5(cast(coalesce(cast(campaign_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(member_id as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as email_id\n from final\n\n)\n\nselect *\nfrom unique_key", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__segment_members": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__segment_members", "resource_type": "model", "package_name": "mailchimp_source", "path": "stg_mailchimp__segment_members.sql", "original_file_path": "models/stg_mailchimp__segment_members.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__segment_members", "fqn": ["mailchimp_source", "stg_mailchimp__segment_members"], "alias": "stg_mailchimp__segment_members", "checksum": {"name": "sha256", "checksum": "b7e3cbcb4ddb24003853055be3da93cd29008f98dda716571ee328643ab74174"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a member and their segment data.", "columns": {"segment_id": {"name": "segment_id", "description": "The ID for the Segment from Mailchimp.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List the segment is part of.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "mailchimp_source://models/stg_mailchimp.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp", "enabled": true}, "created_at": 1702893753.212669, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__segment_members\"", "raw_code": "{{ config(enabled=var('mailchimp_using_segments', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_mailchimp__segment_members_tmp') }}\n\n),\n\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_mailchimp__segment_members_tmp')),\n staging_columns=get_segment_member_columns()\n )\n }}\n \n from base\n\n), \n\nfinal as (\n\n select\n segment_id,\n member_id,\n list_id\n from fields\n\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_mailchimp__segment_members_tmp", "package": null, "version": null}, {"name": "stg_mailchimp__segment_members_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.mailchimp_source.get_segment_member_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.mailchimp_source.stg_mailchimp__segment_members_tmp"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp__segment_members.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select * \n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__segment_members_tmp\"\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n member_id\n \n as \n \n member_id\n \n, \n \n \n segment_id\n \n as \n \n segment_id\n \n\n\n\n \n from base\n\n), \n\nfinal as (\n\n select\n segment_id,\n member_id,\n list_id\n from fields\n\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__automation_activities_tmp": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__automation_activities_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__automation_activities_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__automation_activities_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__automation_activities_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__automation_activities_tmp"], "alias": "stg_mailchimp__automation_activities_tmp", "checksum": {"name": "sha256", "checksum": "d0fac04a4a735674d35af24ffa7f6889cb0042e85f46c96282ac1be1c38fc713"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected", "materalized": "view"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp", "materalized": "view", "enabled": true}, "created_at": 1702893753.0640798, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_activities_tmp\"", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nselect * from {{ var('automation_recipient_activity') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "automation_recipient_activity"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.automation_recipient_activity"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__automation_activities_tmp.sql", "compiled": true, "compiled_code": "\n\nselect * from \"dev\".\"mailchimp_source_integration_tests\".\"automation_recipient_activity\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__unsubscribes_tmp": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__unsubscribes_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__unsubscribes_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__unsubscribes_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__unsubscribes_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__unsubscribes_tmp"], "alias": "stg_mailchimp__unsubscribes_tmp", "checksum": {"name": "sha256", "checksum": "49ddeb7631aa624011d6fd5f608b80fa284ca6443a837c941d31cc864e99efca"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected", "materalized": "view"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp", "materalized": "view"}, "created_at": 1702893753.068359, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__unsubscribes_tmp\"", "raw_code": "select * from {{ var('unsubscribe') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "unsubscribe"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.unsubscribe"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__unsubscribes_tmp.sql", "compiled": true, "compiled_code": "select * from \"dev\".\"mailchimp_source_integration_tests\".\"unsubscribe\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__lists_tmp": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__lists_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__lists_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__lists_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__lists_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__lists_tmp"], "alias": "stg_mailchimp__lists_tmp", "checksum": {"name": "sha256", "checksum": "f2334dfd1f22372c81a53cb1903dc8accef34fbf98c0a3477bd0ca373cffd83d"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected", "materalized": "view"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp", "materalized": "view"}, "created_at": 1702893753.071618, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__lists_tmp\"", "raw_code": "select * from {{ var('list') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "list"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.list"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__lists_tmp.sql", "compiled": true, "compiled_code": "select * from \"dev\".\"mailchimp_source_integration_tests\".\"list\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__campaign_recipients_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__campaign_recipients_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__campaign_recipients_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__campaign_recipients_tmp"], "alias": "stg_mailchimp__campaign_recipients_tmp", "checksum": {"name": "sha256", "checksum": "6208dd636a377fb8462ee7838ec92a9b3592f5861f42c6dd803aa8c32e6fe3f5"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected", "materalized": "view"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp", "materalized": "view"}, "created_at": 1702893753.074898, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaign_recipients_tmp\"", "raw_code": "select * from {{ var('campaign_recipient') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "campaign_recipient"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.campaign_recipient"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__campaign_recipients_tmp.sql", "compiled": true, "compiled_code": "select * from \"dev\".\"mailchimp_source_integration_tests\".\"campaign_recipient\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__segments_tmp": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__segments_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__segments_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__segments_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__segments_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__segments_tmp"], "alias": "stg_mailchimp__segments_tmp", "checksum": {"name": "sha256", "checksum": "4235011fcab4cb786bf93907ba23fa09882a56e9430b6fc13bf0425c2cb5cc09"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected", "materalized": "view"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp", "materalized": "view", "enabled": true}, "created_at": 1702893753.077987, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__segments_tmp\"", "raw_code": "{{ config(enabled=var('mailchimp_using_segments', True)) }}\n\nselect * from {{ var('mailchimp_segment') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "segment"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.segment"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__segments_tmp.sql", "compiled": true, "compiled_code": "\n\nselect * from \"dev\".\"mailchimp_source_integration_tests\".\"segment\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__campaigns_tmp": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__campaigns_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__campaigns_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__campaigns_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__campaigns_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__campaigns_tmp"], "alias": "stg_mailchimp__campaigns_tmp", "checksum": {"name": "sha256", "checksum": "b96a24c9964cf05208bd2a9e0d0ce0455a507b9f07026887f777922df4942cd9"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected", "materalized": "view"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp", "materalized": "view"}, "created_at": 1702893753.082398, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaigns_tmp\"", "raw_code": "select * from {{ var('campaign') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "campaign"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.campaign"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__campaigns_tmp.sql", "compiled": true, "compiled_code": "select * from \"dev\".\"mailchimp_source_integration_tests\".\"campaign\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__segment_members_tmp": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__segment_members_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__segment_members_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__segment_members_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__segment_members_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__segment_members_tmp"], "alias": "stg_mailchimp__segment_members_tmp", "checksum": {"name": "sha256", "checksum": "5b6ac15d76b277f0b9f4d99dab168471e7e599bf8e79bd491dc412cfd5e9b48b"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected", "materalized": "view"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp", "materalized": "view", "enabled": true}, "created_at": 1702893753.085584, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__segment_members_tmp\"", "raw_code": "{{ config(enabled=var('mailchimp_using_segments', True)) }}\n\nselect * from {{ var('segment_member') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "segment_member"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.segment_member"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__segment_members_tmp.sql", "compiled": true, "compiled_code": "\n\nselect * from \"dev\".\"mailchimp_source_integration_tests\".\"segment_member\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__members_tmp": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__members_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__members_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__members_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__members_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__members_tmp"], "alias": "stg_mailchimp__members_tmp", "checksum": {"name": "sha256", "checksum": "5fe9a82d5a301c2dd82f196d47d882b6c2083528bd8b53f1a49591496b729b5e"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected", "materalized": "view"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp", "materalized": "view"}, "created_at": 1702893753.089421, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__members_tmp\"", "raw_code": "select * from {{ var('member') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "member"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.member"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__members_tmp.sql", "compiled": true, "compiled_code": "select * from \"dev\".\"mailchimp_source_integration_tests\".\"member\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__automations_tmp": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__automations_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__automations_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__automations_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__automations_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__automations_tmp"], "alias": "stg_mailchimp__automations_tmp", "checksum": {"name": "sha256", "checksum": "bd88022fed71703eae69b836661607a96c458de3bca369d39d403e51c04d9d11"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected", "materalized": "view"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp", "materalized": "view", "enabled": true}, "created_at": 1702893753.0924869, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automations_tmp\"", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nselect * from {{ var('automation') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "automation"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.automation"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__automations_tmp.sql", "compiled": true, "compiled_code": "\n\nselect * from \"dev\".\"mailchimp_source_integration_tests\".\"automation\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__automation_emails_tmp": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__automation_emails_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__automation_emails_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__automation_emails_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__automation_emails_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__automation_emails_tmp"], "alias": "stg_mailchimp__automation_emails_tmp", "checksum": {"name": "sha256", "checksum": "cfafd12fa8a1f5cfba78cb862fb008fefe3af1516e4e6bb0c29ac1205f445b41"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected", "materalized": "view"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp", "materalized": "view", "enabled": true}, "created_at": 1702893753.095863, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_emails_tmp\"", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nselect * from {{ var('automation_email') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "automation_email"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.automation_email"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__automation_emails_tmp.sql", "compiled": true, "compiled_code": "\n\nselect * from \"dev\".\"mailchimp_source_integration_tests\".\"automation_email\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__automation_recipients_tmp": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__automation_recipients_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__automation_recipients_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__automation_recipients_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__automation_recipients_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__automation_recipients_tmp"], "alias": "stg_mailchimp__automation_recipients_tmp", "checksum": {"name": "sha256", "checksum": "d6f50eacc1d386102490eef242bcd05560fe6e5aaf1be8f75ef833baa1bd4971"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected", "materalized": "view"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp", "materalized": "view", "enabled": true}, "created_at": 1702893753.1006489, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_recipients_tmp\"", "raw_code": "{{ config(enabled=var('mailchimp_using_automations', True)) }}\n\nselect * from {{ var('automation_recipient') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "automation_recipient"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.automation_recipient"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__automation_recipients_tmp.sql", "compiled": true, "compiled_code": "\n\nselect * from \"dev\".\"mailchimp_source_integration_tests\".\"automation_recipient\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.mailchimp_source.stg_mailchimp__campaign_activities_tmp": {"database": "dev", "schema": "mailchimp_source_integration_tests_stg_mailchimp", "name": "stg_mailchimp__campaign_activities_tmp", "resource_type": "model", "package_name": "mailchimp_source", "path": "tmp/stg_mailchimp__campaign_activities_tmp.sql", "original_file_path": "models/tmp/stg_mailchimp__campaign_activities_tmp.sql", "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_activities_tmp", "fqn": ["mailchimp_source", "tmp", "stg_mailchimp__campaign_activities_tmp"], "alias": "stg_mailchimp__campaign_activities_tmp", "checksum": {"name": "sha256", "checksum": "148a518cde7f4ff01dfbeb3d48baad63102b430336356e5c1b490fca008122fe"}, "config": {"enabled": true, "alias": null, "schema": "stg_mailchimp", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected", "materalized": "view"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_mailchimp", "materalized": "view"}, "created_at": 1702893753.104241, "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaign_activities_tmp\"", "raw_code": "select * from {{ var('campaign_recipient_activity') }}", "language": "sql", "refs": [], "sources": [["mailchimp", "campaign_recipient_activity"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.mailchimp_source.mailchimp.campaign_recipient_activity"]}, "compiled_path": "target/compiled/mailchimp_source/models/tmp/stg_mailchimp__campaign_activities_tmp.sql", "compiled": true, "compiled_code": "select * from \"dev\".\"mailchimp_source_integration_tests\".\"campaign_recipient_activity\"", "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}, "test.mailchimp_source.not_null_stg_mailchimp__automation_activities_activity_id.0ae0f21475": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "activity_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__automation_activities')) }}"}, "namespace": null}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "not_null_stg_mailchimp__automation_activities_activity_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__automation_activities_activity_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__automation_activities_activity_id.0ae0f21475", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__automation_activities_activity_id"], "alias": "not_null_stg_mailchimp__automation_activities_activity_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1702893753.254417, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_mailchimp__automation_activities", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__automation_activities"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__automation_activities_activity_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect activity_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_activities\"\nwhere activity_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "activity_id", "file_key_name": "models.stg_mailchimp__automation_activities", "attached_node": "model.mailchimp_source.stg_mailchimp__automation_activities"}, "test.mailchimp_source.unique_stg_mailchimp__automation_activities_activity_id.1737f52a7d": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "activity_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__automation_activities')) }}"}, "namespace": null}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "unique_stg_mailchimp__automation_activities_activity_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "unique_stg_mailchimp__automation_activities_activity_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.unique_stg_mailchimp__automation_activities_activity_id.1737f52a7d", "fqn": ["mailchimp_source", "unique_stg_mailchimp__automation_activities_activity_id"], "alias": "unique_stg_mailchimp__automation_activities_activity_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1702893753.255716, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_mailchimp__automation_activities", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__automation_activities"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/unique_stg_mailchimp__automation_activities_activity_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n activity_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_activities\"\nwhere activity_id is not null\ngroup by activity_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "activity_id", "file_key_name": "models.stg_mailchimp__automation_activities", "attached_node": "model.mailchimp_source.stg_mailchimp__automation_activities"}, "test.mailchimp_source.unique_stg_mailchimp__automation_emails_automation_email_id.a61e4c82c7": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "automation_email_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__automation_emails')) }}"}, "namespace": null}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "unique_stg_mailchimp__automation_emails_automation_email_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "unique_stg_mailchimp__automation_emails_automation_email_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.unique_stg_mailchimp__automation_emails_automation_email_id.a61e4c82c7", "fqn": ["mailchimp_source", "unique_stg_mailchimp__automation_emails_automation_email_id"], "alias": "unique_stg_mailchimp__automation_emails_automation_email_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1702893753.256753, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_mailchimp__automation_emails", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__automation_emails"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/unique_stg_mailchimp__automation_emails_automation_email_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n automation_email_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_emails\"\nwhere automation_email_id is not null\ngroup by automation_email_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "automation_email_id", "file_key_name": "models.stg_mailchimp__automation_emails", "attached_node": "model.mailchimp_source.stg_mailchimp__automation_emails"}, "test.mailchimp_source.not_null_stg_mailchimp__automation_emails_automation_email_id.019e811594": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "automation_email_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__automation_emails')) }}"}, "namespace": null}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "not_null_stg_mailchimp__automation_emails_automation_email_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__automation_emails_automation_email_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__automation_emails_automation_email_id.019e811594", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__automation_emails_automation_email_id"], "alias": "not_null_stg_mailchimp__automation_emails_automation_email_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1702893753.257918, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_mailchimp__automation_emails", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__automation_emails"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__automation_emails_automation_email_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect automation_email_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_emails\"\nwhere automation_email_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "automation_email_id", "file_key_name": "models.stg_mailchimp__automation_emails", "attached_node": "model.mailchimp_source.stg_mailchimp__automation_emails"}, "test.mailchimp_source.not_null_stg_mailchimp__automation_recipients_automation_recipient_id.f0b2e24912": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "automation_recipient_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__automation_recipients')) }}"}, "namespace": null}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "not_null_stg_mailchimp__automation_recipients_automation_recipient_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__automa_1703f36d68ebe81feee15564aa486154.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__automation_recipients_automation_recipient_id.f0b2e24912", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__automation_recipients_automation_recipient_id"], "alias": "not_null_stg_mailchimp__automa_1703f36d68ebe81feee15564aa486154", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "not_null_stg_mailchimp__automa_1703f36d68ebe81feee15564aa486154", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "not_null_stg_mailchimp__automa_1703f36d68ebe81feee15564aa486154"}, "created_at": 1702893753.258917, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_stg_mailchimp__automa_1703f36d68ebe81feee15564aa486154\") }}", "language": "sql", "refs": [{"name": "stg_mailchimp__automation_recipients", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__automation_recipients"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__automa_1703f36d68ebe81feee15564aa486154.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect automation_recipient_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_recipients\"\nwhere automation_recipient_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "automation_recipient_id", "file_key_name": "models.stg_mailchimp__automation_recipients", "attached_node": "model.mailchimp_source.stg_mailchimp__automation_recipients"}, "test.mailchimp_source.unique_stg_mailchimp__automation_recipients_automation_recipient_id.9c2cfa6272": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "automation_recipient_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__automation_recipients')) }}"}, "namespace": null}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "unique_stg_mailchimp__automation_recipients_automation_recipient_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "unique_stg_mailchimp__automati_827bdb776e9d61d72a3220bd2e2b43db.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.unique_stg_mailchimp__automation_recipients_automation_recipient_id.9c2cfa6272", "fqn": ["mailchimp_source", "unique_stg_mailchimp__automation_recipients_automation_recipient_id"], "alias": "unique_stg_mailchimp__automati_827bdb776e9d61d72a3220bd2e2b43db", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "unique_stg_mailchimp__automati_827bdb776e9d61d72a3220bd2e2b43db", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "unique_stg_mailchimp__automati_827bdb776e9d61d72a3220bd2e2b43db"}, "created_at": 1702893753.259927, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}{{ config(alias=\"unique_stg_mailchimp__automati_827bdb776e9d61d72a3220bd2e2b43db\") }}", "language": "sql", "refs": [{"name": "stg_mailchimp__automation_recipients", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__automation_recipients"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/unique_stg_mailchimp__automati_827bdb776e9d61d72a3220bd2e2b43db.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n automation_recipient_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_recipients\"\nwhere automation_recipient_id is not null\ngroup by automation_recipient_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "automation_recipient_id", "file_key_name": "models.stg_mailchimp__automation_recipients", "attached_node": "model.mailchimp_source.stg_mailchimp__automation_recipients"}, "test.mailchimp_source.unique_stg_mailchimp__automations_automation_id.455bcbd36b": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "automation_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__automations')) }}"}, "namespace": null}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "unique_stg_mailchimp__automations_automation_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "unique_stg_mailchimp__automations_automation_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.unique_stg_mailchimp__automations_automation_id.455bcbd36b", "fqn": ["mailchimp_source", "unique_stg_mailchimp__automations_automation_id"], "alias": "unique_stg_mailchimp__automations_automation_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1702893753.260928, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_mailchimp__automations", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__automations"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/unique_stg_mailchimp__automations_automation_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n automation_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automations\"\nwhere automation_id is not null\ngroup by automation_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "automation_id", "file_key_name": "models.stg_mailchimp__automations", "attached_node": "model.mailchimp_source.stg_mailchimp__automations"}, "test.mailchimp_source.not_null_stg_mailchimp__automations_automation_id.cf748ea94a": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "automation_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__automations')) }}"}, "namespace": null}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "not_null_stg_mailchimp__automations_automation_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__automations_automation_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__automations_automation_id.cf748ea94a", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__automations_automation_id"], "alias": "not_null_stg_mailchimp__automations_automation_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1702893753.262115, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_mailchimp__automations", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__automations"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__automations_automation_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect automation_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automations\"\nwhere automation_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "automation_id", "file_key_name": "models.stg_mailchimp__automations", "attached_node": "model.mailchimp_source.stg_mailchimp__automations"}, "test.mailchimp_source.unique_stg_mailchimp__campaign_recipients_email_id.1e1843671d": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "email_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__campaign_recipients')) }}"}, "namespace": null}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "unique_stg_mailchimp__campaign_recipients_email_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "unique_stg_mailchimp__campaign_recipients_email_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.unique_stg_mailchimp__campaign_recipients_email_id.1e1843671d", "fqn": ["mailchimp_source", "unique_stg_mailchimp__campaign_recipients_email_id"], "alias": "unique_stg_mailchimp__campaign_recipients_email_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1702893753.263092, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_mailchimp__campaign_recipients", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__campaign_recipients"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/unique_stg_mailchimp__campaign_recipients_email_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n email_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaign_recipients\"\nwhere email_id is not null\ngroup by email_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "email_id", "file_key_name": "models.stg_mailchimp__campaign_recipients", "attached_node": "model.mailchimp_source.stg_mailchimp__campaign_recipients"}, "test.mailchimp_source.not_null_stg_mailchimp__campaign_recipients_email_id.e7aace8199": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "email_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__campaign_recipients')) }}"}, "namespace": null}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "not_null_stg_mailchimp__campaign_recipients_email_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__campaign_recipients_email_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__campaign_recipients_email_id.e7aace8199", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__campaign_recipients_email_id"], "alias": "not_null_stg_mailchimp__campaign_recipients_email_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1702893753.264074, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_mailchimp__campaign_recipients", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__campaign_recipients"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__campaign_recipients_email_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect email_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaign_recipients\"\nwhere email_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "email_id", "file_key_name": "models.stg_mailchimp__campaign_recipients", "attached_node": "model.mailchimp_source.stg_mailchimp__campaign_recipients"}, "test.mailchimp_source.unique_stg_mailchimp__campaign_activities_activity_id.1ed119dcbe": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "activity_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__campaign_activities')) }}"}, "namespace": null}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "unique_stg_mailchimp__campaign_activities_activity_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "unique_stg_mailchimp__campaign_activities_activity_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.unique_stg_mailchimp__campaign_activities_activity_id.1ed119dcbe", "fqn": ["mailchimp_source", "unique_stg_mailchimp__campaign_activities_activity_id"], "alias": "unique_stg_mailchimp__campaign_activities_activity_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1702893753.265047, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_mailchimp__campaign_activities", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__campaign_activities"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/unique_stg_mailchimp__campaign_activities_activity_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n activity_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaign_activities\"\nwhere activity_id is not null\ngroup by activity_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "activity_id", "file_key_name": "models.stg_mailchimp__campaign_activities", "attached_node": "model.mailchimp_source.stg_mailchimp__campaign_activities"}, "test.mailchimp_source.not_null_stg_mailchimp__campaign_activities_activity_id.7c968c29da": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "activity_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__campaign_activities')) }}"}, "namespace": null}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "not_null_stg_mailchimp__campaign_activities_activity_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__campaign_activities_activity_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__campaign_activities_activity_id.7c968c29da", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__campaign_activities_activity_id"], "alias": "not_null_stg_mailchimp__campaign_activities_activity_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1702893753.26602, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_mailchimp__campaign_activities", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__campaign_activities"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__campaign_activities_activity_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect activity_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaign_activities\"\nwhere activity_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "activity_id", "file_key_name": "models.stg_mailchimp__campaign_activities", "attached_node": "model.mailchimp_source.stg_mailchimp__campaign_activities"}, "test.mailchimp_source.unique_stg_mailchimp__campaigns_campaign_id.534c6a58a0": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "campaign_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__campaigns')) }}"}, "namespace": null}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "unique_stg_mailchimp__campaigns_campaign_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "unique_stg_mailchimp__campaigns_campaign_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.unique_stg_mailchimp__campaigns_campaign_id.534c6a58a0", "fqn": ["mailchimp_source", "unique_stg_mailchimp__campaigns_campaign_id"], "alias": "unique_stg_mailchimp__campaigns_campaign_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1702893753.267165, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_mailchimp__campaigns", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__campaigns"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/unique_stg_mailchimp__campaigns_campaign_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n campaign_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaigns\"\nwhere campaign_id is not null\ngroup by campaign_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "campaign_id", "file_key_name": "models.stg_mailchimp__campaigns", "attached_node": "model.mailchimp_source.stg_mailchimp__campaigns"}, "test.mailchimp_source.not_null_stg_mailchimp__campaigns_campaign_id.b6967f01dd": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "campaign_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__campaigns')) }}"}, "namespace": null}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "not_null_stg_mailchimp__campaigns_campaign_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__campaigns_campaign_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__campaigns_campaign_id.b6967f01dd", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__campaigns_campaign_id"], "alias": "not_null_stg_mailchimp__campaigns_campaign_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1702893753.268129, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_mailchimp__campaigns", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__campaigns"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__campaigns_campaign_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect campaign_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaigns\"\nwhere campaign_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "campaign_id", "file_key_name": "models.stg_mailchimp__campaigns", "attached_node": "model.mailchimp_source.stg_mailchimp__campaigns"}, "test.mailchimp_source.unique_stg_mailchimp__lists_list_id.2d7d469b92": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "list_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__lists')) }}"}, "namespace": null}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "unique_stg_mailchimp__lists_list_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "unique_stg_mailchimp__lists_list_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.unique_stg_mailchimp__lists_list_id.2d7d469b92", "fqn": ["mailchimp_source", "unique_stg_mailchimp__lists_list_id"], "alias": "unique_stg_mailchimp__lists_list_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1702893753.269098, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_mailchimp__lists", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__lists"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/unique_stg_mailchimp__lists_list_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n list_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__lists\"\nwhere list_id is not null\ngroup by list_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "list_id", "file_key_name": "models.stg_mailchimp__lists", "attached_node": "model.mailchimp_source.stg_mailchimp__lists"}, "test.mailchimp_source.not_null_stg_mailchimp__lists_list_id.c08bbf9121": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "list_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__lists')) }}"}, "namespace": null}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "not_null_stg_mailchimp__lists_list_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__lists_list_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__lists_list_id.c08bbf9121", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__lists_list_id"], "alias": "not_null_stg_mailchimp__lists_list_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1702893753.27007, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_mailchimp__lists", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__lists"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__lists_list_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect list_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__lists\"\nwhere list_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "list_id", "file_key_name": "models.stg_mailchimp__lists", "attached_node": "model.mailchimp_source.stg_mailchimp__lists"}, "test.mailchimp_source.not_null_stg_mailchimp__members_member_id.70b6c824fb": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "member_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__members')) }}"}, "namespace": null}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "not_null_stg_mailchimp__members_member_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__members_member_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__members_member_id.70b6c824fb", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__members_member_id"], "alias": "not_null_stg_mailchimp__members_member_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1702893753.271631, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_mailchimp__members", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__members"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__members_member_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect member_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__members\"\nwhere member_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "member_id", "file_key_name": "models.stg_mailchimp__members", "attached_node": "model.mailchimp_source.stg_mailchimp__members"}, "test.mailchimp_source.dbt_utils_unique_combination_of_columns_stg_mailchimp__members_member_id__list_id.b3e409aa79": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["member_id", "list_id"], "model": "{{ get_where_subquery(ref('stg_mailchimp__members')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_mailchimp__members_member_id__list_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "dbt_utils_unique_combination_o_5e675ea69c98fb5f9f9fc478e9045051.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.dbt_utils_unique_combination_of_columns_stg_mailchimp__members_member_id__list_id.b3e409aa79", "fqn": ["mailchimp_source", "dbt_utils_unique_combination_of_columns_stg_mailchimp__members_member_id__list_id"], "alias": "dbt_utils_unique_combination_o_5e675ea69c98fb5f9f9fc478e9045051", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_5e675ea69c98fb5f9f9fc478e9045051", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_5e675ea69c98fb5f9f9fc478e9045051"}, "created_at": 1702893753.272639, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_5e675ea69c98fb5f9f9fc478e9045051\") }}", "language": "sql", "refs": [{"name": "stg_mailchimp__members", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__members"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/dbt_utils_unique_combination_o_5e675ea69c98fb5f9f9fc478e9045051.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n member_id, list_id\n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__members\"\n group by member_id, list_id\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_mailchimp__members", "attached_node": "model.mailchimp_source.stg_mailchimp__members"}, "test.mailchimp_source.unique_stg_mailchimp__segments_segment_id.48f28610b5": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "segment_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__segments')) }}"}, "namespace": null}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "unique_stg_mailchimp__segments_segment_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "unique_stg_mailchimp__segments_segment_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.unique_stg_mailchimp__segments_segment_id.48f28610b5", "fqn": ["mailchimp_source", "unique_stg_mailchimp__segments_segment_id"], "alias": "unique_stg_mailchimp__segments_segment_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1702893753.279444, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_mailchimp__segments", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__segments"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/unique_stg_mailchimp__segments_segment_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n segment_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__segments\"\nwhere segment_id is not null\ngroup by segment_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "segment_id", "file_key_name": "models.stg_mailchimp__segments", "attached_node": "model.mailchimp_source.stg_mailchimp__segments"}, "test.mailchimp_source.not_null_stg_mailchimp__segments_segment_id.310ec9f744": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "segment_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__segments')) }}"}, "namespace": null}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "not_null_stg_mailchimp__segments_segment_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__segments_segment_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__segments_segment_id.310ec9f744", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__segments_segment_id"], "alias": "not_null_stg_mailchimp__segments_segment_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1702893753.28043, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_mailchimp__segments", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__segments"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__segments_segment_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect segment_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__segments\"\nwhere segment_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "segment_id", "file_key_name": "models.stg_mailchimp__segments", "attached_node": "model.mailchimp_source.stg_mailchimp__segments"}, "test.mailchimp_source.not_null_stg_mailchimp__unsubscribes_unsubscribe_id.77bd90d9ab": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "unsubscribe_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__unsubscribes')) }}"}, "namespace": null}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "not_null_stg_mailchimp__unsubscribes_unsubscribe_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "not_null_stg_mailchimp__unsubscribes_unsubscribe_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__unsubscribes_unsubscribe_id.77bd90d9ab", "fqn": ["mailchimp_source", "not_null_stg_mailchimp__unsubscribes_unsubscribe_id"], "alias": "not_null_stg_mailchimp__unsubscribes_unsubscribe_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1702893753.281405, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_mailchimp__unsubscribes", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__unsubscribes"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/not_null_stg_mailchimp__unsubscribes_unsubscribe_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect unsubscribe_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__unsubscribes\"\nwhere unsubscribe_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "unsubscribe_id", "file_key_name": "models.stg_mailchimp__unsubscribes", "attached_node": "model.mailchimp_source.stg_mailchimp__unsubscribes"}, "test.mailchimp_source.unique_stg_mailchimp__unsubscribes_unsubscribe_id.c34aefd746": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "unsubscribe_id", "model": "{{ get_where_subquery(ref('stg_mailchimp__unsubscribes')) }}"}, "namespace": null}, "database": "dev", "schema": "mailchimp_source_integration_tests_dbt_test__audit", "name": "unique_stg_mailchimp__unsubscribes_unsubscribe_id", "resource_type": "test", "package_name": "mailchimp_source", "path": "unique_stg_mailchimp__unsubscribes_unsubscribe_id.sql", "original_file_path": "models/stg_mailchimp.yml", "unique_id": "test.mailchimp_source.unique_stg_mailchimp__unsubscribes_unsubscribe_id.c34aefd746", "fqn": ["mailchimp_source", "unique_stg_mailchimp__unsubscribes_unsubscribe_id"], "alias": "unique_stg_mailchimp__unsubscribes_unsubscribe_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1702893753.2825432, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_mailchimp__unsubscribes", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.mailchimp_source.stg_mailchimp__unsubscribes"]}, "compiled_path": "target/compiled/mailchimp_source/models/stg_mailchimp.yml/unique_stg_mailchimp__unsubscribes_unsubscribe_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n unsubscribe_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__unsubscribes\"\nwhere unsubscribe_id is not null\ngroup by unsubscribe_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "unsubscribe_id", "file_key_name": "models.stg_mailchimp__unsubscribes", "attached_node": "model.mailchimp_source.stg_mailchimp__unsubscribes"}}, "sources": {"source.mailchimp_source.mailchimp.automation": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "automation", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.automation", "fqn": ["mailchimp_source", "mailchimp", "automation"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "automation", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents an automation in Mailchimp.", "columns": {"id": {"name": "id", "description": "The ID of the automation in Mailchimp.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List an automation was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "segment_id": {"name": "segment_id", "description": "The ID of the Segment an automation was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "segment_text": {"name": "segment_text", "description": "The field describing the Segment an automation was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "start_time": {"name": "start_time", "description": "The date and time the Automation was started.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "create_time": {"name": "create_time", "description": "The date and time the Automation was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The current status of the Automation. Possible Values: save, paused, sending\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the Automation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "trigger_settings": {"name": "trigger_settings", "description": "Available triggers for Automation workflows.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean that is true if the row has been soft-deleted from the source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"automation\"", "created_at": 1702893753.284221}, "source.mailchimp_source.mailchimp.automation_email": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "automation_email", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.automation_email", "fqn": ["mailchimp_source", "mailchimp", "automation_email"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "automation_email", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents an automation email (that make up automations).", "columns": {"id": {"name": "id", "description": "The ID of the email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "automation_id": {"name": "automation_id", "description": "The ID of the automation an email relates to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "create_time": {"name": "create_time", "description": "The date and time the automation email was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "start_time": {"name": "start_time", "description": "The date and time the automation email was started.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "send_time": {"name": "send_time", "description": "The date and time the automation email was sent.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "from_name": {"name": "from_name", "description": "The 'from' name on the automation email (not an email address).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "reply_to": {"name": "reply_to", "description": "The reply-to email address for the automation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The current status of the automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subject_line": {"name": "subject_line", "description": "The subject line for the automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title for the automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "to_name": {"name": "to_name", "description": "The automation email's custom 'To' name. Typically the first name merge field.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "archive_url": {"name": "archive_url", "description": "The link to the automation email's archive version in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "authenticate": {"name": "authenticate", "description": "Whether Mailchimp authenticated the automation email. Defaults to true.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "auto_footer": {"name": "auto_footer", "description": "Automatically append Mailchimp's default footer to the automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "auto_tweet": {"name": "auto_tweet", "description": "Automatically tweet a link to the automation email archive page when the automation email is sent.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "clicktale": {"name": "clicktale", "description": "The custom slug for ClickTale tracking (max of 50 bytes).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "content_type": {"name": "content_type", "description": "How the automation email's content is put together ('template', 'drag_and_drop', 'html', 'url').", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delay_action": {"name": "delay_action", "description": "The action that triggers the delay of an Automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delay_action_description": {"name": "delay_action_description", "description": "The user-friendly description of the action that triggers an Automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delay_amount": {"name": "delay_amount", "description": "The delay amount for an Automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delay_direction": {"name": "delay_direction", "description": "Whether the delay settings describe before or after the delay action of an Automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delay_full_description": {"name": "delay_full_description", "description": "The user-friendly description of the delay and trigger action settings for an Automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delay_type": {"name": "delay_type", "description": "The type of delay for an Automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "drag_and_drop": {"name": "drag_and_drop", "description": "Whether the automation email uses the drag-and-drop editor.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fb_comments": {"name": "fb_comments", "description": "Allows Facebook comments on the automation email (also force-enables the Campaign Archive toolbar). Defaults to true.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "folder_id": {"name": "folder_id", "description": "If the automation email is listed in a folder, the ID for that folder.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "google_analytics": {"name": "google_analytics", "description": "The custom slug for Google Analytics tracking (max of 50 bytes).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inline_css": {"name": "inline_css", "description": "Automatically inline the CSS included with the automation email content.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "position": {"name": "position", "description": "The position of an Automation email in a workflow.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "template_id": {"name": "template_id", "description": "The ID for the template used in this automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "timewarp": {"name": "timewarp", "description": "Send this automation email using Timewarpe_this", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "track_ecomm_360": {"name": "track_ecomm_360", "description": "Whether to enable eCommerce360 tracking.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "track_goals": {"name": "track_goals", "description": "Whether to enable Goal tracking.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "track_html_clicks": {"name": "track_html_clicks", "description": "Whether to track clicks in the HTML version of the automation email. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "track_opens": {"name": "track_opens", "description": "Whether to track opens. Defaults to true. Cannot be set to false for variate automation emails.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "track_text_clicks": {"name": "track_text_clicks", "description": "Whether to track clicks in the plain-text version of the automation email. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "use_conversation": {"name": "use_conversation", "description": "Use Mailchimp Conversation feature to manage out-of-office replies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean that is true if the row has been soft-deleted from the source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"automation_email\"", "created_at": 1702893753.284389}, "source.mailchimp_source.mailchimp.automation_recipient": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "automation_recipient", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.automation_recipient", "fqn": ["mailchimp_source", "mailchimp", "automation_recipient"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "automation_recipient", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents info about the recipient of each automation.", "columns": {"member_id": {"name": "member_id", "description": "The ID of the member the automation was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "automation_email_id": {"name": "automation_email_id", "description": "The ID for the automation email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List an automation was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"automation_recipient\"", "created_at": 1702893753.284483}, "source.mailchimp_source.mailchimp.automation_recipient_activity": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "automation_recipient_activity", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.automation_recipient_activity", "fqn": ["mailchimp_source", "mailchimp", "automation_recipient_activity"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "automation_recipient_activity", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents an activity taken in relation to a automation email.", "columns": {"action": {"name": "action", "description": "One of the following actions: 'open', 'click', or 'bounce'\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "automation_email_id": {"name": "automation_email_id", "description": "The ID for the automation email that relates to the activity.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member the activity relates to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the list the email was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "The timestamp when the activity occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "ip": {"name": "ip", "description": "The IP address recorded for the action.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "url": {"name": "url", "description": "If the action is a 'click', the URL on which the member clicked.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "bounce_type": {"name": "bounce_type", "description": "If the action is a 'bounce', the type of bounce received: 'hard', 'soft'.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"automation_recipient_activity\"", "created_at": 1702893753.284579}, "source.mailchimp_source.mailchimp.campaign": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "campaign", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.campaign", "fqn": ["mailchimp_source", "mailchimp", "campaign"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "campaign", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents a campaign in Mailchimp.", "columns": {"id": {"name": "id", "description": "The ID of the campaign in Mailchimp.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "segment_id": {"name": "segment_id", "description": "The ID of the Segment a campaign was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "create_time": {"name": "create_time", "description": "The date and time the campaign was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "send_time": {"name": "send_time", "description": "The date and time a campaign was sent.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List a campaign was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "reply_to": {"name": "reply_to", "description": "The reply-to email address for the campaign.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "type": {"name": "type", "description": "The type of campaign sent. Possible values: regular, plaintext, absplit, variate, rss.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the campaign.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "archive_url": {"name": "archive_url", "description": "The link to the campaign's archive version in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "authenticate": {"name": "authenticate", "description": "Whether Mailchimp authenticated the campaign. Defaults to true.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "auto_footer": {"name": "auto_footer", "description": "Automatically append Mailchimp's default footer to the campaign.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "auto_tweet": {"name": "auto_tweet", "description": "Automatically tweet a link to the campaign archive page when the campaign is sent.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "clicktale": {"name": "clicktale", "description": "The custom slug for ClickTale tracking (max of 50 bytes).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "content_type": {"name": "content_type", "description": "How the campaign's content is put together ('template', 'drag_and_drop', 'html', 'url').", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "drag_and_drop": {"name": "drag_and_drop", "description": "Whether the campaign uses the drag-and-drop editor.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fb_comments": {"name": "fb_comments", "description": "Allows Facebook comments on the campaign (also force-enables the Campaign Archive toolbar). Defaults to true.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "folder_id": {"name": "folder_id", "description": "If the campaign is listed in a folder, the ID for that folder.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "from_name": {"name": "from_name", "description": "The 'from' name on the campaign (not an email address).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "google_analytics": {"name": "google_analytics", "description": "The custom slug for Google Analytics tracking (max of 50 bytes).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inline_css": {"name": "inline_css", "description": "Automatically inline the CSS included with the campaign content.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "long_archive_url": {"name": "long_archive_url", "description": "The original link to the campaign's archive version.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The current status of the campaign.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subject_line": {"name": "subject_line", "description": "The subject line for the campaign.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "template_id": {"name": "template_id", "description": "The ID for the template used in this campaign.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "test_size": {"name": "test_size", "description": "The percentage of recipients to send the test combinations to, must be a value between 10 and 100.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "timewarp": {"name": "timewarp", "description": "Send this campaign using Timewarpe_this", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "to_name": {"name": "to_name", "description": "The campaign's custom 'To' name. Typically the first name merge field.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "track_ecomm_360": {"name": "track_ecomm_360", "description": "Whether to enable eCommerce360 tracking.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "track_goals": {"name": "track_goals", "description": "Whether to enable Goal tracking.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "track_html_clicks": {"name": "track_html_clicks", "description": "Whether to track clicks in the HTML version of the campaign. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "track_opens": {"name": "track_opens", "description": "Whether to track opens. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "track_text_clicks": {"name": "track_text_clicks", "description": "Whether to track clicks in the plain-text version of the campaign. Defaults to true. Cannot be set to false for variate campaigns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "use_conversation": {"name": "use_conversation", "description": "Use Mailchimp Conversation feature to manage out-of-office replies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "wait_time": {"name": "wait_time", "description": "The number of minutes to wait before choosing the winning campaign. The value of wait_time must be greater than 0 and in whole hours, specified in minutes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "winner_criteria": {"name": "winner_criteria", "description": "The combination that performs the best. This may be determined automatically by click rate, open rate, or total revenue\u2014or you may choose manually based on the reporting data you find the most valuable. For Multivariate Campaigns testing send_time, winner_criteria is ignored. For Multivariate Campaigns with 'manual' as the winner_criteria, the winner must be chosen in the Mailchimp web application.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "winning_campaign_id": {"name": "winning_campaign_id", "description": "ID of the campaign that was sent to the remaining recipients based on the winning combination.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "winning_combination_id": {"name": "winning_combination_id", "description": "ID for the winning combination.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean that is true if the row has been soft-deleted from the source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"campaign\"", "created_at": 1702893753.284703}, "source.mailchimp_source.mailchimp.campaign_recipient": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "campaign_recipient", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.campaign_recipient", "fqn": ["mailchimp_source", "mailchimp", "campaign_recipient"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "campaign_recipient", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents the send of a campaign email.", "columns": {"campaign_id": {"name": "campaign_id", "description": "The ID of the campaign a sent email is from.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member an email was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "combination_id": {"name": "combination_id", "description": "The ID of the combination the member was part of for a campaign.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the list the campaign was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"campaign_recipient\"", "created_at": 1702893753.284789}, "source.mailchimp_source.mailchimp.campaign_recipient_activity": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "campaign_recipient_activity", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.campaign_recipient_activity", "fqn": ["mailchimp_source", "mailchimp", "campaign_recipient_activity"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "campaign_recipient_activity", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents an activity taken in relation to a campaign email.", "columns": {"action": {"name": "action", "description": "One of the following actions: 'open', 'click', or 'bounce'\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "campaign_id": {"name": "campaign_id", "description": "The unique ID for the sent campaign.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member the activity relates to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the list the email was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "The timestamp when the activity occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "ip": {"name": "ip", "description": "The IP address recorded for the action.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "url": {"name": "url", "description": "If the action is a 'click', the URL on which the member clicked.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "bounce_type": {"name": "bounce_type", "description": "If the action is a 'bounce', the type of bounce received: 'hard', 'soft'.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "combination_id": {"name": "combination_id", "description": "The ID of the combination the member was part of for a campaign.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"campaign_recipient_activity\"", "created_at": 1702893753.284875}, "source.mailchimp_source.mailchimp.segment": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "segment", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.segment", "fqn": ["mailchimp_source", "mailchimp", "segment"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "segment", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents a segment in Mailchimp.", "columns": {"id": {"name": "id", "description": "The ID for the Segment from Mailchimp", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List the segment is part of.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "member_count": {"name": "member_count", "description": "The number of members in the segment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the segment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "type": {"name": "type", "description": "The type of segment", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time the segment was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time the segment was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean that is true if the row has been soft-deleted from the source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"segment\"", "created_at": 1702893753.284967}, "source.mailchimp_source.mailchimp.segment_member": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "segment_member", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.segment_member", "fqn": ["mailchimp_source", "mailchimp", "segment_member"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "segment_member", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents a member and their segment data.", "columns": {"segment_id": {"name": "segment_id", "description": "The ID for the Segment from Mailchimp.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the List the segment is part of.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean that is true if the row has been soft-deleted from the source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"segment_member\"", "created_at": 1702893753.2850518}, "source.mailchimp_source.mailchimp.list": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "list", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.list", "fqn": ["mailchimp_source", "mailchimp", "list"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "list", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents a list in Mailchimp.", "columns": {"id": {"name": "id", "description": "The unique ID of a list.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "date_created": {"name": "date_created", "description": "The date and time that a list was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of a list.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_rating": {"name": "list_rating", "description": "An auto-generated activity score for the list (0-5).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "beamer_address": {"name": "beamer_address", "description": "The list's email beamer address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "contact_address_1": {"name": "contact_address_1", "description": "The street address for the list contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "contact_address_2": {"name": "contact_address_2", "description": "The street address for the list contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "contact_city": {"name": "contact_city", "description": "The city for the list contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "contact_company": {"name": "contact_company", "description": "The company name for the list.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "contact_country": {"name": "contact_country", "description": "A two-character ISO3166 country code. Defaults to US if invalid.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "contact_state": {"name": "contact_state", "description": "The state for the list contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "contact_zip": {"name": "contact_zip", "description": "The postal or zip code for the list contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "default_from_email": {"name": "default_from_email", "description": "The default from email for campaigns sent to a list.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "default_from_name": {"name": "default_from_name", "description": "The default from name for campaigns sent to a list.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "default_language": {"name": "default_language", "description": "The default language for a lists's forms.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "default_subject": {"name": "default_subject", "description": "The default subject line for campaigns sent to a list.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email_type_option": {"name": "email_type_option", "description": "Whether the list supports multiple formats for emails. When set to true, subscribers can choose whether they want to receive HTML or plain-text emails. When set to false, subscribers will receive HTML emails, with a plain-text alternative backup.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "notify_on_subscribe": {"name": "notify_on_subscribe", "description": "The email address to send subscribe notifications to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "notify_on_unsubscribe": {"name": "notify_on_unsubscribe", "description": "The email address to send unsubscribe notifications to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "permission_reminder": {"name": "permission_reminder", "description": "The permission reminder for a list.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subscribe_url_long": {"name": "subscribe_url_long", "description": "The full version of a list's subscribe form (host will vary).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subscribe_url_short": {"name": "subscribe_url_short", "description": "Mailchimp's EepURL shortened version of a list's subscribe form.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "use_archive_bar": {"name": "use_archive_bar", "description": "Whether campaigns for this list use the Archive Bar in archives by default.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "visibility": {"name": "visibility", "description": "Whether this list is public or private.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean that is true if the row has been soft-deleted from the source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"list\"", "created_at": 1702893753.285286}, "source.mailchimp_source.mailchimp.member": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "member", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.member", "fqn": ["mailchimp_source", "mailchimp", "member"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "member", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents a member in Mailchimp. Note that this table may contain custom metadata columns which can be passed through via `mailchimp__members_pass_through_columns`.\n", "columns": {"id": {"name": "id", "description": "The ID of the member.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email_address": {"name": "email_address", "description": "Email address for a subscriber.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email_client": {"name": "email_client", "description": "The list member's email client.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email_type": {"name": "email_type", "description": "Type of email this member asked to get ('html' or 'text').", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "Subscriber's current status. Possible Values: subscribed, unsubscribed, cleaned, pending, transactional, archived\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The ID of the list the member belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "timestamp_signup": {"name": "timestamp_signup", "description": "The date and time the subscriber signed up for the list.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "timestamp_opt": {"name": "timestamp_opt", "description": "The date and time the subscribe confirmed their opt-in status.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "last_changed": {"name": "last_changed", "description": "The date and time the member's info was last changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_code": {"name": "country_code", "description": "The member's unique code for the location country.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "dstoff": {"name": "dstoff", "description": "The member's offset for timezones where daylight saving time is observed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "gmtoff": {"name": "gmtoff", "description": "The member's time difference in hours from GMT.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "ip_opt": {"name": "ip_opt", "description": "The IP address the subscriber used to confirm their opt-in status.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "ip_signup": {"name": "ip_signup", "description": "IP address the subscriber signed up from.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "language": {"name": "language", "description": "If set/detected, the subscriber's language.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "latitude": {"name": "latitude", "description": "The member's location latitude.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "longitude": {"name": "longitude", "description": "The member's location longitude.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "member_rating": {"name": "member_rating", "description": "Star rating for this member, between 1 and 5.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "timezone": {"name": "timezone", "description": "The timezone for the member's location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "unique_email_id": {"name": "unique_email_id", "description": "An identifier for the address across all of Mailchimp.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "vip": {"name": "vip", "description": "VIP status for subscriber.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"member\"", "created_at": 1702893753.285389}, "source.mailchimp_source.mailchimp.unsubscribe": {"database": "dev", "schema": "mailchimp_source_integration_tests", "name": "unsubscribe", "resource_type": "source", "package_name": "mailchimp_source", "path": "models/src_mailchimp.yml", "original_file_path": "models/src_mailchimp.yml", "unique_id": "source.mailchimp_source.mailchimp.unsubscribe", "fqn": ["mailchimp_source", "mailchimp", "unsubscribe"], "source_name": "mailchimp", "source_description": "", "loader": "fivetran", "identifier": "unsubscribe", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents a member who unsubscribed.", "columns": {"campaign_id": {"name": "campaign_id", "description": "The unique id for the campaign.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "member_id": {"name": "member_id", "description": "The ID of the member an email was sent to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "list_id": {"name": "list_id", "description": "The unique ID for the list.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "reason": {"name": "reason", "description": "Field expressing unsubscribe reason.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "The time and date the member unsubscribed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"mailchimp_source_integration_tests\".\"unsubscribe\"", "created_at": 1702893753.28547}}, "macros": {"macro.dbt_redshift.redshift__current_timestamp": {"name": "redshift__current_timestamp", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_redshift.redshift__current_timestamp", "macro_sql": "{% macro redshift__current_timestamp() -%}\n getdate()\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.1298728, "supported_languages": null}, "macro.dbt_redshift.redshift__snapshot_get_time": {"name": "redshift__snapshot_get_time", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_redshift.redshift__snapshot_get_time", "macro_sql": "{% macro redshift__snapshot_get_time() -%}\n {{ current_timestamp() }}::timestamp\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.130008, "supported_languages": null}, "macro.dbt_redshift.redshift__snapshot_string_as_time": {"name": "redshift__snapshot_string_as_time", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_redshift.redshift__snapshot_string_as_time", "macro_sql": "{% macro redshift__snapshot_string_as_time(timestamp) -%}\n {%- set result = \"'\" ~ timestamp ~ \"'::timestamp\" -%}\n {{ return(result) }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.130199, "supported_languages": null}, "macro.dbt_redshift.redshift__current_timestamp_backcompat": {"name": "redshift__current_timestamp_backcompat", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_redshift.redshift__current_timestamp_backcompat", "macro_sql": "{% macro redshift__current_timestamp_backcompat() -%}\n getdate()\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.1302772, "supported_languages": null}, "macro.dbt_redshift.redshift__current_timestamp_in_utc_backcompat": {"name": "redshift__current_timestamp_in_utc_backcompat", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_redshift.redshift__current_timestamp_in_utc_backcompat", "macro_sql": "{% macro redshift__current_timestamp_in_utc_backcompat() -%}\n getdate()\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.130346, "supported_languages": null}, "macro.dbt_redshift.redshift__get_base_catalog": {"name": "redshift__get_base_catalog", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/catalog.sql", "original_file_path": "macros/catalog.sql", "unique_id": "macro.dbt_redshift.redshift__get_base_catalog", "macro_sql": "{% macro redshift__get_base_catalog(information_schema, schemas) -%}\n {%- call statement('base_catalog', fetch_result=True) -%}\n {% set database = information_schema.database %}\n {{ adapter.verify_database(database) }}\n\n with late_binding as (\n select\n '{{ database }}'::varchar as table_database,\n table_schema,\n table_name,\n 'LATE BINDING VIEW'::varchar as table_type,\n null::text as table_comment,\n\n column_name,\n column_index,\n column_type,\n null::text as column_comment\n from pg_get_late_binding_view_cols()\n cols(table_schema name, table_name name, column_name name,\n column_type varchar,\n column_index int)\n order by \"column_index\"\n ),\n\n materialized_views as (\n select\n table_schema as nspname,\n table_name as relname\n from information_schema.views\n where (\n {%- for schema in schemas -%}\n upper(table_schema) = upper('{{ schema }}'){%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n )\n and table_catalog = '{{ database }}'\n and view_definition ilike '%create materialized view%'\n ),\n\n early_binding as (\n select\n '{{ database }}'::varchar as table_database,\n sch.nspname as table_schema,\n tbl.relname as table_name,\n case\n when tbl.relkind = 'v' and materialized_views.relname is not null then 'MATERIALIZED VIEW'\n when tbl.relkind = 'v' then 'VIEW'\n else 'BASE TABLE'\n end as table_type,\n tbl_desc.description as table_comment,\n col.attname as column_name,\n col.attnum as column_index,\n pg_catalog.format_type(col.atttypid, col.atttypmod) as column_type,\n col_desc.description as column_comment\n\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 left outer join materialized_views on (materialized_views.nspname = sch.nspname and materialized_views.relname = tbl.relname)\n where (\n {%- for schema in schemas -%}\n upper(sch.nspname) = upper('{{ schema }}'){%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n )\n and tbl.relkind in ('r', 'v', 'f', 'p')\n and col.attnum > 0\n and not col.attisdropped\n ),\n\n table_owners as (\n\n select\n '{{ database }}'::varchar as table_database,\n schemaname as table_schema,\n tablename as table_name,\n tableowner as table_owner\n\n from pg_tables\n\n union all\n\n select\n '{{ database }}'::varchar as table_database,\n schemaname as table_schema,\n viewname as table_name,\n viewowner as table_owner\n\n from pg_views\n\n ),\n\n unioned as (\n\n select *\n from early_binding\n\n union all\n\n select *\n from late_binding\n\n )\n\n select *,\n table_database || '.' || table_schema || '.' || table_name as table_id\n\n from unioned\n join table_owners using (table_database, table_schema, table_name)\n\n where (\n {%- for schema in schemas -%}\n upper(table_schema) = upper('{{ schema }}'){%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n )\n\n order by \"column_index\"\n {%- endcall -%}\n\n {{ return(load_result('base_catalog').table) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.136309, "supported_languages": null}, "macro.dbt_redshift.redshift__get_extended_catalog": {"name": "redshift__get_extended_catalog", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/catalog.sql", "original_file_path": "macros/catalog.sql", "unique_id": "macro.dbt_redshift.redshift__get_extended_catalog", "macro_sql": "{% macro redshift__get_extended_catalog(schemas) %}\n {%- call statement('extended_catalog', fetch_result=True) -%}\n\n select\n \"database\" || '.' || \"schema\" || '.' || \"table\" as table_id,\n\n 'Encoded'::text as \"stats:encoded:label\",\n encoded as \"stats:encoded:value\",\n 'Indicates whether any column in the table has compression encoding defined.'::text as \"stats:encoded:description\",\n true as \"stats:encoded:include\",\n\n 'Dist Style' as \"stats:diststyle:label\",\n diststyle as \"stats:diststyle:value\",\n 'Distribution style or distribution key column, if key distribution is defined.'::text as \"stats:diststyle:description\",\n true as \"stats:diststyle:include\",\n\n 'Sort Key 1' as \"stats:sortkey1:label\",\n -- handle 0xFF byte in response for interleaved sort styles\n case\n when sortkey1 like 'INTERLEAVED%' then 'INTERLEAVED'::text\n else sortkey1\n end as \"stats:sortkey1:value\",\n 'First column in the sort key.'::text as \"stats:sortkey1:description\",\n (sortkey1 is not null) as \"stats:sortkey1:include\",\n\n 'Max Varchar' as \"stats:max_varchar:label\",\n max_varchar as \"stats:max_varchar:value\",\n 'Size of the largest column that uses a VARCHAR data type.'::text as \"stats:max_varchar:description\",\n true as \"stats:max_varchar:include\",\n\n -- exclude this, as the data is strangely returned with null-byte characters\n 'Sort Key 1 Encoding' as \"stats:sortkey1_enc:label\",\n sortkey1_enc as \"stats:sortkey1_enc:value\",\n 'Compression encoding of the first column in the sort key.' as \"stats:sortkey1_enc:description\",\n false as \"stats:sortkey1_enc:include\",\n\n '# Sort Keys' as \"stats:sortkey_num:label\",\n sortkey_num as \"stats:sortkey_num:value\",\n 'Number of columns defined as sort keys.' as \"stats:sortkey_num:description\",\n (sortkey_num > 0) as \"stats:sortkey_num:include\",\n\n 'Approximate Size' as \"stats:size:label\",\n size * 1000000 as \"stats:size:value\",\n 'Approximate size of the table, calculated from a count of 1MB blocks'::text as \"stats:size:description\",\n true as \"stats:size:include\",\n\n 'Disk Utilization' as \"stats:pct_used:label\",\n pct_used / 100.0 as \"stats:pct_used:value\",\n 'Percent of available space that is used by the table.'::text as \"stats:pct_used:description\",\n true as \"stats:pct_used:include\",\n\n 'Unsorted %' as \"stats:unsorted:label\",\n unsorted / 100.0 as \"stats:unsorted:value\",\n 'Percent of unsorted rows in the table.'::text as \"stats:unsorted:description\",\n (unsorted is not null) as \"stats:unsorted:include\",\n\n 'Stats Off' as \"stats:stats_off:label\",\n stats_off as \"stats:stats_off:value\",\n 'Number that indicates how stale the table statistics are; 0 is current, 100 is out of date.'::text as \"stats:stats_off:description\",\n true as \"stats:stats_off:include\",\n\n 'Approximate Row Count' as \"stats:rows:label\",\n tbl_rows as \"stats:rows:value\",\n 'Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed.'::text as \"stats:rows:description\",\n true as \"stats:rows:include\",\n\n 'Sort Key Skew' as \"stats:skew_sortkey1:label\",\n skew_sortkey1 as \"stats:skew_sortkey1:value\",\n 'Ratio of the size of the largest non-sort key column to the size of the first column of the sort key.'::text as \"stats:skew_sortkey1:description\",\n (skew_sortkey1 is not null) as \"stats:skew_sortkey1:include\",\n\n 'Skew Rows' as \"stats:skew_rows:label\",\n skew_rows as \"stats:skew_rows:value\",\n 'Ratio of the number of rows in the slice with the most rows to the number of rows in the slice with the fewest rows.'::text as \"stats:skew_rows:description\",\n (skew_rows is not null) as \"stats:skew_rows:include\"\n\n from svv_table_info\n where (\n {%- for schema in schemas -%}\n upper(schema) = upper('{{ schema }}'){%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n )\n\n {%- endcall -%}\n\n {{ return(load_result('extended_catalog').table) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.136936, "supported_languages": null}, "macro.dbt_redshift.redshift__can_select_from": {"name": "redshift__can_select_from", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/catalog.sql", "original_file_path": "macros/catalog.sql", "unique_id": "macro.dbt_redshift.redshift__can_select_from", "macro_sql": "{% macro redshift__can_select_from(table_name) %}\n\n {%- call statement('has_table_privilege', fetch_result=True) -%}\n\n select has_table_privilege(current_user, '{{ table_name }}', 'SELECT') as can_select\n\n {%- endcall -%}\n\n {% set can_select = load_result('has_table_privilege').table[0]['can_select'] %}\n {{ return(can_select) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.137268, "supported_languages": null}, "macro.dbt_redshift.redshift__no_svv_table_info_warning": {"name": "redshift__no_svv_table_info_warning", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/catalog.sql", "original_file_path": "macros/catalog.sql", "unique_id": "macro.dbt_redshift.redshift__no_svv_table_info_warning", "macro_sql": "{% macro redshift__no_svv_table_info_warning() %}\n\n {% set msg %}\n\n Warning: The database user \"{{ target.user }}\" has insufficient permissions to\n query the \"svv_table_info\" table. Please grant SELECT permissions on this table\n to the \"{{ target.user }}\" user to fetch extended table details from Redshift.\n\n {% endset %}\n\n {{ log(msg, info=True) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.137509, "supported_languages": null}, "macro.dbt_redshift.redshift__get_catalog": {"name": "redshift__get_catalog", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/catalog.sql", "original_file_path": "macros/catalog.sql", "unique_id": "macro.dbt_redshift.redshift__get_catalog", "macro_sql": "{% macro redshift__get_catalog(information_schema, schemas) %}\n\n {#-- Compute a left-outer join in memory. Some Redshift queries are\n -- leader-only, and cannot be joined to other compute-based queries #}\n\n {% set catalog = redshift__get_base_catalog(information_schema, schemas) %}\n\n {% set select_extended = redshift__can_select_from('svv_table_info') %}\n {% if select_extended %}\n {% set extended_catalog = redshift__get_extended_catalog(schemas) %}\n {% set catalog = catalog.join(extended_catalog, 'table_id') %}\n {% else %}\n {{ redshift__no_svv_table_info_warning() }}\n {% endif %}\n\n {{ return(catalog.exclude(['table_id'])) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_base_catalog", "macro.dbt_redshift.redshift__can_select_from", "macro.dbt_redshift.redshift__get_extended_catalog", "macro.dbt_redshift.redshift__no_svv_table_info_warning"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.138037, "supported_languages": null}, "macro.dbt_redshift.redshift__get_relations": {"name": "redshift__get_relations", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations.sql", "original_file_path": "macros/relations.sql", "unique_id": "macro.dbt_redshift.redshift__get_relations", "macro_sql": "{% macro redshift__get_relations() -%}\n\n{%- call statement('relations', fetch_result=True) -%}\n\nwith\n relation as (\n select\n pg_class.oid as relation_id,\n pg_class.relname as relation_name,\n pg_class.relnamespace as schema_id,\n pg_namespace.nspname as schema_name,\n pg_class.relkind as relation_type\n from pg_class\n join pg_namespace\n on pg_class.relnamespace = pg_namespace.oid\n where pg_namespace.nspname != 'information_schema'\n and pg_namespace.nspname not like 'pg\\_%'\n ),\n dependency as (\n select distinct\n coalesce(pg_rewrite.ev_class, pg_depend.objid) as dep_relation_id,\n pg_depend.refobjid as ref_relation_id,\n pg_depend.refclassid as ref_class_id\n from pg_depend\n left join pg_rewrite\n on pg_depend.objid = pg_rewrite.oid\n where coalesce(pg_rewrite.ev_class, pg_depend.objid) != pg_depend.refobjid\n )\n\nselect distinct\n dep.schema_name as dependent_schema,\n dep.relation_name as dependent_name,\n ref.schema_name as referenced_schema,\n ref.relation_name as referenced_name\nfrom dependency\njoin relation ref\n on dependency.ref_relation_id = ref.relation_id\njoin relation dep\n on dependency.dep_relation_id = dep.relation_id\n\n{%- endcall -%}\n\n{{ return(load_result('relations').table) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.1385028, "supported_languages": null}, "macro.dbt_redshift.dist": {"name": "dist", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.dist", "macro_sql": "{% macro dist(dist) %}\n {%- if dist is not none -%}\n {%- set dist = dist.strip().lower() -%}\n\n {%- if dist in ['all', 'even'] -%}\n diststyle {{ dist }}\n {%- elif dist == \"auto\" -%}\n {%- else -%}\n diststyle key distkey ({{ dist }})\n {%- endif -%}\n\n {%- endif -%}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.1505752, "supported_languages": null}, "macro.dbt_redshift.sort": {"name": "sort", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.sort", "macro_sql": "{% macro sort(sort_type, sort) %}\n {%- if sort is not none %}\n {{ sort_type | default('compound', boolean=true) }} sortkey(\n {%- if sort is string -%}\n {%- set sort = [sort] -%}\n {%- endif -%}\n {%- for item in sort -%}\n {{ item }}\n {%- if not loop.last -%},{%- endif -%}\n {%- endfor -%}\n )\n {%- endif %}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.151077, "supported_languages": null}, "macro.dbt_redshift.redshift__create_table_as": {"name": "redshift__create_table_as", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__create_table_as", "macro_sql": "{% macro redshift__create_table_as(temporary, relation, sql) -%}\n\n {%- set _dist = config.get('dist') -%}\n {%- set _sort_type = config.get(\n 'sort_type',\n validator=validation.any['compound', 'interleaved']) -%}\n {%- set _sort = config.get(\n 'sort',\n validator=validation.any[list, basestring]) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n {%- set backup = config.get('backup') -%}\n\n {{ sql_header if sql_header is not none }}\n\n {%- set contract_config = config.get('contract') -%}\n {%- if contract_config.enforced -%}\n\n create {% if temporary -%}temporary{%- endif %} table\n {{ relation.include(database=(not temporary), schema=(not temporary)) }}\n {{ get_table_columns_and_constraints() }}\n {{ get_assert_columns_equivalent(sql) }}\n {%- set sql = get_select_subquery(sql) %}\n {% if backup == false -%}backup no{%- endif %}\n {{ dist(_dist) }}\n {{ sort(_sort_type, _sort) }}\n ;\n\n insert into {{ relation.include(database=(not temporary), schema=(not temporary)) }}\n (\n {{ sql }}\n )\n ;\n\n {%- else %}\n\n create {% if temporary -%}temporary{%- endif %} table\n {{ relation.include(database=(not temporary), schema=(not temporary)) }}\n {% if backup == false -%}backup no{%- endif %}\n {{ dist(_dist) }}\n {{ sort(_sort_type, _sort) }}\n as (\n {{ sql }}\n );\n\n {%- endif %}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_table_columns_and_constraints", "macro.dbt.get_assert_columns_equivalent", "macro.dbt.get_select_subquery", "macro.dbt_redshift.dist", "macro.dbt_redshift.sort"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.152578, "supported_languages": null}, "macro.dbt_redshift.redshift__create_view_as": {"name": "redshift__create_view_as", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__create_view_as", "macro_sql": "{% macro redshift__create_view_as(relation, sql) -%}\n {%- set binding = config.get('bind', default=True) -%}\n\n {% set bind_qualifier = '' if binding else 'with no schema binding' %}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n\n create view {{ relation }}\n {%- set contract_config = config.get('contract') -%}\n {%- if contract_config.enforced -%}\n {{ get_assert_columns_equivalent(sql) }}\n {%- endif %} as (\n {{ sql }}\n ) {{ bind_qualifier }};\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.153114, "supported_languages": null}, "macro.dbt_redshift.redshift__create_schema": {"name": "redshift__create_schema", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__create_schema", "macro_sql": "{% macro redshift__create_schema(relation) -%}\n {{ postgres__create_schema(relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__create_schema"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.153228, "supported_languages": null}, "macro.dbt_redshift.redshift__drop_schema": {"name": "redshift__drop_schema", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__drop_schema", "macro_sql": "{% macro redshift__drop_schema(relation) -%}\n {{ postgres__drop_schema(relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__drop_schema"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.153343, "supported_languages": null}, "macro.dbt_redshift.redshift__get_columns_in_relation": {"name": "redshift__get_columns_in_relation", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__get_columns_in_relation", "macro_sql": "{% macro redshift__get_columns_in_relation(relation) -%}\n {% call statement('get_columns_in_relation', fetch_result=True) %}\n with bound_views as (\n select\n ordinal_position,\n table_schema,\n column_name,\n data_type,\n character_maximum_length,\n numeric_precision,\n numeric_scale\n\n from information_schema.\"columns\"\n where table_name = '{{ relation.identifier }}'\n ),\n\n unbound_views as (\n select\n ordinal_position,\n view_schema,\n col_name,\n case\n when col_type ilike 'character varying%' then\n 'character varying'\n when col_type ilike 'numeric%' then 'numeric'\n else col_type\n end as col_type,\n case\n when col_type like 'character%'\n then nullif(REGEXP_SUBSTR(col_type, '[0-9]+'), '')::int\n else null\n end as character_maximum_length,\n case\n when col_type like 'numeric%'\n then nullif(\n SPLIT_PART(REGEXP_SUBSTR(col_type, '[0-9,]+'), ',', 1),\n '')::int\n else null\n end as numeric_precision,\n case\n when col_type like 'numeric%'\n then nullif(\n SPLIT_PART(REGEXP_SUBSTR(col_type, '[0-9,]+'), ',', 2),\n '')::int\n else null\n end as numeric_scale\n\n from pg_get_late_binding_view_cols()\n cols(view_schema name, view_name name, col_name name,\n col_type varchar, ordinal_position int)\n where view_name = '{{ relation.identifier }}'\n ),\n\n external_views as (\n select\n columnnum,\n schemaname,\n columnname,\n case\n when external_type ilike 'character varying%' or external_type ilike 'varchar%'\n then 'character varying'\n when external_type ilike 'numeric%' then 'numeric'\n else external_type\n end as external_type,\n case\n when external_type like 'character%' or external_type like 'varchar%'\n then nullif(\n REGEXP_SUBSTR(external_type, '[0-9]+'),\n '')::int\n else null\n end as character_maximum_length,\n case\n when external_type like 'numeric%'\n then nullif(\n SPLIT_PART(REGEXP_SUBSTR(external_type, '[0-9,]+'), ',', 1),\n '')::int\n else null\n end as numeric_precision,\n case\n when external_type like 'numeric%'\n then nullif(\n SPLIT_PART(REGEXP_SUBSTR(external_type, '[0-9,]+'), ',', 2),\n '')::int\n else null\n end as numeric_scale\n from\n pg_catalog.svv_external_columns\n where\n schemaname = '{{ relation.schema }}'\n and tablename = '{{ relation.identifier }}'\n\n ),\n\n unioned as (\n select * from bound_views\n union all\n select * from unbound_views\n union all\n select * from external_views\n )\n\n select\n column_name,\n data_type,\n character_maximum_length,\n numeric_precision,\n numeric_scale\n\n from unioned\n {% if relation.schema %}\n where table_schema = '{{ relation.schema }}'\n {% endif %}\n order by ordinal_position\n {% endcall %}\n {% set table = load_result('get_columns_in_relation').table %}\n {{ return(sql_convert_columns_in_relation(table)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.sql_convert_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.154083, "supported_languages": null}, "macro.dbt_redshift.redshift__list_relations_without_caching": {"name": "redshift__list_relations_without_caching", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__list_relations_without_caching", "macro_sql": "{% macro redshift__list_relations_without_caching(schema_relation) %}\n\n {% call statement('list_relations_without_caching', fetch_result=True) -%}\n select\n table_catalog as database,\n table_name as name,\n table_schema as schema,\n 'table' as type\n from information_schema.tables\n where table_schema ilike '{{ schema_relation.schema }}'\n and table_type = 'BASE TABLE'\n union all\n select\n table_catalog as database,\n table_name as name,\n table_schema as schema,\n case\n when view_definition ilike '%create materialized view%'\n then 'materialized_view'\n else 'view'\n end as type\n from information_schema.views\n where table_schema ilike '{{ schema_relation.schema }}'\n {% endcall %}\n {{ return(load_result('list_relations_without_caching').table) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.15445, "supported_languages": null}, "macro.dbt_redshift.redshift__information_schema_name": {"name": "redshift__information_schema_name", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__information_schema_name", "macro_sql": "{% macro redshift__information_schema_name(database) -%}\n {{ return(postgres__information_schema_name(database)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__information_schema_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.154594, "supported_languages": null}, "macro.dbt_redshift.redshift__list_schemas": {"name": "redshift__list_schemas", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__list_schemas", "macro_sql": "{% macro redshift__list_schemas(database) -%}\n {{ return(postgres__list_schemas(database)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__list_schemas"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.15473, "supported_languages": null}, "macro.dbt_redshift.redshift__check_schema_exists": {"name": "redshift__check_schema_exists", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__check_schema_exists", "macro_sql": "{% macro redshift__check_schema_exists(information_schema, schema) -%}\n {{ return(postgres__check_schema_exists(information_schema, schema)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__check_schema_exists"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.154882, "supported_languages": null}, "macro.dbt_redshift.redshift__persist_docs": {"name": "redshift__persist_docs", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__persist_docs", "macro_sql": "{% macro redshift__persist_docs(relation, model, for_relation, for_columns) -%}\n {% if for_relation and config.persist_relation_docs() and model.description %}\n {% do run_query(alter_relation_comment(relation, model.description)) %}\n {% endif %}\n\n {# Override: do not set column comments for LBVs #}\n {% set is_lbv = config.get('materialized') == 'view' and config.get('bind') == false %}\n {% if for_columns and config.persist_column_docs() and model.columns and not is_lbv %}\n {% do run_query(alter_column_comment(relation, model.columns)) %}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt.alter_relation_comment", "macro.dbt.alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.155519, "supported_languages": null}, "macro.dbt_redshift.redshift__alter_relation_comment": {"name": "redshift__alter_relation_comment", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__alter_relation_comment", "macro_sql": "{% macro redshift__alter_relation_comment(relation, comment) %}\n {% do return(postgres__alter_relation_comment(relation, comment)) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__alter_relation_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.1557, "supported_languages": null}, "macro.dbt_redshift.redshift__alter_column_comment": {"name": "redshift__alter_column_comment", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__alter_column_comment", "macro_sql": "{% macro redshift__alter_column_comment(relation, column_dict) %}\n {% do return(postgres__alter_column_comment(relation, column_dict)) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.1558669, "supported_languages": null}, "macro.dbt_redshift.redshift__alter_relation_add_remove_columns": {"name": "redshift__alter_relation_add_remove_columns", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__alter_relation_add_remove_columns", "macro_sql": "{% macro redshift__alter_relation_add_remove_columns(relation, add_columns, remove_columns) %}\n\n {% if add_columns %}\n\n {% for column in add_columns %}\n {% set sql -%}\n alter {{ relation.type }} {{ relation }} add column {{ column.name }} {{ column.data_type }}\n {% endset %}\n {% do run_query(sql) %}\n {% endfor %}\n\n {% endif %}\n\n {% if remove_columns %}\n\n {% for column in remove_columns %}\n {% set sql -%}\n alter {{ relation.type }} {{ relation }} drop column {{ column.name }}\n {% endset %}\n {% do run_query(sql) %}\n {% endfor %}\n\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.156488, "supported_languages": null}, "macro.dbt_redshift.redshift__get_materialized_view_configuration_changes": {"name": "redshift__get_materialized_view_configuration_changes", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/materializations/materialized_view.sql", "original_file_path": "macros/materializations/materialized_view.sql", "unique_id": "macro.dbt_redshift.redshift__get_materialized_view_configuration_changes", "macro_sql": "{% macro redshift__get_materialized_view_configuration_changes(existing_relation, new_config) %}\n {% set _existing_materialized_view = redshift__describe_materialized_view(existing_relation) %}\n {% set _configuration_changes = existing_relation.materialized_view_config_changeset(_existing_materialized_view, new_config) %}\n {% do return(_configuration_changes) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__describe_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.156832, "supported_languages": null}, "macro.dbt_redshift.redshift__get_merge_sql": {"name": "redshift__get_merge_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/materializations/incremental_merge.sql", "original_file_path": "macros/materializations/incremental_merge.sql", "unique_id": "macro.dbt_redshift.redshift__get_merge_sql", "macro_sql": "{% macro redshift__get_merge_sql(target, source, unique_key, dest_columns, incremental_predicates=none) -%}\n {%- set predicates = [] -%}\n {% if incremental_predicates is not none %}\n {%- set incremental_predicates_list = [] + incremental_predicates -%}\n {%- for pred in incremental_predicates_list -%}\n {% if \"DBT_INTERNAL_DEST.\" in pred %}\n {%- set pred = pred | replace(\"DBT_INTERNAL_DEST.\", target ~ \".\" ) -%}\n {% endif %}\n {% if \"dbt_internal_dest.\" in pred %}\n {%- set pred = pred | replace(\"dbt_internal_dest.\", target ~ \".\" ) -%}\n {% endif %}\n {% do predicates.append(pred) %}\n {% endfor %}\n {% endif %}\n\n {%- set merge_update_columns = config.get('merge_update_columns') -%}\n {%- set merge_exclude_columns = config.get('merge_exclude_columns') -%}\n {%- set update_columns = get_merge_update_columns(merge_update_columns, merge_exclude_columns, dest_columns) -%}\n {%- set insert_columns = get_merge_update_columns(none, none, dest_columns) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {% if unique_key %}\n {% if unique_key is sequence and unique_key is not mapping and unique_key is not string %}\n {% for key in unique_key %}\n {% set this_key_match %}\n DBT_INTERNAL_SOURCE.{{ key }} = {{ target }}.{{ key }}\n {% endset %}\n {% do predicates.append(this_key_match) %}\n {% endfor %}\n {% else %}\n {% set unique_key_match %}\n DBT_INTERNAL_SOURCE.{{ unique_key }} = {{ target }}.{{ unique_key }}\n {% endset %}\n {% do predicates.append(unique_key_match) %}\n {% endif %}\n {% else %}\n {% do predicates.append('FALSE') %}\n {% endif %}\n\n {{ sql_header if sql_header is not none }}\n\n merge into {{ target }}\n using {{ source }} as DBT_INTERNAL_SOURCE\n on {{\"(\" ~ predicates | join(\") and (\") ~ \")\"}}\n\n {% if unique_key %}\n when matched then update set\n {% for column_name in update_columns -%}\n {{ column_name }} = DBT_INTERNAL_SOURCE.{{ column_name }}\n {%- if not loop.last %}, {% endif %}\n {% endfor %}\n {% endif %}\n\n when not matched then insert (\n {% for column_name in insert_columns -%}\n {{ column_name }}\n {%- if not loop.last %}, {% endif %}\n {% endfor %}\n )\n values (\n {% for column_name in insert_columns -%}\n DBT_INTERNAL_SOURCE.{{ column_name }}\n {%- if not loop.last %}, {% endif %}\n {% endfor %}\n )\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_merge_update_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.161224, "supported_languages": null}, "macro.dbt_redshift.materialization_view_redshift": {"name": "materialization_view_redshift", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/materializations/view.sql", "original_file_path": "macros/materializations/view.sql", "unique_id": "macro.dbt_redshift.materialization_view_redshift", "macro_sql": "{%- materialization view, adapter='redshift' -%}\n\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='view') -%}\n {%- set intermediate_relation = make_intermediate_relation(target_relation) -%}\n\n -- the intermediate_relation should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation) -%}\n /*\n This relation (probably) doesn't exist yet. If it does exist, it's a leftover from\n a previous run, and we're going to try to drop it immediately. At the end of this\n materialization, we're going to rename the \"existing_relation\" to this identifier,\n and then we're going to drop it. In order to make sure we run the correct one of:\n - drop view ...\n - drop table ...\n\n We need to set the type of this relation to be the type of the existing_relation, if it exists,\n or else \"view\" as a sane default if it does not. Note that if the existing_relation does not\n exist, then there is nothing to move out of the way and subsequentally drop. In that case,\n this relation will be effectively unused.\n */\n {%- set backup_relation_type = 'view' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n -- as above, the backup_relation should not already exist\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- drop the temp relations if they exist already in the database\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_view_as_sql(intermediate_relation, sql) }}\n {%- endcall %}\n\n -- cleanup\n -- move the existing view out of the way\n {% if existing_relation is not none %}\n /* Do the equivalent of rename_if_exists. 'existing_relation' could have been dropped\n since the variable was first set. */\n {% set existing_relation = load_cached_relation(existing_relation) %}\n {% if existing_relation is not none %}\n {% if existing_relation.can_be_renamed %}\n {{ adapter.rename_relation(existing_relation, backup_relation) }}\n {% else %}\n {{ drop_relation_if_exists(existing_relation) }}\n {% endif %}\n {% endif %}\n {% endif %}\n\n {{ adapter.rename_relation(intermediate_relation, target_relation) }}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {{ adapter.commit() }}\n\n {{ drop_relation_if_exists(backup_relation) }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{%- endmaterialization -%}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.run_hooks", "macro.dbt.drop_relation_if_exists", "macro.dbt.statement", "macro.dbt.get_create_view_as_sql", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.1641312, "supported_languages": ["sql"]}, "macro.dbt_redshift.redshift__snapshot_merge_sql": {"name": "redshift__snapshot_merge_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/materializations/snapshot_merge.sql", "original_file_path": "macros/materializations/snapshot_merge.sql", "unique_id": "macro.dbt_redshift.redshift__snapshot_merge_sql", "macro_sql": "{% macro redshift__snapshot_merge_sql(target, source, insert_cols) -%}\n {{ postgres__snapshot_merge_sql(target, source, insert_cols) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__snapshot_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.164342, "supported_languages": null}, "macro.dbt_redshift.materialization_table_redshift": {"name": "materialization_table_redshift", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/materializations/table.sql", "original_file_path": "macros/materializations/table.sql", "unique_id": "macro.dbt_redshift.materialization_table_redshift", "macro_sql": "{% materialization table, adapter='redshift' %}\n\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='table') %}\n {%- set intermediate_relation = make_intermediate_relation(target_relation) -%}\n -- the intermediate_relation should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation) -%}\n /*\n See ../view/view.sql for more information about this relation.\n */\n {%- set backup_relation_type = 'table' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n -- as above, the backup_relation should not already exist\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n\n -- drop the temp relations if they exist already in the database\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_table_as_sql(False, intermediate_relation, sql) }}\n {%- endcall %}\n\n -- cleanup\n {% if existing_relation is not none %}\n /* Do the equivalent of rename_if_exists. 'existing_relation' could have been dropped\n since the variable was first set. */\n {% set existing_relation = load_cached_relation(existing_relation) %}\n {% if existing_relation is not none %}\n {% if existing_relation.can_be_renamed %}\n {{ adapter.rename_relation(existing_relation, backup_relation) }}\n {% else %}\n {{ drop_relation_if_exists(existing_relation) }}\n {% endif %}\n {% endif %}\n {% endif %}\n\n\n {{ adapter.rename_relation(intermediate_relation, target_relation) }}\n\n {% do create_indexes(target_relation) %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n -- `COMMIT` happens here\n {{ adapter.commit() }}\n\n -- finally, drop the existing/backup relation after the commit\n {{ drop_relation_if_exists(backup_relation) }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks", "macro.dbt.statement", "macro.dbt.get_create_table_as_sql", "macro.dbt.create_indexes", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.1672032, "supported_languages": ["sql"]}, "macro.dbt_redshift.redshift__create_csv_table": {"name": "redshift__create_csv_table", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt_redshift.redshift__create_csv_table", "macro_sql": "{% macro redshift__create_csv_table(model, agate_table) %}\n {%- set column_override = model['config'].get('column_types', {}) -%}\n {%- set quote_seed_column = model['config'].get('quote_columns', None) -%}\n {%- set _dist = model['config'].get('dist', None) -%}\n\n {% set sql %}\n create table {{ this.render() }} (\n {%- for col_name in agate_table.column_names -%}\n {%- set inferred_type = adapter.convert_type(agate_table, loop.index0) -%}\n {%- set type = column_override.get(col_name, inferred_type) -%}\n {%- set column_name = (col_name | string) -%}\n {{ adapter.quote_seed_column(column_name, quote_seed_column) }} {{ type }} {%- if not loop.last -%}, {%- endif -%}\n {%- endfor -%}\n )\n {{ dist(_dist) }}\n {% endset %}\n\n {% call statement('_') -%}\n {{ sql }}\n {%- endcall %}\n\n {{ return(sql) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.dist", "macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.168502, "supported_languages": null}, "macro.dbt_redshift.redshift__get_batch_size": {"name": "redshift__get_batch_size", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt_redshift.redshift__get_batch_size", "macro_sql": "{% macro redshift__get_batch_size() %}\n {{ return(500) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.16862, "supported_languages": null}, "macro.dbt_redshift.redshift__drop_materialized_view": {"name": "redshift__drop_materialized_view", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations/materialized_view/drop.sql", "original_file_path": "macros/relations/materialized_view/drop.sql", "unique_id": "macro.dbt_redshift.redshift__drop_materialized_view", "macro_sql": "{% macro redshift__drop_materialized_view(relation) -%}\n drop materialized view if exists {{ relation }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.168749, "supported_languages": null}, "macro.dbt_redshift.redshift__describe_materialized_view": {"name": "redshift__describe_materialized_view", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations/materialized_view/describe.sql", "original_file_path": "macros/relations/materialized_view/describe.sql", "unique_id": "macro.dbt_redshift.redshift__describe_materialized_view", "macro_sql": "{% macro redshift__describe_materialized_view(relation) %}\n {#-\n These need to be separate queries because redshift will not let you run queries\n against svv_table_info and pg_views in the same query. The same is true of svv_redshift_columns.\n -#}\n\n {%- set _materialized_view_sql -%}\n select\n tb.database,\n tb.schema,\n tb.table,\n tb.diststyle,\n tb.sortkey1,\n mv.autorefresh\n from svv_table_info tb\n -- svv_mv_info is queryable by Redshift Serverless, but stv_mv_info is not\n left join svv_mv_info mv\n on mv.database_name = tb.database\n and mv.schema_name = tb.schema\n and mv.name = tb.table\n where tb.table ilike '{{ relation.identifier }}'\n and tb.schema ilike '{{ relation.schema }}'\n and tb.database ilike '{{ relation.database }}'\n {%- endset %}\n {% set _materialized_view = run_query(_materialized_view_sql) %}\n\n {%- set _query_sql -%}\n select\n vw.definition\n from pg_views vw\n where vw.viewname = '{{ relation.identifier }}'\n and vw.schemaname = '{{ relation.schema }}'\n and vw.definition ilike '%create materialized view%'\n {%- endset %}\n {% set _query = run_query(_query_sql) %}\n\n {% do return({'materialized_view': _materialized_view, 'query': _query}) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.1695302, "supported_languages": null}, "macro.dbt_redshift.redshift__refresh_materialized_view": {"name": "redshift__refresh_materialized_view", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations/materialized_view/refresh.sql", "original_file_path": "macros/relations/materialized_view/refresh.sql", "unique_id": "macro.dbt_redshift.redshift__refresh_materialized_view", "macro_sql": "{% macro redshift__refresh_materialized_view(relation) -%}\n refresh materialized view {{ relation }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.169661, "supported_languages": null}, "macro.dbt_redshift.redshift__get_alter_materialized_view_as_sql": {"name": "redshift__get_alter_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt_redshift.redshift__get_alter_materialized_view_as_sql", "macro_sql": "{% macro redshift__get_alter_materialized_view_as_sql(\n relation,\n configuration_changes,\n sql,\n existing_relation,\n backup_relation,\n intermediate_relation\n) %}\n\n -- apply a full refresh immediately if needed\n {% if configuration_changes.requires_full_refresh %}\n\n {{ get_replace_sql(existing_relation, relation, sql) }}\n\n -- otherwise apply individual changes as needed\n {% else %}\n\n {%- set autorefresh = configuration_changes.autorefresh -%}\n {%- if autorefresh -%}{{- log('Applying UPDATE AUTOREFRESH to: ' ~ relation) -}}{%- endif -%}\n\n alter materialized view {{ relation }}\n auto refresh {% if autorefresh.context %}yes{% else %}no{% endif %}\n\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_replace_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.170272, "supported_languages": null}, "macro.dbt_redshift.redshift__get_create_materialized_view_as_sql": {"name": "redshift__get_create_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations/materialized_view/create.sql", "original_file_path": "macros/relations/materialized_view/create.sql", "unique_id": "macro.dbt_redshift.redshift__get_create_materialized_view_as_sql", "macro_sql": "{% macro redshift__get_create_materialized_view_as_sql(relation, sql) %}\n\n {%- set materialized_view = relation.from_runtime_config(config) -%}\n\n create materialized view {{ materialized_view.path }}\n backup {% if materialized_view.backup %}yes{% else %}no{% endif %}\n diststyle {{ materialized_view.dist.diststyle }}\n {% if materialized_view.dist.distkey %}distkey ({{ materialized_view.dist.distkey }}){% endif %}\n {% if materialized_view.sort.sortkey %}sortkey ({{ ','.join(materialized_view.sort.sortkey) }}){% endif %}\n auto refresh {% if materialized_view.autorefresh %}yes{% else %}no{% endif %}\n as (\n {{ materialized_view.query }}\n );\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.1710458, "supported_languages": null}, "macro.dbt_redshift.redshift__drop_table": {"name": "redshift__drop_table", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations/table/drop.sql", "original_file_path": "macros/relations/table/drop.sql", "unique_id": "macro.dbt_redshift.redshift__drop_table", "macro_sql": "{%- macro redshift__drop_table(relation) -%}\n drop table if exists {{ relation }} cascade\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.171177, "supported_languages": null}, "macro.dbt_redshift.redshift__get_rename_table_sql": {"name": "redshift__get_rename_table_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations/table/rename.sql", "original_file_path": "macros/relations/table/rename.sql", "unique_id": "macro.dbt_redshift.redshift__get_rename_table_sql", "macro_sql": "{% macro redshift__get_rename_table_sql(relation, new_name) %}\n alter table {{ relation }} rename to {{ new_name }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.1713338, "supported_languages": null}, "macro.dbt_redshift.redshift__drop_view": {"name": "redshift__drop_view", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations/view/drop.sql", "original_file_path": "macros/relations/view/drop.sql", "unique_id": "macro.dbt_redshift.redshift__drop_view", "macro_sql": "{%- macro redshift__drop_view(relation) -%}\n drop view if exists {{ relation }} cascade\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.171465, "supported_languages": null}, "macro.dbt_redshift.redshift__get_replace_view_sql": {"name": "redshift__get_replace_view_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.sql", "unique_id": "macro.dbt_redshift.redshift__get_replace_view_sql", "macro_sql": "{% macro redshift__get_replace_view_sql(relation, sql) -%}\n\n {%- set binding = config.get('bind', default=True) -%}\n\n {% set bind_qualifier = '' if binding else 'with no schema binding' %}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n\n create or replace view {{ relation }}\n {%- set contract_config = config.get('contract') -%}\n {%- if contract_config.enforced -%}\n {{ get_assert_columns_equivalent(sql) }}\n {%- endif %} as (\n {{ sql }}\n ) {{ bind_qualifier }};\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.172138, "supported_languages": null}, "macro.dbt_redshift.redshift__get_rename_view_sql": {"name": "redshift__get_rename_view_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations/view/rename.sql", "original_file_path": "macros/relations/view/rename.sql", "unique_id": "macro.dbt_redshift.redshift__get_rename_view_sql", "macro_sql": "{% macro redshift__get_rename_view_sql(relation, new_name) %}\n alter view {{ relation }} rename to {{ new_name }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.172309, "supported_languages": null}, "macro.dbt_redshift.redshift__length": {"name": "redshift__length", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/utils/length.sql", "original_file_path": "macros/utils/length.sql", "unique_id": "macro.dbt_redshift.redshift__length", "macro_sql": "{% macro redshift__length(expression) %}\n\n len(\n {{ expression }}\n )\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.172449, "supported_languages": null}, "macro.dbt_redshift.redshift__dateadd": {"name": "redshift__dateadd", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/utils/dateadd.sql", "original_file_path": "macros/utils/dateadd.sql", "unique_id": "macro.dbt_redshift.redshift__dateadd", "macro_sql": "{% macro redshift__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n dateadd(\n {{ datepart }},\n {{ interval }},\n {{ from_date_or_timestamp }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.1726809, "supported_languages": null}, "macro.dbt_redshift.redshift__listagg": {"name": "redshift__listagg", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/utils/listagg.sql", "original_file_path": "macros/utils/listagg.sql", "unique_id": "macro.dbt_redshift.redshift__listagg", "macro_sql": "{% macro redshift__listagg(measure, delimiter_text, order_by_clause, limit_num) -%}\n\n {% if limit_num -%}\n {% set ns = namespace() %}\n {% set ns.delimiter_text_regex = delimiter_text|trim(\"'\") %}\n {% set special_chars %}\\,^,$,.,|,?,*,+,(,),[,],{,}{% endset %}\n {%- for char in special_chars.split(',') -%}\n {% set escape_char %}\\\\{{ char }}{% endset %}\n {% set ns.delimiter_text_regex = ns.delimiter_text_regex|replace(char,escape_char) %}\n {%- endfor -%}\n\n {% set regex %}'([^{{ ns.delimiter_text_regex }}]+{{ ns.delimiter_text_regex }}){1,{{ limit_num - 1}}}[^{{ ns.delimiter_text_regex }}]+'{% endset %}\n regexp_substr(\n listagg(\n {{ measure }},\n {{ delimiter_text }}\n )\n {% if order_by_clause -%}\n within group ({{ order_by_clause }})\n {%- endif %}\n ,{{ regex }}\n )\n {%- else %}\n listagg(\n {{ measure }},\n {{ delimiter_text }}\n )\n {% if order_by_clause -%}\n within group ({{ order_by_clause }})\n {%- endif %}\n {%- endif %}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.174256, "supported_languages": null}, "macro.dbt_redshift.redshift__datediff": {"name": "redshift__datediff", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/utils/datediff.sql", "original_file_path": "macros/utils/datediff.sql", "unique_id": "macro.dbt_redshift.redshift__datediff", "macro_sql": "{% macro redshift__datediff(first_date, second_date, datepart) -%}\n\n datediff(\n {{ datepart }},\n {{ first_date }},\n {{ second_date }}\n )\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.1744719, "supported_languages": null}, "macro.dbt_redshift.redshift__cast_bool_to_text": {"name": "redshift__cast_bool_to_text", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/utils/cast_bool_to_text.sql", "original_file_path": "macros/utils/cast_bool_to_text.sql", "unique_id": "macro.dbt_redshift.redshift__cast_bool_to_text", "macro_sql": "{% macro redshift__cast_bool_to_text(field) %}\n case\n when {{ field }} is true then 'true'\n when {{ field }} is false then 'false'\n end::text\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.174648, "supported_languages": null}, "macro.dbt_redshift.redshift__array_concat": {"name": "redshift__array_concat", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/utils/array_concat.sql", "original_file_path": "macros/utils/array_concat.sql", "unique_id": "macro.dbt_redshift.redshift__array_concat", "macro_sql": "{% macro redshift__array_concat(array_1, array_2) -%}\n array_concat({{ array_1 }}, {{ array_2 }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.1748018, "supported_languages": null}, "macro.dbt_redshift.redshift__last_day": {"name": "redshift__last_day", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/utils/last_day.sql", "original_file_path": "macros/utils/last_day.sql", "unique_id": "macro.dbt_redshift.redshift__last_day", "macro_sql": "{% macro redshift__last_day(date, datepart) %}\n cast(\n {{dbt.dateadd('day', '-1',\n dbt.dateadd(datepart, '1', dbt.date_trunc(datepart, date))\n )}}\n as date)\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.dateadd", "macro.dbt.date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.175097, "supported_languages": null}, "macro.dbt_redshift.redshift__split_part": {"name": "redshift__split_part", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/utils/split_part.sql", "original_file_path": "macros/utils/split_part.sql", "unique_id": "macro.dbt_redshift.redshift__split_part", "macro_sql": "{% macro redshift__split_part(string_text, delimiter_text, part_number) %}\n\n {% if part_number >= 0 %}\n {{ dbt.default__split_part(string_text, delimiter_text, part_number) }}\n {% else %}\n {{ dbt._split_part_negative(string_text, delimiter_text, part_number) }}\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__split_part", "macro.dbt._split_part_negative"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.175473, "supported_languages": null}, "macro.dbt_redshift.redshift__array_construct": {"name": "redshift__array_construct", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/utils/array_construct.sql", "original_file_path": "macros/utils/array_construct.sql", "unique_id": "macro.dbt_redshift.redshift__array_construct", "macro_sql": "{% macro redshift__array_construct(inputs, data_type) -%}\n array( {{ inputs|join(' , ') }} )\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.1756349, "supported_languages": null}, "macro.dbt_redshift.redshift__array_append": {"name": "redshift__array_append", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/utils/array_append.sql", "original_file_path": "macros/utils/array_append.sql", "unique_id": "macro.dbt_redshift.redshift__array_append", "macro_sql": "{% macro redshift__array_append(array, new_element) -%}\n {{ array_concat(array, array_construct([new_element])) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.array_concat", "macro.dbt.array_construct"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.1758249, "supported_languages": null}, "macro.dbt_redshift.redshift__get_show_grant_sql": {"name": "redshift__get_show_grant_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt_redshift.redshift__get_show_grant_sql", "macro_sql": "{% macro redshift__get_show_grant_sql(relation) %}\n\nwith privileges as (\n\n -- valid options per https://docs.aws.amazon.com/redshift/latest/dg/r_HAS_TABLE_PRIVILEGE.html\n select 'select' as privilege_type\n union all\n select 'insert' as privilege_type\n union all\n select 'update' as privilege_type\n union all\n select 'delete' as privilege_type\n union all\n select 'references' as privilege_type\n\n)\n\nselect\n u.usename as grantee,\n p.privilege_type\nfrom pg_user u\ncross join privileges p\nwhere has_table_privilege(u.usename, '{{ relation }}', privilege_type)\n and u.usename != current_user\n and not u.usesuper\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.176029, "supported_languages": null}, "macro.dbt_postgres.postgres__current_timestamp": {"name": "postgres__current_timestamp", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_postgres.postgres__current_timestamp", "macro_sql": "{% macro postgres__current_timestamp() -%}\n now()\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.1762822, "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": 1702893752.176449, "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": 1702893752.176543, "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": 1702893752.176639, "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": 1702893752.1767402, "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": 1702893752.178087, "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": 1702893752.1784031, "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": 1702893752.178995, "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": 1702893752.179116, "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": 1702893752.18692, "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": 1702893752.187364, "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": 1702893752.187652, "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": 1702893752.187937, "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": 1702893752.18836, "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": 1702893752.188752, "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": 1702893752.1889138, "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": 1702893752.189224, "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": 1702893752.189572, "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": 1702893752.190321, "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": 1702893752.1905, "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": 1702893752.1907892, "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": 1702893752.191039, "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": 1702893752.191422, "supported_languages": null}, "macro.dbt_postgres.postgres__alter_relation_comment": {"name": "postgres__alter_relation_comment", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__alter_relation_comment", "macro_sql": "{% macro postgres__alter_relation_comment(relation, comment) %}\n {% set escaped_comment = postgres_escape_comment(comment) %}\n comment on {{ relation.type }} {{ relation }} is {{ escaped_comment }};\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres_escape_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.191624, "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": 1702893752.1921651, "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": 1702893752.1923509, "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": 1702893752.1924539, "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": 1702893752.19262, "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": 1702893752.192748, "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": 1702893752.1930969, "supported_languages": null}, "macro.dbt_postgres.postgres__snapshot_merge_sql": {"name": "postgres__snapshot_merge_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/materializations/snapshot_merge.sql", "original_file_path": "macros/materializations/snapshot_merge.sql", "unique_id": "macro.dbt_postgres.postgres__snapshot_merge_sql", "macro_sql": "{% macro postgres__snapshot_merge_sql(target, source, insert_cols) -%}\n {%- set insert_cols_csv = insert_cols | join(', ') -%}\n\n update {{ target }}\n set dbt_valid_to = DBT_INTERNAL_SOURCE.dbt_valid_to\n from {{ source }} as DBT_INTERNAL_SOURCE\n where DBT_INTERNAL_SOURCE.dbt_scd_id::text = {{ target }}.dbt_scd_id::text\n and DBT_INTERNAL_SOURCE.dbt_change_type::text in ('update'::text, 'delete'::text)\n and {{ target }}.dbt_valid_to is null;\n\n insert into {{ target }} ({{ insert_cols_csv }})\n select {% for column in insert_cols -%}\n DBT_INTERNAL_SOURCE.{{ column }} {%- if not loop.last %}, {%- endif %}\n {%- endfor %}\n from {{ source }} as DBT_INTERNAL_SOURCE\n where DBT_INTERNAL_SOURCE.dbt_change_type::text = 'insert'::text;\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.1939242, "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": 1702893752.194057, "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": 1702893752.194324, "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": 1702893752.19445, "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": 1702893752.194605, "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": 1702893752.195368, "supported_languages": null}, "macro.dbt_postgres.postgres__update_indexes_on_materialized_view": {"name": "postgres__update_indexes_on_materialized_view", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt_postgres.postgres__update_indexes_on_materialized_view", "macro_sql": "\n\n\n{%- macro postgres__update_indexes_on_materialized_view(relation, index_changes) -%}\n {{- log(\"Applying UPDATE INDEXES to: \" ~ relation) -}}\n\n {%- for _index_change in index_changes -%}\n {%- set _index = _index_change.context -%}\n\n {%- if _index_change.action == \"drop\" -%}\n\n {{ postgres__get_drop_index_sql(relation, _index.name) }};\n\n {%- elif _index_change.action == \"create\" -%}\n\n {{ postgres__get_create_index_sql(relation, _index.as_node_config) }}\n\n {%- endif -%}\n\n {%- endfor -%}\n\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_drop_index_sql", "macro.dbt_postgres.postgres__get_create_index_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.195799, "supported_languages": null}, "macro.dbt_postgres.postgres__get_materialized_view_configuration_changes": {"name": "postgres__get_materialized_view_configuration_changes", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt_postgres.postgres__get_materialized_view_configuration_changes", "macro_sql": "{% macro postgres__get_materialized_view_configuration_changes(existing_relation, new_config) %}\n {% set _existing_materialized_view = postgres__describe_materialized_view(existing_relation) %}\n {% set _configuration_changes = existing_relation.get_materialized_view_config_change_collection(_existing_materialized_view, new_config) %}\n {% do return(_configuration_changes) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__describe_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.196059, "supported_languages": null}, "macro.dbt_postgres.postgres__get_create_materialized_view_as_sql": {"name": "postgres__get_create_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/create.sql", "original_file_path": "macros/relations/materialized_view/create.sql", "unique_id": "macro.dbt_postgres.postgres__get_create_materialized_view_as_sql", "macro_sql": "{% macro postgres__get_create_materialized_view_as_sql(relation, sql) %}\n create materialized view if not exists {{ relation }} as {{ sql }};\n\n {% for _index_dict in config.get('indexes', []) -%}\n {{- get_create_index_sql(relation, _index_dict) -}}\n {%- endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_create_index_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.196386, "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": 1702893752.196513, "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": 1702893752.197133, "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": 1702893752.197294, "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": 1702893752.1974149, "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": 1702893752.197917, "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": 1702893752.1980789, "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": 1702893752.198272, "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": 1702893752.198817, "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": 1702893752.201735, "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": 1702893752.201876, "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": 1702893752.202334, "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": 1702893752.2027059, "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": 1702893752.203666, "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": 1702893752.203848, "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": 1702893752.203979, "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": 1702893752.204108, "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": 1702893752.204234, "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": 1702893752.204569, "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": 1702893752.204845, "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": 1702893752.205127, "supported_languages": null}, "macro.dbt.snapshot_merge_sql": {"name": "snapshot_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/snapshot_merge.sql", "original_file_path": "macros/materializations/snapshots/snapshot_merge.sql", "unique_id": "macro.dbt.snapshot_merge_sql", "macro_sql": "{% macro snapshot_merge_sql(target, source, insert_cols) -%}\n {{ adapter.dispatch('snapshot_merge_sql', 'dbt')(target, source, insert_cols) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__snapshot_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.205527, "supported_languages": null}, "macro.dbt.default__snapshot_merge_sql": {"name": "default__snapshot_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/snapshot_merge.sql", "original_file_path": "macros/materializations/snapshots/snapshot_merge.sql", "unique_id": "macro.dbt.default__snapshot_merge_sql", "macro_sql": "{% macro default__snapshot_merge_sql(target, source, insert_cols) -%}\n {%- set insert_cols_csv = insert_cols | join(', ') -%}\n\n merge into {{ target }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on DBT_INTERNAL_SOURCE.dbt_scd_id = DBT_INTERNAL_DEST.dbt_scd_id\n\n when matched\n and DBT_INTERNAL_DEST.dbt_valid_to is null\n and DBT_INTERNAL_SOURCE.dbt_change_type in ('update', 'delete')\n then update\n set dbt_valid_to = DBT_INTERNAL_SOURCE.dbt_valid_to\n\n when not matched\n and DBT_INTERNAL_SOURCE.dbt_change_type = 'insert'\n then insert ({{ insert_cols_csv }})\n values ({{ insert_cols_csv }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.205775, "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": 1702893752.208936, "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": 1702893752.20909, "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": 1702893752.209288, "supported_languages": null}, "macro.dbt.snapshot_timestamp_strategy": {"name": "snapshot_timestamp_strategy", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.snapshot_timestamp_strategy", "macro_sql": "{% macro snapshot_timestamp_strategy(node, snapshotted_rel, current_rel, config, target_exists) %}\n {% set primary_key = config['unique_key'] %}\n {% set updated_at = config['updated_at'] %}\n {% set invalidate_hard_deletes = config.get('invalidate_hard_deletes', false) %}\n\n {#/*\n The snapshot relation might not have an {{ updated_at }} value if the\n snapshot strategy is changed from `check` to `timestamp`. We\n should use a dbt-created column for the comparison in the snapshot\n table instead of assuming that the user-supplied {{ updated_at }}\n will be present in the historical data.\n\n See https://github.com/dbt-labs/dbt-core/issues/2350\n */ #}\n {% set row_changed_expr -%}\n ({{ snapshotted_rel }}.dbt_valid_from < {{ current_rel }}.{{ updated_at }})\n {%- endset %}\n\n {% set scd_id_expr = snapshot_hash_arguments([primary_key, updated_at]) %}\n\n {% do return({\n \"unique_key\": primary_key,\n \"updated_at\": updated_at,\n \"row_changed\": row_changed_expr,\n \"scd_id\": scd_id_expr,\n \"invalidate_hard_deletes\": invalidate_hard_deletes\n }) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.2099478, "supported_languages": null}, "macro.dbt.snapshot_string_as_time": {"name": "snapshot_string_as_time", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.snapshot_string_as_time", "macro_sql": "{% macro snapshot_string_as_time(timestamp) -%}\n {{ adapter.dispatch('snapshot_string_as_time', 'dbt')(timestamp) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__snapshot_string_as_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.210102, "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": 1702893752.2102559, "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": 1702893752.2115252, "supported_languages": null}, "macro.dbt.snapshot_check_strategy": {"name": "snapshot_check_strategy", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.snapshot_check_strategy", "macro_sql": "{% macro snapshot_check_strategy(node, snapshotted_rel, current_rel, config, target_exists) %}\n {% set check_cols_config = config['check_cols'] %}\n {% set primary_key = config['unique_key'] %}\n {% set invalidate_hard_deletes = config.get('invalidate_hard_deletes', false) %}\n {% set updated_at = config.get('updated_at', snapshot_get_time()) %}\n\n {% set column_added = false %}\n\n {% set column_added, check_cols = snapshot_check_all_get_existing_columns(node, target_exists, check_cols_config) %}\n\n {%- set row_changed_expr -%}\n (\n {%- if column_added -%}\n {{ get_true_sql() }}\n {%- else -%}\n {%- for col in check_cols -%}\n {{ snapshotted_rel }}.{{ col }} != {{ current_rel }}.{{ col }}\n or\n (\n (({{ snapshotted_rel }}.{{ col }} is null) and not ({{ current_rel }}.{{ col }} is null))\n or\n ((not {{ snapshotted_rel }}.{{ col }} is null) and ({{ current_rel }}.{{ col }} is null))\n )\n {%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n {%- endif -%}\n )\n {%- endset %}\n\n {% set scd_id_expr = snapshot_hash_arguments([primary_key, updated_at]) %}\n\n {% do return({\n \"unique_key\": primary_key,\n \"updated_at\": updated_at,\n \"row_changed\": row_changed_expr,\n \"scd_id\": scd_id_expr,\n \"invalidate_hard_deletes\": invalidate_hard_deletes\n }) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.snapshot_get_time", "macro.dbt.snapshot_check_all_get_existing_columns", "macro.dbt.get_true_sql", "macro.dbt.snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.212826, "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": 1702893752.216326, "supported_languages": null}, "macro.dbt.default__create_columns": {"name": "default__create_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.default__create_columns", "macro_sql": "{% macro default__create_columns(relation, columns) %}\n {% for column in columns %}\n {% call statement() %}\n alter table {{ relation }} add column \"{{ column.name }}\" {{ column.data_type }};\n {% endcall %}\n {% endfor %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.216583, "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": 1702893752.216736, "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": 1702893752.2168162, "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": 1702893752.216949, "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": 1702893752.217054, "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": 1702893752.217242, "supported_languages": null}, "macro.dbt.default__snapshot_staging_table": {"name": "default__snapshot_staging_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.default__snapshot_staging_table", "macro_sql": "{% macro default__snapshot_staging_table(strategy, source_sql, target_relation) -%}\n\n with snapshot_query as (\n\n {{ source_sql }}\n\n ),\n\n snapshotted_data as (\n\n select *,\n {{ strategy.unique_key }} as dbt_unique_key\n\n from {{ target_relation }}\n where dbt_valid_to is null\n\n ),\n\n insertions_source_data as (\n\n select\n *,\n {{ strategy.unique_key }} as dbt_unique_key,\n {{ strategy.updated_at }} as dbt_updated_at,\n {{ strategy.updated_at }} as dbt_valid_from,\n nullif({{ strategy.updated_at }}, {{ strategy.updated_at }}) as dbt_valid_to,\n {{ strategy.scd_id }} as dbt_scd_id\n\n from snapshot_query\n ),\n\n updates_source_data as (\n\n select\n *,\n {{ strategy.unique_key }} as dbt_unique_key,\n {{ strategy.updated_at }} as dbt_updated_at,\n {{ strategy.updated_at }} as dbt_valid_from,\n {{ strategy.updated_at }} as dbt_valid_to\n\n from snapshot_query\n ),\n\n {%- if strategy.invalidate_hard_deletes %}\n\n deletes_source_data as (\n\n select\n *,\n {{ strategy.unique_key }} as dbt_unique_key\n from snapshot_query\n ),\n {% endif %}\n\n insertions as (\n\n select\n 'insert' as dbt_change_type,\n source_data.*\n\n from insertions_source_data as source_data\n left outer join snapshotted_data on snapshotted_data.dbt_unique_key = source_data.dbt_unique_key\n where snapshotted_data.dbt_unique_key is null\n or (\n snapshotted_data.dbt_unique_key is not null\n and (\n {{ strategy.row_changed }}\n )\n )\n\n ),\n\n updates as (\n\n select\n 'update' as dbt_change_type,\n source_data.*,\n snapshotted_data.dbt_scd_id\n\n from updates_source_data as source_data\n join snapshotted_data on snapshotted_data.dbt_unique_key = source_data.dbt_unique_key\n where (\n {{ strategy.row_changed }}\n )\n )\n\n {%- if strategy.invalidate_hard_deletes -%}\n ,\n\n deletes as (\n\n select\n 'delete' as dbt_change_type,\n source_data.*,\n {{ snapshot_get_time() }} as dbt_valid_from,\n {{ snapshot_get_time() }} as dbt_updated_at,\n {{ snapshot_get_time() }} as dbt_valid_to,\n snapshotted_data.dbt_scd_id\n\n from snapshotted_data\n left join deletes_source_data as source_data on snapshotted_data.dbt_unique_key = source_data.dbt_unique_key\n where source_data.dbt_unique_key is null\n )\n {%- endif %}\n\n select * from insertions\n union all\n select * from updates\n {%- if strategy.invalidate_hard_deletes %}\n union all\n select * from deletes\n {%- endif %}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.snapshot_get_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.218034, "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": 1702893752.218207, "supported_languages": null}, "macro.dbt.default__build_snapshot_table": {"name": "default__build_snapshot_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.default__build_snapshot_table", "macro_sql": "{% macro default__build_snapshot_table(strategy, sql) %}\n\n select *,\n {{ strategy.scd_id }} as dbt_scd_id,\n {{ strategy.updated_at }} as dbt_updated_at,\n {{ strategy.updated_at }} as dbt_valid_from,\n nullif({{ strategy.updated_at }}, {{ strategy.updated_at }}) as dbt_valid_to\n from (\n {{ sql }}\n ) sbq\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.2184389, "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": 1702893752.2188249, "supported_languages": null}, "macro.dbt.materialization_snapshot_default": {"name": "materialization_snapshot_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/snapshot.sql", "original_file_path": "macros/materializations/snapshots/snapshot.sql", "unique_id": "macro.dbt.materialization_snapshot_default", "macro_sql": "{% materialization snapshot, default %}\n {%- set config = model['config'] -%}\n\n {%- set target_table = model.get('alias', model.get('name')) -%}\n\n {%- set strategy_name = config.get('strategy') -%}\n {%- set unique_key = config.get('unique_key') %}\n -- grab current tables grants config for comparision later on\n {%- set grant_config = config.get('grants') -%}\n\n {% set target_relation_exists, target_relation = get_or_create_relation(\n database=model.database,\n schema=model.schema,\n identifier=target_table,\n type='table') -%}\n\n {%- if not target_relation.is_table -%}\n {% do exceptions.relation_wrong_type(target_relation, 'table') %}\n {%- endif -%}\n\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n {% set strategy_macro = strategy_dispatch(strategy_name) %}\n {% set strategy = strategy_macro(model, \"snapshotted_data\", \"source_data\", config, target_relation_exists) %}\n\n {% if not target_relation_exists %}\n\n {% set build_sql = build_snapshot_table(strategy, model['compiled_code']) %}\n {% set final_sql = create_table_as(False, target_relation, build_sql) %}\n\n {% else %}\n\n {{ adapter.valid_snapshot_target(target_relation) }}\n\n {% set staging_table = build_snapshot_staging_table(strategy, sql, target_relation) %}\n\n -- this may no-op if the database does not require column expansion\n {% do adapter.expand_target_column_types(from_relation=staging_table,\n to_relation=target_relation) %}\n\n {% set missing_columns = adapter.get_missing_columns(staging_table, target_relation)\n | rejectattr('name', 'equalto', 'dbt_change_type')\n | rejectattr('name', 'equalto', 'DBT_CHANGE_TYPE')\n | rejectattr('name', 'equalto', 'dbt_unique_key')\n | rejectattr('name', 'equalto', 'DBT_UNIQUE_KEY')\n | list %}\n\n {% do create_columns(target_relation, missing_columns) %}\n\n {% set source_columns = adapter.get_columns_in_relation(staging_table)\n | rejectattr('name', 'equalto', 'dbt_change_type')\n | rejectattr('name', 'equalto', 'DBT_CHANGE_TYPE')\n | rejectattr('name', 'equalto', 'dbt_unique_key')\n | rejectattr('name', 'equalto', 'DBT_UNIQUE_KEY')\n | list %}\n\n {% set quoted_source_columns = [] %}\n {% for column in source_columns %}\n {% do quoted_source_columns.append(adapter.quote(column.name)) %}\n {% endfor %}\n\n {% set final_sql = snapshot_merge_sql(\n target = target_relation,\n source = staging_table,\n insert_cols = quoted_source_columns\n )\n %}\n\n {% endif %}\n\n {% call statement('main') %}\n {{ final_sql }}\n {% endcall %}\n\n {% set should_revoke = should_revoke(target_relation_exists, full_refresh_mode=False) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if not target_relation_exists %}\n {% do create_indexes(target_relation) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {{ adapter.commit() }}\n\n {% if staging_table is defined %}\n {% do post_snapshot(staging_table) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.get_or_create_relation", "macro.dbt.run_hooks", "macro.dbt.strategy_dispatch", "macro.dbt.build_snapshot_table", "macro.dbt.create_table_as", "macro.dbt.build_snapshot_staging_table", "macro.dbt.create_columns", "macro.dbt.snapshot_merge_sql", "macro.dbt.statement", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt.create_indexes", "macro.dbt.post_snapshot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.224127, "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": 1702893752.22658, "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": 1702893752.226994, "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": 1702893752.22728, "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": 1702893752.227614, "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": 1702893752.22795, "supported_languages": null}, "macro.dbt.materialization_materialized_view_default": {"name": "materialization_materialized_view_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view.sql", "unique_id": "macro.dbt.materialization_materialized_view_default", "macro_sql": "{% materialization materialized_view, default %}\n {% set existing_relation = load_cached_relation(this) %}\n {% set target_relation = this.incorporate(type=this.MaterializedView) %}\n {% set intermediate_relation = make_intermediate_relation(target_relation) %}\n {% set backup_relation_type = target_relation.MaterializedView if existing_relation is none else existing_relation.type %}\n {% set backup_relation = make_backup_relation(target_relation, backup_relation_type) %}\n\n {{ materialized_view_setup(backup_relation, intermediate_relation, pre_hooks) }}\n\n {% set build_sql = materialized_view_get_build_sql(existing_relation, target_relation, backup_relation, intermediate_relation) %}\n\n {% if build_sql == '' %}\n {{ materialized_view_execute_no_op(target_relation) }}\n {% else %}\n {{ materialized_view_execute_build_sql(build_sql, existing_relation, target_relation, post_hooks) }}\n {% endif %}\n\n {{ materialized_view_teardown(backup_relation, intermediate_relation, post_hooks) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.materialized_view_setup", "macro.dbt.materialized_view_get_build_sql", "macro.dbt.materialized_view_execute_no_op", "macro.dbt.materialized_view_execute_build_sql", "macro.dbt.materialized_view_teardown"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.232149, "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": 1702893752.2325041, "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": 1702893752.2327292, "supported_languages": null}, "macro.dbt.materialized_view_get_build_sql": {"name": "materialized_view_get_build_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view.sql", "unique_id": "macro.dbt.materialized_view_get_build_sql", "macro_sql": "{% macro materialized_view_get_build_sql(existing_relation, target_relation, backup_relation, intermediate_relation) %}\n\n {% set full_refresh_mode = should_full_refresh() %}\n\n -- determine the scenario we're in: create, full_refresh, alter, refresh data\n {% if existing_relation is none %}\n {% set build_sql = get_create_materialized_view_as_sql(target_relation, sql) %}\n {% elif full_refresh_mode or not existing_relation.is_materialized_view %}\n {% set build_sql = get_replace_sql(existing_relation, target_relation, sql) %}\n {% else %}\n\n -- get config options\n {% set on_configuration_change = config.get('on_configuration_change') %}\n {% set configuration_changes = get_materialized_view_configuration_changes(existing_relation, config) %}\n\n {% if configuration_changes is none %}\n {% set build_sql = refresh_materialized_view(target_relation) %}\n\n {% elif on_configuration_change == 'apply' %}\n {% set build_sql = get_alter_materialized_view_as_sql(target_relation, configuration_changes, sql, existing_relation, backup_relation, intermediate_relation) %}\n {% elif on_configuration_change == 'continue' %}\n {% set build_sql = '' %}\n {{ exceptions.warn(\"Configuration changes were identified and `on_configuration_change` was set to `continue` for `\" ~ target_relation ~ \"`\") }}\n {% elif on_configuration_change == 'fail' %}\n {{ exceptions.raise_fail_fast_error(\"Configuration changes were identified and `on_configuration_change` was set to `fail` for `\" ~ target_relation ~ \"`\") }}\n\n {% else %}\n -- this only happens if the user provides a value other than `apply`, 'skip', 'fail'\n {{ exceptions.raise_compiler_error(\"Unexpected configuration scenario\") }}\n\n {% endif %}\n\n {% endif %}\n\n {% do return(build_sql) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.should_full_refresh", "macro.dbt.get_create_materialized_view_as_sql", "macro.dbt.get_replace_sql", "macro.dbt.get_materialized_view_configuration_changes", "macro.dbt.refresh_materialized_view", "macro.dbt.get_alter_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.233901, "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": 1702893752.234118, "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": 1702893752.234705, "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": 1702893752.237341, "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": 1702893752.239923, "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": 1702893752.241339, "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": 1702893752.2418292, "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": 1702893752.242435, "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": 1702893752.242651, "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": 1702893752.243291, "supported_languages": null}, "macro.dbt.get_merge_sql": {"name": "get_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.get_merge_sql", "macro_sql": "{% macro get_merge_sql(target, source, unique_key, dest_columns, incremental_predicates=none) -%}\n -- back compat for old kwarg name\n {% set incremental_predicates = kwargs.get('predicates', incremental_predicates) %}\n {{ adapter.dispatch('get_merge_sql', 'dbt')(target, source, unique_key, dest_columns, incremental_predicates) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.24852, "supported_languages": null}, "macro.dbt.default__get_merge_sql": {"name": "default__get_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.default__get_merge_sql", "macro_sql": "{% macro default__get_merge_sql(target, source, unique_key, dest_columns, incremental_predicates=none) -%}\n {%- set predicates = [] if incremental_predicates is none else [] + incremental_predicates -%}\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n {%- set merge_update_columns = config.get('merge_update_columns') -%}\n {%- set merge_exclude_columns = config.get('merge_exclude_columns') -%}\n {%- set update_columns = get_merge_update_columns(merge_update_columns, merge_exclude_columns, dest_columns) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {% if unique_key %}\n {% if unique_key is sequence and unique_key is not mapping and unique_key is not string %}\n {% for key in unique_key %}\n {% set this_key_match %}\n DBT_INTERNAL_SOURCE.{{ key }} = DBT_INTERNAL_DEST.{{ key }}\n {% endset %}\n {% do predicates.append(this_key_match) %}\n {% endfor %}\n {% else %}\n {% set unique_key_match %}\n DBT_INTERNAL_SOURCE.{{ unique_key }} = DBT_INTERNAL_DEST.{{ unique_key }}\n {% endset %}\n {% do predicates.append(unique_key_match) %}\n {% endif %}\n {% else %}\n {% do predicates.append('FALSE') %}\n {% endif %}\n\n {{ sql_header if sql_header is not none }}\n\n merge into {{ target }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on {{\"(\" ~ predicates | join(\") and (\") ~ \")\"}}\n\n {% if unique_key %}\n when matched then update set\n {% for column_name in update_columns -%}\n {{ column_name }} = DBT_INTERNAL_SOURCE.{{ column_name }}\n {%- if not loop.last %}, {%- endif %}\n {%- endfor %}\n {% endif %}\n\n when not matched then insert\n ({{ dest_cols_csv }})\n values\n ({{ dest_cols_csv }})\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_quoted_csv", "macro.dbt.get_merge_update_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.249951, "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": 1702893752.250197, "supported_languages": null}, "macro.dbt.default__get_delete_insert_merge_sql": {"name": "default__get_delete_insert_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.default__get_delete_insert_merge_sql", "macro_sql": "{% macro default__get_delete_insert_merge_sql(target, source, unique_key, dest_columns, incremental_predicates) -%}\n\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n\n {% if unique_key %}\n {% if unique_key is sequence and unique_key is not string %}\n delete from {{target }}\n using {{ source }}\n where (\n {% for key in unique_key %}\n {{ source }}.{{ key }} = {{ target }}.{{ key }}\n {{ \"and \" if not loop.last}}\n {% endfor %}\n {% if incremental_predicates %}\n {% for predicate in incremental_predicates %}\n and {{ predicate }}\n {% endfor %}\n {% endif %}\n );\n {% else %}\n delete from {{ target }}\n where (\n {{ unique_key }}) in (\n select ({{ unique_key }})\n from {{ source }}\n )\n {%- if incremental_predicates %}\n {% for predicate in incremental_predicates %}\n and {{ predicate }}\n {% endfor %}\n {%- endif -%};\n\n {% endif %}\n {% endif %}\n\n insert into {{ target }} ({{ dest_cols_csv }})\n (\n select {{ dest_cols_csv }}\n from {{ source }}\n )\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_quoted_csv"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.251095, "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": 1702893752.251341, "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": 1702893752.251935, "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": 1702893752.2525032, "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": 1702893752.2532952, "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": 1702893752.25351, "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": 1702893752.253679, "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": 1702893752.2539499, "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": 1702893752.2541819, "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": 1702893752.254446, "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": 1702893752.254614, "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": 1702893752.2548501, "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": 1702893752.2550259, "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": 1702893752.25516, "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": 1702893752.255414, "supported_languages": null}, "macro.dbt.materialization_incremental_default": {"name": "materialization_incremental_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/incremental.sql", "original_file_path": "macros/materializations/models/incremental/incremental.sql", "unique_id": "macro.dbt.materialization_incremental_default", "macro_sql": "{% materialization incremental, default -%}\n\n -- relations\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='table') -%}\n {%- set temp_relation = make_temp_relation(target_relation)-%}\n {%- set intermediate_relation = make_intermediate_relation(target_relation)-%}\n {%- set backup_relation_type = 'table' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n\n -- configs\n {%- set unique_key = config.get('unique_key') -%}\n {%- set full_refresh_mode = (should_full_refresh() or existing_relation.is_view) -%}\n {%- set on_schema_change = incremental_validate_on_schema_change(config.get('on_schema_change'), default='ignore') -%}\n\n -- the temp_ and backup_ relations should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation. This has to happen before\n -- BEGIN, in a separate transaction\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation)-%}\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n {% set to_drop = [] %}\n\n {% if existing_relation is none %}\n {% set build_sql = get_create_table_as_sql(False, target_relation, sql) %}\n {% elif full_refresh_mode %}\n {% set build_sql = get_create_table_as_sql(False, intermediate_relation, sql) %}\n {% set need_swap = true %}\n {% else %}\n {% do run_query(get_create_table_as_sql(True, temp_relation, sql)) %}\n {% do adapter.expand_target_column_types(\n from_relation=temp_relation,\n to_relation=target_relation) %}\n {#-- Process schema changes. Returns dict of changes if successful. Use source columns for upserting/merging --#}\n {% set dest_columns = process_schema_changes(on_schema_change, temp_relation, existing_relation) %}\n {% if not dest_columns %}\n {% set dest_columns = adapter.get_columns_in_relation(existing_relation) %}\n {% endif %}\n\n {#-- Get the incremental_strategy, the macro to use for the strategy, and build the sql --#}\n {% set incremental_strategy = config.get('incremental_strategy') or 'default' %}\n {% set incremental_predicates = config.get('predicates', none) or config.get('incremental_predicates', none) %}\n {% set strategy_sql_macro_func = adapter.get_incremental_strategy_macro(context, incremental_strategy) %}\n {% set strategy_arg_dict = ({'target_relation': target_relation, 'temp_relation': temp_relation, 'unique_key': unique_key, 'dest_columns': dest_columns, 'incremental_predicates': incremental_predicates }) %}\n {% set build_sql = strategy_sql_macro_func(strategy_arg_dict) %}\n\n {% endif %}\n\n {% call statement(\"main\") %}\n {{ build_sql }}\n {% endcall %}\n\n {% if need_swap %}\n {% do adapter.rename_relation(target_relation, backup_relation) %}\n {% do adapter.rename_relation(intermediate_relation, target_relation) %}\n {% do to_drop.append(backup_relation) %}\n {% endif %}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if existing_relation is none or existing_relation.is_view or should_full_refresh() %}\n {% do create_indexes(target_relation) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n -- `COMMIT` happens here\n {% do adapter.commit() %}\n\n {% for rel in to_drop %}\n {% do adapter.drop_relation(rel) %}\n {% endfor %}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{%- endmaterialization %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_temp_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.should_full_refresh", "macro.dbt.incremental_validate_on_schema_change", "macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks", "macro.dbt.get_create_table_as_sql", "macro.dbt.run_query", "macro.dbt.process_schema_changes", "macro.dbt.statement", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt.create_indexes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.2598941, "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": 1702893752.2646022, "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": 1702893752.265701, "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": 1702893752.26678, "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": 1702893752.267544, "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": 1702893752.267763, "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": 1702893752.2678678, "supported_languages": null}, "macro.dbt.create_or_replace_clone": {"name": "create_or_replace_clone", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/create_or_replace_clone.sql", "original_file_path": "macros/materializations/models/clone/create_or_replace_clone.sql", "unique_id": "macro.dbt.create_or_replace_clone", "macro_sql": "{% macro create_or_replace_clone(this_relation, defer_relation) %}\n {{ return(adapter.dispatch('create_or_replace_clone', 'dbt')(this_relation, defer_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__create_or_replace_clone"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.2681339, "supported_languages": null}, "macro.dbt.default__create_or_replace_clone": {"name": "default__create_or_replace_clone", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/create_or_replace_clone.sql", "original_file_path": "macros/materializations/models/clone/create_or_replace_clone.sql", "unique_id": "macro.dbt.default__create_or_replace_clone", "macro_sql": "{% macro default__create_or_replace_clone(this_relation, defer_relation) %}\n create or replace table {{ this_relation }} clone {{ defer_relation }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.268255, "supported_languages": null}, "macro.dbt.materialization_clone_default": {"name": "materialization_clone_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/clone.sql", "original_file_path": "macros/materializations/models/clone/clone.sql", "unique_id": "macro.dbt.materialization_clone_default", "macro_sql": "{%- materialization clone, default -%}\n\n {%- set relations = {'relations': []} -%}\n\n {%- if not defer_relation -%}\n -- nothing to do\n {{ log(\"No relation found in state manifest for \" ~ model.unique_id, info=True) }}\n {{ return(relations) }}\n {%- endif -%}\n\n {%- set existing_relation = load_cached_relation(this) -%}\n\n {%- if existing_relation and not flags.FULL_REFRESH -%}\n -- noop!\n {{ log(\"Relation \" ~ existing_relation ~ \" already exists\", info=True) }}\n {{ return(relations) }}\n {%- endif -%}\n\n {%- set other_existing_relation = load_cached_relation(defer_relation) -%}\n\n -- If this is a database that can do zero-copy cloning of tables, and the other relation is a table, then this will be a table\n -- Otherwise, this will be a view\n\n {% set can_clone_table = can_clone_table() %}\n\n {%- if other_existing_relation and other_existing_relation.type == 'table' and can_clone_table -%}\n\n {%- set target_relation = this.incorporate(type='table') -%}\n {% if existing_relation is not none and not existing_relation.is_table %}\n {{ log(\"Dropping relation \" ~ existing_relation ~ \" because it is of type \" ~ existing_relation.type) }}\n {{ drop_relation_if_exists(existing_relation) }}\n {% endif %}\n\n -- as a general rule, data platforms that can clone tables can also do atomic 'create or replace'\n {% call statement('main') %}\n {% if target_relation and defer_relation and target_relation == defer_relation %}\n {{ log(\"Target relation and defer relation are the same, skipping clone for relation: \" ~ target_relation) }}\n {% else %}\n {{ create_or_replace_clone(target_relation, defer_relation) }}\n {% endif %}\n\n {% endcall %}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n {% do persist_docs(target_relation, model) %}\n\n {{ return({'relations': [target_relation]}) }}\n\n {%- else -%}\n\n {%- set target_relation = this.incorporate(type='view') -%}\n\n -- reuse the view materialization\n -- TODO: support actual dispatch for materialization macros\n -- Tracking ticket: https://github.com/dbt-labs/dbt-core/issues/7799\n {% set search_name = \"materialization_view_\" ~ adapter.type() %}\n {% if not search_name in context %}\n {% set search_name = \"materialization_view_default\" %}\n {% endif %}\n {% set materialization_macro = context[search_name] %}\n {% set relations = materialization_macro() %}\n {{ return(relations) }}\n\n {%- endif -%}\n\n{%- endmaterialization -%}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.can_clone_table", "macro.dbt.drop_relation_if_exists", "macro.dbt.statement", "macro.dbt.create_or_replace_clone", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.271455, "supported_languages": ["sql"]}, "macro.dbt.materialization_seed_default": {"name": "materialization_seed_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/seed.sql", "original_file_path": "macros/materializations/seeds/seed.sql", "unique_id": "macro.dbt.materialization_seed_default", "macro_sql": "{% materialization seed, default %}\n\n {%- set identifier = model['alias'] -%}\n {%- set full_refresh_mode = (should_full_refresh()) -%}\n\n {%- set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) -%}\n\n {%- set exists_as_table = (old_relation is not none and old_relation.is_table) -%}\n {%- set exists_as_view = (old_relation is not none and old_relation.is_view) -%}\n\n {%- set grant_config = config.get('grants') -%}\n {%- set agate_table = load_agate_table() -%}\n -- grab current tables grants config for comparison later on\n\n {%- do store_result('agate_table', response='OK', agate_table=agate_table) -%}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% set create_table_sql = \"\" %}\n {% if exists_as_view %}\n {{ exceptions.raise_compiler_error(\"Cannot seed to '{}', it is a view\".format(old_relation)) }}\n {% elif exists_as_table %}\n {% set create_table_sql = reset_csv_table(model, full_refresh_mode, old_relation, agate_table) %}\n {% else %}\n {% set create_table_sql = create_csv_table(model, agate_table) %}\n {% endif %}\n\n {% set code = 'CREATE' if full_refresh_mode else 'INSERT' %}\n {% set rows_affected = (agate_table.rows | length) %}\n {% set sql = load_csv_rows(model, agate_table) %}\n\n {% call noop_statement('main', code ~ ' ' ~ rows_affected, code, rows_affected) %}\n {{ get_csv_sql(create_table_sql, sql) }};\n {% endcall %}\n\n {% set target_relation = this.incorporate(type='table') %}\n\n {% set should_revoke = should_revoke(old_relation, full_refresh_mode) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if full_refresh_mode or not exists_as_table %}\n {% do create_indexes(target_relation) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n -- `COMMIT` happens here\n {{ adapter.commit() }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.should_full_refresh", "macro.dbt.run_hooks", "macro.dbt.reset_csv_table", "macro.dbt.create_csv_table", "macro.dbt.load_csv_rows", "macro.dbt.noop_statement", "macro.dbt.get_csv_sql", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt.create_indexes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.2743402, "supported_languages": ["sql"]}, "macro.dbt.create_csv_table": {"name": "create_csv_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.create_csv_table", "macro_sql": "{% macro create_csv_table(model, agate_table) -%}\n {{ adapter.dispatch('create_csv_table', 'dbt')(model, agate_table) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__create_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.2785542, "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": 1702893752.2793548, "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": 1702893752.279569, "supported_languages": null}, "macro.dbt.default__reset_csv_table": {"name": "default__reset_csv_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.default__reset_csv_table", "macro_sql": "{% macro default__reset_csv_table(model, full_refresh, old_relation, agate_table) %}\n {% set sql = \"\" %}\n {% if full_refresh %}\n {{ adapter.drop_relation(old_relation) }}\n {% set sql = create_csv_table(model, agate_table) %}\n {% else %}\n {{ adapter.truncate_relation(old_relation) }}\n {% set sql = \"truncate table \" ~ old_relation %}\n {% endif %}\n\n {{ return(sql) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.create_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.279996, "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": 1702893752.28017, "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": 1702893752.280288, "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": 1702893752.280416, "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": 1702893752.2805219, "supported_languages": null}, "macro.dbt.get_batch_size": {"name": "get_batch_size", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.get_batch_size", "macro_sql": "{% macro get_batch_size() -%}\n {{ return(adapter.dispatch('get_batch_size', 'dbt')()) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_batch_size"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.280663, "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": 1702893752.2807732, "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": 1702893752.2812018, "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": 1702893752.281377, "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": 1702893752.282521, "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": 1702893752.2829068, "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": 1702893752.283254, "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": 1702893752.28373, "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": 1702893752.283967, "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": 1702893752.284223, "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": 1702893752.2845771, "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": 1702893752.284808, "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": 1702893752.285444, "supported_languages": null}, "macro.dbt.default__get_drop_sql": {"name": "default__get_drop_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop.sql", "original_file_path": "macros/relations/drop.sql", "unique_id": "macro.dbt.default__get_drop_sql", "macro_sql": "{%- macro default__get_drop_sql(relation) -%}\n\n {%- if relation.is_view -%}\n {{ drop_view(relation) }}\n\n {%- elif relation.is_table -%}\n {{ drop_table(relation) }}\n\n {%- elif relation.is_materialized_view -%}\n {{ drop_materialized_view(relation) }}\n\n {%- else -%}\n drop {{ relation.type }} if exists {{ relation }} cascade\n\n {%- endif -%}\n\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.drop_view", "macro.dbt.drop_table", "macro.dbt.drop_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.2857752, "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": 1702893752.285941, "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": 1702893752.286119, "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": 1702893752.286295, "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": 1702893752.28703, "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": 1702893752.2881799, "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": 1702893752.288526, "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": 1702893752.288756, "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": 1702893752.289043, "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": 1702893752.289234, "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": 1702893752.2898638, "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": 1702893752.29026, "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": 1702893752.290447, "supported_languages": null}, "macro.dbt.default__rename_relation": {"name": "default__rename_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/rename.sql", "original_file_path": "macros/relations/rename.sql", "unique_id": "macro.dbt.default__rename_relation", "macro_sql": "{% macro default__rename_relation(from_relation, to_relation) -%}\n {% set target_name = adapter.quote_as_configured(to_relation.identifier, 'identifier') %}\n {% call statement('rename_relation') -%}\n alter table {{ from_relation }} rename to {{ target_name }}\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.290708, "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": 1702893752.291021, "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": 1702893752.2912729, "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": 1702893752.291695, "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": 1702893752.292094, "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": 1702893752.292393, "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": 1702893752.2925818, "supported_languages": null}, "macro.dbt.drop_materialized_view": {"name": "drop_materialized_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/drop.sql", "original_file_path": "macros/relations/materialized_view/drop.sql", "unique_id": "macro.dbt.drop_materialized_view", "macro_sql": "{% macro drop_materialized_view(relation) -%}\n {{ return(adapter.dispatch('drop_materialized_view', 'dbt')(relation)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__drop_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.292827, "supported_languages": null}, "macro.dbt.default__drop_materialized_view": {"name": "default__drop_materialized_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/drop.sql", "original_file_path": "macros/relations/materialized_view/drop.sql", "unique_id": "macro.dbt.default__drop_materialized_view", "macro_sql": "{% macro default__drop_materialized_view(relation) -%}\n drop materialized view if exists {{ relation }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.292922, "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": 1702893752.293174, "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": 1702893752.293306, "supported_languages": null}, "macro.dbt.refresh_materialized_view": {"name": "refresh_materialized_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/refresh.sql", "original_file_path": "macros/relations/materialized_view/refresh.sql", "unique_id": "macro.dbt.refresh_materialized_view", "macro_sql": "{% macro refresh_materialized_view(relation) %}\n {{- log('Applying REFRESH to: ' ~ relation) -}}\n {{- adapter.dispatch('refresh_materialized_view', 'dbt')(relation) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__refresh_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.2935839, "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": 1702893752.293768, "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": 1702893752.294016, "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": 1702893752.2941492, "supported_languages": null}, "macro.dbt.get_alter_materialized_view_as_sql": {"name": "get_alter_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt.get_alter_materialized_view_as_sql", "macro_sql": "{% macro get_alter_materialized_view_as_sql(\n relation,\n configuration_changes,\n sql,\n existing_relation,\n backup_relation,\n intermediate_relation\n) %}\n {{- log('Applying ALTER to: ' ~ relation) -}}\n {{- adapter.dispatch('get_alter_materialized_view_as_sql', 'dbt')(\n relation,\n configuration_changes,\n sql,\n existing_relation,\n backup_relation,\n intermediate_relation\n ) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_alter_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.294701, "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": 1702893752.2948742, "supported_languages": null}, "macro.dbt.get_materialized_view_configuration_changes": {"name": "get_materialized_view_configuration_changes", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt.get_materialized_view_configuration_changes", "macro_sql": "{% macro get_materialized_view_configuration_changes(existing_relation, new_config) %}\n /* {#\n It's recommended that configuration changes be formatted as follows:\n {\"\": [{\"action\": \"\", \"context\": ...}]}\n\n For example:\n {\n \"indexes\": [\n {\"action\": \"drop\", \"context\": \"index_abc\"},\n {\"action\": \"create\", \"context\": {\"columns\": [\"column_1\", \"column_2\"], \"type\": \"hash\", \"unique\": True}},\n ],\n }\n\n Either way, `get_materialized_view_configuration_changes` needs to align with `get_alter_materialized_view_as_sql`.\n #} */\n {{- log('Determining configuration changes on: ' ~ existing_relation) -}}\n {%- do return(adapter.dispatch('get_materialized_view_configuration_changes', 'dbt')(existing_relation, new_config)) -%}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_materialized_view_configuration_changes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.29514, "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": 1702893752.2952719, "supported_languages": null}, "macro.dbt.get_create_materialized_view_as_sql": {"name": "get_create_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/create.sql", "original_file_path": "macros/relations/materialized_view/create.sql", "unique_id": "macro.dbt.get_create_materialized_view_as_sql", "macro_sql": "{% macro get_create_materialized_view_as_sql(relation, sql) -%}\n {{- adapter.dispatch('get_create_materialized_view_as_sql', 'dbt')(relation, sql) -}}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_create_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.2955189, "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": 1702893752.2956538, "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": 1702893752.296555, "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": 1702893752.296662, "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": 1702893752.297143, "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": 1702893752.2972941, "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": 1702893752.297417, "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": 1702893752.2987242, "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": 1702893752.299071, "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": 1702893752.29938, "supported_languages": null}, "macro.dbt.drop_table": {"name": "drop_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/drop.sql", "original_file_path": "macros/relations/table/drop.sql", "unique_id": "macro.dbt.drop_table", "macro_sql": "{% macro drop_table(relation) -%}\n {{ return(adapter.dispatch('drop_table', 'dbt')(relation)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__drop_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.2996202, "supported_languages": null}, "macro.dbt.default__drop_table": {"name": "default__drop_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/drop.sql", "original_file_path": "macros/relations/table/drop.sql", "unique_id": "macro.dbt.default__drop_table", "macro_sql": "{% macro default__drop_table(relation) -%}\n drop table if exists {{ relation }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.299714, "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": 1702893752.299956, "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": 1702893752.300086, "supported_languages": null}, "macro.dbt.get_rename_table_sql": {"name": "get_rename_table_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/rename.sql", "original_file_path": "macros/relations/table/rename.sql", "unique_id": "macro.dbt.get_rename_table_sql", "macro_sql": "{% macro get_rename_table_sql(relation, new_name) %}\n {{- adapter.dispatch('get_rename_table_sql', 'dbt')(relation, new_name) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_rename_table_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.300328, "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": 1702893752.300458, "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": 1702893752.3012218, "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": 1702893752.3013911, "supported_languages": null}, "macro.dbt.create_table_as": {"name": "create_table_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/create.sql", "original_file_path": "macros/relations/table/create.sql", "unique_id": "macro.dbt.create_table_as", "macro_sql": "{% macro create_table_as(temporary, relation, compiled_code, language='sql') -%}\n {# backward compatibility for create_table_as that does not support language #}\n {% if language == \"sql\" %}\n {{ adapter.dispatch('create_table_as', 'dbt')(temporary, relation, compiled_code)}}\n {% else %}\n {{ adapter.dispatch('create_table_as', 'dbt')(temporary, relation, compiled_code, language) }}\n {% endif %}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.30178, "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": 1702893752.30241, "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": 1702893752.30283, "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": 1702893752.303006, "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": 1702893752.303164, "supported_languages": null}, "macro.dbt.drop_view": {"name": "drop_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/drop.sql", "original_file_path": "macros/relations/view/drop.sql", "unique_id": "macro.dbt.drop_view", "macro_sql": "{% macro drop_view(relation) -%}\n {{ return(adapter.dispatch('drop_view', 'dbt')(relation)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__drop_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.303405, "supported_languages": null}, "macro.dbt.default__drop_view": {"name": "default__drop_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/drop.sql", "original_file_path": "macros/relations/view/drop.sql", "unique_id": "macro.dbt.default__drop_view", "macro_sql": "{% macro default__drop_view(relation) -%}\n drop view if exists {{ relation }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.3035, "supported_languages": null}, "macro.dbt.get_replace_view_sql": {"name": "get_replace_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.sql", "unique_id": "macro.dbt.get_replace_view_sql", "macro_sql": "{% macro get_replace_view_sql(relation, sql) %}\n {{- adapter.dispatch('get_replace_view_sql', 'dbt')(relation, sql) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_replace_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.3042629, "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": 1702893752.304397, "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": 1702893752.3054998, "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": 1702893752.305681, "supported_languages": null}, "macro.dbt.default__handle_existing_table": {"name": "default__handle_existing_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.sql", "unique_id": "macro.dbt.default__handle_existing_table", "macro_sql": "{% macro default__handle_existing_table(full_refresh, old_relation) %}\n {{ log(\"Dropping relation \" ~ old_relation ~ \" because it is of type \" ~ old_relation.type) }}\n {{ adapter.drop_relation(old_relation) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.30588, "supported_languages": null}, "macro.dbt.get_rename_view_sql": {"name": "get_rename_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/rename.sql", "original_file_path": "macros/relations/view/rename.sql", "unique_id": "macro.dbt.get_rename_view_sql", "macro_sql": "{% macro get_rename_view_sql(relation, new_name) %}\n {{- adapter.dispatch('get_rename_view_sql', 'dbt')(relation, new_name) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_rename_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.3061252, "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": 1702893752.3062599, "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": 1702893752.3066308, "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": 1702893752.3067808, "supported_languages": null}, "macro.dbt.create_view_as": {"name": "create_view_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/create.sql", "original_file_path": "macros/relations/view/create.sql", "unique_id": "macro.dbt.create_view_as", "macro_sql": "{% macro create_view_as(relation, sql) -%}\n {{ adapter.dispatch('create_view_as', 'dbt')(relation, sql) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__create_view_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.306945, "supported_languages": null}, "macro.dbt.default__create_view_as": {"name": "default__create_view_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/create.sql", "original_file_path": "macros/relations/view/create.sql", "unique_id": "macro.dbt.default__create_view_as", "macro_sql": "{% macro default__create_view_as(relation, sql) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n create view {{ relation }}\n {% set contract_config = config.get('contract') %}\n {% if contract_config.enforced %}\n {{ get_assert_columns_equivalent(sql) }}\n {%- endif %}\n as (\n {{ sql }}\n );\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.307329, "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": 1702893752.307656, "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": 1702893752.307918, "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": 1702893752.3081431, "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": 1702893752.308646, "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": 1702893752.309969, "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": 1702893752.310498, "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": 1702893752.31077, "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": 1702893752.312373, "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": 1702893752.313518, "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": 1702893752.314195, "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": 1702893752.31441, "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": 1702893752.314621, "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": 1702893752.314691, "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": 1702893752.3153641, "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": 1702893752.3158998, "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": 1702893752.316113, "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": 1702893752.316447, "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": 1702893752.316751, "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": 1702893752.3169029, "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": 1702893752.3171258, "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": 1702893752.317238, "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": 1702893752.317973, "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": 1702893752.3183491, "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": 1702893752.3185248, "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": 1702893752.3189929, "supported_languages": null}, "macro.dbt.length": {"name": "length", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/length.sql", "original_file_path": "macros/utils/length.sql", "unique_id": "macro.dbt.length", "macro_sql": "{% macro length(expression) -%}\n {{ return(adapter.dispatch('length', 'dbt') (expression)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__length"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.319228, "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": 1702893752.319326, "supported_languages": null}, "macro.dbt.dateadd": {"name": "dateadd", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/dateadd.sql", "original_file_path": "macros/utils/dateadd.sql", "unique_id": "macro.dbt.dateadd", "macro_sql": "{% macro dateadd(datepart, interval, from_date_or_timestamp) %}\n {{ return(adapter.dispatch('dateadd', 'dbt')(datepart, interval, from_date_or_timestamp)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.319629, "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": 1702893752.3197792, "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": 1702893752.319979, "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": 1702893752.320113, "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": 1702893752.3203552, "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": 1702893752.320481, "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": 1702893752.32075, "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": 1702893752.3208802, "supported_languages": null}, "macro.dbt.listagg": {"name": "listagg", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/listagg.sql", "original_file_path": "macros/utils/listagg.sql", "unique_id": "macro.dbt.listagg", "macro_sql": "{% macro listagg(measure, delimiter_text=\"','\", order_by_clause=none, limit_num=none) -%}\n {{ return(adapter.dispatch('listagg', 'dbt') (measure, delimiter_text, order_by_clause, limit_num)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__listagg"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.321432, "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": 1702893752.321804, "supported_languages": null}, "macro.dbt.datediff": {"name": "datediff", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/datediff.sql", "original_file_path": "macros/utils/datediff.sql", "unique_id": "macro.dbt.datediff", "macro_sql": "{% macro datediff(first_date, second_date, datepart) %}\n {{ return(adapter.dispatch('datediff', 'dbt')(first_date, second_date, datepart)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.3221068, "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": 1702893752.322261, "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": 1702893752.32252, "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": 1702893752.322651, "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": 1702893752.322879, "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": 1702893752.3230238, "supported_languages": null}, "macro.dbt.cast_bool_to_text": {"name": "cast_bool_to_text", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/cast_bool_to_text.sql", "original_file_path": "macros/utils/cast_bool_to_text.sql", "unique_id": "macro.dbt.cast_bool_to_text", "macro_sql": "{% macro cast_bool_to_text(field) %}\n {{ adapter.dispatch('cast_bool_to_text', 'dbt') (field) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__cast_bool_to_text"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.323243, "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": 1702893752.3233888, "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": 1702893752.3236108, "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": 1702893752.3237052, "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": 1702893752.3239622, "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": 1702893752.324089, "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": 1702893752.3243032, "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": 1702893752.324456, "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": 1702893752.3253021, "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": 1702893752.325439, "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": 1702893752.3255901, "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": 1702893752.3257291, "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": 1702893752.325877, "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": 1702893752.326014, "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": 1702893752.326161, "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": 1702893752.3263218, "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": 1702893752.326464, "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": 1702893752.326602, "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": 1702893752.3267488, "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": 1702893752.326881, "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": 1702893752.327028, "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": 1702893752.327161, "supported_languages": null}, "macro.dbt.array_concat": {"name": "array_concat", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/array_concat.sql", "original_file_path": "macros/utils/array_concat.sql", "unique_id": "macro.dbt.array_concat", "macro_sql": "{% macro array_concat(array_1, array_2) -%}\n {{ return(adapter.dispatch('array_concat', 'dbt')(array_1, array_2)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__array_concat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.3274162, "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": 1702893752.327536, "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": 1702893752.327759, "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": 1702893752.327853, "supported_languages": null}, "macro.dbt.last_day": {"name": "last_day", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/last_day.sql", "original_file_path": "macros/utils/last_day.sql", "unique_id": "macro.dbt.last_day", "macro_sql": "{% macro last_day(date, datepart) %}\n {{ return(adapter.dispatch('last_day', 'dbt') (date, datepart)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.328216, "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": 1702893752.32846, "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": 1702893752.3286011, "supported_languages": null}, "macro.dbt.split_part": {"name": "split_part", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/split_part.sql", "original_file_path": "macros/utils/split_part.sql", "unique_id": "macro.dbt.split_part", "macro_sql": "{% macro split_part(string_text, delimiter_text, part_number) %}\n {{ return(adapter.dispatch('split_part', 'dbt') (string_text, delimiter_text, part_number)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__split_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.329064, "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": 1702893752.329213, "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": 1702893752.329412, "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": 1702893752.32966, "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": 1702893752.329778, "supported_languages": null}, "macro.dbt.array_construct": {"name": "array_construct", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/array_construct.sql", "original_file_path": "macros/utils/array_construct.sql", "unique_id": "macro.dbt.array_construct", "macro_sql": "{% macro array_construct(inputs=[], data_type=api.Column.translate_type('integer')) -%}\n {{ return(adapter.dispatch('array_construct', 'dbt')(inputs, data_type)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__array_construct"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.3301241, "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": 1702893752.330345, "supported_languages": null}, "macro.dbt.array_append": {"name": "array_append", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/array_append.sql", "original_file_path": "macros/utils/array_append.sql", "unique_id": "macro.dbt.array_append", "macro_sql": "{% macro array_append(array, new_element) -%}\n {{ return(adapter.dispatch('array_append', 'dbt')(array, new_element)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__array_append"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.330602, "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": 1702893752.330723, "supported_languages": null}, "macro.dbt.create_schema": {"name": "create_schema", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/schema.sql", "original_file_path": "macros/adapters/schema.sql", "unique_id": "macro.dbt.create_schema", "macro_sql": "{% macro create_schema(relation) -%}\n {{ adapter.dispatch('create_schema', 'dbt')(relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__create_schema"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.3310568, "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": 1702893752.331228, "supported_languages": null}, "macro.dbt.drop_schema": {"name": "drop_schema", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/schema.sql", "original_file_path": "macros/adapters/schema.sql", "unique_id": "macro.dbt.drop_schema", "macro_sql": "{% macro drop_schema(relation) -%}\n {{ adapter.dispatch('drop_schema', 'dbt')(relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__drop_schema"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.3313751, "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": 1702893752.331537, "supported_languages": null}, "macro.dbt.current_timestamp": {"name": "current_timestamp", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.current_timestamp", "macro_sql": "{%- macro current_timestamp() -%}\n {{ adapter.dispatch('current_timestamp', 'dbt')() }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_redshift.redshift__current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.3319821, "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": 1702893752.332122, "supported_languages": null}, "macro.dbt.snapshot_get_time": {"name": "snapshot_get_time", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.snapshot_get_time", "macro_sql": "\n\n{%- macro snapshot_get_time() -%}\n {{ adapter.dispatch('snapshot_get_time', 'dbt')() }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_redshift.redshift__snapshot_get_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.33225, "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": 1702893752.332344, "supported_languages": null}, "macro.dbt.current_timestamp_backcompat": {"name": "current_timestamp_backcompat", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.current_timestamp_backcompat", "macro_sql": "{% macro current_timestamp_backcompat() %}\n {{ return(adapter.dispatch('current_timestamp_backcompat', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__current_timestamp_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.332562, "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": 1702893752.332633, "supported_languages": null}, "macro.dbt.current_timestamp_in_utc_backcompat": {"name": "current_timestamp_in_utc_backcompat", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.current_timestamp_in_utc_backcompat", "macro_sql": "{% macro current_timestamp_in_utc_backcompat() %}\n {{ return(adapter.dispatch('current_timestamp_in_utc_backcompat', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__current_timestamp_in_utc_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.332782, "supported_languages": null}, "macro.dbt.default__current_timestamp_in_utc_backcompat": {"name": "default__current_timestamp_in_utc_backcompat", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.default__current_timestamp_in_utc_backcompat", "macro_sql": "{% macro default__current_timestamp_in_utc_backcompat() %}\n {{ return(adapter.dispatch('current_timestamp_backcompat', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.current_timestamp_backcompat", "macro.dbt_redshift.redshift__current_timestamp_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.33293, "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": 1702893752.333668, "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": 1702893752.333793, "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": 1702893752.333935, "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": 1702893752.334303, "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": 1702893752.3344781, "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": 1702893752.3346019, "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": 1702893752.334742, "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": 1702893752.334854, "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": 1702893752.336586, "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": 1702893752.33674, "supported_languages": null}, "macro.dbt.make_temp_relation": {"name": "make_temp_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.make_temp_relation", "macro_sql": "{% macro make_temp_relation(base_relation, suffix='__dbt_tmp') %}\n {{ return(adapter.dispatch('make_temp_relation', 'dbt')(base_relation, suffix)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__make_temp_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.336937, "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": 1702893752.3372018, "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": 1702893752.3374238, "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": 1702893752.337713, "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": 1702893752.337878, "supported_languages": null}, "macro.dbt.default__truncate_relation": {"name": "default__truncate_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__truncate_relation", "macro_sql": "{% macro default__truncate_relation(relation) -%}\n {% call statement('truncate_relation') -%}\n truncate table {{ relation }}\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.3380868, "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": 1702893752.3383129, "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": 1702893752.338818, "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": 1702893752.339028, "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": 1702893752.33916, "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": 1702893752.339535, "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": 1702893752.339905, "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": 1702893752.340159, "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": 1702893752.3403661, "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": 1702893752.3418932, "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": 1702893752.3419971, "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": 1702893752.342147, "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": 1702893752.342248, "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": 1702893752.3425589, "supported_languages": null}, "macro.dbt.get_show_grant_sql": {"name": "get_show_grant_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.get_show_grant_sql", "macro_sql": "{% macro get_show_grant_sql(relation) %}\n {{ return(adapter.dispatch(\"get_show_grant_sql\", \"dbt\")(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_show_grant_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.342732, "supported_languages": null}, "macro.dbt.default__get_show_grant_sql": {"name": "default__get_show_grant_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__get_show_grant_sql", "macro_sql": "{% macro default__get_show_grant_sql(relation) %}\n show grants on {{ relation }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.342823, "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": 1702893752.343026, "supported_languages": null}, "macro.dbt.default__get_grant_sql": {"name": "default__get_grant_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__get_grant_sql", "macro_sql": "\n\n{%- macro default__get_grant_sql(relation, privilege, grantees) -%}\n grant {{ privilege }} on {{ relation }} to {{ grantees | join(', ') }}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.343206, "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": 1702893752.343412, "supported_languages": null}, "macro.dbt.default__get_revoke_sql": {"name": "default__get_revoke_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__get_revoke_sql", "macro_sql": "\n\n{%- macro default__get_revoke_sql(relation, privilege, grantees) -%}\n revoke {{ privilege }} on {{ relation }} from {{ grantees | join(', ') }}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.343641, "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": 1702893752.34385, "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": 1702893752.344455, "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": 1702893752.344625, "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": 1702893752.344846, "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": 1702893752.345058, "supported_languages": null}, "macro.dbt.default__apply_grants": {"name": "default__apply_grants", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__apply_grants", "macro_sql": "{% macro default__apply_grants(relation, grant_config, should_revoke=True) %}\n {#-- If grant_config is {} or None, this is a no-op --#}\n {% if grant_config %}\n {% if should_revoke %}\n {#-- We think previous grants may have carried over --#}\n {#-- Show current grants and calculate diffs --#}\n {% set current_grants_table = run_query(get_show_grant_sql(relation)) %}\n {% set current_grants_dict = adapter.standardize_grants_dict(current_grants_table) %}\n {% set needs_granting = diff_of_two_dicts(grant_config, current_grants_dict) %}\n {% set needs_revoking = diff_of_two_dicts(current_grants_dict, grant_config) %}\n {% if not (needs_granting or needs_revoking) %}\n {{ log('On ' ~ relation ~': All grants are in place, no revocation or granting needed.')}}\n {% endif %}\n {% else %}\n {#-- We don't think there's any chance of previous grants having carried over. --#}\n {#-- Jump straight to granting what the user has configured. --#}\n {% set needs_revoking = {} %}\n {% set needs_granting = grant_config %}\n {% endif %}\n {% if needs_granting or needs_revoking %}\n {% set revoke_statement_list = get_dcl_statement_list(relation, needs_revoking, get_revoke_sql) %}\n {% set grant_statement_list = get_dcl_statement_list(relation, needs_granting, get_grant_sql) %}\n {% set dcl_statement_list = revoke_statement_list + grant_statement_list %}\n {% if dcl_statement_list %}\n {{ call_dcl_statements(dcl_statement_list) }}\n {% endif %}\n {% endif %}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt.get_show_grant_sql", "macro.dbt.get_dcl_statement_list", "macro.dbt.call_dcl_statements"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.346078, "supported_languages": null}, "macro.dbt.get_show_sql": {"name": "get_show_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/show.sql", "original_file_path": "macros/adapters/show.sql", "unique_id": "macro.dbt.get_show_sql", "macro_sql": "{% macro get_show_sql(compiled_code, sql_header, limit) -%}\n {%- if sql_header -%}\n {{ sql_header }}\n {%- endif -%}\n {%- if limit is not none -%}\n {{ get_limit_subquery_sql(compiled_code, limit) }}\n {%- else -%}\n {{ compiled_code }}\n {%- endif -%}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_limit_subquery_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.346556, "supported_languages": null}, "macro.dbt.get_limit_subquery_sql": {"name": "get_limit_subquery_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/show.sql", "original_file_path": "macros/adapters/show.sql", "unique_id": "macro.dbt.get_limit_subquery_sql", "macro_sql": "{% macro get_limit_subquery_sql(sql, limit) %}\n {{ adapter.dispatch('get_limit_subquery_sql', 'dbt')(sql, limit) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_limit_subquery_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.346733, "supported_languages": null}, "macro.dbt.default__get_limit_subquery_sql": {"name": "default__get_limit_subquery_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/show.sql", "original_file_path": "macros/adapters/show.sql", "unique_id": "macro.dbt.default__get_limit_subquery_sql", "macro_sql": "{% macro default__get_limit_subquery_sql(sql, limit) %}\n select *\n from (\n {{ sql }}\n ) as model_limit_subq\n limit {{ limit }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.346859, "supported_languages": null}, "macro.dbt.alter_column_comment": {"name": "alter_column_comment", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.alter_column_comment", "macro_sql": "{% macro alter_column_comment(relation, column_dict) -%}\n {{ return(adapter.dispatch('alter_column_comment', 'dbt')(relation, column_dict)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.3474612, "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": 1702893752.347618, "supported_languages": null}, "macro.dbt.alter_relation_comment": {"name": "alter_relation_comment", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.alter_relation_comment", "macro_sql": "{% macro alter_relation_comment(relation, relation_comment) -%}\n {{ return(adapter.dispatch('alter_relation_comment', 'dbt')(relation, relation_comment)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__alter_relation_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.3478029, "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": 1702893752.347954, "supported_languages": null}, "macro.dbt.persist_docs": {"name": "persist_docs", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.persist_docs", "macro_sql": "{% macro persist_docs(relation, model, for_relation=true, for_columns=true) -%}\n {{ return(adapter.dispatch('persist_docs', 'dbt')(relation, model, for_relation, for_columns)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.348201, "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": 1702893752.348641, "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": 1702893752.35113, "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": 1702893752.351362, "supported_languages": null}, "macro.dbt.get_catalog": {"name": "get_catalog", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.get_catalog", "macro_sql": "{% macro get_catalog(information_schema, schemas) -%}\n {{ return(adapter.dispatch('get_catalog', 'dbt')(information_schema, schemas)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_catalog"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.351546, "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": 1702893752.35184, "supported_languages": null}, "macro.dbt.information_schema_name": {"name": "information_schema_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.information_schema_name", "macro_sql": "{% macro information_schema_name(database) %}\n {{ return(adapter.dispatch('information_schema_name', 'dbt')(database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__information_schema_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.352014, "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": 1702893752.352158, "supported_languages": null}, "macro.dbt.list_schemas": {"name": "list_schemas", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.list_schemas", "macro_sql": "{% macro list_schemas(database) -%}\n {{ return(adapter.dispatch('list_schemas', 'dbt')(database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__list_schemas"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.3523252, "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": 1702893752.352549, "supported_languages": null}, "macro.dbt.check_schema_exists": {"name": "check_schema_exists", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.check_schema_exists", "macro_sql": "{% macro check_schema_exists(information_schema, schema) -%}\n {{ return(adapter.dispatch('check_schema_exists', 'dbt')(information_schema, schema)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__check_schema_exists"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.352735, "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": 1702893752.353003, "supported_languages": null}, "macro.dbt.list_relations_without_caching": {"name": "list_relations_without_caching", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.list_relations_without_caching", "macro_sql": "{% macro list_relations_without_caching(schema_relation) %}\n {{ return(adapter.dispatch('list_relations_without_caching', 'dbt')(schema_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__list_relations_without_caching"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.353173, "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": 1702893752.353323, "supported_languages": null}, "macro.dbt.get_relations": {"name": "get_relations", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.get_relations", "macro_sql": "{% macro get_relations() %}\n {{ return(adapter.dispatch('get_relations', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.353472, "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": 1702893752.3536088, "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": 1702893752.353796, "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": 1702893752.35395, "supported_languages": null}, "macro.dbt.get_columns_in_relation": {"name": "get_columns_in_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.get_columns_in_relation", "macro_sql": "{% macro get_columns_in_relation(relation) -%}\n {{ return(adapter.dispatch('get_columns_in_relation', 'dbt')(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.3559282, "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": 1702893752.356073, "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": 1702893752.356353, "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": 1702893752.356559, "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": 1702893752.356742, "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": 1702893752.356907, "supported_languages": null}, "macro.dbt.default__get_empty_schema_sql": {"name": "default__get_empty_schema_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__get_empty_schema_sql", "macro_sql": "{% macro default__get_empty_schema_sql(columns) %}\n {%- set col_err = [] -%}\n {%- set col_naked_numeric = [] -%}\n select\n {% for i in columns %}\n {%- set col = columns[i] -%}\n {%- if col['data_type'] is not defined -%}\n {%- do col_err.append(col['name']) -%}\n {#-- If this column's type is just 'numeric' then it is missing precision/scale, raise a warning --#}\n {%- elif col['data_type'].strip().lower() in ('numeric', 'decimal', 'number') -%}\n {%- do col_naked_numeric.append(col['name']) -%}\n {%- endif -%}\n {% set col_name = adapter.quote(col['name']) if col.get('quote') else col['name'] %}\n cast(null as {{ col['data_type'] }}) as {{ col_name }}{{ \", \" if not loop.last }}\n {%- endfor -%}\n {%- if (col_err | length) > 0 -%}\n {{ exceptions.column_type_missing(column_names=col_err) }}\n {%- elif (col_naked_numeric | length) > 0 -%}\n {{ exceptions.warn(\"Detected columns with numeric type and unspecified precision/scale, this can lead to unintended rounding: \" ~ col_naked_numeric ~ \"`\") }}\n {%- endif -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.358009, "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": 1702893752.3583229, "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": 1702893752.3584902, "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": 1702893752.358808, "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": 1702893752.359019, "supported_languages": null}, "macro.dbt.default__alter_column_type": {"name": "default__alter_column_type", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__alter_column_type", "macro_sql": "{% macro default__alter_column_type(relation, column_name, new_column_type) -%}\n {#\n 1. Create a new column (w/ temp name and correct type)\n 2. Copy data over to it\n 3. Drop the existing column (cascade!)\n 4. Rename the new column to existing column\n #}\n {%- set tmp_column = column_name + \"__dbt_alter\" -%}\n\n {% call statement('alter_column_type') %}\n alter table {{ relation }} add column {{ adapter.quote(tmp_column) }} {{ new_column_type }};\n update {{ relation }} set {{ adapter.quote(tmp_column) }} = {{ adapter.quote(column_name) }};\n alter table {{ relation }} drop column {{ adapter.quote(column_name) }} cascade;\n alter table {{ relation }} rename column {{ adapter.quote(tmp_column) }} to {{ adapter.quote(column_name) }}\n {% endcall %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.35956, "supported_languages": null}, "macro.dbt.alter_relation_add_remove_columns": {"name": "alter_relation_add_remove_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.alter_relation_add_remove_columns", "macro_sql": "{% macro alter_relation_add_remove_columns(relation, add_columns = none, remove_columns = none) -%}\n {{ return(adapter.dispatch('alter_relation_add_remove_columns', 'dbt')(relation, add_columns, remove_columns)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__alter_relation_add_remove_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.359797, "supported_languages": null}, "macro.dbt.default__alter_relation_add_remove_columns": {"name": "default__alter_relation_add_remove_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__alter_relation_add_remove_columns", "macro_sql": "{% macro default__alter_relation_add_remove_columns(relation, add_columns, remove_columns) %}\n\n {% if add_columns is none %}\n {% set add_columns = [] %}\n {% endif %}\n {% if remove_columns is none %}\n {% set remove_columns = [] %}\n {% endif %}\n\n {% set sql -%}\n\n alter {{ relation.type }} {{ relation }}\n\n {% for column in add_columns %}\n add column {{ column.name }} {{ column.data_type }}{{ ',' if not loop.last }}\n {% endfor %}{{ ',' if add_columns and remove_columns }}\n\n {% for column in remove_columns %}\n drop column {{ column.name }}{{ ',' if not loop.last }}\n {% endfor %}\n\n {%- endset -%}\n\n {% do run_query(sql) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.360503, "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": 1702893752.361957, "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": 1702893752.362099, "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": 1702893752.362834, "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": 1702893752.363203, "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": 1702893752.363722, "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": 1702893752.364156, "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": 1702893752.364224, "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": 1702893752.3646772, "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": 1702893752.3648908, "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": 1702893752.3651562, "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": 1702893752.365408, "supported_languages": null}, "macro.mailchimp_source.get_automation_recipient_columns": {"name": "get_automation_recipient_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_automation_recipient_columns.sql", "original_file_path": "macros/get_automation_recipient_columns.sql", "unique_id": "macro.mailchimp_source.get_automation_recipient_columns", "macro_sql": "{% macro get_automation_recipient_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"automation_email_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"list_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"member_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.3659441, "supported_languages": null}, "macro.mailchimp_source.get_campaign_columns": {"name": "get_campaign_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_campaign_columns.sql", "original_file_path": "macros/get_campaign_columns.sql", "unique_id": "macro.mailchimp_source.get_campaign_columns", "macro_sql": "{% macro get_campaign_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"archive_url\", \"datatype\": dbt.type_string()},\n {\"name\": \"authenticate\", \"datatype\": \"boolean\"},\n {\"name\": \"auto_footer\", \"datatype\": \"boolean\"},\n {\"name\": \"auto_tweet\", \"datatype\": \"boolean\"},\n {\"name\": \"clicktale\", \"datatype\": dbt.type_string()},\n {\"name\": \"content_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"create_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"drag_and_drop\", \"datatype\": \"boolean\"},\n {\"name\": \"fb_comments\", \"datatype\": \"boolean\"},\n {\"name\": \"folder_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"from_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"google_analytics\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"inline_css\", \"datatype\": \"boolean\"},\n {\"name\": \"list_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"long_archive_url\", \"datatype\": dbt.type_string()},\n {\"name\": \"reply_to\", \"datatype\": dbt.type_string()},\n {\"name\": \"segment_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"segment_text\", \"datatype\": dbt.type_int()},\n {\"name\": \"send_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"subject_line\", \"datatype\": dbt.type_string()},\n {\"name\": \"template_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"test_size\", \"datatype\": dbt.type_int()},\n {\"name\": \"timewarp\", \"datatype\": \"boolean\"},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"to_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"track_ecomm_360\", \"datatype\": \"boolean\"},\n {\"name\": \"track_goals\", \"datatype\": \"boolean\"},\n {\"name\": \"track_html_clicks\", \"datatype\": \"boolean\"},\n {\"name\": \"track_opens\", \"datatype\": \"boolean\"},\n {\"name\": \"track_text_clicks\", \"datatype\": \"boolean\"},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"use_conversation\", \"datatype\": \"boolean\"},\n {\"name\": \"wait_time\", \"datatype\": dbt.type_int()},\n {\"name\": \"winner_criteria\", \"datatype\": dbt.type_int()},\n {\"name\": \"winning_campaign_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"winning_combination_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.3701608, "supported_languages": null}, "macro.mailchimp_source.get_list_columns": {"name": "get_list_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_list_columns.sql", "original_file_path": "macros/get_list_columns.sql", "unique_id": "macro.mailchimp_source.get_list_columns", "macro_sql": "{% macro get_list_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"beamer_address\", \"datatype\": dbt.type_string()},\n {\"name\": \"contact_address_1\", \"datatype\": dbt.type_string()},\n {\"name\": \"contact_address_2\", \"datatype\": dbt.type_int()},\n {\"name\": \"contact_city\", \"datatype\": dbt.type_string()},\n {\"name\": \"contact_company\", \"datatype\": dbt.type_string()},\n {\"name\": \"contact_country\", \"datatype\": dbt.type_string()},\n {\"name\": \"contact_state\", \"datatype\": dbt.type_string()},\n {\"name\": \"contact_zip\", \"datatype\": dbt.type_string()},\n {\"name\": \"date_created\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"default_from_email\", \"datatype\": dbt.type_string()},\n {\"name\": \"default_from_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"default_language\", \"datatype\": dbt.type_string()},\n {\"name\": \"default_subject\", \"datatype\": dbt.type_int()},\n {\"name\": \"email_type_option\", \"datatype\": \"boolean\"},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"list_rating\", \"datatype\": dbt.type_float()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"notify_on_subscribe\", \"datatype\": dbt.type_int()},\n {\"name\": \"notify_on_unsubscribe\", \"datatype\": dbt.type_int()},\n {\"name\": \"permission_reminder\", \"datatype\": dbt.type_string()},\n {\"name\": \"subscribe_url_long\", \"datatype\": dbt.type_string()},\n {\"name\": \"subscribe_url_short\", \"datatype\": dbt.type_string()},\n {\"name\": \"use_archive_bar\", \"datatype\": \"boolean\"},\n {\"name\": \"visibility\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.372834, "supported_languages": null}, "macro.mailchimp_source.get_segment_columns": {"name": "get_segment_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_segment_columns.sql", "original_file_path": "macros/get_segment_columns.sql", "unique_id": "macro.mailchimp_source.get_segment_columns", "macro_sql": "{% macro get_segment_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"list_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"member_count\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.373803, "supported_languages": null}, "macro.mailchimp_source.get_automation_email_columns": {"name": "get_automation_email_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_automation_email_columns.sql", "original_file_path": "macros/get_automation_email_columns.sql", "unique_id": "macro.mailchimp_source.get_automation_email_columns", "macro_sql": "{% macro get_automation_email_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"archive_url\", \"datatype\": dbt.type_string()},\n {\"name\": \"authenticate\", \"datatype\": \"boolean\"},\n {\"name\": \"auto_footer\", \"datatype\": \"boolean\"},\n {\"name\": \"auto_tweet\", \"datatype\": \"boolean\"},\n {\"name\": \"automation_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"clicktale\", \"datatype\": dbt.type_int()},\n {\"name\": \"content_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"create_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"delay_action\", \"datatype\": dbt.type_string()},\n {\"name\": \"delay_action_description\", \"datatype\": dbt.type_string()},\n {\"name\": \"delay_amount\", \"datatype\": dbt.type_int()},\n {\"name\": \"delay_direction\", \"datatype\": dbt.type_int()},\n {\"name\": \"delay_full_description\", \"datatype\": dbt.type_string()},\n {\"name\": \"delay_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"drag_and_drop\", \"datatype\": \"boolean\"},\n {\"name\": \"fb_comments\", \"datatype\": \"boolean\"},\n {\"name\": \"folder_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"from_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"google_analytics\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"inline_css\", \"datatype\": \"boolean\"},\n {\"name\": \"position\", \"datatype\": dbt.type_int()},\n {\"name\": \"reply_to\", \"datatype\": dbt.type_string()},\n {\"name\": \"send_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"start_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"subject_line\", \"datatype\": dbt.type_string()},\n {\"name\": \"template_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"timewarp\", \"datatype\": dbt.type_int()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"to_name\", \"datatype\": dbt.type_int()},\n {\"name\": \"track_ecomm_360\", \"datatype\": \"boolean\"},\n {\"name\": \"track_goals\", \"datatype\": \"boolean\"},\n {\"name\": \"track_html_clicks\", \"datatype\": \"boolean\"},\n {\"name\": \"track_opens\", \"datatype\": \"boolean\"},\n {\"name\": \"track_text_clicks\", \"datatype\": \"boolean\"},\n {\"name\": \"use_conversation\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.377983, "supported_languages": null}, "macro.mailchimp_source.get_member_columns": {"name": "get_member_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_member_columns.sql", "original_file_path": "macros/get_member_columns.sql", "unique_id": "macro.mailchimp_source.get_member_columns", "macro_sql": "{% macro get_member_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"country_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"dstoff\", \"datatype\": dbt.type_float()},\n {\"name\": \"email_address\", \"datatype\": dbt.type_string()},\n {\"name\": \"email_client\", \"datatype\": dbt.type_string()},\n {\"name\": \"email_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"gmtoff\", \"datatype\": dbt.type_float()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"ip_opt\", \"datatype\": dbt.type_string()},\n {\"name\": \"ip_signup\", \"datatype\": dbt.type_string()},\n {\"name\": \"language\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_changed\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"latitude\", \"datatype\": dbt.type_float()},\n {\"name\": \"list_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"longitude\", \"datatype\": dbt.type_float()},\n {\"name\": \"member_rating\", \"datatype\": dbt.type_int()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp_opt\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"timestamp_signup\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"timezone\", \"datatype\": dbt.type_string()},\n {\"name\": \"unique_email_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"vip\", \"datatype\": \"boolean\"}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('mailchimp__members_pass_through_columns')) }}\n\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_float", "macro.dbt.type_int", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.380299, "supported_languages": null}, "macro.mailchimp_source.get_automation_columns": {"name": "get_automation_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_automation_columns.sql", "original_file_path": "macros/get_automation_columns.sql", "unique_id": "macro.mailchimp_source.get_automation_columns", "macro_sql": "{% macro get_automation_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"create_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"list_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"segment_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"segment_text\", \"datatype\": dbt.type_int()},\n {\"name\": \"start_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"trigger_settings\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.3814552, "supported_languages": null}, "macro.mailchimp_source.get_campaign_recipient_activity_columns": {"name": "get_campaign_recipient_activity_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_campaign_recipient_activity_columns.sql", "original_file_path": "macros/get_campaign_recipient_activity_columns.sql", "unique_id": "macro.mailchimp_source.get_campaign_recipient_activity_columns", "macro_sql": "{% macro get_campaign_recipient_activity_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"action\", \"datatype\": dbt.type_string()},\n {\"name\": \"bounce_type\", \"datatype\": dbt.type_int()},\n {\"name\": \"campaign_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"combination_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"ip\", \"datatype\": dbt.type_string()},\n {\"name\": \"list_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"member_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"url\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.382522, "supported_languages": null}, "macro.mailchimp_source.get_campaign_recipient_columns": {"name": "get_campaign_recipient_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_campaign_recipient_columns.sql", "original_file_path": "macros/get_campaign_recipient_columns.sql", "unique_id": "macro.mailchimp_source.get_campaign_recipient_columns", "macro_sql": "{% macro get_campaign_recipient_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"campaign_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"combination_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"list_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"member_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.383138, "supported_languages": null}, "macro.mailchimp_source.get_unsubscribe_columns": {"name": "get_unsubscribe_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_unsubscribe_columns.sql", "original_file_path": "macros/get_unsubscribe_columns.sql", "unique_id": "macro.mailchimp_source.get_unsubscribe_columns", "macro_sql": "{% macro get_unsubscribe_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"campaign_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"list_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"member_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"reason\", \"datatype\": dbt.type_int()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.383839, "supported_languages": null}, "macro.mailchimp_source.get_segment_member_columns": {"name": "get_segment_member_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_segment_member_columns.sql", "original_file_path": "macros/get_segment_member_columns.sql", "unique_id": "macro.mailchimp_source.get_segment_member_columns", "macro_sql": "{% macro get_segment_member_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"list_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"member_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"segment_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.384439, "supported_languages": null}, "macro.mailchimp_source.get_automation_recipient_activity_columns": {"name": "get_automation_recipient_activity_columns", "resource_type": "macro", "package_name": "mailchimp_source", "path": "macros/get_automation_recipient_activity_columns.sql", "original_file_path": "macros/get_automation_recipient_activity_columns.sql", "unique_id": "macro.mailchimp_source.get_automation_recipient_activity_columns", "macro_sql": "{% macro get_automation_recipient_activity_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"action\", \"datatype\": dbt.type_string()},\n {\"name\": \"automation_email_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"bounce_type\", \"datatype\": dbt.type_int()},\n {\"name\": \"ip\", \"datatype\": dbt.type_string()},\n {\"name\": \"list_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"member_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"url\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.385411, "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": 1702893752.385741, "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": 1702893752.386196, "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": 1702893752.386616, "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": 1702893752.38721, "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": 1702893752.387498, "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": 1702893752.3877919, "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": 1702893752.388757, "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": 1702893752.3897479, "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": 1702893752.390526, "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": 1702893752.3915021, "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": 1702893752.39211, "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": 1702893752.392426, "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": 1702893752.393075, "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": 1702893752.393826, "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": 1702893752.394238, "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": 1702893752.3946502, "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": 1702893752.395212, "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": 1702893752.395642, "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": 1702893752.3961222, "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": 1702893752.396464, "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": 1702893752.397058, "supported_languages": null}, "macro.dbt_utils.default__test_at_least_one": {"name": "default__test_at_least_one", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/at_least_one.sql", "original_file_path": "macros/generic_tests/at_least_one.sql", "unique_id": "macro.dbt_utils.default__test_at_least_one", "macro_sql": "{% macro default__test_at_least_one(model, column_name, group_by_columns) %}\n\n{% set pruned_cols = [column_name] %}\n\n{% if group_by_columns|length() > 0 %}\n\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n {% set pruned_cols = group_by_columns %}\n\n {% if column_name not in pruned_cols %}\n {% do pruned_cols.append(column_name) %}\n {% endif %}\n\n{% endif %}\n\n{% set select_pruned_cols = pruned_cols|join(' ,') %}\n\nselect *\nfrom (\n with pruned_rows as (\n select\n {{ select_pruned_cols }}\n from {{ model }}\n where {{ column_name }} is not null\n limit 1\n )\n select\n {# In TSQL, subquery aggregate columns need aliases #}\n {# thus: a filler col name, 'filler_column' #}\n {{select_gb_cols}}\n count({{ column_name }}) as filler_column\n\n from pruned_rows\n\n {{groupby_gb_cols}}\n\n having count({{ column_name }}) = 0\n\n) validation_errors\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.39777, "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": 1702893752.398326, "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": 1702893752.398976, "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": 1702893752.399495, "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": 1702893752.399806, "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": 1702893752.400168, "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": 1702893752.400492, "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": 1702893752.401075, "supported_languages": null}, "macro.dbt_utils.default__test_not_null_proportion": {"name": "default__test_not_null_proportion", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_null_proportion.sql", "original_file_path": "macros/generic_tests/not_null_proportion.sql", "unique_id": "macro.dbt_utils.default__test_not_null_proportion", "macro_sql": "{% macro default__test_not_null_proportion(model, group_by_columns) %}\n\n{% set column_name = kwargs.get('column_name', kwargs.get('arg')) %}\n{% set at_least = kwargs.get('at_least', kwargs.get('arg')) %}\n{% set at_most = kwargs.get('at_most', kwargs.get('arg', 1)) %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\nwith validation as (\n select\n {{select_gb_cols}}\n sum(case when {{ column_name }} is null then 0 else 1 end) / cast(count(*) as numeric) as not_null_proportion\n from {{ model }}\n {{groupby_gb_cols}}\n),\nvalidation_errors as (\n select\n {{select_gb_cols}}\n not_null_proportion\n from validation\n where not_null_proportion < {{ at_least }} or not_null_proportion > {{ at_most }}\n)\nselect\n *\nfrom validation_errors\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.4018161, "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": 1702893752.402623, "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": 1702893752.403452, "supported_languages": null}, "macro.dbt_utils.test_equality": {"name": "test_equality", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/equality.sql", "original_file_path": "macros/generic_tests/equality.sql", "unique_id": "macro.dbt_utils.test_equality", "macro_sql": "{% test equality(model, compare_model, compare_columns=None) %}\n {{ return(adapter.dispatch('test_equality', 'dbt_utils')(model, compare_model, compare_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_equality"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.404118, "supported_languages": null}, "macro.dbt_utils.default__test_equality": {"name": "default__test_equality", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/equality.sql", "original_file_path": "macros/generic_tests/equality.sql", "unique_id": "macro.dbt_utils.default__test_equality", "macro_sql": "{% macro default__test_equality(model, compare_model, compare_columns=None) %}\n\n{% set set_diff %}\n count(*) + coalesce(abs(\n sum(case when which_diff = 'a_minus_b' then 1 else 0 end) -\n sum(case when which_diff = 'b_minus_a' then 1 else 0 end)\n ), 0)\n{% endset %}\n\n{#-- Needs to be set at parse time, before we return '' below --#}\n{{ config(fail_calc = set_diff) }}\n\n{#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n{%- if not execute -%}\n {{ return('') }}\n{% endif %}\n\n-- setup\n{%- do dbt_utils._is_relation(model, 'test_equality') -%}\n\n{#-\nIf the compare_cols arg is provided, we can run this test without querying the\ninformation schema\u00a0\u2014 this allows the model to be an ephemeral model\n-#}\n\n{%- if not compare_columns -%}\n {%- do dbt_utils._is_ephemeral(model, 'test_equality') -%}\n {%- set compare_columns = adapter.get_columns_in_relation(model) | map(attribute='quoted') -%}\n{%- endif -%}\n\n{% set compare_cols_csv = compare_columns | join(', ') %}\n\nwith a as (\n\n select * from {{ model }}\n\n),\n\nb as (\n\n select * from {{ compare_model }}\n\n),\n\na_minus_b as (\n\n select {{compare_cols_csv}} from a\n {{ dbt.except() }}\n select {{compare_cols_csv}} from b\n\n),\n\nb_minus_a as (\n\n select {{compare_cols_csv}} from b\n {{ dbt.except() }}\n select {{compare_cols_csv}} from a\n\n),\n\nunioned as (\n\n select 'a_minus_b' as which_diff, a_minus_b.* from a_minus_b\n union all\n select 'b_minus_a' as which_diff, b_minus_a.* from b_minus_a\n\n)\n\nselect * from unioned\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt.except"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.4049149, "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": 1702893752.405377, "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": 1702893752.40565, "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": 1702893752.408692, "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": 1702893752.4101279, "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": 1702893752.410378, "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": 1702893752.41053, "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": 1702893752.410935, "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": 1702893752.411187, "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": 1702893752.4113631, "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": 1702893752.411594, "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": 1702893752.411753, "supported_languages": null}, "macro.dbt_utils.slugify": {"name": "slugify", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/slugify.sql", "original_file_path": "macros/jinja_helpers/slugify.sql", "unique_id": "macro.dbt_utils.slugify", "macro_sql": "{% macro slugify(string) %}\n\n{#- Lower case the string -#}\n{% set string = string | lower %}\n{#- Replace spaces and dashes with underscores -#}\n{% set string = modules.re.sub('[ -]+', '_', string) %}\n{#- Only take letters, numbers, and underscores -#}\n{% set string = modules.re.sub('[^a-z0-9_]+', '', string) %}\n{#- Prepends \"_\" if string begins with a number -#}\n{% set string = modules.re.sub('^[0-9]', '_' + string[0], string) %}\n\n{{ return(string) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.412313, "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": 1702893752.413058, "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": 1702893752.413686, "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": 1702893752.414222, "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": 1702893752.414433, "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": 1702893752.414764, "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": 1702893752.4151192, "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": 1702893752.415606, "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": 1702893752.41589, "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": 1702893752.4162, "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": 1702893752.4167922, "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": 1702893752.417631, "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": 1702893752.4183738, "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": 1702893752.4187489, "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": 1702893752.418923, "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": 1702893752.419393, "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": 1702893752.419986, "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": 1702893752.420748, "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": 1702893752.4211211, "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": 1702893752.421377, "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": 1702893752.422455, "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": 1702893752.4237812, "supported_languages": null}, "macro.dbt_utils.unpivot": {"name": "unpivot", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/unpivot.sql", "original_file_path": "macros/sql/unpivot.sql", "unique_id": "macro.dbt_utils.unpivot", "macro_sql": "{% macro unpivot(relation=none, cast_to='varchar', exclude=none, remove=none, field_name='field_name', value_name='value') -%}\n {{ return(adapter.dispatch('unpivot', 'dbt_utils')(relation, cast_to, exclude, remove, field_name, value_name)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__unpivot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.4249501, "supported_languages": null}, "macro.dbt_utils.default__unpivot": {"name": "default__unpivot", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/unpivot.sql", "original_file_path": "macros/sql/unpivot.sql", "unique_id": "macro.dbt_utils.default__unpivot", "macro_sql": "{% macro default__unpivot(relation=none, cast_to='varchar', exclude=none, remove=none, field_name='field_name', value_name='value') -%}\n\n {% if not relation %}\n {{ exceptions.raise_compiler_error(\"Error: argument `relation` is required for `unpivot` macro.\") }}\n {% endif %}\n\n {%- set exclude = exclude if exclude is not none else [] %}\n {%- set remove = remove if remove is not none else [] %}\n\n {%- set include_cols = [] %}\n\n {%- set table_columns = {} %}\n\n {%- do table_columns.update({relation: []}) %}\n\n {%- do dbt_utils._is_relation(relation, 'unpivot') -%}\n {%- do dbt_utils._is_ephemeral(relation, 'unpivot') -%}\n {%- set cols = adapter.get_columns_in_relation(relation) %}\n\n {%- for col in cols -%}\n {%- if col.column.lower() not in remove|map('lower') and col.column.lower() not in exclude|map('lower') -%}\n {% do include_cols.append(col) %}\n {%- endif %}\n {%- endfor %}\n\n\n {%- for col in include_cols -%}\n select\n {%- for exclude_col in exclude %}\n {{ exclude_col }},\n {%- endfor %}\n\n cast('{{ col.column }}' as {{ dbt.type_string() }}) as {{ field_name }},\n cast( {% if col.data_type == 'boolean' %}\n {{ dbt.cast_bool_to_text(col.column) }}\n {% else %}\n {{ col.column }}\n {% endif %}\n as {{ cast_to }}) as {{ value_name }}\n\n from {{ relation }}\n\n {% if not loop.last -%}\n union all\n {% endif -%}\n {%- endfor -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt.type_string", "macro.dbt.cast_bool_to_text"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.426389, "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": 1702893752.426655, "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": 1702893752.426781, "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": 1702893752.429475, "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": 1702893752.4325929, "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": 1702893752.432876, "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": 1702893752.433099, "supported_languages": null}, "macro.dbt_utils.deduplicate": {"name": "deduplicate", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "unique_id": "macro.dbt_utils.deduplicate", "macro_sql": "{%- macro deduplicate(relation, partition_by, order_by) -%}\n {{ return(adapter.dispatch('deduplicate', 'dbt_utils')(relation, partition_by, order_by)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.redshift__deduplicate"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.4337962, "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": 1702893752.4339972, "supported_languages": null}, "macro.dbt_utils.redshift__deduplicate": {"name": "redshift__deduplicate", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "unique_id": "macro.dbt_utils.redshift__deduplicate", "macro_sql": "{% macro redshift__deduplicate(relation, partition_by, order_by) -%}\n\n {{ return(dbt_utils.default__deduplicate(relation, partition_by, order_by=order_by)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__deduplicate"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.434178, "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": 1702893752.4343529, "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": 1702893752.4345028, "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": 1702893752.434665, "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": 1702893752.43502, "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": 1702893752.4352582, "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": 1702893752.435613, "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": 1702893752.4361331, "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": 1702893752.43645, "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": 1702893752.436757, "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": 1702893752.438209, "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": 1702893752.438539, "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": 1702893752.439251, "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": 1702893752.439709, "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": 1702893752.4406981, "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": 1702893752.4420512, "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": 1702893752.443007, "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": 1702893752.4437609, "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": 1702893752.44418, "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": 1702893752.444843, "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": 1702893752.445538, "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": 1702893752.445954, "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": 1702893752.4461288, "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": 1702893752.446479, "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": 1702893752.44701, "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": 1702893752.447493, "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": 1702893752.448061, "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": 1702893752.448522, "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": 1702893752.448648, "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": 1702893752.4487731, "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": 1702893752.448894, "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": 1702893752.449344, "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": 1702893752.450073, "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": 1702893752.451045, "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": 1702893752.451298, "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": 1702893752.4518049, "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": 1702893752.452536, "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": 1702893752.452898, "supported_languages": null}, "macro.fivetran_utils.percentile": {"name": "percentile", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "unique_id": "macro.fivetran_utils.percentile", "macro_sql": "{% macro percentile(percentile_field, partition_field, percent) -%}\n\n{{ adapter.dispatch('percentile', 'fivetran_utils') (percentile_field, partition_field, percent) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.redshift__percentile"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.453737, "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": 1702893752.45389, "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": 1702893752.454041, "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": 1702893752.454187, "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": 1702893752.454318, "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": 1702893752.454468, "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": 1702893752.455184, "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": 1702893752.455764, "supported_languages": null}, "macro.fivetran_utils.json_parse": {"name": "json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.json_parse", "macro_sql": "{% macro json_parse(string, string_path) -%}\n\n{{ adapter.dispatch('json_parse', 'fivetran_utils') (string, string_path) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.redshift__json_parse"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.4569652, "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": 1702893752.4571872, "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": 1702893752.457411, "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": 1702893752.45769, "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": 1702893752.457906, "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": 1702893752.458142, "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": 1702893752.458383, "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": 1702893752.4586, "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": 1702893752.458893, "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": 1702893752.458988, "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": 1702893752.4590771, "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": 1702893752.459167, "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": 1702893752.459501, "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": 1702893752.46012, "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": 1702893752.461024, "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": 1702893752.461545, "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": 1702893752.462243, "supported_languages": null}, "macro.fivetran_utils.string_agg": {"name": "string_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/string_agg.sql", "original_file_path": "macros/string_agg.sql", "unique_id": "macro.fivetran_utils.string_agg", "macro_sql": "{% macro string_agg(field_to_agg, delimiter) -%}\n\n{{ adapter.dispatch('string_agg', 'fivetran_utils') (field_to_agg, delimiter) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.redshift__string_agg"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.462677, "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": 1702893752.462796, "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": 1702893752.4629161, "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": 1702893752.4630349, "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": 1702893752.463156, "supported_languages": null}, "macro.fivetran_utils.timestamp_diff": {"name": "timestamp_diff", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_diff.sql", "original_file_path": "macros/timestamp_diff.sql", "unique_id": "macro.fivetran_utils.timestamp_diff", "macro_sql": "{% macro timestamp_diff(first_date, second_date, datepart) %}\n {{ adapter.dispatch('timestamp_diff', 'fivetran_utils')(first_date, second_date, datepart) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.redshift__timestamp_diff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.4657369, "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": 1702893752.4659562, "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": 1702893752.466101, "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": 1702893752.466248, "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": 1702893752.467765, "supported_languages": null}, "macro.fivetran_utils.try_cast": {"name": "try_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.try_cast", "macro_sql": "{% macro try_cast(field, type) %}\n {{ adapter.dispatch('try_cast', 'fivetran_utils') (field, type) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.redshift__try_cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.468609, "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": 1702893752.468736, "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": 1702893752.468985, "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": 1702893752.469244, "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": 1702893752.469365, "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": 1702893752.4694788, "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": 1702893752.4695911, "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": 1702893752.469703, "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": 1702893752.470144, "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": 1702893752.470654, "supported_languages": null}, "macro.fivetran_utils.first_value": {"name": "first_value", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/first_value.sql", "original_file_path": "macros/first_value.sql", "unique_id": "macro.fivetran_utils.first_value", "macro_sql": "{% macro first_value(first_value_field, partition_field, order_by_field, order=\"asc\") -%}\n\n{{ adapter.dispatch('first_value', 'fivetran_utils') (first_value_field, partition_field, order_by_field, order) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.redshift__first_value"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.471106, "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": 1702893752.471288, "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": 1702893752.471485, "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": 1702893752.471715, "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": 1702893752.4727669, "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": 1702893752.4763, "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": 1702893752.476632, "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": 1702893752.476979, "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": 1702893752.4783459, "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": 1702893752.478852, "supported_languages": null}, "macro.fivetran_utils.json_extract": {"name": "json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "unique_id": "macro.fivetran_utils.json_extract", "macro_sql": "{% macro json_extract(string, string_path) -%}\n\n{{ adapter.dispatch('json_extract', 'fivetran_utils') (string, string_path) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.redshift__json_extract"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.479368, "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": 1702893752.479511, "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": 1702893752.479649, "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": 1702893752.4798012, "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": 1702893752.479939, "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": 1702893752.480076, "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": 1702893752.48081, "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": 1702893752.4821382, "supported_languages": null}, "macro.fivetran_utils.timestamp_add": {"name": "timestamp_add", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "unique_id": "macro.fivetran_utils.timestamp_add", "macro_sql": "{% macro timestamp_add(datepart, interval, from_timestamp) -%}\n\n{{ adapter.dispatch('timestamp_add', 'fivetran_utils') (datepart, interval, from_timestamp) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.redshift__timestamp_add"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.482804, "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": 1702893752.482961, "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": 1702893752.4831092, "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": 1702893752.4832551, "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": 1702893752.483401, "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": 1702893752.4835641, "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": 1702893752.4838028, "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": 1702893752.4838998, "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": 1702893752.48418, "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": 1702893752.484798, "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": 1702893752.48594, "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": 1702893752.486103, "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": 1702893752.486849, "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": 1702893752.489876, "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": 1702893752.494089, "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": 1702893752.4956212, "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": 1702893752.49599, "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": 1702893752.49614, "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": 1702893752.496335, "supported_languages": null}, "macro.fivetran_utils.wrap_in_quotes": {"name": "wrap_in_quotes", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/wrap_in_quotes.sql", "original_file_path": "macros/wrap_in_quotes.sql", "unique_id": "macro.fivetran_utils.wrap_in_quotes", "macro_sql": "{%- macro wrap_in_quotes(object_to_quote) -%}\n\n{{ return(adapter.dispatch('wrap_in_quotes', 'fivetran_utils')(object_to_quote)) }}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.fivetran_utils.redshift__wrap_in_quotes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.4966762, "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": 1702893752.496781, "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": 1702893752.496887, "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": 1702893752.4969869, "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": 1702893752.497083, "supported_languages": null}, "macro.fivetran_utils.array_agg": {"name": "array_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/array_agg.sql", "original_file_path": "macros/array_agg.sql", "unique_id": "macro.fivetran_utils.array_agg", "macro_sql": "{% macro array_agg(field_to_agg) -%}\n\n{{ adapter.dispatch('array_agg', 'fivetran_utils') (field_to_agg) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.redshift__array_agg"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1702893752.497329, "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": 1702893752.497427, "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": 1702893752.4975271, "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": 1702893752.497911, "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": 1702893752.498291, "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"}}, "exposures": {}, "metrics": {}, "groups": {}, "selectors": {}, "disabled": {}, "parent_map": {"seed.mailchimp_source_integration_tests.campaign_recipient": [], "seed.mailchimp_source_integration_tests.unsubscribe": [], "seed.mailchimp_source_integration_tests.automation": [], "seed.mailchimp_source_integration_tests.segment_member": [], "seed.mailchimp_source_integration_tests.automation_email": [], "seed.mailchimp_source_integration_tests.automation_recipient": [], "seed.mailchimp_source_integration_tests.campaign_recipient_activity": [], "seed.mailchimp_source_integration_tests.list": [], "seed.mailchimp_source_integration_tests.member": [], "seed.mailchimp_source_integration_tests.segment": [], "seed.mailchimp_source_integration_tests.automation_recipient_activity": [], "seed.mailchimp_source_integration_tests.campaign": [], "model.mailchimp_source.stg_mailchimp__segments": ["model.mailchimp_source.stg_mailchimp__segments_tmp"], "model.mailchimp_source.stg_mailchimp__campaign_recipients": ["model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp"], "model.mailchimp_source.stg_mailchimp__lists": ["model.mailchimp_source.stg_mailchimp__lists_tmp"], "model.mailchimp_source.stg_mailchimp__automation_activities": ["model.mailchimp_source.stg_mailchimp__automation_activities_tmp"], "model.mailchimp_source.stg_mailchimp__unsubscribes": ["model.mailchimp_source.stg_mailchimp__unsubscribes_tmp"], "model.mailchimp_source.stg_mailchimp__campaigns": ["model.mailchimp_source.stg_mailchimp__campaigns_tmp"], "model.mailchimp_source.stg_mailchimp__automations": ["model.mailchimp_source.stg_mailchimp__automations_tmp"], "model.mailchimp_source.stg_mailchimp__automation_emails": ["model.mailchimp_source.stg_mailchimp__automation_emails_tmp"], "model.mailchimp_source.stg_mailchimp__automation_recipients": ["model.mailchimp_source.stg_mailchimp__automation_recipients_tmp"], "model.mailchimp_source.stg_mailchimp__members": ["model.mailchimp_source.stg_mailchimp__members_tmp"], "model.mailchimp_source.stg_mailchimp__campaign_activities": ["model.mailchimp_source.stg_mailchimp__campaign_activities_tmp"], "model.mailchimp_source.stg_mailchimp__segment_members": ["model.mailchimp_source.stg_mailchimp__segment_members_tmp"], "model.mailchimp_source.stg_mailchimp__automation_activities_tmp": ["source.mailchimp_source.mailchimp.automation_recipient_activity"], "model.mailchimp_source.stg_mailchimp__unsubscribes_tmp": ["source.mailchimp_source.mailchimp.unsubscribe"], "model.mailchimp_source.stg_mailchimp__lists_tmp": ["source.mailchimp_source.mailchimp.list"], "model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp": ["source.mailchimp_source.mailchimp.campaign_recipient"], "model.mailchimp_source.stg_mailchimp__segments_tmp": ["source.mailchimp_source.mailchimp.segment"], "model.mailchimp_source.stg_mailchimp__campaigns_tmp": ["source.mailchimp_source.mailchimp.campaign"], "model.mailchimp_source.stg_mailchimp__segment_members_tmp": ["source.mailchimp_source.mailchimp.segment_member"], "model.mailchimp_source.stg_mailchimp__members_tmp": ["source.mailchimp_source.mailchimp.member"], "model.mailchimp_source.stg_mailchimp__automations_tmp": ["source.mailchimp_source.mailchimp.automation"], "model.mailchimp_source.stg_mailchimp__automation_emails_tmp": ["source.mailchimp_source.mailchimp.automation_email"], "model.mailchimp_source.stg_mailchimp__automation_recipients_tmp": ["source.mailchimp_source.mailchimp.automation_recipient"], "model.mailchimp_source.stg_mailchimp__campaign_activities_tmp": ["source.mailchimp_source.mailchimp.campaign_recipient_activity"], "test.mailchimp_source.not_null_stg_mailchimp__automation_activities_activity_id.0ae0f21475": ["model.mailchimp_source.stg_mailchimp__automation_activities"], "test.mailchimp_source.unique_stg_mailchimp__automation_activities_activity_id.1737f52a7d": ["model.mailchimp_source.stg_mailchimp__automation_activities"], "test.mailchimp_source.unique_stg_mailchimp__automation_emails_automation_email_id.a61e4c82c7": ["model.mailchimp_source.stg_mailchimp__automation_emails"], "test.mailchimp_source.not_null_stg_mailchimp__automation_emails_automation_email_id.019e811594": ["model.mailchimp_source.stg_mailchimp__automation_emails"], "test.mailchimp_source.not_null_stg_mailchimp__automation_recipients_automation_recipient_id.f0b2e24912": ["model.mailchimp_source.stg_mailchimp__automation_recipients"], "test.mailchimp_source.unique_stg_mailchimp__automation_recipients_automation_recipient_id.9c2cfa6272": ["model.mailchimp_source.stg_mailchimp__automation_recipients"], "test.mailchimp_source.unique_stg_mailchimp__automations_automation_id.455bcbd36b": ["model.mailchimp_source.stg_mailchimp__automations"], "test.mailchimp_source.not_null_stg_mailchimp__automations_automation_id.cf748ea94a": ["model.mailchimp_source.stg_mailchimp__automations"], "test.mailchimp_source.unique_stg_mailchimp__campaign_recipients_email_id.1e1843671d": ["model.mailchimp_source.stg_mailchimp__campaign_recipients"], "test.mailchimp_source.not_null_stg_mailchimp__campaign_recipients_email_id.e7aace8199": ["model.mailchimp_source.stg_mailchimp__campaign_recipients"], "test.mailchimp_source.unique_stg_mailchimp__campaign_activities_activity_id.1ed119dcbe": ["model.mailchimp_source.stg_mailchimp__campaign_activities"], "test.mailchimp_source.not_null_stg_mailchimp__campaign_activities_activity_id.7c968c29da": ["model.mailchimp_source.stg_mailchimp__campaign_activities"], "test.mailchimp_source.unique_stg_mailchimp__campaigns_campaign_id.534c6a58a0": ["model.mailchimp_source.stg_mailchimp__campaigns"], "test.mailchimp_source.not_null_stg_mailchimp__campaigns_campaign_id.b6967f01dd": ["model.mailchimp_source.stg_mailchimp__campaigns"], "test.mailchimp_source.unique_stg_mailchimp__lists_list_id.2d7d469b92": ["model.mailchimp_source.stg_mailchimp__lists"], "test.mailchimp_source.not_null_stg_mailchimp__lists_list_id.c08bbf9121": ["model.mailchimp_source.stg_mailchimp__lists"], "test.mailchimp_source.not_null_stg_mailchimp__members_member_id.70b6c824fb": ["model.mailchimp_source.stg_mailchimp__members"], "test.mailchimp_source.dbt_utils_unique_combination_of_columns_stg_mailchimp__members_member_id__list_id.b3e409aa79": ["model.mailchimp_source.stg_mailchimp__members"], "test.mailchimp_source.unique_stg_mailchimp__segments_segment_id.48f28610b5": ["model.mailchimp_source.stg_mailchimp__segments"], "test.mailchimp_source.not_null_stg_mailchimp__segments_segment_id.310ec9f744": ["model.mailchimp_source.stg_mailchimp__segments"], "test.mailchimp_source.not_null_stg_mailchimp__unsubscribes_unsubscribe_id.77bd90d9ab": ["model.mailchimp_source.stg_mailchimp__unsubscribes"], "test.mailchimp_source.unique_stg_mailchimp__unsubscribes_unsubscribe_id.c34aefd746": ["model.mailchimp_source.stg_mailchimp__unsubscribes"], "source.mailchimp_source.mailchimp.automation": [], "source.mailchimp_source.mailchimp.automation_email": [], "source.mailchimp_source.mailchimp.automation_recipient": [], "source.mailchimp_source.mailchimp.automation_recipient_activity": [], "source.mailchimp_source.mailchimp.campaign": [], "source.mailchimp_source.mailchimp.campaign_recipient": [], "source.mailchimp_source.mailchimp.campaign_recipient_activity": [], "source.mailchimp_source.mailchimp.segment": [], "source.mailchimp_source.mailchimp.segment_member": [], "source.mailchimp_source.mailchimp.list": [], "source.mailchimp_source.mailchimp.member": [], "source.mailchimp_source.mailchimp.unsubscribe": []}, "child_map": {"seed.mailchimp_source_integration_tests.campaign_recipient": [], "seed.mailchimp_source_integration_tests.unsubscribe": [], "seed.mailchimp_source_integration_tests.automation": [], "seed.mailchimp_source_integration_tests.segment_member": [], "seed.mailchimp_source_integration_tests.automation_email": [], "seed.mailchimp_source_integration_tests.automation_recipient": [], "seed.mailchimp_source_integration_tests.campaign_recipient_activity": [], "seed.mailchimp_source_integration_tests.list": [], "seed.mailchimp_source_integration_tests.member": [], "seed.mailchimp_source_integration_tests.segment": [], "seed.mailchimp_source_integration_tests.automation_recipient_activity": [], "seed.mailchimp_source_integration_tests.campaign": [], "model.mailchimp_source.stg_mailchimp__segments": ["test.mailchimp_source.not_null_stg_mailchimp__segments_segment_id.310ec9f744", "test.mailchimp_source.unique_stg_mailchimp__segments_segment_id.48f28610b5"], "model.mailchimp_source.stg_mailchimp__campaign_recipients": ["test.mailchimp_source.not_null_stg_mailchimp__campaign_recipients_email_id.e7aace8199", "test.mailchimp_source.unique_stg_mailchimp__campaign_recipients_email_id.1e1843671d"], "model.mailchimp_source.stg_mailchimp__lists": ["test.mailchimp_source.not_null_stg_mailchimp__lists_list_id.c08bbf9121", "test.mailchimp_source.unique_stg_mailchimp__lists_list_id.2d7d469b92"], "model.mailchimp_source.stg_mailchimp__automation_activities": ["test.mailchimp_source.not_null_stg_mailchimp__automation_activities_activity_id.0ae0f21475", "test.mailchimp_source.unique_stg_mailchimp__automation_activities_activity_id.1737f52a7d"], "model.mailchimp_source.stg_mailchimp__unsubscribes": ["test.mailchimp_source.not_null_stg_mailchimp__unsubscribes_unsubscribe_id.77bd90d9ab", "test.mailchimp_source.unique_stg_mailchimp__unsubscribes_unsubscribe_id.c34aefd746"], "model.mailchimp_source.stg_mailchimp__campaigns": ["test.mailchimp_source.not_null_stg_mailchimp__campaigns_campaign_id.b6967f01dd", "test.mailchimp_source.unique_stg_mailchimp__campaigns_campaign_id.534c6a58a0"], "model.mailchimp_source.stg_mailchimp__automations": ["test.mailchimp_source.not_null_stg_mailchimp__automations_automation_id.cf748ea94a", "test.mailchimp_source.unique_stg_mailchimp__automations_automation_id.455bcbd36b"], "model.mailchimp_source.stg_mailchimp__automation_emails": ["test.mailchimp_source.not_null_stg_mailchimp__automation_emails_automation_email_id.019e811594", "test.mailchimp_source.unique_stg_mailchimp__automation_emails_automation_email_id.a61e4c82c7"], "model.mailchimp_source.stg_mailchimp__automation_recipients": ["test.mailchimp_source.not_null_stg_mailchimp__automation_recipients_automation_recipient_id.f0b2e24912", "test.mailchimp_source.unique_stg_mailchimp__automation_recipients_automation_recipient_id.9c2cfa6272"], "model.mailchimp_source.stg_mailchimp__members": ["test.mailchimp_source.dbt_utils_unique_combination_of_columns_stg_mailchimp__members_member_id__list_id.b3e409aa79", "test.mailchimp_source.not_null_stg_mailchimp__members_member_id.70b6c824fb"], "model.mailchimp_source.stg_mailchimp__campaign_activities": ["test.mailchimp_source.not_null_stg_mailchimp__campaign_activities_activity_id.7c968c29da", "test.mailchimp_source.unique_stg_mailchimp__campaign_activities_activity_id.1ed119dcbe"], "model.mailchimp_source.stg_mailchimp__segment_members": [], "model.mailchimp_source.stg_mailchimp__automation_activities_tmp": ["model.mailchimp_source.stg_mailchimp__automation_activities"], "model.mailchimp_source.stg_mailchimp__unsubscribes_tmp": ["model.mailchimp_source.stg_mailchimp__unsubscribes"], "model.mailchimp_source.stg_mailchimp__lists_tmp": ["model.mailchimp_source.stg_mailchimp__lists"], "model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp": ["model.mailchimp_source.stg_mailchimp__campaign_recipients"], "model.mailchimp_source.stg_mailchimp__segments_tmp": ["model.mailchimp_source.stg_mailchimp__segments"], "model.mailchimp_source.stg_mailchimp__campaigns_tmp": ["model.mailchimp_source.stg_mailchimp__campaigns"], "model.mailchimp_source.stg_mailchimp__segment_members_tmp": ["model.mailchimp_source.stg_mailchimp__segment_members"], "model.mailchimp_source.stg_mailchimp__members_tmp": ["model.mailchimp_source.stg_mailchimp__members"], "model.mailchimp_source.stg_mailchimp__automations_tmp": ["model.mailchimp_source.stg_mailchimp__automations"], "model.mailchimp_source.stg_mailchimp__automation_emails_tmp": ["model.mailchimp_source.stg_mailchimp__automation_emails"], "model.mailchimp_source.stg_mailchimp__automation_recipients_tmp": ["model.mailchimp_source.stg_mailchimp__automation_recipients"], "model.mailchimp_source.stg_mailchimp__campaign_activities_tmp": ["model.mailchimp_source.stg_mailchimp__campaign_activities"], "test.mailchimp_source.not_null_stg_mailchimp__automation_activities_activity_id.0ae0f21475": [], "test.mailchimp_source.unique_stg_mailchimp__automation_activities_activity_id.1737f52a7d": [], "test.mailchimp_source.unique_stg_mailchimp__automation_emails_automation_email_id.a61e4c82c7": [], "test.mailchimp_source.not_null_stg_mailchimp__automation_emails_automation_email_id.019e811594": [], "test.mailchimp_source.not_null_stg_mailchimp__automation_recipients_automation_recipient_id.f0b2e24912": [], "test.mailchimp_source.unique_stg_mailchimp__automation_recipients_automation_recipient_id.9c2cfa6272": [], "test.mailchimp_source.unique_stg_mailchimp__automations_automation_id.455bcbd36b": [], "test.mailchimp_source.not_null_stg_mailchimp__automations_automation_id.cf748ea94a": [], "test.mailchimp_source.unique_stg_mailchimp__campaign_recipients_email_id.1e1843671d": [], "test.mailchimp_source.not_null_stg_mailchimp__campaign_recipients_email_id.e7aace8199": [], "test.mailchimp_source.unique_stg_mailchimp__campaign_activities_activity_id.1ed119dcbe": [], "test.mailchimp_source.not_null_stg_mailchimp__campaign_activities_activity_id.7c968c29da": [], "test.mailchimp_source.unique_stg_mailchimp__campaigns_campaign_id.534c6a58a0": [], "test.mailchimp_source.not_null_stg_mailchimp__campaigns_campaign_id.b6967f01dd": [], "test.mailchimp_source.unique_stg_mailchimp__lists_list_id.2d7d469b92": [], "test.mailchimp_source.not_null_stg_mailchimp__lists_list_id.c08bbf9121": [], "test.mailchimp_source.not_null_stg_mailchimp__members_member_id.70b6c824fb": [], "test.mailchimp_source.dbt_utils_unique_combination_of_columns_stg_mailchimp__members_member_id__list_id.b3e409aa79": [], "test.mailchimp_source.unique_stg_mailchimp__segments_segment_id.48f28610b5": [], "test.mailchimp_source.not_null_stg_mailchimp__segments_segment_id.310ec9f744": [], "test.mailchimp_source.not_null_stg_mailchimp__unsubscribes_unsubscribe_id.77bd90d9ab": [], "test.mailchimp_source.unique_stg_mailchimp__unsubscribes_unsubscribe_id.c34aefd746": [], "source.mailchimp_source.mailchimp.automation": ["model.mailchimp_source.stg_mailchimp__automations_tmp"], "source.mailchimp_source.mailchimp.automation_email": ["model.mailchimp_source.stg_mailchimp__automation_emails_tmp"], "source.mailchimp_source.mailchimp.automation_recipient": ["model.mailchimp_source.stg_mailchimp__automation_recipients_tmp"], "source.mailchimp_source.mailchimp.automation_recipient_activity": ["model.mailchimp_source.stg_mailchimp__automation_activities_tmp"], "source.mailchimp_source.mailchimp.campaign": ["model.mailchimp_source.stg_mailchimp__campaigns_tmp"], "source.mailchimp_source.mailchimp.campaign_recipient": ["model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp"], "source.mailchimp_source.mailchimp.campaign_recipient_activity": ["model.mailchimp_source.stg_mailchimp__campaign_activities_tmp"], "source.mailchimp_source.mailchimp.segment": ["model.mailchimp_source.stg_mailchimp__segments_tmp"], "source.mailchimp_source.mailchimp.segment_member": ["model.mailchimp_source.stg_mailchimp__segment_members_tmp"], "source.mailchimp_source.mailchimp.list": ["model.mailchimp_source.stg_mailchimp__lists_tmp"], "source.mailchimp_source.mailchimp.member": ["model.mailchimp_source.stg_mailchimp__members_tmp"], "source.mailchimp_source.mailchimp.unsubscribe": ["model.mailchimp_source.stg_mailchimp__unsubscribes_tmp"]}, "group_map": {}, "saved_queries": {}, "semantic_models": {}} \ No newline at end of file diff --git a/docs/run_results.json b/docs/run_results.json index b99d142..7fa4c20 100644 --- a/docs/run_results.json +++ b/docs/run_results.json @@ -1 +1 @@ -{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/run-results/v4.json", "dbt_version": "1.4.5", "generated_at": "2023-08-08T19:53:26.861139Z", "invocation_id": "7f4ee798-3b5c-4f5e-ab48-7a7f01fb7d82", "env": {}}, "results": [{"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.124998Z", "completed_at": "2023-08-08T19:53:25.141975Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:25.143912Z", "completed_at": "2023-08-08T19:53:25.143942Z"}], "thread_id": "Thread-3", "execution_time": 0.034768104553222656, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_recipients_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.132127Z", "completed_at": "2023-08-08T19:53:25.142363Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:25.144481Z", "completed_at": "2023-08-08T19:53:25.144489Z"}], "thread_id": "Thread-4", "execution_time": 0.03588509559631348, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__automations_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.113307Z", "completed_at": "2023-08-08T19:53:25.142611Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:25.144765Z", "completed_at": "2023-08-08T19:53:25.144776Z"}], "thread_id": "Thread-1", "execution_time": 0.039524078369140625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_activities_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.121511Z", "completed_at": "2023-08-08T19:53:25.143091Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:25.147049Z", "completed_at": "2023-08-08T19:53:25.147058Z"}], "thread_id": "Thread-2", "execution_time": 0.03936576843261719, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_emails_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.154648Z", "completed_at": "2023-08-08T19:53:25.172180Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:25.172870Z", "completed_at": "2023-08-08T19:53:25.172883Z"}], "thread_id": "Thread-3", "execution_time": 0.022557735443115234, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_activities_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.163933Z", "completed_at": "2023-08-08T19:53:25.179134Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:25.179703Z", "completed_at": "2023-08-08T19:53:25.179712Z"}], "thread_id": "Thread-1", "execution_time": 0.027556896209716797, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__campaigns_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.159498Z", "completed_at": "2023-08-08T19:53:25.186967Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:25.189036Z", "completed_at": "2023-08-08T19:53:25.189049Z"}], "thread_id": "Thread-4", "execution_time": 0.038511037826538086, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.167883Z", "completed_at": "2023-08-08T19:53:25.188376Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:25.190855Z", "completed_at": "2023-08-08T19:53:25.190864Z"}], "thread_id": "Thread-2", "execution_time": 0.038778066635131836, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__lists_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.174883Z", "completed_at": "2023-08-08T19:53:25.188693Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:25.191096Z", "completed_at": "2023-08-08T19:53:25.191103Z"}], "thread_id": "Thread-3", "execution_time": 0.018923044204711914, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__members_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.181704Z", "completed_at": "2023-08-08T19:53:25.189959Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:25.193393Z", "completed_at": "2023-08-08T19:53:25.193401Z"}], "thread_id": "Thread-1", "execution_time": 0.014558076858520508, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__segment_members_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.197752Z", "completed_at": "2023-08-08T19:53:25.212850Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:25.220411Z", "completed_at": "2023-08-08T19:53:25.220422Z"}], "thread_id": "Thread-4", "execution_time": 0.02910327911376953, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__segments_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.203794Z", "completed_at": "2023-08-08T19:53:25.220134Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:25.223399Z", "completed_at": "2023-08-08T19:53:25.223409Z"}], "thread_id": "Thread-2", "execution_time": 0.028546810150146484, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__unsubscribes_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.215248Z", "completed_at": "2023-08-08T19:53:25.559823Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:25.560501Z", "completed_at": "2023-08-08T19:53:25.560510Z"}], "thread_id": "Thread-1", "execution_time": 0.357835054397583, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__automations"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.207699Z", "completed_at": "2023-08-08T19:53:25.568034Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:25.568535Z", "completed_at": "2023-08-08T19:53:25.568542Z"}], "thread_id": "Thread-3", "execution_time": 0.3722419738769531, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_recipients"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.226987Z", "completed_at": "2023-08-08T19:53:25.577435Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:25.577903Z", "completed_at": "2023-08-08T19:53:25.577912Z"}], "thread_id": "Thread-4", "execution_time": 0.35333991050720215, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_activities"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.233075Z", "completed_at": "2023-08-08T19:53:25.578966Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:25.581587Z", "completed_at": "2023-08-08T19:53:25.581595Z"}], "thread_id": "Thread-2", "execution_time": 0.36015987396240234, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_emails"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.588515Z", "completed_at": "2023-08-08T19:53:25.894002Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:25.894457Z", "completed_at": "2023-08-08T19:53:25.894467Z"}], "thread_id": "Thread-2", "execution_time": 0.3070099353790283, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__lists"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.562126Z", "completed_at": "2023-08-08T19:53:25.908109Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:25.911036Z", "completed_at": "2023-08-08T19:53:25.911050Z"}], "thread_id": "Thread-1", "execution_time": 0.3513820171356201, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_activities"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.571148Z", "completed_at": "2023-08-08T19:53:25.910523Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:25.913731Z", "completed_at": "2023-08-08T19:53:25.913737Z"}], "thread_id": "Thread-3", "execution_time": 0.34568309783935547, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__campaigns"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.581907Z", "completed_at": "2023-08-08T19:53:25.913424Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:25.916014Z", "completed_at": "2023-08-08T19:53:25.916021Z"}], "thread_id": "Thread-4", "execution_time": 0.3381681442260742, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_recipients"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.896101Z", "completed_at": "2023-08-08T19:53:26.215181Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.215796Z", "completed_at": "2023-08-08T19:53:26.215808Z"}], "thread_id": "Thread-2", "execution_time": 0.3208811283111572, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__members"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.927862Z", "completed_at": "2023-08-08T19:53:26.223413Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.224168Z", "completed_at": "2023-08-08T19:53:26.224181Z"}], "thread_id": "Thread-3", "execution_time": 0.31220293045043945, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__segments"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.231525Z", "completed_at": "2023-08-08T19:53:26.260073Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.260603Z", "completed_at": "2023-08-08T19:53:26.260613Z"}], "thread_id": "Thread-3", "execution_time": 0.030789852142333984, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.unique_stg_mailchimp__automations_automation_id.455bcbd36b"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.918347Z", "completed_at": "2023-08-08T19:53:26.260918Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.263593Z", "completed_at": "2023-08-08T19:53:26.263603Z"}], "thread_id": "Thread-1", "execution_time": 0.3496570587158203, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__segment_members"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:25.934175Z", "completed_at": "2023-08-08T19:53:26.261951Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.264399Z", "completed_at": "2023-08-08T19:53:26.264406Z"}], "thread_id": "Thread-4", "execution_time": 0.3393981456756592, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__unsubscribes"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.217792Z", "completed_at": "2023-08-08T19:53:26.262151Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.264626Z", "completed_at": "2023-08-08T19:53:26.264632Z"}], "thread_id": "Thread-2", "execution_time": 0.04960894584655762, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__automations_automation_id.cf748ea94a"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.267497Z", "completed_at": "2023-08-08T19:53:26.277307Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.292534Z", "completed_at": "2023-08-08T19:53:26.292543Z"}], "thread_id": "Thread-3", "execution_time": 0.02976202964782715, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__automation_recipients_automation_recipient_id.f0b2e24912"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.278550Z", "completed_at": "2023-08-08T19:53:26.293027Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.294872Z", "completed_at": "2023-08-08T19:53:26.294878Z"}], "thread_id": "Thread-1", "execution_time": 0.020846128463745117, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.unique_stg_mailchimp__automation_recipients_automation_recipient_id.9c2cfa6272"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.288387Z", "completed_at": "2023-08-08T19:53:26.294534Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.296729Z", "completed_at": "2023-08-08T19:53:26.296735Z"}], "thread_id": "Thread-2", "execution_time": 0.026298046112060547, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.unique_stg_mailchimp__automation_activities_activity_id.1737f52a7d"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.283758Z", "completed_at": "2023-08-08T19:53:26.294689Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.296925Z", "completed_at": "2023-08-08T19:53:26.296930Z"}], "thread_id": "Thread-4", "execution_time": 0.027659893035888672, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__automation_activities_activity_id.0ae0f21475"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.297391Z", "completed_at": "2023-08-08T19:53:26.305373Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.315698Z", "completed_at": "2023-08-08T19:53:26.315727Z"}], "thread_id": "Thread-3", "execution_time": 0.034662723541259766, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.int_mailchimp__automation_recipients"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.306876Z", "completed_at": "2023-08-08T19:53:26.330122Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.332315Z", "completed_at": "2023-08-08T19:53:26.332323Z"}], "thread_id": "Thread-1", "execution_time": 0.029308080673217773, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.mailchimp__automation_activities"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.316239Z", "completed_at": "2023-08-08T19:53:26.330913Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.332911Z", "completed_at": "2023-08-08T19:53:26.332917Z"}], "thread_id": "Thread-2", "execution_time": 0.03212714195251465, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__automation_emails_automation_email_id.019e811594"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.324568Z", "completed_at": "2023-08-08T19:53:26.331421Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.333591Z", "completed_at": "2023-08-08T19:53:26.333598Z"}], "thread_id": "Thread-4", "execution_time": 0.032501935958862305, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.unique_stg_mailchimp__automation_emails_automation_email_id.a61e4c82c7"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.333782Z", "completed_at": "2023-08-08T19:53:26.340389Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.346989Z", "completed_at": "2023-08-08T19:53:26.346997Z"}], "thread_id": "Thread-3", "execution_time": 0.019915103912353516, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__lists_list_id.c08bbf9121"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.342564Z", "completed_at": "2023-08-08T19:53:26.356396Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.359178Z", "completed_at": "2023-08-08T19:53:26.359202Z"}], "thread_id": "Thread-1", "execution_time": 0.03586578369140625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.unique_stg_mailchimp__lists_list_id.2d7d469b92"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.347447Z", "completed_at": "2023-08-08T19:53:26.357565Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.374942Z", "completed_at": "2023-08-08T19:53:26.374956Z"}], "thread_id": "Thread-2", "execution_time": 0.03614211082458496, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__campaign_activities_activity_id.7c968c29da"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.351897Z", "completed_at": "2023-08-08T19:53:26.358453Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.376347Z", "completed_at": "2023-08-08T19:53:26.376357Z"}], "thread_id": "Thread-4", "execution_time": 0.03613090515136719, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.unique_stg_mailchimp__campaign_activities_activity_id.1ed119dcbe"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.359593Z", "completed_at": "2023-08-08T19:53:26.378260Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.381104Z", "completed_at": "2023-08-08T19:53:26.381111Z"}], "thread_id": "Thread-3", "execution_time": 0.029507160186767578, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.mailchimp__campaign_activities"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.381523Z", "completed_at": "2023-08-08T19:53:26.396166Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.398475Z", "completed_at": "2023-08-08T19:53:26.398483Z"}], "thread_id": "Thread-1", "execution_time": 0.024591922760009766, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__campaigns_campaign_id.b6967f01dd"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.390927Z", "completed_at": "2023-08-08T19:53:26.397218Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.402694Z", "completed_at": "2023-08-08T19:53:26.402702Z"}], "thread_id": "Thread-4", "execution_time": 0.02330493927001953, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__campaign_recipients_email_id.e7aace8199"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.386858Z", "completed_at": "2023-08-08T19:53:26.397414Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.402901Z", "completed_at": "2023-08-08T19:53:26.402907Z"}], "thread_id": "Thread-2", "execution_time": 0.02450394630432129, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.unique_stg_mailchimp__campaigns_campaign_id.534c6a58a0"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.398674Z", "completed_at": "2023-08-08T19:53:26.405125Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.407732Z", "completed_at": "2023-08-08T19:53:26.407739Z"}], "thread_id": "Thread-3", "execution_time": 0.03501605987548828, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.unique_stg_mailchimp__campaign_recipients_email_id.1e1843671d"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.408346Z", "completed_at": "2023-08-08T19:53:26.532643Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.534199Z", "completed_at": "2023-08-08T19:53:26.534213Z"}], "thread_id": "Thread-1", "execution_time": 0.12915611267089844, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.dbt_utils_unique_combination_of_columns_stg_mailchimp__members_member_id__list_id.b3e409aa79"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.519146Z", "completed_at": "2023-08-08T19:53:26.534518Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.538163Z", "completed_at": "2023-08-08T19:53:26.538173Z"}], "thread_id": "Thread-2", "execution_time": 0.13363003730773926, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__segments_segment_id.310ec9f744"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.527317Z", "completed_at": "2023-08-08T19:53:26.535454Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.539730Z", "completed_at": "2023-08-08T19:53:26.539744Z"}], "thread_id": "Thread-3", "execution_time": 0.02128911018371582, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.unique_stg_mailchimp__segments_segment_id.48f28610b5"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.449407Z", "completed_at": "2023-08-08T19:53:26.557695Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.566769Z", "completed_at": "2023-08-08T19:53:26.566787Z"}], "thread_id": "Thread-4", "execution_time": 0.16683006286621094, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__members_member_id.70b6c824fb"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.548511Z", "completed_at": "2023-08-08T19:53:26.559488Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.573985Z", "completed_at": "2023-08-08T19:53:26.573998Z"}], "thread_id": "Thread-1", "execution_time": 0.0369107723236084, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.int_mailchimp__automation_unsubscribes"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.560396Z", "completed_at": "2023-08-08T19:53:26.574397Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.577996Z", "completed_at": "2023-08-08T19:53:26.578006Z"}], "thread_id": "Thread-2", "execution_time": 0.022479772567749023, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__unsubscribes_unsubscribe_id.77bd90d9ab"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.567479Z", "completed_at": "2023-08-08T19:53:26.575983Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.579060Z", "completed_at": "2023-08-08T19:53:26.579068Z"}], "thread_id": "Thread-3", "execution_time": 0.02751779556274414, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.unique_stg_mailchimp__unsubscribes_unsubscribe_id.c34aefd746"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.579950Z", "completed_at": "2023-08-08T19:53:26.592563Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.599186Z", "completed_at": "2023-08-08T19:53:26.599197Z"}], "thread_id": "Thread-4", "execution_time": 0.028390884399414062, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp.not_null_mailchimp__automation_activities_activity_id.e225bd7be1"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.586646Z", "completed_at": "2023-08-08T19:53:26.593471Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.604176Z", "completed_at": "2023-08-08T19:53:26.604185Z"}], "thread_id": "Thread-1", "execution_time": 0.02713179588317871, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp.unique_mailchimp__automation_activities_activity_id.e455285fa8"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.594773Z", "completed_at": "2023-08-08T19:53:26.606927Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.609548Z", "completed_at": "2023-08-08T19:53:26.609556Z"}], "thread_id": "Thread-2", "execution_time": 0.029788970947265625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.int_mailchimp__campaign_activities_by_email"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.599447Z", "completed_at": "2023-08-08T19:53:26.607200Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.609807Z", "completed_at": "2023-08-08T19:53:26.609815Z"}], "thread_id": "Thread-3", "execution_time": 0.029536008834838867, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp.not_null_mailchimp__campaign_activities_activity_id.358cb1d1f6"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.610066Z", "completed_at": "2023-08-08T19:53:26.623811Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.627466Z", "completed_at": "2023-08-08T19:53:26.627477Z"}], "thread_id": "Thread-4", "execution_time": 0.025661230087280273, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp.unique_mailchimp__campaign_activities_activity_id.8a67feefd5"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.615660Z", "completed_at": "2023-08-08T19:53:26.625573Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.632517Z", "completed_at": "2023-08-08T19:53:26.632527Z"}], "thread_id": "Thread-1", "execution_time": 0.029971837997436523, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.int_mailchimp__automation_activities_by_automation"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.627974Z", "completed_at": "2023-08-08T19:53:26.640292Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.647085Z", "completed_at": "2023-08-08T19:53:26.647094Z"}], "thread_id": "Thread-2", "execution_time": 0.02683401107788086, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.int_mailchimp__automation_activities_by_email"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.633400Z", "completed_at": "2023-08-08T19:53:26.640523Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.647305Z", "completed_at": "2023-08-08T19:53:26.647312Z"}], "thread_id": "Thread-3", "execution_time": 0.025846004486083984, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.int_mailchimp__automation_activities_by_list"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.642099Z", "completed_at": "2023-08-08T19:53:26.652666Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.655409Z", "completed_at": "2023-08-08T19:53:26.655418Z"}], "thread_id": "Thread-4", "execution_time": 0.016954898834228516, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.int_mailchimp__automation_activities_by_member"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.647514Z", "completed_at": "2023-08-08T19:53:26.653336Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.656026Z", "completed_at": "2023-08-08T19:53:26.656033Z"}], "thread_id": "Thread-1", "execution_time": 0.025142192840576172, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.int_mailchimp__automation_activities_by_segment"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.666638Z", "completed_at": "2023-08-08T19:53:26.680720Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.681207Z", "completed_at": "2023-08-08T19:53:26.681217Z"}], "thread_id": "Thread-3", "execution_time": 0.02673196792602539, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.mailchimp__automations"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.656984Z", "completed_at": "2023-08-08T19:53:26.682034Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.684215Z", "completed_at": "2023-08-08T19:53:26.684224Z"}], "thread_id": "Thread-2", "execution_time": 0.031681060791015625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.mailchimp__campaign_recipients"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.675511Z", "completed_at": "2023-08-08T19:53:26.684431Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.687242Z", "completed_at": "2023-08-08T19:53:26.687251Z"}], "thread_id": "Thread-4", "execution_time": 0.02353191375732422, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.mailchimp__automation_emails"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.687721Z", "completed_at": "2023-08-08T19:53:26.700354Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.707098Z", "completed_at": "2023-08-08T19:53:26.707107Z"}], "thread_id": "Thread-1", "execution_time": 0.023494958877563477, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp.not_null_mailchimp__automations_automation_id.99246c168e"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.692159Z", "completed_at": "2023-08-08T19:53:26.703218Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.707309Z", "completed_at": "2023-08-08T19:53:26.707315Z"}], "thread_id": "Thread-3", "execution_time": 0.02406907081604004, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp.unique_mailchimp__automations_automation_id.a3de618dee"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.700583Z", "completed_at": "2023-08-08T19:53:26.706873Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.709667Z", "completed_at": "2023-08-08T19:53:26.709680Z"}], "thread_id": "Thread-2", "execution_time": 0.013993978500366211, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.int_mailchimp__campaign_activities_by_campaign"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.704299Z", "completed_at": "2023-08-08T19:53:26.708539Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.713142Z", "completed_at": "2023-08-08T19:53:26.713173Z"}], "thread_id": "Thread-4", "execution_time": 0.01574110984802246, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.int_mailchimp__campaign_activities_by_list"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.717575Z", "completed_at": "2023-08-08T19:53:26.732110Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.737657Z", "completed_at": "2023-08-08T19:53:26.737668Z"}], "thread_id": "Thread-1", "execution_time": 0.026192903518676758, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.int_mailchimp__campaign_activities_by_member"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.721835Z", "completed_at": "2023-08-08T19:53:26.736645Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.738289Z", "completed_at": "2023-08-08T19:53:26.738298Z"}], "thread_id": "Thread-3", "execution_time": 0.026246070861816406, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.int_mailchimp__campaign_activities_by_segment"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.727597Z", "completed_at": "2023-08-08T19:53:26.737033Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.739276Z", "completed_at": "2023-08-08T19:53:26.739282Z"}], "thread_id": "Thread-2", "execution_time": 0.024058103561401367, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp.not_null_mailchimp__campaign_recipients_email_id.0ae99b3cf9"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.732484Z", "completed_at": "2023-08-08T19:53:26.737857Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.740279Z", "completed_at": "2023-08-08T19:53:26.740286Z"}], "thread_id": "Thread-4", "execution_time": 0.015300750732421875, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp.unique_mailchimp__campaign_recipients_email_id.9c859c5286"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.744501Z", "completed_at": "2023-08-08T19:53:26.758143Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.766384Z", "completed_at": "2023-08-08T19:53:26.766418Z"}], "thread_id": "Thread-1", "execution_time": 0.0267791748046875, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp.not_null_mailchimp__automation_emails_automation_email_id.b6ed84cd9c"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.750295Z", "completed_at": "2023-08-08T19:53:26.765502Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.768691Z", "completed_at": "2023-08-08T19:53:26.768700Z"}], "thread_id": "Thread-3", "execution_time": 0.027616024017333984, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp.unique_mailchimp__automation_emails_automation_email_id.ac05084851"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.758478Z", "completed_at": "2023-08-08T19:53:26.767160Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.770790Z", "completed_at": "2023-08-08T19:53:26.770798Z"}], "thread_id": "Thread-4", "execution_time": 0.023483991622924805, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.mailchimp__members"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.754478Z", "completed_at": "2023-08-08T19:53:26.767490Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.771128Z", "completed_at": "2023-08-08T19:53:26.771137Z"}], "thread_id": "Thread-2", "execution_time": 0.030096054077148438, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.mailchimp__campaigns"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.775527Z", "completed_at": "2023-08-08T19:53:26.788288Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.799884Z", "completed_at": "2023-08-08T19:53:26.799892Z"}], "thread_id": "Thread-1", "execution_time": 0.029304981231689453, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.mailchimp__segments"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.783721Z", "completed_at": "2023-08-08T19:53:26.788750Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.800197Z", "completed_at": "2023-08-08T19:53:26.800205Z"}], "thread_id": "Thread-3", "execution_time": 0.018361806869506836, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.int_mailchimp__members_by_list"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.789391Z", "completed_at": "2023-08-08T19:53:26.801657Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.804231Z", "completed_at": "2023-08-08T19:53:26.804237Z"}], "thread_id": "Thread-4", "execution_time": 0.01824212074279785, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp.dbt_utils_unique_combination_of_columns_mailchimp__members_member_id__list_id.185a76059b"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.795793Z", "completed_at": "2023-08-08T19:53:26.802591Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.804947Z", "completed_at": "2023-08-08T19:53:26.804953Z"}], "thread_id": "Thread-2", "execution_time": 0.028500080108642578, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp.not_null_mailchimp__members_member_id.19fce1e360"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.805679Z", "completed_at": "2023-08-08T19:53:26.820913Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.833296Z", "completed_at": "2023-08-08T19:53:26.833306Z"}], "thread_id": "Thread-1", "execution_time": 0.03131818771362305, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp.not_null_mailchimp__campaigns_campaign_id.809cc27175"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.810281Z", "completed_at": "2023-08-08T19:53:26.821578Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.833636Z", "completed_at": "2023-08-08T19:53:26.833645Z"}], "thread_id": "Thread-3", "execution_time": 0.031477928161621094, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp.unique_mailchimp__campaigns_campaign_id.eb6be29df4"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.822558Z", "completed_at": "2023-08-08T19:53:26.833971Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.836459Z", "completed_at": "2023-08-08T19:53:26.836466Z"}], "thread_id": "Thread-4", "execution_time": 0.018028974533081055, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp.not_null_mailchimp__segments_segment_id.26bfa1b782"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.829280Z", "completed_at": "2023-08-08T19:53:26.835396Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.837201Z", "completed_at": "2023-08-08T19:53:26.837207Z"}], "thread_id": "Thread-2", "execution_time": 0.01811814308166504, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp.unique_mailchimp__segments_segment_id.b104dc2fe7"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.838771Z", "completed_at": "2023-08-08T19:53:26.844784Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.845200Z", "completed_at": "2023-08-08T19:53:26.845206Z"}], "thread_id": "Thread-1", "execution_time": 0.008873939514160156, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp.mailchimp__lists"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.847081Z", "completed_at": "2023-08-08T19:53:26.856180Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.856618Z", "completed_at": "2023-08-08T19:53:26.856625Z"}], "thread_id": "Thread-3", "execution_time": 0.01061701774597168, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp.not_null_mailchimp__lists_list_id.310995cf61"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-08-08T19:53:26.852076Z", "completed_at": "2023-08-08T19:53:26.857457Z"}, {"name": "execute", "started_at": "2023-08-08T19:53:26.857879Z", "completed_at": "2023-08-08T19:53:26.857885Z"}], "thread_id": "Thread-4", "execution_time": 0.007013082504272461, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp.unique_mailchimp__lists_list_id.02d919c4b7"}], "elapsed_time": 3.110682964324951, "args": {"write_json": true, "use_colors": true, "printer_width": 80, "version_check": true, "partial_parse": true, "static_parser": true, "profiles_dir": "/Users/renee.li/.dbt", "send_anonymous_usage_stats": true, "quiet": false, "no_print": false, "cache_selected_only": false, "compile": true, "which": "generate", "rpc_method": "docs.generate", "indirect_selection": "eager"}} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/run-results/v5.json", "dbt_version": "1.7.4", "generated_at": "2023-12-18T10:05:34.253385Z", "invocation_id": "4f6749f3-b76e-4975-aa2e-50044927ed17", "env": {}}, "results": [{"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.018840Z", "completed_at": "2023-12-18T10:05:31.037833Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.039520Z", "completed_at": "2023-12-18T10:05:31.039529Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.024637937545776367, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_activities_tmp", "compiled": true, "compiled_code": "\n\nselect * from \"dev\".\"mailchimp_source_integration_tests\".\"automation_recipient_activity\"", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_activities_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.021916Z", "completed_at": "2023-12-18T10:05:31.038259Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.039987Z", "completed_at": "2023-12-18T10:05:31.039990Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.024725914001464844, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_emails_tmp", "compiled": true, "compiled_code": "\n\nselect * from \"dev\".\"mailchimp_source_integration_tests\".\"automation_email\"", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_emails_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.027411Z", "completed_at": "2023-12-18T10:05:31.038748Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.040998Z", "completed_at": "2023-12-18T10:05:31.041001Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.025281906127929688, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_recipients_tmp", "compiled": true, "compiled_code": "\n\nselect * from \"dev\".\"mailchimp_source_integration_tests\".\"automation_recipient\"", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_recipients_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.032045Z", "completed_at": "2023-12-18T10:05:31.039273Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.041719Z", "completed_at": "2023-12-18T10:05:31.041722Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.02556896209716797, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__automations_tmp", "compiled": true, "compiled_code": "\n\nselect * from \"dev\".\"mailchimp_source_integration_tests\".\"automation\"", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automations_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.045787Z", "completed_at": "2023-12-18T10:05:31.055314Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.056638Z", "completed_at": "2023-12-18T10:05:31.056642Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.014237165451049805, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_activities_tmp", "compiled": true, "compiled_code": "select * from \"dev\".\"mailchimp_source_integration_tests\".\"campaign_recipient_activity\"", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaign_activities_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.048596Z", "completed_at": "2023-12-18T10:05:31.055649Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.057302Z", "completed_at": "2023-12-18T10:05:31.057305Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.014533042907714844, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_recipients_tmp", "compiled": true, "compiled_code": "select * from \"dev\".\"mailchimp_source_integration_tests\".\"campaign_recipient\"", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaign_recipients_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.050934Z", "completed_at": "2023-12-18T10:05:31.056126Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.058220Z", "completed_at": "2023-12-18T10:05:31.058223Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.014688968658447266, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__campaigns_tmp", "compiled": true, "compiled_code": "select * from \"dev\".\"mailchimp_source_integration_tests\".\"campaign\"", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaigns_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.053180Z", "completed_at": "2023-12-18T10:05:31.056869Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.059203Z", "completed_at": "2023-12-18T10:05:31.059206Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.015381097793579102, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__lists_tmp", "compiled": true, "compiled_code": "select * from \"dev\".\"mailchimp_source_integration_tests\".\"list\"", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__lists_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.062874Z", "completed_at": "2023-12-18T10:05:31.074052Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.075684Z", "completed_at": "2023-12-18T10:05:31.075689Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.016602039337158203, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__members_tmp", "compiled": true, "compiled_code": "select * from \"dev\".\"mailchimp_source_integration_tests\".\"member\"", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__members_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.066473Z", "completed_at": "2023-12-18T10:05:31.074476Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.076138Z", "completed_at": "2023-12-18T10:05:31.076142Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.016083955764770508, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__segment_members_tmp", "compiled": true, "compiled_code": "\n\nselect * from \"dev\".\"mailchimp_source_integration_tests\".\"segment_member\"", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__segment_members_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.069111Z", "completed_at": "2023-12-18T10:05:31.075022Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.077097Z", "completed_at": "2023-12-18T10:05:31.077099Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.016175031661987305, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__segments_tmp", "compiled": true, "compiled_code": "\n\nselect * from \"dev\".\"mailchimp_source_integration_tests\".\"segment\"", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__segments_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.071471Z", "completed_at": "2023-12-18T10:05:31.075446Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.077796Z", "completed_at": "2023-12-18T10:05:31.077799Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.01331019401550293, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__unsubscribes_tmp", "compiled": true, "compiled_code": "select * from \"dev\".\"mailchimp_source_integration_tests\".\"unsubscribe\"", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__unsubscribes_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.081902Z", "completed_at": "2023-12-18T10:05:31.083103Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.088495Z", "completed_at": "2023-12-18T10:05:31.088499Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.010009765625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.mailchimp_source_integration_tests.automation", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.083571Z", "completed_at": "2023-12-18T10:05:31.085246Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.088919Z", "completed_at": "2023-12-18T10:05:31.088921Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.010042190551757812, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.mailchimp_source_integration_tests.automation_email", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.085890Z", "completed_at": "2023-12-18T10:05:31.086824Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.089790Z", "completed_at": "2023-12-18T10:05:31.089793Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.010054826736450195, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.mailchimp_source_integration_tests.automation_recipient", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.087277Z", "completed_at": "2023-12-18T10:05:31.088247Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.090438Z", "completed_at": "2023-12-18T10:05:31.090440Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.010141134262084961, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.mailchimp_source_integration_tests.automation_recipient_activity", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.094110Z", "completed_at": "2023-12-18T10:05:31.095182Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.100332Z", "completed_at": "2023-12-18T10:05:31.100339Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.00935983657836914, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.mailchimp_source_integration_tests.campaign", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.095624Z", "completed_at": "2023-12-18T10:05:31.096609Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.100742Z", "completed_at": "2023-12-18T10:05:31.100744Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.009514808654785156, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.mailchimp_source_integration_tests.campaign_recipient", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.097213Z", "completed_at": "2023-12-18T10:05:31.098130Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.101615Z", "completed_at": "2023-12-18T10:05:31.101618Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.009660959243774414, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.mailchimp_source_integration_tests.campaign_recipient_activity", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.098546Z", "completed_at": "2023-12-18T10:05:31.100103Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.102326Z", "completed_at": "2023-12-18T10:05:31.102328Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.009799957275390625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.mailchimp_source_integration_tests.list", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.106085Z", "completed_at": "2023-12-18T10:05:31.107156Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.111615Z", "completed_at": "2023-12-18T10:05:31.111619Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.00868988037109375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.mailchimp_source_integration_tests.member", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.107583Z", "completed_at": "2023-12-18T10:05:31.108502Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.112014Z", "completed_at": "2023-12-18T10:05:31.112017Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.008788824081420898, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.mailchimp_source_integration_tests.segment", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.109126Z", "completed_at": "2023-12-18T10:05:31.110076Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.112861Z", "completed_at": "2023-12-18T10:05:31.112864Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.008963823318481445, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.mailchimp_source_integration_tests.segment_member", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.110492Z", "completed_at": "2023-12-18T10:05:31.111388Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:31.113509Z", "completed_at": "2023-12-18T10:05:31.113512Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.009128332138061523, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.mailchimp_source_integration_tests.unsubscribe", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.117241Z", "completed_at": "2023-12-18T10:05:32.023963Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:32.024458Z", "completed_at": "2023-12-18T10:05:32.024465Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 1.00235915184021, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_activities", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_activities_tmp\"\n\n), \n\nfields as (\n\n select \n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n action\n \n as \n \n action\n \n, \n \n \n automation_email_id\n \n as \n \n automation_email_id\n \n, \n \n \n bounce_type\n \n as \n \n bounce_type\n \n, \n \n \n ip\n \n as \n \n ip\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n member_id\n \n as \n \n member_id\n \n, \n \n \n timestamp\n \n as \n \n timestamp\n \n, \n \n \n url\n \n as \n \n url\n \n\n\n\n \n from base\n\n), \n\nfinal as (\n\n select \n action as action_type,\n automation_email_id,\n member_id,\n list_id,\n timestamp as activity_timestamp,\n ip as ip_address,\n url,\n bounce_type\n from fields\n\n),\n\nunique_key as (\n\n select \n *, \n md5(cast(coalesce(cast(action_type as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(automation_email_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(member_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(activity_timestamp as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as activity_id\n from final\n)\n\nselect * from unique_key", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_activities\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.129458Z", "completed_at": "2023-12-18T10:05:32.078655Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:32.079136Z", "completed_at": "2023-12-18T10:05:32.079142Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 1.0935637950897217, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_emails", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_emails_tmp\"\n\n), \n\nfields as (\n\n select \n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n archive_url\n \n as \n \n archive_url\n \n, \n \n \n authenticate\n \n as \n \n authenticate\n \n, \n \n \n auto_footer\n \n as \n \n auto_footer\n \n, \n \n \n auto_tweet\n \n as \n \n auto_tweet\n \n, \n \n \n automation_id\n \n as \n \n automation_id\n \n, \n \n \n clicktale\n \n as \n \n clicktale\n \n, \n \n \n content_type\n \n as \n \n content_type\n \n, \n \n \n create_time\n \n as \n \n create_time\n \n, \n \n \n delay_action\n \n as \n \n delay_action\n \n, \n \n \n delay_action_description\n \n as \n \n delay_action_description\n \n, \n \n \n delay_amount\n \n as \n \n delay_amount\n \n, \n \n \n delay_direction\n \n as \n \n delay_direction\n \n, \n \n \n delay_full_description\n \n as \n \n delay_full_description\n \n, \n \n \n delay_type\n \n as \n \n delay_type\n \n, \n \n \n drag_and_drop\n \n as \n \n drag_and_drop\n \n, \n \n \n fb_comments\n \n as \n \n fb_comments\n \n, \n \n \n folder_id\n \n as \n \n folder_id\n \n, \n \n \n from_name\n \n as \n \n from_name\n \n, \n \n \n google_analytics\n \n as \n \n google_analytics\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n inline_css\n \n as \n \n inline_css\n \n, \n \n \n position\n \n as \n \n position\n \n, \n \n \n reply_to\n \n as \n \n reply_to\n \n, \n \n \n send_time\n \n as \n \n send_time\n \n, \n \n \n start_time\n \n as \n \n start_time\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n subject_line\n \n as \n \n subject_line\n \n, \n \n \n template_id\n \n as \n \n template_id\n \n, \n \n \n timewarp\n \n as \n \n timewarp\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n to_name\n \n as \n \n to_name\n \n, \n \n \n track_ecomm_360\n \n as \n \n track_ecomm_360\n \n, \n \n \n track_goals\n \n as \n \n track_goals\n \n, \n \n \n track_html_clicks\n \n as \n \n track_html_clicks\n \n, \n \n \n track_opens\n \n as \n \n track_opens\n \n, \n \n \n track_text_clicks\n \n as \n \n track_text_clicks\n \n, \n \n \n use_conversation\n \n as \n \n use_conversation\n \n\n\n\n \n from base \n\n), \n\nfinal as (\n\n select\n -- IDs and standard timestamp\n id as automation_email_id,\n automation_id,\n create_time as created_timestamp,\n start_time as started_timestamp,\n send_time as send_timestamp,\n\n -- email details\n from_name,\n reply_to,\n status,\n subject_line,\n title,\n to_name,\n\n archive_url,\n authenticate,\n auto_footer,\n auto_tweet,\n clicktale,\n content_type,\n delay_action,\n delay_action_description,\n delay_amount,\n delay_direction,\n delay_full_description,\n delay_type,\n drag_and_drop,\n fb_comments,\n folder_id,\n google_analytics,\n inline_css,\n position,\n template_id,\n timewarp,\n track_ecomm_360,\n track_goals,\n track_html_clicks,\n track_opens,\n track_text_clicks,\n use_conversation\n from fields\n\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_emails\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.139493Z", "completed_at": "2023-12-18T10:05:32.091874Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:32.092372Z", "completed_at": "2023-12-18T10:05:32.092376Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 1.126715898513794, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__automation_recipients", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_recipients_tmp\"\n\n), \n\nfields as (\n\n select \n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n automation_email_id\n \n as \n \n automation_email_id\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n member_id\n \n as \n \n member_id\n \n\n\n\n \n from base\n\n), \n\n\nfinal as (\n\n select\n member_id,\n automation_email_id,\n list_id\n from fields\n\n),\n\n unique_key as (\n\n select \n *,\n md5(cast(coalesce(cast(member_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(automation_email_id as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as automation_recipient_id\n from final\n\n)\n\nselect *\nfrom unique_key", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_recipients\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:31.148758Z", "completed_at": "2023-12-18T10:05:32.092868Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:32.093345Z", "completed_at": "2023-12-18T10:05:32.093348Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 1.1453869342803955, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__automations", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select * \n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automations_tmp\"\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n create_time\n \n as \n \n create_time\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n segment_id\n \n as \n \n segment_id\n \n, \n \n \n segment_text\n \n as \n \n segment_text\n \n, \n \n \n start_time\n \n as \n \n start_time\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n trigger_settings\n \n as \n \n trigger_settings\n \n\n\n\n \n from base\n),\n\nfinal as (\n\n select\n id as automation_id,\n list_id,\n segment_id, \n segment_text,\n start_time as started_timestamp,\n create_time as created_timestamp,\n status,\n title,\n trigger_settings\n from fields\n\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automations\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:32.119023Z", "completed_at": "2023-12-18T10:05:33.027461Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.027950Z", "completed_at": "2023-12-18T10:05:33.027957Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 1.0152301788330078, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_activities", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaign_activities_tmp\"\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n action\n \n as \n \n action\n \n, \n \n \n bounce_type\n \n as \n \n bounce_type\n \n, \n \n \n campaign_id\n \n as \n \n campaign_id\n \n, \n \n \n combination_id\n \n as \n \n combination_id\n \n, \n \n \n ip\n \n as \n \n ip\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n member_id\n \n as \n \n member_id\n \n, \n \n \n timestamp\n \n as \n \n timestamp\n \n, \n \n \n url\n \n as \n \n url\n \n\n\n\n \n from base\n),\n\n\nfinal as (\n\n select \n action as action_type,\n campaign_id,\n member_id,\n list_id,\n cast(timestamp as timestamp) as activity_timestamp,\n ip as ip_address,\n url,\n bounce_type,\n combination_id\n from fields\n\n), unique_key as (\n\n select \n *, \n md5(cast(coalesce(cast(action_type as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(campaign_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(member_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(activity_timestamp as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as activity_id,\n md5(cast(coalesce(cast(campaign_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(member_id as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as email_id\n from final\n\n)\n\nselect *\nfrom unique_key", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaign_activities\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:32.263402Z", "completed_at": "2023-12-18T10:05:33.067546Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.068824Z", "completed_at": "2023-12-18T10:05:33.068830Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.9861319065093994, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__lists", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__lists_tmp\"\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n beamer_address\n \n as \n \n beamer_address\n \n, \n \n \n contact_address_1\n \n as \n \n contact_address_1\n \n, \n \n \n contact_address_2\n \n as \n \n contact_address_2\n \n, \n \n \n contact_city\n \n as \n \n contact_city\n \n, \n \n \n contact_company\n \n as \n \n contact_company\n \n, \n \n \n contact_country\n \n as \n \n contact_country\n \n, \n \n \n contact_state\n \n as \n \n contact_state\n \n, \n \n \n contact_zip\n \n as \n \n contact_zip\n \n, \n \n \n date_created\n \n as \n \n date_created\n \n, \n \n \n default_from_email\n \n as \n \n default_from_email\n \n, \n \n \n default_from_name\n \n as \n \n default_from_name\n \n, \n \n \n default_language\n \n as \n \n default_language\n \n, \n \n \n default_subject\n \n as \n \n default_subject\n \n, \n \n \n email_type_option\n \n as \n \n email_type_option\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n list_rating\n \n as \n \n list_rating\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n notify_on_subscribe\n \n as \n \n notify_on_subscribe\n \n, \n \n \n notify_on_unsubscribe\n \n as \n \n notify_on_unsubscribe\n \n, \n \n \n permission_reminder\n \n as \n \n permission_reminder\n \n, \n \n \n subscribe_url_long\n \n as \n \n subscribe_url_long\n \n, \n \n \n subscribe_url_short\n \n as \n \n subscribe_url_short\n \n, \n \n \n use_archive_bar\n \n as \n \n use_archive_bar\n \n, \n \n \n visibility\n \n as \n \n visibility\n \n\n\n\n \n from base\n\n), \n\nfinal as (\n\n select \n id as list_id,\n date_created,\n name,\n list_rating,\n beamer_address,\n contact_address_1,\n contact_address_2,\n contact_city,\n contact_company,\n contact_country,\n contact_state,\n contact_zip,\n default_from_email,\n default_from_name,\n default_language,\n default_subject,\n email_type_option,\n notify_on_subscribe,\n notify_on_unsubscribe,\n permission_reminder,\n subscribe_url_long,\n subscribe_url_short,\n use_archive_bar,\n visibility\n from fields\n\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__lists\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:32.244287Z", "completed_at": "2023-12-18T10:05:33.067872Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.069067Z", "completed_at": "2023-12-18T10:05:33.069069Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 1.012712001800537, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__campaigns", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaigns_tmp\"\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n archive_url\n \n as \n \n archive_url\n \n, \n \n \n authenticate\n \n as \n \n authenticate\n \n, \n \n \n auto_footer\n \n as \n \n auto_footer\n \n, \n \n \n auto_tweet\n \n as \n \n auto_tweet\n \n, \n \n \n clicktale\n \n as \n \n clicktale\n \n, \n \n \n content_type\n \n as \n \n content_type\n \n, \n \n \n create_time\n \n as \n \n create_time\n \n, \n \n \n drag_and_drop\n \n as \n \n drag_and_drop\n \n, \n \n \n fb_comments\n \n as \n \n fb_comments\n \n, \n \n \n folder_id\n \n as \n \n folder_id\n \n, \n \n \n from_name\n \n as \n \n from_name\n \n, \n \n \n google_analytics\n \n as \n \n google_analytics\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n inline_css\n \n as \n \n inline_css\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n long_archive_url\n \n as \n \n long_archive_url\n \n, \n \n \n reply_to\n \n as \n \n reply_to\n \n, \n \n \n segment_id\n \n as \n \n segment_id\n \n, \n \n \n segment_text\n \n as \n \n segment_text\n \n, \n \n \n send_time\n \n as \n \n send_time\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n subject_line\n \n as \n \n subject_line\n \n, \n \n \n template_id\n \n as \n \n template_id\n \n, \n \n \n test_size\n \n as \n \n test_size\n \n, \n \n \n timewarp\n \n as \n \n timewarp\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n to_name\n \n as \n \n to_name\n \n, \n \n \n track_ecomm_360\n \n as \n \n track_ecomm_360\n \n, \n \n \n track_goals\n \n as \n \n track_goals\n \n, \n \n \n track_html_clicks\n \n as \n \n track_html_clicks\n \n, \n \n \n track_opens\n \n as \n \n track_opens\n \n, \n \n \n track_text_clicks\n \n as \n \n track_text_clicks\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n use_conversation\n \n as \n \n use_conversation\n \n, \n \n \n wait_time\n \n as \n \n wait_time\n \n, \n \n \n winner_criteria\n \n as \n \n winner_criteria\n \n, \n \n \n winning_campaign_id\n \n as \n \n winning_campaign_id\n \n, \n \n \n winning_combination_id\n \n as \n \n winning_combination_id\n \n\n\n\n \n from base\n),\n\nfinal as (\n\n select \n id as campaign_id,\n segment_id,\n create_time as create_timestamp,\n cast(send_time as timestamp) as send_timestamp, \n list_id,\n reply_to as reply_to_email,\n type as campaign_type,\n title,\n archive_url,\n authenticate,\n auto_footer,\n auto_tweet,\n clicktale,\n content_type,\n drag_and_drop,\n fb_comments,\n folder_id,\n from_name,\n google_analytics,\n inline_css,\n long_archive_url,\n status,\n subject_line,\n template_id,\n test_size,\n timewarp,\n to_name,\n track_ecomm_360,\n track_goals,\n track_html_clicks,\n track_opens,\n track_text_clicks,\n use_conversation,\n wait_time,\n winner_criteria,\n winning_campaign_id,\n winning_combination_id\n from fields\n\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaigns\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:32.210462Z", "completed_at": "2023-12-18T10:05:33.068582Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.069880Z", "completed_at": "2023-12-18T10:05:33.069883Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 1.0498449802398682, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__campaign_recipients", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaign_recipients_tmp\"\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n campaign_id\n \n as \n \n campaign_id\n \n, \n \n \n combination_id\n \n as \n \n combination_id\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n member_id\n \n as \n \n member_id\n \n\n\n\n \n from base\n),\n\nfinal as (\n\n select \n campaign_id,\n member_id,\n combination_id,\n list_id\n from fields\n\n), \n\nunique_key as (\n\n select \n *,\n md5(cast(coalesce(cast(campaign_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(member_id as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as email_id\n from final\n \n)\n\nselect *\nfrom unique_key", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaign_recipients\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.136574Z", "completed_at": "2023-12-18T10:05:33.651097Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.651611Z", "completed_at": "2023-12-18T10:05:33.651619Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.6500759124755859, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__members", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__members_tmp\"\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n country_code\n \n as \n \n country_code\n \n, \n \n \n dstoff\n \n as \n \n dstoff\n \n, \n \n \n email_address\n \n as \n \n email_address\n \n, \n \n \n email_client\n \n as \n \n email_client\n \n, \n \n \n email_type\n \n as \n \n email_type\n \n, \n \n \n gmtoff\n \n as \n \n gmtoff\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n ip_opt\n \n as \n \n ip_opt\n \n, \n \n \n ip_signup\n \n as \n \n ip_signup\n \n, \n \n \n language\n \n as \n \n language\n \n, \n \n \n last_changed\n \n as \n \n last_changed\n \n, \n \n \n latitude\n \n as \n \n latitude\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n longitude\n \n as \n \n longitude\n \n, \n \n \n member_rating\n \n as \n \n member_rating\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n timestamp_opt\n \n as \n \n timestamp_opt\n \n, \n \n \n timestamp_signup\n \n as \n \n timestamp_signup\n \n, \n \n \n timezone\n \n as \n \n timezone\n \n, \n \n \n unique_email_id\n \n as \n \n unique_email_id\n \n, \n \n \n vip\n \n as \n \n vip\n \n\n\n\n \n from base\n),\n\nfinal as (\n\n select \n id as member_id,\n email_address,\n email_client,\n email_type,\n status,\n list_id,\n timestamp_signup as signup_timestamp,\n timestamp_opt as opt_in_timestamp,\n last_changed as last_changed_timestamp,\n country_code,\n dstoff,\n gmtoff,\n ip_opt as opt_in_ip_address,\n ip_signup as signup_ip_address,\n language,\n latitude,\n longitude,\n member_rating,\n timezone,\n unique_email_id,\n vip\n \n --The below macro adds the fields defined within your mailchimp__member_pass_through_columns variable into the staging model\n \n\n\n\n\n \n from fields\n\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__members\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.793077Z", "completed_at": "2023-12-18T10:05:33.810846Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.811327Z", "completed_at": "2023-12-18T10:05:33.811333Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.022336959838867188, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__automation_activities_activity_id.0ae0f21475", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect activity_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_activities\"\nwhere activity_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.812894Z", "completed_at": "2023-12-18T10:05:33.816814Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.817277Z", "completed_at": "2023-12-18T10:05:33.817281Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.005372285842895508, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.unique_stg_mailchimp__automation_activities_activity_id.1737f52a7d", "compiled": true, "compiled_code": "\n \n \n\nselect\n activity_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_activities\"\nwhere activity_id is not null\ngroup by activity_id\nhaving count(*) > 1\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.818747Z", "completed_at": "2023-12-18T10:05:33.821568Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.822050Z", "completed_at": "2023-12-18T10:05:33.822055Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.004350900650024414, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__automation_emails_automation_email_id.019e811594", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect automation_email_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_emails\"\nwhere automation_email_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.823662Z", "completed_at": "2023-12-18T10:05:33.826437Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.826874Z", "completed_at": "2023-12-18T10:05:33.826877Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.004148960113525391, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.unique_stg_mailchimp__automation_emails_automation_email_id.a61e4c82c7", "compiled": true, "compiled_code": "\n \n \n\nselect\n automation_email_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_emails\"\nwhere automation_email_id is not null\ngroup by automation_email_id\nhaving count(*) > 1\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.828321Z", "completed_at": "2023-12-18T10:05:33.831175Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.831612Z", "completed_at": "2023-12-18T10:05:33.831615Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.004195690155029297, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__automation_recipients_automation_recipient_id.f0b2e24912", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect automation_recipient_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_recipients\"\nwhere automation_recipient_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.833034Z", "completed_at": "2023-12-18T10:05:33.836514Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.836964Z", "completed_at": "2023-12-18T10:05:33.836968Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.004866838455200195, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.unique_stg_mailchimp__automation_recipients_automation_recipient_id.9c2cfa6272", "compiled": true, "compiled_code": "\n \n \n\nselect\n automation_recipient_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automation_recipients\"\nwhere automation_recipient_id is not null\ngroup by automation_recipient_id\nhaving count(*) > 1\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.838455Z", "completed_at": "2023-12-18T10:05:33.841198Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.841633Z", "completed_at": "2023-12-18T10:05:33.841637Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.004114866256713867, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__automations_automation_id.cf748ea94a", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect automation_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automations\"\nwhere automation_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.843066Z", "completed_at": "2023-12-18T10:05:33.845770Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.846211Z", "completed_at": "2023-12-18T10:05:33.846215Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.004056215286254883, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.unique_stg_mailchimp__automations_automation_id.455bcbd36b", "compiled": true, "compiled_code": "\n \n \n\nselect\n automation_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__automations\"\nwhere automation_id is not null\ngroup by automation_id\nhaving count(*) > 1\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.847749Z", "completed_at": "2023-12-18T10:05:33.850427Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.850859Z", "completed_at": "2023-12-18T10:05:33.850863Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.004047870635986328, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__campaign_activities_activity_id.7c968c29da", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect activity_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaign_activities\"\nwhere activity_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.852282Z", "completed_at": "2023-12-18T10:05:33.854936Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.855366Z", "completed_at": "2023-12-18T10:05:33.855369Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.003983974456787109, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.unique_stg_mailchimp__campaign_activities_activity_id.1ed119dcbe", "compiled": true, "compiled_code": "\n \n \n\nselect\n activity_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaign_activities\"\nwhere activity_id is not null\ngroup by activity_id\nhaving count(*) > 1\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.856766Z", "completed_at": "2023-12-18T10:05:33.860065Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.860503Z", "completed_at": "2023-12-18T10:05:33.860506Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.0046460628509521484, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__lists_list_id.c08bbf9121", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect list_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__lists\"\nwhere list_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.861972Z", "completed_at": "2023-12-18T10:05:33.864914Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.865360Z", "completed_at": "2023-12-18T10:05:33.865364Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.00434112548828125, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.unique_stg_mailchimp__lists_list_id.2d7d469b92", "compiled": true, "compiled_code": "\n \n \n\nselect\n list_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__lists\"\nwhere list_id is not null\ngroup by list_id\nhaving count(*) > 1\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.866816Z", "completed_at": "2023-12-18T10:05:33.869513Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.869952Z", "completed_at": "2023-12-18T10:05:33.869956Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.004045009613037109, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__campaigns_campaign_id.b6967f01dd", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect campaign_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaigns\"\nwhere campaign_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.871351Z", "completed_at": "2023-12-18T10:05:33.873994Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.874460Z", "completed_at": "2023-12-18T10:05:33.874463Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.00400996208190918, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.unique_stg_mailchimp__campaigns_campaign_id.534c6a58a0", "compiled": true, "compiled_code": "\n \n \n\nselect\n campaign_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaigns\"\nwhere campaign_id is not null\ngroup by campaign_id\nhaving count(*) > 1\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.875905Z", "completed_at": "2023-12-18T10:05:33.878570Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.879010Z", "completed_at": "2023-12-18T10:05:33.879014Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.004029273986816406, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__campaign_recipients_email_id.e7aace8199", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect email_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaign_recipients\"\nwhere email_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.880418Z", "completed_at": "2023-12-18T10:05:33.883061Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.883490Z", "completed_at": "2023-12-18T10:05:33.883493Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.003970146179199219, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.unique_stg_mailchimp__campaign_recipients_email_id.1e1843671d", "compiled": true, "compiled_code": "\n \n \n\nselect\n email_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__campaign_recipients\"\nwhere email_id is not null\ngroup by email_id\nhaving count(*) > 1\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.885690Z", "completed_at": "2023-12-18T10:05:33.891552Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.892018Z", "completed_at": "2023-12-18T10:05:33.892023Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.0072689056396484375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.dbt_utils_unique_combination_of_columns_stg_mailchimp__members_member_id__list_id.b3e409aa79", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n member_id, list_id\n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__members\"\n group by member_id, list_id\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.893476Z", "completed_at": "2023-12-18T10:05:33.896210Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:33.896651Z", "completed_at": "2023-12-18T10:05:33.896655Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.004077911376953125, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__members_member_id.70b6c824fb", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect member_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__members\"\nwhere member_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.280306Z", "completed_at": "2023-12-18T10:05:34.027854Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:34.028334Z", "completed_at": "2023-12-18T10:05:34.028339Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.8404631614685059, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__unsubscribes", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__unsubscribes_tmp\"\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n campaign_id\n \n as \n \n campaign_id\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n member_id\n \n as \n \n member_id\n \n, \n \n \n reason\n \n as \n \n reason\n \n, \n \n \n timestamp\n \n as \n \n timestamp\n \n\n\n\n \n from base\n\n), \n\nfinal as (\n\n select \n campaign_id,\n member_id,\n list_id,\n reason as unsubscribe_reason,\n timestamp as unsubscribe_timestamp\n from fields\n\n), \n\nunique_key as (\n\n select \n *, \n md5(cast(coalesce(cast(member_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(list_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(unsubscribe_timestamp as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as unsubscribe_id\n from final\n\n)\n\nselect *\nfrom unique_key", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__unsubscribes\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:34.112624Z", "completed_at": "2023-12-18T10:05:34.120100Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:34.120569Z", "completed_at": "2023-12-18T10:05:34.120574Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.008912324905395508, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__unsubscribes_unsubscribe_id.77bd90d9ab", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect unsubscribe_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__unsubscribes\"\nwhere unsubscribe_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:34.116360Z", "completed_at": "2023-12-18T10:05:34.121344Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:34.121761Z", "completed_at": "2023-12-18T10:05:34.121763Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.006353139877319336, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.unique_stg_mailchimp__unsubscribes_unsubscribe_id.c34aefd746", "compiled": true, "compiled_code": "\n \n \n\nselect\n unsubscribe_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__unsubscribes\"\nwhere unsubscribe_id is not null\ngroup by unsubscribe_id\nhaving count(*) > 1\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.271481Z", "completed_at": "2023-12-18T10:05:34.078400Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:34.082527Z", "completed_at": "2023-12-18T10:05:34.082534Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.9541988372802734, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__segments", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select * \n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__segments_tmp\"\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n member_count\n \n as \n \n member_count\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n\n\n\n \n from base\n\n), \n\nfinal as (\n\n select\n id as segment_id,\n list_id,\n member_count,\n name as segment_name,\n type as segment_type,\n updated_at as updated_timestamp,\n created_at as created_timestamp\n from fields\n\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__segments\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:33.260265Z", "completed_at": "2023-12-18T10:05:34.083180Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:34.083636Z", "completed_at": "2023-12-18T10:05:34.083639Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.9754738807678223, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.mailchimp_source.stg_mailchimp__segment_members", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select * \n from \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__segment_members_tmp\"\n\n),\n\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n list_id\n \n as \n \n list_id\n \n, \n \n \n member_id\n \n as \n \n member_id\n \n, \n \n \n segment_id\n \n as \n \n segment_id\n \n\n\n\n \n from base\n\n), \n\nfinal as (\n\n select\n segment_id,\n member_id,\n list_id\n from fields\n\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__segment_members\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:34.245125Z", "completed_at": "2023-12-18T10:05:34.248030Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:34.250060Z", "completed_at": "2023-12-18T10:05:34.250072Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.01739501953125, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.unique_stg_mailchimp__segments_segment_id.48f28610b5", "compiled": true, "compiled_code": "\n \n \n\nselect\n segment_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__segments\"\nwhere segment_id is not null\ngroup by segment_id\nhaving count(*) > 1\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-18T10:05:34.236512Z", "completed_at": "2023-12-18T10:05:34.248331Z"}, {"name": "execute", "started_at": "2023-12-18T10:05:34.250653Z", "completed_at": "2023-12-18T10:05:34.250661Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.019300222396850586, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.mailchimp_source.not_null_stg_mailchimp__segments_segment_id.310ec9f744", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect segment_id\nfrom \"dev\".\"mailchimp_source_integration_tests_stg_mailchimp\".\"stg_mailchimp__segments\"\nwhere segment_id is null\n\n\n", "relation_name": null}], "elapsed_time": 4.261733770370483, "args": {"show_resource_report": false, "indirect_selection": "eager", "write_json": true, "use_colors": true, "partial_parse": true, "empty_catalog": false, "log_level": "info", "partial_parse_file_diff": true, "cache_selected_only": false, "printer_width": 80, "strict_mode": false, "macro_debugging": false, "version_check": true, "compile": true, "warn_error_options": {"include": [], "exclude": []}, "log_format_file": "debug", "enable_legacy_logger": false, "log_path": "/Users/avinash.kunnath/Documents/dbt_packages/mailchimp/dbt_mailchimp_source/integration_tests/logs", "exclude": [], "invocation_command": "dbt docs generate -t redshift", "print": true, "static": false, "favor_state": false, "profiles_dir": "/Users/avinash.kunnath/.dbt", "target": "redshift", "which": "generate", "select": [], "quiet": false, "log_format": "default", "introspect": true, "populate_cache": true, "send_anonymous_usage_stats": true, "project_dir": "/Users/avinash.kunnath/Documents/dbt_packages/mailchimp/dbt_mailchimp_source/integration_tests", "vars": {}, "log_file_max_bytes": 10485760, "static_parser": true, "use_colors_file": true, "defer": false, "log_level_file": "debug"}} \ No newline at end of file diff --git a/integration_tests/.gitignore b/integration_tests/.gitignore index 64454d7..53598e6 100644 --- a/integration_tests/.gitignore +++ b/integration_tests/.gitignore @@ -2,4 +2,6 @@ target/ dbt_modules/ logs/ -.DS_Store \ No newline at end of file +env/ +.DS_Store +package-lock.yml \ No newline at end of file diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 625700b..c6bd58f 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'mailchimp_source_integration_tests' -version: '0.5.1' +version: '0.5.2' config-version: 2 profile: 'integration_tests' vars: @@ -17,8 +17,8 @@ vars: mailchimp_list_identifier: "list" mailchimp_member_identifier: "member" mailchimp_unsubscribe_identifier: "unsubscribe" - using_automations: true - using_segments: true + mailchimp_using_automations: true + mailchimp_using_segments: true seeds: mailchimp_source_integration_tests: +quote_columns: "{{ true if target.type == 'redshift' else false }}" diff --git a/models/src_mailchimp.yml b/models/src_mailchimp.yml index 6085e4f..dc1446d 100644 --- a/models/src_mailchimp.yml +++ b/models/src_mailchimp.yml @@ -13,8 +13,8 @@ sources: - name: automation identifier: "{{ var('mailchimp_automation_identifier', 'automation')}}" description: Each record represents an automation in Mailchimp. - meta: - is_enabled: "{{ var('using_automations', true) }}" + config: + enabled: "{{ var('mailchimp_using_automations', true) }}" columns: - name: id description: The ID of the automation in Mailchimp. @@ -44,8 +44,8 @@ sources: - name: automation_email identifier: "{{ var('mailchimp_automation_email_identifier', 'automation_email')}}" description: Each record represents an automation email (that make up automations). - meta: - is_enabled: "{{ var('using_automations', true) }}" + config: + enabled: "{{ var('mailchimp_using_automations', true) }}" columns: - name: id description: The ID of the email. @@ -129,8 +129,8 @@ sources: - name: automation_recipient identifier: "{{ var('mailchimp_automation_recipient_identifier', 'automation_recipient')}}" description: Each record represents info about the recipient of each automation. - meta: - is_enabled: "{{ var('using_automations', true) }}" + config: + enabled: "{{ var('mailchimp_using_automations', true) }}" columns: - name: member_id description: The ID of the member the automation was sent to. @@ -144,8 +144,8 @@ sources: - name: automation_recipient_activity identifier: "{{ var('mailchimp_automation_recipient_activity_identifier', 'automation_recipient_activity')}}" description: Each record represents an activity taken in relation to a automation email. - meta: - is_enabled: "{{ var('using_automations', true) }}" + config: + enabled: "{{ var('mailchimp_using_automations', true) }}" columns: - name: action description: > @@ -174,7 +174,6 @@ sources: columns: - name: id description: The ID of the campaign in Mailchimp. - - name: segment_id description: The ID of the Segment a campaign was sent to. - name: create_time @@ -304,6 +303,8 @@ sources: - name: segment identifier: "{{ var('mailchimp_segment_identifier', 'segment')}}" description: Each record represents a segment in Mailchimp. + config: + enabled: "{{ var('mailchimp_using_segments', true) }}" columns: - name: id description: The ID for the Segment from Mailchimp @@ -323,9 +324,12 @@ sources: description: UTC timestamp that indicates the time when Fivetran last successfully synced the row. - name: _fivetran_deleted description: Boolean that is true if the row has been soft-deleted from the source. + - name: segment_member identifier: "{{ var('mailchimp_segment_member_identifier', 'segment_member')}}" description: Each record represents a member and their segment data. + config: + enabled: "{{ var('mailchimp_using_segments', true) }}" columns: - name: segment_id description: The ID for the Segment from Mailchimp. diff --git a/models/stg_mailchimp__campaign_activities.sql b/models/stg_mailchimp__campaign_activities.sql index a569754..2e2be8a 100644 --- a/models/stg_mailchimp__campaign_activities.sql +++ b/models/stg_mailchimp__campaign_activities.sql @@ -27,7 +27,7 @@ final as ( campaign_id, member_id, list_id, - timestamp as activity_timestamp, + cast(timestamp as {{ dbt.type_timestamp() }}) as activity_timestamp, ip as ip_address, url, bounce_type, diff --git a/models/stg_mailchimp__campaigns.sql b/models/stg_mailchimp__campaigns.sql index 1ae0f61..8f32ecb 100644 --- a/models/stg_mailchimp__campaigns.sql +++ b/models/stg_mailchimp__campaigns.sql @@ -25,7 +25,7 @@ final as ( id as campaign_id, segment_id, create_time as create_timestamp, - send_time as send_timestamp, + cast(send_time as {{ dbt.type_timestamp() }}) as send_timestamp, list_id, reply_to as reply_to_email, type as campaign_type,