diff --git a/README.md b/README.md index daa2ede..7ccc22f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The following table provides a detailed list of all tables materialized within t | [marketo__campaigns](https://fivetran.github.io/dbt_marketo/#!/model/model.marketo.marketo__campaigns) | Each record represents a Marketo campaign, enriched with metrics about email performance. | | [marketo__email_sends](https://fivetran.github.io/dbt_marketo/#!/model/model.marketo.marketo__email_sends) | Each record represents the send of a Marketo email, enriched with metrics about email performance. | | [marketo__email_templates](https://fivetran.github.io/dbt_marketo/#!/model/model.marketo.marketo__email_templates) | Each record represents a Marketo email template, enriched with metrics about email performance. | -| [marketo__lead_history](https://fivetran.github.io/dbt_marketo/#!/model/model.marketo.marketo__lead_history) | Each record represents the state of a lead on a specific day. The columns in this model are specified with the `lead_history_columns` variable. The start date is configured by the `marketo__first_date` variable, which by default, for dbt Core™ users, is the date of the earliest lead record, and for Fivetran Quickstart Data Model users, is 18 months in the past. | +| [marketo__lead_history](https://fivetran.github.io/dbt_marketo/#!/model/model.marketo.marketo__lead_history) | Each record represents the state of a lead on a specific day. The columns in this model are specified with the `lead_history_columns` variable. The start date is configured by the `marketo__first_date` variable, which by default, for dbt Core™ users, is the date of the earliest lead record, and for Fivetran Quickstart Data Model users, is 18 months in the past. There is currently no way to adjust this within the Quickstart environment, though incremental model runs will slowly look further and further in the past. However, please be aware that a full refresh will reset the clock and limit data to 18 months prior. | | [marketo__leads](https://fivetran.github.io/dbt_marketo/#!/model/model.marketo.marketo__leads) | Each record represents a Marketo lead, enriched with metrics about email performance. | | [marketo__programs](https://fivetran.github.io/dbt_marketo/#!/model/model.marketo.marketo__programs) | Each record represents a Marketo program, enriched with metrics about email performance. | @@ -137,7 +137,7 @@ models: marketo__first_date: "yyyy-mm-dd" ``` -> For Fivetran Quickstart Data Model users, the package will look 18 months in the past. There is currently no way to adjust this within the Quickstart environment, though incremental runs will slowly look further and further in the past. A full refresh will reset the clock and limit data to 18 months prior. +> For Fivetran Quickstart Data Model users, the package will look 18 months in the past. There is currently no way to adjust this within the Quickstart environment, though incremental runs will slowly look further and further in the past. However, please be aware that a full refresh will reset the clock and limit data to 18 months prior. diff --git a/docs/catalog.json b/docs/catalog.json index fc26507..e412029 100644 --- a/docs/catalog.json +++ b/docs/catalog.json @@ -1 +1 @@ -{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.7.9", "generated_at": "2024-03-20T21:27:49.782024Z", "invocation_id": "baf383f6-7f11-4df2-8d32-377e8e12e4f6", "env": {}}, "nodes": {"seed.marketo_integration_tests.marketo_activity_change_data_value_data": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_activity_change_data_value_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_date": {"type": "timestamp without time zone", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "api_method_name": {"type": "integer", "index": 3, "name": "api_method_name", "comment": null}, "campaign_id": {"type": "integer", "index": 4, "name": "campaign_id", "comment": null}, "id": {"type": "integer", "index": 5, "name": "id", "comment": null}, "lead_id": {"type": "integer", "index": 6, "name": "lead_id", "comment": null}, "modifying_user": {"type": "integer", "index": 7, "name": "modifying_user", "comment": null}, "new_value": {"type": "text", "index": 8, "name": "new_value", "comment": null}, "old_value": {"type": "text", "index": 9, "name": "old_value", "comment": null}, "primary_attribute_value": {"type": "text", "index": 10, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 11, "name": "primary_attribute_value_id", "comment": null}, "reason": {"type": "text", "index": 12, "name": "reason", "comment": null}, "request_id": {"type": "integer", "index": 13, "name": "request_id", "comment": null}, "source": {"type": "text", "index": 14, "name": "source", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.marketo_integration_tests.marketo_activity_change_data_value_data"}, "seed.marketo_integration_tests.marketo_activity_click_email_data": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_activity_click_email_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_date": {"type": "text", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "integer", "index": 5, "name": "choice_number", "comment": null}, "device": {"type": "text", "index": 6, "name": "device", "comment": null}, "email_template_id": {"type": "integer", "index": 7, "name": "email_template_id", "comment": null}, "id": {"type": "integer", "index": 8, "name": "id", "comment": null}, "is_mobile_device": {"type": "boolean", "index": 9, "name": "is_mobile_device", "comment": null}, "lead_id": {"type": "integer", "index": 10, "name": "lead_id", "comment": null}, "link": {"type": "text", "index": 11, "name": "link", "comment": null}, "platform": {"type": "text", "index": 12, "name": "platform", "comment": null}, "primary_attribute_value": {"type": "text", "index": 13, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 14, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "integer", "index": 15, "name": "step_id", "comment": null}, "user_agent": {"type": "text", "index": 16, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.marketo_integration_tests.marketo_activity_click_email_data"}, "seed.marketo_integration_tests.marketo_activity_delete_lead_data": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_activity_delete_lead_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "activity_date": {"type": "text", "index": 3, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 4, "name": "activity_type_id", "comment": null}, "campaign": {"type": "text", "index": 5, "name": "campaign", "comment": null}, "campaign_id": {"type": "integer", "index": 6, "name": "campaign_id", "comment": null}, "lead_id": {"type": "integer", "index": 7, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "text", "index": 8, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 9, "name": "primary_attribute_value_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.marketo_integration_tests.marketo_activity_delete_lead_data"}, "seed.marketo_integration_tests.marketo_activity_email_bounced_data": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_activity_email_bounced_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_date": {"type": "text", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "category": {"type": "integer", "index": 5, "name": "category", "comment": null}, "choice_number": {"type": "integer", "index": 6, "name": "choice_number", "comment": null}, "details": {"type": "text", "index": 7, "name": "details", "comment": null}, "email": {"type": "text", "index": 8, "name": "email", "comment": null}, "email_template_id": {"type": "integer", "index": 9, "name": "email_template_id", "comment": null}, "id": {"type": "integer", "index": 10, "name": "id", "comment": null}, "lead_id": {"type": "integer", "index": 11, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "text", "index": 12, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 13, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "integer", "index": 14, "name": "step_id", "comment": null}, "subcategory": {"type": "integer", "index": 15, "name": "subcategory", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.marketo_integration_tests.marketo_activity_email_bounced_data"}, "seed.marketo_integration_tests.marketo_activity_email_delivered_data": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_activity_email_delivered_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_date": {"type": "text", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "integer", "index": 5, "name": "choice_number", "comment": null}, "email_template_id": {"type": "integer", "index": 6, "name": "email_template_id", "comment": null}, "id": {"type": "integer", "index": 7, "name": "id", "comment": null}, "lead_id": {"type": "integer", "index": 8, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "text", "index": 9, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 10, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "integer", "index": 11, "name": "step_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.marketo_integration_tests.marketo_activity_email_delivered_data"}, "seed.marketo_integration_tests.marketo_activity_merge_leads_data": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_activity_merge_leads_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "activity_date": {"type": "text", "index": 3, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 4, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 5, "name": "campaign_id", "comment": null}, "lead_id": {"type": "integer", "index": 6, "name": "lead_id", "comment": null}, "master_updated": {"type": "boolean", "index": 7, "name": "master_updated", "comment": null}, "merge_ids": {"type": "text", "index": 8, "name": "merge_ids", "comment": null}, "merge_source": {"type": "text", "index": 9, "name": "merge_source", "comment": null}, "merged_in_sales": {"type": "boolean", "index": 10, "name": "merged_in_sales", "comment": null}, "primary_attribute_value": {"type": "text", "index": 11, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 12, "name": "primary_attribute_value_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.marketo_integration_tests.marketo_activity_merge_leads_data"}, "seed.marketo_integration_tests.marketo_activity_open_email_data": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_activity_open_email_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_date": {"type": "text", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "integer", "index": 5, "name": "choice_number", "comment": null}, "device": {"type": "text", "index": 6, "name": "device", "comment": null}, "email_template_id": {"type": "integer", "index": 7, "name": "email_template_id", "comment": null}, "id": {"type": "integer", "index": 8, "name": "id", "comment": null}, "is_mobile_device": {"type": "boolean", "index": 9, "name": "is_mobile_device", "comment": null}, "lead_id": {"type": "integer", "index": 10, "name": "lead_id", "comment": null}, "platform": {"type": "text", "index": 11, "name": "platform", "comment": null}, "primary_attribute_value": {"type": "text", "index": 12, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 13, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "integer", "index": 14, "name": "step_id", "comment": null}, "user_agent": {"type": "text", "index": 15, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.marketo_integration_tests.marketo_activity_open_email_data"}, "seed.marketo_integration_tests.marketo_activity_send_email_data": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_activity_send_email_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_date": {"type": "timestamp without time zone", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "integer", "index": 5, "name": "choice_number", "comment": null}, "email_template_id": {"type": "integer", "index": 6, "name": "email_template_id", "comment": null}, "id": {"type": "integer", "index": 7, "name": "id", "comment": null}, "lead_id": {"type": "integer", "index": 8, "name": "lead_id", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 9, "name": "primary_attribute_value_id", "comment": null}, "primary_attribute_value": {"type": "text", "index": 10, "name": "primary_attribute_value", "comment": null}, "step_id": {"type": "integer", "index": 11, "name": "step_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.marketo_integration_tests.marketo_activity_send_email_data"}, "seed.marketo_integration_tests.marketo_activity_unsubscribe_email_data": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_activity_unsubscribe_email_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_date": {"type": "text", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "client_ip_address": {"type": "text", "index": 5, "name": "client_ip_address", "comment": null}, "email_template_id": {"type": "integer", "index": 6, "name": "email_template_id", "comment": null}, "form_fields": {"type": "text", "index": 7, "name": "form_fields", "comment": null}, "id": {"type": "integer", "index": 8, "name": "id", "comment": null}, "lead_id": {"type": "integer", "index": 9, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "text", "index": 10, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 11, "name": "primary_attribute_value_id", "comment": null}, "query_parameters": {"type": "text", "index": 12, "name": "query_parameters", "comment": null}, "referrer_url": {"type": "text", "index": 13, "name": "referrer_url", "comment": null}, "user_agent": {"type": "text", "index": 14, "name": "user_agent", "comment": null}, "webform_id": {"type": "integer", "index": 15, "name": "webform_id", "comment": null}, "webpage_id": {"type": "integer", "index": 16, "name": "webpage_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.marketo_integration_tests.marketo_activity_unsubscribe_email_data"}, "seed.marketo_integration_tests.marketo_campaign_data": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_campaign_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"active": {"type": "boolean", "index": 1, "name": "active", "comment": null}, "created_at": {"type": "text", "index": 2, "name": "created_at", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "id": {"type": "integer", "index": 4, "name": "id", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "program_id": {"type": "integer", "index": 6, "name": "program_id", "comment": null}, "type": {"type": "text", "index": 7, "name": "type", "comment": null}, "updated_at": {"type": "text", "index": 8, "name": "updated_at", "comment": null}, "workspace_name": {"type": "text", "index": 9, "name": "workspace_name", "comment": null}, "computed_url": {"type": "text", "index": 10, "name": "computed_url", "comment": null}, "flow_id": {"type": "integer", "index": 11, "name": "flow_id", "comment": null}, "folder_id": {"type": "integer", "index": 12, "name": "folder_id", "comment": null}, "folder_type": {"type": "text", "index": 13, "name": "folder_type", "comment": null}, "is_communication_limit_enabled": {"type": "boolean", "index": 14, "name": "is_communication_limit_enabled", "comment": null}, "is_requestable": {"type": "boolean", "index": 15, "name": "is_requestable", "comment": null}, "is_system": {"type": "boolean", "index": 16, "name": "is_system", "comment": null}, "max_members": {"type": "integer", "index": 17, "name": "max_members", "comment": null}, "qualification_rule_type": {"type": "text", "index": 18, "name": "qualification_rule_type", "comment": null}, "qualification_rule_interval": {"type": "integer", "index": 19, "name": "qualification_rule_interval", "comment": null}, "qualification_rule_unit": {"type": "text", "index": 20, "name": "qualification_rule_unit", "comment": null}, "recurrence_start_at": {"type": "text", "index": 21, "name": "recurrence_start_at", "comment": null}, "recurrence_end_at": {"type": "integer", "index": 22, "name": "recurrence_end_at", "comment": null}, "recurrence_interval_type": {"type": "text", "index": 23, "name": "recurrence_interval_type", "comment": null}, "recurrence_interval": {"type": "integer", "index": 24, "name": "recurrence_interval", "comment": null}, "recurrence_weekday_only": {"type": "boolean", "index": 25, "name": "recurrence_weekday_only", "comment": null}, "recurrence_day_of_month": {"type": "integer", "index": 26, "name": "recurrence_day_of_month", "comment": null}, "recurrence_day_of_week": {"type": "integer", "index": 27, "name": "recurrence_day_of_week", "comment": null}, "recurrence_week_of_month": {"type": "integer", "index": 28, "name": "recurrence_week_of_month", "comment": null}, "smart_list_id": {"type": "integer", "index": 29, "name": "smart_list_id", "comment": null}, "status": {"type": "text", "index": 30, "name": "status", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 31, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.marketo_integration_tests.marketo_campaign_data"}, "seed.marketo_integration_tests.marketo_email_template_history_data": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_email_template_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"created_at": {"type": "timestamp without time zone", "index": 1, "name": "created_at", "comment": null}, "description": {"type": "text", "index": 2, "name": "description", "comment": null}, "folder_folder_name": {"type": "text", "index": 3, "name": "folder_folder_name", "comment": null}, "folder_id": {"type": "integer", "index": 4, "name": "folder_id", "comment": null}, "folder_type": {"type": "text", "index": 5, "name": "folder_type", "comment": null}, "folder_value": {"type": "integer", "index": 6, "name": "folder_value", "comment": null}, "from_email": {"type": "text", "index": 7, "name": "from_email", "comment": null}, "from_name": {"type": "text", "index": 8, "name": "from_name", "comment": null}, "id": {"type": "integer", "index": 9, "name": "id", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "operational": {"type": "boolean", "index": 11, "name": "operational", "comment": null}, "program_id": {"type": "integer", "index": 12, "name": "program_id", "comment": null}, "publish_to_msi": {"type": "boolean", "index": 13, "name": "publish_to_msi", "comment": null}, "reply_email": {"type": "text", "index": 14, "name": "reply_email", "comment": null}, "status": {"type": "text", "index": 15, "name": "status", "comment": null}, "subject": {"type": "text", "index": 16, "name": "subject", "comment": null}, "template": {"type": "integer", "index": 17, "name": "template", "comment": null}, "text_only": {"type": "boolean", "index": 18, "name": "text_only", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 19, "name": "updated_at", "comment": null}, "url": {"type": "text", "index": 20, "name": "url", "comment": null}, "version": {"type": "integer", "index": 21, "name": "version", "comment": null}, "web_view": {"type": "boolean", "index": 22, "name": "web_view", "comment": null}, "workspace": {"type": "text", "index": 23, "name": "workspace", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.marketo_integration_tests.marketo_email_template_history_data"}, "seed.marketo_integration_tests.marketo_lead_data": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_lead_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 2, "name": "created_at", "comment": null}, "updated_at": {"type": "text", "index": 3, "name": "updated_at", "comment": null}, "email": {"type": "text", "index": 4, "name": "email", "comment": null}, "first_name": {"type": "text", "index": 5, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 6, "name": "last_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.marketo_integration_tests.marketo_lead_data"}, "seed.marketo_integration_tests.marketo_lead_describe_data": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_lead_describe_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"data_type": {"type": "text", "index": 1, "name": "data_type", "comment": null}, "display_name": {"type": "text", "index": 2, "name": "display_name", "comment": null}, "id": {"type": "integer", "index": 3, "name": "id", "comment": null}, "length": {"type": "integer", "index": 4, "name": "length", "comment": null}, "restname": {"type": "text", "index": 5, "name": "restname", "comment": null}, "restread_only": {"type": "boolean", "index": 6, "name": "restread_only", "comment": null}, "soapname": {"type": "text", "index": 7, "name": "soapname", "comment": null}, "soapread_only": {"type": "boolean", "index": 8, "name": "soapread_only", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.marketo_integration_tests.marketo_lead_describe_data"}, "seed.marketo_integration_tests.marketo_program_data": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_program_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "channel": {"type": "text", "index": 2, "name": "channel", "comment": null}, "created_at": {"type": "text", "index": 3, "name": "created_at", "comment": null}, "description": {"type": "integer", "index": 4, "name": "description", "comment": null}, "end_date": {"type": "integer", "index": 5, "name": "end_date", "comment": null}, "name": {"type": "text", "index": 6, "name": "name", "comment": null}, "sfdc_id": {"type": "text", "index": 7, "name": "sfdc_id", "comment": null}, "sfdc_name": {"type": "text", "index": 8, "name": "sfdc_name", "comment": null}, "start_date": {"type": "integer", "index": 9, "name": "start_date", "comment": null}, "status": {"type": "text", "index": 10, "name": "status", "comment": null}, "type": {"type": "text", "index": 11, "name": "type", "comment": null}, "updated_at": {"type": "text", "index": 12, "name": "updated_at", "comment": null}, "url": {"type": "text", "index": 13, "name": "url", "comment": null}, "workspace": {"type": "text", "index": 14, "name": "workspace", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 15, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.marketo_integration_tests.marketo_program_data"}, "model.marketo.int_marketo__lead": {"metadata": {"type": "VIEW", "schema": "marketo_integration_tests_56_marketo", "name": "int_marketo__lead", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 2, "name": "created_timestamp", "comment": null}, "email": {"type": "text", "index": 3, "name": "email", "comment": null}, "first_name": {"type": "text", "index": 4, "name": "first_name", "comment": null}, "lead_id": {"type": "integer", "index": 5, "name": "lead_id", "comment": null}, "last_name": {"type": "text", "index": 6, "name": "last_name", "comment": null}, "updated_timestamp": {"type": "text", "index": 7, "name": "updated_timestamp", "comment": null}, "phone": {"type": "text", "index": 8, "name": "phone", "comment": null}, "main_phone": {"type": "text", "index": 9, "name": "main_phone", "comment": null}, "mobile_phone": {"type": "text", "index": 10, "name": "mobile_phone", "comment": null}, "company": {"type": "text", "index": 11, "name": "company", "comment": null}, "inferred_company": {"type": "text", "index": 12, "name": "inferred_company", "comment": null}, "address_lead": {"type": "text", "index": 13, "name": "address_lead", "comment": null}, "address": {"type": "text", "index": 14, "name": "address", "comment": null}, "city": {"type": "text", "index": 15, "name": "city", "comment": null}, "state": {"type": "text", "index": 16, "name": "state", "comment": null}, "state_code": {"type": "text", "index": 17, "name": "state_code", "comment": null}, "country": {"type": "text", "index": 18, "name": "country", "comment": null}, "country_code": {"type": "text", "index": 19, "name": "country_code", "comment": null}, "postal_code": {"type": "text", "index": 20, "name": "postal_code", "comment": null}, "billing_street": {"type": "text", "index": 21, "name": "billing_street", "comment": null}, "billing_city": {"type": "text", "index": 22, "name": "billing_city", "comment": null}, "billing_state": {"type": "text", "index": 23, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "text", "index": 24, "name": "billing_state_code", "comment": null}, "billing_country": {"type": "text", "index": 25, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "text", "index": 26, "name": "billing_country_code", "comment": null}, "billing_postal_code": {"type": "text", "index": 27, "name": "billing_postal_code", "comment": null}, "inferred_city": {"type": "text", "index": 28, "name": "inferred_city", "comment": null}, "inferred_state_region": {"type": "text", "index": 29, "name": "inferred_state_region", "comment": null}, "inferred_country": {"type": "text", "index": 30, "name": "inferred_country", "comment": null}, "inferred_postal_code": {"type": "text", "index": 31, "name": "inferred_postal_code", "comment": null}, "inferred_phone_area_code": {"type": "text", "index": 32, "name": "inferred_phone_area_code", "comment": null}, "anonymous_ip": {"type": "text", "index": 33, "name": "anonymous_ip", "comment": null}, "is_unsubscribed": {"type": "boolean", "index": 34, "name": "is_unsubscribed", "comment": null}, "is_email_invalid": {"type": "boolean", "index": 35, "name": "is_email_invalid", "comment": null}, "do_not_call": {"type": "boolean", "index": 36, "name": "do_not_call", "comment": null}, "is_deleted": {"type": "boolean", "index": 37, "name": "is_deleted", "comment": null}, "merged_into_lead_id": {"type": "text", "index": 38, "name": "merged_into_lead_id", "comment": null}, "is_merged": {"type": "boolean", "index": 39, "name": "is_merged", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo.int_marketo__lead"}, "model.marketo.marketo__calendar_spine": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56_marketo", "name": "marketo__calendar_spine", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date_day": {"type": "date", "index": 1, "name": "date_day", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo.marketo__calendar_spine"}, "model.marketo.marketo__change_data_details": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56_marketo", "name": "marketo__change_data_details", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"lead_id": {"type": "integer", "index": 1, "name": "lead_id", "comment": null}, "date_day": {"type": "date", "index": 2, "name": "date_day", "comment": null}, "urgency": {"type": "boolean", "index": 3, "name": "urgency", "comment": null}, "priority": {"type": "boolean", "index": 4, "name": "priority", "comment": null}, "lead_day_id": {"type": "text", "index": 5, "name": "lead_day_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo.marketo__change_data_details"}, "model.marketo.marketo__change_data_pivot": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56_marketo", "name": "marketo__change_data_pivot", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"lead_id": {"type": "integer", "index": 1, "name": "lead_id", "comment": null}, "date_day": {"type": "date", "index": 2, "name": "date_day", "comment": null}, "urgency": {"type": "text", "index": 3, "name": "urgency", "comment": null}, "priority": {"type": "text", "index": 4, "name": "priority", "comment": null}, "lead_day_id": {"type": "text", "index": 5, "name": "lead_day_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo.marketo__change_data_pivot"}, "model.marketo.marketo__change_data_scd": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56_marketo", "name": "marketo__change_data_scd", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"valid_to": {"type": "date", "index": 1, "name": "valid_to", "comment": null}, "lead_id": {"type": "integer", "index": 2, "name": "lead_id", "comment": null}, "lead_day_id": {"type": "text", "index": 3, "name": "lead_day_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo.marketo__change_data_scd"}, "model.marketo.marketo__email_sends": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56_marketo", "name": "marketo__email_sends", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_timestamp": {"type": "timestamp without time zone", "index": 1, "name": "activity_timestamp", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "integer", "index": 5, "name": "choice_number", "comment": null}, "email_template_id": {"type": "integer", "index": 6, "name": "email_template_id", "comment": null}, "activity_id": {"type": "integer", "index": 7, "name": "activity_id", "comment": null}, "lead_id": {"type": "integer", "index": 8, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "text", "index": 9, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 10, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "integer", "index": 11, "name": "step_id", "comment": null}, "email_send_id": {"type": "text", "index": 12, "name": "email_send_id", "comment": null}, "activity_rank": {"type": "bigint", "index": 13, "name": "activity_rank", "comment": null}, "count_opens": {"type": "bigint", "index": 14, "name": "count_opens", "comment": null}, "count_bounces": {"type": "bigint", "index": 15, "name": "count_bounces", "comment": null}, "count_clicks": {"type": "bigint", "index": 16, "name": "count_clicks", "comment": null}, "count_deliveries": {"type": "bigint", "index": 17, "name": "count_deliveries", "comment": null}, "count_unsubscribes": {"type": "bigint", "index": 18, "name": "count_unsubscribes", "comment": null}, "was_opened": {"type": "boolean", "index": 19, "name": "was_opened", "comment": null}, "was_bounced": {"type": "boolean", "index": 20, "name": "was_bounced", "comment": null}, "was_clicked": {"type": "boolean", "index": 21, "name": "was_clicked", "comment": null}, "was_delivered": {"type": "boolean", "index": 22, "name": "was_delivered", "comment": null}, "was_unsubscribed": {"type": "boolean", "index": 23, "name": "was_unsubscribed", "comment": null}, "is_operational": {"type": "boolean", "index": 24, "name": "is_operational", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo.marketo__email_sends"}, "model.marketo.marketo__email_templates": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56_marketo", "name": "marketo__email_templates", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"created_timestamp": {"type": "timestamp without time zone", "index": 1, "name": "created_timestamp", "comment": null}, "description": {"type": "text", "index": 2, "name": "description", "comment": null}, "folder_name": {"type": "text", "index": 3, "name": "folder_name", "comment": null}, "folder_id": {"type": "integer", "index": 4, "name": "folder_id", "comment": null}, "folder_type": {"type": "text", "index": 5, "name": "folder_type", "comment": null}, "folder_value": {"type": "integer", "index": 6, "name": "folder_value", "comment": null}, "from_email": {"type": "text", "index": 7, "name": "from_email", "comment": null}, "from_name": {"type": "text", "index": 8, "name": "from_name", "comment": null}, "email_template_id": {"type": "integer", "index": 9, "name": "email_template_id", "comment": null}, "email_template_name": {"type": "text", "index": 10, "name": "email_template_name", "comment": null}, "is_operational": {"type": "boolean", "index": 11, "name": "is_operational", "comment": null}, "program_id": {"type": "integer", "index": 12, "name": "program_id", "comment": null}, "publish_to_msi": {"type": "boolean", "index": 13, "name": "publish_to_msi", "comment": null}, "reply_email": {"type": "text", "index": 14, "name": "reply_email", "comment": null}, "email_template_status": {"type": "text", "index": 15, "name": "email_template_status", "comment": null}, "email_subject": {"type": "text", "index": 16, "name": "email_subject", "comment": null}, "parent_template_id": {"type": "integer", "index": 17, "name": "parent_template_id", "comment": null}, "is_text_only": {"type": "boolean", "index": 18, "name": "is_text_only", "comment": null}, "updated_timestamp": {"type": "timestamp without time zone", "index": 19, "name": "updated_timestamp", "comment": null}, "email_template_url": {"type": "text", "index": 20, "name": "email_template_url", "comment": null}, "version_type": {"type": "integer", "index": 21, "name": "version_type", "comment": null}, "has_web_view_enabled": {"type": "boolean", "index": 22, "name": "has_web_view_enabled", "comment": null}, "workspace_name": {"type": "text", "index": 23, "name": "workspace_name", "comment": null}, "inferred_version": {"type": "bigint", "index": 24, "name": "inferred_version", "comment": null}, "total_count_of_versions": {"type": "bigint", "index": 25, "name": "total_count_of_versions", "comment": null}, "valid_from": {"type": "timestamp without time zone", "index": 26, "name": "valid_from", "comment": null}, "valid_to": {"type": "timestamp without time zone", "index": 27, "name": "valid_to", "comment": null}, "is_most_recent_version": {"type": "boolean", "index": 28, "name": "is_most_recent_version", "comment": null}, "email_template_history_id": {"type": "text", "index": 29, "name": "email_template_history_id", "comment": null}, "count_sends": {"type": "bigint", "index": 30, "name": "count_sends", "comment": null}, "count_opens": {"type": "numeric", "index": 31, "name": "count_opens", "comment": null}, "count_bounces": {"type": "numeric", "index": 32, "name": "count_bounces", "comment": null}, "count_clicks": {"type": "numeric", "index": 33, "name": "count_clicks", "comment": null}, "count_deliveries": {"type": "numeric", "index": 34, "name": "count_deliveries", "comment": null}, "count_unsubscribes": {"type": "numeric", "index": 35, "name": "count_unsubscribes", "comment": null}, "count_unique_opens": {"type": "bigint", "index": 36, "name": "count_unique_opens", "comment": null}, "count_unique_clicks": {"type": "bigint", "index": 37, "name": "count_unique_clicks", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo.marketo__email_templates"}, "model.marketo.marketo__lead_calendar_spine": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56_marketo", "name": "marketo__lead_calendar_spine", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date_day": {"type": "date", "index": 1, "name": "date_day", "comment": null}, "lead_id": {"type": "integer", "index": 2, "name": "lead_id", "comment": null}, "lead_day_id": {"type": "text", "index": 3, "name": "lead_day_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo.marketo__lead_calendar_spine"}, "model.marketo.marketo__lead_history": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56_marketo", "name": "marketo__lead_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date_day": {"type": "date", "index": 1, "name": "date_day", "comment": null}, "lead_id": {"type": "integer", "index": 2, "name": "lead_id", "comment": null}, "lead_history_id": {"type": "text", "index": 3, "name": "lead_history_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo.marketo__lead_history"}, "model.marketo.marketo__leads": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56_marketo", "name": "marketo__leads", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 2, "name": "created_timestamp", "comment": null}, "email": {"type": "text", "index": 3, "name": "email", "comment": null}, "first_name": {"type": "text", "index": 4, "name": "first_name", "comment": null}, "lead_id": {"type": "integer", "index": 5, "name": "lead_id", "comment": null}, "last_name": {"type": "text", "index": 6, "name": "last_name", "comment": null}, "updated_timestamp": {"type": "text", "index": 7, "name": "updated_timestamp", "comment": null}, "phone": {"type": "text", "index": 8, "name": "phone", "comment": null}, "main_phone": {"type": "text", "index": 9, "name": "main_phone", "comment": null}, "mobile_phone": {"type": "text", "index": 10, "name": "mobile_phone", "comment": null}, "company": {"type": "text", "index": 11, "name": "company", "comment": null}, "inferred_company": {"type": "text", "index": 12, "name": "inferred_company", "comment": null}, "address_lead": {"type": "text", "index": 13, "name": "address_lead", "comment": null}, "address": {"type": "text", "index": 14, "name": "address", "comment": null}, "city": {"type": "text", "index": 15, "name": "city", "comment": null}, "state": {"type": "text", "index": 16, "name": "state", "comment": null}, "state_code": {"type": "text", "index": 17, "name": "state_code", "comment": null}, "country": {"type": "text", "index": 18, "name": "country", "comment": null}, "country_code": {"type": "text", "index": 19, "name": "country_code", "comment": null}, "postal_code": {"type": "text", "index": 20, "name": "postal_code", "comment": null}, "billing_street": {"type": "text", "index": 21, "name": "billing_street", "comment": null}, "billing_city": {"type": "text", "index": 22, "name": "billing_city", "comment": null}, "billing_state": {"type": "text", "index": 23, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "text", "index": 24, "name": "billing_state_code", "comment": null}, "billing_country": {"type": "text", "index": 25, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "text", "index": 26, "name": "billing_country_code", "comment": null}, "billing_postal_code": {"type": "text", "index": 27, "name": "billing_postal_code", "comment": null}, "inferred_city": {"type": "text", "index": 28, "name": "inferred_city", "comment": null}, "inferred_state_region": {"type": "text", "index": 29, "name": "inferred_state_region", "comment": null}, "inferred_country": {"type": "text", "index": 30, "name": "inferred_country", "comment": null}, "inferred_postal_code": {"type": "text", "index": 31, "name": "inferred_postal_code", "comment": null}, "inferred_phone_area_code": {"type": "text", "index": 32, "name": "inferred_phone_area_code", "comment": null}, "anonymous_ip": {"type": "text", "index": 33, "name": "anonymous_ip", "comment": null}, "is_unsubscribed": {"type": "boolean", "index": 34, "name": "is_unsubscribed", "comment": null}, "is_email_invalid": {"type": "boolean", "index": 35, "name": "is_email_invalid", "comment": null}, "do_not_call": {"type": "boolean", "index": 36, "name": "do_not_call", "comment": null}, "is_deleted": {"type": "boolean", "index": 37, "name": "is_deleted", "comment": null}, "merged_into_lead_id": {"type": "text", "index": 38, "name": "merged_into_lead_id", "comment": null}, "is_merged": {"type": "boolean", "index": 39, "name": "is_merged", "comment": null}, "count_sends": {"type": "bigint", "index": 40, "name": "count_sends", "comment": null}, "count_opens": {"type": "numeric", "index": 41, "name": "count_opens", "comment": null}, "count_bounces": {"type": "numeric", "index": 42, "name": "count_bounces", "comment": null}, "count_clicks": {"type": "numeric", "index": 43, "name": "count_clicks", "comment": null}, "count_deliveries": {"type": "numeric", "index": 44, "name": "count_deliveries", "comment": null}, "count_unsubscribes": {"type": "numeric", "index": 45, "name": "count_unsubscribes", "comment": null}, "count_unique_opens": {"type": "bigint", "index": 46, "name": "count_unique_opens", "comment": null}, "count_unique_clicks": {"type": "bigint", "index": 47, "name": "count_unique_clicks", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo.marketo__leads"}, "model.marketo_source.stg_marketo__activity_change_data_value": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__activity_change_data_value", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_timestamp": {"type": "timestamp without time zone", "index": 1, "name": "activity_timestamp", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "api_method_name": {"type": "integer", "index": 3, "name": "api_method_name", "comment": null}, "campaign_id": {"type": "integer", "index": 4, "name": "campaign_id", "comment": null}, "activity_id": {"type": "integer", "index": 5, "name": "activity_id", "comment": null}, "lead_id": {"type": "integer", "index": 6, "name": "lead_id", "comment": null}, "modifying_user_id": {"type": "integer", "index": 7, "name": "modifying_user_id", "comment": null}, "new_value": {"type": "text", "index": 8, "name": "new_value", "comment": null}, "old_value": {"type": "text", "index": 9, "name": "old_value", "comment": null}, "primary_attribute_value": {"type": "text", "index": 10, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 11, "name": "primary_attribute_value_id", "comment": null}, "change_reason": {"type": "text", "index": 12, "name": "change_reason", "comment": null}, "request_id": {"type": "integer", "index": 13, "name": "request_id", "comment": null}, "change_source": {"type": "text", "index": 14, "name": "change_source", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_change_data_value"}, "model.marketo_source.stg_marketo__activity_change_data_value_tmp": {"metadata": {"type": "VIEW", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__activity_change_data_value_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_date": {"type": "timestamp without time zone", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "api_method_name": {"type": "integer", "index": 3, "name": "api_method_name", "comment": null}, "campaign_id": {"type": "integer", "index": 4, "name": "campaign_id", "comment": null}, "id": {"type": "integer", "index": 5, "name": "id", "comment": null}, "lead_id": {"type": "integer", "index": 6, "name": "lead_id", "comment": null}, "modifying_user": {"type": "integer", "index": 7, "name": "modifying_user", "comment": null}, "new_value": {"type": "text", "index": 8, "name": "new_value", "comment": null}, "old_value": {"type": "text", "index": 9, "name": "old_value", "comment": null}, "primary_attribute_value": {"type": "text", "index": 10, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 11, "name": "primary_attribute_value_id", "comment": null}, "reason": {"type": "text", "index": 12, "name": "reason", "comment": null}, "request_id": {"type": "integer", "index": 13, "name": "request_id", "comment": null}, "source": {"type": "text", "index": 14, "name": "source", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_change_data_value_tmp"}, "model.marketo_source.stg_marketo__activity_click_email": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__activity_click_email", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_timestamp": {"type": "timestamp without time zone", "index": 1, "name": "activity_timestamp", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "integer", "index": 5, "name": "choice_number", "comment": null}, "click_device": {"type": "text", "index": 6, "name": "click_device", "comment": null}, "email_template_id": {"type": "integer", "index": 7, "name": "email_template_id", "comment": null}, "activity_id": {"type": "integer", "index": 8, "name": "activity_id", "comment": null}, "is_mobile_device": {"type": "boolean", "index": 9, "name": "is_mobile_device", "comment": null}, "lead_id": {"type": "integer", "index": 10, "name": "lead_id", "comment": null}, "click_link_url": {"type": "text", "index": 11, "name": "click_link_url", "comment": null}, "user_platform": {"type": "text", "index": 12, "name": "user_platform", "comment": null}, "primary_attribute_value": {"type": "text", "index": 13, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 14, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "integer", "index": 15, "name": "step_id", "comment": null}, "user_agent": {"type": "text", "index": 16, "name": "user_agent", "comment": null}, "email_send_id": {"type": "text", "index": 17, "name": "email_send_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_click_email"}, "model.marketo_source.stg_marketo__activity_click_email_tmp": {"metadata": {"type": "VIEW", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__activity_click_email_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_date": {"type": "text", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "integer", "index": 5, "name": "choice_number", "comment": null}, "device": {"type": "text", "index": 6, "name": "device", "comment": null}, "email_template_id": {"type": "integer", "index": 7, "name": "email_template_id", "comment": null}, "id": {"type": "integer", "index": 8, "name": "id", "comment": null}, "is_mobile_device": {"type": "boolean", "index": 9, "name": "is_mobile_device", "comment": null}, "lead_id": {"type": "integer", "index": 10, "name": "lead_id", "comment": null}, "link": {"type": "text", "index": 11, "name": "link", "comment": null}, "platform": {"type": "text", "index": 12, "name": "platform", "comment": null}, "primary_attribute_value": {"type": "text", "index": 13, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 14, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "integer", "index": 15, "name": "step_id", "comment": null}, "user_agent": {"type": "text", "index": 16, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_click_email_tmp"}, "model.marketo_source.stg_marketo__activity_delete_lead": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__activity_delete_lead", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_id": {"type": "integer", "index": 1, "name": "activity_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "activity_timestamp": {"type": "timestamp without time zone", "index": 3, "name": "activity_timestamp", "comment": null}, "activity_type_id": {"type": "integer", "index": 4, "name": "activity_type_id", "comment": null}, "campaign_name": {"type": "text", "index": 5, "name": "campaign_name", "comment": null}, "campaign_id": {"type": "integer", "index": 6, "name": "campaign_id", "comment": null}, "lead_id": {"type": "integer", "index": 7, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "text", "index": 8, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 9, "name": "primary_attribute_value_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_delete_lead"}, "model.marketo_source.stg_marketo__activity_delete_lead_tmp": {"metadata": {"type": "VIEW", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__activity_delete_lead_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "activity_date": {"type": "text", "index": 3, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 4, "name": "activity_type_id", "comment": null}, "campaign": {"type": "text", "index": 5, "name": "campaign", "comment": null}, "campaign_id": {"type": "integer", "index": 6, "name": "campaign_id", "comment": null}, "lead_id": {"type": "integer", "index": 7, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "text", "index": 8, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 9, "name": "primary_attribute_value_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_delete_lead_tmp"}, "model.marketo_source.stg_marketo__activity_email_bounced": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__activity_email_bounced", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_timestamp": {"type": "timestamp without time zone", "index": 1, "name": "activity_timestamp", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "bounce_category": {"type": "integer", "index": 5, "name": "bounce_category", "comment": null}, "choice_number": {"type": "integer", "index": 6, "name": "choice_number", "comment": null}, "details": {"type": "text", "index": 7, "name": "details", "comment": null}, "email_address": {"type": "text", "index": 8, "name": "email_address", "comment": null}, "email_template_id": {"type": "integer", "index": 9, "name": "email_template_id", "comment": null}, "activity_id": {"type": "integer", "index": 10, "name": "activity_id", "comment": null}, "lead_id": {"type": "integer", "index": 11, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "text", "index": 12, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 13, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "integer", "index": 14, "name": "step_id", "comment": null}, "bounce_subcategory": {"type": "integer", "index": 15, "name": "bounce_subcategory", "comment": null}, "email_send_id": {"type": "text", "index": 16, "name": "email_send_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_email_bounced"}, "model.marketo_source.stg_marketo__activity_email_bounced_tmp": {"metadata": {"type": "VIEW", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__activity_email_bounced_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_date": {"type": "text", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "category": {"type": "integer", "index": 5, "name": "category", "comment": null}, "choice_number": {"type": "integer", "index": 6, "name": "choice_number", "comment": null}, "details": {"type": "text", "index": 7, "name": "details", "comment": null}, "email": {"type": "text", "index": 8, "name": "email", "comment": null}, "email_template_id": {"type": "integer", "index": 9, "name": "email_template_id", "comment": null}, "id": {"type": "integer", "index": 10, "name": "id", "comment": null}, "lead_id": {"type": "integer", "index": 11, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "text", "index": 12, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 13, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "integer", "index": 14, "name": "step_id", "comment": null}, "subcategory": {"type": "integer", "index": 15, "name": "subcategory", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_email_bounced_tmp"}, "model.marketo_source.stg_marketo__activity_email_delivered": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__activity_email_delivered", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_timestamp": {"type": "timestamp without time zone", "index": 1, "name": "activity_timestamp", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "integer", "index": 5, "name": "choice_number", "comment": null}, "email_template_id": {"type": "integer", "index": 6, "name": "email_template_id", "comment": null}, "activity_id": {"type": "integer", "index": 7, "name": "activity_id", "comment": null}, "lead_id": {"type": "integer", "index": 8, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "text", "index": 9, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 10, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "integer", "index": 11, "name": "step_id", "comment": null}, "email_send_id": {"type": "text", "index": 12, "name": "email_send_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_email_delivered"}, "model.marketo_source.stg_marketo__activity_email_delivered_tmp": {"metadata": {"type": "VIEW", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__activity_email_delivered_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_date": {"type": "text", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "integer", "index": 5, "name": "choice_number", "comment": null}, "email_template_id": {"type": "integer", "index": 6, "name": "email_template_id", "comment": null}, "id": {"type": "integer", "index": 7, "name": "id", "comment": null}, "lead_id": {"type": "integer", "index": 8, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "text", "index": 9, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 10, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "integer", "index": 11, "name": "step_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_email_delivered_tmp"}, "model.marketo_source.stg_marketo__activity_merge_leads": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__activity_merge_leads", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_id": {"type": "integer", "index": 1, "name": "activity_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "activity_timestamp": {"type": "timestamp without time zone", "index": 3, "name": "activity_timestamp", "comment": null}, "activity_type_id": {"type": "integer", "index": 4, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 5, "name": "campaign_id", "comment": null}, "lead_id": {"type": "integer", "index": 6, "name": "lead_id", "comment": null}, "master_updated": {"type": "boolean", "index": 7, "name": "master_updated", "comment": null}, "merged_lead_id": {"type": "text", "index": 8, "name": "merged_lead_id", "comment": null}, "merge_source": {"type": "text", "index": 9, "name": "merge_source", "comment": null}, "merged_in_sales": {"type": "boolean", "index": 10, "name": "merged_in_sales", "comment": null}, "primary_attribute_value": {"type": "text", "index": 11, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 12, "name": "primary_attribute_value_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_merge_leads"}, "model.marketo_source.stg_marketo__activity_merge_leads_tmp": {"metadata": {"type": "VIEW", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__activity_merge_leads_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "activity_date": {"type": "text", "index": 3, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 4, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 5, "name": "campaign_id", "comment": null}, "lead_id": {"type": "integer", "index": 6, "name": "lead_id", "comment": null}, "master_updated": {"type": "boolean", "index": 7, "name": "master_updated", "comment": null}, "merge_ids": {"type": "text", "index": 8, "name": "merge_ids", "comment": null}, "merge_source": {"type": "text", "index": 9, "name": "merge_source", "comment": null}, "merged_in_sales": {"type": "boolean", "index": 10, "name": "merged_in_sales", "comment": null}, "primary_attribute_value": {"type": "text", "index": 11, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 12, "name": "primary_attribute_value_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_merge_leads_tmp"}, "model.marketo_source.stg_marketo__activity_open_email": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__activity_open_email", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_timestamp": {"type": "timestamp without time zone", "index": 1, "name": "activity_timestamp", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "integer", "index": 5, "name": "choice_number", "comment": null}, "device": {"type": "text", "index": 6, "name": "device", "comment": null}, "email_template_id": {"type": "integer", "index": 7, "name": "email_template_id", "comment": null}, "activity_id": {"type": "integer", "index": 8, "name": "activity_id", "comment": null}, "is_mobile_device": {"type": "boolean", "index": 9, "name": "is_mobile_device", "comment": null}, "lead_id": {"type": "integer", "index": 10, "name": "lead_id", "comment": null}, "platform": {"type": "text", "index": 11, "name": "platform", "comment": null}, "primary_attribute_value": {"type": "text", "index": 12, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 13, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "integer", "index": 14, "name": "step_id", "comment": null}, "user_agent": {"type": "text", "index": 15, "name": "user_agent", "comment": null}, "email_send_id": {"type": "text", "index": 16, "name": "email_send_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_open_email"}, "model.marketo_source.stg_marketo__activity_open_email_tmp": {"metadata": {"type": "VIEW", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__activity_open_email_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_date": {"type": "text", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "integer", "index": 5, "name": "choice_number", "comment": null}, "device": {"type": "text", "index": 6, "name": "device", "comment": null}, "email_template_id": {"type": "integer", "index": 7, "name": "email_template_id", "comment": null}, "id": {"type": "integer", "index": 8, "name": "id", "comment": null}, "is_mobile_device": {"type": "boolean", "index": 9, "name": "is_mobile_device", "comment": null}, "lead_id": {"type": "integer", "index": 10, "name": "lead_id", "comment": null}, "platform": {"type": "text", "index": 11, "name": "platform", "comment": null}, "primary_attribute_value": {"type": "text", "index": 12, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 13, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "integer", "index": 14, "name": "step_id", "comment": null}, "user_agent": {"type": "text", "index": 15, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_open_email_tmp"}, "model.marketo_source.stg_marketo__activity_send_email": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__activity_send_email", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_timestamp": {"type": "timestamp without time zone", "index": 1, "name": "activity_timestamp", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "integer", "index": 5, "name": "choice_number", "comment": null}, "email_template_id": {"type": "integer", "index": 6, "name": "email_template_id", "comment": null}, "activity_id": {"type": "integer", "index": 7, "name": "activity_id", "comment": null}, "lead_id": {"type": "integer", "index": 8, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "text", "index": 9, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 10, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "integer", "index": 11, "name": "step_id", "comment": null}, "email_send_id": {"type": "text", "index": 12, "name": "email_send_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_send_email"}, "model.marketo_source.stg_marketo__activity_send_email_tmp": {"metadata": {"type": "VIEW", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__activity_send_email_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_date": {"type": "timestamp without time zone", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "integer", "index": 5, "name": "choice_number", "comment": null}, "email_template_id": {"type": "integer", "index": 6, "name": "email_template_id", "comment": null}, "id": {"type": "integer", "index": 7, "name": "id", "comment": null}, "lead_id": {"type": "integer", "index": 8, "name": "lead_id", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 9, "name": "primary_attribute_value_id", "comment": null}, "primary_attribute_value": {"type": "text", "index": 10, "name": "primary_attribute_value", "comment": null}, "step_id": {"type": "integer", "index": 11, "name": "step_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_send_email_tmp"}, "model.marketo_source.stg_marketo__activity_unsubscribe_email": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__activity_unsubscribe_email", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_timestamp": {"type": "timestamp without time zone", "index": 1, "name": "activity_timestamp", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "client_ip_address": {"type": "text", "index": 5, "name": "client_ip_address", "comment": null}, "email_template_id": {"type": "integer", "index": 6, "name": "email_template_id", "comment": null}, "form_fields": {"type": "text", "index": 7, "name": "form_fields", "comment": null}, "activity_id": {"type": "integer", "index": 8, "name": "activity_id", "comment": null}, "lead_id": {"type": "integer", "index": 9, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "text", "index": 10, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 11, "name": "primary_attribute_value_id", "comment": null}, "query_parameters": {"type": "text", "index": 12, "name": "query_parameters", "comment": null}, "referrer_url": {"type": "text", "index": 13, "name": "referrer_url", "comment": null}, "user_agent": {"type": "text", "index": 14, "name": "user_agent", "comment": null}, "webform_id": {"type": "integer", "index": 15, "name": "webform_id", "comment": null}, "webpage_id": {"type": "integer", "index": 16, "name": "webpage_id", "comment": null}, "email_send_id": {"type": "text", "index": 17, "name": "email_send_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_unsubscribe_email"}, "model.marketo_source.stg_marketo__activity_unsubscribe_email_tmp": {"metadata": {"type": "VIEW", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__activity_unsubscribe_email_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_date": {"type": "text", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "client_ip_address": {"type": "text", "index": 5, "name": "client_ip_address", "comment": null}, "email_template_id": {"type": "integer", "index": 6, "name": "email_template_id", "comment": null}, "form_fields": {"type": "text", "index": 7, "name": "form_fields", "comment": null}, "id": {"type": "integer", "index": 8, "name": "id", "comment": null}, "lead_id": {"type": "integer", "index": 9, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "text", "index": 10, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 11, "name": "primary_attribute_value_id", "comment": null}, "query_parameters": {"type": "text", "index": 12, "name": "query_parameters", "comment": null}, "referrer_url": {"type": "text", "index": 13, "name": "referrer_url", "comment": null}, "user_agent": {"type": "text", "index": 14, "name": "user_agent", "comment": null}, "webform_id": {"type": "integer", "index": 15, "name": "webform_id", "comment": null}, "webpage_id": {"type": "integer", "index": 16, "name": "webpage_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_unsubscribe_email_tmp"}, "model.marketo_source.stg_marketo__email_template_history": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__email_template_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"created_timestamp": {"type": "timestamp without time zone", "index": 1, "name": "created_timestamp", "comment": null}, "description": {"type": "text", "index": 2, "name": "description", "comment": null}, "folder_name": {"type": "text", "index": 3, "name": "folder_name", "comment": null}, "folder_id": {"type": "integer", "index": 4, "name": "folder_id", "comment": null}, "folder_type": {"type": "text", "index": 5, "name": "folder_type", "comment": null}, "folder_value": {"type": "integer", "index": 6, "name": "folder_value", "comment": null}, "from_email": {"type": "text", "index": 7, "name": "from_email", "comment": null}, "from_name": {"type": "text", "index": 8, "name": "from_name", "comment": null}, "email_template_id": {"type": "integer", "index": 9, "name": "email_template_id", "comment": null}, "email_template_name": {"type": "text", "index": 10, "name": "email_template_name", "comment": null}, "is_operational": {"type": "boolean", "index": 11, "name": "is_operational", "comment": null}, "program_id": {"type": "integer", "index": 12, "name": "program_id", "comment": null}, "publish_to_msi": {"type": "boolean", "index": 13, "name": "publish_to_msi", "comment": null}, "reply_email": {"type": "text", "index": 14, "name": "reply_email", "comment": null}, "email_template_status": {"type": "text", "index": 15, "name": "email_template_status", "comment": null}, "email_subject": {"type": "text", "index": 16, "name": "email_subject", "comment": null}, "parent_template_id": {"type": "integer", "index": 17, "name": "parent_template_id", "comment": null}, "is_text_only": {"type": "boolean", "index": 18, "name": "is_text_only", "comment": null}, "updated_timestamp": {"type": "timestamp without time zone", "index": 19, "name": "updated_timestamp", "comment": null}, "email_template_url": {"type": "text", "index": 20, "name": "email_template_url", "comment": null}, "version_type": {"type": "integer", "index": 21, "name": "version_type", "comment": null}, "has_web_view_enabled": {"type": "boolean", "index": 22, "name": "has_web_view_enabled", "comment": null}, "workspace_name": {"type": "text", "index": 23, "name": "workspace_name", "comment": null}, "inferred_version": {"type": "bigint", "index": 24, "name": "inferred_version", "comment": null}, "total_count_of_versions": {"type": "bigint", "index": 25, "name": "total_count_of_versions", "comment": null}, "valid_from": {"type": "timestamp without time zone", "index": 26, "name": "valid_from", "comment": null}, "valid_to": {"type": "timestamp without time zone", "index": 27, "name": "valid_to", "comment": null}, "is_most_recent_version": {"type": "boolean", "index": 28, "name": "is_most_recent_version", "comment": null}, "email_template_history_id": {"type": "text", "index": 29, "name": "email_template_history_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__email_template_history"}, "model.marketo_source.stg_marketo__email_template_history_tmp": {"metadata": {"type": "VIEW", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__email_template_history_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"created_at": {"type": "timestamp without time zone", "index": 1, "name": "created_at", "comment": null}, "description": {"type": "text", "index": 2, "name": "description", "comment": null}, "folder_folder_name": {"type": "text", "index": 3, "name": "folder_folder_name", "comment": null}, "folder_id": {"type": "integer", "index": 4, "name": "folder_id", "comment": null}, "folder_type": {"type": "text", "index": 5, "name": "folder_type", "comment": null}, "folder_value": {"type": "integer", "index": 6, "name": "folder_value", "comment": null}, "from_email": {"type": "text", "index": 7, "name": "from_email", "comment": null}, "from_name": {"type": "text", "index": 8, "name": "from_name", "comment": null}, "id": {"type": "integer", "index": 9, "name": "id", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "operational": {"type": "boolean", "index": 11, "name": "operational", "comment": null}, "program_id": {"type": "integer", "index": 12, "name": "program_id", "comment": null}, "publish_to_msi": {"type": "boolean", "index": 13, "name": "publish_to_msi", "comment": null}, "reply_email": {"type": "text", "index": 14, "name": "reply_email", "comment": null}, "status": {"type": "text", "index": 15, "name": "status", "comment": null}, "subject": {"type": "text", "index": 16, "name": "subject", "comment": null}, "template": {"type": "integer", "index": 17, "name": "template", "comment": null}, "text_only": {"type": "boolean", "index": 18, "name": "text_only", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 19, "name": "updated_at", "comment": null}, "url": {"type": "text", "index": 20, "name": "url", "comment": null}, "version": {"type": "integer", "index": 21, "name": "version", "comment": null}, "web_view": {"type": "boolean", "index": 22, "name": "web_view", "comment": null}, "workspace": {"type": "text", "index": 23, "name": "workspace", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__email_template_history_tmp"}, "model.marketo_source.stg_marketo__lead": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__lead", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 2, "name": "created_timestamp", "comment": null}, "email": {"type": "text", "index": 3, "name": "email", "comment": null}, "first_name": {"type": "text", "index": 4, "name": "first_name", "comment": null}, "lead_id": {"type": "integer", "index": 5, "name": "lead_id", "comment": null}, "last_name": {"type": "text", "index": 6, "name": "last_name", "comment": null}, "updated_timestamp": {"type": "text", "index": 7, "name": "updated_timestamp", "comment": null}, "phone": {"type": "text", "index": 8, "name": "phone", "comment": null}, "main_phone": {"type": "text", "index": 9, "name": "main_phone", "comment": null}, "mobile_phone": {"type": "text", "index": 10, "name": "mobile_phone", "comment": null}, "company": {"type": "text", "index": 11, "name": "company", "comment": null}, "inferred_company": {"type": "text", "index": 12, "name": "inferred_company", "comment": null}, "address_lead": {"type": "text", "index": 13, "name": "address_lead", "comment": null}, "address": {"type": "text", "index": 14, "name": "address", "comment": null}, "city": {"type": "text", "index": 15, "name": "city", "comment": null}, "state": {"type": "text", "index": 16, "name": "state", "comment": null}, "state_code": {"type": "text", "index": 17, "name": "state_code", "comment": null}, "country": {"type": "text", "index": 18, "name": "country", "comment": null}, "country_code": {"type": "text", "index": 19, "name": "country_code", "comment": null}, "postal_code": {"type": "text", "index": 20, "name": "postal_code", "comment": null}, "billing_street": {"type": "text", "index": 21, "name": "billing_street", "comment": null}, "billing_city": {"type": "text", "index": 22, "name": "billing_city", "comment": null}, "billing_state": {"type": "text", "index": 23, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "text", "index": 24, "name": "billing_state_code", "comment": null}, "billing_country": {"type": "text", "index": 25, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "text", "index": 26, "name": "billing_country_code", "comment": null}, "billing_postal_code": {"type": "text", "index": 27, "name": "billing_postal_code", "comment": null}, "inferred_city": {"type": "text", "index": 28, "name": "inferred_city", "comment": null}, "inferred_state_region": {"type": "text", "index": 29, "name": "inferred_state_region", "comment": null}, "inferred_country": {"type": "text", "index": 30, "name": "inferred_country", "comment": null}, "inferred_postal_code": {"type": "text", "index": 31, "name": "inferred_postal_code", "comment": null}, "inferred_phone_area_code": {"type": "text", "index": 32, "name": "inferred_phone_area_code", "comment": null}, "anonymous_ip": {"type": "text", "index": 33, "name": "anonymous_ip", "comment": null}, "is_unsubscribed": {"type": "boolean", "index": 34, "name": "is_unsubscribed", "comment": null}, "is_email_invalid": {"type": "boolean", "index": 35, "name": "is_email_invalid", "comment": null}, "do_not_call": {"type": "boolean", "index": 36, "name": "do_not_call", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__lead"}, "model.marketo_source.stg_marketo__lead_describe": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__lead_describe", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"data_type": {"type": "text", "index": 1, "name": "data_type", "comment": null}, "display_name": {"type": "text", "index": 2, "name": "display_name", "comment": null}, "lead_describe_id": {"type": "integer", "index": 3, "name": "lead_describe_id", "comment": null}, "field_max_length": {"type": "integer", "index": 4, "name": "field_max_length", "comment": null}, "rest_name": {"type": "text", "index": 5, "name": "rest_name", "comment": null}, "is_rest_readonly": {"type": "boolean", "index": 6, "name": "is_rest_readonly", "comment": null}, "soap_name": {"type": "text", "index": 7, "name": "soap_name", "comment": null}, "is_soap_readonly": {"type": "boolean", "index": 8, "name": "is_soap_readonly", "comment": null}, "rest_name_xf": {"type": "text", "index": 9, "name": "rest_name_xf", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__lead_describe"}, "model.marketo_source.stg_marketo__lead_describe_tmp": {"metadata": {"type": "VIEW", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__lead_describe_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"data_type": {"type": "text", "index": 1, "name": "data_type", "comment": null}, "display_name": {"type": "text", "index": 2, "name": "display_name", "comment": null}, "id": {"type": "integer", "index": 3, "name": "id", "comment": null}, "length": {"type": "integer", "index": 4, "name": "length", "comment": null}, "restname": {"type": "text", "index": 5, "name": "restname", "comment": null}, "restread_only": {"type": "boolean", "index": 6, "name": "restread_only", "comment": null}, "soapname": {"type": "text", "index": 7, "name": "soapname", "comment": null}, "soapread_only": {"type": "boolean", "index": 8, "name": "soapread_only", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__lead_describe_tmp"}, "model.marketo_source.stg_marketo__lead_tmp": {"metadata": {"type": "VIEW", "schema": "marketo_integration_tests_56_marketo_source", "name": "stg_marketo__lead_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 2, "name": "created_at", "comment": null}, "updated_at": {"type": "text", "index": 3, "name": "updated_at", "comment": null}, "email": {"type": "text", "index": 4, "name": "email", "comment": null}, "first_name": {"type": "text", "index": 5, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 6, "name": "last_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__lead_tmp"}}, "sources": {"source.marketo_source.marketo.activity_change_data_value": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_activity_change_data_value_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_date": {"type": "timestamp without time zone", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "api_method_name": {"type": "integer", "index": 3, "name": "api_method_name", "comment": null}, "campaign_id": {"type": "integer", "index": 4, "name": "campaign_id", "comment": null}, "id": {"type": "integer", "index": 5, "name": "id", "comment": null}, "lead_id": {"type": "integer", "index": 6, "name": "lead_id", "comment": null}, "modifying_user": {"type": "integer", "index": 7, "name": "modifying_user", "comment": null}, "new_value": {"type": "text", "index": 8, "name": "new_value", "comment": null}, "old_value": {"type": "text", "index": 9, "name": "old_value", "comment": null}, "primary_attribute_value": {"type": "text", "index": 10, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 11, "name": "primary_attribute_value_id", "comment": null}, "reason": {"type": "text", "index": 12, "name": "reason", "comment": null}, "request_id": {"type": "integer", "index": 13, "name": "request_id", "comment": null}, "source": {"type": "text", "index": 14, "name": "source", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.marketo_source.marketo.activity_change_data_value"}, "source.marketo_source.marketo.activity_click_email": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_activity_click_email_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_date": {"type": "text", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "integer", "index": 5, "name": "choice_number", "comment": null}, "device": {"type": "text", "index": 6, "name": "device", "comment": null}, "email_template_id": {"type": "integer", "index": 7, "name": "email_template_id", "comment": null}, "id": {"type": "integer", "index": 8, "name": "id", "comment": null}, "is_mobile_device": {"type": "boolean", "index": 9, "name": "is_mobile_device", "comment": null}, "lead_id": {"type": "integer", "index": 10, "name": "lead_id", "comment": null}, "link": {"type": "text", "index": 11, "name": "link", "comment": null}, "platform": {"type": "text", "index": 12, "name": "platform", "comment": null}, "primary_attribute_value": {"type": "text", "index": 13, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 14, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "integer", "index": 15, "name": "step_id", "comment": null}, "user_agent": {"type": "text", "index": 16, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.marketo_source.marketo.activity_click_email"}, "source.marketo_source.marketo.activity_delete_lead": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_activity_delete_lead_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "activity_date": {"type": "text", "index": 3, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 4, "name": "activity_type_id", "comment": null}, "campaign": {"type": "text", "index": 5, "name": "campaign", "comment": null}, "campaign_id": {"type": "integer", "index": 6, "name": "campaign_id", "comment": null}, "lead_id": {"type": "integer", "index": 7, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "text", "index": 8, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 9, "name": "primary_attribute_value_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.marketo_source.marketo.activity_delete_lead"}, "source.marketo_source.marketo.activity_email_bounced": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_activity_email_bounced_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_date": {"type": "text", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "category": {"type": "integer", "index": 5, "name": "category", "comment": null}, "choice_number": {"type": "integer", "index": 6, "name": "choice_number", "comment": null}, "details": {"type": "text", "index": 7, "name": "details", "comment": null}, "email": {"type": "text", "index": 8, "name": "email", "comment": null}, "email_template_id": {"type": "integer", "index": 9, "name": "email_template_id", "comment": null}, "id": {"type": "integer", "index": 10, "name": "id", "comment": null}, "lead_id": {"type": "integer", "index": 11, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "text", "index": 12, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 13, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "integer", "index": 14, "name": "step_id", "comment": null}, "subcategory": {"type": "integer", "index": 15, "name": "subcategory", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.marketo_source.marketo.activity_email_bounced"}, "source.marketo_source.marketo.activity_email_delivered": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_activity_email_delivered_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_date": {"type": "text", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "integer", "index": 5, "name": "choice_number", "comment": null}, "email_template_id": {"type": "integer", "index": 6, "name": "email_template_id", "comment": null}, "id": {"type": "integer", "index": 7, "name": "id", "comment": null}, "lead_id": {"type": "integer", "index": 8, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "text", "index": 9, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 10, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "integer", "index": 11, "name": "step_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.marketo_source.marketo.activity_email_delivered"}, "source.marketo_source.marketo.activity_merge_leads": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_activity_merge_leads_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "activity_date": {"type": "text", "index": 3, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 4, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 5, "name": "campaign_id", "comment": null}, "lead_id": {"type": "integer", "index": 6, "name": "lead_id", "comment": null}, "master_updated": {"type": "boolean", "index": 7, "name": "master_updated", "comment": null}, "merge_ids": {"type": "text", "index": 8, "name": "merge_ids", "comment": null}, "merge_source": {"type": "text", "index": 9, "name": "merge_source", "comment": null}, "merged_in_sales": {"type": "boolean", "index": 10, "name": "merged_in_sales", "comment": null}, "primary_attribute_value": {"type": "text", "index": 11, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 12, "name": "primary_attribute_value_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.marketo_source.marketo.activity_merge_leads"}, "source.marketo_source.marketo.activity_open_email": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_activity_open_email_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_date": {"type": "text", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "integer", "index": 5, "name": "choice_number", "comment": null}, "device": {"type": "text", "index": 6, "name": "device", "comment": null}, "email_template_id": {"type": "integer", "index": 7, "name": "email_template_id", "comment": null}, "id": {"type": "integer", "index": 8, "name": "id", "comment": null}, "is_mobile_device": {"type": "boolean", "index": 9, "name": "is_mobile_device", "comment": null}, "lead_id": {"type": "integer", "index": 10, "name": "lead_id", "comment": null}, "platform": {"type": "text", "index": 11, "name": "platform", "comment": null}, "primary_attribute_value": {"type": "text", "index": 12, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 13, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "integer", "index": 14, "name": "step_id", "comment": null}, "user_agent": {"type": "text", "index": 15, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.marketo_source.marketo.activity_open_email"}, "source.marketo_source.marketo.activity_send_email": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_activity_send_email_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_date": {"type": "timestamp without time zone", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "integer", "index": 5, "name": "choice_number", "comment": null}, "email_template_id": {"type": "integer", "index": 6, "name": "email_template_id", "comment": null}, "id": {"type": "integer", "index": 7, "name": "id", "comment": null}, "lead_id": {"type": "integer", "index": 8, "name": "lead_id", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 9, "name": "primary_attribute_value_id", "comment": null}, "primary_attribute_value": {"type": "text", "index": 10, "name": "primary_attribute_value", "comment": null}, "step_id": {"type": "integer", "index": 11, "name": "step_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.marketo_source.marketo.activity_send_email"}, "source.marketo_source.marketo.activity_unsubscribe_email": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_activity_unsubscribe_email_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"activity_date": {"type": "text", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "integer", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "integer", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "integer", "index": 4, "name": "campaign_run_id", "comment": null}, "client_ip_address": {"type": "text", "index": 5, "name": "client_ip_address", "comment": null}, "email_template_id": {"type": "integer", "index": 6, "name": "email_template_id", "comment": null}, "form_fields": {"type": "text", "index": 7, "name": "form_fields", "comment": null}, "id": {"type": "integer", "index": 8, "name": "id", "comment": null}, "lead_id": {"type": "integer", "index": 9, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "text", "index": 10, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "integer", "index": 11, "name": "primary_attribute_value_id", "comment": null}, "query_parameters": {"type": "text", "index": 12, "name": "query_parameters", "comment": null}, "referrer_url": {"type": "text", "index": 13, "name": "referrer_url", "comment": null}, "user_agent": {"type": "text", "index": 14, "name": "user_agent", "comment": null}, "webform_id": {"type": "integer", "index": 15, "name": "webform_id", "comment": null}, "webpage_id": {"type": "integer", "index": 16, "name": "webpage_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.marketo_source.marketo.activity_unsubscribe_email"}, "source.marketo_source.marketo.campaign": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_campaign_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"active": {"type": "boolean", "index": 1, "name": "active", "comment": null}, "created_at": {"type": "text", "index": 2, "name": "created_at", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "id": {"type": "integer", "index": 4, "name": "id", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "program_id": {"type": "integer", "index": 6, "name": "program_id", "comment": null}, "type": {"type": "text", "index": 7, "name": "type", "comment": null}, "updated_at": {"type": "text", "index": 8, "name": "updated_at", "comment": null}, "workspace_name": {"type": "text", "index": 9, "name": "workspace_name", "comment": null}, "computed_url": {"type": "text", "index": 10, "name": "computed_url", "comment": null}, "flow_id": {"type": "integer", "index": 11, "name": "flow_id", "comment": null}, "folder_id": {"type": "integer", "index": 12, "name": "folder_id", "comment": null}, "folder_type": {"type": "text", "index": 13, "name": "folder_type", "comment": null}, "is_communication_limit_enabled": {"type": "boolean", "index": 14, "name": "is_communication_limit_enabled", "comment": null}, "is_requestable": {"type": "boolean", "index": 15, "name": "is_requestable", "comment": null}, "is_system": {"type": "boolean", "index": 16, "name": "is_system", "comment": null}, "max_members": {"type": "integer", "index": 17, "name": "max_members", "comment": null}, "qualification_rule_type": {"type": "text", "index": 18, "name": "qualification_rule_type", "comment": null}, "qualification_rule_interval": {"type": "integer", "index": 19, "name": "qualification_rule_interval", "comment": null}, "qualification_rule_unit": {"type": "text", "index": 20, "name": "qualification_rule_unit", "comment": null}, "recurrence_start_at": {"type": "text", "index": 21, "name": "recurrence_start_at", "comment": null}, "recurrence_end_at": {"type": "integer", "index": 22, "name": "recurrence_end_at", "comment": null}, "recurrence_interval_type": {"type": "text", "index": 23, "name": "recurrence_interval_type", "comment": null}, "recurrence_interval": {"type": "integer", "index": 24, "name": "recurrence_interval", "comment": null}, "recurrence_weekday_only": {"type": "boolean", "index": 25, "name": "recurrence_weekday_only", "comment": null}, "recurrence_day_of_month": {"type": "integer", "index": 26, "name": "recurrence_day_of_month", "comment": null}, "recurrence_day_of_week": {"type": "integer", "index": 27, "name": "recurrence_day_of_week", "comment": null}, "recurrence_week_of_month": {"type": "integer", "index": 28, "name": "recurrence_week_of_month", "comment": null}, "smart_list_id": {"type": "integer", "index": 29, "name": "smart_list_id", "comment": null}, "status": {"type": "text", "index": 30, "name": "status", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 31, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.marketo_source.marketo.campaign"}, "source.marketo_source.marketo.email_template_history": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_email_template_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"created_at": {"type": "timestamp without time zone", "index": 1, "name": "created_at", "comment": null}, "description": {"type": "text", "index": 2, "name": "description", "comment": null}, "folder_folder_name": {"type": "text", "index": 3, "name": "folder_folder_name", "comment": null}, "folder_id": {"type": "integer", "index": 4, "name": "folder_id", "comment": null}, "folder_type": {"type": "text", "index": 5, "name": "folder_type", "comment": null}, "folder_value": {"type": "integer", "index": 6, "name": "folder_value", "comment": null}, "from_email": {"type": "text", "index": 7, "name": "from_email", "comment": null}, "from_name": {"type": "text", "index": 8, "name": "from_name", "comment": null}, "id": {"type": "integer", "index": 9, "name": "id", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "operational": {"type": "boolean", "index": 11, "name": "operational", "comment": null}, "program_id": {"type": "integer", "index": 12, "name": "program_id", "comment": null}, "publish_to_msi": {"type": "boolean", "index": 13, "name": "publish_to_msi", "comment": null}, "reply_email": {"type": "text", "index": 14, "name": "reply_email", "comment": null}, "status": {"type": "text", "index": 15, "name": "status", "comment": null}, "subject": {"type": "text", "index": 16, "name": "subject", "comment": null}, "template": {"type": "integer", "index": 17, "name": "template", "comment": null}, "text_only": {"type": "boolean", "index": 18, "name": "text_only", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 19, "name": "updated_at", "comment": null}, "url": {"type": "text", "index": 20, "name": "url", "comment": null}, "version": {"type": "integer", "index": 21, "name": "version", "comment": null}, "web_view": {"type": "boolean", "index": 22, "name": "web_view", "comment": null}, "workspace": {"type": "text", "index": 23, "name": "workspace", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.marketo_source.marketo.email_template_history"}, "source.marketo_source.marketo.lead": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_lead_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 2, "name": "created_at", "comment": null}, "updated_at": {"type": "text", "index": 3, "name": "updated_at", "comment": null}, "email": {"type": "text", "index": 4, "name": "email", "comment": null}, "first_name": {"type": "text", "index": 5, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 6, "name": "last_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.marketo_source.marketo.lead"}, "source.marketo_source.marketo.lead_describe": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_lead_describe_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"data_type": {"type": "text", "index": 1, "name": "data_type", "comment": null}, "display_name": {"type": "text", "index": 2, "name": "display_name", "comment": null}, "id": {"type": "integer", "index": 3, "name": "id", "comment": null}, "length": {"type": "integer", "index": 4, "name": "length", "comment": null}, "restname": {"type": "text", "index": 5, "name": "restname", "comment": null}, "restread_only": {"type": "boolean", "index": 6, "name": "restread_only", "comment": null}, "soapname": {"type": "text", "index": 7, "name": "soapname", "comment": null}, "soapread_only": {"type": "boolean", "index": 8, "name": "soapread_only", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.marketo_source.marketo.lead_describe"}, "source.marketo_source.marketo.program": {"metadata": {"type": "BASE TABLE", "schema": "marketo_integration_tests_56", "name": "marketo_program_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "channel": {"type": "text", "index": 2, "name": "channel", "comment": null}, "created_at": {"type": "text", "index": 3, "name": "created_at", "comment": null}, "description": {"type": "integer", "index": 4, "name": "description", "comment": null}, "end_date": {"type": "integer", "index": 5, "name": "end_date", "comment": null}, "name": {"type": "text", "index": 6, "name": "name", "comment": null}, "sfdc_id": {"type": "text", "index": 7, "name": "sfdc_id", "comment": null}, "sfdc_name": {"type": "text", "index": 8, "name": "sfdc_name", "comment": null}, "start_date": {"type": "integer", "index": 9, "name": "start_date", "comment": null}, "status": {"type": "text", "index": 10, "name": "status", "comment": null}, "type": {"type": "text", "index": 11, "name": "type", "comment": null}, "updated_at": {"type": "text", "index": 12, "name": "updated_at", "comment": null}, "url": {"type": "text", "index": 13, "name": "url", "comment": null}, "workspace": {"type": "text", "index": 14, "name": "workspace", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 15, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.marketo_source.marketo.program"}}, "errors": null} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.8.5", "generated_at": "2024-10-11T19:50:35.478213Z", "invocation_id": "cc5e6883-e0ee-40c8-925b-984ec387c9be", "env": {}}, "nodes": {"seed.marketo_integration_tests.marketo_activity_change_data_value_data": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_activity_change_data_value_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_date": {"type": "TIMESTAMP", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "api_method_name": {"type": "INT64", "index": 3, "name": "api_method_name", "comment": null}, "campaign_id": {"type": "INT64", "index": 4, "name": "campaign_id", "comment": null}, "id": {"type": "INT64", "index": 5, "name": "id", "comment": null}, "lead_id": {"type": "INT64", "index": 6, "name": "lead_id", "comment": null}, "modifying_user": {"type": "INT64", "index": 7, "name": "modifying_user", "comment": null}, "new_value": {"type": "STRING", "index": 8, "name": "new_value", "comment": null}, "old_value": {"type": "STRING", "index": 9, "name": "old_value", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 10, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 11, "name": "primary_attribute_value_id", "comment": null}, "reason": {"type": "STRING", "index": 12, "name": "reason", "comment": null}, "request_id": {"type": "INT64", "index": 13, "name": "request_id", "comment": null}, "source": {"type": "STRING", "index": 14, "name": "source", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 14856, "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": "seed.marketo_integration_tests.marketo_activity_change_data_value_data"}, "seed.marketo_integration_tests.marketo_activity_click_email_data": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_activity_click_email_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_date": {"type": "STRING", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "INT64", "index": 5, "name": "choice_number", "comment": null}, "device": {"type": "STRING", "index": 6, "name": "device", "comment": null}, "email_template_id": {"type": "INT64", "index": 7, "name": "email_template_id", "comment": null}, "id": {"type": "INT64", "index": 8, "name": "id", "comment": null}, "is_mobile_device": {"type": "BOOL", "index": 9, "name": "is_mobile_device", "comment": null}, "lead_id": {"type": "INT64", "index": 10, "name": "lead_id", "comment": null}, "link": {"type": "STRING", "index": 11, "name": "link", "comment": null}, "platform": {"type": "STRING", "index": 12, "name": "platform", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 13, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 14, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "INT64", "index": 15, "name": "step_id", "comment": null}, "user_agent": {"type": "STRING", "index": 16, "name": "user_agent", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 31660, "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": "seed.marketo_integration_tests.marketo_activity_click_email_data"}, "seed.marketo_integration_tests.marketo_activity_delete_lead_data": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_activity_delete_lead_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "activity_date": {"type": "STRING", "index": 3, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 4, "name": "activity_type_id", "comment": null}, "campaign": {"type": "STRING", "index": 5, "name": "campaign", "comment": null}, "campaign_id": {"type": "INT64", "index": 6, "name": "campaign_id", "comment": null}, "lead_id": {"type": "INT64", "index": 7, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 8, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 9, "name": "primary_attribute_value_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 31, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 4650, "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": "seed.marketo_integration_tests.marketo_activity_delete_lead_data"}, "seed.marketo_integration_tests.marketo_activity_email_bounced_data": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_activity_email_bounced_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_date": {"type": "STRING", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "category": {"type": "INT64", "index": 5, "name": "category", "comment": null}, "choice_number": {"type": "INT64", "index": 6, "name": "choice_number", "comment": null}, "details": {"type": "STRING", "index": 7, "name": "details", "comment": null}, "email": {"type": "STRING", "index": 8, "name": "email", "comment": null}, "email_template_id": {"type": "INT64", "index": 9, "name": "email_template_id", "comment": null}, "id": {"type": "INT64", "index": 10, "name": "id", "comment": null}, "lead_id": {"type": "INT64", "index": 11, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 12, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 13, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "INT64", "index": 14, "name": "step_id", "comment": null}, "subcategory": {"type": "INT64", "index": 15, "name": "subcategory", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 29624, "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": "seed.marketo_integration_tests.marketo_activity_email_bounced_data"}, "seed.marketo_integration_tests.marketo_activity_email_delivered_data": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_activity_email_delivered_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_date": {"type": "STRING", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "INT64", "index": 5, "name": "choice_number", "comment": null}, "email_template_id": {"type": "INT64", "index": 6, "name": "email_template_id", "comment": null}, "id": {"type": "INT64", "index": 7, "name": "id", "comment": null}, "lead_id": {"type": "INT64", "index": 8, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 9, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 10, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "INT64", "index": 11, "name": "step_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 13100, "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": "seed.marketo_integration_tests.marketo_activity_email_delivered_data"}, "seed.marketo_integration_tests.marketo_activity_merge_leads_data": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_activity_merge_leads_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "activity_date": {"type": "STRING", "index": 3, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 4, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 5, "name": "campaign_id", "comment": null}, "lead_id": {"type": "INT64", "index": 6, "name": "lead_id", "comment": null}, "master_updated": {"type": "BOOL", "index": 7, "name": "master_updated", "comment": null}, "merge_ids": {"type": "STRING", "index": 8, "name": "merge_ids", "comment": null}, "merge_source": {"type": "STRING", "index": 9, "name": "merge_source", "comment": null}, "merged_in_sales": {"type": "BOOL", "index": 10, "name": "merged_in_sales", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 11, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 12, "name": "primary_attribute_value_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 13397, "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": "seed.marketo_integration_tests.marketo_activity_merge_leads_data"}, "seed.marketo_integration_tests.marketo_activity_open_email_data": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_activity_open_email_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_date": {"type": "STRING", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "INT64", "index": 5, "name": "choice_number", "comment": null}, "device": {"type": "STRING", "index": 6, "name": "device", "comment": null}, "email_template_id": {"type": "INT64", "index": 7, "name": "email_template_id", "comment": null}, "id": {"type": "INT64", "index": 8, "name": "id", "comment": null}, "is_mobile_device": {"type": "BOOL", "index": 9, "name": "is_mobile_device", "comment": null}, "lead_id": {"type": "INT64", "index": 10, "name": "lead_id", "comment": null}, "platform": {"type": "STRING", "index": 11, "name": "platform", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 12, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 13, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "INT64", "index": 14, "name": "step_id", "comment": null}, "user_agent": {"type": "STRING", "index": 15, "name": "user_agent", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 25196, "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": "seed.marketo_integration_tests.marketo_activity_open_email_data"}, "seed.marketo_integration_tests.marketo_activity_send_email_data": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_activity_send_email_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_date": {"type": "TIMESTAMP", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "INT64", "index": 5, "name": "choice_number", "comment": null}, "email_template_id": {"type": "INT64", "index": 6, "name": "email_template_id", "comment": null}, "id": {"type": "INT64", "index": 7, "name": "id", "comment": null}, "lead_id": {"type": "INT64", "index": 8, "name": "lead_id", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 9, "name": "primary_attribute_value_id", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 10, "name": "primary_attribute_value", "comment": null}, "step_id": {"type": "INT64", "index": 11, "name": "step_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 11400, "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": "seed.marketo_integration_tests.marketo_activity_send_email_data"}, "seed.marketo_integration_tests.marketo_activity_unsubscribe_email_data": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_activity_unsubscribe_email_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_date": {"type": "STRING", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "client_ip_address": {"type": "STRING", "index": 5, "name": "client_ip_address", "comment": null}, "email_template_id": {"type": "INT64", "index": 6, "name": "email_template_id", "comment": null}, "form_fields": {"type": "STRING", "index": 7, "name": "form_fields", "comment": null}, "id": {"type": "INT64", "index": 8, "name": "id", "comment": null}, "lead_id": {"type": "INT64", "index": 9, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 10, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 11, "name": "primary_attribute_value_id", "comment": null}, "query_parameters": {"type": "STRING", "index": 12, "name": "query_parameters", "comment": null}, "referrer_url": {"type": "STRING", "index": 13, "name": "referrer_url", "comment": null}, "user_agent": {"type": "STRING", "index": 14, "name": "user_agent", "comment": null}, "webform_id": {"type": "INT64", "index": 15, "name": "webform_id", "comment": null}, "webpage_id": {"type": "INT64", "index": 16, "name": "webpage_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 67477, "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": "seed.marketo_integration_tests.marketo_activity_unsubscribe_email_data"}, "seed.marketo_integration_tests.marketo_campaign_data": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_campaign_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"active": {"type": "BOOL", "index": 1, "name": "active", "comment": null}, "created_at": {"type": "STRING", "index": 2, "name": "created_at", "comment": null}, "description": {"type": "STRING", "index": 3, "name": "description", "comment": null}, "id": {"type": "INT64", "index": 4, "name": "id", "comment": null}, "name": {"type": "STRING", "index": 5, "name": "name", "comment": null}, "program_id": {"type": "INT64", "index": 6, "name": "program_id", "comment": null}, "type": {"type": "STRING", "index": 7, "name": "type", "comment": null}, "updated_at": {"type": "STRING", "index": 8, "name": "updated_at", "comment": null}, "workspace_name": {"type": "STRING", "index": 9, "name": "workspace_name", "comment": null}, "computed_url": {"type": "STRING", "index": 10, "name": "computed_url", "comment": null}, "flow_id": {"type": "INT64", "index": 11, "name": "flow_id", "comment": null}, "folder_id": {"type": "INT64", "index": 12, "name": "folder_id", "comment": null}, "folder_type": {"type": "STRING", "index": 13, "name": "folder_type", "comment": null}, "is_communication_limit_enabled": {"type": "BOOL", "index": 14, "name": "is_communication_limit_enabled", "comment": null}, "is_requestable": {"type": "BOOL", "index": 15, "name": "is_requestable", "comment": null}, "is_system": {"type": "BOOL", "index": 16, "name": "is_system", "comment": null}, "max_members": {"type": "INT64", "index": 17, "name": "max_members", "comment": null}, "qualification_rule_type": {"type": "STRING", "index": 18, "name": "qualification_rule_type", "comment": null}, "qualification_rule_interval": {"type": "INT64", "index": 19, "name": "qualification_rule_interval", "comment": null}, "qualification_rule_unit": {"type": "STRING", "index": 20, "name": "qualification_rule_unit", "comment": null}, "recurrence_start_at": {"type": "STRING", "index": 21, "name": "recurrence_start_at", "comment": null}, "recurrence_end_at": {"type": "INT64", "index": 22, "name": "recurrence_end_at", "comment": null}, "recurrence_interval_type": {"type": "STRING", "index": 23, "name": "recurrence_interval_type", "comment": null}, "recurrence_interval": {"type": "INT64", "index": 24, "name": "recurrence_interval", "comment": null}, "recurrence_weekday_only": {"type": "BOOL", "index": 25, "name": "recurrence_weekday_only", "comment": null}, "recurrence_day_of_month": {"type": "INT64", "index": 26, "name": "recurrence_day_of_month", "comment": null}, "recurrence_day_of_week": {"type": "INT64", "index": 27, "name": "recurrence_day_of_week", "comment": null}, "recurrence_week_of_month": {"type": "INT64", "index": 28, "name": "recurrence_week_of_month", "comment": null}, "smart_list_id": {"type": "INT64", "index": 29, "name": "smart_list_id", "comment": null}, "status": {"type": "STRING", "index": 30, "name": "status", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 31, "name": "_fivetran_deleted", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 18079, "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": "seed.marketo_integration_tests.marketo_campaign_data"}, "seed.marketo_integration_tests.marketo_email_template_history_data": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_email_template_history_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"created_at": {"type": "TIMESTAMP", "index": 1, "name": "created_at", "comment": null}, "description": {"type": "STRING", "index": 2, "name": "description", "comment": null}, "folder_folder_name": {"type": "STRING", "index": 3, "name": "folder_folder_name", "comment": null}, "folder_id": {"type": "INT64", "index": 4, "name": "folder_id", "comment": null}, "folder_type": {"type": "STRING", "index": 5, "name": "folder_type", "comment": null}, "folder_value": {"type": "INT64", "index": 6, "name": "folder_value", "comment": null}, "from_email": {"type": "STRING", "index": 7, "name": "from_email", "comment": null}, "from_name": {"type": "STRING", "index": 8, "name": "from_name", "comment": null}, "id": {"type": "INT64", "index": 9, "name": "id", "comment": null}, "name": {"type": "STRING", "index": 10, "name": "name", "comment": null}, "operational": {"type": "BOOL", "index": 11, "name": "operational", "comment": null}, "program_id": {"type": "INT64", "index": 12, "name": "program_id", "comment": null}, "publish_to_msi": {"type": "BOOL", "index": 13, "name": "publish_to_msi", "comment": null}, "reply_email": {"type": "STRING", "index": 14, "name": "reply_email", "comment": null}, "status": {"type": "STRING", "index": 15, "name": "status", "comment": null}, "subject": {"type": "STRING", "index": 16, "name": "subject", "comment": null}, "template": {"type": "INT64", "index": 17, "name": "template", "comment": null}, "text_only": {"type": "BOOL", "index": 18, "name": "text_only", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 19, "name": "updated_at", "comment": null}, "url": {"type": "STRING", "index": 20, "name": "url", "comment": null}, "version": {"type": "INT64", "index": 21, "name": "version", "comment": null}, "web_view": {"type": "BOOL", "index": 22, "name": "web_view", "comment": null}, "workspace": {"type": "STRING", "index": 23, "name": "workspace", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 31291, "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": "seed.marketo_integration_tests.marketo_email_template_history_data"}, "seed.marketo_integration_tests.marketo_lead_data": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_lead_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 2, "name": "created_at", "comment": null}, "updated_at": {"type": "STRING", "index": 3, "name": "updated_at", "comment": null}, "email": {"type": "STRING", "index": 4, "name": "email", "comment": null}, "first_name": {"type": "STRING", "index": 5, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 6, "name": "last_name", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 8800, "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": "seed.marketo_integration_tests.marketo_lead_data"}, "seed.marketo_integration_tests.marketo_lead_describe_data": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_lead_describe_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"data_type": {"type": "STRING", "index": 1, "name": "data_type", "comment": null}, "display_name": {"type": "STRING", "index": 2, "name": "display_name", "comment": null}, "id": {"type": "INT64", "index": 3, "name": "id", "comment": null}, "length": {"type": "INT64", "index": 4, "name": "length", "comment": null}, "restname": {"type": "STRING", "index": 5, "name": "restname", "comment": null}, "restread_only": {"type": "BOOL", "index": 6, "name": "restread_only", "comment": null}, "soapname": {"type": "STRING", "index": 7, "name": "soapname", "comment": null}, "soapread_only": {"type": "BOOL", "index": 8, "name": "soapread_only", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 6651, "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": "seed.marketo_integration_tests.marketo_lead_describe_data"}, "seed.marketo_integration_tests.marketo_program_data": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_program_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "channel": {"type": "STRING", "index": 2, "name": "channel", "comment": null}, "created_at": {"type": "STRING", "index": 3, "name": "created_at", "comment": null}, "description": {"type": "INT64", "index": 4, "name": "description", "comment": null}, "end_date": {"type": "INT64", "index": 5, "name": "end_date", "comment": null}, "name": {"type": "STRING", "index": 6, "name": "name", "comment": null}, "sfdc_id": {"type": "STRING", "index": 7, "name": "sfdc_id", "comment": null}, "sfdc_name": {"type": "STRING", "index": 8, "name": "sfdc_name", "comment": null}, "start_date": {"type": "INT64", "index": 9, "name": "start_date", "comment": null}, "status": {"type": "STRING", "index": 10, "name": "status", "comment": null}, "type": {"type": "STRING", "index": 11, "name": "type", "comment": null}, "updated_at": {"type": "STRING", "index": 12, "name": "updated_at", "comment": null}, "url": {"type": "STRING", "index": 13, "name": "url", "comment": null}, "workspace": {"type": "STRING", "index": 14, "name": "workspace", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 15, "name": "_fivetran_deleted", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 16936, "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": "seed.marketo_integration_tests.marketo_program_data"}, "model.marketo.int_marketo__lead": {"metadata": {"type": "view", "schema": "marketo_tests_marketo", "name": "int_marketo__lead", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 2, "name": "created_timestamp", "comment": null}, "email": {"type": "STRING", "index": 3, "name": "email", "comment": null}, "first_name": {"type": "STRING", "index": 4, "name": "first_name", "comment": null}, "lead_id": {"type": "INT64", "index": 5, "name": "lead_id", "comment": null}, "last_name": {"type": "STRING", "index": 6, "name": "last_name", "comment": null}, "updated_timestamp": {"type": "STRING", "index": 7, "name": "updated_timestamp", "comment": null}, "phone": {"type": "STRING", "index": 8, "name": "phone", "comment": null}, "main_phone": {"type": "STRING", "index": 9, "name": "main_phone", "comment": null}, "mobile_phone": {"type": "STRING", "index": 10, "name": "mobile_phone", "comment": null}, "company": {"type": "STRING", "index": 11, "name": "company", "comment": null}, "inferred_company": {"type": "STRING", "index": 12, "name": "inferred_company", "comment": null}, "address_lead": {"type": "STRING", "index": 13, "name": "address_lead", "comment": null}, "address": {"type": "STRING", "index": 14, "name": "address", "comment": null}, "city": {"type": "STRING", "index": 15, "name": "city", "comment": null}, "state": {"type": "STRING", "index": 16, "name": "state", "comment": null}, "state_code": {"type": "STRING", "index": 17, "name": "state_code", "comment": null}, "country": {"type": "STRING", "index": 18, "name": "country", "comment": null}, "country_code": {"type": "STRING", "index": 19, "name": "country_code", "comment": null}, "postal_code": {"type": "STRING", "index": 20, "name": "postal_code", "comment": null}, "billing_street": {"type": "STRING", "index": 21, "name": "billing_street", "comment": null}, "billing_city": {"type": "STRING", "index": 22, "name": "billing_city", "comment": null}, "billing_state": {"type": "STRING", "index": 23, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "STRING", "index": 24, "name": "billing_state_code", "comment": null}, "billing_country": {"type": "STRING", "index": 25, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "STRING", "index": 26, "name": "billing_country_code", "comment": null}, "billing_postal_code": {"type": "STRING", "index": 27, "name": "billing_postal_code", "comment": null}, "inferred_city": {"type": "STRING", "index": 28, "name": "inferred_city", "comment": null}, "inferred_state_region": {"type": "STRING", "index": 29, "name": "inferred_state_region", "comment": null}, "inferred_country": {"type": "STRING", "index": 30, "name": "inferred_country", "comment": null}, "inferred_postal_code": {"type": "STRING", "index": 31, "name": "inferred_postal_code", "comment": null}, "inferred_phone_area_code": {"type": "STRING", "index": 32, "name": "inferred_phone_area_code", "comment": null}, "anonymous_ip": {"type": "STRING", "index": 33, "name": "anonymous_ip", "comment": null}, "is_unsubscribed": {"type": "BOOL", "index": 34, "name": "is_unsubscribed", "comment": null}, "is_email_invalid": {"type": "BOOL", "index": 35, "name": "is_email_invalid", "comment": null}, "do_not_call": {"type": "BOOL", "index": 36, "name": "do_not_call", "comment": null}, "is_deleted": {"type": "BOOL", "index": 37, "name": "is_deleted", "comment": null}, "merged_into_lead_id": {"type": "STRING", "index": 38, "name": "merged_into_lead_id", "comment": null}, "is_merged": {"type": "BOOL", "index": 39, "name": "is_merged", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo.int_marketo__lead"}, "model.marketo.marketo__calendar_spine": {"metadata": {"type": "table", "schema": "marketo_tests_marketo", "name": "marketo__calendar_spine", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"date_day": {"type": "DATE", "index": 1, "name": "date_day", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1755, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 14040, "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.marketo.marketo__calendar_spine"}, "model.marketo.marketo__change_data_details": {"metadata": {"type": "table", "schema": "marketo_tests_marketo", "name": "marketo__change_data_details", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"lead_id": {"type": "INT64", "index": 1, "name": "lead_id", "comment": null}, "date_day": {"type": "DATE", "index": 2, "name": "date_day", "comment": null}, "priority": {"type": "BOOL", "index": 3, "name": "priority", "comment": null}, "relative_score": {"type": "BOOL", "index": 4, "name": "relative_score", "comment": null}, "relative_urgency": {"type": "BOOL", "index": 5, "name": "relative_urgency", "comment": null}, "urgency": {"type": "BOOL", "index": 6, "name": "urgency", "comment": null}, "lead_status": {"type": "BOOL", "index": 7, "name": "lead_status", "comment": null}, "lead_day_id": {"type": "STRING", "index": 8, "name": "lead_day_id", "comment": null}}, "stats": {"partitioning_type": {"id": "partitioning_type", "label": "Partitioned By", "value": "date_day", "include": true, "description": "The partitioning column for this table"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 84, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 4620, "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.marketo.marketo__change_data_details"}, "model.marketo.marketo__change_data_pivot": {"metadata": {"type": "table", "schema": "marketo_tests_marketo", "name": "marketo__change_data_pivot", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"lead_id": {"type": "INT64", "index": 1, "name": "lead_id", "comment": null}, "date_day": {"type": "DATE", "index": 2, "name": "date_day", "comment": null}, "priority": {"type": "STRING", "index": 3, "name": "priority", "comment": null}, "relative_score": {"type": "STRING", "index": 4, "name": "relative_score", "comment": null}, "relative_urgency": {"type": "STRING", "index": 5, "name": "relative_urgency", "comment": null}, "urgency": {"type": "STRING", "index": 6, "name": "urgency", "comment": null}, "lead_status": {"type": "STRING", "index": 7, "name": "lead_status", "comment": null}, "lead_day_id": {"type": "STRING", "index": 8, "name": "lead_day_id", "comment": null}}, "stats": {"partitioning_type": {"id": "partitioning_type", "label": "Partitioned By", "value": "date_day", "include": true, "description": "The partitioning column for this table"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 84, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 4261, "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.marketo.marketo__change_data_pivot"}, "model.marketo.marketo__change_data_scd": {"metadata": {"type": "table", "schema": "marketo_tests_marketo", "name": "marketo__change_data_scd", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"valid_to": {"type": "DATE", "index": 1, "name": "valid_to", "comment": null}, "lead_id": {"type": "INT64", "index": 2, "name": "lead_id", "comment": null}, "lead_day_id": {"type": "STRING", "index": 3, "name": "lead_day_id", "comment": null}}, "stats": {"partitioning_type": {"id": "partitioning_type", "label": "Partitioned By", "value": "valid_to", "include": true, "description": "The partitioning column for this table"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 184, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 9200, "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.marketo.marketo__change_data_scd"}, "model.marketo.marketo__email_sends": {"metadata": {"type": "table", "schema": "marketo_tests_marketo", "name": "marketo__email_sends", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_timestamp": {"type": "TIMESTAMP", "index": 1, "name": "activity_timestamp", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "INT64", "index": 5, "name": "choice_number", "comment": null}, "email_template_id": {"type": "INT64", "index": 6, "name": "email_template_id", "comment": null}, "activity_id": {"type": "INT64", "index": 7, "name": "activity_id", "comment": null}, "lead_id": {"type": "INT64", "index": 8, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 9, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 10, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "INT64", "index": 11, "name": "step_id", "comment": null}, "email_send_id": {"type": "STRING", "index": 12, "name": "email_send_id", "comment": null}, "activity_rank": {"type": "INT64", "index": 13, "name": "activity_rank", "comment": null}, "count_opens": {"type": "INT64", "index": 14, "name": "count_opens", "comment": null}, "count_bounces": {"type": "INT64", "index": 15, "name": "count_bounces", "comment": null}, "count_clicks": {"type": "INT64", "index": 16, "name": "count_clicks", "comment": null}, "count_deliveries": {"type": "INT64", "index": 17, "name": "count_deliveries", "comment": null}, "count_unsubscribes": {"type": "INT64", "index": 18, "name": "count_unsubscribes", "comment": null}, "was_opened": {"type": "BOOL", "index": 19, "name": "was_opened", "comment": null}, "was_bounced": {"type": "BOOL", "index": 20, "name": "was_bounced", "comment": null}, "was_clicked": {"type": "BOOL", "index": 21, "name": "was_clicked", "comment": null}, "was_delivered": {"type": "BOOL", "index": 22, "name": "was_delivered", "comment": null}, "was_unsubscribed": {"type": "BOOL", "index": 23, "name": "was_unsubscribed", "comment": null}, "is_operational": {"type": "BOOL", "index": 24, "name": "is_operational", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 20111, "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.marketo.marketo__email_sends"}, "model.marketo.marketo__email_templates": {"metadata": {"type": "table", "schema": "marketo_tests_marketo", "name": "marketo__email_templates", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"created_timestamp": {"type": "TIMESTAMP", "index": 1, "name": "created_timestamp", "comment": null}, "description": {"type": "STRING", "index": 2, "name": "description", "comment": null}, "folder_name": {"type": "STRING", "index": 3, "name": "folder_name", "comment": null}, "folder_id": {"type": "INT64", "index": 4, "name": "folder_id", "comment": null}, "folder_type": {"type": "STRING", "index": 5, "name": "folder_type", "comment": null}, "folder_value": {"type": "INT64", "index": 6, "name": "folder_value", "comment": null}, "from_email": {"type": "STRING", "index": 7, "name": "from_email", "comment": null}, "from_name": {"type": "STRING", "index": 8, "name": "from_name", "comment": null}, "email_template_id": {"type": "INT64", "index": 9, "name": "email_template_id", "comment": null}, "email_template_name": {"type": "STRING", "index": 10, "name": "email_template_name", "comment": null}, "is_operational": {"type": "BOOL", "index": 11, "name": "is_operational", "comment": null}, "program_id": {"type": "INT64", "index": 12, "name": "program_id", "comment": null}, "publish_to_msi": {"type": "BOOL", "index": 13, "name": "publish_to_msi", "comment": null}, "reply_email": {"type": "STRING", "index": 14, "name": "reply_email", "comment": null}, "email_template_status": {"type": "STRING", "index": 15, "name": "email_template_status", "comment": null}, "email_subject": {"type": "STRING", "index": 16, "name": "email_subject", "comment": null}, "parent_template_id": {"type": "INT64", "index": 17, "name": "parent_template_id", "comment": null}, "is_text_only": {"type": "BOOL", "index": 18, "name": "is_text_only", "comment": null}, "updated_timestamp": {"type": "TIMESTAMP", "index": 19, "name": "updated_timestamp", "comment": null}, "email_template_url": {"type": "STRING", "index": 20, "name": "email_template_url", "comment": null}, "version_type": {"type": "INT64", "index": 21, "name": "version_type", "comment": null}, "has_web_view_enabled": {"type": "BOOL", "index": 22, "name": "has_web_view_enabled", "comment": null}, "workspace_name": {"type": "STRING", "index": 23, "name": "workspace_name", "comment": null}, "inferred_version": {"type": "INT64", "index": 24, "name": "inferred_version", "comment": null}, "total_count_of_versions": {"type": "INT64", "index": 25, "name": "total_count_of_versions", "comment": null}, "valid_from": {"type": "TIMESTAMP", "index": 26, "name": "valid_from", "comment": null}, "valid_to": {"type": "TIMESTAMP", "index": 27, "name": "valid_to", "comment": null}, "is_most_recent_version": {"type": "BOOL", "index": 28, "name": "is_most_recent_version", "comment": null}, "email_template_history_id": {"type": "STRING", "index": 29, "name": "email_template_history_id", "comment": null}, "count_sends": {"type": "INT64", "index": 30, "name": "count_sends", "comment": null}, "count_opens": {"type": "INT64", "index": 31, "name": "count_opens", "comment": null}, "count_bounces": {"type": "INT64", "index": 32, "name": "count_bounces", "comment": null}, "count_clicks": {"type": "INT64", "index": 33, "name": "count_clicks", "comment": null}, "count_deliveries": {"type": "INT64", "index": 34, "name": "count_deliveries", "comment": null}, "count_unsubscribes": {"type": "INT64", "index": 35, "name": "count_unsubscribes", "comment": null}, "count_unique_opens": {"type": "INT64", "index": 36, "name": "count_unique_opens", "comment": null}, "count_unique_clicks": {"type": "INT64", "index": 37, "name": "count_unique_clicks", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 79, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 34264, "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.marketo.marketo__email_templates"}, "model.marketo.marketo__lead_calendar_spine": {"metadata": {"type": "table", "schema": "marketo_tests_marketo", "name": "marketo__lead_calendar_spine", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"date_day": {"type": "DATE", "index": 1, "name": "date_day", "comment": null}, "lead_id": {"type": "INT64", "index": 2, "name": "lead_id", "comment": null}, "lead_day_id": {"type": "STRING", "index": 3, "name": "lead_day_id", "comment": null}}, "stats": {"partitioning_type": {"id": "partitioning_type", "label": "Partitioned By", "value": "date_day", "include": true, "description": "The partitioning column for this table"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 173603, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 8680150, "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.marketo.marketo__lead_calendar_spine"}, "model.marketo.marketo__lead_history": {"metadata": {"type": "table", "schema": "marketo_tests_marketo", "name": "marketo__lead_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"date_day": {"type": "DATE", "index": 1, "name": "date_day", "comment": null}, "lead_id": {"type": "INT64", "index": 2, "name": "lead_id", "comment": null}, "lead_history_id": {"type": "STRING", "index": 3, "name": "lead_history_id", "comment": null}}, "stats": {"partitioning_type": {"id": "partitioning_type", "label": "Partitioned By", "value": "date_day", "include": true, "description": "The partitioning column for this table"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 173003, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 8650150, "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.marketo.marketo__lead_history"}, "model.marketo.marketo__leads": {"metadata": {"type": "table", "schema": "marketo_tests_marketo", "name": "marketo__leads", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 2, "name": "created_timestamp", "comment": null}, "email": {"type": "STRING", "index": 3, "name": "email", "comment": null}, "first_name": {"type": "STRING", "index": 4, "name": "first_name", "comment": null}, "lead_id": {"type": "INT64", "index": 5, "name": "lead_id", "comment": null}, "last_name": {"type": "STRING", "index": 6, "name": "last_name", "comment": null}, "updated_timestamp": {"type": "STRING", "index": 7, "name": "updated_timestamp", "comment": null}, "phone": {"type": "STRING", "index": 8, "name": "phone", "comment": null}, "main_phone": {"type": "STRING", "index": 9, "name": "main_phone", "comment": null}, "mobile_phone": {"type": "STRING", "index": 10, "name": "mobile_phone", "comment": null}, "company": {"type": "STRING", "index": 11, "name": "company", "comment": null}, "inferred_company": {"type": "STRING", "index": 12, "name": "inferred_company", "comment": null}, "address_lead": {"type": "STRING", "index": 13, "name": "address_lead", "comment": null}, "address": {"type": "STRING", "index": 14, "name": "address", "comment": null}, "city": {"type": "STRING", "index": 15, "name": "city", "comment": null}, "state": {"type": "STRING", "index": 16, "name": "state", "comment": null}, "state_code": {"type": "STRING", "index": 17, "name": "state_code", "comment": null}, "country": {"type": "STRING", "index": 18, "name": "country", "comment": null}, "country_code": {"type": "STRING", "index": 19, "name": "country_code", "comment": null}, "postal_code": {"type": "STRING", "index": 20, "name": "postal_code", "comment": null}, "billing_street": {"type": "STRING", "index": 21, "name": "billing_street", "comment": null}, "billing_city": {"type": "STRING", "index": 22, "name": "billing_city", "comment": null}, "billing_state": {"type": "STRING", "index": 23, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "STRING", "index": 24, "name": "billing_state_code", "comment": null}, "billing_country": {"type": "STRING", "index": 25, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "STRING", "index": 26, "name": "billing_country_code", "comment": null}, "billing_postal_code": {"type": "STRING", "index": 27, "name": "billing_postal_code", "comment": null}, "inferred_city": {"type": "STRING", "index": 28, "name": "inferred_city", "comment": null}, "inferred_state_region": {"type": "STRING", "index": 29, "name": "inferred_state_region", "comment": null}, "inferred_country": {"type": "STRING", "index": 30, "name": "inferred_country", "comment": null}, "inferred_postal_code": {"type": "STRING", "index": 31, "name": "inferred_postal_code", "comment": null}, "inferred_phone_area_code": {"type": "STRING", "index": 32, "name": "inferred_phone_area_code", "comment": null}, "anonymous_ip": {"type": "STRING", "index": 33, "name": "anonymous_ip", "comment": null}, "is_unsubscribed": {"type": "BOOL", "index": 34, "name": "is_unsubscribed", "comment": null}, "is_email_invalid": {"type": "BOOL", "index": 35, "name": "is_email_invalid", "comment": null}, "do_not_call": {"type": "BOOL", "index": 36, "name": "do_not_call", "comment": null}, "is_deleted": {"type": "BOOL", "index": 37, "name": "is_deleted", "comment": null}, "merged_into_lead_id": {"type": "STRING", "index": 38, "name": "merged_into_lead_id", "comment": null}, "is_merged": {"type": "BOOL", "index": 39, "name": "is_merged", "comment": null}, "count_sends": {"type": "INT64", "index": 40, "name": "count_sends", "comment": null}, "count_opens": {"type": "INT64", "index": 41, "name": "count_opens", "comment": null}, "count_bounces": {"type": "INT64", "index": 42, "name": "count_bounces", "comment": null}, "count_clicks": {"type": "INT64", "index": 43, "name": "count_clicks", "comment": null}, "count_deliveries": {"type": "INT64", "index": 44, "name": "count_deliveries", "comment": null}, "count_unsubscribes": {"type": "INT64", "index": 45, "name": "count_unsubscribes", "comment": null}, "count_unique_opens": {"type": "INT64", "index": 46, "name": "count_unique_opens", "comment": null}, "count_unique_clicks": {"type": "INT64", "index": 47, "name": "count_unique_clicks", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 15400, "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.marketo.marketo__leads"}, "model.marketo_source.stg_marketo__activity_change_data_value": {"metadata": {"type": "table", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__activity_change_data_value", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_timestamp": {"type": "TIMESTAMP", "index": 1, "name": "activity_timestamp", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "api_method_name": {"type": "INT64", "index": 3, "name": "api_method_name", "comment": null}, "campaign_id": {"type": "INT64", "index": 4, "name": "campaign_id", "comment": null}, "activity_id": {"type": "INT64", "index": 5, "name": "activity_id", "comment": null}, "lead_id": {"type": "INT64", "index": 6, "name": "lead_id", "comment": null}, "modifying_user_id": {"type": "INT64", "index": 7, "name": "modifying_user_id", "comment": null}, "new_value": {"type": "STRING", "index": 8, "name": "new_value", "comment": null}, "old_value": {"type": "STRING", "index": 9, "name": "old_value", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 10, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 11, "name": "primary_attribute_value_id", "comment": null}, "change_reason": {"type": "STRING", "index": 12, "name": "change_reason", "comment": null}, "request_id": {"type": "INT64", "index": 13, "name": "request_id", "comment": null}, "change_source": {"type": "STRING", "index": 14, "name": "change_source", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 14856, "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.marketo_source.stg_marketo__activity_change_data_value"}, "model.marketo_source.stg_marketo__activity_change_data_value_tmp": {"metadata": {"type": "view", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__activity_change_data_value_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_date": {"type": "TIMESTAMP", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "api_method_name": {"type": "INT64", "index": 3, "name": "api_method_name", "comment": null}, "campaign_id": {"type": "INT64", "index": 4, "name": "campaign_id", "comment": null}, "id": {"type": "INT64", "index": 5, "name": "id", "comment": null}, "lead_id": {"type": "INT64", "index": 6, "name": "lead_id", "comment": null}, "modifying_user": {"type": "INT64", "index": 7, "name": "modifying_user", "comment": null}, "new_value": {"type": "STRING", "index": 8, "name": "new_value", "comment": null}, "old_value": {"type": "STRING", "index": 9, "name": "old_value", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 10, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 11, "name": "primary_attribute_value_id", "comment": null}, "reason": {"type": "STRING", "index": 12, "name": "reason", "comment": null}, "request_id": {"type": "INT64", "index": 13, "name": "request_id", "comment": null}, "source": {"type": "STRING", "index": 14, "name": "source", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_change_data_value_tmp"}, "model.marketo_source.stg_marketo__activity_click_email": {"metadata": {"type": "table", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__activity_click_email", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_timestamp": {"type": "TIMESTAMP", "index": 1, "name": "activity_timestamp", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "INT64", "index": 5, "name": "choice_number", "comment": null}, "click_device": {"type": "STRING", "index": 6, "name": "click_device", "comment": null}, "email_template_id": {"type": "INT64", "index": 7, "name": "email_template_id", "comment": null}, "activity_id": {"type": "INT64", "index": 8, "name": "activity_id", "comment": null}, "is_mobile_device": {"type": "BOOL", "index": 9, "name": "is_mobile_device", "comment": null}, "lead_id": {"type": "INT64", "index": 10, "name": "lead_id", "comment": null}, "click_link_url": {"type": "STRING", "index": 11, "name": "click_link_url", "comment": null}, "user_platform": {"type": "STRING", "index": 12, "name": "user_platform", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 13, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 14, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "INT64", "index": 15, "name": "step_id", "comment": null}, "user_agent": {"type": "STRING", "index": 16, "name": "user_agent", "comment": null}, "email_send_id": {"type": "STRING", "index": 17, "name": "email_send_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 33360, "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.marketo_source.stg_marketo__activity_click_email"}, "model.marketo_source.stg_marketo__activity_click_email_tmp": {"metadata": {"type": "view", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__activity_click_email_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_date": {"type": "STRING", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "INT64", "index": 5, "name": "choice_number", "comment": null}, "device": {"type": "STRING", "index": 6, "name": "device", "comment": null}, "email_template_id": {"type": "INT64", "index": 7, "name": "email_template_id", "comment": null}, "id": {"type": "INT64", "index": 8, "name": "id", "comment": null}, "is_mobile_device": {"type": "BOOL", "index": 9, "name": "is_mobile_device", "comment": null}, "lead_id": {"type": "INT64", "index": 10, "name": "lead_id", "comment": null}, "link": {"type": "STRING", "index": 11, "name": "link", "comment": null}, "platform": {"type": "STRING", "index": 12, "name": "platform", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 13, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 14, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "INT64", "index": 15, "name": "step_id", "comment": null}, "user_agent": {"type": "STRING", "index": 16, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_click_email_tmp"}, "model.marketo_source.stg_marketo__activity_delete_lead": {"metadata": {"type": "table", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__activity_delete_lead", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_id": {"type": "INT64", "index": 1, "name": "activity_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "activity_timestamp": {"type": "TIMESTAMP", "index": 3, "name": "activity_timestamp", "comment": null}, "activity_type_id": {"type": "INT64", "index": 4, "name": "activity_type_id", "comment": null}, "campaign_name": {"type": "STRING", "index": 5, "name": "campaign_name", "comment": null}, "campaign_id": {"type": "INT64", "index": 6, "name": "campaign_id", "comment": null}, "lead_id": {"type": "INT64", "index": 7, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 8, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 9, "name": "primary_attribute_value_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 31, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 4123, "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.marketo_source.stg_marketo__activity_delete_lead"}, "model.marketo_source.stg_marketo__activity_delete_lead_tmp": {"metadata": {"type": "view", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__activity_delete_lead_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "activity_date": {"type": "STRING", "index": 3, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 4, "name": "activity_type_id", "comment": null}, "campaign": {"type": "STRING", "index": 5, "name": "campaign", "comment": null}, "campaign_id": {"type": "INT64", "index": 6, "name": "campaign_id", "comment": null}, "lead_id": {"type": "INT64", "index": 7, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 8, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 9, "name": "primary_attribute_value_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_delete_lead_tmp"}, "model.marketo_source.stg_marketo__activity_email_bounced": {"metadata": {"type": "table", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__activity_email_bounced", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_timestamp": {"type": "TIMESTAMP", "index": 1, "name": "activity_timestamp", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "bounce_category": {"type": "INT64", "index": 5, "name": "bounce_category", "comment": null}, "choice_number": {"type": "INT64", "index": 6, "name": "choice_number", "comment": null}, "details": {"type": "STRING", "index": 7, "name": "details", "comment": null}, "email_address": {"type": "STRING", "index": 8, "name": "email_address", "comment": null}, "email_template_id": {"type": "INT64", "index": 9, "name": "email_template_id", "comment": null}, "activity_id": {"type": "INT64", "index": 10, "name": "activity_id", "comment": null}, "lead_id": {"type": "INT64", "index": 11, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 12, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 13, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "INT64", "index": 14, "name": "step_id", "comment": null}, "bounce_subcategory": {"type": "INT64", "index": 15, "name": "bounce_subcategory", "comment": null}, "email_send_id": {"type": "STRING", "index": 16, "name": "email_send_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 31324, "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.marketo_source.stg_marketo__activity_email_bounced"}, "model.marketo_source.stg_marketo__activity_email_bounced_tmp": {"metadata": {"type": "view", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__activity_email_bounced_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_date": {"type": "STRING", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "category": {"type": "INT64", "index": 5, "name": "category", "comment": null}, "choice_number": {"type": "INT64", "index": 6, "name": "choice_number", "comment": null}, "details": {"type": "STRING", "index": 7, "name": "details", "comment": null}, "email": {"type": "STRING", "index": 8, "name": "email", "comment": null}, "email_template_id": {"type": "INT64", "index": 9, "name": "email_template_id", "comment": null}, "id": {"type": "INT64", "index": 10, "name": "id", "comment": null}, "lead_id": {"type": "INT64", "index": 11, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 12, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 13, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "INT64", "index": 14, "name": "step_id", "comment": null}, "subcategory": {"type": "INT64", "index": 15, "name": "subcategory", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_email_bounced_tmp"}, "model.marketo_source.stg_marketo__activity_email_delivered": {"metadata": {"type": "table", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__activity_email_delivered", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_timestamp": {"type": "TIMESTAMP", "index": 1, "name": "activity_timestamp", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "INT64", "index": 5, "name": "choice_number", "comment": null}, "email_template_id": {"type": "INT64", "index": 6, "name": "email_template_id", "comment": null}, "activity_id": {"type": "INT64", "index": 7, "name": "activity_id", "comment": null}, "lead_id": {"type": "INT64", "index": 8, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 9, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 10, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "INT64", "index": 11, "name": "step_id", "comment": null}, "email_send_id": {"type": "STRING", "index": 12, "name": "email_send_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 14800, "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.marketo_source.stg_marketo__activity_email_delivered"}, "model.marketo_source.stg_marketo__activity_email_delivered_tmp": {"metadata": {"type": "view", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__activity_email_delivered_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_date": {"type": "STRING", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "INT64", "index": 5, "name": "choice_number", "comment": null}, "email_template_id": {"type": "INT64", "index": 6, "name": "email_template_id", "comment": null}, "id": {"type": "INT64", "index": 7, "name": "id", "comment": null}, "lead_id": {"type": "INT64", "index": 8, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 9, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 10, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "INT64", "index": 11, "name": "step_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_email_delivered_tmp"}, "model.marketo_source.stg_marketo__activity_merge_leads": {"metadata": {"type": "table", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__activity_merge_leads", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_id": {"type": "INT64", "index": 1, "name": "activity_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "activity_timestamp": {"type": "TIMESTAMP", "index": 3, "name": "activity_timestamp", "comment": null}, "activity_type_id": {"type": "INT64", "index": 4, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 5, "name": "campaign_id", "comment": null}, "lead_id": {"type": "INT64", "index": 6, "name": "lead_id", "comment": null}, "master_updated": {"type": "BOOL", "index": 7, "name": "master_updated", "comment": null}, "merged_lead_id": {"type": "STRING", "index": 8, "name": "merged_lead_id", "comment": null}, "merge_source": {"type": "STRING", "index": 9, "name": "merge_source", "comment": null}, "merged_in_sales": {"type": "BOOL", "index": 10, "name": "merged_in_sales", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 11, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 12, "name": "primary_attribute_value_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 11499, "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.marketo_source.stg_marketo__activity_merge_leads"}, "model.marketo_source.stg_marketo__activity_merge_leads_tmp": {"metadata": {"type": "view", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__activity_merge_leads_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "activity_date": {"type": "STRING", "index": 3, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 4, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 5, "name": "campaign_id", "comment": null}, "lead_id": {"type": "INT64", "index": 6, "name": "lead_id", "comment": null}, "master_updated": {"type": "BOOL", "index": 7, "name": "master_updated", "comment": null}, "merge_ids": {"type": "STRING", "index": 8, "name": "merge_ids", "comment": null}, "merge_source": {"type": "STRING", "index": 9, "name": "merge_source", "comment": null}, "merged_in_sales": {"type": "BOOL", "index": 10, "name": "merged_in_sales", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 11, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 12, "name": "primary_attribute_value_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_merge_leads_tmp"}, "model.marketo_source.stg_marketo__activity_open_email": {"metadata": {"type": "table", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__activity_open_email", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_timestamp": {"type": "TIMESTAMP", "index": 1, "name": "activity_timestamp", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "INT64", "index": 5, "name": "choice_number", "comment": null}, "device": {"type": "STRING", "index": 6, "name": "device", "comment": null}, "email_template_id": {"type": "INT64", "index": 7, "name": "email_template_id", "comment": null}, "activity_id": {"type": "INT64", "index": 8, "name": "activity_id", "comment": null}, "is_mobile_device": {"type": "BOOL", "index": 9, "name": "is_mobile_device", "comment": null}, "lead_id": {"type": "INT64", "index": 10, "name": "lead_id", "comment": null}, "platform": {"type": "STRING", "index": 11, "name": "platform", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 12, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 13, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "INT64", "index": 14, "name": "step_id", "comment": null}, "user_agent": {"type": "STRING", "index": 15, "name": "user_agent", "comment": null}, "email_send_id": {"type": "STRING", "index": 16, "name": "email_send_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 26896, "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.marketo_source.stg_marketo__activity_open_email"}, "model.marketo_source.stg_marketo__activity_open_email_tmp": {"metadata": {"type": "view", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__activity_open_email_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_date": {"type": "STRING", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "INT64", "index": 5, "name": "choice_number", "comment": null}, "device": {"type": "STRING", "index": 6, "name": "device", "comment": null}, "email_template_id": {"type": "INT64", "index": 7, "name": "email_template_id", "comment": null}, "id": {"type": "INT64", "index": 8, "name": "id", "comment": null}, "is_mobile_device": {"type": "BOOL", "index": 9, "name": "is_mobile_device", "comment": null}, "lead_id": {"type": "INT64", "index": 10, "name": "lead_id", "comment": null}, "platform": {"type": "STRING", "index": 11, "name": "platform", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 12, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 13, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "INT64", "index": 14, "name": "step_id", "comment": null}, "user_agent": {"type": "STRING", "index": 15, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_open_email_tmp"}, "model.marketo_source.stg_marketo__activity_send_email": {"metadata": {"type": "table", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__activity_send_email", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_timestamp": {"type": "TIMESTAMP", "index": 1, "name": "activity_timestamp", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "INT64", "index": 5, "name": "choice_number", "comment": null}, "email_template_id": {"type": "INT64", "index": 6, "name": "email_template_id", "comment": null}, "activity_id": {"type": "INT64", "index": 7, "name": "activity_id", "comment": null}, "lead_id": {"type": "INT64", "index": 8, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 9, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 10, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "INT64", "index": 11, "name": "step_id", "comment": null}, "email_send_id": {"type": "STRING", "index": 12, "name": "email_send_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 14800, "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.marketo_source.stg_marketo__activity_send_email"}, "model.marketo_source.stg_marketo__activity_send_email_tmp": {"metadata": {"type": "view", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__activity_send_email_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_date": {"type": "TIMESTAMP", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "INT64", "index": 5, "name": "choice_number", "comment": null}, "email_template_id": {"type": "INT64", "index": 6, "name": "email_template_id", "comment": null}, "id": {"type": "INT64", "index": 7, "name": "id", "comment": null}, "lead_id": {"type": "INT64", "index": 8, "name": "lead_id", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 9, "name": "primary_attribute_value_id", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 10, "name": "primary_attribute_value", "comment": null}, "step_id": {"type": "INT64", "index": 11, "name": "step_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_send_email_tmp"}, "model.marketo_source.stg_marketo__activity_unsubscribe_email": {"metadata": {"type": "table", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__activity_unsubscribe_email", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_timestamp": {"type": "TIMESTAMP", "index": 1, "name": "activity_timestamp", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "client_ip_address": {"type": "STRING", "index": 5, "name": "client_ip_address", "comment": null}, "email_template_id": {"type": "INT64", "index": 6, "name": "email_template_id", "comment": null}, "form_fields": {"type": "STRING", "index": 7, "name": "form_fields", "comment": null}, "activity_id": {"type": "INT64", "index": 8, "name": "activity_id", "comment": null}, "lead_id": {"type": "INT64", "index": 9, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 10, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 11, "name": "primary_attribute_value_id", "comment": null}, "query_parameters": {"type": "STRING", "index": 12, "name": "query_parameters", "comment": null}, "referrer_url": {"type": "STRING", "index": 13, "name": "referrer_url", "comment": null}, "user_agent": {"type": "STRING", "index": 14, "name": "user_agent", "comment": null}, "webform_id": {"type": "INT64", "index": 15, "name": "webform_id", "comment": null}, "webpage_id": {"type": "INT64", "index": 16, "name": "webpage_id", "comment": null}, "email_send_id": {"type": "STRING", "index": 17, "name": "email_send_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 69177, "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.marketo_source.stg_marketo__activity_unsubscribe_email"}, "model.marketo_source.stg_marketo__activity_unsubscribe_email_tmp": {"metadata": {"type": "view", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__activity_unsubscribe_email_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_date": {"type": "STRING", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "client_ip_address": {"type": "STRING", "index": 5, "name": "client_ip_address", "comment": null}, "email_template_id": {"type": "INT64", "index": 6, "name": "email_template_id", "comment": null}, "form_fields": {"type": "STRING", "index": 7, "name": "form_fields", "comment": null}, "id": {"type": "INT64", "index": 8, "name": "id", "comment": null}, "lead_id": {"type": "INT64", "index": 9, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 10, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 11, "name": "primary_attribute_value_id", "comment": null}, "query_parameters": {"type": "STRING", "index": 12, "name": "query_parameters", "comment": null}, "referrer_url": {"type": "STRING", "index": 13, "name": "referrer_url", "comment": null}, "user_agent": {"type": "STRING", "index": 14, "name": "user_agent", "comment": null}, "webform_id": {"type": "INT64", "index": 15, "name": "webform_id", "comment": null}, "webpage_id": {"type": "INT64", "index": 16, "name": "webpage_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__activity_unsubscribe_email_tmp"}, "model.marketo_source.stg_marketo__email_template_history": {"metadata": {"type": "table", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__email_template_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"created_timestamp": {"type": "TIMESTAMP", "index": 1, "name": "created_timestamp", "comment": null}, "description": {"type": "STRING", "index": 2, "name": "description", "comment": null}, "folder_name": {"type": "STRING", "index": 3, "name": "folder_name", "comment": null}, "folder_id": {"type": "INT64", "index": 4, "name": "folder_id", "comment": null}, "folder_type": {"type": "STRING", "index": 5, "name": "folder_type", "comment": null}, "folder_value": {"type": "INT64", "index": 6, "name": "folder_value", "comment": null}, "from_email": {"type": "STRING", "index": 7, "name": "from_email", "comment": null}, "from_name": {"type": "STRING", "index": 8, "name": "from_name", "comment": null}, "email_template_id": {"type": "INT64", "index": 9, "name": "email_template_id", "comment": null}, "email_template_name": {"type": "STRING", "index": 10, "name": "email_template_name", "comment": null}, "is_operational": {"type": "BOOL", "index": 11, "name": "is_operational", "comment": null}, "program_id": {"type": "INT64", "index": 12, "name": "program_id", "comment": null}, "publish_to_msi": {"type": "BOOL", "index": 13, "name": "publish_to_msi", "comment": null}, "reply_email": {"type": "STRING", "index": 14, "name": "reply_email", "comment": null}, "email_template_status": {"type": "STRING", "index": 15, "name": "email_template_status", "comment": null}, "email_subject": {"type": "STRING", "index": 16, "name": "email_subject", "comment": null}, "parent_template_id": {"type": "INT64", "index": 17, "name": "parent_template_id", "comment": null}, "is_text_only": {"type": "BOOL", "index": 18, "name": "is_text_only", "comment": null}, "updated_timestamp": {"type": "TIMESTAMP", "index": 19, "name": "updated_timestamp", "comment": null}, "email_template_url": {"type": "STRING", "index": 20, "name": "email_template_url", "comment": null}, "version_type": {"type": "INT64", "index": 21, "name": "version_type", "comment": null}, "has_web_view_enabled": {"type": "BOOL", "index": 22, "name": "has_web_view_enabled", "comment": null}, "workspace_name": {"type": "STRING", "index": 23, "name": "workspace_name", "comment": null}, "inferred_version": {"type": "INT64", "index": 24, "name": "inferred_version", "comment": null}, "total_count_of_versions": {"type": "INT64", "index": 25, "name": "total_count_of_versions", "comment": null}, "valid_from": {"type": "TIMESTAMP", "index": 26, "name": "valid_from", "comment": null}, "valid_to": {"type": "TIMESTAMP", "index": 27, "name": "valid_to", "comment": null}, "is_most_recent_version": {"type": "BOOL", "index": 28, "name": "is_most_recent_version", "comment": null}, "email_template_history_id": {"type": "STRING", "index": 29, "name": "email_template_history_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 37359, "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.marketo_source.stg_marketo__email_template_history"}, "model.marketo_source.stg_marketo__email_template_history_tmp": {"metadata": {"type": "view", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__email_template_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"created_at": {"type": "TIMESTAMP", "index": 1, "name": "created_at", "comment": null}, "description": {"type": "STRING", "index": 2, "name": "description", "comment": null}, "folder_folder_name": {"type": "STRING", "index": 3, "name": "folder_folder_name", "comment": null}, "folder_id": {"type": "INT64", "index": 4, "name": "folder_id", "comment": null}, "folder_type": {"type": "STRING", "index": 5, "name": "folder_type", "comment": null}, "folder_value": {"type": "INT64", "index": 6, "name": "folder_value", "comment": null}, "from_email": {"type": "STRING", "index": 7, "name": "from_email", "comment": null}, "from_name": {"type": "STRING", "index": 8, "name": "from_name", "comment": null}, "id": {"type": "INT64", "index": 9, "name": "id", "comment": null}, "name": {"type": "STRING", "index": 10, "name": "name", "comment": null}, "operational": {"type": "BOOL", "index": 11, "name": "operational", "comment": null}, "program_id": {"type": "INT64", "index": 12, "name": "program_id", "comment": null}, "publish_to_msi": {"type": "BOOL", "index": 13, "name": "publish_to_msi", "comment": null}, "reply_email": {"type": "STRING", "index": 14, "name": "reply_email", "comment": null}, "status": {"type": "STRING", "index": 15, "name": "status", "comment": null}, "subject": {"type": "STRING", "index": 16, "name": "subject", "comment": null}, "template": {"type": "INT64", "index": 17, "name": "template", "comment": null}, "text_only": {"type": "BOOL", "index": 18, "name": "text_only", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 19, "name": "updated_at", "comment": null}, "url": {"type": "STRING", "index": 20, "name": "url", "comment": null}, "version": {"type": "INT64", "index": 21, "name": "version", "comment": null}, "web_view": {"type": "BOOL", "index": 22, "name": "web_view", "comment": null}, "workspace": {"type": "STRING", "index": 23, "name": "workspace", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__email_template_history_tmp"}, "model.marketo_source.stg_marketo__lead": {"metadata": {"type": "table", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__lead", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 2, "name": "created_timestamp", "comment": null}, "email": {"type": "STRING", "index": 3, "name": "email", "comment": null}, "first_name": {"type": "STRING", "index": 4, "name": "first_name", "comment": null}, "lead_id": {"type": "INT64", "index": 5, "name": "lead_id", "comment": null}, "last_name": {"type": "STRING", "index": 6, "name": "last_name", "comment": null}, "updated_timestamp": {"type": "STRING", "index": 7, "name": "updated_timestamp", "comment": null}, "phone": {"type": "STRING", "index": 8, "name": "phone", "comment": null}, "main_phone": {"type": "STRING", "index": 9, "name": "main_phone", "comment": null}, "mobile_phone": {"type": "STRING", "index": 10, "name": "mobile_phone", "comment": null}, "company": {"type": "STRING", "index": 11, "name": "company", "comment": null}, "inferred_company": {"type": "STRING", "index": 12, "name": "inferred_company", "comment": null}, "address_lead": {"type": "STRING", "index": 13, "name": "address_lead", "comment": null}, "address": {"type": "STRING", "index": 14, "name": "address", "comment": null}, "city": {"type": "STRING", "index": 15, "name": "city", "comment": null}, "state": {"type": "STRING", "index": 16, "name": "state", "comment": null}, "state_code": {"type": "STRING", "index": 17, "name": "state_code", "comment": null}, "country": {"type": "STRING", "index": 18, "name": "country", "comment": null}, "country_code": {"type": "STRING", "index": 19, "name": "country_code", "comment": null}, "postal_code": {"type": "STRING", "index": 20, "name": "postal_code", "comment": null}, "billing_street": {"type": "STRING", "index": 21, "name": "billing_street", "comment": null}, "billing_city": {"type": "STRING", "index": 22, "name": "billing_city", "comment": null}, "billing_state": {"type": "STRING", "index": 23, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "STRING", "index": 24, "name": "billing_state_code", "comment": null}, "billing_country": {"type": "STRING", "index": 25, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "STRING", "index": 26, "name": "billing_country_code", "comment": null}, "billing_postal_code": {"type": "STRING", "index": 27, "name": "billing_postal_code", "comment": null}, "inferred_city": {"type": "STRING", "index": 28, "name": "inferred_city", "comment": null}, "inferred_state_region": {"type": "STRING", "index": 29, "name": "inferred_state_region", "comment": null}, "inferred_country": {"type": "STRING", "index": 30, "name": "inferred_country", "comment": null}, "inferred_postal_code": {"type": "STRING", "index": 31, "name": "inferred_postal_code", "comment": null}, "inferred_phone_area_code": {"type": "STRING", "index": 32, "name": "inferred_phone_area_code", "comment": null}, "anonymous_ip": {"type": "STRING", "index": 33, "name": "anonymous_ip", "comment": null}, "is_unsubscribed": {"type": "BOOL", "index": 34, "name": "is_unsubscribed", "comment": null}, "is_email_invalid": {"type": "BOOL", "index": 35, "name": "is_email_invalid", "comment": null}, "do_not_call": {"type": "BOOL", "index": 36, "name": "do_not_call", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 8800, "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.marketo_source.stg_marketo__lead"}, "model.marketo_source.stg_marketo__lead_describe": {"metadata": {"type": "table", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__lead_describe", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"data_type": {"type": "STRING", "index": 1, "name": "data_type", "comment": null}, "display_name": {"type": "STRING", "index": 2, "name": "display_name", "comment": null}, "lead_describe_id": {"type": "INT64", "index": 3, "name": "lead_describe_id", "comment": null}, "field_max_length": {"type": "INT64", "index": 4, "name": "field_max_length", "comment": null}, "rest_name": {"type": "STRING", "index": 5, "name": "rest_name", "comment": null}, "is_rest_readonly": {"type": "BOOL", "index": 6, "name": "is_rest_readonly", "comment": null}, "soap_name": {"type": "STRING", "index": 7, "name": "soap_name", "comment": null}, "is_soap_readonly": {"type": "BOOL", "index": 8, "name": "is_soap_readonly", "comment": null}, "rest_name_xf": {"type": "STRING", "index": 9, "name": "rest_name_xf", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 8263, "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.marketo_source.stg_marketo__lead_describe"}, "model.marketo_source.stg_marketo__lead_describe_tmp": {"metadata": {"type": "view", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__lead_describe_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"data_type": {"type": "STRING", "index": 1, "name": "data_type", "comment": null}, "display_name": {"type": "STRING", "index": 2, "name": "display_name", "comment": null}, "id": {"type": "INT64", "index": 3, "name": "id", "comment": null}, "length": {"type": "INT64", "index": 4, "name": "length", "comment": null}, "restname": {"type": "STRING", "index": 5, "name": "restname", "comment": null}, "restread_only": {"type": "BOOL", "index": 6, "name": "restread_only", "comment": null}, "soapname": {"type": "STRING", "index": 7, "name": "soapname", "comment": null}, "soapread_only": {"type": "BOOL", "index": 8, "name": "soapread_only", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__lead_describe_tmp"}, "model.marketo_source.stg_marketo__lead_tmp": {"metadata": {"type": "view", "schema": "marketo_tests_marketo_source", "name": "stg_marketo__lead_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 2, "name": "created_at", "comment": null}, "updated_at": {"type": "STRING", "index": 3, "name": "updated_at", "comment": null}, "email": {"type": "STRING", "index": 4, "name": "email", "comment": null}, "first_name": {"type": "STRING", "index": 5, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 6, "name": "last_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.marketo_source.stg_marketo__lead_tmp"}}, "sources": {"source.marketo_source.marketo.activity_change_data_value": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_activity_change_data_value_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_date": {"type": "TIMESTAMP", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "api_method_name": {"type": "INT64", "index": 3, "name": "api_method_name", "comment": null}, "campaign_id": {"type": "INT64", "index": 4, "name": "campaign_id", "comment": null}, "id": {"type": "INT64", "index": 5, "name": "id", "comment": null}, "lead_id": {"type": "INT64", "index": 6, "name": "lead_id", "comment": null}, "modifying_user": {"type": "INT64", "index": 7, "name": "modifying_user", "comment": null}, "new_value": {"type": "STRING", "index": 8, "name": "new_value", "comment": null}, "old_value": {"type": "STRING", "index": 9, "name": "old_value", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 10, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 11, "name": "primary_attribute_value_id", "comment": null}, "reason": {"type": "STRING", "index": 12, "name": "reason", "comment": null}, "request_id": {"type": "INT64", "index": 13, "name": "request_id", "comment": null}, "source": {"type": "STRING", "index": 14, "name": "source", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 14856, "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.marketo_source.marketo.activity_change_data_value"}, "source.marketo_source.marketo.activity_click_email": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_activity_click_email_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_date": {"type": "STRING", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "INT64", "index": 5, "name": "choice_number", "comment": null}, "device": {"type": "STRING", "index": 6, "name": "device", "comment": null}, "email_template_id": {"type": "INT64", "index": 7, "name": "email_template_id", "comment": null}, "id": {"type": "INT64", "index": 8, "name": "id", "comment": null}, "is_mobile_device": {"type": "BOOL", "index": 9, "name": "is_mobile_device", "comment": null}, "lead_id": {"type": "INT64", "index": 10, "name": "lead_id", "comment": null}, "link": {"type": "STRING", "index": 11, "name": "link", "comment": null}, "platform": {"type": "STRING", "index": 12, "name": "platform", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 13, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 14, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "INT64", "index": 15, "name": "step_id", "comment": null}, "user_agent": {"type": "STRING", "index": 16, "name": "user_agent", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 31660, "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.marketo_source.marketo.activity_click_email"}, "source.marketo_source.marketo.activity_delete_lead": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_activity_delete_lead_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "activity_date": {"type": "STRING", "index": 3, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 4, "name": "activity_type_id", "comment": null}, "campaign": {"type": "STRING", "index": 5, "name": "campaign", "comment": null}, "campaign_id": {"type": "INT64", "index": 6, "name": "campaign_id", "comment": null}, "lead_id": {"type": "INT64", "index": 7, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 8, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 9, "name": "primary_attribute_value_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 31, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 4650, "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.marketo_source.marketo.activity_delete_lead"}, "source.marketo_source.marketo.activity_email_bounced": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_activity_email_bounced_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_date": {"type": "STRING", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "category": {"type": "INT64", "index": 5, "name": "category", "comment": null}, "choice_number": {"type": "INT64", "index": 6, "name": "choice_number", "comment": null}, "details": {"type": "STRING", "index": 7, "name": "details", "comment": null}, "email": {"type": "STRING", "index": 8, "name": "email", "comment": null}, "email_template_id": {"type": "INT64", "index": 9, "name": "email_template_id", "comment": null}, "id": {"type": "INT64", "index": 10, "name": "id", "comment": null}, "lead_id": {"type": "INT64", "index": 11, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 12, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 13, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "INT64", "index": 14, "name": "step_id", "comment": null}, "subcategory": {"type": "INT64", "index": 15, "name": "subcategory", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 29624, "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.marketo_source.marketo.activity_email_bounced"}, "source.marketo_source.marketo.activity_email_delivered": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_activity_email_delivered_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_date": {"type": "STRING", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "INT64", "index": 5, "name": "choice_number", "comment": null}, "email_template_id": {"type": "INT64", "index": 6, "name": "email_template_id", "comment": null}, "id": {"type": "INT64", "index": 7, "name": "id", "comment": null}, "lead_id": {"type": "INT64", "index": 8, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 9, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 10, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "INT64", "index": 11, "name": "step_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 13100, "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.marketo_source.marketo.activity_email_delivered"}, "source.marketo_source.marketo.activity_merge_leads": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_activity_merge_leads_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "activity_date": {"type": "STRING", "index": 3, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 4, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 5, "name": "campaign_id", "comment": null}, "lead_id": {"type": "INT64", "index": 6, "name": "lead_id", "comment": null}, "master_updated": {"type": "BOOL", "index": 7, "name": "master_updated", "comment": null}, "merge_ids": {"type": "STRING", "index": 8, "name": "merge_ids", "comment": null}, "merge_source": {"type": "STRING", "index": 9, "name": "merge_source", "comment": null}, "merged_in_sales": {"type": "BOOL", "index": 10, "name": "merged_in_sales", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 11, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 12, "name": "primary_attribute_value_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 13397, "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.marketo_source.marketo.activity_merge_leads"}, "source.marketo_source.marketo.activity_open_email": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_activity_open_email_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_date": {"type": "STRING", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "INT64", "index": 5, "name": "choice_number", "comment": null}, "device": {"type": "STRING", "index": 6, "name": "device", "comment": null}, "email_template_id": {"type": "INT64", "index": 7, "name": "email_template_id", "comment": null}, "id": {"type": "INT64", "index": 8, "name": "id", "comment": null}, "is_mobile_device": {"type": "BOOL", "index": 9, "name": "is_mobile_device", "comment": null}, "lead_id": {"type": "INT64", "index": 10, "name": "lead_id", "comment": null}, "platform": {"type": "STRING", "index": 11, "name": "platform", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 12, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 13, "name": "primary_attribute_value_id", "comment": null}, "step_id": {"type": "INT64", "index": 14, "name": "step_id", "comment": null}, "user_agent": {"type": "STRING", "index": 15, "name": "user_agent", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 25196, "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.marketo_source.marketo.activity_open_email"}, "source.marketo_source.marketo.activity_send_email": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_activity_send_email_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_date": {"type": "TIMESTAMP", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "choice_number": {"type": "INT64", "index": 5, "name": "choice_number", "comment": null}, "email_template_id": {"type": "INT64", "index": 6, "name": "email_template_id", "comment": null}, "id": {"type": "INT64", "index": 7, "name": "id", "comment": null}, "lead_id": {"type": "INT64", "index": 8, "name": "lead_id", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 9, "name": "primary_attribute_value_id", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 10, "name": "primary_attribute_value", "comment": null}, "step_id": {"type": "INT64", "index": 11, "name": "step_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 11400, "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.marketo_source.marketo.activity_send_email"}, "source.marketo_source.marketo.activity_unsubscribe_email": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_activity_unsubscribe_email_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"activity_date": {"type": "STRING", "index": 1, "name": "activity_date", "comment": null}, "activity_type_id": {"type": "INT64", "index": 2, "name": "activity_type_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 3, "name": "campaign_id", "comment": null}, "campaign_run_id": {"type": "INT64", "index": 4, "name": "campaign_run_id", "comment": null}, "client_ip_address": {"type": "STRING", "index": 5, "name": "client_ip_address", "comment": null}, "email_template_id": {"type": "INT64", "index": 6, "name": "email_template_id", "comment": null}, "form_fields": {"type": "STRING", "index": 7, "name": "form_fields", "comment": null}, "id": {"type": "INT64", "index": 8, "name": "id", "comment": null}, "lead_id": {"type": "INT64", "index": 9, "name": "lead_id", "comment": null}, "primary_attribute_value": {"type": "STRING", "index": 10, "name": "primary_attribute_value", "comment": null}, "primary_attribute_value_id": {"type": "INT64", "index": 11, "name": "primary_attribute_value_id", "comment": null}, "query_parameters": {"type": "STRING", "index": 12, "name": "query_parameters", "comment": null}, "referrer_url": {"type": "STRING", "index": 13, "name": "referrer_url", "comment": null}, "user_agent": {"type": "STRING", "index": 14, "name": "user_agent", "comment": null}, "webform_id": {"type": "INT64", "index": 15, "name": "webform_id", "comment": null}, "webpage_id": {"type": "INT64", "index": 16, "name": "webpage_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 67477, "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.marketo_source.marketo.activity_unsubscribe_email"}, "source.marketo_source.marketo.campaign": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_campaign_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"active": {"type": "BOOL", "index": 1, "name": "active", "comment": null}, "created_at": {"type": "STRING", "index": 2, "name": "created_at", "comment": null}, "description": {"type": "STRING", "index": 3, "name": "description", "comment": null}, "id": {"type": "INT64", "index": 4, "name": "id", "comment": null}, "name": {"type": "STRING", "index": 5, "name": "name", "comment": null}, "program_id": {"type": "INT64", "index": 6, "name": "program_id", "comment": null}, "type": {"type": "STRING", "index": 7, "name": "type", "comment": null}, "updated_at": {"type": "STRING", "index": 8, "name": "updated_at", "comment": null}, "workspace_name": {"type": "STRING", "index": 9, "name": "workspace_name", "comment": null}, "computed_url": {"type": "STRING", "index": 10, "name": "computed_url", "comment": null}, "flow_id": {"type": "INT64", "index": 11, "name": "flow_id", "comment": null}, "folder_id": {"type": "INT64", "index": 12, "name": "folder_id", "comment": null}, "folder_type": {"type": "STRING", "index": 13, "name": "folder_type", "comment": null}, "is_communication_limit_enabled": {"type": "BOOL", "index": 14, "name": "is_communication_limit_enabled", "comment": null}, "is_requestable": {"type": "BOOL", "index": 15, "name": "is_requestable", "comment": null}, "is_system": {"type": "BOOL", "index": 16, "name": "is_system", "comment": null}, "max_members": {"type": "INT64", "index": 17, "name": "max_members", "comment": null}, "qualification_rule_type": {"type": "STRING", "index": 18, "name": "qualification_rule_type", "comment": null}, "qualification_rule_interval": {"type": "INT64", "index": 19, "name": "qualification_rule_interval", "comment": null}, "qualification_rule_unit": {"type": "STRING", "index": 20, "name": "qualification_rule_unit", "comment": null}, "recurrence_start_at": {"type": "STRING", "index": 21, "name": "recurrence_start_at", "comment": null}, "recurrence_end_at": {"type": "INT64", "index": 22, "name": "recurrence_end_at", "comment": null}, "recurrence_interval_type": {"type": "STRING", "index": 23, "name": "recurrence_interval_type", "comment": null}, "recurrence_interval": {"type": "INT64", "index": 24, "name": "recurrence_interval", "comment": null}, "recurrence_weekday_only": {"type": "BOOL", "index": 25, "name": "recurrence_weekday_only", "comment": null}, "recurrence_day_of_month": {"type": "INT64", "index": 26, "name": "recurrence_day_of_month", "comment": null}, "recurrence_day_of_week": {"type": "INT64", "index": 27, "name": "recurrence_day_of_week", "comment": null}, "recurrence_week_of_month": {"type": "INT64", "index": 28, "name": "recurrence_week_of_month", "comment": null}, "smart_list_id": {"type": "INT64", "index": 29, "name": "smart_list_id", "comment": null}, "status": {"type": "STRING", "index": 30, "name": "status", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 31, "name": "_fivetran_deleted", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 18079, "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.marketo_source.marketo.campaign"}, "source.marketo_source.marketo.email_template_history": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_email_template_history_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"created_at": {"type": "TIMESTAMP", "index": 1, "name": "created_at", "comment": null}, "description": {"type": "STRING", "index": 2, "name": "description", "comment": null}, "folder_folder_name": {"type": "STRING", "index": 3, "name": "folder_folder_name", "comment": null}, "folder_id": {"type": "INT64", "index": 4, "name": "folder_id", "comment": null}, "folder_type": {"type": "STRING", "index": 5, "name": "folder_type", "comment": null}, "folder_value": {"type": "INT64", "index": 6, "name": "folder_value", "comment": null}, "from_email": {"type": "STRING", "index": 7, "name": "from_email", "comment": null}, "from_name": {"type": "STRING", "index": 8, "name": "from_name", "comment": null}, "id": {"type": "INT64", "index": 9, "name": "id", "comment": null}, "name": {"type": "STRING", "index": 10, "name": "name", "comment": null}, "operational": {"type": "BOOL", "index": 11, "name": "operational", "comment": null}, "program_id": {"type": "INT64", "index": 12, "name": "program_id", "comment": null}, "publish_to_msi": {"type": "BOOL", "index": 13, "name": "publish_to_msi", "comment": null}, "reply_email": {"type": "STRING", "index": 14, "name": "reply_email", "comment": null}, "status": {"type": "STRING", "index": 15, "name": "status", "comment": null}, "subject": {"type": "STRING", "index": 16, "name": "subject", "comment": null}, "template": {"type": "INT64", "index": 17, "name": "template", "comment": null}, "text_only": {"type": "BOOL", "index": 18, "name": "text_only", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 19, "name": "updated_at", "comment": null}, "url": {"type": "STRING", "index": 20, "name": "url", "comment": null}, "version": {"type": "INT64", "index": 21, "name": "version", "comment": null}, "web_view": {"type": "BOOL", "index": 22, "name": "web_view", "comment": null}, "workspace": {"type": "STRING", "index": 23, "name": "workspace", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 31291, "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.marketo_source.marketo.email_template_history"}, "source.marketo_source.marketo.lead": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_lead_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 2, "name": "created_at", "comment": null}, "updated_at": {"type": "STRING", "index": 3, "name": "updated_at", "comment": null}, "email": {"type": "STRING", "index": 4, "name": "email", "comment": null}, "first_name": {"type": "STRING", "index": 5, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 6, "name": "last_name", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 8800, "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.marketo_source.marketo.lead"}, "source.marketo_source.marketo.lead_describe": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_lead_describe_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"data_type": {"type": "STRING", "index": 1, "name": "data_type", "comment": null}, "display_name": {"type": "STRING", "index": 2, "name": "display_name", "comment": null}, "id": {"type": "INT64", "index": 3, "name": "id", "comment": null}, "length": {"type": "INT64", "index": 4, "name": "length", "comment": null}, "restname": {"type": "STRING", "index": 5, "name": "restname", "comment": null}, "restread_only": {"type": "BOOL", "index": 6, "name": "restread_only", "comment": null}, "soapname": {"type": "STRING", "index": 7, "name": "soapname", "comment": null}, "soapread_only": {"type": "BOOL", "index": 8, "name": "soapread_only", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 6651, "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.marketo_source.marketo.lead_describe"}, "source.marketo_source.marketo.program": {"metadata": {"type": "table", "schema": "marketo_tests", "name": "marketo_program_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "channel": {"type": "STRING", "index": 2, "name": "channel", "comment": null}, "created_at": {"type": "STRING", "index": 3, "name": "created_at", "comment": null}, "description": {"type": "INT64", "index": 4, "name": "description", "comment": null}, "end_date": {"type": "INT64", "index": 5, "name": "end_date", "comment": null}, "name": {"type": "STRING", "index": 6, "name": "name", "comment": null}, "sfdc_id": {"type": "STRING", "index": 7, "name": "sfdc_id", "comment": null}, "sfdc_name": {"type": "STRING", "index": 8, "name": "sfdc_name", "comment": null}, "start_date": {"type": "INT64", "index": 9, "name": "start_date", "comment": null}, "status": {"type": "STRING", "index": 10, "name": "status", "comment": null}, "type": {"type": "STRING", "index": 11, "name": "type", "comment": null}, "updated_at": {"type": "STRING", "index": 12, "name": "updated_at", "comment": null}, "url": {"type": "STRING", "index": 13, "name": "url", "comment": null}, "workspace": {"type": "STRING", "index": 14, "name": "workspace", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 15, "name": "_fivetran_deleted", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 16936, "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.marketo_source.marketo.program"}}, "errors": null} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index ca1e6f8..c580ce9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,30 +1,4 @@ - - -
- - - -Source | \nTable | \nDescription | \nLink | \nMore? | \n
---|---|---|---|---|
\n \n {{ source.source_name }}\n \n | \n \n {{ source.name }}\n | \n \n\n View docs\n | \n\n \n \n \n \n \n \n \n \n | \n|
\n \n \n \n \n Description\n \n | \n