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 @@
-