diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e3b9a0..84812e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# dbt_salesforce v1.1.0 +[PR #55](https://github.com/fivetran/dbt_salesforce/pull/55) includes the following updates: + +## 🚨 Breaking Change 🚨 +- This change is made breaking due to changes made in the source package. See the [v1.1.0 dbt_salesforce_source release notes](https://github.com/fivetran/dbt_salesforce_source/releases/tag/v1.1.0) for more details. +- Added logic to support user-specified scenarios where the Fivetran Salesforce connector syncs column names using the original Salesforce API naming convention. For example, while Fivetran typically provides the column as `created_date`, some users might choose to receive it as `CreatedDate` according to the API naming. This update ensures the package is automatically compatible with both naming conventions. + - Specifically, the package now performs a COALESCE, preferring the original Salesforce API naming. If the original naming is not present, the Fivetran version is used instead. + - Renamed columns are now explicitly cast to prevent conflicts during the COALESCE. + - ❗This change is considered breaking since the resulting column types may differ from prior versions of this package. + +## Under the hood +- Added validation test to ensure the final column names generated before and after this update remain the same. + # dbt_salesforce v1.0.2 [PR #52](https://github.com/fivetran/dbt_salesforce/pull/52) includes the following updates: diff --git a/README.md b/README.md index c133792..111fbca 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Include the following salesforce package version in your `packages.yml` ```yaml packages: - package: fivetran/salesforce - version: [">=1.0.0", "<1.1.0"] # we recommend using ranges to capture non-breaking changes automatically + version: [">=1.1.0", "<1.2.0"] # we recommend using ranges to capture non-breaking changes automatically ``` Do NOT include the `salesforce_source` package in this file. The transformation package itself has a dependency on it and will install the source package as well. @@ -287,7 +287,7 @@ This dbt package is dependent on the following dbt packages. For more informatio ```yml packages: - package: fivetran/salesforce_source - version: [">=1.0.0", "<1.1.0"] + version: [">=1.1.0", "<1.2.0"] - package: fivetran/fivetran_utils version: [">=0.4.0", "<0.5.0"] - package: dbt-labs/dbt_utils diff --git a/dbt_project.yml b/dbt_project.yml index 06d9b29..315223a 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,6 +1,6 @@ config-version: 2 name: 'salesforce' -version: '1.0.2' +version: '1.1.0' require-dbt-version: [">=1.3.0", "<2.0.0"] models: salesforce: diff --git a/docs/catalog.json b/docs/catalog.json index 0d01e7f..4e15211 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.8.2", "generated_at": "2024-06-12T21:06:16.646018Z", "invocation_id": "6760b575-8645-4252-a625-bf3647157bf5", "env": {}}, "nodes": {"seed.salesforce_integration_tests.sf_account_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_account_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_number": {"type": "integer", "index": 2, "name": "account_number", "comment": null}, "account_source": {"type": "text", "index": 3, "name": "account_source", "comment": null}, "annual_revenue": {"type": "double precision", "index": 4, "name": "annual_revenue", "comment": null}, "billing_city": {"type": "text", "index": 5, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 6, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "text", "index": 7, "name": "billing_country_code", "comment": null}, "billing_geocode_accuracy": {"type": "integer", "index": 8, "name": "billing_geocode_accuracy", "comment": null}, "billing_latitude": {"type": "double precision", "index": 9, "name": "billing_latitude", "comment": null}, "billing_longitude": {"type": "double precision", "index": 10, "name": "billing_longitude", "comment": null}, "billing_postal_code": {"type": "text", "index": 11, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "text", "index": 12, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "text", "index": 13, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "text", "index": 14, "name": "billing_street", "comment": null}, "description": {"type": "text", "index": 15, "name": "description", "comment": null}, "fax": {"type": "integer", "index": 16, "name": "fax", "comment": null}, "id": {"type": "text", "index": 17, "name": "id", "comment": null}, "industry": {"type": "text", "index": 18, "name": "industry", "comment": null}, "is_deleted": {"type": "boolean", "index": 19, "name": "is_deleted", "comment": null}, "jigsaw_company_id": {"type": "integer", "index": 20, "name": "jigsaw_company_id", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 21, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 23, "name": "last_viewed_date", "comment": null}, "master_record_id": {"type": "text", "index": 24, "name": "master_record_id", "comment": null}, "name": {"type": "text", "index": 25, "name": "name", "comment": null}, "number_of_employees": {"type": "integer", "index": 26, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "text", "index": 27, "name": "owner_id", "comment": null}, "ownership": {"type": "integer", "index": 28, "name": "ownership", "comment": null}, "parent_id": {"type": "integer", "index": 29, "name": "parent_id", "comment": null}, "phone": {"type": "text", "index": 30, "name": "phone", "comment": null}, "photo_url": {"type": "text", "index": 31, "name": "photo_url", "comment": null}, "rating": {"type": "integer", "index": 32, "name": "rating", "comment": null}, "record_type_id": {"type": "text", "index": 33, "name": "record_type_id", "comment": null}, "shipping_city": {"type": "integer", "index": 34, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "text", "index": 35, "name": "shipping_country", "comment": null}, "shipping_country_code": {"type": "text", "index": 36, "name": "shipping_country_code", "comment": null}, "shipping_geocode_accuracy": {"type": "integer", "index": 37, "name": "shipping_geocode_accuracy", "comment": null}, "shipping_latitude": {"type": "double precision", "index": 38, "name": "shipping_latitude", "comment": null}, "shipping_longitude": {"type": "double precision", "index": 39, "name": "shipping_longitude", "comment": null}, "shipping_postal_code": {"type": "integer", "index": 40, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "integer", "index": 41, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "integer", "index": 42, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "integer", "index": 43, "name": "shipping_street", "comment": null}, "sic": {"type": "integer", "index": 44, "name": "sic", "comment": null}, "sic_desc": {"type": "integer", "index": 45, "name": "sic_desc", "comment": null}, "site": {"type": "integer", "index": 46, "name": "site", "comment": null}, "ticker_symbol": {"type": "integer", "index": 47, "name": "ticker_symbol", "comment": null}, "type": {"type": "text", "index": 48, "name": "type", "comment": null}, "website": {"type": "text", "index": 49, "name": "website", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 50, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_account_data"}, "seed.salesforce_integration_tests.sf_account_history_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_account_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_active": {"type": "boolean", "index": 1, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "account_number": {"type": "integer", "index": 5, "name": "account_number", "comment": null}, "account_source": {"type": "text", "index": 6, "name": "account_source", "comment": null}, "annual_revenue": {"type": "double precision", "index": 7, "name": "annual_revenue", "comment": null}, "billing_city": {"type": "text", "index": 8, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 9, "name": "billing_country", "comment": null}, "billing_postal_code": {"type": "text", "index": 10, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "text", "index": 11, "name": "billing_state", "comment": null}, "billing_street": {"type": "text", "index": 12, "name": "billing_street", "comment": null}, "description": {"type": "text", "index": 13, "name": "description", "comment": null}, "id": {"type": "text", "index": 14, "name": "id", "comment": null}, "industry": {"type": "text", "index": 15, "name": "industry", "comment": null}, "is_deleted": {"type": "boolean", "index": 16, "name": "is_deleted", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 17, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 18, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 19, "name": "last_viewed_date", "comment": null}, "master_record_id": {"type": "text", "index": 20, "name": "master_record_id", "comment": null}, "name": {"type": "text", "index": 21, "name": "name", "comment": null}, "number_of_employees": {"type": "integer", "index": 22, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "text", "index": 23, "name": "owner_id", "comment": null}, "ownership": {"type": "integer", "index": 24, "name": "ownership", "comment": null}, "parent_id": {"type": "integer", "index": 25, "name": "parent_id", "comment": null}, "rating": {"type": "integer", "index": 26, "name": "rating", "comment": null}, "record_type_id": {"type": "text", "index": 27, "name": "record_type_id", "comment": null}, "shipping_city": {"type": "integer", "index": 28, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "text", "index": 29, "name": "shipping_country", "comment": null}, "shipping_postal_code": {"type": "integer", "index": 30, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "integer", "index": 31, "name": "shipping_state", "comment": null}, "shipping_street": {"type": "integer", "index": 32, "name": "shipping_street", "comment": null}, "type": {"type": "text", "index": 33, "name": "type", "comment": null}, "website": {"type": "text", "index": 34, "name": "website", "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.salesforce_integration_tests.sf_account_history_data"}, "seed.salesforce_integration_tests.sf_contact_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_contact_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "cbit_clearbit_c": {"type": "text", "index": 4, "name": "cbit_clearbit_c", "comment": null}, "cbit_clearbit_ready_c": {"type": "boolean", "index": 5, "name": "cbit_clearbit_ready_c", "comment": null}, "created_by_id": {"type": "text", "index": 6, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 7, "name": "created_date", "comment": null}, "department": {"type": "integer", "index": 8, "name": "department", "comment": null}, "email": {"type": "text", "index": 9, "name": "email", "comment": null}, "email_bounced_date": {"type": "timestamp without time zone", "index": 10, "name": "email_bounced_date", "comment": null}, "email_bounced_reason": {"type": "integer", "index": 11, "name": "email_bounced_reason", "comment": null}, "fax": {"type": "integer", "index": 12, "name": "fax", "comment": null}, "first_name": {"type": "text", "index": 13, "name": "first_name", "comment": null}, "is_deleted": {"type": "boolean", "index": 14, "name": "is_deleted", "comment": null}, "is_email_bounced": {"type": "boolean", "index": 15, "name": "is_email_bounced", "comment": null}, "jigsaw_contact_id": {"type": "integer", "index": 16, "name": "jigsaw_contact_id", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 17, "name": "last_activity_date", "comment": null}, "last_curequest_date": {"type": "timestamp without time zone", "index": 18, "name": "last_curequest_date", "comment": null}, "last_cuupdate_date": {"type": "timestamp without time zone", "index": 19, "name": "last_cuupdate_date", "comment": null}, "last_modified_by_id": {"type": "text", "index": 20, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 21, "name": "last_modified_date", "comment": null}, "last_name": {"type": "text", "index": 22, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 23, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 24, "name": "last_viewed_date", "comment": null}, "mailing_city": {"type": "text", "index": 25, "name": "mailing_city", "comment": null}, "mailing_country": {"type": "text", "index": 26, "name": "mailing_country", "comment": null}, "mailing_country_code": {"type": "text", "index": 27, "name": "mailing_country_code", "comment": null}, "mailing_geocode_accuracy": {"type": "integer", "index": 28, "name": "mailing_geocode_accuracy", "comment": null}, "mailing_latitude": {"type": "integer", "index": 29, "name": "mailing_latitude", "comment": null}, "mailing_longitude": {"type": "integer", "index": 30, "name": "mailing_longitude", "comment": null}, "mailing_postal_code": {"type": "integer", "index": 31, "name": "mailing_postal_code", "comment": null}, "mailing_state": {"type": "text", "index": 32, "name": "mailing_state", "comment": null}, "mailing_state_code": {"type": "text", "index": 33, "name": "mailing_state_code", "comment": null}, "mailing_street": {"type": "text", "index": 34, "name": "mailing_street", "comment": null}, "master_record_id": {"type": "integer", "index": 35, "name": "master_record_id", "comment": null}, "mc_4_sf_mc_subscriber_c": {"type": "integer", "index": 36, "name": "mc_4_sf_mc_subscriber_c", "comment": null}, "mobile_phone": {"type": "integer", "index": 37, "name": "mobile_phone", "comment": null}, "name": {"type": "text", "index": 38, "name": "name", "comment": null}, "owner_id": {"type": "text", "index": 39, "name": "owner_id", "comment": null}, "phone": {"type": "text", "index": 40, "name": "phone", "comment": null}, "photo_url": {"type": "text", "index": 41, "name": "photo_url", "comment": null}, "reports_to_id": {"type": "integer", "index": 42, "name": "reports_to_id", "comment": null}, "salutation": {"type": "integer", "index": 43, "name": "salutation", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 44, "name": "system_modstamp", "comment": null}, "title": {"type": "text", "index": 45, "name": "title", "comment": null}, "email_bounced_c": {"type": "boolean", "index": 46, "name": "email_bounced_c", "comment": null}, "email_quality_unknown_c": {"type": "boolean", "index": 47, "name": "email_quality_unknown_c", "comment": null}, "gclid_c": {"type": "integer", "index": 48, "name": "gclid_c", "comment": null}, "referral_account_c": {"type": "integer", "index": 49, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "integer", "index": 50, "name": "referral_contact_c", "comment": null}, "has_opted_out_of_email": {"type": "boolean", "index": 51, "name": "has_opted_out_of_email", "comment": null}, "act_on_lead_score_c": {"type": "integer", "index": 52, "name": "act_on_lead_score_c", "comment": null}, "cbit_created_by_clearbit_c": {"type": "boolean", "index": 53, "name": "cbit_created_by_clearbit_c", "comment": null}, "fivetran_user_id_c": {"type": "integer", "index": 54, "name": "fivetran_user_id_c", "comment": null}, "no_longer_at_company_c": {"type": "boolean", "index": 55, "name": "no_longer_at_company_c", "comment": null}, "pi_campaign_c": {"type": "text", "index": 56, "name": "pi_campaign_c", "comment": null}, "pi_comments_c": {"type": "integer", "index": 57, "name": "pi_comments_c", "comment": null}, "pi_conversion_date_c": {"type": "integer", "index": 58, "name": "pi_conversion_date_c", "comment": null}, "pi_conversion_object_name_c": {"type": "integer", "index": 59, "name": "pi_conversion_object_name_c", "comment": null}, "pi_conversion_object_type_c": {"type": "integer", "index": 60, "name": "pi_conversion_object_type_c", "comment": null}, "pi_created_date_c": {"type": "timestamp without time zone", "index": 61, "name": "pi_created_date_c", "comment": null}, "pi_first_activity_c": {"type": "integer", "index": 62, "name": "pi_first_activity_c", "comment": null}, "pi_first_search_term_c": {"type": "integer", "index": 63, "name": "pi_first_search_term_c", "comment": null}, "pi_first_search_type_c": {"type": "integer", "index": 64, "name": "pi_first_search_type_c", "comment": null}, "pi_first_touch_url_c": {"type": "integer", "index": 65, "name": "pi_first_touch_url_c", "comment": null}, "pi_grade_c": {"type": "integer", "index": 66, "name": "pi_grade_c", "comment": null}, "pi_last_activity_c": {"type": "integer", "index": 67, "name": "pi_last_activity_c", "comment": null}, "pi_needs_score_synced_c": {"type": "boolean", "index": 68, "name": "pi_needs_score_synced_c", "comment": null}, "pi_notes_c": {"type": "integer", "index": 69, "name": "pi_notes_c", "comment": null}, "pi_pardot_hard_bounced_c": {"type": "boolean", "index": 70, "name": "pi_pardot_hard_bounced_c", "comment": null}, "pi_pardot_last_scored_at_c": {"type": "integer", "index": 71, "name": "pi_pardot_last_scored_at_c", "comment": null}, "pi_score_c": {"type": "integer", "index": 72, "name": "pi_score_c", "comment": null}, "pi_url_c": {"type": "text", "index": 73, "name": "pi_url_c", "comment": null}, "pi_utm_campaign_c": {"type": "integer", "index": 74, "name": "pi_utm_campaign_c", "comment": null}, "pi_utm_content_c": {"type": "integer", "index": 75, "name": "pi_utm_content_c", "comment": null}, "pi_utm_medium_c": {"type": "integer", "index": 76, "name": "pi_utm_medium_c", "comment": null}, "pi_utm_source_c": {"type": "integer", "index": 77, "name": "pi_utm_source_c", "comment": null}, "pi_utm_term_c": {"type": "integer", "index": 78, "name": "pi_utm_term_c", "comment": null}, "lead_source": {"type": "text", "index": 79, "name": "lead_source", "comment": null}, "contact_status_c": {"type": "text", "index": 80, "name": "contact_status_c", "comment": null}, "region_c": {"type": "integer", "index": 81, "name": "region_c", "comment": null}, "competitor_c": {"type": "integer", "index": 82, "name": "competitor_c", "comment": null}, "bt_stripe_gender_c": {"type": "integer", "index": 83, "name": "bt_stripe_gender_c", "comment": null}, "bt_stripe_ssn_last_4_encrypted_c": {"type": "integer", "index": 84, "name": "bt_stripe_ssn_last_4_encrypted_c", "comment": null}, "bt_stripe_personal_id_number_c": {"type": "integer", "index": 85, "name": "bt_stripe_personal_id_number_c", "comment": null}, "bt_stripe_personal_id_number_encrypted_c": {"type": "integer", "index": 86, "name": "bt_stripe_personal_id_number_encrypted_c", "comment": null}, "bt_stripe_maiden_name_c": {"type": "integer", "index": 87, "name": "bt_stripe_maiden_name_c", "comment": null}, "bt_stripe_languages_c": {"type": "integer", "index": 88, "name": "bt_stripe_languages_c", "comment": null}, "bt_stripe_default_payment_method_c": {"type": "integer", "index": 89, "name": "bt_stripe_default_payment_method_c", "comment": null}, "bt_stripe_ssn_last_4_c": {"type": "integer", "index": 90, "name": "bt_stripe_ssn_last_4_c", "comment": null}, "bt_stripe_personal_id_type_c": {"type": "integer", "index": 91, "name": "bt_stripe_personal_id_type_c", "comment": null}, "bt_stripe_default_payment_gateway_c": {"type": "integer", "index": 92, "name": "bt_stripe_default_payment_gateway_c", "comment": null}, "bt_stripe_level_c": {"type": "integer", "index": 93, "name": "bt_stripe_level_c", "comment": null}, "lean_data_routing_action_c": {"type": "text", "index": 94, "name": "lean_data_routing_action_c", "comment": null}, "lean_data_matched_buyer_persona_c": {"type": "integer", "index": 95, "name": "lean_data_matched_buyer_persona_c", "comment": null}, "lean_data_ld_segment_c": {"type": "integer", "index": 96, "name": "lean_data_ld_segment_c", "comment": null}, "lean_data_tag_c": {"type": "integer", "index": 97, "name": "lean_data_tag_c", "comment": null}, "lean_data_modified_score_c": {"type": "integer", "index": 98, "name": "lean_data_modified_score_c", "comment": null}, "do_not_route_lead_c": {"type": "boolean", "index": 99, "name": "do_not_route_lead_c", "comment": null}, "technical_contact_c": {"type": "integer", "index": 100, "name": "technical_contact_c", "comment": null}, "allbound_id_c": {"type": "integer", "index": 101, "name": "allbound_id_c", "comment": null}, "notes_c": {"type": "integer", "index": 102, "name": "notes_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "boolean", "index": 103, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "boolean", "index": 104, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_net_suite_id_c": {"type": "integer", "index": 105, "name": "netsuite_conn_net_suite_id_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "integer", "index": 106, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "boolean", "index": 107, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_pushed_from_opportunity_c": {"type": "boolean", "index": 108, "name": "netsuite_conn_pushed_from_opportunity_c", "comment": null}, "description": {"type": "text", "index": 109, "name": "description", "comment": null}, "lid_linked_in_company_id_c": {"type": "integer", "index": 110, "name": "lid_linked_in_company_id_c", "comment": null}, "lid_linked_in_member_token_c": {"type": "integer", "index": 111, "name": "lid_linked_in_member_token_c", "comment": null}, "is_eu_resident_c": {"type": "boolean", "index": 112, "name": "is_eu_resident_c", "comment": null}, "do_not_call": {"type": "boolean", "index": 113, "name": "do_not_call", "comment": null}, "sales_loft_1_most_recent_cadence_next_step_due_date_c": {"type": "integer", "index": 114, "name": "sales_loft_1_most_recent_cadence_next_step_due_date_c", "comment": null}, "sales_loft_1_most_recent_last_completed_step_c": {"type": "integer", "index": 115, "name": "sales_loft_1_most_recent_last_completed_step_c", "comment": null}, "sales_loft_1_most_recent_cadence_name_c": {"type": "integer", "index": 116, "name": "sales_loft_1_most_recent_cadence_name_c", "comment": null}, "source_detail_c": {"type": "text", "index": 117, "name": "source_detail_c", "comment": null}, "utm_source_c": {"type": "integer", "index": 118, "name": "utm_source_c", "comment": null}, "utm_content_c": {"type": "integer", "index": 119, "name": "utm_content_c", "comment": null}, "utm_term_c": {"type": "integer", "index": 120, "name": "utm_term_c", "comment": null}, "utm_medium_c": {"type": "integer", "index": 121, "name": "utm_medium_c", "comment": null}, "utm_campaign_c": {"type": "integer", "index": 122, "name": "utm_campaign_c", "comment": null}, "network_c": {"type": "integer", "index": 123, "name": "network_c", "comment": null}, "matchtype_c": {"type": "integer", "index": 124, "name": "matchtype_c", "comment": null}, "device_c": {"type": "integer", "index": 125, "name": "device_c", "comment": null}, "creative_c": {"type": "integer", "index": 126, "name": "creative_c", "comment": null}, "adgroupid_c": {"type": "integer", "index": 127, "name": "adgroupid_c", "comment": null}, "keyword_c": {"type": "integer", "index": 128, "name": "keyword_c", "comment": null}, "campaignid_c": {"type": "integer", "index": 129, "name": "campaignid_c", "comment": null}, "partner_rep_email_c": {"type": "integer", "index": 130, "name": "partner_rep_email_c", "comment": null}, "partner_rep_name_c": {"type": "integer", "index": 131, "name": "partner_rep_name_c", "comment": null}, "contact_type_c": {"type": "integer", "index": 132, "name": "contact_type_c", "comment": null}, "old_lead_source_c": {"type": "integer", "index": 133, "name": "old_lead_source_c", "comment": null}, "old_lead_source_detail_c": {"type": "integer", "index": 134, "name": "old_lead_source_detail_c", "comment": null}, "contact_stage_c": {"type": "integer", "index": 135, "name": "contact_stage_c", "comment": null}, "original_utm_campaign_c": {"type": "integer", "index": 136, "name": "original_utm_campaign_c", "comment": null}, "original_utm_content_c": {"type": "integer", "index": 137, "name": "original_utm_content_c", "comment": null}, "original_utm_medium_c": {"type": "integer", "index": 138, "name": "original_utm_medium_c", "comment": null}, "original_utm_source_c": {"type": "integer", "index": 139, "name": "original_utm_source_c", "comment": null}, "original_utm_term_c": {"type": "integer", "index": 140, "name": "original_utm_term_c", "comment": null}, "es_app_escreated_timestamp_c": {"type": "integer", "index": 141, "name": "es_app_escreated_timestamp_c", "comment": null}, "es_app_esecid_c": {"type": "integer", "index": 142, "name": "es_app_esecid_c", "comment": null}, "es_app_esenriched_c": {"type": "integer", "index": 143, "name": "es_app_esenriched_c", "comment": null}, "es_app_esenriched_timestamp_c": {"type": "integer", "index": 144, "name": "es_app_esenriched_timestamp_c", "comment": null}, "es_app_esintent_aggregate_score_c": {"type": "integer", "index": 145, "name": "es_app_esintent_aggregate_score_c", "comment": null}, "es_app_esintent_timestamp_c": {"type": "integer", "index": 146, "name": "es_app_esintent_timestamp_c", "comment": null}, "es_app_esintent_topics_c": {"type": "integer", "index": 147, "name": "es_app_esintent_topics_c", "comment": null}, "es_app_esoverall_fit_score_c": {"type": "integer", "index": 148, "name": "es_app_esoverall_fit_score_c", "comment": null}, "es_app_essource_c": {"type": "integer", "index": 149, "name": "es_app_essource_c", "comment": null}, "individual_id": {"type": "integer", "index": 150, "name": "individual_id", "comment": null}, "marketing_process_c": {"type": "integer", "index": 151, "name": "marketing_process_c", "comment": null}, "automation_tracking_c": {"type": "integer", "index": 152, "name": "automation_tracking_c", "comment": null}, "user_gems_has_changed_job_c": {"type": "integer", "index": 153, "name": "user_gems_has_changed_job_c", "comment": null}, "email_opt_in_explicit_c": {"type": "integer", "index": 154, "name": "email_opt_in_explicit_c", "comment": null}, "email_opt_in_implicit_c": {"type": "integer", "index": 155, "name": "email_opt_in_implicit_c", "comment": null}, "gdpr_opt_in_explicit_c": {"type": "integer", "index": 156, "name": "gdpr_opt_in_explicit_c", "comment": null}, "user_gems_is_a_user_gem_c": {"type": "integer", "index": 157, "name": "user_gems_is_a_user_gem_c", "comment": null}, "user_gems_past_account_c": {"type": "integer", "index": 158, "name": "user_gems_past_account_c", "comment": null}, "user_gems_past_company_c": {"type": "integer", "index": 159, "name": "user_gems_past_company_c", "comment": null}, "user_gems_past_contact_c": {"type": "integer", "index": 160, "name": "user_gems_past_contact_c", "comment": null}, "user_gems_past_title_c": {"type": "integer", "index": 161, "name": "user_gems_past_title_c", "comment": null}, "partner_contact_c": {"type": "integer", "index": 162, "name": "partner_contact_c", "comment": null}, "promotion_id_c": {"type": "integer", "index": 163, "name": "promotion_id_c", "comment": null}, "referral_exists_c": {"type": "integer", "index": 164, "name": "referral_exists_c", "comment": null}, "referral_first_name_c": {"type": "integer", "index": 165, "name": "referral_first_name_c", "comment": null}, "referral_last_name_c": {"type": "integer", "index": 166, "name": "referral_last_name_c", "comment": null}, "mkto_71_contact_acquisition_date_c": {"type": "integer", "index": 167, "name": "mkto_71_contact_acquisition_date_c", "comment": null}, "mkto_71_contact_acquisition_program_c": {"type": "integer", "index": 168, "name": "mkto_71_contact_acquisition_program_c", "comment": null}, "mkto_71_contact_acquisition_program_id_c": {"type": "integer", "index": 169, "name": "mkto_71_contact_acquisition_program_id_c", "comment": null}, "mkto_71_contact_inferred_city_c": {"type": "integer", "index": 170, "name": "mkto_71_contact_inferred_city_c", "comment": null}, "mkto_71_contact_inferred_company_c": {"type": "integer", "index": 171, "name": "mkto_71_contact_inferred_company_c", "comment": null}, "mkto_71_contact_inferred_country_c": {"type": "integer", "index": 172, "name": "mkto_71_contact_inferred_country_c", "comment": null}, "mkto_71_contact_inferred_metropolitan_a_c": {"type": "integer", "index": 173, "name": "mkto_71_contact_inferred_metropolitan_a_c", "comment": null}, "mkto_71_contact_inferred_phone_area_cod_c": {"type": "integer", "index": 174, "name": "mkto_71_contact_inferred_phone_area_cod_c", "comment": null}, "mkto_71_contact_inferred_postal_code_c": {"type": "integer", "index": 175, "name": "mkto_71_contact_inferred_postal_code_c", "comment": null}, "mkto_71_contact_inferred_state_region_c": {"type": "integer", "index": 176, "name": "mkto_71_contact_inferred_state_region_c", "comment": null}, "mkto_71_contact_lead_score_c": {"type": "integer", "index": 177, "name": "mkto_71_contact_lead_score_c", "comment": null}, "mkto_71_contact_original_referrer_c": {"type": "integer", "index": 178, "name": "mkto_71_contact_original_referrer_c", "comment": null}, "mkto_71_contact_original_search_engine_c": {"type": "integer", "index": 179, "name": "mkto_71_contact_original_search_engine_c", "comment": null}, "mkto_71_contact_original_search_phrase_c": {"type": "integer", "index": 180, "name": "mkto_71_contact_original_search_phrase_c", "comment": null}, "mkto_71_contact_original_source_info_c": {"type": "integer", "index": 181, "name": "mkto_71_contact_original_source_info_c", "comment": null}, "mkto_71_contact_original_source_type_c": {"type": "integer", "index": 182, "name": "mkto_71_contact_original_source_type_c", "comment": null}, "mkto_si_hide_date_c": {"type": "integer", "index": 183, "name": "mkto_si_hide_date_c", "comment": null}, "mkto_si_last_interesting_moment_date_c": {"type": "integer", "index": 184, "name": "mkto_si_last_interesting_moment_date_c", "comment": null}, "mkto_si_last_interesting_moment_desc_c": {"type": "integer", "index": 185, "name": "mkto_si_last_interesting_moment_desc_c", "comment": null}, "mkto_si_last_interesting_moment_source_c": {"type": "integer", "index": 186, "name": "mkto_si_last_interesting_moment_source_c", "comment": null}, "mkto_si_last_interesting_moment_type_c": {"type": "integer", "index": 187, "name": "mkto_si_last_interesting_moment_type_c", "comment": null}, "mkto_si_mkto_lead_score_c": {"type": "integer", "index": 188, "name": "mkto_si_mkto_lead_score_c", "comment": null}, "mkto_si_priority_c": {"type": "integer", "index": 189, "name": "mkto_si_priority_c", "comment": null}, "mkto_si_relative_score_value_c": {"type": "integer", "index": 190, "name": "mkto_si_relative_score_value_c", "comment": null}, "mkto_si_urgency_value_c": {"type": "integer", "index": 191, "name": "mkto_si_urgency_value_c", "comment": null}, "cloudingo_agent_ces_c": {"type": "integer", "index": 192, "name": "cloudingo_agent_ces_c", "comment": null}, "cloudingo_agent_mar_c": {"type": "integer", "index": 193, "name": "cloudingo_agent_mar_c", "comment": null}, "cloudingo_agent_mas_c": {"type": "integer", "index": 194, "name": "cloudingo_agent_mas_c", "comment": null}, "cloudingo_agent_mav_c": {"type": "integer", "index": 195, "name": "cloudingo_agent_mav_c", "comment": null}, "cloudingo_agent_mrdi_c": {"type": "integer", "index": 196, "name": "cloudingo_agent_mrdi_c", "comment": null}, "cloudingo_agent_mtz_c": {"type": "integer", "index": 197, "name": "cloudingo_agent_mtz_c", "comment": null}, "cloudingo_agent_oar_c": {"type": "integer", "index": 198, "name": "cloudingo_agent_oar_c", "comment": null}, "cloudingo_agent_oas_c": {"type": "integer", "index": 199, "name": "cloudingo_agent_oas_c", "comment": null}, "cloudingo_agent_oav_c": {"type": "integer", "index": 200, "name": "cloudingo_agent_oav_c", "comment": null}, "cloudingo_agent_ordi_c": {"type": "integer", "index": 201, "name": "cloudingo_agent_ordi_c", "comment": null}, "cloudingo_agent_otz_c": {"type": "integer", "index": 202, "name": "cloudingo_agent_otz_c", "comment": null}, "do_not_sync_marketo_c": {"type": "integer", "index": 203, "name": "do_not_sync_marketo_c", "comment": null}, "phone_extension_c": {"type": "integer", "index": 204, "name": "phone_extension_c", "comment": null}, "job_function_c": {"type": "integer", "index": 205, "name": "job_function_c", "comment": null}, "job_level_c": {"type": "integer", "index": 206, "name": "job_level_c", "comment": null}, "direct_office_c": {"type": "integer", "index": 207, "name": "direct_office_c", "comment": null}, "city_c": {"type": "integer", "index": 208, "name": "city_c", "comment": null}, "country_c": {"type": "integer", "index": 209, "name": "country_c", "comment": null}, "state_c": {"type": "integer", "index": 210, "name": "state_c", "comment": null}, "secondary_email_c": {"type": "integer", "index": 211, "name": "secondary_email_c", "comment": null}, "es_seniority_c": {"type": "integer", "index": 212, "name": "es_seniority_c", "comment": null}, "source_last_lead_source_c": {"type": "integer", "index": 213, "name": "source_last_lead_source_c", "comment": null}, "source_last_lead_source_category_c": {"type": "integer", "index": 214, "name": "source_last_lead_source_category_c", "comment": null}, "source_last_lead_source_detail_c": {"type": "integer", "index": 215, "name": "source_last_lead_source_detail_c", "comment": null}, "drift_cql_c": {"type": "integer", "index": 216, "name": "drift_cql_c", "comment": null}, "hot_contact_c": {"type": "integer", "index": 217, "name": "hot_contact_c", "comment": null}, "behavioral_score_c": {"type": "integer", "index": 218, "name": "behavioral_score_c", "comment": null}, "unique_email_c": {"type": "integer", "index": 219, "name": "unique_email_c", "comment": null}, "is_emea_event_routing_c": {"type": "integer", "index": 220, "name": "is_emea_event_routing_c", "comment": null}, "csi_code_c": {"type": "integer", "index": 221, "name": "csi_code_c", "comment": null}, "clearbit_role_c": {"type": "integer", "index": 222, "name": "clearbit_role_c", "comment": null}, "clearbit_seniority_c": {"type": "integer", "index": 223, "name": "clearbit_seniority_c", "comment": null}, "clearbit_sub_role_c": {"type": "integer", "index": 224, "name": "clearbit_sub_role_c", "comment": null}, "rh_2_currency_test_c": {"type": "integer", "index": 225, "name": "rh_2_currency_test_c", "comment": null}, "rh_2_describe_c": {"type": "integer", "index": 226, "name": "rh_2_describe_c", "comment": null}, "rh_2_integer_test_c": {"type": "integer", "index": 227, "name": "rh_2_integer_test_c", "comment": null}, "created_by_role_c": {"type": "integer", "index": 228, "name": "created_by_role_c", "comment": null}, "demographic_score_c": {"type": "integer", "index": 229, "name": "demographic_score_c", "comment": null}, "country_code_c": {"type": "integer", "index": 230, "name": "country_code_c", "comment": null}, "state_code_c": {"type": "integer", "index": 231, "name": "state_code_c", "comment": null}, "attended_event_c": {"type": "integer", "index": 232, "name": "attended_event_c", "comment": null}, "zoominfo_technologies_c": {"type": "integer", "index": 233, "name": "zoominfo_technologies_c", "comment": null}, "mql_date_c": {"type": "integer", "index": 234, "name": "mql_date_c", "comment": null}, "user_gems_user_gems_id_c": {"type": "integer", "index": 235, "name": "user_gems_user_gems_id_c", "comment": null}, "dozisf_zoom_info_company_id_c": {"type": "integer", "index": 236, "name": "dozisf_zoom_info_company_id_c", "comment": null}, "dozisf_zoom_info_first_updated_c": {"type": "integer", "index": 237, "name": "dozisf_zoom_info_first_updated_c", "comment": null}, "dozisf_zoom_info_id_c": {"type": "integer", "index": 238, "name": "dozisf_zoom_info_id_c", "comment": null}, "dozisf_zoom_info_last_updated_c": {"type": "integer", "index": 239, "name": "dozisf_zoom_info_last_updated_c", "comment": null}, "lean_data_manual_route_trigger_c": {"type": "integer", "index": 240, "name": "lean_data_manual_route_trigger_c", "comment": null}, "first_mql_date_c": {"type": "integer", "index": 241, "name": "first_mql_date_c", "comment": null}, "active_relationship_c": {"type": "integer", "index": 242, "name": "active_relationship_c", "comment": null}, "clarus_date_c": {"type": "integer", "index": 243, "name": "clarus_date_c", "comment": null}, "clarus_editor_c": {"type": "integer", "index": 244, "name": "clarus_editor_c", "comment": null}, "clarus_notes_c": {"type": "integer", "index": 245, "name": "clarus_notes_c", "comment": null}, "clarus_project_c": {"type": "integer", "index": 246, "name": "clarus_project_c", "comment": null}, "clarus_status_c": {"type": "integer", "index": 247, "name": "clarus_status_c", "comment": null}, "historical_contact_status_c": {"type": "integer", "index": 248, "name": "historical_contact_status_c", "comment": null}, "fivetran_account_association_date_c": {"type": "integer", "index": 249, "name": "fivetran_account_association_date_c", "comment": null}, "fivetran_account_user_role_s_c": {"type": "integer", "index": 250, "name": "fivetran_account_user_role_s_c", "comment": null}, "mql_reason_c": {"type": "integer", "index": 251, "name": "mql_reason_c", "comment": null}, "attempting_contact_date_time_c": {"type": "integer", "index": 252, "name": "attempting_contact_date_time_c", "comment": null}, "linked_in_url_c": {"type": "integer", "index": 253, "name": "linked_in_url_c", "comment": null}, "trial_contact_start_date_c": {"type": "integer", "index": 254, "name": "trial_contact_start_date_c", "comment": null}, "contact_holdover_c": {"type": "integer", "index": 255, "name": "contact_holdover_c", "comment": null}, "bill_to_contact_hidden_c": {"type": "integer", "index": 256, "name": "bill_to_contact_hidden_c", "comment": null}, "enrichment_request_c": {"type": "integer", "index": 257, "name": "enrichment_request_c", "comment": null}, "meta_data_create_date_c": {"type": "integer", "index": 258, "name": "meta_data_create_date_c", "comment": null}, "primary_se_c": {"type": "integer", "index": 259, "name": "primary_se_c", "comment": null}, "unqualified_reason_c": {"type": "integer", "index": 260, "name": "unqualified_reason_c", "comment": null}, "opp_handoff_ae_c": {"type": "integer", "index": 261, "name": "opp_handoff_ae_c", "comment": null}, "marketing_connector_interest_c": {"type": "integer", "index": 262, "name": "marketing_connector_interest_c", "comment": null}, "recent_marketing_campaign_status_c": {"type": "integer", "index": 263, "name": "recent_marketing_campaign_status_c", "comment": null}, "salesloft_cadence_trigger_c": {"type": "integer", "index": 264, "name": "salesloft_cadence_trigger_c", "comment": null}, "last_ae_activity_owner_c": {"type": "integer", "index": 265, "name": "last_ae_activity_owner_c", "comment": null}, "last_bdr_activity_owner_c": {"type": "integer", "index": 266, "name": "last_bdr_activity_owner_c", "comment": null}, "last_manual_ae_activity_date_c": {"type": "integer", "index": 267, "name": "last_manual_ae_activity_date_c", "comment": null}, "last_manual_bdr_activity_date_c": {"type": "integer", "index": 268, "name": "last_manual_bdr_activity_date_c", "comment": null}, "leandata_contact_owner_override_c": {"type": "integer", "index": 269, "name": "leandata_contact_owner_override_c", "comment": null}, "potential_fivetran_use_case_c": {"type": "integer", "index": 270, "name": "potential_fivetran_use_case_c", "comment": null}, "lean_data_router_completion_date_time_c": {"type": "integer", "index": 271, "name": "lean_data_router_completion_date_time_c", "comment": null}, "partner_territory_c": {"type": "integer", "index": 272, "name": "partner_territory_c", "comment": null}, "partner_company_c": {"type": "integer", "index": 273, "name": "partner_company_c", "comment": null}, "bizible_2_ad_campaign_name_ft_c": {"type": "integer", "index": 274, "name": "bizible_2_ad_campaign_name_ft_c", "comment": null}, "bizible_2_ad_campaign_name_lc_c": {"type": "integer", "index": 275, "name": "bizible_2_ad_campaign_name_lc_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "integer", "index": 276, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_landing_page_ft_c": {"type": "integer", "index": 277, "name": "bizible_2_landing_page_ft_c", "comment": null}, "bizible_2_landing_page_lc_c": {"type": "integer", "index": 278, "name": "bizible_2_landing_page_lc_c", "comment": null}, "bizible_2_marketing_channel_ft_c": {"type": "integer", "index": 279, "name": "bizible_2_marketing_channel_ft_c", "comment": null}, "bizible_2_marketing_channel_lc_c": {"type": "integer", "index": 280, "name": "bizible_2_marketing_channel_lc_c", "comment": null}, "bizible_2_touchpoint_date_ft_c": {"type": "integer", "index": 281, "name": "bizible_2_touchpoint_date_ft_c", "comment": null}, "bizible_2_touchpoint_date_lc_c": {"type": "integer", "index": 282, "name": "bizible_2_touchpoint_date_lc_c", "comment": null}, "bizible_2_touchpoint_source_ft_c": {"type": "integer", "index": 283, "name": "bizible_2_touchpoint_source_ft_c", "comment": null}, "bizible_2_touchpoint_source_lc_c": {"type": "integer", "index": 284, "name": "bizible_2_touchpoint_source_lc_c", "comment": null}, "sales_email_opt_out_c": {"type": "integer", "index": 285, "name": "sales_email_opt_out_c", "comment": null}, "sales_email_opt_out_date_time_c": {"type": "integer", "index": 286, "name": "sales_email_opt_out_date_time_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "integer", "index": 287, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "integer", "index": 288, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_net_suite_sync_error_c": {"type": "integer", "index": 289, "name": "celigo_sfnsio_net_suite_sync_error_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "integer", "index": 290, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "integer", "index": 291, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "ironclad_workflow_c": {"type": "integer", "index": 292, "name": "ironclad_workflow_c", "comment": null}, "last_sales_activity_date_time_c": {"type": "integer", "index": 293, "name": "last_sales_activity_date_time_c", "comment": null}, "user_activity_logged_by_c": {"type": "integer", "index": 294, "name": "user_activity_logged_by_c", "comment": null}, "first_activity_after_mql_date_c": {"type": "integer", "index": 295, "name": "first_activity_after_mql_date_c", "comment": null}, "last_sdr_activity_owner_c": {"type": "integer", "index": 296, "name": "last_sdr_activity_owner_c", "comment": null}, "last_sdr_activity_date_c": {"type": "integer", "index": 297, "name": "last_sdr_activity_date_c", "comment": null}, "beta_connector_interest_c": {"type": "integer", "index": 298, "name": "beta_connector_interest_c", "comment": null}, "first_manual_activity_after_mql_date_c": {"type": "integer", "index": 299, "name": "first_manual_activity_after_mql_date_c", "comment": null}, "user_gems_ug_past_infos_c": {"type": "integer", "index": 300, "name": "user_gems_ug_past_infos_c", "comment": null}, "user_gems_ug_current_infos_c": {"type": "integer", "index": 301, "name": "user_gems_ug_current_infos_c", "comment": null}, "user_gems_ug_created_by_ug_c": {"type": "integer", "index": 302, "name": "user_gems_ug_created_by_ug_c", "comment": null}, "free_trial_email_confirmed_date_c": {"type": "integer", "index": 303, "name": "free_trial_email_confirmed_date_c", "comment": null}, "routed_from_manual_bdr_ae_activity_c": {"type": "integer", "index": 304, "name": "routed_from_manual_bdr_ae_activity_c", "comment": null}, "dnboptimizer_dn_bcontact_record_c": {"type": "integer", "index": 305, "name": "dnboptimizer_dn_bcontact_record_c", "comment": null}, "i_sell_avention_id_c": {"type": "integer", "index": 306, "name": "i_sell_avention_id_c", "comment": null}, "persona_c": {"type": "integer", "index": 307, "name": "persona_c", "comment": null}, "last_marketing_interesting_moment_date_c": {"type": "integer", "index": 308, "name": "last_marketing_interesting_moment_date_c", "comment": null}, "verified_c": {"type": "integer", "index": 309, "name": "verified_c", "comment": null}, "salesloft_owner_c": {"type": "integer", "index": 310, "name": "salesloft_owner_c", "comment": null}, "salesloft_owner_sf_c": {"type": "integer", "index": 311, "name": "salesloft_owner_sf_c", "comment": null}, "email_opt_out_date_time_c": {"type": "integer", "index": 312, "name": "email_opt_out_date_time_c", "comment": null}, "pbf_startup_primary_role_c": {"type": "integer", "index": 313, "name": "pbf_startup_primary_role_c", "comment": null}, "pbf_startup_certify_eligibility_c": {"type": "integer", "index": 314, "name": "pbf_startup_certify_eligibility_c", "comment": null}, "engagio_intent_minutes_last_30_days_c": {"type": "integer", "index": 315, "name": "engagio_intent_minutes_last_30_days_c", "comment": null}, "engagio_engagement_minutes_last_3_months_c": {"type": "integer", "index": 316, "name": "engagio_engagement_minutes_last_3_months_c", "comment": null}, "engagio_engagement_minutes_last_7_days_c": {"type": "integer", "index": 317, "name": "engagio_engagement_minutes_last_7_days_c", "comment": null}, "engagio_first_engagement_date_c": {"type": "integer", "index": 318, "name": "engagio_first_engagement_date_c", "comment": null}, "engagio_department_c": {"type": "integer", "index": 319, "name": "engagio_department_c", "comment": null}, "engagio_role_c": {"type": "integer", "index": 320, "name": "engagio_role_c", "comment": null}, "mql_date_changed_c": {"type": "integer", "index": 321, "name": "mql_date_changed_c", "comment": null}, "first_activity_after_mql_changed_c": {"type": "integer", "index": 322, "name": "first_activity_after_mql_changed_c", "comment": null}, "birthdate": {"type": "timestamp without time zone", "index": 323, "name": "birthdate", "comment": null}, "legacy_hvr_id_c": {"type": "integer", "index": 324, "name": "legacy_hvr_id_c", "comment": null}, "has_opted_out_of_fax": {"type": "integer", "index": 325, "name": "has_opted_out_of_fax", "comment": null}, "other_latitude": {"type": "integer", "index": 326, "name": "other_latitude", "comment": null}, "username_c": {"type": "integer", "index": 327, "name": "username_c", "comment": null}, "assistant_name": {"type": "integer", "index": 328, "name": "assistant_name", "comment": null}, "created_at_c": {"type": "integer", "index": 329, "name": "created_at_c", "comment": null}, "partner_contact_deprecate_c": {"type": "integer", "index": 330, "name": "partner_contact_deprecate_c", "comment": null}, "other_street": {"type": "integer", "index": 331, "name": "other_street", "comment": null}, "other_state": {"type": "integer", "index": 332, "name": "other_state", "comment": null}, "home_phone": {"type": "integer", "index": 333, "name": "home_phone", "comment": null}, "other_city": {"type": "integer", "index": 334, "name": "other_city", "comment": null}, "company_c": {"type": "integer", "index": 335, "name": "company_c", "comment": null}, "opportunity_c": {"type": "integer", "index": 336, "name": "opportunity_c", "comment": null}, "hvr_update_c": {"type": "integer", "index": 337, "name": "hvr_update_c", "comment": null}, "other_phone": {"type": "integer", "index": 338, "name": "other_phone", "comment": null}, "other_geocode_accuracy": {"type": "integer", "index": 339, "name": "other_geocode_accuracy", "comment": null}, "other_postal_code": {"type": "integer", "index": 340, "name": "other_postal_code", "comment": null}, "other_country": {"type": "integer", "index": 341, "name": "other_country", "comment": null}, "assistant_phone": {"type": "integer", "index": 342, "name": "assistant_phone", "comment": null}, "jigsaw": {"type": "integer", "index": 343, "name": "jigsaw", "comment": null}, "avatar_c": {"type": "integer", "index": 344, "name": "avatar_c", "comment": null}, "other_longitude": {"type": "integer", "index": 345, "name": "other_longitude", "comment": null}, "lean_data_status_info_c": {"type": "integer", "index": 346, "name": "lean_data_status_info_c", "comment": null}, "analytics_id_c": {"type": "integer", "index": 347, "name": "analytics_id_c", "comment": null}, "dnb_primary_address_postal_code_c": {"type": "integer", "index": 348, "name": "dnb_primary_address_postal_code_c", "comment": null}, "dnb_contact_phone_c": {"type": "integer", "index": 349, "name": "dnb_contact_phone_c", "comment": null}, "dnb_email_deliverability_score_c": {"type": "integer", "index": 350, "name": "dnb_email_deliverability_score_c", "comment": null}, "dnb_job_title_c": {"type": "integer", "index": 351, "name": "dnb_job_title_c", "comment": null}, "dnb_email_c": {"type": "integer", "index": 352, "name": "dnb_email_c", "comment": null}, "dnb_primary_address_city_c": {"type": "integer", "index": 353, "name": "dnb_primary_address_city_c", "comment": null}, "dnb_phone_accuracy_score_c": {"type": "integer", "index": 354, "name": "dnb_phone_accuracy_score_c", "comment": null}, "dnb_primary_address_state_province_c": {"type": "integer", "index": 355, "name": "dnb_primary_address_state_province_c", "comment": null}, "dnb_primary_address_state_province_abbre_c": {"type": "integer", "index": 356, "name": "dnb_primary_address_state_province_abbre_c", "comment": null}, "dnb_primary_address_country_region_code_c": {"type": "integer", "index": 357, "name": "dnb_primary_address_country_region_code_c", "comment": null}, "email_opt_in_double_c": {"type": "integer", "index": 358, "name": "email_opt_in_double_c", "comment": null}, "phone_number_catch_all_c": {"type": "integer", "index": 359, "name": "phone_number_catch_all_c", "comment": null}, "contact_owners_manager_stamped_c": {"type": "integer", "index": 360, "name": "contact_owners_manager_stamped_c", "comment": null}, "fivetran_account_id_c": {"type": "integer", "index": 361, "name": "fivetran_account_id_c", "comment": null}, "contacts_domain_exists_c": {"type": "integer", "index": 362, "name": "contacts_domain_exists_c", "comment": null}, "utm_id_c": {"type": "integer", "index": 363, "name": "utm_id_c", "comment": null}, "self_service_routing_c": {"type": "integer", "index": 364, "name": "self_service_routing_c", "comment": null}, "no_geo_data_c": {"type": "integer", "index": 365, "name": "no_geo_data_c", "comment": null}, "to_be_deleted_salesloft_backfill_c": {"type": "integer", "index": 366, "name": "to_be_deleted_salesloft_backfill_c", "comment": null}, "do_not_sync_reason_marketo_c": {"type": "integer", "index": 367, "name": "do_not_sync_reason_marketo_c", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 368, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_contact_data"}, "seed.salesforce_integration_tests.sf_contact_history_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_contact_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_active": {"type": "boolean", "index": 1, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_end", "comment": null}, "id": {"type": "text", "index": 4, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 6, "name": "account_id", "comment": null}, "email": {"type": "text", "index": 7, "name": "email", "comment": null}, "first_name": {"type": "text", "index": 8, "name": "first_name", "comment": null}, "is_deleted": {"type": "boolean", "index": 9, "name": "is_deleted", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 10, "name": "last_activity_date", "comment": null}, "last_modified_by_id": {"type": "text", "index": 11, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 12, "name": "last_modified_date", "comment": null}, "last_name": {"type": "text", "index": 13, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "integer", "index": 14, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 15, "name": "last_viewed_date", "comment": null}, "mailing_city": {"type": "text", "index": 16, "name": "mailing_city", "comment": null}, "mailing_country": {"type": "text", "index": 17, "name": "mailing_country", "comment": null}, "mailing_country_code": {"type": "text", "index": 18, "name": "mailing_country_code", "comment": null}, "mailing_postal_code": {"type": "integer", "index": 19, "name": "mailing_postal_code", "comment": null}, "mailing_state": {"type": "text", "index": 20, "name": "mailing_state", "comment": null}, "mailing_street": {"type": "text", "index": 21, "name": "mailing_street", "comment": null}, "master_record_id": {"type": "integer", "index": 22, "name": "master_record_id", "comment": null}, "mobile_phone": {"type": "integer", "index": 23, "name": "mobile_phone", "comment": null}, "name": {"type": "text", "index": 24, "name": "name", "comment": null}, "owner_id": {"type": "text", "index": 25, "name": "owner_id", "comment": null}, "phone": {"type": "text", "index": 26, "name": "phone", "comment": null}, "reports_to_id": {"type": "integer", "index": 27, "name": "reports_to_id", "comment": null}, "title": {"type": "text", "index": 28, "name": "title", "comment": null}, "lead_source": {"type": "text", "index": 29, "name": "lead_source", "comment": null}, "description": {"type": "text", "index": 30, "name": "description", "comment": null}, "individual_id": {"type": "integer", "index": 31, "name": "individual_id", "comment": null}, "home_phone": {"type": "integer", "index": 32, "name": "home_phone", "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.salesforce_integration_tests.sf_contact_history_data"}, "seed.salesforce_integration_tests.sf_event_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_event_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "activity_date": {"type": "timestamp without time zone", "index": 4, "name": "activity_date", "comment": null}, "activity_date_time": {"type": "timestamp without time zone", "index": 5, "name": "activity_date_time", "comment": null}, "created_by_id": {"type": "text", "index": 6, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 7, "name": "created_date", "comment": null}, "description": {"type": "text", "index": 8, "name": "description", "comment": null}, "duration_in_minutes": {"type": "integer", "index": 9, "name": "duration_in_minutes", "comment": null}, "end_date_time": {"type": "timestamp without time zone", "index": 10, "name": "end_date_time", "comment": null}, "event_subtype": {"type": "text", "index": 11, "name": "event_subtype", "comment": null}, "group_event_type": {"type": "integer", "index": 12, "name": "group_event_type", "comment": null}, "invitee_uuid_c": {"type": "integer", "index": 13, "name": "invitee_uuid_c", "comment": null}, "is_child": {"type": "boolean", "index": 14, "name": "is_child", "comment": null}, "is_deleted": {"type": "boolean", "index": 15, "name": "is_deleted", "comment": null}, "is_group_event": {"type": "boolean", "index": 16, "name": "is_group_event", "comment": null}, "is_private": {"type": "boolean", "index": 17, "name": "is_private", "comment": null}, "is_recurrence": {"type": "boolean", "index": 18, "name": "is_recurrence", "comment": null}, "is_reminder_set": {"type": "boolean", "index": 19, "name": "is_reminder_set", "comment": null}, "last_modified_by_id": {"type": "text", "index": 20, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 21, "name": "last_modified_date", "comment": null}, "location": {"type": "integer", "index": 22, "name": "location", "comment": null}, "no_show_c": {"type": "boolean", "index": 23, "name": "no_show_c", "comment": null}, "owner_id": {"type": "text", "index": 24, "name": "owner_id", "comment": null}, "recurrence_activity_id": {"type": "integer", "index": 25, "name": "recurrence_activity_id", "comment": null}, "recurrence_day_of_month": {"type": "integer", "index": 26, "name": "recurrence_day_of_month", "comment": null}, "recurrence_day_of_week_mask": {"type": "integer", "index": 27, "name": "recurrence_day_of_week_mask", "comment": null}, "recurrence_end_date_only": {"type": "timestamp without time zone", "index": 28, "name": "recurrence_end_date_only", "comment": null}, "recurrence_instance": {"type": "integer", "index": 29, "name": "recurrence_instance", "comment": null}, "recurrence_interval": {"type": "integer", "index": 30, "name": "recurrence_interval", "comment": null}, "recurrence_month_of_year": {"type": "integer", "index": 31, "name": "recurrence_month_of_year", "comment": null}, "recurrence_start_date_time": {"type": "timestamp without time zone", "index": 32, "name": "recurrence_start_date_time", "comment": null}, "recurrence_time_zone_sid_key": {"type": "integer", "index": 33, "name": "recurrence_time_zone_sid_key", "comment": null}, "recurrence_type": {"type": "integer", "index": 34, "name": "recurrence_type", "comment": null}, "referral_account_c": {"type": "integer", "index": 35, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "integer", "index": 36, "name": "referral_contact_c", "comment": null}, "reminder_date_time": {"type": "timestamp without time zone", "index": 37, "name": "reminder_date_time", "comment": null}, "show_as": {"type": "text", "index": 38, "name": "show_as", "comment": null}, "start_date_time": {"type": "timestamp without time zone", "index": 39, "name": "start_date_time", "comment": null}, "subject": {"type": "text", "index": 40, "name": "subject", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 41, "name": "system_modstamp", "comment": null}, "type": {"type": "text", "index": 42, "name": "type", "comment": null}, "what_count": {"type": "integer", "index": 43, "name": "what_count", "comment": null}, "what_id": {"type": "text", "index": 44, "name": "what_id", "comment": null}, "who_count": {"type": "integer", "index": 45, "name": "who_count", "comment": null}, "who_id": {"type": "text", "index": 46, "name": "who_id", "comment": null}, "first_meeting_held_c": {"type": "integer", "index": 47, "name": "first_meeting_held_c", "comment": null}, "associated_sdr_c": {"type": "integer", "index": 48, "name": "associated_sdr_c", "comment": null}, "first_meeting_c": {"type": "integer", "index": 49, "name": "first_meeting_c", "comment": null}, "call_recording_c": {"type": "integer", "index": 50, "name": "call_recording_c", "comment": null}, "affectlayer_chorus_call_id_c": {"type": "integer", "index": 51, "name": "affectlayer_chorus_call_id_c", "comment": null}, "affectlayer_affect_layer_call_id_c": {"type": "integer", "index": 52, "name": "affectlayer_affect_layer_call_id_c", "comment": null}, "last_rep_activity_date_c": {"type": "integer", "index": 53, "name": "last_rep_activity_date_c", "comment": null}, "lid_url_c": {"type": "integer", "index": 54, "name": "lid_url_c", "comment": null}, "lid_date_sent_c": {"type": "integer", "index": 55, "name": "lid_date_sent_c", "comment": null}, "sales_loft_step_id_c": {"type": "integer", "index": 56, "name": "sales_loft_step_id_c", "comment": null}, "sales_loft_step_name_c": {"type": "integer", "index": 57, "name": "sales_loft_step_name_c", "comment": null}, "sales_loft_step_type_c": {"type": "integer", "index": 58, "name": "sales_loft_step_type_c", "comment": null}, "sales_loft_email_template_id_c": {"type": "integer", "index": 59, "name": "sales_loft_email_template_id_c", "comment": null}, "sales_loft_external_identifier_c": {"type": "integer", "index": 60, "name": "sales_loft_external_identifier_c", "comment": null}, "sales_loft_cadence_id_c": {"type": "integer", "index": 61, "name": "sales_loft_cadence_id_c", "comment": null}, "sales_loft_clicked_count_c": {"type": "integer", "index": 62, "name": "sales_loft_clicked_count_c", "comment": null}, "sales_loft_cadence_name_c": {"type": "integer", "index": 63, "name": "sales_loft_cadence_name_c", "comment": null}, "sales_loft_reply_count_c": {"type": "integer", "index": 64, "name": "sales_loft_reply_count_c", "comment": null}, "call_disposition_c": {"type": "integer", "index": 65, "name": "call_disposition_c", "comment": null}, "sales_loft_email_template_title_c": {"type": "integer", "index": 66, "name": "sales_loft_email_template_title_c", "comment": null}, "sales_loft_step_day_new_c": {"type": "integer", "index": 67, "name": "sales_loft_step_day_new_c", "comment": null}, "call_disposition_2_c": {"type": "integer", "index": 68, "name": "call_disposition_2_c", "comment": null}, "sales_loft_viewed_count_c": {"type": "integer", "index": 69, "name": "sales_loft_viewed_count_c", "comment": null}, "sales_loft_1_sales_loft_step_day_c": {"type": "integer", "index": 70, "name": "sales_loft_1_sales_loft_step_day_c", "comment": null}, "sales_loft_1_sales_loft_clicked_count_c": {"type": "integer", "index": 71, "name": "sales_loft_1_sales_loft_clicked_count_c", "comment": null}, "sales_loft_1_sales_loft_view_count_c": {"type": "integer", "index": 72, "name": "sales_loft_1_sales_loft_view_count_c", "comment": null}, "sales_loft_1_call_disposition_c": {"type": "integer", "index": 73, "name": "sales_loft_1_call_disposition_c", "comment": null}, "sales_loft_1_sales_loft_replies_count_c": {"type": "integer", "index": 74, "name": "sales_loft_1_sales_loft_replies_count_c", "comment": null}, "sales_loft_1_sales_loft_cadence_name_c": {"type": "integer", "index": 75, "name": "sales_loft_1_sales_loft_cadence_name_c", "comment": null}, "sales_loft_1_call_sentiment_c": {"type": "integer", "index": 76, "name": "sales_loft_1_call_sentiment_c", "comment": null}, "sales_loft_1_sales_loft_email_template_title_c": {"type": "integer", "index": 77, "name": "sales_loft_1_sales_loft_email_template_title_c", "comment": null}, "is_recurrence_2": {"type": "boolean", "index": 78, "name": "is_recurrence_2", "comment": null}, "is_recurrence_2_exception": {"type": "boolean", "index": 79, "name": "is_recurrence_2_exception", "comment": null}, "is_recurrence_2_exclusion": {"type": "boolean", "index": 80, "name": "is_recurrence_2_exclusion", "comment": null}, "recurrence_2_pattern_start_date": {"type": "timestamp without time zone", "index": 81, "name": "recurrence_2_pattern_start_date", "comment": null}, "recurrence_2_pattern_text": {"type": "integer", "index": 82, "name": "recurrence_2_pattern_text", "comment": null}, "recurrence_2_pattern_time_zone": {"type": "integer", "index": 83, "name": "recurrence_2_pattern_time_zone", "comment": null}, "recurrence_2_pattern_version": {"type": "integer", "index": 84, "name": "recurrence_2_pattern_version", "comment": null}, "co_selling_activity_c": {"type": "integer", "index": 85, "name": "co_selling_activity_c", "comment": null}, "is_a_co_sell_activity_c": {"type": "integer", "index": 86, "name": "is_a_co_sell_activity_c", "comment": null}, "partner_contact_c": {"type": "integer", "index": 87, "name": "partner_contact_c", "comment": null}, "description_c": {"type": "integer", "index": 88, "name": "description_c", "comment": null}, "campaign_c": {"type": "integer", "index": 89, "name": "campaign_c", "comment": null}, "event_name_c": {"type": "integer", "index": 90, "name": "event_name_c", "comment": null}, "partner_account_c": {"type": "integer", "index": 91, "name": "partner_account_c", "comment": null}, "topic_c": {"type": "integer", "index": 92, "name": "topic_c", "comment": null}, "attendance_number_c": {"type": "integer", "index": 93, "name": "attendance_number_c", "comment": null}, "partner_activity_type_c": {"type": "integer", "index": 94, "name": "partner_activity_type_c", "comment": null}, "how_did_you_bring_value_or_create_trust_c": {"type": "integer", "index": 95, "name": "how_did_you_bring_value_or_create_trust_c", "comment": null}, "proof_of_referral_c": {"type": "integer", "index": 96, "name": "proof_of_referral_c", "comment": null}, "how_did_you_bring_value_or_earn_trust_c": {"type": "integer", "index": 97, "name": "how_did_you_bring_value_or_earn_trust_c", "comment": null}, "duration_in_minutes_c": {"type": "integer", "index": 98, "name": "duration_in_minutes_c", "comment": null}, "vidyard_c": {"type": "boolean", "index": 99, "name": "vidyard_c", "comment": null}, "collections_hold_c": {"type": "boolean", "index": 100, "name": "collections_hold_c", "comment": null}, "execute_collections_plan_activity_c": {"type": "boolean", "index": 101, "name": "execute_collections_plan_activity_c", "comment": null}, "expected_payment_date_c": {"type": "integer", "index": 102, "name": "expected_payment_date_c", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 103, "name": "end_date", "comment": null}, "opportunity_c": {"type": "integer", "index": 104, "name": "opportunity_c", "comment": null}, "meeting_type_c": {"type": "integer", "index": 105, "name": "meeting_type_c", "comment": null}, "meeting_name_c": {"type": "integer", "index": 106, "name": "meeting_name_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "integer", "index": 107, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_bizible_touchpoint_date_c": {"type": "integer", "index": 108, "name": "bizible_2_bizible_touchpoint_date_c", "comment": null}, "assigned_to_role_c": {"type": "integer", "index": 109, "name": "assigned_to_role_c", "comment": null}, "assigned_to_name_c": {"type": "integer", "index": 110, "name": "assigned_to_name_c", "comment": null}, "legacy_hvr_id_c": {"type": "integer", "index": 111, "name": "legacy_hvr_id_c", "comment": null}, "is_archived": {"type": "boolean", "index": 112, "name": "is_archived", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 113, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_event_data"}, "seed.salesforce_integration_tests.sf_lead_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_lead_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"country": {"type": "integer", "index": 1, "name": "country", "comment": null}, "email_bounced_reason": {"type": "integer", "index": 2, "name": "email_bounced_reason", "comment": null}, "email_bounced_date": {"type": "timestamp without time zone", "index": 3, "name": "email_bounced_date", "comment": null}, "owner_id": {"type": "text", "index": 4, "name": "owner_id", "comment": null}, "secondary_email_c": {"type": "integer", "index": 5, "name": "secondary_email_c", "comment": null}, "lead_source": {"type": "integer", "index": 6, "name": "lead_source", "comment": null}, "converted_date": {"type": "timestamp without time zone", "index": 7, "name": "converted_date", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 8, "name": "last_modified_date", "comment": null}, "master_record_id": {"type": "integer", "index": 9, "name": "master_record_id", "comment": null}, "last_modified_by_id": {"type": "text", "index": 10, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 11, "name": "system_modstamp", "comment": null}, "geocode_accuracy": {"type": "integer", "index": 12, "name": "geocode_accuracy", "comment": null}, "converted_contact_id": {"type": "text", "index": 13, "name": "converted_contact_id", "comment": null}, "up_region_c": {"type": "integer", "index": 14, "name": "up_region_c", "comment": null}, "id": {"type": "text", "index": 15, "name": "id", "comment": null}, "photo_url": {"type": "text", "index": 16, "name": "photo_url", "comment": null}, "state": {"type": "integer", "index": 17, "name": "state", "comment": null}, "longitude": {"type": "integer", "index": 18, "name": "longitude", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 19, "name": "last_referenced_date", "comment": null}, "up_district_c": {"type": "integer", "index": 20, "name": "up_district_c", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 21, "name": "last_activity_date", "comment": null}, "country_code": {"type": "integer", "index": 22, "name": "country_code", "comment": null}, "phone": {"type": "integer", "index": 23, "name": "phone", "comment": null}, "mc_4_sf_mc_subscriber_c": {"type": "integer", "index": 24, "name": "mc_4_sf_mc_subscriber_c", "comment": null}, "name": {"type": "text", "index": 25, "name": "name", "comment": null}, "jigsaw_contact_id": {"type": "integer", "index": 26, "name": "jigsaw_contact_id", "comment": null}, "lead_source_detail_c": {"type": "integer", "index": 27, "name": "lead_source_detail_c", "comment": null}, "created_by_id": {"type": "text", "index": 28, "name": "created_by_id", "comment": null}, "salutation": {"type": "integer", "index": 29, "name": "salutation", "comment": null}, "is_converted": {"type": "boolean", "index": 30, "name": "is_converted", "comment": null}, "state_code": {"type": "integer", "index": 31, "name": "state_code", "comment": null}, "is_unread_by_owner": {"type": "boolean", "index": 32, "name": "is_unread_by_owner", "comment": null}, "status": {"type": "text", "index": 33, "name": "status", "comment": null}, "city": {"type": "integer", "index": 34, "name": "city", "comment": null}, "latitude": {"type": "integer", "index": 35, "name": "latitude", "comment": null}, "cbit_clearbit_c": {"type": "integer", "index": 36, "name": "cbit_clearbit_c", "comment": null}, "industry": {"type": "text", "index": 37, "name": "industry", "comment": null}, "title": {"type": "integer", "index": 38, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 39, "name": "_fivetran_synced", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 40, "name": "last_viewed_date", "comment": null}, "converted_opportunity_id": {"type": "integer", "index": 41, "name": "converted_opportunity_id", "comment": null}, "is_deleted": {"type": "boolean", "index": 42, "name": "is_deleted", "comment": null}, "street": {"type": "integer", "index": 43, "name": "street", "comment": null}, "company": {"type": "text", "index": 44, "name": "company", "comment": null}, "first_name": {"type": "text", "index": 45, "name": "first_name", "comment": null}, "email": {"type": "text", "index": 46, "name": "email", "comment": null}, "website": {"type": "integer", "index": 47, "name": "website", "comment": null}, "last_name": {"type": "text", "index": 48, "name": "last_name", "comment": null}, "number_of_employees": {"type": "integer", "index": 49, "name": "number_of_employees", "comment": null}, "up_territory_c": {"type": "integer", "index": 50, "name": "up_territory_c", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 51, "name": "created_date", "comment": null}, "gclid_c": {"type": "integer", "index": 52, "name": "gclid_c", "comment": null}, "active_in_sequence_c": {"type": "boolean", "index": 53, "name": "active_in_sequence_c", "comment": null}, "postal_code": {"type": "integer", "index": 54, "name": "postal_code", "comment": null}, "cbit_clearbit_ready_c": {"type": "boolean", "index": 55, "name": "cbit_clearbit_ready_c", "comment": null}, "has_opted_out_of_email": {"type": "boolean", "index": 56, "name": "has_opted_out_of_email", "comment": null}, "converted_account_id": {"type": "text", "index": 57, "name": "converted_account_id", "comment": null}, "mobile_phone": {"type": "integer", "index": 58, "name": "mobile_phone", "comment": null}, "calendly_created_c": {"type": "integer", "index": 59, "name": "calendly_created_c", "comment": null}, "account_c": {"type": "integer", "index": 60, "name": "account_c", "comment": null}, "all_connectors_c": {"type": "integer", "index": 61, "name": "all_connectors_c", "comment": null}, "all_data_warehouses_c": {"type": "integer", "index": 62, "name": "all_data_warehouses_c", "comment": null}, "bi_tools_c": {"type": "integer", "index": 63, "name": "bi_tools_c", "comment": null}, "competitors_c": {"type": "integer", "index": 64, "name": "competitors_c", "comment": null}, "annual_revenue": {"type": "integer", "index": 65, "name": "annual_revenue", "comment": null}, "connectors_products_c": {"type": "integer", "index": 66, "name": "connectors_products_c", "comment": null}, "contact_c": {"type": "integer", "index": 67, "name": "contact_c", "comment": null}, "data_warehouse_products_c": {"type": "integer", "index": 68, "name": "data_warehouse_products_c", "comment": null}, "notes_c": {"type": "integer", "index": 69, "name": "notes_c", "comment": null}, "timeframe_c": {"type": "integer", "index": 70, "name": "timeframe_c", "comment": null}, "account_all_products_c": {"type": "integer", "index": 71, "name": "account_all_products_c", "comment": null}, "account_bi_tools_c": {"type": "integer", "index": 72, "name": "account_bi_tools_c", "comment": null}, "account_data_warehouses_c": {"type": "integer", "index": 73, "name": "account_data_warehouses_c", "comment": null}, "opportunity_competitors_c": {"type": "integer", "index": 74, "name": "opportunity_competitors_c", "comment": null}, "opportunity_products_c": {"type": "integer", "index": 75, "name": "opportunity_products_c", "comment": null}, "description": {"type": "integer", "index": 76, "name": "description", "comment": null}, "referral_account_c": {"type": "integer", "index": 77, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "integer", "index": 78, "name": "referral_contact_c", "comment": null}, "volume_in_millions_c": {"type": "integer", "index": 79, "name": "volume_in_millions_c", "comment": null}, "feature_requests_c": {"type": "integer", "index": 80, "name": "feature_requests_c", "comment": null}, "lead_number_c": {"type": "integer", "index": 81, "name": "lead_number_c", "comment": null}, "demo_scheduled_by_calenderly_c": {"type": "boolean", "index": 82, "name": "demo_scheduled_by_calenderly_c", "comment": null}, "to_delete_c": {"type": "boolean", "index": 83, "name": "to_delete_c", "comment": null}, "bounced_email_c": {"type": "integer", "index": 84, "name": "bounced_email_c", "comment": null}, "email_quality_c": {"type": "boolean", "index": 85, "name": "email_quality_c", "comment": null}, "email_quality_catchall_c": {"type": "integer", "index": 86, "name": "email_quality_catchall_c", "comment": null}, "old_lead_source_c": {"type": "integer", "index": 87, "name": "old_lead_source_c", "comment": null}, "email_bounced_c": {"type": "boolean", "index": 88, "name": "email_bounced_c", "comment": null}, "old_lead_source_detail_c": {"type": "integer", "index": 89, "name": "old_lead_source_detail_c", "comment": null}, "utm_medium_c": {"type": "integer", "index": 90, "name": "utm_medium_c", "comment": null}, "utm_source_c": {"type": "integer", "index": 91, "name": "utm_source_c", "comment": null}, "utm_campaign_c": {"type": "integer", "index": 92, "name": "utm_campaign_c", "comment": null}, "utm_content_c": {"type": "integer", "index": 93, "name": "utm_content_c", "comment": null}, "utm_term_c": {"type": "integer", "index": 94, "name": "utm_term_c", "comment": null}, "act_on_lead_score_c": {"type": "integer", "index": 95, "name": "act_on_lead_score_c", "comment": null}, "cbit_created_by_clearbit_c": {"type": "boolean", "index": 96, "name": "cbit_created_by_clearbit_c", "comment": null}, "fivetran_user_id_c": {"type": "integer", "index": 97, "name": "fivetran_user_id_c", "comment": null}, "geo_state_acton_c": {"type": "integer", "index": 98, "name": "geo_state_acton_c", "comment": null}, "actoncountry_c": {"type": "integer", "index": 99, "name": "actoncountry_c", "comment": null}, "actoncity_c": {"type": "integer", "index": 100, "name": "actoncity_c", "comment": null}, "actoncountrycode_c": {"type": "integer", "index": 101, "name": "actoncountrycode_c", "comment": null}, "actonpostalcode_c": {"type": "integer", "index": 102, "name": "actonpostalcode_c", "comment": null}, "actonreferrer_c": {"type": "integer", "index": 103, "name": "actonreferrer_c", "comment": null}, "actonstate_c": {"type": "integer", "index": 104, "name": "actonstate_c", "comment": null}, "geo_city_c": {"type": "integer", "index": 105, "name": "geo_city_c", "comment": null}, "geo_country_c": {"type": "integer", "index": 106, "name": "geo_country_c", "comment": null}, "geo_country_code_c": {"type": "integer", "index": 107, "name": "geo_country_code_c", "comment": null}, "geo_postal_code_c": {"type": "integer", "index": 108, "name": "geo_postal_code_c", "comment": null}, "geo_state_c": {"type": "integer", "index": 109, "name": "geo_state_c", "comment": null}, "company_type_c": {"type": "integer", "index": 110, "name": "company_type_c", "comment": null}, "pi_campaign_c": {"type": "integer", "index": 111, "name": "pi_campaign_c", "comment": null}, "pi_comments_c": {"type": "integer", "index": 112, "name": "pi_comments_c", "comment": null}, "pi_conversion_date_c": {"type": "integer", "index": 113, "name": "pi_conversion_date_c", "comment": null}, "pi_conversion_object_name_c": {"type": "integer", "index": 114, "name": "pi_conversion_object_name_c", "comment": null}, "pi_conversion_object_type_c": {"type": "integer", "index": 115, "name": "pi_conversion_object_type_c", "comment": null}, "pi_created_date_c": {"type": "integer", "index": 116, "name": "pi_created_date_c", "comment": null}, "pi_first_activity_c": {"type": "integer", "index": 117, "name": "pi_first_activity_c", "comment": null}, "pi_first_search_term_c": {"type": "integer", "index": 118, "name": "pi_first_search_term_c", "comment": null}, "pi_first_search_type_c": {"type": "integer", "index": 119, "name": "pi_first_search_type_c", "comment": null}, "pi_first_touch_url_c": {"type": "integer", "index": 120, "name": "pi_first_touch_url_c", "comment": null}, "pi_grade_c": {"type": "integer", "index": 121, "name": "pi_grade_c", "comment": null}, "pi_last_activity_c": {"type": "integer", "index": 122, "name": "pi_last_activity_c", "comment": null}, "pi_needs_score_synced_c": {"type": "integer", "index": 123, "name": "pi_needs_score_synced_c", "comment": null}, "pi_notes_c": {"type": "integer", "index": 124, "name": "pi_notes_c", "comment": null}, "pi_pardot_hard_bounced_c": {"type": "integer", "index": 125, "name": "pi_pardot_hard_bounced_c", "comment": null}, "pi_pardot_last_scored_at_c": {"type": "integer", "index": 126, "name": "pi_pardot_last_scored_at_c", "comment": null}, "pi_score_c": {"type": "integer", "index": 127, "name": "pi_score_c", "comment": null}, "pi_url_c": {"type": "integer", "index": 128, "name": "pi_url_c", "comment": null}, "pi_utm_campaign_c": {"type": "integer", "index": 129, "name": "pi_utm_campaign_c", "comment": null}, "pi_utm_content_c": {"type": "integer", "index": 130, "name": "pi_utm_content_c", "comment": null}, "pi_utm_medium_c": {"type": "integer", "index": 131, "name": "pi_utm_medium_c", "comment": null}, "pi_utm_source_c": {"type": "integer", "index": 132, "name": "pi_utm_source_c", "comment": null}, "pi_utm_term_c": {"type": "integer", "index": 133, "name": "pi_utm_term_c", "comment": null}, "fax": {"type": "integer", "index": 134, "name": "fax", "comment": null}, "region_c": {"type": "integer", "index": 135, "name": "region_c", "comment": null}, "competitor_c": {"type": "boolean", "index": 136, "name": "competitor_c", "comment": null}, "source_detail_c": {"type": "integer", "index": 137, "name": "source_detail_c", "comment": null}, "fivetran_account_stage_c": {"type": "integer", "index": 138, "name": "fivetran_account_stage_c", "comment": null}, "fivetran_account_id_c": {"type": "integer", "index": 139, "name": "fivetran_account_id_c", "comment": null}, "lean_data_router_status_c": {"type": "integer", "index": 140, "name": "lean_data_router_status_c", "comment": null}, "lean_data_matched_lead_c": {"type": "integer", "index": 141, "name": "lean_data_matched_lead_c", "comment": null}, "lean_data_routing_action_c": {"type": "text", "index": 142, "name": "lean_data_routing_action_c", "comment": null}, "lean_data_search_index_c": {"type": "text", "index": 143, "name": "lean_data_search_index_c", "comment": null}, "lean_data_reporting_matched_account_c": {"type": "text", "index": 144, "name": "lean_data_reporting_matched_account_c", "comment": null}, "lean_data_reporting_timestamp_c": {"type": "timestamp without time zone", "index": 145, "name": "lean_data_reporting_timestamp_c", "comment": null}, "lean_data_ld_segment_c": {"type": "integer", "index": 146, "name": "lean_data_ld_segment_c", "comment": null}, "lean_data_marketing_sys_created_date_c": {"type": "integer", "index": 147, "name": "lean_data_marketing_sys_created_date_c", "comment": null}, "lean_data_matched_account_c": {"type": "integer", "index": 148, "name": "lean_data_matched_account_c", "comment": null}, "lean_data_a_2_b_account_c": {"type": "integer", "index": 149, "name": "lean_data_a_2_b_account_c", "comment": null}, "lean_data_search_c": {"type": "integer", "index": 150, "name": "lean_data_search_c", "comment": null}, "lean_data_routing_status_c": {"type": "text", "index": 151, "name": "lean_data_routing_status_c", "comment": null}, "lean_data_a_2_b_group_c": {"type": "integer", "index": 152, "name": "lean_data_a_2_b_group_c", "comment": null}, "lean_data_matched_buyer_persona_c": {"type": "integer", "index": 153, "name": "lean_data_matched_buyer_persona_c", "comment": null}, "lean_data_tag_c": {"type": "integer", "index": 154, "name": "lean_data_tag_c", "comment": null}, "lean_data_status_info_c": {"type": "integer", "index": 155, "name": "lean_data_status_info_c", "comment": null}, "lean_data_modified_score_c": {"type": "integer", "index": 156, "name": "lean_data_modified_score_c", "comment": null}, "do_not_route_lead_c": {"type": "boolean", "index": 157, "name": "do_not_route_lead_c", "comment": null}, "partner_type_c": {"type": "integer", "index": 158, "name": "partner_type_c", "comment": null}, "allbound_id_c": {"type": "integer", "index": 159, "name": "allbound_id_c", "comment": null}, "lid_linked_in_company_id_c": {"type": "integer", "index": 160, "name": "lid_linked_in_company_id_c", "comment": null}, "lid_linked_in_member_token_c": {"type": "integer", "index": 161, "name": "lid_linked_in_member_token_c", "comment": null}, "lean_data_re_route_c": {"type": "integer", "index": 162, "name": "lean_data_re_route_c", "comment": null}, "sales_loft_1_most_recent_cadence_next_step_due_date_c": {"type": "integer", "index": 163, "name": "sales_loft_1_most_recent_cadence_next_step_due_date_c", "comment": null}, "sales_loft_1_most_recent_last_completed_step_c": {"type": "integer", "index": 164, "name": "sales_loft_1_most_recent_last_completed_step_c", "comment": null}, "sales_loft_1_most_recent_cadence_name_c": {"type": "integer", "index": 165, "name": "sales_loft_1_most_recent_cadence_name_c", "comment": null}, "network_c": {"type": "integer", "index": 166, "name": "network_c", "comment": null}, "matchtype_c": {"type": "integer", "index": 167, "name": "matchtype_c", "comment": null}, "device_c": {"type": "integer", "index": 168, "name": "device_c", "comment": null}, "creative_c": {"type": "integer", "index": 169, "name": "creative_c", "comment": null}, "adgroupid_c": {"type": "integer", "index": 170, "name": "adgroupid_c", "comment": null}, "keyword_c": {"type": "integer", "index": 171, "name": "keyword_c", "comment": null}, "campaignid_c": {"type": "integer", "index": 172, "name": "campaignid_c", "comment": null}, "partner_rep_email_c": {"type": "integer", "index": 173, "name": "partner_rep_email_c", "comment": null}, "partner_rep_name_c": {"type": "integer", "index": 174, "name": "partner_rep_name_c", "comment": null}, "lead_type_c": {"type": "integer", "index": 175, "name": "lead_type_c", "comment": null}, "contact_stage_c": {"type": "text", "index": 176, "name": "contact_stage_c", "comment": null}, "original_utm_campaign_c": {"type": "integer", "index": 177, "name": "original_utm_campaign_c", "comment": null}, "original_utm_content_c": {"type": "integer", "index": 178, "name": "original_utm_content_c", "comment": null}, "original_utm_medium_c": {"type": "integer", "index": 179, "name": "original_utm_medium_c", "comment": null}, "original_utm_source_c": {"type": "integer", "index": 180, "name": "original_utm_source_c", "comment": null}, "original_utm_term_c": {"type": "integer", "index": 181, "name": "original_utm_term_c", "comment": null}, "es_app_esalexa_rank_c": {"type": "integer", "index": 182, "name": "es_app_esalexa_rank_c", "comment": null}, "es_app_esaudience_names_c": {"type": "integer", "index": 183, "name": "es_app_esaudience_names_c", "comment": null}, "es_app_escity_c": {"type": "integer", "index": 184, "name": "es_app_escity_c", "comment": null}, "es_app_escompany_phone_c": {"type": "integer", "index": 185, "name": "es_app_escompany_phone_c", "comment": null}, "es_app_escountry_c": {"type": "integer", "index": 186, "name": "es_app_escountry_c", "comment": null}, "es_app_escreated_timestamp_c": {"type": "integer", "index": 187, "name": "es_app_escreated_timestamp_c", "comment": null}, "es_app_esecid_c": {"type": "integer", "index": 188, "name": "es_app_esecid_c", "comment": null}, "es_app_esemployees_c": {"type": "integer", "index": 189, "name": "es_app_esemployees_c", "comment": null}, "es_app_esenriched_c": {"type": "integer", "index": 190, "name": "es_app_esenriched_c", "comment": null}, "es_app_esenriched_timestamp_c": {"type": "integer", "index": 191, "name": "es_app_esenriched_timestamp_c", "comment": null}, "es_app_esfacebook_c": {"type": "integer", "index": 192, "name": "es_app_esfacebook_c", "comment": null}, "es_app_esindustry_c": {"type": "integer", "index": 193, "name": "es_app_esindustry_c", "comment": null}, "es_app_esintent_aggregate_score_c": {"type": "integer", "index": 194, "name": "es_app_esintent_aggregate_score_c", "comment": null}, "es_app_esintent_timestamp_c": {"type": "integer", "index": 195, "name": "es_app_esintent_timestamp_c", "comment": null}, "es_app_esintent_topics_c": {"type": "integer", "index": 196, "name": "es_app_esintent_topics_c", "comment": null}, "es_app_eskeywords_c": {"type": "integer", "index": 197, "name": "es_app_eskeywords_c", "comment": null}, "es_app_eslinked_in_c": {"type": "integer", "index": 198, "name": "es_app_eslinked_in_c", "comment": null}, "es_app_esoverall_fit_score_c": {"type": "integer", "index": 199, "name": "es_app_esoverall_fit_score_c", "comment": null}, "es_app_esrevenue_c": {"type": "integer", "index": 200, "name": "es_app_esrevenue_c", "comment": null}, "es_app_essource_c": {"type": "integer", "index": 201, "name": "es_app_essource_c", "comment": null}, "es_app_esstate_c": {"type": "integer", "index": 202, "name": "es_app_esstate_c", "comment": null}, "es_app_esstreet_c": {"type": "integer", "index": 203, "name": "es_app_esstreet_c", "comment": null}, "es_app_estechnologies_c": {"type": "integer", "index": 204, "name": "es_app_estechnologies_c", "comment": null}, "es_app_estwitter_c": {"type": "integer", "index": 205, "name": "es_app_estwitter_c", "comment": null}, "es_app_eszipcode_c": {"type": "integer", "index": 206, "name": "es_app_eszipcode_c", "comment": null}, "marketing_prospect_routing_rules_c": {"type": "boolean", "index": 207, "name": "marketing_prospect_routing_rules_c", "comment": null}, "individual_id": {"type": "integer", "index": 208, "name": "individual_id", "comment": null}, "marketing_process_c": {"type": "integer", "index": 209, "name": "marketing_process_c", "comment": null}, "automation_tracking_c": {"type": "integer", "index": 210, "name": "automation_tracking_c", "comment": null}, "user_gems_has_changed_job_c": {"type": "integer", "index": 211, "name": "user_gems_has_changed_job_c", "comment": null}, "user_gems_linked_in_c": {"type": "integer", "index": 212, "name": "user_gems_linked_in_c", "comment": null}, "email_opt_in_c": {"type": "integer", "index": 213, "name": "email_opt_in_c", "comment": null}, "email_opt_in_explicit_c": {"type": "boolean", "index": 214, "name": "email_opt_in_explicit_c", "comment": null}, "email_opt_in_implicit_c": {"type": "boolean", "index": 215, "name": "email_opt_in_implicit_c", "comment": null}, "gdpr_opt_in_explicit_c": {"type": "boolean", "index": 216, "name": "gdpr_opt_in_explicit_c", "comment": null}, "user_gems_is_a_user_gem_c": {"type": "boolean", "index": 217, "name": "user_gems_is_a_user_gem_c", "comment": null}, "user_gems_past_account_c": {"type": "integer", "index": 218, "name": "user_gems_past_account_c", "comment": null}, "user_gems_past_company_c": {"type": "integer", "index": 219, "name": "user_gems_past_company_c", "comment": null}, "user_gems_past_contact_c": {"type": "integer", "index": 220, "name": "user_gems_past_contact_c", "comment": null}, "user_gems_past_title_c": {"type": "integer", "index": 221, "name": "user_gems_past_title_c", "comment": null}, "promotion_id_c": {"type": "integer", "index": 222, "name": "promotion_id_c", "comment": null}, "previous_customer_c": {"type": "integer", "index": 223, "name": "previous_customer_c", "comment": null}, "referral_contact_email_c": {"type": "integer", "index": 224, "name": "referral_contact_email_c", "comment": null}, "referral_firstname_c": {"type": "integer", "index": 225, "name": "referral_firstname_c", "comment": null}, "referral_last_name_c": {"type": "integer", "index": 226, "name": "referral_last_name_c", "comment": null}, "mkto_71_lead_score_c": {"type": "integer", "index": 227, "name": "mkto_71_lead_score_c", "comment": null}, "mkto_71_acquisition_date_c": {"type": "integer", "index": 228, "name": "mkto_71_acquisition_date_c", "comment": null}, "mkto_71_acquisition_program_id_c": {"type": "integer", "index": 229, "name": "mkto_71_acquisition_program_id_c", "comment": null}, "mkto_acquisition_program_c": {"type": "integer", "index": 230, "name": "mkto_acquisition_program_c", "comment": null}, "mkto_71_inferred_city_c": {"type": "integer", "index": 231, "name": "mkto_71_inferred_city_c", "comment": null}, "mkto_71_inferred_company_c": {"type": "integer", "index": 232, "name": "mkto_71_inferred_company_c", "comment": null}, "mkto_71_inferred_country_c": {"type": "integer", "index": 233, "name": "mkto_71_inferred_country_c", "comment": null}, "mkto_71_inferred_metropolitan_area_c": {"type": "integer", "index": 234, "name": "mkto_71_inferred_metropolitan_area_c", "comment": null}, "mkto_71_inferred_phone_area_code_c": {"type": "integer", "index": 235, "name": "mkto_71_inferred_phone_area_code_c", "comment": null}, "mkto_71_inferred_postal_code_c": {"type": "integer", "index": 236, "name": "mkto_71_inferred_postal_code_c", "comment": null}, "mkto_71_inferred_state_region_c": {"type": "integer", "index": 237, "name": "mkto_71_inferred_state_region_c", "comment": null}, "mkto_71_original_referrer_c": {"type": "integer", "index": 238, "name": "mkto_71_original_referrer_c", "comment": null}, "mkto_71_original_search_engine_c": {"type": "integer", "index": 239, "name": "mkto_71_original_search_engine_c", "comment": null}, "mkto_71_original_search_phrase_c": {"type": "integer", "index": 240, "name": "mkto_71_original_search_phrase_c", "comment": null}, "mkto_71_original_source_info_c": {"type": "integer", "index": 241, "name": "mkto_71_original_source_info_c", "comment": null}, "mkto_71_original_source_type_c": {"type": "integer", "index": 242, "name": "mkto_71_original_source_type_c", "comment": null}, "mkto_si_hide_date_c": {"type": "integer", "index": 243, "name": "mkto_si_hide_date_c", "comment": null}, "mkto_si_last_interesting_moment_date_c": {"type": "timestamp without time zone", "index": 244, "name": "mkto_si_last_interesting_moment_date_c", "comment": null}, "mkto_si_last_interesting_moment_desc_c": {"type": "text", "index": 245, "name": "mkto_si_last_interesting_moment_desc_c", "comment": null}, "mkto_si_last_interesting_moment_source_c": {"type": "text", "index": 246, "name": "mkto_si_last_interesting_moment_source_c", "comment": null}, "mkto_si_last_interesting_moment_type_c": {"type": "text", "index": 247, "name": "mkto_si_last_interesting_moment_type_c", "comment": null}, "mkto_si_msicontact_id_c": {"type": "integer", "index": 248, "name": "mkto_si_msicontact_id_c", "comment": null}, "mkto_si_priority_c": {"type": "integer", "index": 249, "name": "mkto_si_priority_c", "comment": null}, "mkto_si_relative_score_value_c": {"type": "integer", "index": 250, "name": "mkto_si_relative_score_value_c", "comment": null}, "mkto_si_urgency_value_c": {"type": "integer", "index": 251, "name": "mkto_si_urgency_value_c", "comment": null}, "cloudingo_agent_ar_c": {"type": "integer", "index": 252, "name": "cloudingo_agent_ar_c", "comment": null}, "cloudingo_agent_ardi_c": {"type": "integer", "index": 253, "name": "cloudingo_agent_ardi_c", "comment": null}, "cloudingo_agent_as_c": {"type": "integer", "index": 254, "name": "cloudingo_agent_as_c", "comment": null}, "cloudingo_agent_atz_c": {"type": "integer", "index": 255, "name": "cloudingo_agent_atz_c", "comment": null}, "cloudingo_agent_av_c": {"type": "integer", "index": 256, "name": "cloudingo_agent_av_c", "comment": null}, "cloudingo_agent_les_c": {"type": "integer", "index": 257, "name": "cloudingo_agent_les_c", "comment": null}, "do_not_sync_marketo_c": {"type": "boolean", "index": 258, "name": "do_not_sync_marketo_c", "comment": null}, "source_every_utm_campaign_c": {"type": "integer", "index": 259, "name": "source_every_utm_campaign_c", "comment": null}, "source_every_utm_content_c": {"type": "integer", "index": 260, "name": "source_every_utm_content_c", "comment": null}, "source_every_utm_medium_c": {"type": "integer", "index": 261, "name": "source_every_utm_medium_c", "comment": null}, "source_every_utm_source_c": {"type": "integer", "index": 262, "name": "source_every_utm_source_c", "comment": null}, "source_every_utm_term_c": {"type": "integer", "index": 263, "name": "source_every_utm_term_c", "comment": null}, "source_first_utm_campaign_c": {"type": "integer", "index": 264, "name": "source_first_utm_campaign_c", "comment": null}, "source_first_utm_content_c": {"type": "integer", "index": 265, "name": "source_first_utm_content_c", "comment": null}, "source_first_utm_medium_c": {"type": "integer", "index": 266, "name": "source_first_utm_medium_c", "comment": null}, "source_first_utm_source_c": {"type": "integer", "index": 267, "name": "source_first_utm_source_c", "comment": null}, "source_first_utm_term_c": {"type": "integer", "index": 268, "name": "source_first_utm_term_c", "comment": null}, "source_last_utm_campaign_c": {"type": "text", "index": 269, "name": "source_last_utm_campaign_c", "comment": null}, "source_last_utm_content_c": {"type": "text", "index": 270, "name": "source_last_utm_content_c", "comment": null}, "source_last_utm_medium_c": {"type": "text", "index": 271, "name": "source_last_utm_medium_c", "comment": null}, "source_last_utm_source_c": {"type": "text", "index": 272, "name": "source_last_utm_source_c", "comment": null}, "source_last_utm_term_c": {"type": "text", "index": 273, "name": "source_last_utm_term_c", "comment": null}, "direct_office_c": {"type": "integer", "index": 274, "name": "direct_office_c", "comment": null}, "city_c": {"type": "integer", "index": 275, "name": "city_c", "comment": null}, "country_c": {"type": "integer", "index": 276, "name": "country_c", "comment": null}, "state_c": {"type": "integer", "index": 277, "name": "state_c", "comment": null}, "source_first_lead_source_category_c": {"type": "integer", "index": 278, "name": "source_first_lead_source_category_c", "comment": null}, "source_last_lead_source_c": {"type": "integer", "index": 279, "name": "source_last_lead_source_c", "comment": null}, "source_last_lead_source_category_c": {"type": "integer", "index": 280, "name": "source_last_lead_source_category_c", "comment": null}, "source_last_lead_source_detail_c": {"type": "integer", "index": 281, "name": "source_last_lead_source_detail_c", "comment": null}, "source_every_lead_source_c": {"type": "integer", "index": 282, "name": "source_every_lead_source_c", "comment": null}, "source_every_lead_source_category_c": {"type": "integer", "index": 283, "name": "source_every_lead_source_category_c", "comment": null}, "source_every_lead_source_detail_c": {"type": "integer", "index": 284, "name": "source_every_lead_source_detail_c", "comment": null}, "source_first_lead_source_c": {"type": "integer", "index": 285, "name": "source_first_lead_source_c", "comment": null}, "source_first_lead_source_detail_c": {"type": "integer", "index": 286, "name": "source_first_lead_source_detail_c", "comment": null}, "behavioral_score_c": {"type": "integer", "index": 287, "name": "behavioral_score_c", "comment": null}, "demographic_score_c": {"type": "integer", "index": 288, "name": "demographic_score_c", "comment": null}, "drift_cql_c": {"type": "integer", "index": 289, "name": "drift_cql_c", "comment": null}, "unique_email_c": {"type": "integer", "index": 290, "name": "unique_email_c", "comment": null}, "is_emea_event_routing_c": {"type": "boolean", "index": 291, "name": "is_emea_event_routing_c", "comment": null}, "csi_code_c": {"type": "integer", "index": 292, "name": "csi_code_c", "comment": null}, "csi_description_c": {"type": "text", "index": 293, "name": "csi_description_c", "comment": null}, "converted_date_time_c": {"type": "timestamp without time zone", "index": 294, "name": "converted_date_time_c", "comment": null}, "lead_created_date_time_reporting_c": {"type": "timestamp without time zone", "index": 295, "name": "lead_created_date_time_reporting_c", "comment": null}, "lead_iq_country_c": {"type": "integer", "index": 296, "name": "lead_iq_country_c", "comment": null}, "lead_iq_employee_count_c": {"type": "integer", "index": 297, "name": "lead_iq_employee_count_c", "comment": null}, "lead_iq_employee_range_c": {"type": "integer", "index": 298, "name": "lead_iq_employee_range_c", "comment": null}, "lead_iq_state_c": {"type": "integer", "index": 299, "name": "lead_iq_state_c", "comment": null}, "lead_iq_zip_code_c": {"type": "integer", "index": 300, "name": "lead_iq_zip_code_c", "comment": null}, "zoominfo_country_c": {"type": "integer", "index": 301, "name": "zoominfo_country_c", "comment": null}, "zoominfo_employee_count_c": {"type": "integer", "index": 302, "name": "zoominfo_employee_count_c", "comment": null}, "zoominfo_state_c": {"type": "integer", "index": 303, "name": "zoominfo_state_c", "comment": null}, "zoominfo_technologies_c": {"type": "integer", "index": 304, "name": "zoominfo_technologies_c", "comment": null}, "zoominfo_zip_code_c": {"type": "integer", "index": 305, "name": "zoominfo_zip_code_c", "comment": null}, "attended_event_c": {"type": "boolean", "index": 306, "name": "attended_event_c", "comment": null}, "mql_date_c": {"type": "integer", "index": 307, "name": "mql_date_c", "comment": null}, "user_gems_user_gems_id_c": {"type": "integer", "index": 308, "name": "user_gems_user_gems_id_c", "comment": null}, "dozisf_zoom_info_company_id_c": {"type": "integer", "index": 309, "name": "dozisf_zoom_info_company_id_c", "comment": null}, "dozisf_zoom_info_first_updated_c": {"type": "integer", "index": 310, "name": "dozisf_zoom_info_first_updated_c", "comment": null}, "dozisf_zoom_info_id_c": {"type": "integer", "index": 311, "name": "dozisf_zoom_info_id_c", "comment": null}, "dozisf_zoom_info_last_updated_c": {"type": "integer", "index": 312, "name": "dozisf_zoom_info_last_updated_c", "comment": null}, "lean_data_manual_route_trigger_c": {"type": "boolean", "index": 313, "name": "lean_data_manual_route_trigger_c", "comment": null}, "first_mql_date_c": {"type": "integer", "index": 314, "name": "first_mql_date_c", "comment": null}, "fivetran_account_association_date_c": {"type": "integer", "index": 315, "name": "fivetran_account_association_date_c", "comment": null}, "fivetran_account_user_role_s_c": {"type": "integer", "index": 316, "name": "fivetran_account_user_role_s_c", "comment": null}, "mql_reason_c": {"type": "text", "index": 317, "name": "mql_reason_c", "comment": null}, "trial_contact_start_date_c": {"type": "integer", "index": 318, "name": "trial_contact_start_date_c", "comment": null}, "enrichment_request_c": {"type": "boolean", "index": 319, "name": "enrichment_request_c", "comment": null}, "meta_data_create_date_c": {"type": "timestamp without time zone", "index": 320, "name": "meta_data_create_date_c", "comment": null}, "clarus_date_c": {"type": "integer", "index": 321, "name": "clarus_date_c", "comment": null}, "clarus_editor_c": {"type": "integer", "index": 322, "name": "clarus_editor_c", "comment": null}, "clarus_notes_c": {"type": "integer", "index": 323, "name": "clarus_notes_c", "comment": null}, "clarus_project_c": {"type": "integer", "index": 324, "name": "clarus_project_c", "comment": null}, "clarus_status_c": {"type": "integer", "index": 325, "name": "clarus_status_c", "comment": null}, "marketing_connector_interest_c": {"type": "integer", "index": 326, "name": "marketing_connector_interest_c", "comment": null}, "recent_marketing_campaign_status_c": {"type": "integer", "index": 327, "name": "recent_marketing_campaign_status_c", "comment": null}, "salesloft_cadence_trigger_c": {"type": "integer", "index": 328, "name": "salesloft_cadence_trigger_c", "comment": null}, "datawarehouse_used_c": {"type": "integer", "index": 329, "name": "datawarehouse_used_c", "comment": null}, "contact_status_c": {"type": "integer", "index": 330, "name": "contact_status_c", "comment": null}, "leandata_contact_owner_override_c": {"type": "integer", "index": 331, "name": "leandata_contact_owner_override_c", "comment": null}, "potential_fivetran_use_case_c": {"type": "text", "index": 332, "name": "potential_fivetran_use_case_c", "comment": null}, "bizible_2_account_c": {"type": "integer", "index": 333, "name": "bizible_2_account_c", "comment": null}, "bizible_2_ad_campaign_name_ft_c": {"type": "integer", "index": 334, "name": "bizible_2_ad_campaign_name_ft_c", "comment": null}, "bizible_2_ad_campaign_name_lc_c": {"type": "integer", "index": 335, "name": "bizible_2_ad_campaign_name_lc_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "integer", "index": 336, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_landing_page_ft_c": {"type": "integer", "index": 337, "name": "bizible_2_landing_page_ft_c", "comment": null}, "bizible_2_landing_page_lc_c": {"type": "integer", "index": 338, "name": "bizible_2_landing_page_lc_c", "comment": null}, "bizible_2_marketing_channel_ft_c": {"type": "integer", "index": 339, "name": "bizible_2_marketing_channel_ft_c", "comment": null}, "bizible_2_marketing_channel_lc_c": {"type": "integer", "index": 340, "name": "bizible_2_marketing_channel_lc_c", "comment": null}, "bizible_2_touchpoint_date_ft_c": {"type": "integer", "index": 341, "name": "bizible_2_touchpoint_date_ft_c", "comment": null}, "bizible_2_touchpoint_date_lc_c": {"type": "integer", "index": 342, "name": "bizible_2_touchpoint_date_lc_c", "comment": null}, "bizible_2_touchpoint_source_ft_c": {"type": "integer", "index": 343, "name": "bizible_2_touchpoint_source_ft_c", "comment": null}, "bizible_2_touchpoint_source_lc_c": {"type": "integer", "index": 344, "name": "bizible_2_touchpoint_source_lc_c", "comment": null}, "sales_email_opt_out_c": {"type": "boolean", "index": 345, "name": "sales_email_opt_out_c", "comment": null}, "sales_email_opt_out_date_time_c": {"type": "integer", "index": 346, "name": "sales_email_opt_out_date_time_c", "comment": null}, "bombora_app_bombora_surge_record_count_c": {"type": "integer", "index": 347, "name": "bombora_app_bombora_surge_record_count_c", "comment": null}, "bombora_app_bombora_last_date_time_updated_c": {"type": "integer", "index": 348, "name": "bombora_app_bombora_last_date_time_updated_c", "comment": null}, "bombora_app_bombora_total_composite_score_c": {"type": "integer", "index": 349, "name": "bombora_app_bombora_total_composite_score_c", "comment": null}, "linked_in_url_c": {"type": "integer", "index": 350, "name": "linked_in_url_c", "comment": null}, "beta_connector_interest_c": {"type": "integer", "index": 351, "name": "beta_connector_interest_c", "comment": null}, "user_gems_ug_past_infos_c": {"type": "integer", "index": 352, "name": "user_gems_ug_past_infos_c", "comment": null}, "user_gems_ug_current_infos_c": {"type": "integer", "index": 353, "name": "user_gems_ug_current_infos_c", "comment": null}, "user_gems_ug_created_by_ug_c": {"type": "boolean", "index": 354, "name": "user_gems_ug_created_by_ug_c", "comment": null}, "free_trial_email_confirmed_date_c": {"type": "integer", "index": 355, "name": "free_trial_email_confirmed_date_c", "comment": null}, "dnboptimizer_dn_bcontact_record_c": {"type": "integer", "index": 356, "name": "dnboptimizer_dn_bcontact_record_c", "comment": null}, "dnboptimizer_dn_bcompany_record_c": {"type": "integer", "index": 357, "name": "dnboptimizer_dn_bcompany_record_c", "comment": null}, "dnboptimizer_dnb_d_u_n_s_number_c": {"type": "integer", "index": 358, "name": "dnboptimizer_dnb_d_u_n_s_number_c", "comment": null}, "i_sell_oskey_id_c": {"type": "integer", "index": 359, "name": "i_sell_oskey_id_c", "comment": null}, "verified_c": {"type": "boolean", "index": 360, "name": "verified_c", "comment": null}, "email_opt_out_date_time_c": {"type": "integer", "index": 361, "name": "email_opt_out_date_time_c", "comment": null}, "pbf_startup_c": {"type": "integer", "index": 362, "name": "pbf_startup_c", "comment": null}, "pbf_startup_certify_eligibility_c": {"type": "boolean", "index": 363, "name": "pbf_startup_certify_eligibility_c", "comment": null}, "engagio_intent_minutes_last_30_days_c": {"type": "integer", "index": 364, "name": "engagio_intent_minutes_last_30_days_c", "comment": null}, "engagio_engagement_minutes_last_3_months_c": {"type": "integer", "index": 365, "name": "engagio_engagement_minutes_last_3_months_c", "comment": null}, "engagio_engagement_minutes_last_7_days_c": {"type": "integer", "index": 366, "name": "engagio_engagement_minutes_last_7_days_c", "comment": null}, "engagio_matched_account_c": {"type": "integer", "index": 367, "name": "engagio_matched_account_c", "comment": null}, "engagio_first_engagement_date_c": {"type": "integer", "index": 368, "name": "engagio_first_engagement_date_c", "comment": null}, "engagio_match_time_c": {"type": "integer", "index": 369, "name": "engagio_match_time_c", "comment": null}, "engagio_department_c": {"type": "integer", "index": 370, "name": "engagio_department_c", "comment": null}, "engagio_role_c": {"type": "integer", "index": 371, "name": "engagio_role_c", "comment": null}, "legacy_hvr_id_c": {"type": "integer", "index": 372, "name": "legacy_hvr_id_c", "comment": null}, "hvr_channel_c": {"type": "integer", "index": 373, "name": "hvr_channel_c", "comment": null}, "email_opt_in_double_c": {"type": "boolean", "index": 374, "name": "email_opt_in_double_c", "comment": null}, "phone_number_catch_all_c": {"type": "integer", "index": 375, "name": "phone_number_catch_all_c", "comment": null}, "contacts_domain_exists_c": {"type": "integer", "index": 376, "name": "contacts_domain_exists_c", "comment": null}, "utm_id_c": {"type": "integer", "index": 377, "name": "utm_id_c", "comment": null}, "source_every_utm_id_c": {"type": "integer", "index": 378, "name": "source_every_utm_id_c", "comment": null}, "source_last_utm_id_c": {"type": "integer", "index": 379, "name": "source_last_utm_id_c", "comment": null}, "source_first_utm_id_c": {"type": "integer", "index": 380, "name": "source_first_utm_id_c", "comment": null}, "do_not_sync_reason_marketo_c": {"type": "integer", "index": 381, "name": "do_not_sync_reason_marketo_c", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 382, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_lead_data"}, "seed.salesforce_integration_tests.sf_opportunity_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_opportunity_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 2, "name": "account_id", "comment": null}, "amount": {"type": "double precision", "index": 3, "name": "amount", "comment": null}, "campaign_id": {"type": "integer", "index": 4, "name": "campaign_id", "comment": null}, "close_date": {"type": "timestamp without time zone", "index": 5, "name": "close_date", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 6, "name": "created_date", "comment": null}, "description": {"type": "integer", "index": 7, "name": "description", "comment": null}, "expected_revenue": {"type": "integer", "index": 8, "name": "expected_revenue", "comment": null}, "fiscal": {"type": "text", "index": 9, "name": "fiscal", "comment": null}, "fiscal_quarter": {"type": "integer", "index": 10, "name": "fiscal_quarter", "comment": null}, "fiscal_year": {"type": "integer", "index": 11, "name": "fiscal_year", "comment": null}, "forecast_category": {"type": "text", "index": 12, "name": "forecast_category", "comment": null}, "forecast_category_name": {"type": "text", "index": 13, "name": "forecast_category_name", "comment": null}, "has_open_activity": {"type": "boolean", "index": 14, "name": "has_open_activity", "comment": null}, "has_opportunity_line_item": {"type": "boolean", "index": 15, "name": "has_opportunity_line_item", "comment": null}, "has_overdue_task": {"type": "boolean", "index": 16, "name": "has_overdue_task", "comment": null}, "id": {"type": "text", "index": 17, "name": "id", "comment": null}, "is_closed": {"type": "boolean", "index": 18, "name": "is_closed", "comment": null}, "is_deleted": {"type": "boolean", "index": 19, "name": "is_deleted", "comment": null}, "is_excluded_from_territory_2_filter": {"type": "integer", "index": 20, "name": "is_excluded_from_territory_2_filter", "comment": null}, "is_won": {"type": "boolean", "index": 21, "name": "is_won", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 22, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 23, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 24, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "text", "index": 25, "name": "lead_source", "comment": null}, "name": {"type": "text", "index": 26, "name": "name", "comment": null}, "next_step": {"type": "integer", "index": 27, "name": "next_step", "comment": null}, "owner_id": {"type": "text", "index": 28, "name": "owner_id", "comment": null}, "pricebook_2_id": {"type": "text", "index": 29, "name": "pricebook_2_id", "comment": null}, "probability": {"type": "double precision", "index": 30, "name": "probability", "comment": null}, "record_type_id": {"type": "text", "index": 31, "name": "record_type_id", "comment": null}, "stage_name": {"type": "text", "index": 32, "name": "stage_name", "comment": null}, "synced_quote_id": {"type": "integer", "index": 33, "name": "synced_quote_id", "comment": null}, "territory_2_id": {"type": "integer", "index": 34, "name": "territory_2_id", "comment": null}, "type": {"type": "text", "index": 35, "name": "type", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 36, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_opportunity_data"}, "seed.salesforce_integration_tests.sf_opportunity_history_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_opportunity_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_active": {"type": "boolean", "index": 1, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 5, "name": "account_id", "comment": null}, "amount": {"type": "double precision", "index": 6, "name": "amount", "comment": null}, "campaign_id": {"type": "integer", "index": 7, "name": "campaign_id", "comment": null}, "close_date": {"type": "timestamp without time zone", "index": 8, "name": "close_date", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 9, "name": "created_date", "comment": null}, "description": {"type": "integer", "index": 10, "name": "description", "comment": null}, "expected_revenue": {"type": "double precision", "index": 11, "name": "expected_revenue", "comment": null}, "fiscal": {"type": "text", "index": 12, "name": "fiscal", "comment": null}, "fiscal_quarter": {"type": "integer", "index": 13, "name": "fiscal_quarter", "comment": null}, "fiscal_year": {"type": "integer", "index": 14, "name": "fiscal_year", "comment": null}, "forecast_category": {"type": "text", "index": 15, "name": "forecast_category", "comment": null}, "forecast_category_name": {"type": "text", "index": 16, "name": "forecast_category_name", "comment": null}, "has_open_activity": {"type": "boolean", "index": 17, "name": "has_open_activity", "comment": null}, "has_opportunity_line_item": {"type": "boolean", "index": 18, "name": "has_opportunity_line_item", "comment": null}, "has_overdue_task": {"type": "boolean", "index": 19, "name": "has_overdue_task", "comment": null}, "id": {"type": "text", "index": 20, "name": "id", "comment": null}, "is_closed": {"type": "boolean", "index": 21, "name": "is_closed", "comment": null}, "is_deleted": {"type": "boolean", "index": 22, "name": "is_deleted", "comment": null}, "is_won": {"type": "boolean", "index": 23, "name": "is_won", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 24, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 25, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 26, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "text", "index": 27, "name": "lead_source", "comment": null}, "name": {"type": "text", "index": 28, "name": "name", "comment": null}, "next_step": {"type": "integer", "index": 29, "name": "next_step", "comment": null}, "owner_id": {"type": "text", "index": 30, "name": "owner_id", "comment": null}, "probability": {"type": "integer", "index": 31, "name": "probability", "comment": null}, "record_type_id": {"type": "text", "index": 32, "name": "record_type_id", "comment": null}, "stage_name": {"type": "text", "index": 33, "name": "stage_name", "comment": null}, "synced_quote_id": {"type": "integer", "index": 34, "name": "synced_quote_id", "comment": null}, "type": {"type": "text", "index": 35, "name": "type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.salesforce_integration_tests.sf_opportunity_history_data"}, "seed.salesforce_integration_tests.sf_opportunity_line_item_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_opportunity_line_item_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"product_2_id": {"type": "text", "index": 1, "name": "product_2_id", "comment": null}, "quantity": {"type": "integer", "index": 2, "name": "quantity", "comment": null}, "total_price": {"type": "double precision", "index": 3, "name": "total_price", "comment": null}, "description": {"type": "integer", "index": 4, "name": "description", "comment": null}, "discount": {"type": "integer", "index": 5, "name": "discount", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 6, "name": "last_modified_date", "comment": null}, "list_price": {"type": "integer", "index": 7, "name": "list_price", "comment": null}, "product_code": {"type": "text", "index": 8, "name": "product_code", "comment": null}, "unit_price": {"type": "double precision", "index": 9, "name": "unit_price", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 10, "name": "_fivetran_synced", "comment": null}, "is_deleted": {"type": "boolean", "index": 11, "name": "is_deleted", "comment": null}, "opportunity_id": {"type": "text", "index": 12, "name": "opportunity_id", "comment": null}, "last_modified_by_id": {"type": "text", "index": 13, "name": "last_modified_by_id", "comment": null}, "service_date": {"type": "timestamp without time zone", "index": 14, "name": "service_date", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 15, "name": "system_modstamp", "comment": null}, "name": {"type": "text", "index": 16, "name": "name", "comment": null}, "id": {"type": "text", "index": 17, "name": "id", "comment": null}, "created_by_id": {"type": "text", "index": 18, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 19, "name": "created_date", "comment": null}, "sort_order": {"type": "integer", "index": 20, "name": "sort_order", "comment": null}, "pricebook_entry_id": {"type": "text", "index": 21, "name": "pricebook_entry_id", "comment": null}, "one_saas_app_included_c": {"type": "integer", "index": 22, "name": "one_saas_app_included_c", "comment": null}, "one_saas_app_quantity_invoiced_c": {"type": "integer", "index": 23, "name": "one_saas_app_quantity_invoiced_c", "comment": null}, "one_saas_app_quantity_not_invoiced_c": {"type": "integer", "index": 24, "name": "one_saas_app_quantity_not_invoiced_c", "comment": null}, "has_quantity_schedule": {"type": "integer", "index": 25, "name": "has_quantity_schedule", "comment": null}, "has_revenue_schedule": {"type": "integer", "index": 26, "name": "has_revenue_schedule", "comment": null}, "has_schedule": {"type": "integer", "index": 27, "name": "has_schedule", "comment": null}, "event_volume_c": {"type": "integer", "index": 28, "name": "event_volume_c", "comment": null}, "roadmap_connections_c": {"type": "integer", "index": 29, "name": "roadmap_connections_c", "comment": null}, "row_volume_c": {"type": "integer", "index": 30, "name": "row_volume_c", "comment": null}, "months_c": {"type": "integer", "index": 31, "name": "months_c", "comment": null}, "netsuite_conn_term_contract_pricing_type_c": {"type": "integer", "index": 32, "name": "netsuite_conn_term_contract_pricing_type_c", "comment": null}, "netsuite_conn_discount_item_c": {"type": "integer", "index": 33, "name": "netsuite_conn_discount_item_c", "comment": null}, "netsuite_conn_user_entered_sales_price_c": {"type": "integer", "index": 34, "name": "netsuite_conn_user_entered_sales_price_c", "comment": null}, "netsuite_conn_item_category_c": {"type": "integer", "index": 35, "name": "netsuite_conn_item_category_c", "comment": null}, "netsuite_conn_terms_c": {"type": "integer", "index": 36, "name": "netsuite_conn_terms_c", "comment": null}, "netsuite_conn_net_suite_item_key_id_c": {"type": "integer", "index": 37, "name": "netsuite_conn_net_suite_item_key_id_c", "comment": null}, "netsuite_conn_pushed_from_net_suite_c": {"type": "boolean", "index": 38, "name": "netsuite_conn_pushed_from_net_suite_c", "comment": null}, "netsuite_conn_end_date_c": {"type": "integer", "index": 39, "name": "netsuite_conn_end_date_c", "comment": null}, "netsuite_conn_list_rate_c": {"type": "integer", "index": 40, "name": "netsuite_conn_list_rate_c", "comment": null}, "netsuite_conn_from_contract_item_id_c": {"type": "integer", "index": 41, "name": "netsuite_conn_from_contract_item_id_c", "comment": null}, "netsuite_conn_start_date_c": {"type": "integer", "index": 42, "name": "netsuite_conn_start_date_c", "comment": null}, "netsuite_conn_net_suite_item_id_import_c": {"type": "integer", "index": 43, "name": "netsuite_conn_net_suite_item_id_import_c", "comment": null}, "sbqq_parent_id_c": {"type": "text", "index": 44, "name": "sbqq_parent_id_c", "comment": null}, "sbqq_quote_line_c": {"type": "text", "index": 45, "name": "sbqq_quote_line_c", "comment": null}, "sbqq_subscription_type_c": {"type": "text", "index": 46, "name": "sbqq_subscription_type_c", "comment": null}, "product_family_c": {"type": "text", "index": 47, "name": "product_family_c", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 48, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 49, "name": "last_viewed_date", "comment": null}, "celigo_sfnsio_contract_item_id_c": {"type": "integer", "index": 50, "name": "celigo_sfnsio_contract_item_id_c", "comment": null}, "celigo_sfnsio_contract_term_c": {"type": "integer", "index": 51, "name": "celigo_sfnsio_contract_term_c", "comment": null}, "celigo_sfnsio_end_date_c": {"type": "integer", "index": 52, "name": "celigo_sfnsio_end_date_c", "comment": null}, "celigo_sfnsio_list_rate_c": {"type": "integer", "index": 53, "name": "celigo_sfnsio_list_rate_c", "comment": null}, "celigo_sfnsio_net_suite_line_id_c": {"type": "integer", "index": 54, "name": "celigo_sfnsio_net_suite_line_id_c", "comment": null}, "celigo_sfnsio_start_date_c": {"type": "integer", "index": 55, "name": "celigo_sfnsio_start_date_c", "comment": null}, "product_code_stamped_c": {"type": "integer", "index": 56, "name": "product_code_stamped_c", "comment": null}, "hvr_use_case_c": {"type": "boolean", "index": 57, "name": "hvr_use_case_c", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 58, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_opportunity_line_item_data"}, "seed.salesforce_integration_tests.sf_order_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_order_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "activated_by_id": {"type": "text", "index": 4, "name": "activated_by_id", "comment": null}, "activated_date": {"type": "timestamp without time zone", "index": 5, "name": "activated_date", "comment": null}, "billing_city": {"type": "text", "index": 6, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 7, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "integer", "index": 8, "name": "billing_country_code", "comment": null}, "billing_geocode_accuracy": {"type": "integer", "index": 9, "name": "billing_geocode_accuracy", "comment": null}, "billing_latitude": {"type": "integer", "index": 10, "name": "billing_latitude", "comment": null}, "billing_longitude": {"type": "integer", "index": 11, "name": "billing_longitude", "comment": null}, "billing_postal_code": {"type": "text", "index": 12, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "text", "index": 13, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "integer", "index": 14, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "text", "index": 15, "name": "billing_street", "comment": null}, "company_authorized_by_id": {"type": "integer", "index": 16, "name": "company_authorized_by_id", "comment": null}, "contract_id": {"type": "integer", "index": 17, "name": "contract_id", "comment": null}, "created_by_id": {"type": "text", "index": 18, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 19, "name": "created_date", "comment": null}, "customer_authorized_by_id": {"type": "integer", "index": 20, "name": "customer_authorized_by_id", "comment": null}, "description": {"type": "integer", "index": 21, "name": "description", "comment": null}, "effective_date": {"type": "timestamp without time zone", "index": 22, "name": "effective_date", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 23, "name": "end_date", "comment": null}, "is_deleted": {"type": "boolean", "index": 24, "name": "is_deleted", "comment": null}, "is_reduction_order": {"type": "boolean", "index": 25, "name": "is_reduction_order", "comment": null}, "last_modified_by_id": {"type": "text", "index": 26, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 27, "name": "last_modified_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 28, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 29, "name": "last_viewed_date", "comment": null}, "order_number": {"type": "integer", "index": 30, "name": "order_number", "comment": null}, "original_order_id": {"type": "integer", "index": 31, "name": "original_order_id", "comment": null}, "owner_id": {"type": "text", "index": 32, "name": "owner_id", "comment": null}, "pricebook_2_id": {"type": "text", "index": 33, "name": "pricebook_2_id", "comment": null}, "shipping_city": {"type": "text", "index": 34, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "text", "index": 35, "name": "shipping_country", "comment": null}, "shipping_country_code": {"type": "integer", "index": 36, "name": "shipping_country_code", "comment": null}, "shipping_geocode_accuracy": {"type": "integer", "index": 37, "name": "shipping_geocode_accuracy", "comment": null}, "shipping_latitude": {"type": "integer", "index": 38, "name": "shipping_latitude", "comment": null}, "shipping_longitude": {"type": "integer", "index": 39, "name": "shipping_longitude", "comment": null}, "shipping_postal_code": {"type": "integer", "index": 40, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "text", "index": 41, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "integer", "index": 42, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "text", "index": 43, "name": "shipping_street", "comment": null}, "status": {"type": "text", "index": 44, "name": "status", "comment": null}, "status_code": {"type": "text", "index": 45, "name": "status_code", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 46, "name": "system_modstamp", "comment": null}, "total_amount": {"type": "double precision", "index": 47, "name": "total_amount", "comment": null}, "type": {"type": "text", "index": 48, "name": "type", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "boolean", "index": 49, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_net_suite_id_c": {"type": "integer", "index": 50, "name": "netsuite_conn_net_suite_id_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "integer", "index": 51, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_pushed_from_net_suite_c": {"type": "boolean", "index": 52, "name": "netsuite_conn_pushed_from_net_suite_c", "comment": null}, "netsuite_conn_opportunity_c": {"type": "integer", "index": 53, "name": "netsuite_conn_opportunity_c", "comment": null}, "netsuite_conn_net_suite_order_status_c": {"type": "text", "index": 54, "name": "netsuite_conn_net_suite_order_status_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "boolean", "index": 55, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_tax_total_c": {"type": "integer", "index": 56, "name": "netsuite_conn_tax_total_c", "comment": null}, "netsuite_conn_tracking_numbers_c": {"type": "integer", "index": 57, "name": "netsuite_conn_tracking_numbers_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "boolean", "index": 58, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_document_id_c": {"type": "integer", "index": 59, "name": "netsuite_conn_document_id_c", "comment": null}, "netsuite_conn_subtotal_c": {"type": "integer", "index": 60, "name": "netsuite_conn_subtotal_c", "comment": null}, "netsuite_conn_discount_total_c": {"type": "integer", "index": 61, "name": "netsuite_conn_discount_total_c", "comment": null}, "netsuite_conn_total_c": {"type": "integer", "index": 62, "name": "netsuite_conn_total_c", "comment": null}, "netsuite_conn_net_suite_order_date_c": {"type": "timestamp without time zone", "index": 63, "name": "netsuite_conn_net_suite_order_date_c", "comment": null}, "netsuite_conn_ship_date_c": {"type": "integer", "index": 64, "name": "netsuite_conn_ship_date_c", "comment": null}, "netsuite_conn_quote_c": {"type": "integer", "index": 65, "name": "netsuite_conn_quote_c", "comment": null}, "netsuite_conn_net_suite_order_number_c": {"type": "text", "index": 66, "name": "netsuite_conn_net_suite_order_number_c", "comment": null}, "sbqq_contracted_c": {"type": "boolean", "index": 67, "name": "sbqq_contracted_c", "comment": null}, "sbqq_contracting_method_c": {"type": "text", "index": 68, "name": "sbqq_contracting_method_c", "comment": null}, "sbqq_payment_term_c": {"type": "text", "index": 69, "name": "sbqq_payment_term_c", "comment": null}, "sbqq_price_calc_status_c": {"type": "text", "index": 70, "name": "sbqq_price_calc_status_c", "comment": null}, "sbqq_price_calc_status_message_c": {"type": "integer", "index": 71, "name": "sbqq_price_calc_status_message_c", "comment": null}, "sbqq_quote_c": {"type": "text", "index": 72, "name": "sbqq_quote_c", "comment": null}, "sbqq_renewal_term_c": {"type": "integer", "index": 73, "name": "sbqq_renewal_term_c", "comment": null}, "sbqq_renewal_uplift_rate_c": {"type": "integer", "index": 74, "name": "sbqq_renewal_uplift_rate_c", "comment": null}, "ava_sfcpq_ava_tax_message_c": {"type": "text", "index": 75, "name": "ava_sfcpq_ava_tax_message_c", "comment": null}, "ava_sfcpq_entity_use_code_c": {"type": "integer", "index": 76, "name": "ava_sfcpq_entity_use_code_c", "comment": null}, "ava_sfcpq_invoice_message_c": {"type": "integer", "index": 77, "name": "ava_sfcpq_invoice_message_c", "comment": null}, "ava_sfcpq_is_seller_importer_of_record_c": {"type": "boolean", "index": 78, "name": "ava_sfcpq_is_seller_importer_of_record_c", "comment": null}, "ava_sfcpq_order_calculate_tax_c": {"type": "boolean", "index": 79, "name": "ava_sfcpq_order_calculate_tax_c", "comment": null}, "ava_sfcpq_sales_tax_amount_c": {"type": "integer", "index": 80, "name": "ava_sfcpq_sales_tax_amount_c", "comment": null}, "blng_bill_now_c": {"type": "boolean", "index": 81, "name": "blng_bill_now_c", "comment": null}, "blng_billing_account_c": {"type": "text", "index": 82, "name": "blng_billing_account_c", "comment": null}, "blng_billing_day_of_month_c": {"type": "integer", "index": 83, "name": "blng_billing_day_of_month_c", "comment": null}, "blng_invoice_batch_c": {"type": "text", "index": 84, "name": "blng_invoice_batch_c", "comment": null}, "amendment_type_c": {"type": "integer", "index": 85, "name": "amendment_type_c", "comment": null}, "credit_summary_c": {"type": "text", "index": 86, "name": "credit_summary_c", "comment": null}, "evergreen_c": {"type": "boolean", "index": 87, "name": "evergreen_c", "comment": null}, "invoicing_type_c": {"type": "text", "index": 88, "name": "invoicing_type_c", "comment": null}, "legal_entity_c": {"type": "text", "index": 89, "name": "legal_entity_c", "comment": null}, "prepaid_billing_frequency_c": {"type": "text", "index": 90, "name": "prepaid_billing_frequency_c", "comment": null}, "prepaid_order_c": {"type": "boolean", "index": 91, "name": "prepaid_order_c", "comment": null}, "update_subscriptions_only_c": {"type": "boolean", "index": 92, "name": "update_subscriptions_only_c", "comment": null}, "order_auto_activated_c": {"type": "boolean", "index": 93, "name": "order_auto_activated_c", "comment": null}, "synced_to_net_suite_c": {"type": "boolean", "index": 94, "name": "synced_to_net_suite_c", "comment": null}, "purchase_order_number_c": {"type": "integer", "index": 95, "name": "purchase_order_number_c", "comment": null}, "celigo_sfnsio_discount_total_net_suite_c": {"type": "integer", "index": 96, "name": "celigo_sfnsio_discount_total_net_suite_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "integer", "index": 97, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "celigo_sfnsio_net_suite_order_number_c": {"type": "text", "index": 98, "name": "celigo_sfnsio_net_suite_order_number_c", "comment": null}, "celigo_sfnsio_net_suite_order_status_c": {"type": "integer", "index": 99, "name": "celigo_sfnsio_net_suite_order_status_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "text", "index": 100, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_ship_date_c": {"type": "integer", "index": 101, "name": "celigo_sfnsio_ship_date_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "boolean", "index": 102, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_sub_total_net_suite_c": {"type": "integer", "index": 103, "name": "celigo_sfnsio_sub_total_net_suite_c", "comment": null}, "celigo_sfnsio_tax_total_net_suite_c": {"type": "integer", "index": 104, "name": "celigo_sfnsio_tax_total_net_suite_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "boolean", "index": 105, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "celigo_sfnsio_total_net_suite_c": {"type": "integer", "index": 106, "name": "celigo_sfnsio_total_net_suite_c", "comment": null}, "amend_with_rollover_spend_type_c": {"type": "boolean", "index": 107, "name": "amend_with_rollover_spend_type_c", "comment": null}, "customer_spend_type_c": {"type": "integer", "index": 108, "name": "customer_spend_type_c", "comment": null}, "order_spend_type_c": {"type": "integer", "index": 109, "name": "order_spend_type_c", "comment": null}, "opportunity_id": {"type": "integer", "index": 110, "name": "opportunity_id", "comment": null}, "purchase_summary_c": {"type": "integer", "index": 111, "name": "purchase_summary_c", "comment": null}, "is_hvr_legacy_order_c": {"type": "integer", "index": 112, "name": "is_hvr_legacy_order_c", "comment": null}, "ironclad_workflow_c": {"type": "integer", "index": 113, "name": "ironclad_workflow_c", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 114, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_order_data"}, "seed.salesforce_integration_tests.sf_product_2_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_product_2_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"last_referenced_date": {"type": "timestamp without time zone", "index": 1, "name": "last_referenced_date", "comment": null}, "is_active": {"type": "boolean", "index": 2, "name": "is_active", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 4, "name": "last_modified_date", "comment": null}, "record_type_id": {"type": "text", "index": 5, "name": "record_type_id", "comment": null}, "product_code": {"type": "integer", "index": 6, "name": "product_code", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 8, "name": "last_viewed_date", "comment": null}, "is_deleted": {"type": "boolean", "index": 9, "name": "is_deleted", "comment": null}, "last_modified_by_id": {"type": "text", "index": 10, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 11, "name": "system_modstamp", "comment": null}, "name": {"type": "text", "index": 12, "name": "name", "comment": null}, "id": {"type": "text", "index": 13, "name": "id", "comment": null}, "created_by_id": {"type": "text", "index": 14, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 15, "name": "created_date", "comment": null}, "family": {"type": "text", "index": 16, "name": "family", "comment": null}, "max_volume_c": {"type": "integer", "index": 17, "name": "max_volume_c", "comment": null}, "min_volume_c": {"type": "integer", "index": 18, "name": "min_volume_c", "comment": null}, "request_name_c": {"type": "integer", "index": 19, "name": "request_name_c", "comment": null}, "default_quantity_c": {"type": "integer", "index": 20, "name": "default_quantity_c", "comment": null}, "account_c": {"type": "integer", "index": 21, "name": "account_c", "comment": null}, "related_product_c": {"type": "integer", "index": 22, "name": "related_product_c", "comment": null}, "picklist_value_c": {"type": "integer", "index": 23, "name": "picklist_value_c", "comment": null}, "as_input_c": {"type": "integer", "index": 24, "name": "as_input_c", "comment": null}, "as_output_c": {"type": "integer", "index": 25, "name": "as_output_c", "comment": null}, "status_c": {"type": "integer", "index": 26, "name": "status_c", "comment": null}, "number_of_quantity_installments": {"type": "integer", "index": 27, "name": "number_of_quantity_installments", "comment": null}, "number_of_revenue_installments": {"type": "integer", "index": 28, "name": "number_of_revenue_installments", "comment": null}, "quantity_installment_period": {"type": "integer", "index": 29, "name": "quantity_installment_period", "comment": null}, "quantity_schedule_type": {"type": "integer", "index": 30, "name": "quantity_schedule_type", "comment": null}, "revenue_installment_period": {"type": "integer", "index": 31, "name": "revenue_installment_period", "comment": null}, "revenue_schedule_type": {"type": "integer", "index": 32, "name": "revenue_schedule_type", "comment": null}, "connections_c": {"type": "integer", "index": 33, "name": "connections_c", "comment": null}, "event_volume_c": {"type": "integer", "index": 34, "name": "event_volume_c", "comment": null}, "roadmap_connections_c": {"type": "integer", "index": 35, "name": "roadmap_connections_c", "comment": null}, "row_volume_c": {"type": "integer", "index": 36, "name": "row_volume_c", "comment": null}, "display_url": {"type": "integer", "index": 37, "name": "display_url", "comment": null}, "external_data_source_id": {"type": "integer", "index": 38, "name": "external_data_source_id", "comment": null}, "external_id": {"type": "integer", "index": 39, "name": "external_id", "comment": null}, "quantity_unit_of_measure": {"type": "integer", "index": 40, "name": "quantity_unit_of_measure", "comment": null}, "stock_keeping_unit": {"type": "integer", "index": 41, "name": "stock_keeping_unit", "comment": null}, "features_c": {"type": "integer", "index": 42, "name": "features_c", "comment": null}, "tier_3_price_c": {"type": "integer", "index": 43, "name": "tier_3_price_c", "comment": null}, "tier_2_price_c": {"type": "integer", "index": 44, "name": "tier_2_price_c", "comment": null}, "tier_4_price_c": {"type": "integer", "index": 45, "name": "tier_4_price_c", "comment": null}, "tier_1_price_c": {"type": "integer", "index": 46, "name": "tier_1_price_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "boolean", "index": 47, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "boolean", "index": 48, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_term_contract_pricing_type_c": {"type": "integer", "index": 49, "name": "netsuite_conn_term_contract_pricing_type_c", "comment": null}, "netsuite_conn_net_suite_id_c": {"type": "integer", "index": 50, "name": "netsuite_conn_net_suite_id_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "text", "index": 51, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "boolean", "index": 52, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_item_category_c": {"type": "integer", "index": 53, "name": "netsuite_conn_item_category_c", "comment": null}, "netsuite_conn_net_suite_item_type_c": {"type": "text", "index": 54, "name": "netsuite_conn_net_suite_item_type_c", "comment": null}, "netsuite_conn_sub_type_c": {"type": "text", "index": 55, "name": "netsuite_conn_sub_type_c", "comment": null}, "is_new_c": {"type": "boolean", "index": 56, "name": "is_new_c", "comment": null}, "product_metadata_c": {"type": "integer", "index": 57, "name": "product_metadata_c", "comment": null}, "product_metadata_del_c": {"type": "integer", "index": 58, "name": "product_metadata_del_c", "comment": null}, "sbqq_asset_amendment_behavior_c": {"type": "text", "index": 59, "name": "sbqq_asset_amendment_behavior_c", "comment": null}, "sbqq_asset_conversion_c": {"type": "text", "index": 60, "name": "sbqq_asset_conversion_c", "comment": null}, "sbqq_batch_quantity_c": {"type": "integer", "index": 61, "name": "sbqq_batch_quantity_c", "comment": null}, "sbqq_billing_frequency_c": {"type": "text", "index": 62, "name": "sbqq_billing_frequency_c", "comment": null}, "sbqq_billing_type_c": {"type": "text", "index": 63, "name": "sbqq_billing_type_c", "comment": null}, "sbqq_block_pricing_field_c": {"type": "text", "index": 64, "name": "sbqq_block_pricing_field_c", "comment": null}, "sbqq_charge_type_c": {"type": "text", "index": 65, "name": "sbqq_charge_type_c", "comment": null}, "sbqq_component_c": {"type": "boolean", "index": 66, "name": "sbqq_component_c", "comment": null}, "sbqq_compound_discount_rate_c": {"type": "integer", "index": 67, "name": "sbqq_compound_discount_rate_c", "comment": null}, "sbqq_configuration_event_c": {"type": "integer", "index": 68, "name": "sbqq_configuration_event_c", "comment": null}, "sbqq_configuration_field_set_c": {"type": "integer", "index": 69, "name": "sbqq_configuration_field_set_c", "comment": null}, "sbqq_configuration_fields_c": {"type": "integer", "index": 70, "name": "sbqq_configuration_fields_c", "comment": null}, "sbqq_configuration_form_title_c": {"type": "integer", "index": 71, "name": "sbqq_configuration_form_title_c", "comment": null}, "sbqq_configuration_type_c": {"type": "integer", "index": 72, "name": "sbqq_configuration_type_c", "comment": null}, "sbqq_configuration_validator_c": {"type": "integer", "index": 73, "name": "sbqq_configuration_validator_c", "comment": null}, "sbqq_configured_code_pattern_c": {"type": "integer", "index": 74, "name": "sbqq_configured_code_pattern_c", "comment": null}, "sbqq_configured_description_pattern_c": {"type": "integer", "index": 75, "name": "sbqq_configured_description_pattern_c", "comment": null}, "sbqq_cost_editable_c": {"type": "boolean", "index": 76, "name": "sbqq_cost_editable_c", "comment": null}, "sbqq_cost_schedule_c": {"type": "integer", "index": 77, "name": "sbqq_cost_schedule_c", "comment": null}, "sbqq_custom_configuration_page_c": {"type": "integer", "index": 78, "name": "sbqq_custom_configuration_page_c", "comment": null}, "sbqq_custom_configuration_required_c": {"type": "boolean", "index": 79, "name": "sbqq_custom_configuration_required_c", "comment": null}, "sbqq_customer_community_availability_c": {"type": "integer", "index": 80, "name": "sbqq_customer_community_availability_c", "comment": null}, "sbqq_default_pricing_table_c": {"type": "integer", "index": 81, "name": "sbqq_default_pricing_table_c", "comment": null}, "sbqq_default_quantity_c": {"type": "integer", "index": 82, "name": "sbqq_default_quantity_c", "comment": null}, "sbqq_description_locked_c": {"type": "boolean", "index": 83, "name": "sbqq_description_locked_c", "comment": null}, "sbqq_discount_category_c": {"type": "integer", "index": 84, "name": "sbqq_discount_category_c", "comment": null}, "sbqq_discount_schedule_c": {"type": "integer", "index": 85, "name": "sbqq_discount_schedule_c", "comment": null}, "sbqq_dynamic_pricing_constraint_c": {"type": "integer", "index": 86, "name": "sbqq_dynamic_pricing_constraint_c", "comment": null}, "sbqq_exclude_from_maintenance_c": {"type": "boolean", "index": 87, "name": "sbqq_exclude_from_maintenance_c", "comment": null}, "sbqq_exclude_from_opportunity_c": {"type": "boolean", "index": 88, "name": "sbqq_exclude_from_opportunity_c", "comment": null}, "sbqq_externally_configurable_c": {"type": "boolean", "index": 89, "name": "sbqq_externally_configurable_c", "comment": null}, "sbqq_generate_contracted_price_c": {"type": "integer", "index": 90, "name": "sbqq_generate_contracted_price_c", "comment": null}, "sbqq_has_configuration_attributes_c": {"type": "boolean", "index": 91, "name": "sbqq_has_configuration_attributes_c", "comment": null}, "sbqq_has_consumption_schedule_c": {"type": "boolean", "index": 92, "name": "sbqq_has_consumption_schedule_c", "comment": null}, "sbqq_hidden_c": {"type": "boolean", "index": 93, "name": "sbqq_hidden_c", "comment": null}, "sbqq_hide_price_in_search_results_c": {"type": "boolean", "index": 94, "name": "sbqq_hide_price_in_search_results_c", "comment": null}, "sbqq_include_in_maintenance_c": {"type": "boolean", "index": 95, "name": "sbqq_include_in_maintenance_c", "comment": null}, "sbqq_new_quote_group_c": {"type": "boolean", "index": 96, "name": "sbqq_new_quote_group_c", "comment": null}, "sbqq_non_discountable_c": {"type": "boolean", "index": 97, "name": "sbqq_non_discountable_c", "comment": null}, "sbqq_non_partner_discountable_c": {"type": "boolean", "index": 98, "name": "sbqq_non_partner_discountable_c", "comment": null}, "sbqq_option_layout_c": {"type": "integer", "index": 99, "name": "sbqq_option_layout_c", "comment": null}, "sbqq_option_selection_method_c": {"type": "text", "index": 100, "name": "sbqq_option_selection_method_c", "comment": null}, "sbqq_optional_c": {"type": "boolean", "index": 101, "name": "sbqq_optional_c", "comment": null}, "sbqq_price_editable_c": {"type": "boolean", "index": 102, "name": "sbqq_price_editable_c", "comment": null}, "sbqq_pricing_method_c": {"type": "text", "index": 103, "name": "sbqq_pricing_method_c", "comment": null}, "sbqq_pricing_method_editable_c": {"type": "boolean", "index": 104, "name": "sbqq_pricing_method_editable_c", "comment": null}, "sbqq_product_picture_id_c": {"type": "integer", "index": 105, "name": "sbqq_product_picture_id_c", "comment": null}, "sbqq_quantity_editable_c": {"type": "boolean", "index": 106, "name": "sbqq_quantity_editable_c", "comment": null}, "sbqq_quantity_scale_c": {"type": "integer", "index": 107, "name": "sbqq_quantity_scale_c", "comment": null}, "sbqq_reconfiguration_disabled_c": {"type": "boolean", "index": 108, "name": "sbqq_reconfiguration_disabled_c", "comment": null}, "sbqq_renewal_product_c": {"type": "integer", "index": 109, "name": "sbqq_renewal_product_c", "comment": null}, "sbqq_sort_order_c": {"type": "integer", "index": 110, "name": "sbqq_sort_order_c", "comment": null}, "sbqq_specifications_c": {"type": "integer", "index": 111, "name": "sbqq_specifications_c", "comment": null}, "sbqq_subscription_base_c": {"type": "text", "index": 112, "name": "sbqq_subscription_base_c", "comment": null}, "sbqq_subscription_category_c": {"type": "integer", "index": 113, "name": "sbqq_subscription_category_c", "comment": null}, "sbqq_subscription_percent_c": {"type": "integer", "index": 114, "name": "sbqq_subscription_percent_c", "comment": null}, "sbqq_subscription_pricing_c": {"type": "text", "index": 115, "name": "sbqq_subscription_pricing_c", "comment": null}, "sbqq_subscription_target_c": {"type": "integer", "index": 116, "name": "sbqq_subscription_target_c", "comment": null}, "sbqq_subscription_term_c": {"type": "integer", "index": 117, "name": "sbqq_subscription_term_c", "comment": null}, "sbqq_subscription_type_c": {"type": "text", "index": 118, "name": "sbqq_subscription_type_c", "comment": null}, "sbqq_tax_code_c": {"type": "integer", "index": 119, "name": "sbqq_tax_code_c", "comment": null}, "sbqq_taxable_c": {"type": "boolean", "index": 120, "name": "sbqq_taxable_c", "comment": null}, "sbqq_term_discount_level_c": {"type": "integer", "index": 121, "name": "sbqq_term_discount_level_c", "comment": null}, "sbqq_term_discount_schedule_c": {"type": "integer", "index": 122, "name": "sbqq_term_discount_schedule_c", "comment": null}, "sbqq_upgrade_credit_c": {"type": "integer", "index": 123, "name": "sbqq_upgrade_credit_c", "comment": null}, "sbqq_upgrade_ratio_c": {"type": "integer", "index": 124, "name": "sbqq_upgrade_ratio_c", "comment": null}, "sbqq_upgrade_source_c": {"type": "integer", "index": 125, "name": "sbqq_upgrade_source_c", "comment": null}, "sbqq_upgrade_target_c": {"type": "integer", "index": 126, "name": "sbqq_upgrade_target_c", "comment": null}, "connector_type_c": {"type": "text", "index": 127, "name": "connector_type_c", "comment": null}, "pbf_pro_type_discount_c": {"type": "boolean", "index": 128, "name": "pbf_pro_type_discount_c", "comment": null}, "dimension_c": {"type": "text", "index": 129, "name": "dimension_c", "comment": null}, "connector_status_c": {"type": "text", "index": 130, "name": "connector_status_c", "comment": null}, "dimension_definition_c": {"type": "integer", "index": 131, "name": "dimension_definition_c", "comment": null}, "ava_sfcpq_tax_code_c": {"type": "integer", "index": 132, "name": "ava_sfcpq_tax_code_c", "comment": null}, "paid_consumption_c": {"type": "integer", "index": 133, "name": "paid_consumption_c", "comment": null}, "is_complimentary_c": {"type": "boolean", "index": 134, "name": "is_complimentary_c", "comment": null}, "product_external_id_c": {"type": "integer", "index": 135, "name": "product_external_id_c", "comment": null}, "blng_billing_rule_c": {"type": "text", "index": 136, "name": "blng_billing_rule_c", "comment": null}, "blng_revenue_recognition_rule_c": {"type": "text", "index": 137, "name": "blng_revenue_recognition_rule_c", "comment": null}, "blng_tax_rule_c": {"type": "text", "index": 138, "name": "blng_tax_rule_c", "comment": null}, "deployment_date_c": {"type": "integer", "index": 139, "name": "deployment_date_c", "comment": null}, "do_not_prorate_c": {"type": "boolean", "index": 140, "name": "do_not_prorate_c", "comment": null}, "celigo_sfnsio_netsuite_id_c": {"type": "integer", "index": 141, "name": "celigo_sfnsio_netsuite_id_c", "comment": null}, "sbqq_enable_large_configuration_c": {"type": "boolean", "index": 142, "name": "sbqq_enable_large_configuration_c", "comment": null}, "sbqq_pricing_guidance_c": {"type": "integer", "index": 143, "name": "sbqq_pricing_guidance_c", "comment": null}, "celigo_sfnsio_item_pricing_type_c": {"type": "integer", "index": 144, "name": "celigo_sfnsio_item_pricing_type_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "boolean", "index": 145, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "celigo_sfnsio_celigo_last_modified_date_c": {"type": "timestamp without time zone", "index": 146, "name": "celigo_sfnsio_celigo_last_modified_date_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "integer", "index": 147, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "boolean", "index": 148, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_net_suite_item_type_c": {"type": "integer", "index": 149, "name": "celigo_sfnsio_net_suite_item_type_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "integer", "index": 150, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "promo_code_c": {"type": "integer", "index": 151, "name": "promo_code_c", "comment": null}, "product_category_c": {"type": "integer", "index": 152, "name": "product_category_c", "comment": null}, "product_source_c": {"type": "integer", "index": 153, "name": "product_source_c", "comment": null}, "non_recurring_c": {"type": "boolean", "index": 154, "name": "non_recurring_c", "comment": null}, "is_archived": {"type": "boolean", "index": 155, "name": "is_archived", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 156, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_product_2_data"}, "seed.salesforce_integration_tests.sf_task_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_task_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"referral_account_c": {"type": "integer", "index": 1, "name": "referral_account_c", "comment": null}, "who_id": {"type": "text", "index": 2, "name": "who_id", "comment": null}, "call_disposition": {"type": "integer", "index": 3, "name": "call_disposition", "comment": null}, "recurrence_day_of_month": {"type": "integer", "index": 4, "name": "recurrence_day_of_month", "comment": null}, "owner_id": {"type": "text", "index": 5, "name": "owner_id", "comment": null}, "recurrence_end_date_only": {"type": "timestamp without time zone", "index": 6, "name": "recurrence_end_date_only", "comment": null}, "subject": {"type": "text", "index": 7, "name": "subject", "comment": null}, "description": {"type": "text", "index": 8, "name": "description", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 9, "name": "last_modified_date", "comment": null}, "recurrence_time_zone_sid_key": {"type": "integer", "index": 10, "name": "recurrence_time_zone_sid_key", "comment": null}, "is_recurrence": {"type": "boolean", "index": 11, "name": "is_recurrence", "comment": null}, "what_count": {"type": "integer", "index": 12, "name": "what_count", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 13, "name": "_fivetran_synced", "comment": null}, "call_object": {"type": "integer", "index": 14, "name": "call_object", "comment": null}, "is_deleted": {"type": "boolean", "index": 15, "name": "is_deleted", "comment": null}, "recurrence_day_of_week_mask": {"type": "integer", "index": 16, "name": "recurrence_day_of_week_mask", "comment": null}, "last_modified_by_id": {"type": "text", "index": 17, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 18, "name": "system_modstamp", "comment": null}, "recurrence_regenerated_type": {"type": "integer", "index": 19, "name": "recurrence_regenerated_type", "comment": null}, "id": {"type": "text", "index": 20, "name": "id", "comment": null}, "recurrence_type": {"type": "integer", "index": 21, "name": "recurrence_type", "comment": null}, "reminder_date_time": {"type": "timestamp without time zone", "index": 22, "name": "reminder_date_time", "comment": null}, "call_type": {"type": "integer", "index": 23, "name": "call_type", "comment": null}, "is_high_priority": {"type": "boolean", "index": 24, "name": "is_high_priority", "comment": null}, "is_closed": {"type": "boolean", "index": 25, "name": "is_closed", "comment": null}, "recurrence_month_of_year": {"type": "integer", "index": 26, "name": "recurrence_month_of_year", "comment": null}, "is_reminder_set": {"type": "boolean", "index": 27, "name": "is_reminder_set", "comment": null}, "activity_date": {"type": "timestamp without time zone", "index": 28, "name": "activity_date", "comment": null}, "recurrence_instance": {"type": "integer", "index": 29, "name": "recurrence_instance", "comment": null}, "priority": {"type": "text", "index": 30, "name": "priority", "comment": null}, "recurrence_interval": {"type": "integer", "index": 31, "name": "recurrence_interval", "comment": null}, "who_count": {"type": "integer", "index": 32, "name": "who_count", "comment": null}, "recurrence_start_date_only": {"type": "timestamp without time zone", "index": 33, "name": "recurrence_start_date_only", "comment": null}, "account_id": {"type": "text", "index": 34, "name": "account_id", "comment": null}, "referral_contact_c": {"type": "integer", "index": 35, "name": "referral_contact_c", "comment": null}, "call_duration_in_seconds": {"type": "integer", "index": 36, "name": "call_duration_in_seconds", "comment": null}, "created_by_id": {"type": "text", "index": 37, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 38, "name": "created_date", "comment": null}, "recurrence_activity_id": {"type": "integer", "index": 39, "name": "recurrence_activity_id", "comment": null}, "what_id": {"type": "text", "index": 40, "name": "what_id", "comment": null}, "task_subtype": {"type": "text", "index": 41, "name": "task_subtype", "comment": null}, "status": {"type": "text", "index": 42, "name": "status", "comment": null}, "invitee_uuid_c": {"type": "integer", "index": 43, "name": "invitee_uuid_c", "comment": null}, "type": {"type": "text", "index": 44, "name": "type", "comment": null}, "no_show_c": {"type": "boolean", "index": 45, "name": "no_show_c", "comment": null}, "first_meeting_held_c": {"type": "integer", "index": 46, "name": "first_meeting_held_c", "comment": null}, "associated_sdr_c": {"type": "integer", "index": 47, "name": "associated_sdr_c", "comment": null}, "first_meeting_c": {"type": "integer", "index": 48, "name": "first_meeting_c", "comment": null}, "call_recording_c": {"type": "integer", "index": 49, "name": "call_recording_c", "comment": null}, "affectlayer_chorus_call_id_c": {"type": "integer", "index": 50, "name": "affectlayer_chorus_call_id_c", "comment": null}, "affectlayer_affect_layer_call_id_c": {"type": "integer", "index": 51, "name": "affectlayer_affect_layer_call_id_c", "comment": null}, "last_rep_activity_date_c": {"type": "integer", "index": 52, "name": "last_rep_activity_date_c", "comment": null}, "lid_url_c": {"type": "integer", "index": 53, "name": "lid_url_c", "comment": null}, "lid_date_sent_c": {"type": "integer", "index": 54, "name": "lid_date_sent_c", "comment": null}, "record_type_id": {"type": "text", "index": 55, "name": "record_type_id", "comment": null}, "sales_loft_step_id_c": {"type": "integer", "index": 56, "name": "sales_loft_step_id_c", "comment": null}, "sales_loft_step_name_c": {"type": "integer", "index": 57, "name": "sales_loft_step_name_c", "comment": null}, "sales_loft_step_type_c": {"type": "integer", "index": 58, "name": "sales_loft_step_type_c", "comment": null}, "sales_loft_email_template_id_c": {"type": "integer", "index": 59, "name": "sales_loft_email_template_id_c", "comment": null}, "sales_loft_external_identifier_c": {"type": "integer", "index": 60, "name": "sales_loft_external_identifier_c", "comment": null}, "sales_loft_cadence_id_c": {"type": "integer", "index": 61, "name": "sales_loft_cadence_id_c", "comment": null}, "sales_loft_clicked_count_c": {"type": "integer", "index": 62, "name": "sales_loft_clicked_count_c", "comment": null}, "sales_loft_cadence_name_c": {"type": "integer", "index": 63, "name": "sales_loft_cadence_name_c", "comment": null}, "sales_loft_reply_count_c": {"type": "integer", "index": 64, "name": "sales_loft_reply_count_c", "comment": null}, "call_disposition_c": {"type": "integer", "index": 65, "name": "call_disposition_c", "comment": null}, "sales_loft_email_template_title_c": {"type": "integer", "index": 66, "name": "sales_loft_email_template_title_c", "comment": null}, "sales_loft_step_day_new_c": {"type": "integer", "index": 67, "name": "sales_loft_step_day_new_c", "comment": null}, "call_disposition_2_c": {"type": "integer", "index": 68, "name": "call_disposition_2_c", "comment": null}, "sales_loft_viewed_count_c": {"type": "integer", "index": 69, "name": "sales_loft_viewed_count_c", "comment": null}, "sales_loft_1_sales_loft_step_day_c": {"type": "integer", "index": 70, "name": "sales_loft_1_sales_loft_step_day_c", "comment": null}, "sales_loft_1_sales_loft_clicked_count_c": {"type": "integer", "index": 71, "name": "sales_loft_1_sales_loft_clicked_count_c", "comment": null}, "sales_loft_1_sales_loft_view_count_c": {"type": "integer", "index": 72, "name": "sales_loft_1_sales_loft_view_count_c", "comment": null}, "sales_loft_1_call_disposition_c": {"type": "integer", "index": 73, "name": "sales_loft_1_call_disposition_c", "comment": null}, "sales_loft_1_sales_loft_replies_count_c": {"type": "integer", "index": 74, "name": "sales_loft_1_sales_loft_replies_count_c", "comment": null}, "sales_loft_1_sales_loft_cadence_name_c": {"type": "integer", "index": 75, "name": "sales_loft_1_sales_loft_cadence_name_c", "comment": null}, "sales_loft_1_call_sentiment_c": {"type": "integer", "index": 76, "name": "sales_loft_1_call_sentiment_c", "comment": null}, "sales_loft_1_sales_loft_email_template_title_c": {"type": "integer", "index": 77, "name": "sales_loft_1_sales_loft_email_template_title_c", "comment": null}, "completed_date_time": {"type": "timestamp without time zone", "index": 78, "name": "completed_date_time", "comment": null}, "is_a_co_sell_activity_c": {"type": "integer", "index": 79, "name": "is_a_co_sell_activity_c", "comment": null}, "partner_contact_c": {"type": "integer", "index": 80, "name": "partner_contact_c", "comment": null}, "co_selling_activity_c": {"type": "integer", "index": 81, "name": "co_selling_activity_c", "comment": null}, "description_c": {"type": "integer", "index": 82, "name": "description_c", "comment": null}, "co_sell_partner_account_c": {"type": "integer", "index": 83, "name": "co_sell_partner_account_c", "comment": null}, "campaign_c": {"type": "integer", "index": 84, "name": "campaign_c", "comment": null}, "partner_account_c": {"type": "integer", "index": 85, "name": "partner_account_c", "comment": null}, "topic_c": {"type": "integer", "index": 86, "name": "topic_c", "comment": null}, "event_name_c": {"type": "integer", "index": 87, "name": "event_name_c", "comment": null}, "attendance_number_c": {"type": "integer", "index": 88, "name": "attendance_number_c", "comment": null}, "partner_activity_type_c": {"type": "integer", "index": 89, "name": "partner_activity_type_c", "comment": null}, "proof_of_referral_c": {"type": "integer", "index": 90, "name": "proof_of_referral_c", "comment": null}, "how_did_you_bring_value_or_create_trust_c": {"type": "integer", "index": 91, "name": "how_did_you_bring_value_or_create_trust_c", "comment": null}, "how_did_you_bring_value_or_earn_trust_c": {"type": "integer", "index": 92, "name": "how_did_you_bring_value_or_earn_trust_c", "comment": null}, "duration_in_minutes_c": {"type": "integer", "index": 93, "name": "duration_in_minutes_c", "comment": null}, "vidyard_c": {"type": "boolean", "index": 94, "name": "vidyard_c", "comment": null}, "expected_payment_date_c": {"type": "integer", "index": 95, "name": "expected_payment_date_c", "comment": null}, "execute_collections_plan_activity_c": {"type": "boolean", "index": 96, "name": "execute_collections_plan_activity_c", "comment": null}, "collections_hold_c": {"type": "boolean", "index": 97, "name": "collections_hold_c", "comment": null}, "opportunity_c": {"type": "integer", "index": 98, "name": "opportunity_c", "comment": null}, "meeting_type_c": {"type": "text", "index": 99, "name": "meeting_type_c", "comment": null}, "meeting_name_c": {"type": "text", "index": 100, "name": "meeting_name_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "integer", "index": 101, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_bizible_touchpoint_date_c": {"type": "integer", "index": 102, "name": "bizible_2_bizible_touchpoint_date_c", "comment": null}, "assigned_to_role_c": {"type": "text", "index": 103, "name": "assigned_to_role_c", "comment": null}, "assigned_to_name_c": {"type": "text", "index": 104, "name": "assigned_to_name_c", "comment": null}, "legacy_hvr_id_c": {"type": "integer", "index": 105, "name": "legacy_hvr_id_c", "comment": null}, "is_archived": {"type": "boolean", "index": 106, "name": "is_archived", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 107, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_task_data"}, "seed.salesforce_integration_tests.sf_user_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_user_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "about_me": {"type": "integer", "index": 3, "name": "about_me", "comment": null}, "account_id": {"type": "integer", "index": 4, "name": "account_id", "comment": null}, "alias": {"type": "text", "index": 5, "name": "alias", "comment": null}, "badge_text": {"type": "text", "index": 6, "name": "badge_text", "comment": null}, "banner_photo_url": {"type": "text", "index": 7, "name": "banner_photo_url", "comment": null}, "call_center_id": {"type": "integer", "index": 8, "name": "call_center_id", "comment": null}, "city": {"type": "integer", "index": 9, "name": "city", "comment": null}, "community_nickname": {"type": "text", "index": 10, "name": "community_nickname", "comment": null}, "company_name": {"type": "integer", "index": 11, "name": "company_name", "comment": null}, "contact_id": {"type": "integer", "index": 12, "name": "contact_id", "comment": null}, "country": {"type": "text", "index": 13, "name": "country", "comment": null}, "country_code": {"type": "text", "index": 14, "name": "country_code", "comment": null}, "default_group_notification_frequency": {"type": "text", "index": 15, "name": "default_group_notification_frequency", "comment": null}, "delegated_approver_id": {"type": "text", "index": 16, "name": "delegated_approver_id", "comment": null}, "department": {"type": "integer", "index": 17, "name": "department", "comment": null}, "digest_frequency": {"type": "text", "index": 18, "name": "digest_frequency", "comment": null}, "division": {"type": "integer", "index": 19, "name": "division", "comment": null}, "email": {"type": "text", "index": 20, "name": "email", "comment": null}, "email_encoding_key": {"type": "text", "index": 21, "name": "email_encoding_key", "comment": null}, "email_preferences_auto_bcc": {"type": "boolean", "index": 22, "name": "email_preferences_auto_bcc", "comment": null}, "employee_number": {"type": "integer", "index": 23, "name": "employee_number", "comment": null}, "extension": {"type": "integer", "index": 24, "name": "extension", "comment": null}, "fax": {"type": "integer", "index": 25, "name": "fax", "comment": null}, "federation_identifier": {"type": "integer", "index": 26, "name": "federation_identifier", "comment": null}, "first_name": {"type": "text", "index": 27, "name": "first_name", "comment": null}, "forecast_enabled": {"type": "boolean", "index": 28, "name": "forecast_enabled", "comment": null}, "full_photo_url": {"type": "text", "index": 29, "name": "full_photo_url", "comment": null}, "geocode_accuracy": {"type": "integer", "index": 30, "name": "geocode_accuracy", "comment": null}, "id": {"type": "text", "index": 31, "name": "id", "comment": null}, "individual_id": {"type": "integer", "index": 32, "name": "individual_id", "comment": null}, "is_active": {"type": "boolean", "index": 33, "name": "is_active", "comment": null}, "is_profile_photo_active": {"type": "boolean", "index": 34, "name": "is_profile_photo_active", "comment": null}, "language_locale_key": {"type": "text", "index": 35, "name": "language_locale_key", "comment": null}, "last_login_date": {"type": "timestamp without time zone", "index": 36, "name": "last_login_date", "comment": null}, "last_name": {"type": "text", "index": 37, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 38, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 39, "name": "last_viewed_date", "comment": null}, "latitude": {"type": "double precision", "index": 40, "name": "latitude", "comment": null}, "locale_sid_key": {"type": "text", "index": 41, "name": "locale_sid_key", "comment": null}, "longitude": {"type": "double precision", "index": 42, "name": "longitude", "comment": null}, "manager_id": {"type": "text", "index": 43, "name": "manager_id", "comment": null}, "medium_banner_photo_url": {"type": "text", "index": 44, "name": "medium_banner_photo_url", "comment": null}, "mobile_phone": {"type": "integer", "index": 45, "name": "mobile_phone", "comment": null}, "name": {"type": "text", "index": 46, "name": "name", "comment": null}, "offline_trial_expiration_date": {"type": "timestamp without time zone", "index": 47, "name": "offline_trial_expiration_date", "comment": null}, "phone": {"type": "text", "index": 48, "name": "phone", "comment": null}, "postal_code": {"type": "integer", "index": 49, "name": "postal_code", "comment": null}, "profile_id": {"type": "text", "index": 50, "name": "profile_id", "comment": null}, "receives_admin_info_emails": {"type": "boolean", "index": 51, "name": "receives_admin_info_emails", "comment": null}, "receives_info_emails": {"type": "boolean", "index": 52, "name": "receives_info_emails", "comment": null}, "sender_email": {"type": "integer", "index": 53, "name": "sender_email", "comment": null}, "sender_name": {"type": "integer", "index": 54, "name": "sender_name", "comment": null}, "signature": {"type": "integer", "index": 55, "name": "signature", "comment": null}, "small_banner_photo_url": {"type": "text", "index": 56, "name": "small_banner_photo_url", "comment": null}, "small_photo_url": {"type": "text", "index": 57, "name": "small_photo_url", "comment": null}, "state": {"type": "integer", "index": 58, "name": "state", "comment": null}, "state_code": {"type": "integer", "index": 59, "name": "state_code", "comment": null}, "street": {"type": "integer", "index": 60, "name": "street", "comment": null}, "time_zone_sid_key": {"type": "text", "index": 61, "name": "time_zone_sid_key", "comment": null}, "title": {"type": "text", "index": 62, "name": "title", "comment": null}, "user_role_id": {"type": "text", "index": 63, "name": "user_role_id", "comment": null}, "user_type": {"type": "text", "index": 64, "name": "user_type", "comment": null}, "username": {"type": "text", "index": 65, "name": "username", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 66, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_user_data"}, "seed.salesforce_integration_tests.sf_user_role_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_user_role_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "case_access_for_account_owner": {"type": "text", "index": 3, "name": "case_access_for_account_owner", "comment": null}, "contact_access_for_account_owner": {"type": "text", "index": 4, "name": "contact_access_for_account_owner", "comment": null}, "developer_name": {"type": "text", "index": 5, "name": "developer_name", "comment": null}, "forecast_user_id": {"type": "integer", "index": 6, "name": "forecast_user_id", "comment": null}, "id": {"type": "text", "index": 7, "name": "id", "comment": null}, "may_forecast_manager_share": {"type": "boolean", "index": 8, "name": "may_forecast_manager_share", "comment": null}, "name": {"type": "text", "index": 9, "name": "name", "comment": null}, "opportunity_access_for_account_owner": {"type": "text", "index": 10, "name": "opportunity_access_for_account_owner", "comment": null}, "parent_role_id": {"type": "text", "index": 11, "name": "parent_role_id", "comment": null}, "portal_type": {"type": "text", "index": 12, "name": "portal_type", "comment": null}, "rollup_description": {"type": "text", "index": 13, "name": "rollup_description", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 14, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_user_role_data"}, "model.salesforce_source.stg_salesforce__account": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__account", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_number": {"type": "integer", "index": 2, "name": "account_number", "comment": null}, "account_source": {"type": "text", "index": 3, "name": "account_source", "comment": null}, "annual_revenue": {"type": "numeric(28,6)", "index": 4, "name": "annual_revenue", "comment": null}, "billing_city": {"type": "text", "index": 5, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 6, "name": "billing_country", "comment": null}, "billing_postal_code": {"type": "text", "index": 7, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "text", "index": 8, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "text", "index": 9, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "text", "index": 10, "name": "billing_street", "comment": null}, "account_description": {"type": "text", "index": 11, "name": "account_description", "comment": null}, "account_id": {"type": "text", "index": 12, "name": "account_id", "comment": null}, "industry": {"type": "text", "index": 13, "name": "industry", "comment": null}, "is_deleted": {"type": "boolean", "index": 14, "name": "is_deleted", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 15, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 16, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 17, "name": "last_viewed_date", "comment": null}, "master_record_id": {"type": "text", "index": 18, "name": "master_record_id", "comment": null}, "account_name": {"type": "text", "index": 19, "name": "account_name", "comment": null}, "number_of_employees": {"type": "integer", "index": 20, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "text", "index": 21, "name": "owner_id", "comment": null}, "ownership": {"type": "integer", "index": 22, "name": "ownership", "comment": null}, "parent_id": {"type": "integer", "index": 23, "name": "parent_id", "comment": null}, "rating": {"type": "integer", "index": 24, "name": "rating", "comment": null}, "record_type_id": {"type": "text", "index": 25, "name": "record_type_id", "comment": null}, "shipping_city": {"type": "integer", "index": 26, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "text", "index": 27, "name": "shipping_country", "comment": null}, "shipping_country_code": {"type": "text", "index": 28, "name": "shipping_country_code", "comment": null}, "shipping_postal_code": {"type": "integer", "index": 29, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "integer", "index": 30, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "integer", "index": 31, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "integer", "index": 32, "name": "shipping_street", "comment": null}, "type": {"type": "text", "index": 33, "name": "type", "comment": null}, "website": {"type": "text", "index": 34, "name": "website", "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.salesforce_source.stg_salesforce__account"}, "model.salesforce_source.stg_salesforce__contact": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__contact", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "contact_id": {"type": "text", "index": 2, "name": "contact_id", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "department": {"type": "integer", "index": 4, "name": "department", "comment": null}, "contact_description": {"type": "text", "index": 5, "name": "contact_description", "comment": null}, "email": {"type": "text", "index": 6, "name": "email", "comment": null}, "first_name": {"type": "text", "index": 7, "name": "first_name", "comment": null}, "home_phone": {"type": "integer", "index": 8, "name": "home_phone", "comment": null}, "individual_id": {"type": "integer", "index": 9, "name": "individual_id", "comment": null}, "is_deleted": {"type": "boolean", "index": 10, "name": "is_deleted", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 11, "name": "last_activity_date", "comment": null}, "last_modified_by_id": {"type": "text", "index": 12, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 13, "name": "last_modified_date", "comment": null}, "last_name": {"type": "text", "index": 14, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 15, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 16, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "text", "index": 17, "name": "lead_source", "comment": null}, "mailing_city": {"type": "text", "index": 18, "name": "mailing_city", "comment": null}, "mailing_country": {"type": "text", "index": 19, "name": "mailing_country", "comment": null}, "mailing_country_code": {"type": "text", "index": 20, "name": "mailing_country_code", "comment": null}, "mailing_postal_code": {"type": "integer", "index": 21, "name": "mailing_postal_code", "comment": null}, "mailing_state": {"type": "text", "index": 22, "name": "mailing_state", "comment": null}, "mailing_state_code": {"type": "text", "index": 23, "name": "mailing_state_code", "comment": null}, "mailing_street": {"type": "text", "index": 24, "name": "mailing_street", "comment": null}, "master_record_id": {"type": "integer", "index": 25, "name": "master_record_id", "comment": null}, "mobile_phone": {"type": "integer", "index": 26, "name": "mobile_phone", "comment": null}, "contact_name": {"type": "text", "index": 27, "name": "contact_name", "comment": null}, "owner_id": {"type": "text", "index": 28, "name": "owner_id", "comment": null}, "phone": {"type": "text", "index": 29, "name": "phone", "comment": null}, "reports_to_id": {"type": "integer", "index": 30, "name": "reports_to_id", "comment": null}, "title": {"type": "text", "index": 31, "name": "title", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_source.stg_salesforce__contact"}, "model.salesforce_source.stg_salesforce__event": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__event", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "event_id": {"type": "text", "index": 2, "name": "event_id", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "activity_date": {"type": "timestamp without time zone", "index": 4, "name": "activity_date", "comment": null}, "activity_date_time": {"type": "timestamp without time zone", "index": 5, "name": "activity_date_time", "comment": null}, "created_by_id": {"type": "text", "index": 6, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 7, "name": "created_date", "comment": null}, "event_description": {"type": "text", "index": 8, "name": "event_description", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 9, "name": "end_date", "comment": null}, "end_date_time": {"type": "timestamp without time zone", "index": 10, "name": "end_date_time", "comment": null}, "event_subtype": {"type": "text", "index": 11, "name": "event_subtype", "comment": null}, "group_event_type": {"type": "integer", "index": 12, "name": "group_event_type", "comment": null}, "is_archived": {"type": "boolean", "index": 13, "name": "is_archived", "comment": null}, "is_child": {"type": "boolean", "index": 14, "name": "is_child", "comment": null}, "is_deleted": {"type": "boolean", "index": 15, "name": "is_deleted", "comment": null}, "is_group_event": {"type": "boolean", "index": 16, "name": "is_group_event", "comment": null}, "is_recurrence": {"type": "boolean", "index": 17, "name": "is_recurrence", "comment": null}, "last_modified_by_id": {"type": "text", "index": 18, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 19, "name": "last_modified_date", "comment": null}, "location": {"type": "integer", "index": 20, "name": "location", "comment": null}, "owner_id": {"type": "text", "index": 21, "name": "owner_id", "comment": null}, "start_date_time": {"type": "timestamp without time zone", "index": 22, "name": "start_date_time", "comment": null}, "subject": {"type": "text", "index": 23, "name": "subject", "comment": null}, "type": {"type": "text", "index": 24, "name": "type", "comment": null}, "what_count": {"type": "integer", "index": 25, "name": "what_count", "comment": null}, "what_id": {"type": "text", "index": 26, "name": "what_id", "comment": null}, "who_count": {"type": "integer", "index": 27, "name": "who_count", "comment": null}, "who_id": {"type": "text", "index": 28, "name": "who_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.salesforce_source.stg_salesforce__event"}, "model.salesforce_source.stg_salesforce__lead": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__lead", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "lead_id": {"type": "text", "index": 2, "name": "lead_id", "comment": null}, "annual_revenue": {"type": "integer", "index": 3, "name": "annual_revenue", "comment": null}, "city": {"type": "integer", "index": 4, "name": "city", "comment": null}, "company": {"type": "text", "index": 5, "name": "company", "comment": null}, "converted_account_id": {"type": "text", "index": 6, "name": "converted_account_id", "comment": null}, "converted_contact_id": {"type": "text", "index": 7, "name": "converted_contact_id", "comment": null}, "converted_date": {"type": "timestamp without time zone", "index": 8, "name": "converted_date", "comment": null}, "converted_opportunity_id": {"type": "integer", "index": 9, "name": "converted_opportunity_id", "comment": null}, "country": {"type": "integer", "index": 10, "name": "country", "comment": null}, "country_code": {"type": "integer", "index": 11, "name": "country_code", "comment": null}, "created_by_id": {"type": "text", "index": 12, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 13, "name": "created_date", "comment": null}, "lead_description": {"type": "integer", "index": 14, "name": "lead_description", "comment": null}, "email": {"type": "text", "index": 15, "name": "email", "comment": null}, "email_bounced_date": {"type": "timestamp without time zone", "index": 16, "name": "email_bounced_date", "comment": null}, "email_bounced_reason": {"type": "integer", "index": 17, "name": "email_bounced_reason", "comment": null}, "first_name": {"type": "text", "index": 18, "name": "first_name", "comment": null}, "has_opted_out_of_email": {"type": "boolean", "index": 19, "name": "has_opted_out_of_email", "comment": null}, "individual_id": {"type": "integer", "index": 20, "name": "individual_id", "comment": null}, "industry": {"type": "text", "index": 21, "name": "industry", "comment": null}, "is_converted": {"type": "boolean", "index": 22, "name": "is_converted", "comment": null}, "is_deleted": {"type": "boolean", "index": 23, "name": "is_deleted", "comment": null}, "is_unread_by_owner": {"type": "boolean", "index": 24, "name": "is_unread_by_owner", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 25, "name": "last_activity_date", "comment": null}, "last_modified_by_id": {"type": "text", "index": 26, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 27, "name": "last_modified_date", "comment": null}, "last_name": {"type": "text", "index": 28, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 29, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 30, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "integer", "index": 31, "name": "lead_source", "comment": null}, "master_record_id": {"type": "integer", "index": 32, "name": "master_record_id", "comment": null}, "mobile_phone": {"type": "integer", "index": 33, "name": "mobile_phone", "comment": null}, "lead_name": {"type": "text", "index": 34, "name": "lead_name", "comment": null}, "number_of_employees": {"type": "integer", "index": 35, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "text", "index": 36, "name": "owner_id", "comment": null}, "phone": {"type": "integer", "index": 37, "name": "phone", "comment": null}, "postal_code": {"type": "integer", "index": 38, "name": "postal_code", "comment": null}, "state": {"type": "integer", "index": 39, "name": "state", "comment": null}, "state_code": {"type": "integer", "index": 40, "name": "state_code", "comment": null}, "status": {"type": "text", "index": 41, "name": "status", "comment": null}, "street": {"type": "integer", "index": 42, "name": "street", "comment": null}, "title": {"type": "integer", "index": 43, "name": "title", "comment": null}, "website": {"type": "integer", "index": 44, "name": "website", "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.salesforce_source.stg_salesforce__lead"}, "model.salesforce_source.stg_salesforce__opportunity": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__opportunity", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 2, "name": "account_id", "comment": null}, "amount": {"type": "numeric(28,6)", "index": 3, "name": "amount", "comment": null}, "campaign_id": {"type": "integer", "index": 4, "name": "campaign_id", "comment": null}, "close_date": {"type": "timestamp without time zone", "index": 5, "name": "close_date", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 6, "name": "created_date", "comment": null}, "opportunity_description": {"type": "integer", "index": 7, "name": "opportunity_description", "comment": null}, "expected_revenue": {"type": "numeric(28,6)", "index": 8, "name": "expected_revenue", "comment": null}, "fiscal": {"type": "text", "index": 9, "name": "fiscal", "comment": null}, "fiscal_quarter": {"type": "integer", "index": 10, "name": "fiscal_quarter", "comment": null}, "fiscal_year": {"type": "integer", "index": 11, "name": "fiscal_year", "comment": null}, "forecast_category": {"type": "text", "index": 12, "name": "forecast_category", "comment": null}, "forecast_category_name": {"type": "text", "index": 13, "name": "forecast_category_name", "comment": null}, "has_open_activity": {"type": "boolean", "index": 14, "name": "has_open_activity", "comment": null}, "has_opportunity_line_item": {"type": "boolean", "index": 15, "name": "has_opportunity_line_item", "comment": null}, "has_overdue_task": {"type": "boolean", "index": 16, "name": "has_overdue_task", "comment": null}, "opportunity_id": {"type": "text", "index": 17, "name": "opportunity_id", "comment": null}, "is_closed": {"type": "boolean", "index": 18, "name": "is_closed", "comment": null}, "is_deleted": {"type": "boolean", "index": 19, "name": "is_deleted", "comment": null}, "is_won": {"type": "boolean", "index": 20, "name": "is_won", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 21, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 23, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "text", "index": 24, "name": "lead_source", "comment": null}, "opportunity_name": {"type": "text", "index": 25, "name": "opportunity_name", "comment": null}, "next_step": {"type": "integer", "index": 26, "name": "next_step", "comment": null}, "owner_id": {"type": "text", "index": 27, "name": "owner_id", "comment": null}, "probability": {"type": "double precision", "index": 28, "name": "probability", "comment": null}, "record_type_id": {"type": "text", "index": 29, "name": "record_type_id", "comment": null}, "stage_name": {"type": "text", "index": 30, "name": "stage_name", "comment": null}, "synced_quote_id": {"type": "integer", "index": 31, "name": "synced_quote_id", "comment": null}, "type": {"type": "text", "index": 32, "name": "type", "comment": null}, "is_created_this_month": {"type": "boolean", "index": 33, "name": "is_created_this_month", "comment": null}, "is_created_this_quarter": {"type": "boolean", "index": 34, "name": "is_created_this_quarter", "comment": null}, "days_since_created": {"type": "integer", "index": 35, "name": "days_since_created", "comment": null}, "days_to_close": {"type": "integer", "index": 36, "name": "days_to_close", "comment": null}, "is_closed_this_month": {"type": "boolean", "index": 37, "name": "is_closed_this_month", "comment": null}, "is_closed_this_quarter": {"type": "boolean", "index": 38, "name": "is_closed_this_quarter", "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.salesforce_source.stg_salesforce__opportunity"}, "model.salesforce_source.stg_salesforce__opportunity_line_item": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__opportunity_line_item", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "opportunity_line_item_id": {"type": "text", "index": 2, "name": "opportunity_line_item_id", "comment": null}, "created_by_id": {"type": "text", "index": 3, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 4, "name": "created_date", "comment": null}, "opportunity_line_item_description": {"type": "integer", "index": 5, "name": "opportunity_line_item_description", "comment": null}, "discount": {"type": "integer", "index": 6, "name": "discount", "comment": null}, "has_quantity_schedule": {"type": "integer", "index": 7, "name": "has_quantity_schedule", "comment": null}, "has_revenue_schedule": {"type": "integer", "index": 8, "name": "has_revenue_schedule", "comment": null}, "has_schedule": {"type": "integer", "index": 9, "name": "has_schedule", "comment": null}, "is_deleted": {"type": "boolean", "index": 10, "name": "is_deleted", "comment": null}, "last_modified_by_id": {"type": "text", "index": 11, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 12, "name": "last_modified_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 13, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 14, "name": "last_viewed_date", "comment": null}, "list_price": {"type": "integer", "index": 15, "name": "list_price", "comment": null}, "opportunity_line_item_name": {"type": "text", "index": 16, "name": "opportunity_line_item_name", "comment": null}, "opportunity_id": {"type": "text", "index": 17, "name": "opportunity_id", "comment": null}, "pricebook_entry_id": {"type": "text", "index": 18, "name": "pricebook_entry_id", "comment": null}, "product_2_id": {"type": "text", "index": 19, "name": "product_2_id", "comment": null}, "product_code": {"type": "text", "index": 20, "name": "product_code", "comment": null}, "quantity": {"type": "integer", "index": 21, "name": "quantity", "comment": null}, "service_date": {"type": "timestamp without time zone", "index": 22, "name": "service_date", "comment": null}, "sort_order": {"type": "integer", "index": 23, "name": "sort_order", "comment": null}, "total_price": {"type": "double precision", "index": 24, "name": "total_price", "comment": null}, "unit_price": {"type": "double precision", "index": 25, "name": "unit_price", "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.salesforce_source.stg_salesforce__opportunity_line_item"}, "model.salesforce_source.stg_salesforce__order": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__order", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "order_id": {"type": "text", "index": 2, "name": "order_id", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "activated_by_id": {"type": "text", "index": 4, "name": "activated_by_id", "comment": null}, "activated_date": {"type": "timestamp without time zone", "index": 5, "name": "activated_date", "comment": null}, "billing_city": {"type": "text", "index": 6, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 7, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "integer", "index": 8, "name": "billing_country_code", "comment": null}, "billing_postal_code": {"type": "text", "index": 9, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "text", "index": 10, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "integer", "index": 11, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "text", "index": 12, "name": "billing_street", "comment": null}, "contract_id": {"type": "integer", "index": 13, "name": "contract_id", "comment": null}, "created_by_id": {"type": "text", "index": 14, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 15, "name": "created_date", "comment": null}, "order_description": {"type": "integer", "index": 16, "name": "order_description", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 17, "name": "end_date", "comment": null}, "is_deleted": {"type": "boolean", "index": 18, "name": "is_deleted", "comment": null}, "last_modified_by_id": {"type": "text", "index": 19, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 20, "name": "last_modified_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 21, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 22, "name": "last_viewed_date", "comment": null}, "opportunity_id": {"type": "integer", "index": 23, "name": "opportunity_id", "comment": null}, "order_number": {"type": "integer", "index": 24, "name": "order_number", "comment": null}, "original_order_id": {"type": "integer", "index": 25, "name": "original_order_id", "comment": null}, "owner_id": {"type": "text", "index": 26, "name": "owner_id", "comment": null}, "pricebook_2_id": {"type": "text", "index": 27, "name": "pricebook_2_id", "comment": null}, "shipping_city": {"type": "text", "index": 28, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "text", "index": 29, "name": "shipping_country", "comment": null}, "shipping_country_code": {"type": "integer", "index": 30, "name": "shipping_country_code", "comment": null}, "shipping_postal_code": {"type": "integer", "index": 31, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "text", "index": 32, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "integer", "index": 33, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "text", "index": 34, "name": "shipping_street", "comment": null}, "status": {"type": "text", "index": 35, "name": "status", "comment": null}, "total_amount": {"type": "double precision", "index": 36, "name": "total_amount", "comment": null}, "type": {"type": "text", "index": 37, "name": "type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_source.stg_salesforce__order"}, "model.salesforce_source.stg_salesforce__product_2": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__product_2", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "product_2_id": {"type": "text", "index": 2, "name": "product_2_id", "comment": null}, "created_by_id": {"type": "text", "index": 3, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 4, "name": "created_date", "comment": null}, "product_2_description": {"type": "integer", "index": 5, "name": "product_2_description", "comment": null}, "display_url": {"type": "integer", "index": 6, "name": "display_url", "comment": null}, "external_id": {"type": "integer", "index": 7, "name": "external_id", "comment": null}, "family": {"type": "text", "index": 8, "name": "family", "comment": null}, "is_active": {"type": "boolean", "index": 9, "name": "is_active", "comment": null}, "is_archived": {"type": "boolean", "index": 10, "name": "is_archived", "comment": null}, "is_deleted": {"type": "boolean", "index": 11, "name": "is_deleted", "comment": null}, "last_modified_by_id": {"type": "text", "index": 12, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 13, "name": "last_modified_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 14, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 15, "name": "last_viewed_date", "comment": null}, "product_2_name": {"type": "text", "index": 16, "name": "product_2_name", "comment": null}, "number_of_quantity_installments": {"type": "integer", "index": 17, "name": "number_of_quantity_installments", "comment": null}, "number_of_revenue_installments": {"type": "integer", "index": 18, "name": "number_of_revenue_installments", "comment": null}, "product_code": {"type": "integer", "index": 19, "name": "product_code", "comment": null}, "quantity_installment_period": {"type": "integer", "index": 20, "name": "quantity_installment_period", "comment": null}, "quantity_schedule_type": {"type": "integer", "index": 21, "name": "quantity_schedule_type", "comment": null}, "quantity_unit_of_measure": {"type": "integer", "index": 22, "name": "quantity_unit_of_measure", "comment": null}, "record_type_id": {"type": "text", "index": 23, "name": "record_type_id", "comment": null}, "revenue_installment_period": {"type": "integer", "index": 24, "name": "revenue_installment_period", "comment": null}, "revenue_schedule_type": {"type": "integer", "index": 25, "name": "revenue_schedule_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_source.stg_salesforce__product_2"}, "model.salesforce_source.stg_salesforce__task": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__task", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "task_id": {"type": "text", "index": 2, "name": "task_id", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "activity_date": {"type": "timestamp without time zone", "index": 4, "name": "activity_date", "comment": null}, "call_disposition": {"type": "integer", "index": 5, "name": "call_disposition", "comment": null}, "call_duration_in_seconds": {"type": "integer", "index": 6, "name": "call_duration_in_seconds", "comment": null}, "call_object": {"type": "integer", "index": 7, "name": "call_object", "comment": null}, "call_type": {"type": "integer", "index": 8, "name": "call_type", "comment": null}, "completed_date_time": {"type": "timestamp without time zone", "index": 9, "name": "completed_date_time", "comment": null}, "created_by_id": {"type": "text", "index": 10, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 11, "name": "created_date", "comment": null}, "task_description": {"type": "text", "index": 12, "name": "task_description", "comment": null}, "is_archived": {"type": "boolean", "index": 13, "name": "is_archived", "comment": null}, "is_closed": {"type": "boolean", "index": 14, "name": "is_closed", "comment": null}, "is_deleted": {"type": "boolean", "index": 15, "name": "is_deleted", "comment": null}, "is_high_priority": {"type": "boolean", "index": 16, "name": "is_high_priority", "comment": null}, "last_modified_by_id": {"type": "text", "index": 17, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 18, "name": "last_modified_date", "comment": null}, "owner_id": {"type": "text", "index": 19, "name": "owner_id", "comment": null}, "priority": {"type": "text", "index": 20, "name": "priority", "comment": null}, "record_type_id": {"type": "text", "index": 21, "name": "record_type_id", "comment": null}, "status": {"type": "text", "index": 22, "name": "status", "comment": null}, "subject": {"type": "text", "index": 23, "name": "subject", "comment": null}, "task_subtype": {"type": "text", "index": 24, "name": "task_subtype", "comment": null}, "type": {"type": "text", "index": 25, "name": "type", "comment": null}, "what_count": {"type": "integer", "index": 26, "name": "what_count", "comment": null}, "what_id": {"type": "text", "index": 27, "name": "what_id", "comment": null}, "who_count": {"type": "integer", "index": 28, "name": "who_count", "comment": null}, "who_id": {"type": "text", "index": 29, "name": "who_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.salesforce_source.stg_salesforce__task"}, "model.salesforce_source.stg_salesforce__user": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__user", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "integer", "index": 3, "name": "account_id", "comment": null}, "alias": {"type": "text", "index": 4, "name": "alias", "comment": null}, "city": {"type": "integer", "index": 5, "name": "city", "comment": null}, "company_name": {"type": "integer", "index": 6, "name": "company_name", "comment": null}, "contact_id": {"type": "integer", "index": 7, "name": "contact_id", "comment": null}, "country": {"type": "text", "index": 8, "name": "country", "comment": null}, "country_code": {"type": "text", "index": 9, "name": "country_code", "comment": null}, "department": {"type": "integer", "index": 10, "name": "department", "comment": null}, "email": {"type": "text", "index": 11, "name": "email", "comment": null}, "first_name": {"type": "text", "index": 12, "name": "first_name", "comment": null}, "user_id": {"type": "text", "index": 13, "name": "user_id", "comment": null}, "individual_id": {"type": "integer", "index": 14, "name": "individual_id", "comment": null}, "is_active": {"type": "boolean", "index": 15, "name": "is_active", "comment": null}, "last_login_date": {"type": "timestamp without time zone", "index": 16, "name": "last_login_date", "comment": null}, "last_name": {"type": "text", "index": 17, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 18, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 19, "name": "last_viewed_date", "comment": null}, "manager_id": {"type": "text", "index": 20, "name": "manager_id", "comment": null}, "user_name": {"type": "text", "index": 21, "name": "user_name", "comment": null}, "postal_code": {"type": "integer", "index": 22, "name": "postal_code", "comment": null}, "profile_id": {"type": "text", "index": 23, "name": "profile_id", "comment": null}, "state": {"type": "integer", "index": 24, "name": "state", "comment": null}, "state_code": {"type": "integer", "index": 25, "name": "state_code", "comment": null}, "street": {"type": "integer", "index": 26, "name": "street", "comment": null}, "title": {"type": "text", "index": 27, "name": "title", "comment": null}, "user_role_id": {"type": "text", "index": 28, "name": "user_role_id", "comment": null}, "user_type": {"type": "text", "index": 29, "name": "user_type", "comment": null}, "username": {"type": "text", "index": 30, "name": "username", "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.salesforce_source.stg_salesforce__user"}, "model.salesforce_source.stg_salesforce__user_role": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__user_role", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "developer_name": {"type": "text", "index": 3, "name": "developer_name", "comment": null}, "user_role_id": {"type": "text", "index": 4, "name": "user_role_id", "comment": null}, "user_role_name": {"type": "text", "index": 5, "name": "user_role_name", "comment": null}, "opportunity_access_for_account_owner": {"type": "text", "index": 6, "name": "opportunity_access_for_account_owner", "comment": null}, "parent_role_id": {"type": "text", "index": 7, "name": "parent_role_id", "comment": null}, "rollup_description": {"type": "text", "index": 8, "name": "rollup_description", "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.salesforce_source.stg_salesforce__user_role"}, "model.salesforce.int_salesforce__date_spine": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf_salesforce_dev", "name": "int_salesforce__date_spine", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date_day": {"type": "timestamp without time zone", "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.salesforce.int_salesforce__date_spine"}, "model.salesforce.int_salesforce__opportunity_aggregation_by_owner": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf_salesforce_dev", "name": "int_salesforce__opportunity_aggregation_by_owner", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"owner_id": {"type": "text", "index": 1, "name": "owner_id", "comment": null}, "manager_id": {"type": "text", "index": 2, "name": "manager_id", "comment": null}, "b_manager_id": {"type": "text", "index": 3, "name": "b_manager_id", "comment": null}, "b_owner_id": {"type": "text", "index": 4, "name": "b_owner_id", "comment": null}, "bookings_amount_closed_this_month": {"type": "numeric", "index": 5, "name": "bookings_amount_closed_this_month", "comment": null}, "bookings_amount_closed_this_quarter": {"type": "numeric", "index": 6, "name": "bookings_amount_closed_this_quarter", "comment": null}, "total_number_bookings": {"type": "bigint", "index": 7, "name": "total_number_bookings", "comment": null}, "total_bookings_amount": {"type": "numeric", "index": 8, "name": "total_bookings_amount", "comment": null}, "bookings_count_closed_this_month": {"type": "bigint", "index": 9, "name": "bookings_count_closed_this_month", "comment": null}, "bookings_count_closed_this_quarter": {"type": "bigint", "index": 10, "name": "bookings_count_closed_this_quarter", "comment": null}, "avg_bookings_amount": {"type": "numeric", "index": 11, "name": "avg_bookings_amount", "comment": null}, "largest_booking": {"type": "numeric", "index": 12, "name": "largest_booking", "comment": null}, "avg_days_to_close": {"type": "numeric", "index": 13, "name": "avg_days_to_close", "comment": null}, "l_manager_id": {"type": "text", "index": 14, "name": "l_manager_id", "comment": null}, "l_owner_id": {"type": "text", "index": 15, "name": "l_owner_id", "comment": null}, "lost_amount_this_month": {"type": "numeric", "index": 16, "name": "lost_amount_this_month", "comment": null}, "lost_amount_this_quarter": {"type": "numeric", "index": 17, "name": "lost_amount_this_quarter", "comment": null}, "total_number_lost": {"type": "bigint", "index": 18, "name": "total_number_lost", "comment": null}, "total_lost_amount": {"type": "numeric", "index": 19, "name": "total_lost_amount", "comment": null}, "lost_count_this_month": {"type": "bigint", "index": 20, "name": "lost_count_this_month", "comment": null}, "lost_count_this_quarter": {"type": "bigint", "index": 21, "name": "lost_count_this_quarter", "comment": null}, "p_manager_id": {"type": "text", "index": 22, "name": "p_manager_id", "comment": null}, "p_owner_id": {"type": "text", "index": 23, "name": "p_owner_id", "comment": null}, "pipeline_created_amount_this_month": {"type": "numeric", "index": 24, "name": "pipeline_created_amount_this_month", "comment": null}, "pipeline_created_amount_this_quarter": {"type": "numeric", "index": 25, "name": "pipeline_created_amount_this_quarter", "comment": null}, "pipeline_created_forecast_amount_this_month": {"type": "double precision", "index": 26, "name": "pipeline_created_forecast_amount_this_month", "comment": null}, "pipeline_created_forecast_amount_this_quarter": {"type": "double precision", "index": 27, "name": "pipeline_created_forecast_amount_this_quarter", "comment": null}, "pipeline_count_created_this_month": {"type": "bigint", "index": 28, "name": "pipeline_count_created_this_month", "comment": null}, "pipeline_count_created_this_quarter": {"type": "bigint", "index": 29, "name": "pipeline_count_created_this_quarter", "comment": null}, "total_number_pipeline": {"type": "bigint", "index": 30, "name": "total_number_pipeline", "comment": null}, "total_pipeline_amount": {"type": "numeric", "index": 31, "name": "total_pipeline_amount", "comment": null}, "total_pipeline_forecast_amount": {"type": "double precision", "index": 32, "name": "total_pipeline_forecast_amount", "comment": null}, "avg_pipeline_opp_amount": {"type": "numeric", "index": 33, "name": "avg_pipeline_opp_amount", "comment": null}, "largest_deal_in_pipeline": {"type": "numeric", "index": 34, "name": "largest_deal_in_pipeline", "comment": null}, "avg_days_open": {"type": "numeric", "index": 35, "name": "avg_days_open", "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.salesforce.int_salesforce__opportunity_aggregation_by_owner"}, "model.salesforce.salesforce__contact_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf_salesforce_dev", "name": "salesforce__contact_enhanced", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"contact_id": {"type": "text", "index": 1, "name": "contact_id", "comment": null}, "contact_name": {"type": "text", "index": 2, "name": "contact_name", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "department": {"type": "integer", "index": 4, "name": "department", "comment": null}, "contact_description": {"type": "text", "index": 5, "name": "contact_description", "comment": null}, "email": {"type": "text", "index": 6, "name": "email", "comment": null}, "individual_id": {"type": "integer", "index": 7, "name": "individual_id", "comment": null}, "contact_is_deleted": {"type": "boolean", "index": 8, "name": "contact_is_deleted", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 9, "name": "last_activity_date", "comment": null}, "lead_source": {"type": "text", "index": 10, "name": "lead_source", "comment": null}, "mailing_city": {"type": "text", "index": 11, "name": "mailing_city", "comment": null}, "mailing_country": {"type": "text", "index": 12, "name": "mailing_country", "comment": null}, "mailing_country_code": {"type": "text", "index": 13, "name": "mailing_country_code", "comment": null}, "mailing_postal_code": {"type": "integer", "index": 14, "name": "mailing_postal_code", "comment": null}, "mailing_state": {"type": "text", "index": 15, "name": "mailing_state", "comment": null}, "mailing_state_code": {"type": "text", "index": 16, "name": "mailing_state_code", "comment": null}, "mailing_street": {"type": "text", "index": 17, "name": "mailing_street", "comment": null}, "master_record_id": {"type": "integer", "index": 18, "name": "master_record_id", "comment": null}, "mobile_phone": {"type": "integer", "index": 19, "name": "mobile_phone", "comment": null}, "contact_owner_id": {"type": "text", "index": 20, "name": "contact_owner_id", "comment": null}, "phone": {"type": "text", "index": 21, "name": "phone", "comment": null}, "reports_to_id": {"type": "integer", "index": 22, "name": "reports_to_id", "comment": null}, "contact_owner_name": {"type": "text", "index": 23, "name": "contact_owner_name", "comment": null}, "account_name": {"type": "text", "index": 24, "name": "account_name", "comment": null}, "account_number": {"type": "integer", "index": 25, "name": "account_number", "comment": null}, "account_source": {"type": "text", "index": 26, "name": "account_source", "comment": null}, "account_annual_revenue": {"type": "numeric(28,6)", "index": 27, "name": "account_annual_revenue", "comment": null}, "account_description": {"type": "text", "index": 28, "name": "account_description", "comment": null}, "account_industry": {"type": "text", "index": 29, "name": "account_industry", "comment": null}, "account_is_deleted": {"type": "boolean", "index": 30, "name": "account_is_deleted", "comment": null}, "account_number_of_employees": {"type": "integer", "index": 31, "name": "account_number_of_employees", "comment": null}, "account_owner_id": {"type": "text", "index": 32, "name": "account_owner_id", "comment": null}, "account_parent_id": {"type": "integer", "index": 33, "name": "account_parent_id", "comment": null}, "account_rating": {"type": "integer", "index": 34, "name": "account_rating", "comment": null}, "account_type": {"type": "text", "index": 35, "name": "account_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce.salesforce__contact_enhanced"}, "model.salesforce.salesforce__daily_activity": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf_salesforce_dev", "name": "salesforce__daily_activity", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date_day": {"type": "timestamp without time zone", "index": 1, "name": "date_day", "comment": null}, "leads_created": {"type": "bigint", "index": 2, "name": "leads_created", "comment": null}, "leads_converted": {"type": "bigint", "index": 3, "name": "leads_converted", "comment": null}, "tasks_completed": {"type": "bigint", "index": 4, "name": "tasks_completed", "comment": null}, "events_completed": {"type": "bigint", "index": 5, "name": "events_completed", "comment": null}, "opportunities_created": {"type": "bigint", "index": 6, "name": "opportunities_created", "comment": null}, "opportunities_created_amount": {"type": "numeric", "index": 7, "name": "opportunities_created_amount", "comment": null}, "opportunities_won": {"type": "bigint", "index": 8, "name": "opportunities_won", "comment": null}, "opportunities_won_amount": {"type": "numeric", "index": 9, "name": "opportunities_won_amount", "comment": null}, "opportunities_lost": {"type": "bigint", "index": 10, "name": "opportunities_lost", "comment": null}, "opportunities_lost_amount": {"type": "numeric", "index": 11, "name": "opportunities_lost_amount", "comment": null}, "pipeline_amount": {"type": "numeric", "index": 12, "name": "pipeline_amount", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce.salesforce__daily_activity"}, "model.salesforce.salesforce__manager_performance": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf_salesforce_dev", "name": "salesforce__manager_performance", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"manager_id": {"type": "text", "index": 1, "name": "manager_id", "comment": null}, "manager_name": {"type": "text", "index": 2, "name": "manager_name", "comment": null}, "manager_city": {"type": "integer", "index": 3, "name": "manager_city", "comment": null}, "manager_state": {"type": "integer", "index": 4, "name": "manager_state", "comment": null}, "manager_position": {"type": "text", "index": 5, "name": "manager_position", "comment": null}, "number_of_direct_reports": {"type": "bigint", "index": 6, "name": "number_of_direct_reports", "comment": null}, "bookings_amount_closed_this_month": {"type": "numeric", "index": 7, "name": "bookings_amount_closed_this_month", "comment": null}, "bookings_amount_closed_this_quarter": {"type": "numeric", "index": 8, "name": "bookings_amount_closed_this_quarter", "comment": null}, "total_number_bookings": {"type": "numeric", "index": 9, "name": "total_number_bookings", "comment": null}, "total_bookings_amount": {"type": "numeric", "index": 10, "name": "total_bookings_amount", "comment": null}, "bookings_count_closed_this_month": {"type": "numeric", "index": 11, "name": "bookings_count_closed_this_month", "comment": null}, "bookings_count_closed_this_quarter": {"type": "numeric", "index": 12, "name": "bookings_count_closed_this_quarter", "comment": null}, "largest_booking": {"type": "numeric", "index": 13, "name": "largest_booking", "comment": null}, "lost_amount_this_month": {"type": "numeric", "index": 14, "name": "lost_amount_this_month", "comment": null}, "lost_amount_this_quarter": {"type": "numeric", "index": 15, "name": "lost_amount_this_quarter", "comment": null}, "total_number_lost": {"type": "numeric", "index": 16, "name": "total_number_lost", "comment": null}, "total_lost_amount": {"type": "numeric", "index": 17, "name": "total_lost_amount", "comment": null}, "lost_count_this_month": {"type": "numeric", "index": 18, "name": "lost_count_this_month", "comment": null}, "lost_count_this_quarter": {"type": "numeric", "index": 19, "name": "lost_count_this_quarter", "comment": null}, "pipeline_created_amount_this_month": {"type": "numeric", "index": 20, "name": "pipeline_created_amount_this_month", "comment": null}, "pipeline_created_amount_this_quarter": {"type": "numeric", "index": 21, "name": "pipeline_created_amount_this_quarter", "comment": null}, "pipeline_created_forecast_amount_this_month": {"type": "double precision", "index": 22, "name": "pipeline_created_forecast_amount_this_month", "comment": null}, "pipeline_created_forecast_amount_this_quarter": {"type": "double precision", "index": 23, "name": "pipeline_created_forecast_amount_this_quarter", "comment": null}, "pipeline_count_created_this_month": {"type": "numeric", "index": 24, "name": "pipeline_count_created_this_month", "comment": null}, "pipeline_count_created_this_quarter": {"type": "numeric", "index": 25, "name": "pipeline_count_created_this_quarter", "comment": null}, "total_number_pipeline": {"type": "numeric", "index": 26, "name": "total_number_pipeline", "comment": null}, "total_pipeline_amount": {"type": "numeric", "index": 27, "name": "total_pipeline_amount", "comment": null}, "total_pipeline_forecast_amount": {"type": "double precision", "index": 28, "name": "total_pipeline_forecast_amount", "comment": null}, "largest_deal_in_pipeline": {"type": "numeric", "index": 29, "name": "largest_deal_in_pipeline", "comment": null}, "win_percent_this_month": {"type": "numeric", "index": 30, "name": "win_percent_this_month", "comment": null}, "win_percent_this_quarter": {"type": "numeric", "index": 31, "name": "win_percent_this_quarter", "comment": null}, "total_win_percent": {"type": "numeric", "index": 32, "name": "total_win_percent", "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.salesforce.salesforce__manager_performance"}, "model.salesforce.salesforce__opportunity_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf_salesforce_dev", "name": "salesforce__opportunity_enhanced", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 2, "name": "account_id", "comment": null}, "amount": {"type": "numeric(28,6)", "index": 3, "name": "amount", "comment": null}, "campaign_id": {"type": "integer", "index": 4, "name": "campaign_id", "comment": null}, "close_date": {"type": "timestamp without time zone", "index": 5, "name": "close_date", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 6, "name": "created_date", "comment": null}, "opportunity_description": {"type": "integer", "index": 7, "name": "opportunity_description", "comment": null}, "expected_revenue": {"type": "numeric(28,6)", "index": 8, "name": "expected_revenue", "comment": null}, "fiscal": {"type": "text", "index": 9, "name": "fiscal", "comment": null}, "fiscal_quarter": {"type": "integer", "index": 10, "name": "fiscal_quarter", "comment": null}, "fiscal_year": {"type": "integer", "index": 11, "name": "fiscal_year", "comment": null}, "forecast_category": {"type": "text", "index": 12, "name": "forecast_category", "comment": null}, "forecast_category_name": {"type": "text", "index": 13, "name": "forecast_category_name", "comment": null}, "has_open_activity": {"type": "boolean", "index": 14, "name": "has_open_activity", "comment": null}, "has_opportunity_line_item": {"type": "boolean", "index": 15, "name": "has_opportunity_line_item", "comment": null}, "has_overdue_task": {"type": "boolean", "index": 16, "name": "has_overdue_task", "comment": null}, "opportunity_id": {"type": "text", "index": 17, "name": "opportunity_id", "comment": null}, "is_closed": {"type": "boolean", "index": 18, "name": "is_closed", "comment": null}, "is_deleted": {"type": "boolean", "index": 19, "name": "is_deleted", "comment": null}, "is_won": {"type": "boolean", "index": 20, "name": "is_won", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 21, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 23, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "text", "index": 24, "name": "lead_source", "comment": null}, "opportunity_name": {"type": "text", "index": 25, "name": "opportunity_name", "comment": null}, "next_step": {"type": "integer", "index": 26, "name": "next_step", "comment": null}, "owner_id": {"type": "text", "index": 27, "name": "owner_id", "comment": null}, "probability": {"type": "double precision", "index": 28, "name": "probability", "comment": null}, "record_type_id": {"type": "text", "index": 29, "name": "record_type_id", "comment": null}, "stage_name": {"type": "text", "index": 30, "name": "stage_name", "comment": null}, "synced_quote_id": {"type": "integer", "index": 31, "name": "synced_quote_id", "comment": null}, "type": {"type": "text", "index": 32, "name": "type", "comment": null}, "is_created_this_month": {"type": "boolean", "index": 33, "name": "is_created_this_month", "comment": null}, "is_created_this_quarter": {"type": "boolean", "index": 34, "name": "is_created_this_quarter", "comment": null}, "days_since_created": {"type": "integer", "index": 35, "name": "days_since_created", "comment": null}, "days_to_close": {"type": "integer", "index": 36, "name": "days_to_close", "comment": null}, "is_closed_this_month": {"type": "boolean", "index": 37, "name": "is_closed_this_month", "comment": null}, "is_closed_this_quarter": {"type": "boolean", "index": 38, "name": "is_closed_this_quarter", "comment": null}, "account_number": {"type": "integer", "index": 39, "name": "account_number", "comment": null}, "account_source": {"type": "text", "index": 40, "name": "account_source", "comment": null}, "industry": {"type": "text", "index": 41, "name": "industry", "comment": null}, "account_name": {"type": "text", "index": 42, "name": "account_name", "comment": null}, "number_of_employees": {"type": "integer", "index": 43, "name": "number_of_employees", "comment": null}, "account_type": {"type": "text", "index": 44, "name": "account_type", "comment": null}, "opportunity_owner_id": {"type": "text", "index": 45, "name": "opportunity_owner_id", "comment": null}, "opportunity_owner_name": {"type": "text", "index": 46, "name": "opportunity_owner_name", "comment": null}, "opportunity_owner_role_id": {"type": "text", "index": 47, "name": "opportunity_owner_role_id", "comment": null}, "opportunity_owner_city": {"type": "integer", "index": 48, "name": "opportunity_owner_city", "comment": null}, "opportunity_owner_state": {"type": "integer", "index": 49, "name": "opportunity_owner_state", "comment": null}, "opportunity_manager_id": {"type": "text", "index": 50, "name": "opportunity_manager_id", "comment": null}, "opportunity_manager_name": {"type": "text", "index": 51, "name": "opportunity_manager_name", "comment": null}, "opportunity_manager_city": {"type": "integer", "index": 52, "name": "opportunity_manager_city", "comment": null}, "opportunity_manager_state": {"type": "integer", "index": 53, "name": "opportunity_manager_state", "comment": null}, "opportunity_owner_position": {"type": "text", "index": 54, "name": "opportunity_owner_position", "comment": null}, "opportunity_owner_developer_name": {"type": "text", "index": 55, "name": "opportunity_owner_developer_name", "comment": null}, "opportunity_owner_parent_role_id": {"type": "text", "index": 56, "name": "opportunity_owner_parent_role_id", "comment": null}, "opportunity_owner_rollup_description": {"type": "text", "index": 57, "name": "opportunity_owner_rollup_description", "comment": null}, "status": {"type": "text", "index": 58, "name": "status", "comment": null}, "created_amount_this_month": {"type": "numeric", "index": 59, "name": "created_amount_this_month", "comment": null}, "created_amount_this_quarter": {"type": "numeric", "index": 60, "name": "created_amount_this_quarter", "comment": null}, "created_count_this_month": {"type": "integer", "index": 61, "name": "created_count_this_month", "comment": null}, "created_count_this_quarter": {"type": "integer", "index": 62, "name": "created_count_this_quarter", "comment": null}, "closed_amount_this_month": {"type": "numeric", "index": 63, "name": "closed_amount_this_month", "comment": null}, "closed_amount_this_quarter": {"type": "numeric", "index": 64, "name": "closed_amount_this_quarter", "comment": null}, "closed_count_this_month": {"type": "integer", "index": 65, "name": "closed_count_this_month", "comment": null}, "closed_count_this_quarter": {"type": "integer", "index": 66, "name": "closed_count_this_quarter", "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.salesforce.salesforce__opportunity_enhanced"}, "model.salesforce.salesforce__opportunity_line_item_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf_salesforce_dev", "name": "salesforce__opportunity_line_item_enhanced", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"opportunity_line_item_id": {"type": "text", "index": 1, "name": "opportunity_line_item_id", "comment": null}, "opportunity_line_item_name": {"type": "text", "index": 2, "name": "opportunity_line_item_name", "comment": null}, "opportunity_line_item_description": {"type": "integer", "index": 3, "name": "opportunity_line_item_description", "comment": null}, "opportunity_id": {"type": "text", "index": 4, "name": "opportunity_id", "comment": null}, "line_item_index": {"type": "bigint", "index": 5, "name": "line_item_index", "comment": null}, "total_line_items": {"type": "bigint", "index": 6, "name": "total_line_items", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 7, "name": "created_date", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 8, "name": "last_modified_date", "comment": null}, "service_date": {"type": "timestamp without time zone", "index": 9, "name": "service_date", "comment": null}, "pricebook_entry_id": {"type": "text", "index": 10, "name": "pricebook_entry_id", "comment": null}, "product_2_id": {"type": "text", "index": 11, "name": "product_2_id", "comment": null}, "list_price": {"type": "integer", "index": 12, "name": "list_price", "comment": null}, "quantity": {"type": "integer", "index": 13, "name": "quantity", "comment": null}, "unit_price": {"type": "double precision", "index": 14, "name": "unit_price", "comment": null}, "total_price": {"type": "double precision", "index": 15, "name": "total_price", "comment": null}, "has_quantity_schedule": {"type": "integer", "index": 16, "name": "has_quantity_schedule", "comment": null}, "has_revenue_schedule": {"type": "integer", "index": 17, "name": "has_revenue_schedule", "comment": null}, "product_2_name": {"type": "text", "index": 18, "name": "product_2_name", "comment": null}, "product_code": {"type": "integer", "index": 19, "name": "product_code", "comment": null}, "product_2_description": {"type": "integer", "index": 20, "name": "product_2_description", "comment": null}, "product_external_id": {"type": "integer", "index": 21, "name": "product_external_id", "comment": null}, "product_family": {"type": "text", "index": 22, "name": "product_family", "comment": null}, "product_is_active": {"type": "boolean", "index": 23, "name": "product_is_active", "comment": null}, "product_is_archived": {"type": "boolean", "index": 24, "name": "product_is_archived", "comment": null}, "product_is_deleted": {"type": "boolean", "index": 25, "name": "product_is_deleted", "comment": null}, "product_number_of_quantity_installments": {"type": "integer", "index": 26, "name": "product_number_of_quantity_installments", "comment": null}, "product_quantity_installment_period": {"type": "integer", "index": 27, "name": "product_quantity_installment_period", "comment": null}, "product_quantity_schedule_type": {"type": "integer", "index": 28, "name": "product_quantity_schedule_type", "comment": null}, "product_quantity_unit_of_measure": {"type": "integer", "index": 29, "name": "product_quantity_unit_of_measure", "comment": null}, "product_number_of_revenue_installments": {"type": "integer", "index": 30, "name": "product_number_of_revenue_installments", "comment": null}, "product_revenue_installment_period": {"type": "integer", "index": 31, "name": "product_revenue_installment_period", "comment": null}, "product_revenue_schedule_type": {"type": "integer", "index": 32, "name": "product_revenue_schedule_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce.salesforce__opportunity_line_item_enhanced"}, "model.salesforce.salesforce__owner_performance": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf_salesforce_dev", "name": "salesforce__owner_performance", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"owner_id": {"type": "text", "index": 1, "name": "owner_id", "comment": null}, "manager_id": {"type": "text", "index": 2, "name": "manager_id", "comment": null}, "b_manager_id": {"type": "text", "index": 3, "name": "b_manager_id", "comment": null}, "b_owner_id": {"type": "text", "index": 4, "name": "b_owner_id", "comment": null}, "bookings_amount_closed_this_month": {"type": "numeric", "index": 5, "name": "bookings_amount_closed_this_month", "comment": null}, "bookings_amount_closed_this_quarter": {"type": "numeric", "index": 6, "name": "bookings_amount_closed_this_quarter", "comment": null}, "total_number_bookings": {"type": "bigint", "index": 7, "name": "total_number_bookings", "comment": null}, "total_bookings_amount": {"type": "numeric", "index": 8, "name": "total_bookings_amount", "comment": null}, "bookings_count_closed_this_month": {"type": "bigint", "index": 9, "name": "bookings_count_closed_this_month", "comment": null}, "bookings_count_closed_this_quarter": {"type": "bigint", "index": 10, "name": "bookings_count_closed_this_quarter", "comment": null}, "avg_bookings_amount": {"type": "numeric", "index": 11, "name": "avg_bookings_amount", "comment": null}, "largest_booking": {"type": "numeric", "index": 12, "name": "largest_booking", "comment": null}, "avg_days_to_close": {"type": "numeric", "index": 13, "name": "avg_days_to_close", "comment": null}, "l_manager_id": {"type": "text", "index": 14, "name": "l_manager_id", "comment": null}, "l_owner_id": {"type": "text", "index": 15, "name": "l_owner_id", "comment": null}, "lost_amount_this_month": {"type": "numeric", "index": 16, "name": "lost_amount_this_month", "comment": null}, "lost_amount_this_quarter": {"type": "numeric", "index": 17, "name": "lost_amount_this_quarter", "comment": null}, "total_number_lost": {"type": "bigint", "index": 18, "name": "total_number_lost", "comment": null}, "total_lost_amount": {"type": "numeric", "index": 19, "name": "total_lost_amount", "comment": null}, "lost_count_this_month": {"type": "bigint", "index": 20, "name": "lost_count_this_month", "comment": null}, "lost_count_this_quarter": {"type": "bigint", "index": 21, "name": "lost_count_this_quarter", "comment": null}, "p_manager_id": {"type": "text", "index": 22, "name": "p_manager_id", "comment": null}, "p_owner_id": {"type": "text", "index": 23, "name": "p_owner_id", "comment": null}, "pipeline_created_amount_this_month": {"type": "numeric", "index": 24, "name": "pipeline_created_amount_this_month", "comment": null}, "pipeline_created_amount_this_quarter": {"type": "numeric", "index": 25, "name": "pipeline_created_amount_this_quarter", "comment": null}, "pipeline_created_forecast_amount_this_month": {"type": "double precision", "index": 26, "name": "pipeline_created_forecast_amount_this_month", "comment": null}, "pipeline_created_forecast_amount_this_quarter": {"type": "double precision", "index": 27, "name": "pipeline_created_forecast_amount_this_quarter", "comment": null}, "pipeline_count_created_this_month": {"type": "bigint", "index": 28, "name": "pipeline_count_created_this_month", "comment": null}, "pipeline_count_created_this_quarter": {"type": "bigint", "index": 29, "name": "pipeline_count_created_this_quarter", "comment": null}, "total_number_pipeline": {"type": "bigint", "index": 30, "name": "total_number_pipeline", "comment": null}, "total_pipeline_amount": {"type": "numeric", "index": 31, "name": "total_pipeline_amount", "comment": null}, "total_pipeline_forecast_amount": {"type": "double precision", "index": 32, "name": "total_pipeline_forecast_amount", "comment": null}, "avg_pipeline_opp_amount": {"type": "numeric", "index": 33, "name": "avg_pipeline_opp_amount", "comment": null}, "largest_deal_in_pipeline": {"type": "numeric", "index": 34, "name": "largest_deal_in_pipeline", "comment": null}, "avg_days_open": {"type": "numeric", "index": 35, "name": "avg_days_open", "comment": null}, "owner_name": {"type": "text", "index": 36, "name": "owner_name", "comment": null}, "owner_city": {"type": "integer", "index": 37, "name": "owner_city", "comment": null}, "owner_state": {"type": "integer", "index": 38, "name": "owner_state", "comment": null}, "win_percent_this_month": {"type": "numeric", "index": 39, "name": "win_percent_this_month", "comment": null}, "win_percent_this_quarter": {"type": "numeric", "index": 40, "name": "win_percent_this_quarter", "comment": null}, "total_win_percent": {"type": "numeric", "index": 41, "name": "total_win_percent", "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.salesforce.salesforce__owner_performance"}, "model.salesforce.salesforce__sales_snapshot": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf_salesforce_dev", "name": "salesforce__sales_snapshot", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"bookings_amount_closed_this_month": {"type": "numeric", "index": 1, "name": "bookings_amount_closed_this_month", "comment": null}, "bookings_amount_closed_this_quarter": {"type": "numeric", "index": 2, "name": "bookings_amount_closed_this_quarter", "comment": null}, "total_number_bookings": {"type": "bigint", "index": 3, "name": "total_number_bookings", "comment": null}, "total_bookings_amount": {"type": "numeric", "index": 4, "name": "total_bookings_amount", "comment": null}, "bookings_count_closed_this_month": {"type": "bigint", "index": 5, "name": "bookings_count_closed_this_month", "comment": null}, "bookings_count_closed_this_quarter": {"type": "bigint", "index": 6, "name": "bookings_count_closed_this_quarter", "comment": null}, "avg_bookings_amount": {"type": "numeric", "index": 7, "name": "avg_bookings_amount", "comment": null}, "largest_booking": {"type": "numeric", "index": 8, "name": "largest_booking", "comment": null}, "avg_days_to_close": {"type": "numeric", "index": 9, "name": "avg_days_to_close", "comment": null}, "pipeline_created_amount_this_month": {"type": "numeric", "index": 10, "name": "pipeline_created_amount_this_month", "comment": null}, "pipeline_created_amount_this_quarter": {"type": "numeric", "index": 11, "name": "pipeline_created_amount_this_quarter", "comment": null}, "pipeline_created_forecast_amount_this_month": {"type": "double precision", "index": 12, "name": "pipeline_created_forecast_amount_this_month", "comment": null}, "pipeline_created_forecast_amount_this_quarter": {"type": "double precision", "index": 13, "name": "pipeline_created_forecast_amount_this_quarter", "comment": null}, "pipeline_count_created_this_month": {"type": "bigint", "index": 14, "name": "pipeline_count_created_this_month", "comment": null}, "pipeline_count_created_this_quarter": {"type": "bigint", "index": 15, "name": "pipeline_count_created_this_quarter", "comment": null}, "total_number_pipeline": {"type": "bigint", "index": 16, "name": "total_number_pipeline", "comment": null}, "total_pipeline_amount": {"type": "numeric", "index": 17, "name": "total_pipeline_amount", "comment": null}, "total_pipeline_forecast_amount": {"type": "double precision", "index": 18, "name": "total_pipeline_forecast_amount", "comment": null}, "avg_pipeline_opp_amount": {"type": "numeric", "index": 19, "name": "avg_pipeline_opp_amount", "comment": null}, "largest_deal_in_pipeline": {"type": "numeric", "index": 20, "name": "largest_deal_in_pipeline", "comment": null}, "avg_days_open": {"type": "numeric", "index": 21, "name": "avg_days_open", "comment": null}, "lost_amount_this_month": {"type": "numeric", "index": 22, "name": "lost_amount_this_month", "comment": null}, "lost_amount_this_quarter": {"type": "numeric", "index": 23, "name": "lost_amount_this_quarter", "comment": null}, "total_number_lost": {"type": "bigint", "index": 24, "name": "total_number_lost", "comment": null}, "total_lost_amount": {"type": "numeric", "index": 25, "name": "total_lost_amount", "comment": null}, "lost_count_this_month": {"type": "bigint", "index": 26, "name": "lost_count_this_month", "comment": null}, "lost_count_this_quarter": {"type": "bigint", "index": 27, "name": "lost_count_this_quarter", "comment": null}, "win_percent_this_month": {"type": "numeric", "index": 28, "name": "win_percent_this_month", "comment": null}, "win_percent_this_quarter": {"type": "numeric", "index": 29, "name": "win_percent_this_quarter", "comment": null}, "total_win_percent": {"type": "numeric", "index": 30, "name": "total_win_percent", "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.salesforce.salesforce__sales_snapshot"}}, "sources": {"source.salesforce_source.salesforce.account": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_account_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_number": {"type": "integer", "index": 2, "name": "account_number", "comment": null}, "account_source": {"type": "text", "index": 3, "name": "account_source", "comment": null}, "annual_revenue": {"type": "double precision", "index": 4, "name": "annual_revenue", "comment": null}, "billing_city": {"type": "text", "index": 5, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 6, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "text", "index": 7, "name": "billing_country_code", "comment": null}, "billing_geocode_accuracy": {"type": "integer", "index": 8, "name": "billing_geocode_accuracy", "comment": null}, "billing_latitude": {"type": "double precision", "index": 9, "name": "billing_latitude", "comment": null}, "billing_longitude": {"type": "double precision", "index": 10, "name": "billing_longitude", "comment": null}, "billing_postal_code": {"type": "text", "index": 11, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "text", "index": 12, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "text", "index": 13, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "text", "index": 14, "name": "billing_street", "comment": null}, "description": {"type": "text", "index": 15, "name": "description", "comment": null}, "fax": {"type": "integer", "index": 16, "name": "fax", "comment": null}, "id": {"type": "text", "index": 17, "name": "id", "comment": null}, "industry": {"type": "text", "index": 18, "name": "industry", "comment": null}, "is_deleted": {"type": "boolean", "index": 19, "name": "is_deleted", "comment": null}, "jigsaw_company_id": {"type": "integer", "index": 20, "name": "jigsaw_company_id", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 21, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 23, "name": "last_viewed_date", "comment": null}, "master_record_id": {"type": "text", "index": 24, "name": "master_record_id", "comment": null}, "name": {"type": "text", "index": 25, "name": "name", "comment": null}, "number_of_employees": {"type": "integer", "index": 26, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "text", "index": 27, "name": "owner_id", "comment": null}, "ownership": {"type": "integer", "index": 28, "name": "ownership", "comment": null}, "parent_id": {"type": "integer", "index": 29, "name": "parent_id", "comment": null}, "phone": {"type": "text", "index": 30, "name": "phone", "comment": null}, "photo_url": {"type": "text", "index": 31, "name": "photo_url", "comment": null}, "rating": {"type": "integer", "index": 32, "name": "rating", "comment": null}, "record_type_id": {"type": "text", "index": 33, "name": "record_type_id", "comment": null}, "shipping_city": {"type": "integer", "index": 34, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "text", "index": 35, "name": "shipping_country", "comment": null}, "shipping_country_code": {"type": "text", "index": 36, "name": "shipping_country_code", "comment": null}, "shipping_geocode_accuracy": {"type": "integer", "index": 37, "name": "shipping_geocode_accuracy", "comment": null}, "shipping_latitude": {"type": "double precision", "index": 38, "name": "shipping_latitude", "comment": null}, "shipping_longitude": {"type": "double precision", "index": 39, "name": "shipping_longitude", "comment": null}, "shipping_postal_code": {"type": "integer", "index": 40, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "integer", "index": 41, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "integer", "index": 42, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "integer", "index": 43, "name": "shipping_street", "comment": null}, "sic": {"type": "integer", "index": 44, "name": "sic", "comment": null}, "sic_desc": {"type": "integer", "index": 45, "name": "sic_desc", "comment": null}, "site": {"type": "integer", "index": 46, "name": "site", "comment": null}, "ticker_symbol": {"type": "integer", "index": 47, "name": "ticker_symbol", "comment": null}, "type": {"type": "text", "index": 48, "name": "type", "comment": null}, "website": {"type": "text", "index": 49, "name": "website", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 50, "name": "_fivetran_active", "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.salesforce_source.salesforce.account"}, "source.salesforce_source.salesforce.contact": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_contact_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "cbit_clearbit_c": {"type": "text", "index": 4, "name": "cbit_clearbit_c", "comment": null}, "cbit_clearbit_ready_c": {"type": "boolean", "index": 5, "name": "cbit_clearbit_ready_c", "comment": null}, "created_by_id": {"type": "text", "index": 6, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 7, "name": "created_date", "comment": null}, "department": {"type": "integer", "index": 8, "name": "department", "comment": null}, "email": {"type": "text", "index": 9, "name": "email", "comment": null}, "email_bounced_date": {"type": "timestamp without time zone", "index": 10, "name": "email_bounced_date", "comment": null}, "email_bounced_reason": {"type": "integer", "index": 11, "name": "email_bounced_reason", "comment": null}, "fax": {"type": "integer", "index": 12, "name": "fax", "comment": null}, "first_name": {"type": "text", "index": 13, "name": "first_name", "comment": null}, "is_deleted": {"type": "boolean", "index": 14, "name": "is_deleted", "comment": null}, "is_email_bounced": {"type": "boolean", "index": 15, "name": "is_email_bounced", "comment": null}, "jigsaw_contact_id": {"type": "integer", "index": 16, "name": "jigsaw_contact_id", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 17, "name": "last_activity_date", "comment": null}, "last_curequest_date": {"type": "timestamp without time zone", "index": 18, "name": "last_curequest_date", "comment": null}, "last_cuupdate_date": {"type": "timestamp without time zone", "index": 19, "name": "last_cuupdate_date", "comment": null}, "last_modified_by_id": {"type": "text", "index": 20, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 21, "name": "last_modified_date", "comment": null}, "last_name": {"type": "text", "index": 22, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 23, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 24, "name": "last_viewed_date", "comment": null}, "mailing_city": {"type": "text", "index": 25, "name": "mailing_city", "comment": null}, "mailing_country": {"type": "text", "index": 26, "name": "mailing_country", "comment": null}, "mailing_country_code": {"type": "text", "index": 27, "name": "mailing_country_code", "comment": null}, "mailing_geocode_accuracy": {"type": "integer", "index": 28, "name": "mailing_geocode_accuracy", "comment": null}, "mailing_latitude": {"type": "integer", "index": 29, "name": "mailing_latitude", "comment": null}, "mailing_longitude": {"type": "integer", "index": 30, "name": "mailing_longitude", "comment": null}, "mailing_postal_code": {"type": "integer", "index": 31, "name": "mailing_postal_code", "comment": null}, "mailing_state": {"type": "text", "index": 32, "name": "mailing_state", "comment": null}, "mailing_state_code": {"type": "text", "index": 33, "name": "mailing_state_code", "comment": null}, "mailing_street": {"type": "text", "index": 34, "name": "mailing_street", "comment": null}, "master_record_id": {"type": "integer", "index": 35, "name": "master_record_id", "comment": null}, "mc_4_sf_mc_subscriber_c": {"type": "integer", "index": 36, "name": "mc_4_sf_mc_subscriber_c", "comment": null}, "mobile_phone": {"type": "integer", "index": 37, "name": "mobile_phone", "comment": null}, "name": {"type": "text", "index": 38, "name": "name", "comment": null}, "owner_id": {"type": "text", "index": 39, "name": "owner_id", "comment": null}, "phone": {"type": "text", "index": 40, "name": "phone", "comment": null}, "photo_url": {"type": "text", "index": 41, "name": "photo_url", "comment": null}, "reports_to_id": {"type": "integer", "index": 42, "name": "reports_to_id", "comment": null}, "salutation": {"type": "integer", "index": 43, "name": "salutation", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 44, "name": "system_modstamp", "comment": null}, "title": {"type": "text", "index": 45, "name": "title", "comment": null}, "email_bounced_c": {"type": "boolean", "index": 46, "name": "email_bounced_c", "comment": null}, "email_quality_unknown_c": {"type": "boolean", "index": 47, "name": "email_quality_unknown_c", "comment": null}, "gclid_c": {"type": "integer", "index": 48, "name": "gclid_c", "comment": null}, "referral_account_c": {"type": "integer", "index": 49, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "integer", "index": 50, "name": "referral_contact_c", "comment": null}, "has_opted_out_of_email": {"type": "boolean", "index": 51, "name": "has_opted_out_of_email", "comment": null}, "act_on_lead_score_c": {"type": "integer", "index": 52, "name": "act_on_lead_score_c", "comment": null}, "cbit_created_by_clearbit_c": {"type": "boolean", "index": 53, "name": "cbit_created_by_clearbit_c", "comment": null}, "fivetran_user_id_c": {"type": "integer", "index": 54, "name": "fivetran_user_id_c", "comment": null}, "no_longer_at_company_c": {"type": "boolean", "index": 55, "name": "no_longer_at_company_c", "comment": null}, "pi_campaign_c": {"type": "text", "index": 56, "name": "pi_campaign_c", "comment": null}, "pi_comments_c": {"type": "integer", "index": 57, "name": "pi_comments_c", "comment": null}, "pi_conversion_date_c": {"type": "integer", "index": 58, "name": "pi_conversion_date_c", "comment": null}, "pi_conversion_object_name_c": {"type": "integer", "index": 59, "name": "pi_conversion_object_name_c", "comment": null}, "pi_conversion_object_type_c": {"type": "integer", "index": 60, "name": "pi_conversion_object_type_c", "comment": null}, "pi_created_date_c": {"type": "timestamp without time zone", "index": 61, "name": "pi_created_date_c", "comment": null}, "pi_first_activity_c": {"type": "integer", "index": 62, "name": "pi_first_activity_c", "comment": null}, "pi_first_search_term_c": {"type": "integer", "index": 63, "name": "pi_first_search_term_c", "comment": null}, "pi_first_search_type_c": {"type": "integer", "index": 64, "name": "pi_first_search_type_c", "comment": null}, "pi_first_touch_url_c": {"type": "integer", "index": 65, "name": "pi_first_touch_url_c", "comment": null}, "pi_grade_c": {"type": "integer", "index": 66, "name": "pi_grade_c", "comment": null}, "pi_last_activity_c": {"type": "integer", "index": 67, "name": "pi_last_activity_c", "comment": null}, "pi_needs_score_synced_c": {"type": "boolean", "index": 68, "name": "pi_needs_score_synced_c", "comment": null}, "pi_notes_c": {"type": "integer", "index": 69, "name": "pi_notes_c", "comment": null}, "pi_pardot_hard_bounced_c": {"type": "boolean", "index": 70, "name": "pi_pardot_hard_bounced_c", "comment": null}, "pi_pardot_last_scored_at_c": {"type": "integer", "index": 71, "name": "pi_pardot_last_scored_at_c", "comment": null}, "pi_score_c": {"type": "integer", "index": 72, "name": "pi_score_c", "comment": null}, "pi_url_c": {"type": "text", "index": 73, "name": "pi_url_c", "comment": null}, "pi_utm_campaign_c": {"type": "integer", "index": 74, "name": "pi_utm_campaign_c", "comment": null}, "pi_utm_content_c": {"type": "integer", "index": 75, "name": "pi_utm_content_c", "comment": null}, "pi_utm_medium_c": {"type": "integer", "index": 76, "name": "pi_utm_medium_c", "comment": null}, "pi_utm_source_c": {"type": "integer", "index": 77, "name": "pi_utm_source_c", "comment": null}, "pi_utm_term_c": {"type": "integer", "index": 78, "name": "pi_utm_term_c", "comment": null}, "lead_source": {"type": "text", "index": 79, "name": "lead_source", "comment": null}, "contact_status_c": {"type": "text", "index": 80, "name": "contact_status_c", "comment": null}, "region_c": {"type": "integer", "index": 81, "name": "region_c", "comment": null}, "competitor_c": {"type": "integer", "index": 82, "name": "competitor_c", "comment": null}, "bt_stripe_gender_c": {"type": "integer", "index": 83, "name": "bt_stripe_gender_c", "comment": null}, "bt_stripe_ssn_last_4_encrypted_c": {"type": "integer", "index": 84, "name": "bt_stripe_ssn_last_4_encrypted_c", "comment": null}, "bt_stripe_personal_id_number_c": {"type": "integer", "index": 85, "name": "bt_stripe_personal_id_number_c", "comment": null}, "bt_stripe_personal_id_number_encrypted_c": {"type": "integer", "index": 86, "name": "bt_stripe_personal_id_number_encrypted_c", "comment": null}, "bt_stripe_maiden_name_c": {"type": "integer", "index": 87, "name": "bt_stripe_maiden_name_c", "comment": null}, "bt_stripe_languages_c": {"type": "integer", "index": 88, "name": "bt_stripe_languages_c", "comment": null}, "bt_stripe_default_payment_method_c": {"type": "integer", "index": 89, "name": "bt_stripe_default_payment_method_c", "comment": null}, "bt_stripe_ssn_last_4_c": {"type": "integer", "index": 90, "name": "bt_stripe_ssn_last_4_c", "comment": null}, "bt_stripe_personal_id_type_c": {"type": "integer", "index": 91, "name": "bt_stripe_personal_id_type_c", "comment": null}, "bt_stripe_default_payment_gateway_c": {"type": "integer", "index": 92, "name": "bt_stripe_default_payment_gateway_c", "comment": null}, "bt_stripe_level_c": {"type": "integer", "index": 93, "name": "bt_stripe_level_c", "comment": null}, "lean_data_routing_action_c": {"type": "text", "index": 94, "name": "lean_data_routing_action_c", "comment": null}, "lean_data_matched_buyer_persona_c": {"type": "integer", "index": 95, "name": "lean_data_matched_buyer_persona_c", "comment": null}, "lean_data_ld_segment_c": {"type": "integer", "index": 96, "name": "lean_data_ld_segment_c", "comment": null}, "lean_data_tag_c": {"type": "integer", "index": 97, "name": "lean_data_tag_c", "comment": null}, "lean_data_modified_score_c": {"type": "integer", "index": 98, "name": "lean_data_modified_score_c", "comment": null}, "do_not_route_lead_c": {"type": "boolean", "index": 99, "name": "do_not_route_lead_c", "comment": null}, "technical_contact_c": {"type": "integer", "index": 100, "name": "technical_contact_c", "comment": null}, "allbound_id_c": {"type": "integer", "index": 101, "name": "allbound_id_c", "comment": null}, "notes_c": {"type": "integer", "index": 102, "name": "notes_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "boolean", "index": 103, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "boolean", "index": 104, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_net_suite_id_c": {"type": "integer", "index": 105, "name": "netsuite_conn_net_suite_id_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "integer", "index": 106, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "boolean", "index": 107, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_pushed_from_opportunity_c": {"type": "boolean", "index": 108, "name": "netsuite_conn_pushed_from_opportunity_c", "comment": null}, "description": {"type": "text", "index": 109, "name": "description", "comment": null}, "lid_linked_in_company_id_c": {"type": "integer", "index": 110, "name": "lid_linked_in_company_id_c", "comment": null}, "lid_linked_in_member_token_c": {"type": "integer", "index": 111, "name": "lid_linked_in_member_token_c", "comment": null}, "is_eu_resident_c": {"type": "boolean", "index": 112, "name": "is_eu_resident_c", "comment": null}, "do_not_call": {"type": "boolean", "index": 113, "name": "do_not_call", "comment": null}, "sales_loft_1_most_recent_cadence_next_step_due_date_c": {"type": "integer", "index": 114, "name": "sales_loft_1_most_recent_cadence_next_step_due_date_c", "comment": null}, "sales_loft_1_most_recent_last_completed_step_c": {"type": "integer", "index": 115, "name": "sales_loft_1_most_recent_last_completed_step_c", "comment": null}, "sales_loft_1_most_recent_cadence_name_c": {"type": "integer", "index": 116, "name": "sales_loft_1_most_recent_cadence_name_c", "comment": null}, "source_detail_c": {"type": "text", "index": 117, "name": "source_detail_c", "comment": null}, "utm_source_c": {"type": "integer", "index": 118, "name": "utm_source_c", "comment": null}, "utm_content_c": {"type": "integer", "index": 119, "name": "utm_content_c", "comment": null}, "utm_term_c": {"type": "integer", "index": 120, "name": "utm_term_c", "comment": null}, "utm_medium_c": {"type": "integer", "index": 121, "name": "utm_medium_c", "comment": null}, "utm_campaign_c": {"type": "integer", "index": 122, "name": "utm_campaign_c", "comment": null}, "network_c": {"type": "integer", "index": 123, "name": "network_c", "comment": null}, "matchtype_c": {"type": "integer", "index": 124, "name": "matchtype_c", "comment": null}, "device_c": {"type": "integer", "index": 125, "name": "device_c", "comment": null}, "creative_c": {"type": "integer", "index": 126, "name": "creative_c", "comment": null}, "adgroupid_c": {"type": "integer", "index": 127, "name": "adgroupid_c", "comment": null}, "keyword_c": {"type": "integer", "index": 128, "name": "keyword_c", "comment": null}, "campaignid_c": {"type": "integer", "index": 129, "name": "campaignid_c", "comment": null}, "partner_rep_email_c": {"type": "integer", "index": 130, "name": "partner_rep_email_c", "comment": null}, "partner_rep_name_c": {"type": "integer", "index": 131, "name": "partner_rep_name_c", "comment": null}, "contact_type_c": {"type": "integer", "index": 132, "name": "contact_type_c", "comment": null}, "old_lead_source_c": {"type": "integer", "index": 133, "name": "old_lead_source_c", "comment": null}, "old_lead_source_detail_c": {"type": "integer", "index": 134, "name": "old_lead_source_detail_c", "comment": null}, "contact_stage_c": {"type": "integer", "index": 135, "name": "contact_stage_c", "comment": null}, "original_utm_campaign_c": {"type": "integer", "index": 136, "name": "original_utm_campaign_c", "comment": null}, "original_utm_content_c": {"type": "integer", "index": 137, "name": "original_utm_content_c", "comment": null}, "original_utm_medium_c": {"type": "integer", "index": 138, "name": "original_utm_medium_c", "comment": null}, "original_utm_source_c": {"type": "integer", "index": 139, "name": "original_utm_source_c", "comment": null}, "original_utm_term_c": {"type": "integer", "index": 140, "name": "original_utm_term_c", "comment": null}, "es_app_escreated_timestamp_c": {"type": "integer", "index": 141, "name": "es_app_escreated_timestamp_c", "comment": null}, "es_app_esecid_c": {"type": "integer", "index": 142, "name": "es_app_esecid_c", "comment": null}, "es_app_esenriched_c": {"type": "integer", "index": 143, "name": "es_app_esenriched_c", "comment": null}, "es_app_esenriched_timestamp_c": {"type": "integer", "index": 144, "name": "es_app_esenriched_timestamp_c", "comment": null}, "es_app_esintent_aggregate_score_c": {"type": "integer", "index": 145, "name": "es_app_esintent_aggregate_score_c", "comment": null}, "es_app_esintent_timestamp_c": {"type": "integer", "index": 146, "name": "es_app_esintent_timestamp_c", "comment": null}, "es_app_esintent_topics_c": {"type": "integer", "index": 147, "name": "es_app_esintent_topics_c", "comment": null}, "es_app_esoverall_fit_score_c": {"type": "integer", "index": 148, "name": "es_app_esoverall_fit_score_c", "comment": null}, "es_app_essource_c": {"type": "integer", "index": 149, "name": "es_app_essource_c", "comment": null}, "individual_id": {"type": "integer", "index": 150, "name": "individual_id", "comment": null}, "marketing_process_c": {"type": "integer", "index": 151, "name": "marketing_process_c", "comment": null}, "automation_tracking_c": {"type": "integer", "index": 152, "name": "automation_tracking_c", "comment": null}, "user_gems_has_changed_job_c": {"type": "integer", "index": 153, "name": "user_gems_has_changed_job_c", "comment": null}, "email_opt_in_explicit_c": {"type": "integer", "index": 154, "name": "email_opt_in_explicit_c", "comment": null}, "email_opt_in_implicit_c": {"type": "integer", "index": 155, "name": "email_opt_in_implicit_c", "comment": null}, "gdpr_opt_in_explicit_c": {"type": "integer", "index": 156, "name": "gdpr_opt_in_explicit_c", "comment": null}, "user_gems_is_a_user_gem_c": {"type": "integer", "index": 157, "name": "user_gems_is_a_user_gem_c", "comment": null}, "user_gems_past_account_c": {"type": "integer", "index": 158, "name": "user_gems_past_account_c", "comment": null}, "user_gems_past_company_c": {"type": "integer", "index": 159, "name": "user_gems_past_company_c", "comment": null}, "user_gems_past_contact_c": {"type": "integer", "index": 160, "name": "user_gems_past_contact_c", "comment": null}, "user_gems_past_title_c": {"type": "integer", "index": 161, "name": "user_gems_past_title_c", "comment": null}, "partner_contact_c": {"type": "integer", "index": 162, "name": "partner_contact_c", "comment": null}, "promotion_id_c": {"type": "integer", "index": 163, "name": "promotion_id_c", "comment": null}, "referral_exists_c": {"type": "integer", "index": 164, "name": "referral_exists_c", "comment": null}, "referral_first_name_c": {"type": "integer", "index": 165, "name": "referral_first_name_c", "comment": null}, "referral_last_name_c": {"type": "integer", "index": 166, "name": "referral_last_name_c", "comment": null}, "mkto_71_contact_acquisition_date_c": {"type": "integer", "index": 167, "name": "mkto_71_contact_acquisition_date_c", "comment": null}, "mkto_71_contact_acquisition_program_c": {"type": "integer", "index": 168, "name": "mkto_71_contact_acquisition_program_c", "comment": null}, "mkto_71_contact_acquisition_program_id_c": {"type": "integer", "index": 169, "name": "mkto_71_contact_acquisition_program_id_c", "comment": null}, "mkto_71_contact_inferred_city_c": {"type": "integer", "index": 170, "name": "mkto_71_contact_inferred_city_c", "comment": null}, "mkto_71_contact_inferred_company_c": {"type": "integer", "index": 171, "name": "mkto_71_contact_inferred_company_c", "comment": null}, "mkto_71_contact_inferred_country_c": {"type": "integer", "index": 172, "name": "mkto_71_contact_inferred_country_c", "comment": null}, "mkto_71_contact_inferred_metropolitan_a_c": {"type": "integer", "index": 173, "name": "mkto_71_contact_inferred_metropolitan_a_c", "comment": null}, "mkto_71_contact_inferred_phone_area_cod_c": {"type": "integer", "index": 174, "name": "mkto_71_contact_inferred_phone_area_cod_c", "comment": null}, "mkto_71_contact_inferred_postal_code_c": {"type": "integer", "index": 175, "name": "mkto_71_contact_inferred_postal_code_c", "comment": null}, "mkto_71_contact_inferred_state_region_c": {"type": "integer", "index": 176, "name": "mkto_71_contact_inferred_state_region_c", "comment": null}, "mkto_71_contact_lead_score_c": {"type": "integer", "index": 177, "name": "mkto_71_contact_lead_score_c", "comment": null}, "mkto_71_contact_original_referrer_c": {"type": "integer", "index": 178, "name": "mkto_71_contact_original_referrer_c", "comment": null}, "mkto_71_contact_original_search_engine_c": {"type": "integer", "index": 179, "name": "mkto_71_contact_original_search_engine_c", "comment": null}, "mkto_71_contact_original_search_phrase_c": {"type": "integer", "index": 180, "name": "mkto_71_contact_original_search_phrase_c", "comment": null}, "mkto_71_contact_original_source_info_c": {"type": "integer", "index": 181, "name": "mkto_71_contact_original_source_info_c", "comment": null}, "mkto_71_contact_original_source_type_c": {"type": "integer", "index": 182, "name": "mkto_71_contact_original_source_type_c", "comment": null}, "mkto_si_hide_date_c": {"type": "integer", "index": 183, "name": "mkto_si_hide_date_c", "comment": null}, "mkto_si_last_interesting_moment_date_c": {"type": "integer", "index": 184, "name": "mkto_si_last_interesting_moment_date_c", "comment": null}, "mkto_si_last_interesting_moment_desc_c": {"type": "integer", "index": 185, "name": "mkto_si_last_interesting_moment_desc_c", "comment": null}, "mkto_si_last_interesting_moment_source_c": {"type": "integer", "index": 186, "name": "mkto_si_last_interesting_moment_source_c", "comment": null}, "mkto_si_last_interesting_moment_type_c": {"type": "integer", "index": 187, "name": "mkto_si_last_interesting_moment_type_c", "comment": null}, "mkto_si_mkto_lead_score_c": {"type": "integer", "index": 188, "name": "mkto_si_mkto_lead_score_c", "comment": null}, "mkto_si_priority_c": {"type": "integer", "index": 189, "name": "mkto_si_priority_c", "comment": null}, "mkto_si_relative_score_value_c": {"type": "integer", "index": 190, "name": "mkto_si_relative_score_value_c", "comment": null}, "mkto_si_urgency_value_c": {"type": "integer", "index": 191, "name": "mkto_si_urgency_value_c", "comment": null}, "cloudingo_agent_ces_c": {"type": "integer", "index": 192, "name": "cloudingo_agent_ces_c", "comment": null}, "cloudingo_agent_mar_c": {"type": "integer", "index": 193, "name": "cloudingo_agent_mar_c", "comment": null}, "cloudingo_agent_mas_c": {"type": "integer", "index": 194, "name": "cloudingo_agent_mas_c", "comment": null}, "cloudingo_agent_mav_c": {"type": "integer", "index": 195, "name": "cloudingo_agent_mav_c", "comment": null}, "cloudingo_agent_mrdi_c": {"type": "integer", "index": 196, "name": "cloudingo_agent_mrdi_c", "comment": null}, "cloudingo_agent_mtz_c": {"type": "integer", "index": 197, "name": "cloudingo_agent_mtz_c", "comment": null}, "cloudingo_agent_oar_c": {"type": "integer", "index": 198, "name": "cloudingo_agent_oar_c", "comment": null}, "cloudingo_agent_oas_c": {"type": "integer", "index": 199, "name": "cloudingo_agent_oas_c", "comment": null}, "cloudingo_agent_oav_c": {"type": "integer", "index": 200, "name": "cloudingo_agent_oav_c", "comment": null}, "cloudingo_agent_ordi_c": {"type": "integer", "index": 201, "name": "cloudingo_agent_ordi_c", "comment": null}, "cloudingo_agent_otz_c": {"type": "integer", "index": 202, "name": "cloudingo_agent_otz_c", "comment": null}, "do_not_sync_marketo_c": {"type": "integer", "index": 203, "name": "do_not_sync_marketo_c", "comment": null}, "phone_extension_c": {"type": "integer", "index": 204, "name": "phone_extension_c", "comment": null}, "job_function_c": {"type": "integer", "index": 205, "name": "job_function_c", "comment": null}, "job_level_c": {"type": "integer", "index": 206, "name": "job_level_c", "comment": null}, "direct_office_c": {"type": "integer", "index": 207, "name": "direct_office_c", "comment": null}, "city_c": {"type": "integer", "index": 208, "name": "city_c", "comment": null}, "country_c": {"type": "integer", "index": 209, "name": "country_c", "comment": null}, "state_c": {"type": "integer", "index": 210, "name": "state_c", "comment": null}, "secondary_email_c": {"type": "integer", "index": 211, "name": "secondary_email_c", "comment": null}, "es_seniority_c": {"type": "integer", "index": 212, "name": "es_seniority_c", "comment": null}, "source_last_lead_source_c": {"type": "integer", "index": 213, "name": "source_last_lead_source_c", "comment": null}, "source_last_lead_source_category_c": {"type": "integer", "index": 214, "name": "source_last_lead_source_category_c", "comment": null}, "source_last_lead_source_detail_c": {"type": "integer", "index": 215, "name": "source_last_lead_source_detail_c", "comment": null}, "drift_cql_c": {"type": "integer", "index": 216, "name": "drift_cql_c", "comment": null}, "hot_contact_c": {"type": "integer", "index": 217, "name": "hot_contact_c", "comment": null}, "behavioral_score_c": {"type": "integer", "index": 218, "name": "behavioral_score_c", "comment": null}, "unique_email_c": {"type": "integer", "index": 219, "name": "unique_email_c", "comment": null}, "is_emea_event_routing_c": {"type": "integer", "index": 220, "name": "is_emea_event_routing_c", "comment": null}, "csi_code_c": {"type": "integer", "index": 221, "name": "csi_code_c", "comment": null}, "clearbit_role_c": {"type": "integer", "index": 222, "name": "clearbit_role_c", "comment": null}, "clearbit_seniority_c": {"type": "integer", "index": 223, "name": "clearbit_seniority_c", "comment": null}, "clearbit_sub_role_c": {"type": "integer", "index": 224, "name": "clearbit_sub_role_c", "comment": null}, "rh_2_currency_test_c": {"type": "integer", "index": 225, "name": "rh_2_currency_test_c", "comment": null}, "rh_2_describe_c": {"type": "integer", "index": 226, "name": "rh_2_describe_c", "comment": null}, "rh_2_integer_test_c": {"type": "integer", "index": 227, "name": "rh_2_integer_test_c", "comment": null}, "created_by_role_c": {"type": "integer", "index": 228, "name": "created_by_role_c", "comment": null}, "demographic_score_c": {"type": "integer", "index": 229, "name": "demographic_score_c", "comment": null}, "country_code_c": {"type": "integer", "index": 230, "name": "country_code_c", "comment": null}, "state_code_c": {"type": "integer", "index": 231, "name": "state_code_c", "comment": null}, "attended_event_c": {"type": "integer", "index": 232, "name": "attended_event_c", "comment": null}, "zoominfo_technologies_c": {"type": "integer", "index": 233, "name": "zoominfo_technologies_c", "comment": null}, "mql_date_c": {"type": "integer", "index": 234, "name": "mql_date_c", "comment": null}, "user_gems_user_gems_id_c": {"type": "integer", "index": 235, "name": "user_gems_user_gems_id_c", "comment": null}, "dozisf_zoom_info_company_id_c": {"type": "integer", "index": 236, "name": "dozisf_zoom_info_company_id_c", "comment": null}, "dozisf_zoom_info_first_updated_c": {"type": "integer", "index": 237, "name": "dozisf_zoom_info_first_updated_c", "comment": null}, "dozisf_zoom_info_id_c": {"type": "integer", "index": 238, "name": "dozisf_zoom_info_id_c", "comment": null}, "dozisf_zoom_info_last_updated_c": {"type": "integer", "index": 239, "name": "dozisf_zoom_info_last_updated_c", "comment": null}, "lean_data_manual_route_trigger_c": {"type": "integer", "index": 240, "name": "lean_data_manual_route_trigger_c", "comment": null}, "first_mql_date_c": {"type": "integer", "index": 241, "name": "first_mql_date_c", "comment": null}, "active_relationship_c": {"type": "integer", "index": 242, "name": "active_relationship_c", "comment": null}, "clarus_date_c": {"type": "integer", "index": 243, "name": "clarus_date_c", "comment": null}, "clarus_editor_c": {"type": "integer", "index": 244, "name": "clarus_editor_c", "comment": null}, "clarus_notes_c": {"type": "integer", "index": 245, "name": "clarus_notes_c", "comment": null}, "clarus_project_c": {"type": "integer", "index": 246, "name": "clarus_project_c", "comment": null}, "clarus_status_c": {"type": "integer", "index": 247, "name": "clarus_status_c", "comment": null}, "historical_contact_status_c": {"type": "integer", "index": 248, "name": "historical_contact_status_c", "comment": null}, "fivetran_account_association_date_c": {"type": "integer", "index": 249, "name": "fivetran_account_association_date_c", "comment": null}, "fivetran_account_user_role_s_c": {"type": "integer", "index": 250, "name": "fivetran_account_user_role_s_c", "comment": null}, "mql_reason_c": {"type": "integer", "index": 251, "name": "mql_reason_c", "comment": null}, "attempting_contact_date_time_c": {"type": "integer", "index": 252, "name": "attempting_contact_date_time_c", "comment": null}, "linked_in_url_c": {"type": "integer", "index": 253, "name": "linked_in_url_c", "comment": null}, "trial_contact_start_date_c": {"type": "integer", "index": 254, "name": "trial_contact_start_date_c", "comment": null}, "contact_holdover_c": {"type": "integer", "index": 255, "name": "contact_holdover_c", "comment": null}, "bill_to_contact_hidden_c": {"type": "integer", "index": 256, "name": "bill_to_contact_hidden_c", "comment": null}, "enrichment_request_c": {"type": "integer", "index": 257, "name": "enrichment_request_c", "comment": null}, "meta_data_create_date_c": {"type": "integer", "index": 258, "name": "meta_data_create_date_c", "comment": null}, "primary_se_c": {"type": "integer", "index": 259, "name": "primary_se_c", "comment": null}, "unqualified_reason_c": {"type": "integer", "index": 260, "name": "unqualified_reason_c", "comment": null}, "opp_handoff_ae_c": {"type": "integer", "index": 261, "name": "opp_handoff_ae_c", "comment": null}, "marketing_connector_interest_c": {"type": "integer", "index": 262, "name": "marketing_connector_interest_c", "comment": null}, "recent_marketing_campaign_status_c": {"type": "integer", "index": 263, "name": "recent_marketing_campaign_status_c", "comment": null}, "salesloft_cadence_trigger_c": {"type": "integer", "index": 264, "name": "salesloft_cadence_trigger_c", "comment": null}, "last_ae_activity_owner_c": {"type": "integer", "index": 265, "name": "last_ae_activity_owner_c", "comment": null}, "last_bdr_activity_owner_c": {"type": "integer", "index": 266, "name": "last_bdr_activity_owner_c", "comment": null}, "last_manual_ae_activity_date_c": {"type": "integer", "index": 267, "name": "last_manual_ae_activity_date_c", "comment": null}, "last_manual_bdr_activity_date_c": {"type": "integer", "index": 268, "name": "last_manual_bdr_activity_date_c", "comment": null}, "leandata_contact_owner_override_c": {"type": "integer", "index": 269, "name": "leandata_contact_owner_override_c", "comment": null}, "potential_fivetran_use_case_c": {"type": "integer", "index": 270, "name": "potential_fivetran_use_case_c", "comment": null}, "lean_data_router_completion_date_time_c": {"type": "integer", "index": 271, "name": "lean_data_router_completion_date_time_c", "comment": null}, "partner_territory_c": {"type": "integer", "index": 272, "name": "partner_territory_c", "comment": null}, "partner_company_c": {"type": "integer", "index": 273, "name": "partner_company_c", "comment": null}, "bizible_2_ad_campaign_name_ft_c": {"type": "integer", "index": 274, "name": "bizible_2_ad_campaign_name_ft_c", "comment": null}, "bizible_2_ad_campaign_name_lc_c": {"type": "integer", "index": 275, "name": "bizible_2_ad_campaign_name_lc_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "integer", "index": 276, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_landing_page_ft_c": {"type": "integer", "index": 277, "name": "bizible_2_landing_page_ft_c", "comment": null}, "bizible_2_landing_page_lc_c": {"type": "integer", "index": 278, "name": "bizible_2_landing_page_lc_c", "comment": null}, "bizible_2_marketing_channel_ft_c": {"type": "integer", "index": 279, "name": "bizible_2_marketing_channel_ft_c", "comment": null}, "bizible_2_marketing_channel_lc_c": {"type": "integer", "index": 280, "name": "bizible_2_marketing_channel_lc_c", "comment": null}, "bizible_2_touchpoint_date_ft_c": {"type": "integer", "index": 281, "name": "bizible_2_touchpoint_date_ft_c", "comment": null}, "bizible_2_touchpoint_date_lc_c": {"type": "integer", "index": 282, "name": "bizible_2_touchpoint_date_lc_c", "comment": null}, "bizible_2_touchpoint_source_ft_c": {"type": "integer", "index": 283, "name": "bizible_2_touchpoint_source_ft_c", "comment": null}, "bizible_2_touchpoint_source_lc_c": {"type": "integer", "index": 284, "name": "bizible_2_touchpoint_source_lc_c", "comment": null}, "sales_email_opt_out_c": {"type": "integer", "index": 285, "name": "sales_email_opt_out_c", "comment": null}, "sales_email_opt_out_date_time_c": {"type": "integer", "index": 286, "name": "sales_email_opt_out_date_time_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "integer", "index": 287, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "integer", "index": 288, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_net_suite_sync_error_c": {"type": "integer", "index": 289, "name": "celigo_sfnsio_net_suite_sync_error_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "integer", "index": 290, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "integer", "index": 291, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "ironclad_workflow_c": {"type": "integer", "index": 292, "name": "ironclad_workflow_c", "comment": null}, "last_sales_activity_date_time_c": {"type": "integer", "index": 293, "name": "last_sales_activity_date_time_c", "comment": null}, "user_activity_logged_by_c": {"type": "integer", "index": 294, "name": "user_activity_logged_by_c", "comment": null}, "first_activity_after_mql_date_c": {"type": "integer", "index": 295, "name": "first_activity_after_mql_date_c", "comment": null}, "last_sdr_activity_owner_c": {"type": "integer", "index": 296, "name": "last_sdr_activity_owner_c", "comment": null}, "last_sdr_activity_date_c": {"type": "integer", "index": 297, "name": "last_sdr_activity_date_c", "comment": null}, "beta_connector_interest_c": {"type": "integer", "index": 298, "name": "beta_connector_interest_c", "comment": null}, "first_manual_activity_after_mql_date_c": {"type": "integer", "index": 299, "name": "first_manual_activity_after_mql_date_c", "comment": null}, "user_gems_ug_past_infos_c": {"type": "integer", "index": 300, "name": "user_gems_ug_past_infos_c", "comment": null}, "user_gems_ug_current_infos_c": {"type": "integer", "index": 301, "name": "user_gems_ug_current_infos_c", "comment": null}, "user_gems_ug_created_by_ug_c": {"type": "integer", "index": 302, "name": "user_gems_ug_created_by_ug_c", "comment": null}, "free_trial_email_confirmed_date_c": {"type": "integer", "index": 303, "name": "free_trial_email_confirmed_date_c", "comment": null}, "routed_from_manual_bdr_ae_activity_c": {"type": "integer", "index": 304, "name": "routed_from_manual_bdr_ae_activity_c", "comment": null}, "dnboptimizer_dn_bcontact_record_c": {"type": "integer", "index": 305, "name": "dnboptimizer_dn_bcontact_record_c", "comment": null}, "i_sell_avention_id_c": {"type": "integer", "index": 306, "name": "i_sell_avention_id_c", "comment": null}, "persona_c": {"type": "integer", "index": 307, "name": "persona_c", "comment": null}, "last_marketing_interesting_moment_date_c": {"type": "integer", "index": 308, "name": "last_marketing_interesting_moment_date_c", "comment": null}, "verified_c": {"type": "integer", "index": 309, "name": "verified_c", "comment": null}, "salesloft_owner_c": {"type": "integer", "index": 310, "name": "salesloft_owner_c", "comment": null}, "salesloft_owner_sf_c": {"type": "integer", "index": 311, "name": "salesloft_owner_sf_c", "comment": null}, "email_opt_out_date_time_c": {"type": "integer", "index": 312, "name": "email_opt_out_date_time_c", "comment": null}, "pbf_startup_primary_role_c": {"type": "integer", "index": 313, "name": "pbf_startup_primary_role_c", "comment": null}, "pbf_startup_certify_eligibility_c": {"type": "integer", "index": 314, "name": "pbf_startup_certify_eligibility_c", "comment": null}, "engagio_intent_minutes_last_30_days_c": {"type": "integer", "index": 315, "name": "engagio_intent_minutes_last_30_days_c", "comment": null}, "engagio_engagement_minutes_last_3_months_c": {"type": "integer", "index": 316, "name": "engagio_engagement_minutes_last_3_months_c", "comment": null}, "engagio_engagement_minutes_last_7_days_c": {"type": "integer", "index": 317, "name": "engagio_engagement_minutes_last_7_days_c", "comment": null}, "engagio_first_engagement_date_c": {"type": "integer", "index": 318, "name": "engagio_first_engagement_date_c", "comment": null}, "engagio_department_c": {"type": "integer", "index": 319, "name": "engagio_department_c", "comment": null}, "engagio_role_c": {"type": "integer", "index": 320, "name": "engagio_role_c", "comment": null}, "mql_date_changed_c": {"type": "integer", "index": 321, "name": "mql_date_changed_c", "comment": null}, "first_activity_after_mql_changed_c": {"type": "integer", "index": 322, "name": "first_activity_after_mql_changed_c", "comment": null}, "birthdate": {"type": "timestamp without time zone", "index": 323, "name": "birthdate", "comment": null}, "legacy_hvr_id_c": {"type": "integer", "index": 324, "name": "legacy_hvr_id_c", "comment": null}, "has_opted_out_of_fax": {"type": "integer", "index": 325, "name": "has_opted_out_of_fax", "comment": null}, "other_latitude": {"type": "integer", "index": 326, "name": "other_latitude", "comment": null}, "username_c": {"type": "integer", "index": 327, "name": "username_c", "comment": null}, "assistant_name": {"type": "integer", "index": 328, "name": "assistant_name", "comment": null}, "created_at_c": {"type": "integer", "index": 329, "name": "created_at_c", "comment": null}, "partner_contact_deprecate_c": {"type": "integer", "index": 330, "name": "partner_contact_deprecate_c", "comment": null}, "other_street": {"type": "integer", "index": 331, "name": "other_street", "comment": null}, "other_state": {"type": "integer", "index": 332, "name": "other_state", "comment": null}, "home_phone": {"type": "integer", "index": 333, "name": "home_phone", "comment": null}, "other_city": {"type": "integer", "index": 334, "name": "other_city", "comment": null}, "company_c": {"type": "integer", "index": 335, "name": "company_c", "comment": null}, "opportunity_c": {"type": "integer", "index": 336, "name": "opportunity_c", "comment": null}, "hvr_update_c": {"type": "integer", "index": 337, "name": "hvr_update_c", "comment": null}, "other_phone": {"type": "integer", "index": 338, "name": "other_phone", "comment": null}, "other_geocode_accuracy": {"type": "integer", "index": 339, "name": "other_geocode_accuracy", "comment": null}, "other_postal_code": {"type": "integer", "index": 340, "name": "other_postal_code", "comment": null}, "other_country": {"type": "integer", "index": 341, "name": "other_country", "comment": null}, "assistant_phone": {"type": "integer", "index": 342, "name": "assistant_phone", "comment": null}, "jigsaw": {"type": "integer", "index": 343, "name": "jigsaw", "comment": null}, "avatar_c": {"type": "integer", "index": 344, "name": "avatar_c", "comment": null}, "other_longitude": {"type": "integer", "index": 345, "name": "other_longitude", "comment": null}, "lean_data_status_info_c": {"type": "integer", "index": 346, "name": "lean_data_status_info_c", "comment": null}, "analytics_id_c": {"type": "integer", "index": 347, "name": "analytics_id_c", "comment": null}, "dnb_primary_address_postal_code_c": {"type": "integer", "index": 348, "name": "dnb_primary_address_postal_code_c", "comment": null}, "dnb_contact_phone_c": {"type": "integer", "index": 349, "name": "dnb_contact_phone_c", "comment": null}, "dnb_email_deliverability_score_c": {"type": "integer", "index": 350, "name": "dnb_email_deliverability_score_c", "comment": null}, "dnb_job_title_c": {"type": "integer", "index": 351, "name": "dnb_job_title_c", "comment": null}, "dnb_email_c": {"type": "integer", "index": 352, "name": "dnb_email_c", "comment": null}, "dnb_primary_address_city_c": {"type": "integer", "index": 353, "name": "dnb_primary_address_city_c", "comment": null}, "dnb_phone_accuracy_score_c": {"type": "integer", "index": 354, "name": "dnb_phone_accuracy_score_c", "comment": null}, "dnb_primary_address_state_province_c": {"type": "integer", "index": 355, "name": "dnb_primary_address_state_province_c", "comment": null}, "dnb_primary_address_state_province_abbre_c": {"type": "integer", "index": 356, "name": "dnb_primary_address_state_province_abbre_c", "comment": null}, "dnb_primary_address_country_region_code_c": {"type": "integer", "index": 357, "name": "dnb_primary_address_country_region_code_c", "comment": null}, "email_opt_in_double_c": {"type": "integer", "index": 358, "name": "email_opt_in_double_c", "comment": null}, "phone_number_catch_all_c": {"type": "integer", "index": 359, "name": "phone_number_catch_all_c", "comment": null}, "contact_owners_manager_stamped_c": {"type": "integer", "index": 360, "name": "contact_owners_manager_stamped_c", "comment": null}, "fivetran_account_id_c": {"type": "integer", "index": 361, "name": "fivetran_account_id_c", "comment": null}, "contacts_domain_exists_c": {"type": "integer", "index": 362, "name": "contacts_domain_exists_c", "comment": null}, "utm_id_c": {"type": "integer", "index": 363, "name": "utm_id_c", "comment": null}, "self_service_routing_c": {"type": "integer", "index": 364, "name": "self_service_routing_c", "comment": null}, "no_geo_data_c": {"type": "integer", "index": 365, "name": "no_geo_data_c", "comment": null}, "to_be_deleted_salesloft_backfill_c": {"type": "integer", "index": 366, "name": "to_be_deleted_salesloft_backfill_c", "comment": null}, "do_not_sync_reason_marketo_c": {"type": "integer", "index": 367, "name": "do_not_sync_reason_marketo_c", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 368, "name": "_fivetran_active", "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.salesforce_source.salesforce.contact"}, "source.salesforce_source.salesforce.event": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_event_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "activity_date": {"type": "timestamp without time zone", "index": 4, "name": "activity_date", "comment": null}, "activity_date_time": {"type": "timestamp without time zone", "index": 5, "name": "activity_date_time", "comment": null}, "created_by_id": {"type": "text", "index": 6, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 7, "name": "created_date", "comment": null}, "description": {"type": "text", "index": 8, "name": "description", "comment": null}, "duration_in_minutes": {"type": "integer", "index": 9, "name": "duration_in_minutes", "comment": null}, "end_date_time": {"type": "timestamp without time zone", "index": 10, "name": "end_date_time", "comment": null}, "event_subtype": {"type": "text", "index": 11, "name": "event_subtype", "comment": null}, "group_event_type": {"type": "integer", "index": 12, "name": "group_event_type", "comment": null}, "invitee_uuid_c": {"type": "integer", "index": 13, "name": "invitee_uuid_c", "comment": null}, "is_child": {"type": "boolean", "index": 14, "name": "is_child", "comment": null}, "is_deleted": {"type": "boolean", "index": 15, "name": "is_deleted", "comment": null}, "is_group_event": {"type": "boolean", "index": 16, "name": "is_group_event", "comment": null}, "is_private": {"type": "boolean", "index": 17, "name": "is_private", "comment": null}, "is_recurrence": {"type": "boolean", "index": 18, "name": "is_recurrence", "comment": null}, "is_reminder_set": {"type": "boolean", "index": 19, "name": "is_reminder_set", "comment": null}, "last_modified_by_id": {"type": "text", "index": 20, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 21, "name": "last_modified_date", "comment": null}, "location": {"type": "integer", "index": 22, "name": "location", "comment": null}, "no_show_c": {"type": "boolean", "index": 23, "name": "no_show_c", "comment": null}, "owner_id": {"type": "text", "index": 24, "name": "owner_id", "comment": null}, "recurrence_activity_id": {"type": "integer", "index": 25, "name": "recurrence_activity_id", "comment": null}, "recurrence_day_of_month": {"type": "integer", "index": 26, "name": "recurrence_day_of_month", "comment": null}, "recurrence_day_of_week_mask": {"type": "integer", "index": 27, "name": "recurrence_day_of_week_mask", "comment": null}, "recurrence_end_date_only": {"type": "timestamp without time zone", "index": 28, "name": "recurrence_end_date_only", "comment": null}, "recurrence_instance": {"type": "integer", "index": 29, "name": "recurrence_instance", "comment": null}, "recurrence_interval": {"type": "integer", "index": 30, "name": "recurrence_interval", "comment": null}, "recurrence_month_of_year": {"type": "integer", "index": 31, "name": "recurrence_month_of_year", "comment": null}, "recurrence_start_date_time": {"type": "timestamp without time zone", "index": 32, "name": "recurrence_start_date_time", "comment": null}, "recurrence_time_zone_sid_key": {"type": "integer", "index": 33, "name": "recurrence_time_zone_sid_key", "comment": null}, "recurrence_type": {"type": "integer", "index": 34, "name": "recurrence_type", "comment": null}, "referral_account_c": {"type": "integer", "index": 35, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "integer", "index": 36, "name": "referral_contact_c", "comment": null}, "reminder_date_time": {"type": "timestamp without time zone", "index": 37, "name": "reminder_date_time", "comment": null}, "show_as": {"type": "text", "index": 38, "name": "show_as", "comment": null}, "start_date_time": {"type": "timestamp without time zone", "index": 39, "name": "start_date_time", "comment": null}, "subject": {"type": "text", "index": 40, "name": "subject", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 41, "name": "system_modstamp", "comment": null}, "type": {"type": "text", "index": 42, "name": "type", "comment": null}, "what_count": {"type": "integer", "index": 43, "name": "what_count", "comment": null}, "what_id": {"type": "text", "index": 44, "name": "what_id", "comment": null}, "who_count": {"type": "integer", "index": 45, "name": "who_count", "comment": null}, "who_id": {"type": "text", "index": 46, "name": "who_id", "comment": null}, "first_meeting_held_c": {"type": "integer", "index": 47, "name": "first_meeting_held_c", "comment": null}, "associated_sdr_c": {"type": "integer", "index": 48, "name": "associated_sdr_c", "comment": null}, "first_meeting_c": {"type": "integer", "index": 49, "name": "first_meeting_c", "comment": null}, "call_recording_c": {"type": "integer", "index": 50, "name": "call_recording_c", "comment": null}, "affectlayer_chorus_call_id_c": {"type": "integer", "index": 51, "name": "affectlayer_chorus_call_id_c", "comment": null}, "affectlayer_affect_layer_call_id_c": {"type": "integer", "index": 52, "name": "affectlayer_affect_layer_call_id_c", "comment": null}, "last_rep_activity_date_c": {"type": "integer", "index": 53, "name": "last_rep_activity_date_c", "comment": null}, "lid_url_c": {"type": "integer", "index": 54, "name": "lid_url_c", "comment": null}, "lid_date_sent_c": {"type": "integer", "index": 55, "name": "lid_date_sent_c", "comment": null}, "sales_loft_step_id_c": {"type": "integer", "index": 56, "name": "sales_loft_step_id_c", "comment": null}, "sales_loft_step_name_c": {"type": "integer", "index": 57, "name": "sales_loft_step_name_c", "comment": null}, "sales_loft_step_type_c": {"type": "integer", "index": 58, "name": "sales_loft_step_type_c", "comment": null}, "sales_loft_email_template_id_c": {"type": "integer", "index": 59, "name": "sales_loft_email_template_id_c", "comment": null}, "sales_loft_external_identifier_c": {"type": "integer", "index": 60, "name": "sales_loft_external_identifier_c", "comment": null}, "sales_loft_cadence_id_c": {"type": "integer", "index": 61, "name": "sales_loft_cadence_id_c", "comment": null}, "sales_loft_clicked_count_c": {"type": "integer", "index": 62, "name": "sales_loft_clicked_count_c", "comment": null}, "sales_loft_cadence_name_c": {"type": "integer", "index": 63, "name": "sales_loft_cadence_name_c", "comment": null}, "sales_loft_reply_count_c": {"type": "integer", "index": 64, "name": "sales_loft_reply_count_c", "comment": null}, "call_disposition_c": {"type": "integer", "index": 65, "name": "call_disposition_c", "comment": null}, "sales_loft_email_template_title_c": {"type": "integer", "index": 66, "name": "sales_loft_email_template_title_c", "comment": null}, "sales_loft_step_day_new_c": {"type": "integer", "index": 67, "name": "sales_loft_step_day_new_c", "comment": null}, "call_disposition_2_c": {"type": "integer", "index": 68, "name": "call_disposition_2_c", "comment": null}, "sales_loft_viewed_count_c": {"type": "integer", "index": 69, "name": "sales_loft_viewed_count_c", "comment": null}, "sales_loft_1_sales_loft_step_day_c": {"type": "integer", "index": 70, "name": "sales_loft_1_sales_loft_step_day_c", "comment": null}, "sales_loft_1_sales_loft_clicked_count_c": {"type": "integer", "index": 71, "name": "sales_loft_1_sales_loft_clicked_count_c", "comment": null}, "sales_loft_1_sales_loft_view_count_c": {"type": "integer", "index": 72, "name": "sales_loft_1_sales_loft_view_count_c", "comment": null}, "sales_loft_1_call_disposition_c": {"type": "integer", "index": 73, "name": "sales_loft_1_call_disposition_c", "comment": null}, "sales_loft_1_sales_loft_replies_count_c": {"type": "integer", "index": 74, "name": "sales_loft_1_sales_loft_replies_count_c", "comment": null}, "sales_loft_1_sales_loft_cadence_name_c": {"type": "integer", "index": 75, "name": "sales_loft_1_sales_loft_cadence_name_c", "comment": null}, "sales_loft_1_call_sentiment_c": {"type": "integer", "index": 76, "name": "sales_loft_1_call_sentiment_c", "comment": null}, "sales_loft_1_sales_loft_email_template_title_c": {"type": "integer", "index": 77, "name": "sales_loft_1_sales_loft_email_template_title_c", "comment": null}, "is_recurrence_2": {"type": "boolean", "index": 78, "name": "is_recurrence_2", "comment": null}, "is_recurrence_2_exception": {"type": "boolean", "index": 79, "name": "is_recurrence_2_exception", "comment": null}, "is_recurrence_2_exclusion": {"type": "boolean", "index": 80, "name": "is_recurrence_2_exclusion", "comment": null}, "recurrence_2_pattern_start_date": {"type": "timestamp without time zone", "index": 81, "name": "recurrence_2_pattern_start_date", "comment": null}, "recurrence_2_pattern_text": {"type": "integer", "index": 82, "name": "recurrence_2_pattern_text", "comment": null}, "recurrence_2_pattern_time_zone": {"type": "integer", "index": 83, "name": "recurrence_2_pattern_time_zone", "comment": null}, "recurrence_2_pattern_version": {"type": "integer", "index": 84, "name": "recurrence_2_pattern_version", "comment": null}, "co_selling_activity_c": {"type": "integer", "index": 85, "name": "co_selling_activity_c", "comment": null}, "is_a_co_sell_activity_c": {"type": "integer", "index": 86, "name": "is_a_co_sell_activity_c", "comment": null}, "partner_contact_c": {"type": "integer", "index": 87, "name": "partner_contact_c", "comment": null}, "description_c": {"type": "integer", "index": 88, "name": "description_c", "comment": null}, "campaign_c": {"type": "integer", "index": 89, "name": "campaign_c", "comment": null}, "event_name_c": {"type": "integer", "index": 90, "name": "event_name_c", "comment": null}, "partner_account_c": {"type": "integer", "index": 91, "name": "partner_account_c", "comment": null}, "topic_c": {"type": "integer", "index": 92, "name": "topic_c", "comment": null}, "attendance_number_c": {"type": "integer", "index": 93, "name": "attendance_number_c", "comment": null}, "partner_activity_type_c": {"type": "integer", "index": 94, "name": "partner_activity_type_c", "comment": null}, "how_did_you_bring_value_or_create_trust_c": {"type": "integer", "index": 95, "name": "how_did_you_bring_value_or_create_trust_c", "comment": null}, "proof_of_referral_c": {"type": "integer", "index": 96, "name": "proof_of_referral_c", "comment": null}, "how_did_you_bring_value_or_earn_trust_c": {"type": "integer", "index": 97, "name": "how_did_you_bring_value_or_earn_trust_c", "comment": null}, "duration_in_minutes_c": {"type": "integer", "index": 98, "name": "duration_in_minutes_c", "comment": null}, "vidyard_c": {"type": "boolean", "index": 99, "name": "vidyard_c", "comment": null}, "collections_hold_c": {"type": "boolean", "index": 100, "name": "collections_hold_c", "comment": null}, "execute_collections_plan_activity_c": {"type": "boolean", "index": 101, "name": "execute_collections_plan_activity_c", "comment": null}, "expected_payment_date_c": {"type": "integer", "index": 102, "name": "expected_payment_date_c", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 103, "name": "end_date", "comment": null}, "opportunity_c": {"type": "integer", "index": 104, "name": "opportunity_c", "comment": null}, "meeting_type_c": {"type": "integer", "index": 105, "name": "meeting_type_c", "comment": null}, "meeting_name_c": {"type": "integer", "index": 106, "name": "meeting_name_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "integer", "index": 107, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_bizible_touchpoint_date_c": {"type": "integer", "index": 108, "name": "bizible_2_bizible_touchpoint_date_c", "comment": null}, "assigned_to_role_c": {"type": "integer", "index": 109, "name": "assigned_to_role_c", "comment": null}, "assigned_to_name_c": {"type": "integer", "index": 110, "name": "assigned_to_name_c", "comment": null}, "legacy_hvr_id_c": {"type": "integer", "index": 111, "name": "legacy_hvr_id_c", "comment": null}, "is_archived": {"type": "boolean", "index": 112, "name": "is_archived", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 113, "name": "_fivetran_active", "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.salesforce_source.salesforce.event"}, "source.salesforce_source.salesforce.lead": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_lead_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"country": {"type": "integer", "index": 1, "name": "country", "comment": null}, "email_bounced_reason": {"type": "integer", "index": 2, "name": "email_bounced_reason", "comment": null}, "email_bounced_date": {"type": "timestamp without time zone", "index": 3, "name": "email_bounced_date", "comment": null}, "owner_id": {"type": "text", "index": 4, "name": "owner_id", "comment": null}, "secondary_email_c": {"type": "integer", "index": 5, "name": "secondary_email_c", "comment": null}, "lead_source": {"type": "integer", "index": 6, "name": "lead_source", "comment": null}, "converted_date": {"type": "timestamp without time zone", "index": 7, "name": "converted_date", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 8, "name": "last_modified_date", "comment": null}, "master_record_id": {"type": "integer", "index": 9, "name": "master_record_id", "comment": null}, "last_modified_by_id": {"type": "text", "index": 10, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 11, "name": "system_modstamp", "comment": null}, "geocode_accuracy": {"type": "integer", "index": 12, "name": "geocode_accuracy", "comment": null}, "converted_contact_id": {"type": "text", "index": 13, "name": "converted_contact_id", "comment": null}, "up_region_c": {"type": "integer", "index": 14, "name": "up_region_c", "comment": null}, "id": {"type": "text", "index": 15, "name": "id", "comment": null}, "photo_url": {"type": "text", "index": 16, "name": "photo_url", "comment": null}, "state": {"type": "integer", "index": 17, "name": "state", "comment": null}, "longitude": {"type": "integer", "index": 18, "name": "longitude", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 19, "name": "last_referenced_date", "comment": null}, "up_district_c": {"type": "integer", "index": 20, "name": "up_district_c", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 21, "name": "last_activity_date", "comment": null}, "country_code": {"type": "integer", "index": 22, "name": "country_code", "comment": null}, "phone": {"type": "integer", "index": 23, "name": "phone", "comment": null}, "mc_4_sf_mc_subscriber_c": {"type": "integer", "index": 24, "name": "mc_4_sf_mc_subscriber_c", "comment": null}, "name": {"type": "text", "index": 25, "name": "name", "comment": null}, "jigsaw_contact_id": {"type": "integer", "index": 26, "name": "jigsaw_contact_id", "comment": null}, "lead_source_detail_c": {"type": "integer", "index": 27, "name": "lead_source_detail_c", "comment": null}, "created_by_id": {"type": "text", "index": 28, "name": "created_by_id", "comment": null}, "salutation": {"type": "integer", "index": 29, "name": "salutation", "comment": null}, "is_converted": {"type": "boolean", "index": 30, "name": "is_converted", "comment": null}, "state_code": {"type": "integer", "index": 31, "name": "state_code", "comment": null}, "is_unread_by_owner": {"type": "boolean", "index": 32, "name": "is_unread_by_owner", "comment": null}, "status": {"type": "text", "index": 33, "name": "status", "comment": null}, "city": {"type": "integer", "index": 34, "name": "city", "comment": null}, "latitude": {"type": "integer", "index": 35, "name": "latitude", "comment": null}, "cbit_clearbit_c": {"type": "integer", "index": 36, "name": "cbit_clearbit_c", "comment": null}, "industry": {"type": "text", "index": 37, "name": "industry", "comment": null}, "title": {"type": "integer", "index": 38, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 39, "name": "_fivetran_synced", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 40, "name": "last_viewed_date", "comment": null}, "converted_opportunity_id": {"type": "integer", "index": 41, "name": "converted_opportunity_id", "comment": null}, "is_deleted": {"type": "boolean", "index": 42, "name": "is_deleted", "comment": null}, "street": {"type": "integer", "index": 43, "name": "street", "comment": null}, "company": {"type": "text", "index": 44, "name": "company", "comment": null}, "first_name": {"type": "text", "index": 45, "name": "first_name", "comment": null}, "email": {"type": "text", "index": 46, "name": "email", "comment": null}, "website": {"type": "integer", "index": 47, "name": "website", "comment": null}, "last_name": {"type": "text", "index": 48, "name": "last_name", "comment": null}, "number_of_employees": {"type": "integer", "index": 49, "name": "number_of_employees", "comment": null}, "up_territory_c": {"type": "integer", "index": 50, "name": "up_territory_c", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 51, "name": "created_date", "comment": null}, "gclid_c": {"type": "integer", "index": 52, "name": "gclid_c", "comment": null}, "active_in_sequence_c": {"type": "boolean", "index": 53, "name": "active_in_sequence_c", "comment": null}, "postal_code": {"type": "integer", "index": 54, "name": "postal_code", "comment": null}, "cbit_clearbit_ready_c": {"type": "boolean", "index": 55, "name": "cbit_clearbit_ready_c", "comment": null}, "has_opted_out_of_email": {"type": "boolean", "index": 56, "name": "has_opted_out_of_email", "comment": null}, "converted_account_id": {"type": "text", "index": 57, "name": "converted_account_id", "comment": null}, "mobile_phone": {"type": "integer", "index": 58, "name": "mobile_phone", "comment": null}, "calendly_created_c": {"type": "integer", "index": 59, "name": "calendly_created_c", "comment": null}, "account_c": {"type": "integer", "index": 60, "name": "account_c", "comment": null}, "all_connectors_c": {"type": "integer", "index": 61, "name": "all_connectors_c", "comment": null}, "all_data_warehouses_c": {"type": "integer", "index": 62, "name": "all_data_warehouses_c", "comment": null}, "bi_tools_c": {"type": "integer", "index": 63, "name": "bi_tools_c", "comment": null}, "competitors_c": {"type": "integer", "index": 64, "name": "competitors_c", "comment": null}, "annual_revenue": {"type": "integer", "index": 65, "name": "annual_revenue", "comment": null}, "connectors_products_c": {"type": "integer", "index": 66, "name": "connectors_products_c", "comment": null}, "contact_c": {"type": "integer", "index": 67, "name": "contact_c", "comment": null}, "data_warehouse_products_c": {"type": "integer", "index": 68, "name": "data_warehouse_products_c", "comment": null}, "notes_c": {"type": "integer", "index": 69, "name": "notes_c", "comment": null}, "timeframe_c": {"type": "integer", "index": 70, "name": "timeframe_c", "comment": null}, "account_all_products_c": {"type": "integer", "index": 71, "name": "account_all_products_c", "comment": null}, "account_bi_tools_c": {"type": "integer", "index": 72, "name": "account_bi_tools_c", "comment": null}, "account_data_warehouses_c": {"type": "integer", "index": 73, "name": "account_data_warehouses_c", "comment": null}, "opportunity_competitors_c": {"type": "integer", "index": 74, "name": "opportunity_competitors_c", "comment": null}, "opportunity_products_c": {"type": "integer", "index": 75, "name": "opportunity_products_c", "comment": null}, "description": {"type": "integer", "index": 76, "name": "description", "comment": null}, "referral_account_c": {"type": "integer", "index": 77, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "integer", "index": 78, "name": "referral_contact_c", "comment": null}, "volume_in_millions_c": {"type": "integer", "index": 79, "name": "volume_in_millions_c", "comment": null}, "feature_requests_c": {"type": "integer", "index": 80, "name": "feature_requests_c", "comment": null}, "lead_number_c": {"type": "integer", "index": 81, "name": "lead_number_c", "comment": null}, "demo_scheduled_by_calenderly_c": {"type": "boolean", "index": 82, "name": "demo_scheduled_by_calenderly_c", "comment": null}, "to_delete_c": {"type": "boolean", "index": 83, "name": "to_delete_c", "comment": null}, "bounced_email_c": {"type": "integer", "index": 84, "name": "bounced_email_c", "comment": null}, "email_quality_c": {"type": "boolean", "index": 85, "name": "email_quality_c", "comment": null}, "email_quality_catchall_c": {"type": "integer", "index": 86, "name": "email_quality_catchall_c", "comment": null}, "old_lead_source_c": {"type": "integer", "index": 87, "name": "old_lead_source_c", "comment": null}, "email_bounced_c": {"type": "boolean", "index": 88, "name": "email_bounced_c", "comment": null}, "old_lead_source_detail_c": {"type": "integer", "index": 89, "name": "old_lead_source_detail_c", "comment": null}, "utm_medium_c": {"type": "integer", "index": 90, "name": "utm_medium_c", "comment": null}, "utm_source_c": {"type": "integer", "index": 91, "name": "utm_source_c", "comment": null}, "utm_campaign_c": {"type": "integer", "index": 92, "name": "utm_campaign_c", "comment": null}, "utm_content_c": {"type": "integer", "index": 93, "name": "utm_content_c", "comment": null}, "utm_term_c": {"type": "integer", "index": 94, "name": "utm_term_c", "comment": null}, "act_on_lead_score_c": {"type": "integer", "index": 95, "name": "act_on_lead_score_c", "comment": null}, "cbit_created_by_clearbit_c": {"type": "boolean", "index": 96, "name": "cbit_created_by_clearbit_c", "comment": null}, "fivetran_user_id_c": {"type": "integer", "index": 97, "name": "fivetran_user_id_c", "comment": null}, "geo_state_acton_c": {"type": "integer", "index": 98, "name": "geo_state_acton_c", "comment": null}, "actoncountry_c": {"type": "integer", "index": 99, "name": "actoncountry_c", "comment": null}, "actoncity_c": {"type": "integer", "index": 100, "name": "actoncity_c", "comment": null}, "actoncountrycode_c": {"type": "integer", "index": 101, "name": "actoncountrycode_c", "comment": null}, "actonpostalcode_c": {"type": "integer", "index": 102, "name": "actonpostalcode_c", "comment": null}, "actonreferrer_c": {"type": "integer", "index": 103, "name": "actonreferrer_c", "comment": null}, "actonstate_c": {"type": "integer", "index": 104, "name": "actonstate_c", "comment": null}, "geo_city_c": {"type": "integer", "index": 105, "name": "geo_city_c", "comment": null}, "geo_country_c": {"type": "integer", "index": 106, "name": "geo_country_c", "comment": null}, "geo_country_code_c": {"type": "integer", "index": 107, "name": "geo_country_code_c", "comment": null}, "geo_postal_code_c": {"type": "integer", "index": 108, "name": "geo_postal_code_c", "comment": null}, "geo_state_c": {"type": "integer", "index": 109, "name": "geo_state_c", "comment": null}, "company_type_c": {"type": "integer", "index": 110, "name": "company_type_c", "comment": null}, "pi_campaign_c": {"type": "integer", "index": 111, "name": "pi_campaign_c", "comment": null}, "pi_comments_c": {"type": "integer", "index": 112, "name": "pi_comments_c", "comment": null}, "pi_conversion_date_c": {"type": "integer", "index": 113, "name": "pi_conversion_date_c", "comment": null}, "pi_conversion_object_name_c": {"type": "integer", "index": 114, "name": "pi_conversion_object_name_c", "comment": null}, "pi_conversion_object_type_c": {"type": "integer", "index": 115, "name": "pi_conversion_object_type_c", "comment": null}, "pi_created_date_c": {"type": "integer", "index": 116, "name": "pi_created_date_c", "comment": null}, "pi_first_activity_c": {"type": "integer", "index": 117, "name": "pi_first_activity_c", "comment": null}, "pi_first_search_term_c": {"type": "integer", "index": 118, "name": "pi_first_search_term_c", "comment": null}, "pi_first_search_type_c": {"type": "integer", "index": 119, "name": "pi_first_search_type_c", "comment": null}, "pi_first_touch_url_c": {"type": "integer", "index": 120, "name": "pi_first_touch_url_c", "comment": null}, "pi_grade_c": {"type": "integer", "index": 121, "name": "pi_grade_c", "comment": null}, "pi_last_activity_c": {"type": "integer", "index": 122, "name": "pi_last_activity_c", "comment": null}, "pi_needs_score_synced_c": {"type": "integer", "index": 123, "name": "pi_needs_score_synced_c", "comment": null}, "pi_notes_c": {"type": "integer", "index": 124, "name": "pi_notes_c", "comment": null}, "pi_pardot_hard_bounced_c": {"type": "integer", "index": 125, "name": "pi_pardot_hard_bounced_c", "comment": null}, "pi_pardot_last_scored_at_c": {"type": "integer", "index": 126, "name": "pi_pardot_last_scored_at_c", "comment": null}, "pi_score_c": {"type": "integer", "index": 127, "name": "pi_score_c", "comment": null}, "pi_url_c": {"type": "integer", "index": 128, "name": "pi_url_c", "comment": null}, "pi_utm_campaign_c": {"type": "integer", "index": 129, "name": "pi_utm_campaign_c", "comment": null}, "pi_utm_content_c": {"type": "integer", "index": 130, "name": "pi_utm_content_c", "comment": null}, "pi_utm_medium_c": {"type": "integer", "index": 131, "name": "pi_utm_medium_c", "comment": null}, "pi_utm_source_c": {"type": "integer", "index": 132, "name": "pi_utm_source_c", "comment": null}, "pi_utm_term_c": {"type": "integer", "index": 133, "name": "pi_utm_term_c", "comment": null}, "fax": {"type": "integer", "index": 134, "name": "fax", "comment": null}, "region_c": {"type": "integer", "index": 135, "name": "region_c", "comment": null}, "competitor_c": {"type": "boolean", "index": 136, "name": "competitor_c", "comment": null}, "source_detail_c": {"type": "integer", "index": 137, "name": "source_detail_c", "comment": null}, "fivetran_account_stage_c": {"type": "integer", "index": 138, "name": "fivetran_account_stage_c", "comment": null}, "fivetran_account_id_c": {"type": "integer", "index": 139, "name": "fivetran_account_id_c", "comment": null}, "lean_data_router_status_c": {"type": "integer", "index": 140, "name": "lean_data_router_status_c", "comment": null}, "lean_data_matched_lead_c": {"type": "integer", "index": 141, "name": "lean_data_matched_lead_c", "comment": null}, "lean_data_routing_action_c": {"type": "text", "index": 142, "name": "lean_data_routing_action_c", "comment": null}, "lean_data_search_index_c": {"type": "text", "index": 143, "name": "lean_data_search_index_c", "comment": null}, "lean_data_reporting_matched_account_c": {"type": "text", "index": 144, "name": "lean_data_reporting_matched_account_c", "comment": null}, "lean_data_reporting_timestamp_c": {"type": "timestamp without time zone", "index": 145, "name": "lean_data_reporting_timestamp_c", "comment": null}, "lean_data_ld_segment_c": {"type": "integer", "index": 146, "name": "lean_data_ld_segment_c", "comment": null}, "lean_data_marketing_sys_created_date_c": {"type": "integer", "index": 147, "name": "lean_data_marketing_sys_created_date_c", "comment": null}, "lean_data_matched_account_c": {"type": "integer", "index": 148, "name": "lean_data_matched_account_c", "comment": null}, "lean_data_a_2_b_account_c": {"type": "integer", "index": 149, "name": "lean_data_a_2_b_account_c", "comment": null}, "lean_data_search_c": {"type": "integer", "index": 150, "name": "lean_data_search_c", "comment": null}, "lean_data_routing_status_c": {"type": "text", "index": 151, "name": "lean_data_routing_status_c", "comment": null}, "lean_data_a_2_b_group_c": {"type": "integer", "index": 152, "name": "lean_data_a_2_b_group_c", "comment": null}, "lean_data_matched_buyer_persona_c": {"type": "integer", "index": 153, "name": "lean_data_matched_buyer_persona_c", "comment": null}, "lean_data_tag_c": {"type": "integer", "index": 154, "name": "lean_data_tag_c", "comment": null}, "lean_data_status_info_c": {"type": "integer", "index": 155, "name": "lean_data_status_info_c", "comment": null}, "lean_data_modified_score_c": {"type": "integer", "index": 156, "name": "lean_data_modified_score_c", "comment": null}, "do_not_route_lead_c": {"type": "boolean", "index": 157, "name": "do_not_route_lead_c", "comment": null}, "partner_type_c": {"type": "integer", "index": 158, "name": "partner_type_c", "comment": null}, "allbound_id_c": {"type": "integer", "index": 159, "name": "allbound_id_c", "comment": null}, "lid_linked_in_company_id_c": {"type": "integer", "index": 160, "name": "lid_linked_in_company_id_c", "comment": null}, "lid_linked_in_member_token_c": {"type": "integer", "index": 161, "name": "lid_linked_in_member_token_c", "comment": null}, "lean_data_re_route_c": {"type": "integer", "index": 162, "name": "lean_data_re_route_c", "comment": null}, "sales_loft_1_most_recent_cadence_next_step_due_date_c": {"type": "integer", "index": 163, "name": "sales_loft_1_most_recent_cadence_next_step_due_date_c", "comment": null}, "sales_loft_1_most_recent_last_completed_step_c": {"type": "integer", "index": 164, "name": "sales_loft_1_most_recent_last_completed_step_c", "comment": null}, "sales_loft_1_most_recent_cadence_name_c": {"type": "integer", "index": 165, "name": "sales_loft_1_most_recent_cadence_name_c", "comment": null}, "network_c": {"type": "integer", "index": 166, "name": "network_c", "comment": null}, "matchtype_c": {"type": "integer", "index": 167, "name": "matchtype_c", "comment": null}, "device_c": {"type": "integer", "index": 168, "name": "device_c", "comment": null}, "creative_c": {"type": "integer", "index": 169, "name": "creative_c", "comment": null}, "adgroupid_c": {"type": "integer", "index": 170, "name": "adgroupid_c", "comment": null}, "keyword_c": {"type": "integer", "index": 171, "name": "keyword_c", "comment": null}, "campaignid_c": {"type": "integer", "index": 172, "name": "campaignid_c", "comment": null}, "partner_rep_email_c": {"type": "integer", "index": 173, "name": "partner_rep_email_c", "comment": null}, "partner_rep_name_c": {"type": "integer", "index": 174, "name": "partner_rep_name_c", "comment": null}, "lead_type_c": {"type": "integer", "index": 175, "name": "lead_type_c", "comment": null}, "contact_stage_c": {"type": "text", "index": 176, "name": "contact_stage_c", "comment": null}, "original_utm_campaign_c": {"type": "integer", "index": 177, "name": "original_utm_campaign_c", "comment": null}, "original_utm_content_c": {"type": "integer", "index": 178, "name": "original_utm_content_c", "comment": null}, "original_utm_medium_c": {"type": "integer", "index": 179, "name": "original_utm_medium_c", "comment": null}, "original_utm_source_c": {"type": "integer", "index": 180, "name": "original_utm_source_c", "comment": null}, "original_utm_term_c": {"type": "integer", "index": 181, "name": "original_utm_term_c", "comment": null}, "es_app_esalexa_rank_c": {"type": "integer", "index": 182, "name": "es_app_esalexa_rank_c", "comment": null}, "es_app_esaudience_names_c": {"type": "integer", "index": 183, "name": "es_app_esaudience_names_c", "comment": null}, "es_app_escity_c": {"type": "integer", "index": 184, "name": "es_app_escity_c", "comment": null}, "es_app_escompany_phone_c": {"type": "integer", "index": 185, "name": "es_app_escompany_phone_c", "comment": null}, "es_app_escountry_c": {"type": "integer", "index": 186, "name": "es_app_escountry_c", "comment": null}, "es_app_escreated_timestamp_c": {"type": "integer", "index": 187, "name": "es_app_escreated_timestamp_c", "comment": null}, "es_app_esecid_c": {"type": "integer", "index": 188, "name": "es_app_esecid_c", "comment": null}, "es_app_esemployees_c": {"type": "integer", "index": 189, "name": "es_app_esemployees_c", "comment": null}, "es_app_esenriched_c": {"type": "integer", "index": 190, "name": "es_app_esenriched_c", "comment": null}, "es_app_esenriched_timestamp_c": {"type": "integer", "index": 191, "name": "es_app_esenriched_timestamp_c", "comment": null}, "es_app_esfacebook_c": {"type": "integer", "index": 192, "name": "es_app_esfacebook_c", "comment": null}, "es_app_esindustry_c": {"type": "integer", "index": 193, "name": "es_app_esindustry_c", "comment": null}, "es_app_esintent_aggregate_score_c": {"type": "integer", "index": 194, "name": "es_app_esintent_aggregate_score_c", "comment": null}, "es_app_esintent_timestamp_c": {"type": "integer", "index": 195, "name": "es_app_esintent_timestamp_c", "comment": null}, "es_app_esintent_topics_c": {"type": "integer", "index": 196, "name": "es_app_esintent_topics_c", "comment": null}, "es_app_eskeywords_c": {"type": "integer", "index": 197, "name": "es_app_eskeywords_c", "comment": null}, "es_app_eslinked_in_c": {"type": "integer", "index": 198, "name": "es_app_eslinked_in_c", "comment": null}, "es_app_esoverall_fit_score_c": {"type": "integer", "index": 199, "name": "es_app_esoverall_fit_score_c", "comment": null}, "es_app_esrevenue_c": {"type": "integer", "index": 200, "name": "es_app_esrevenue_c", "comment": null}, "es_app_essource_c": {"type": "integer", "index": 201, "name": "es_app_essource_c", "comment": null}, "es_app_esstate_c": {"type": "integer", "index": 202, "name": "es_app_esstate_c", "comment": null}, "es_app_esstreet_c": {"type": "integer", "index": 203, "name": "es_app_esstreet_c", "comment": null}, "es_app_estechnologies_c": {"type": "integer", "index": 204, "name": "es_app_estechnologies_c", "comment": null}, "es_app_estwitter_c": {"type": "integer", "index": 205, "name": "es_app_estwitter_c", "comment": null}, "es_app_eszipcode_c": {"type": "integer", "index": 206, "name": "es_app_eszipcode_c", "comment": null}, "marketing_prospect_routing_rules_c": {"type": "boolean", "index": 207, "name": "marketing_prospect_routing_rules_c", "comment": null}, "individual_id": {"type": "integer", "index": 208, "name": "individual_id", "comment": null}, "marketing_process_c": {"type": "integer", "index": 209, "name": "marketing_process_c", "comment": null}, "automation_tracking_c": {"type": "integer", "index": 210, "name": "automation_tracking_c", "comment": null}, "user_gems_has_changed_job_c": {"type": "integer", "index": 211, "name": "user_gems_has_changed_job_c", "comment": null}, "user_gems_linked_in_c": {"type": "integer", "index": 212, "name": "user_gems_linked_in_c", "comment": null}, "email_opt_in_c": {"type": "integer", "index": 213, "name": "email_opt_in_c", "comment": null}, "email_opt_in_explicit_c": {"type": "boolean", "index": 214, "name": "email_opt_in_explicit_c", "comment": null}, "email_opt_in_implicit_c": {"type": "boolean", "index": 215, "name": "email_opt_in_implicit_c", "comment": null}, "gdpr_opt_in_explicit_c": {"type": "boolean", "index": 216, "name": "gdpr_opt_in_explicit_c", "comment": null}, "user_gems_is_a_user_gem_c": {"type": "boolean", "index": 217, "name": "user_gems_is_a_user_gem_c", "comment": null}, "user_gems_past_account_c": {"type": "integer", "index": 218, "name": "user_gems_past_account_c", "comment": null}, "user_gems_past_company_c": {"type": "integer", "index": 219, "name": "user_gems_past_company_c", "comment": null}, "user_gems_past_contact_c": {"type": "integer", "index": 220, "name": "user_gems_past_contact_c", "comment": null}, "user_gems_past_title_c": {"type": "integer", "index": 221, "name": "user_gems_past_title_c", "comment": null}, "promotion_id_c": {"type": "integer", "index": 222, "name": "promotion_id_c", "comment": null}, "previous_customer_c": {"type": "integer", "index": 223, "name": "previous_customer_c", "comment": null}, "referral_contact_email_c": {"type": "integer", "index": 224, "name": "referral_contact_email_c", "comment": null}, "referral_firstname_c": {"type": "integer", "index": 225, "name": "referral_firstname_c", "comment": null}, "referral_last_name_c": {"type": "integer", "index": 226, "name": "referral_last_name_c", "comment": null}, "mkto_71_lead_score_c": {"type": "integer", "index": 227, "name": "mkto_71_lead_score_c", "comment": null}, "mkto_71_acquisition_date_c": {"type": "integer", "index": 228, "name": "mkto_71_acquisition_date_c", "comment": null}, "mkto_71_acquisition_program_id_c": {"type": "integer", "index": 229, "name": "mkto_71_acquisition_program_id_c", "comment": null}, "mkto_acquisition_program_c": {"type": "integer", "index": 230, "name": "mkto_acquisition_program_c", "comment": null}, "mkto_71_inferred_city_c": {"type": "integer", "index": 231, "name": "mkto_71_inferred_city_c", "comment": null}, "mkto_71_inferred_company_c": {"type": "integer", "index": 232, "name": "mkto_71_inferred_company_c", "comment": null}, "mkto_71_inferred_country_c": {"type": "integer", "index": 233, "name": "mkto_71_inferred_country_c", "comment": null}, "mkto_71_inferred_metropolitan_area_c": {"type": "integer", "index": 234, "name": "mkto_71_inferred_metropolitan_area_c", "comment": null}, "mkto_71_inferred_phone_area_code_c": {"type": "integer", "index": 235, "name": "mkto_71_inferred_phone_area_code_c", "comment": null}, "mkto_71_inferred_postal_code_c": {"type": "integer", "index": 236, "name": "mkto_71_inferred_postal_code_c", "comment": null}, "mkto_71_inferred_state_region_c": {"type": "integer", "index": 237, "name": "mkto_71_inferred_state_region_c", "comment": null}, "mkto_71_original_referrer_c": {"type": "integer", "index": 238, "name": "mkto_71_original_referrer_c", "comment": null}, "mkto_71_original_search_engine_c": {"type": "integer", "index": 239, "name": "mkto_71_original_search_engine_c", "comment": null}, "mkto_71_original_search_phrase_c": {"type": "integer", "index": 240, "name": "mkto_71_original_search_phrase_c", "comment": null}, "mkto_71_original_source_info_c": {"type": "integer", "index": 241, "name": "mkto_71_original_source_info_c", "comment": null}, "mkto_71_original_source_type_c": {"type": "integer", "index": 242, "name": "mkto_71_original_source_type_c", "comment": null}, "mkto_si_hide_date_c": {"type": "integer", "index": 243, "name": "mkto_si_hide_date_c", "comment": null}, "mkto_si_last_interesting_moment_date_c": {"type": "timestamp without time zone", "index": 244, "name": "mkto_si_last_interesting_moment_date_c", "comment": null}, "mkto_si_last_interesting_moment_desc_c": {"type": "text", "index": 245, "name": "mkto_si_last_interesting_moment_desc_c", "comment": null}, "mkto_si_last_interesting_moment_source_c": {"type": "text", "index": 246, "name": "mkto_si_last_interesting_moment_source_c", "comment": null}, "mkto_si_last_interesting_moment_type_c": {"type": "text", "index": 247, "name": "mkto_si_last_interesting_moment_type_c", "comment": null}, "mkto_si_msicontact_id_c": {"type": "integer", "index": 248, "name": "mkto_si_msicontact_id_c", "comment": null}, "mkto_si_priority_c": {"type": "integer", "index": 249, "name": "mkto_si_priority_c", "comment": null}, "mkto_si_relative_score_value_c": {"type": "integer", "index": 250, "name": "mkto_si_relative_score_value_c", "comment": null}, "mkto_si_urgency_value_c": {"type": "integer", "index": 251, "name": "mkto_si_urgency_value_c", "comment": null}, "cloudingo_agent_ar_c": {"type": "integer", "index": 252, "name": "cloudingo_agent_ar_c", "comment": null}, "cloudingo_agent_ardi_c": {"type": "integer", "index": 253, "name": "cloudingo_agent_ardi_c", "comment": null}, "cloudingo_agent_as_c": {"type": "integer", "index": 254, "name": "cloudingo_agent_as_c", "comment": null}, "cloudingo_agent_atz_c": {"type": "integer", "index": 255, "name": "cloudingo_agent_atz_c", "comment": null}, "cloudingo_agent_av_c": {"type": "integer", "index": 256, "name": "cloudingo_agent_av_c", "comment": null}, "cloudingo_agent_les_c": {"type": "integer", "index": 257, "name": "cloudingo_agent_les_c", "comment": null}, "do_not_sync_marketo_c": {"type": "boolean", "index": 258, "name": "do_not_sync_marketo_c", "comment": null}, "source_every_utm_campaign_c": {"type": "integer", "index": 259, "name": "source_every_utm_campaign_c", "comment": null}, "source_every_utm_content_c": {"type": "integer", "index": 260, "name": "source_every_utm_content_c", "comment": null}, "source_every_utm_medium_c": {"type": "integer", "index": 261, "name": "source_every_utm_medium_c", "comment": null}, "source_every_utm_source_c": {"type": "integer", "index": 262, "name": "source_every_utm_source_c", "comment": null}, "source_every_utm_term_c": {"type": "integer", "index": 263, "name": "source_every_utm_term_c", "comment": null}, "source_first_utm_campaign_c": {"type": "integer", "index": 264, "name": "source_first_utm_campaign_c", "comment": null}, "source_first_utm_content_c": {"type": "integer", "index": 265, "name": "source_first_utm_content_c", "comment": null}, "source_first_utm_medium_c": {"type": "integer", "index": 266, "name": "source_first_utm_medium_c", "comment": null}, "source_first_utm_source_c": {"type": "integer", "index": 267, "name": "source_first_utm_source_c", "comment": null}, "source_first_utm_term_c": {"type": "integer", "index": 268, "name": "source_first_utm_term_c", "comment": null}, "source_last_utm_campaign_c": {"type": "text", "index": 269, "name": "source_last_utm_campaign_c", "comment": null}, "source_last_utm_content_c": {"type": "text", "index": 270, "name": "source_last_utm_content_c", "comment": null}, "source_last_utm_medium_c": {"type": "text", "index": 271, "name": "source_last_utm_medium_c", "comment": null}, "source_last_utm_source_c": {"type": "text", "index": 272, "name": "source_last_utm_source_c", "comment": null}, "source_last_utm_term_c": {"type": "text", "index": 273, "name": "source_last_utm_term_c", "comment": null}, "direct_office_c": {"type": "integer", "index": 274, "name": "direct_office_c", "comment": null}, "city_c": {"type": "integer", "index": 275, "name": "city_c", "comment": null}, "country_c": {"type": "integer", "index": 276, "name": "country_c", "comment": null}, "state_c": {"type": "integer", "index": 277, "name": "state_c", "comment": null}, "source_first_lead_source_category_c": {"type": "integer", "index": 278, "name": "source_first_lead_source_category_c", "comment": null}, "source_last_lead_source_c": {"type": "integer", "index": 279, "name": "source_last_lead_source_c", "comment": null}, "source_last_lead_source_category_c": {"type": "integer", "index": 280, "name": "source_last_lead_source_category_c", "comment": null}, "source_last_lead_source_detail_c": {"type": "integer", "index": 281, "name": "source_last_lead_source_detail_c", "comment": null}, "source_every_lead_source_c": {"type": "integer", "index": 282, "name": "source_every_lead_source_c", "comment": null}, "source_every_lead_source_category_c": {"type": "integer", "index": 283, "name": "source_every_lead_source_category_c", "comment": null}, "source_every_lead_source_detail_c": {"type": "integer", "index": 284, "name": "source_every_lead_source_detail_c", "comment": null}, "source_first_lead_source_c": {"type": "integer", "index": 285, "name": "source_first_lead_source_c", "comment": null}, "source_first_lead_source_detail_c": {"type": "integer", "index": 286, "name": "source_first_lead_source_detail_c", "comment": null}, "behavioral_score_c": {"type": "integer", "index": 287, "name": "behavioral_score_c", "comment": null}, "demographic_score_c": {"type": "integer", "index": 288, "name": "demographic_score_c", "comment": null}, "drift_cql_c": {"type": "integer", "index": 289, "name": "drift_cql_c", "comment": null}, "unique_email_c": {"type": "integer", "index": 290, "name": "unique_email_c", "comment": null}, "is_emea_event_routing_c": {"type": "boolean", "index": 291, "name": "is_emea_event_routing_c", "comment": null}, "csi_code_c": {"type": "integer", "index": 292, "name": "csi_code_c", "comment": null}, "csi_description_c": {"type": "text", "index": 293, "name": "csi_description_c", "comment": null}, "converted_date_time_c": {"type": "timestamp without time zone", "index": 294, "name": "converted_date_time_c", "comment": null}, "lead_created_date_time_reporting_c": {"type": "timestamp without time zone", "index": 295, "name": "lead_created_date_time_reporting_c", "comment": null}, "lead_iq_country_c": {"type": "integer", "index": 296, "name": "lead_iq_country_c", "comment": null}, "lead_iq_employee_count_c": {"type": "integer", "index": 297, "name": "lead_iq_employee_count_c", "comment": null}, "lead_iq_employee_range_c": {"type": "integer", "index": 298, "name": "lead_iq_employee_range_c", "comment": null}, "lead_iq_state_c": {"type": "integer", "index": 299, "name": "lead_iq_state_c", "comment": null}, "lead_iq_zip_code_c": {"type": "integer", "index": 300, "name": "lead_iq_zip_code_c", "comment": null}, "zoominfo_country_c": {"type": "integer", "index": 301, "name": "zoominfo_country_c", "comment": null}, "zoominfo_employee_count_c": {"type": "integer", "index": 302, "name": "zoominfo_employee_count_c", "comment": null}, "zoominfo_state_c": {"type": "integer", "index": 303, "name": "zoominfo_state_c", "comment": null}, "zoominfo_technologies_c": {"type": "integer", "index": 304, "name": "zoominfo_technologies_c", "comment": null}, "zoominfo_zip_code_c": {"type": "integer", "index": 305, "name": "zoominfo_zip_code_c", "comment": null}, "attended_event_c": {"type": "boolean", "index": 306, "name": "attended_event_c", "comment": null}, "mql_date_c": {"type": "integer", "index": 307, "name": "mql_date_c", "comment": null}, "user_gems_user_gems_id_c": {"type": "integer", "index": 308, "name": "user_gems_user_gems_id_c", "comment": null}, "dozisf_zoom_info_company_id_c": {"type": "integer", "index": 309, "name": "dozisf_zoom_info_company_id_c", "comment": null}, "dozisf_zoom_info_first_updated_c": {"type": "integer", "index": 310, "name": "dozisf_zoom_info_first_updated_c", "comment": null}, "dozisf_zoom_info_id_c": {"type": "integer", "index": 311, "name": "dozisf_zoom_info_id_c", "comment": null}, "dozisf_zoom_info_last_updated_c": {"type": "integer", "index": 312, "name": "dozisf_zoom_info_last_updated_c", "comment": null}, "lean_data_manual_route_trigger_c": {"type": "boolean", "index": 313, "name": "lean_data_manual_route_trigger_c", "comment": null}, "first_mql_date_c": {"type": "integer", "index": 314, "name": "first_mql_date_c", "comment": null}, "fivetran_account_association_date_c": {"type": "integer", "index": 315, "name": "fivetran_account_association_date_c", "comment": null}, "fivetran_account_user_role_s_c": {"type": "integer", "index": 316, "name": "fivetran_account_user_role_s_c", "comment": null}, "mql_reason_c": {"type": "text", "index": 317, "name": "mql_reason_c", "comment": null}, "trial_contact_start_date_c": {"type": "integer", "index": 318, "name": "trial_contact_start_date_c", "comment": null}, "enrichment_request_c": {"type": "boolean", "index": 319, "name": "enrichment_request_c", "comment": null}, "meta_data_create_date_c": {"type": "timestamp without time zone", "index": 320, "name": "meta_data_create_date_c", "comment": null}, "clarus_date_c": {"type": "integer", "index": 321, "name": "clarus_date_c", "comment": null}, "clarus_editor_c": {"type": "integer", "index": 322, "name": "clarus_editor_c", "comment": null}, "clarus_notes_c": {"type": "integer", "index": 323, "name": "clarus_notes_c", "comment": null}, "clarus_project_c": {"type": "integer", "index": 324, "name": "clarus_project_c", "comment": null}, "clarus_status_c": {"type": "integer", "index": 325, "name": "clarus_status_c", "comment": null}, "marketing_connector_interest_c": {"type": "integer", "index": 326, "name": "marketing_connector_interest_c", "comment": null}, "recent_marketing_campaign_status_c": {"type": "integer", "index": 327, "name": "recent_marketing_campaign_status_c", "comment": null}, "salesloft_cadence_trigger_c": {"type": "integer", "index": 328, "name": "salesloft_cadence_trigger_c", "comment": null}, "datawarehouse_used_c": {"type": "integer", "index": 329, "name": "datawarehouse_used_c", "comment": null}, "contact_status_c": {"type": "integer", "index": 330, "name": "contact_status_c", "comment": null}, "leandata_contact_owner_override_c": {"type": "integer", "index": 331, "name": "leandata_contact_owner_override_c", "comment": null}, "potential_fivetran_use_case_c": {"type": "text", "index": 332, "name": "potential_fivetran_use_case_c", "comment": null}, "bizible_2_account_c": {"type": "integer", "index": 333, "name": "bizible_2_account_c", "comment": null}, "bizible_2_ad_campaign_name_ft_c": {"type": "integer", "index": 334, "name": "bizible_2_ad_campaign_name_ft_c", "comment": null}, "bizible_2_ad_campaign_name_lc_c": {"type": "integer", "index": 335, "name": "bizible_2_ad_campaign_name_lc_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "integer", "index": 336, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_landing_page_ft_c": {"type": "integer", "index": 337, "name": "bizible_2_landing_page_ft_c", "comment": null}, "bizible_2_landing_page_lc_c": {"type": "integer", "index": 338, "name": "bizible_2_landing_page_lc_c", "comment": null}, "bizible_2_marketing_channel_ft_c": {"type": "integer", "index": 339, "name": "bizible_2_marketing_channel_ft_c", "comment": null}, "bizible_2_marketing_channel_lc_c": {"type": "integer", "index": 340, "name": "bizible_2_marketing_channel_lc_c", "comment": null}, "bizible_2_touchpoint_date_ft_c": {"type": "integer", "index": 341, "name": "bizible_2_touchpoint_date_ft_c", "comment": null}, "bizible_2_touchpoint_date_lc_c": {"type": "integer", "index": 342, "name": "bizible_2_touchpoint_date_lc_c", "comment": null}, "bizible_2_touchpoint_source_ft_c": {"type": "integer", "index": 343, "name": "bizible_2_touchpoint_source_ft_c", "comment": null}, "bizible_2_touchpoint_source_lc_c": {"type": "integer", "index": 344, "name": "bizible_2_touchpoint_source_lc_c", "comment": null}, "sales_email_opt_out_c": {"type": "boolean", "index": 345, "name": "sales_email_opt_out_c", "comment": null}, "sales_email_opt_out_date_time_c": {"type": "integer", "index": 346, "name": "sales_email_opt_out_date_time_c", "comment": null}, "bombora_app_bombora_surge_record_count_c": {"type": "integer", "index": 347, "name": "bombora_app_bombora_surge_record_count_c", "comment": null}, "bombora_app_bombora_last_date_time_updated_c": {"type": "integer", "index": 348, "name": "bombora_app_bombora_last_date_time_updated_c", "comment": null}, "bombora_app_bombora_total_composite_score_c": {"type": "integer", "index": 349, "name": "bombora_app_bombora_total_composite_score_c", "comment": null}, "linked_in_url_c": {"type": "integer", "index": 350, "name": "linked_in_url_c", "comment": null}, "beta_connector_interest_c": {"type": "integer", "index": 351, "name": "beta_connector_interest_c", "comment": null}, "user_gems_ug_past_infos_c": {"type": "integer", "index": 352, "name": "user_gems_ug_past_infos_c", "comment": null}, "user_gems_ug_current_infos_c": {"type": "integer", "index": 353, "name": "user_gems_ug_current_infos_c", "comment": null}, "user_gems_ug_created_by_ug_c": {"type": "boolean", "index": 354, "name": "user_gems_ug_created_by_ug_c", "comment": null}, "free_trial_email_confirmed_date_c": {"type": "integer", "index": 355, "name": "free_trial_email_confirmed_date_c", "comment": null}, "dnboptimizer_dn_bcontact_record_c": {"type": "integer", "index": 356, "name": "dnboptimizer_dn_bcontact_record_c", "comment": null}, "dnboptimizer_dn_bcompany_record_c": {"type": "integer", "index": 357, "name": "dnboptimizer_dn_bcompany_record_c", "comment": null}, "dnboptimizer_dnb_d_u_n_s_number_c": {"type": "integer", "index": 358, "name": "dnboptimizer_dnb_d_u_n_s_number_c", "comment": null}, "i_sell_oskey_id_c": {"type": "integer", "index": 359, "name": "i_sell_oskey_id_c", "comment": null}, "verified_c": {"type": "boolean", "index": 360, "name": "verified_c", "comment": null}, "email_opt_out_date_time_c": {"type": "integer", "index": 361, "name": "email_opt_out_date_time_c", "comment": null}, "pbf_startup_c": {"type": "integer", "index": 362, "name": "pbf_startup_c", "comment": null}, "pbf_startup_certify_eligibility_c": {"type": "boolean", "index": 363, "name": "pbf_startup_certify_eligibility_c", "comment": null}, "engagio_intent_minutes_last_30_days_c": {"type": "integer", "index": 364, "name": "engagio_intent_minutes_last_30_days_c", "comment": null}, "engagio_engagement_minutes_last_3_months_c": {"type": "integer", "index": 365, "name": "engagio_engagement_minutes_last_3_months_c", "comment": null}, "engagio_engagement_minutes_last_7_days_c": {"type": "integer", "index": 366, "name": "engagio_engagement_minutes_last_7_days_c", "comment": null}, "engagio_matched_account_c": {"type": "integer", "index": 367, "name": "engagio_matched_account_c", "comment": null}, "engagio_first_engagement_date_c": {"type": "integer", "index": 368, "name": "engagio_first_engagement_date_c", "comment": null}, "engagio_match_time_c": {"type": "integer", "index": 369, "name": "engagio_match_time_c", "comment": null}, "engagio_department_c": {"type": "integer", "index": 370, "name": "engagio_department_c", "comment": null}, "engagio_role_c": {"type": "integer", "index": 371, "name": "engagio_role_c", "comment": null}, "legacy_hvr_id_c": {"type": "integer", "index": 372, "name": "legacy_hvr_id_c", "comment": null}, "hvr_channel_c": {"type": "integer", "index": 373, "name": "hvr_channel_c", "comment": null}, "email_opt_in_double_c": {"type": "boolean", "index": 374, "name": "email_opt_in_double_c", "comment": null}, "phone_number_catch_all_c": {"type": "integer", "index": 375, "name": "phone_number_catch_all_c", "comment": null}, "contacts_domain_exists_c": {"type": "integer", "index": 376, "name": "contacts_domain_exists_c", "comment": null}, "utm_id_c": {"type": "integer", "index": 377, "name": "utm_id_c", "comment": null}, "source_every_utm_id_c": {"type": "integer", "index": 378, "name": "source_every_utm_id_c", "comment": null}, "source_last_utm_id_c": {"type": "integer", "index": 379, "name": "source_last_utm_id_c", "comment": null}, "source_first_utm_id_c": {"type": "integer", "index": 380, "name": "source_first_utm_id_c", "comment": null}, "do_not_sync_reason_marketo_c": {"type": "integer", "index": 381, "name": "do_not_sync_reason_marketo_c", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 382, "name": "_fivetran_active", "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.salesforce_source.salesforce.lead"}, "source.salesforce_source.salesforce.opportunity": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_opportunity_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 2, "name": "account_id", "comment": null}, "amount": {"type": "double precision", "index": 3, "name": "amount", "comment": null}, "campaign_id": {"type": "integer", "index": 4, "name": "campaign_id", "comment": null}, "close_date": {"type": "timestamp without time zone", "index": 5, "name": "close_date", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 6, "name": "created_date", "comment": null}, "description": {"type": "integer", "index": 7, "name": "description", "comment": null}, "expected_revenue": {"type": "integer", "index": 8, "name": "expected_revenue", "comment": null}, "fiscal": {"type": "text", "index": 9, "name": "fiscal", "comment": null}, "fiscal_quarter": {"type": "integer", "index": 10, "name": "fiscal_quarter", "comment": null}, "fiscal_year": {"type": "integer", "index": 11, "name": "fiscal_year", "comment": null}, "forecast_category": {"type": "text", "index": 12, "name": "forecast_category", "comment": null}, "forecast_category_name": {"type": "text", "index": 13, "name": "forecast_category_name", "comment": null}, "has_open_activity": {"type": "boolean", "index": 14, "name": "has_open_activity", "comment": null}, "has_opportunity_line_item": {"type": "boolean", "index": 15, "name": "has_opportunity_line_item", "comment": null}, "has_overdue_task": {"type": "boolean", "index": 16, "name": "has_overdue_task", "comment": null}, "id": {"type": "text", "index": 17, "name": "id", "comment": null}, "is_closed": {"type": "boolean", "index": 18, "name": "is_closed", "comment": null}, "is_deleted": {"type": "boolean", "index": 19, "name": "is_deleted", "comment": null}, "is_excluded_from_territory_2_filter": {"type": "integer", "index": 20, "name": "is_excluded_from_territory_2_filter", "comment": null}, "is_won": {"type": "boolean", "index": 21, "name": "is_won", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 22, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 23, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 24, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "text", "index": 25, "name": "lead_source", "comment": null}, "name": {"type": "text", "index": 26, "name": "name", "comment": null}, "next_step": {"type": "integer", "index": 27, "name": "next_step", "comment": null}, "owner_id": {"type": "text", "index": 28, "name": "owner_id", "comment": null}, "pricebook_2_id": {"type": "text", "index": 29, "name": "pricebook_2_id", "comment": null}, "probability": {"type": "double precision", "index": 30, "name": "probability", "comment": null}, "record_type_id": {"type": "text", "index": 31, "name": "record_type_id", "comment": null}, "stage_name": {"type": "text", "index": 32, "name": "stage_name", "comment": null}, "synced_quote_id": {"type": "integer", "index": 33, "name": "synced_quote_id", "comment": null}, "territory_2_id": {"type": "integer", "index": 34, "name": "territory_2_id", "comment": null}, "type": {"type": "text", "index": 35, "name": "type", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 36, "name": "_fivetran_active", "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.salesforce_source.salesforce.opportunity"}, "source.salesforce_source.salesforce.opportunity_line_item": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_opportunity_line_item_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"product_2_id": {"type": "text", "index": 1, "name": "product_2_id", "comment": null}, "quantity": {"type": "integer", "index": 2, "name": "quantity", "comment": null}, "total_price": {"type": "double precision", "index": 3, "name": "total_price", "comment": null}, "description": {"type": "integer", "index": 4, "name": "description", "comment": null}, "discount": {"type": "integer", "index": 5, "name": "discount", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 6, "name": "last_modified_date", "comment": null}, "list_price": {"type": "integer", "index": 7, "name": "list_price", "comment": null}, "product_code": {"type": "text", "index": 8, "name": "product_code", "comment": null}, "unit_price": {"type": "double precision", "index": 9, "name": "unit_price", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 10, "name": "_fivetran_synced", "comment": null}, "is_deleted": {"type": "boolean", "index": 11, "name": "is_deleted", "comment": null}, "opportunity_id": {"type": "text", "index": 12, "name": "opportunity_id", "comment": null}, "last_modified_by_id": {"type": "text", "index": 13, "name": "last_modified_by_id", "comment": null}, "service_date": {"type": "timestamp without time zone", "index": 14, "name": "service_date", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 15, "name": "system_modstamp", "comment": null}, "name": {"type": "text", "index": 16, "name": "name", "comment": null}, "id": {"type": "text", "index": 17, "name": "id", "comment": null}, "created_by_id": {"type": "text", "index": 18, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 19, "name": "created_date", "comment": null}, "sort_order": {"type": "integer", "index": 20, "name": "sort_order", "comment": null}, "pricebook_entry_id": {"type": "text", "index": 21, "name": "pricebook_entry_id", "comment": null}, "one_saas_app_included_c": {"type": "integer", "index": 22, "name": "one_saas_app_included_c", "comment": null}, "one_saas_app_quantity_invoiced_c": {"type": "integer", "index": 23, "name": "one_saas_app_quantity_invoiced_c", "comment": null}, "one_saas_app_quantity_not_invoiced_c": {"type": "integer", "index": 24, "name": "one_saas_app_quantity_not_invoiced_c", "comment": null}, "has_quantity_schedule": {"type": "integer", "index": 25, "name": "has_quantity_schedule", "comment": null}, "has_revenue_schedule": {"type": "integer", "index": 26, "name": "has_revenue_schedule", "comment": null}, "has_schedule": {"type": "integer", "index": 27, "name": "has_schedule", "comment": null}, "event_volume_c": {"type": "integer", "index": 28, "name": "event_volume_c", "comment": null}, "roadmap_connections_c": {"type": "integer", "index": 29, "name": "roadmap_connections_c", "comment": null}, "row_volume_c": {"type": "integer", "index": 30, "name": "row_volume_c", "comment": null}, "months_c": {"type": "integer", "index": 31, "name": "months_c", "comment": null}, "netsuite_conn_term_contract_pricing_type_c": {"type": "integer", "index": 32, "name": "netsuite_conn_term_contract_pricing_type_c", "comment": null}, "netsuite_conn_discount_item_c": {"type": "integer", "index": 33, "name": "netsuite_conn_discount_item_c", "comment": null}, "netsuite_conn_user_entered_sales_price_c": {"type": "integer", "index": 34, "name": "netsuite_conn_user_entered_sales_price_c", "comment": null}, "netsuite_conn_item_category_c": {"type": "integer", "index": 35, "name": "netsuite_conn_item_category_c", "comment": null}, "netsuite_conn_terms_c": {"type": "integer", "index": 36, "name": "netsuite_conn_terms_c", "comment": null}, "netsuite_conn_net_suite_item_key_id_c": {"type": "integer", "index": 37, "name": "netsuite_conn_net_suite_item_key_id_c", "comment": null}, "netsuite_conn_pushed_from_net_suite_c": {"type": "boolean", "index": 38, "name": "netsuite_conn_pushed_from_net_suite_c", "comment": null}, "netsuite_conn_end_date_c": {"type": "integer", "index": 39, "name": "netsuite_conn_end_date_c", "comment": null}, "netsuite_conn_list_rate_c": {"type": "integer", "index": 40, "name": "netsuite_conn_list_rate_c", "comment": null}, "netsuite_conn_from_contract_item_id_c": {"type": "integer", "index": 41, "name": "netsuite_conn_from_contract_item_id_c", "comment": null}, "netsuite_conn_start_date_c": {"type": "integer", "index": 42, "name": "netsuite_conn_start_date_c", "comment": null}, "netsuite_conn_net_suite_item_id_import_c": {"type": "integer", "index": 43, "name": "netsuite_conn_net_suite_item_id_import_c", "comment": null}, "sbqq_parent_id_c": {"type": "text", "index": 44, "name": "sbqq_parent_id_c", "comment": null}, "sbqq_quote_line_c": {"type": "text", "index": 45, "name": "sbqq_quote_line_c", "comment": null}, "sbqq_subscription_type_c": {"type": "text", "index": 46, "name": "sbqq_subscription_type_c", "comment": null}, "product_family_c": {"type": "text", "index": 47, "name": "product_family_c", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 48, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 49, "name": "last_viewed_date", "comment": null}, "celigo_sfnsio_contract_item_id_c": {"type": "integer", "index": 50, "name": "celigo_sfnsio_contract_item_id_c", "comment": null}, "celigo_sfnsio_contract_term_c": {"type": "integer", "index": 51, "name": "celigo_sfnsio_contract_term_c", "comment": null}, "celigo_sfnsio_end_date_c": {"type": "integer", "index": 52, "name": "celigo_sfnsio_end_date_c", "comment": null}, "celigo_sfnsio_list_rate_c": {"type": "integer", "index": 53, "name": "celigo_sfnsio_list_rate_c", "comment": null}, "celigo_sfnsio_net_suite_line_id_c": {"type": "integer", "index": 54, "name": "celigo_sfnsio_net_suite_line_id_c", "comment": null}, "celigo_sfnsio_start_date_c": {"type": "integer", "index": 55, "name": "celigo_sfnsio_start_date_c", "comment": null}, "product_code_stamped_c": {"type": "integer", "index": 56, "name": "product_code_stamped_c", "comment": null}, "hvr_use_case_c": {"type": "boolean", "index": 57, "name": "hvr_use_case_c", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 58, "name": "_fivetran_active", "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.salesforce_source.salesforce.opportunity_line_item"}, "source.salesforce_source.salesforce.order": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_order_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "activated_by_id": {"type": "text", "index": 4, "name": "activated_by_id", "comment": null}, "activated_date": {"type": "timestamp without time zone", "index": 5, "name": "activated_date", "comment": null}, "billing_city": {"type": "text", "index": 6, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 7, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "integer", "index": 8, "name": "billing_country_code", "comment": null}, "billing_geocode_accuracy": {"type": "integer", "index": 9, "name": "billing_geocode_accuracy", "comment": null}, "billing_latitude": {"type": "integer", "index": 10, "name": "billing_latitude", "comment": null}, "billing_longitude": {"type": "integer", "index": 11, "name": "billing_longitude", "comment": null}, "billing_postal_code": {"type": "text", "index": 12, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "text", "index": 13, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "integer", "index": 14, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "text", "index": 15, "name": "billing_street", "comment": null}, "company_authorized_by_id": {"type": "integer", "index": 16, "name": "company_authorized_by_id", "comment": null}, "contract_id": {"type": "integer", "index": 17, "name": "contract_id", "comment": null}, "created_by_id": {"type": "text", "index": 18, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 19, "name": "created_date", "comment": null}, "customer_authorized_by_id": {"type": "integer", "index": 20, "name": "customer_authorized_by_id", "comment": null}, "description": {"type": "integer", "index": 21, "name": "description", "comment": null}, "effective_date": {"type": "timestamp without time zone", "index": 22, "name": "effective_date", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 23, "name": "end_date", "comment": null}, "is_deleted": {"type": "boolean", "index": 24, "name": "is_deleted", "comment": null}, "is_reduction_order": {"type": "boolean", "index": 25, "name": "is_reduction_order", "comment": null}, "last_modified_by_id": {"type": "text", "index": 26, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 27, "name": "last_modified_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 28, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 29, "name": "last_viewed_date", "comment": null}, "order_number": {"type": "integer", "index": 30, "name": "order_number", "comment": null}, "original_order_id": {"type": "integer", "index": 31, "name": "original_order_id", "comment": null}, "owner_id": {"type": "text", "index": 32, "name": "owner_id", "comment": null}, "pricebook_2_id": {"type": "text", "index": 33, "name": "pricebook_2_id", "comment": null}, "shipping_city": {"type": "text", "index": 34, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "text", "index": 35, "name": "shipping_country", "comment": null}, "shipping_country_code": {"type": "integer", "index": 36, "name": "shipping_country_code", "comment": null}, "shipping_geocode_accuracy": {"type": "integer", "index": 37, "name": "shipping_geocode_accuracy", "comment": null}, "shipping_latitude": {"type": "integer", "index": 38, "name": "shipping_latitude", "comment": null}, "shipping_longitude": {"type": "integer", "index": 39, "name": "shipping_longitude", "comment": null}, "shipping_postal_code": {"type": "integer", "index": 40, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "text", "index": 41, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "integer", "index": 42, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "text", "index": 43, "name": "shipping_street", "comment": null}, "status": {"type": "text", "index": 44, "name": "status", "comment": null}, "status_code": {"type": "text", "index": 45, "name": "status_code", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 46, "name": "system_modstamp", "comment": null}, "total_amount": {"type": "double precision", "index": 47, "name": "total_amount", "comment": null}, "type": {"type": "text", "index": 48, "name": "type", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "boolean", "index": 49, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_net_suite_id_c": {"type": "integer", "index": 50, "name": "netsuite_conn_net_suite_id_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "integer", "index": 51, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_pushed_from_net_suite_c": {"type": "boolean", "index": 52, "name": "netsuite_conn_pushed_from_net_suite_c", "comment": null}, "netsuite_conn_opportunity_c": {"type": "integer", "index": 53, "name": "netsuite_conn_opportunity_c", "comment": null}, "netsuite_conn_net_suite_order_status_c": {"type": "text", "index": 54, "name": "netsuite_conn_net_suite_order_status_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "boolean", "index": 55, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_tax_total_c": {"type": "integer", "index": 56, "name": "netsuite_conn_tax_total_c", "comment": null}, "netsuite_conn_tracking_numbers_c": {"type": "integer", "index": 57, "name": "netsuite_conn_tracking_numbers_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "boolean", "index": 58, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_document_id_c": {"type": "integer", "index": 59, "name": "netsuite_conn_document_id_c", "comment": null}, "netsuite_conn_subtotal_c": {"type": "integer", "index": 60, "name": "netsuite_conn_subtotal_c", "comment": null}, "netsuite_conn_discount_total_c": {"type": "integer", "index": 61, "name": "netsuite_conn_discount_total_c", "comment": null}, "netsuite_conn_total_c": {"type": "integer", "index": 62, "name": "netsuite_conn_total_c", "comment": null}, "netsuite_conn_net_suite_order_date_c": {"type": "timestamp without time zone", "index": 63, "name": "netsuite_conn_net_suite_order_date_c", "comment": null}, "netsuite_conn_ship_date_c": {"type": "integer", "index": 64, "name": "netsuite_conn_ship_date_c", "comment": null}, "netsuite_conn_quote_c": {"type": "integer", "index": 65, "name": "netsuite_conn_quote_c", "comment": null}, "netsuite_conn_net_suite_order_number_c": {"type": "text", "index": 66, "name": "netsuite_conn_net_suite_order_number_c", "comment": null}, "sbqq_contracted_c": {"type": "boolean", "index": 67, "name": "sbqq_contracted_c", "comment": null}, "sbqq_contracting_method_c": {"type": "text", "index": 68, "name": "sbqq_contracting_method_c", "comment": null}, "sbqq_payment_term_c": {"type": "text", "index": 69, "name": "sbqq_payment_term_c", "comment": null}, "sbqq_price_calc_status_c": {"type": "text", "index": 70, "name": "sbqq_price_calc_status_c", "comment": null}, "sbqq_price_calc_status_message_c": {"type": "integer", "index": 71, "name": "sbqq_price_calc_status_message_c", "comment": null}, "sbqq_quote_c": {"type": "text", "index": 72, "name": "sbqq_quote_c", "comment": null}, "sbqq_renewal_term_c": {"type": "integer", "index": 73, "name": "sbqq_renewal_term_c", "comment": null}, "sbqq_renewal_uplift_rate_c": {"type": "integer", "index": 74, "name": "sbqq_renewal_uplift_rate_c", "comment": null}, "ava_sfcpq_ava_tax_message_c": {"type": "text", "index": 75, "name": "ava_sfcpq_ava_tax_message_c", "comment": null}, "ava_sfcpq_entity_use_code_c": {"type": "integer", "index": 76, "name": "ava_sfcpq_entity_use_code_c", "comment": null}, "ava_sfcpq_invoice_message_c": {"type": "integer", "index": 77, "name": "ava_sfcpq_invoice_message_c", "comment": null}, "ava_sfcpq_is_seller_importer_of_record_c": {"type": "boolean", "index": 78, "name": "ava_sfcpq_is_seller_importer_of_record_c", "comment": null}, "ava_sfcpq_order_calculate_tax_c": {"type": "boolean", "index": 79, "name": "ava_sfcpq_order_calculate_tax_c", "comment": null}, "ava_sfcpq_sales_tax_amount_c": {"type": "integer", "index": 80, "name": "ava_sfcpq_sales_tax_amount_c", "comment": null}, "blng_bill_now_c": {"type": "boolean", "index": 81, "name": "blng_bill_now_c", "comment": null}, "blng_billing_account_c": {"type": "text", "index": 82, "name": "blng_billing_account_c", "comment": null}, "blng_billing_day_of_month_c": {"type": "integer", "index": 83, "name": "blng_billing_day_of_month_c", "comment": null}, "blng_invoice_batch_c": {"type": "text", "index": 84, "name": "blng_invoice_batch_c", "comment": null}, "amendment_type_c": {"type": "integer", "index": 85, "name": "amendment_type_c", "comment": null}, "credit_summary_c": {"type": "text", "index": 86, "name": "credit_summary_c", "comment": null}, "evergreen_c": {"type": "boolean", "index": 87, "name": "evergreen_c", "comment": null}, "invoicing_type_c": {"type": "text", "index": 88, "name": "invoicing_type_c", "comment": null}, "legal_entity_c": {"type": "text", "index": 89, "name": "legal_entity_c", "comment": null}, "prepaid_billing_frequency_c": {"type": "text", "index": 90, "name": "prepaid_billing_frequency_c", "comment": null}, "prepaid_order_c": {"type": "boolean", "index": 91, "name": "prepaid_order_c", "comment": null}, "update_subscriptions_only_c": {"type": "boolean", "index": 92, "name": "update_subscriptions_only_c", "comment": null}, "order_auto_activated_c": {"type": "boolean", "index": 93, "name": "order_auto_activated_c", "comment": null}, "synced_to_net_suite_c": {"type": "boolean", "index": 94, "name": "synced_to_net_suite_c", "comment": null}, "purchase_order_number_c": {"type": "integer", "index": 95, "name": "purchase_order_number_c", "comment": null}, "celigo_sfnsio_discount_total_net_suite_c": {"type": "integer", "index": 96, "name": "celigo_sfnsio_discount_total_net_suite_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "integer", "index": 97, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "celigo_sfnsio_net_suite_order_number_c": {"type": "text", "index": 98, "name": "celigo_sfnsio_net_suite_order_number_c", "comment": null}, "celigo_sfnsio_net_suite_order_status_c": {"type": "integer", "index": 99, "name": "celigo_sfnsio_net_suite_order_status_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "text", "index": 100, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_ship_date_c": {"type": "integer", "index": 101, "name": "celigo_sfnsio_ship_date_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "boolean", "index": 102, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_sub_total_net_suite_c": {"type": "integer", "index": 103, "name": "celigo_sfnsio_sub_total_net_suite_c", "comment": null}, "celigo_sfnsio_tax_total_net_suite_c": {"type": "integer", "index": 104, "name": "celigo_sfnsio_tax_total_net_suite_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "boolean", "index": 105, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "celigo_sfnsio_total_net_suite_c": {"type": "integer", "index": 106, "name": "celigo_sfnsio_total_net_suite_c", "comment": null}, "amend_with_rollover_spend_type_c": {"type": "boolean", "index": 107, "name": "amend_with_rollover_spend_type_c", "comment": null}, "customer_spend_type_c": {"type": "integer", "index": 108, "name": "customer_spend_type_c", "comment": null}, "order_spend_type_c": {"type": "integer", "index": 109, "name": "order_spend_type_c", "comment": null}, "opportunity_id": {"type": "integer", "index": 110, "name": "opportunity_id", "comment": null}, "purchase_summary_c": {"type": "integer", "index": 111, "name": "purchase_summary_c", "comment": null}, "is_hvr_legacy_order_c": {"type": "integer", "index": 112, "name": "is_hvr_legacy_order_c", "comment": null}, "ironclad_workflow_c": {"type": "integer", "index": 113, "name": "ironclad_workflow_c", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 114, "name": "_fivetran_active", "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.salesforce_source.salesforce.order"}, "source.salesforce_source.salesforce.product_2": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_product_2_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"last_referenced_date": {"type": "timestamp without time zone", "index": 1, "name": "last_referenced_date", "comment": null}, "is_active": {"type": "boolean", "index": 2, "name": "is_active", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 4, "name": "last_modified_date", "comment": null}, "record_type_id": {"type": "text", "index": 5, "name": "record_type_id", "comment": null}, "product_code": {"type": "integer", "index": 6, "name": "product_code", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 8, "name": "last_viewed_date", "comment": null}, "is_deleted": {"type": "boolean", "index": 9, "name": "is_deleted", "comment": null}, "last_modified_by_id": {"type": "text", "index": 10, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 11, "name": "system_modstamp", "comment": null}, "name": {"type": "text", "index": 12, "name": "name", "comment": null}, "id": {"type": "text", "index": 13, "name": "id", "comment": null}, "created_by_id": {"type": "text", "index": 14, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 15, "name": "created_date", "comment": null}, "family": {"type": "text", "index": 16, "name": "family", "comment": null}, "max_volume_c": {"type": "integer", "index": 17, "name": "max_volume_c", "comment": null}, "min_volume_c": {"type": "integer", "index": 18, "name": "min_volume_c", "comment": null}, "request_name_c": {"type": "integer", "index": 19, "name": "request_name_c", "comment": null}, "default_quantity_c": {"type": "integer", "index": 20, "name": "default_quantity_c", "comment": null}, "account_c": {"type": "integer", "index": 21, "name": "account_c", "comment": null}, "related_product_c": {"type": "integer", "index": 22, "name": "related_product_c", "comment": null}, "picklist_value_c": {"type": "integer", "index": 23, "name": "picklist_value_c", "comment": null}, "as_input_c": {"type": "integer", "index": 24, "name": "as_input_c", "comment": null}, "as_output_c": {"type": "integer", "index": 25, "name": "as_output_c", "comment": null}, "status_c": {"type": "integer", "index": 26, "name": "status_c", "comment": null}, "number_of_quantity_installments": {"type": "integer", "index": 27, "name": "number_of_quantity_installments", "comment": null}, "number_of_revenue_installments": {"type": "integer", "index": 28, "name": "number_of_revenue_installments", "comment": null}, "quantity_installment_period": {"type": "integer", "index": 29, "name": "quantity_installment_period", "comment": null}, "quantity_schedule_type": {"type": "integer", "index": 30, "name": "quantity_schedule_type", "comment": null}, "revenue_installment_period": {"type": "integer", "index": 31, "name": "revenue_installment_period", "comment": null}, "revenue_schedule_type": {"type": "integer", "index": 32, "name": "revenue_schedule_type", "comment": null}, "connections_c": {"type": "integer", "index": 33, "name": "connections_c", "comment": null}, "event_volume_c": {"type": "integer", "index": 34, "name": "event_volume_c", "comment": null}, "roadmap_connections_c": {"type": "integer", "index": 35, "name": "roadmap_connections_c", "comment": null}, "row_volume_c": {"type": "integer", "index": 36, "name": "row_volume_c", "comment": null}, "display_url": {"type": "integer", "index": 37, "name": "display_url", "comment": null}, "external_data_source_id": {"type": "integer", "index": 38, "name": "external_data_source_id", "comment": null}, "external_id": {"type": "integer", "index": 39, "name": "external_id", "comment": null}, "quantity_unit_of_measure": {"type": "integer", "index": 40, "name": "quantity_unit_of_measure", "comment": null}, "stock_keeping_unit": {"type": "integer", "index": 41, "name": "stock_keeping_unit", "comment": null}, "features_c": {"type": "integer", "index": 42, "name": "features_c", "comment": null}, "tier_3_price_c": {"type": "integer", "index": 43, "name": "tier_3_price_c", "comment": null}, "tier_2_price_c": {"type": "integer", "index": 44, "name": "tier_2_price_c", "comment": null}, "tier_4_price_c": {"type": "integer", "index": 45, "name": "tier_4_price_c", "comment": null}, "tier_1_price_c": {"type": "integer", "index": 46, "name": "tier_1_price_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "boolean", "index": 47, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "boolean", "index": 48, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_term_contract_pricing_type_c": {"type": "integer", "index": 49, "name": "netsuite_conn_term_contract_pricing_type_c", "comment": null}, "netsuite_conn_net_suite_id_c": {"type": "integer", "index": 50, "name": "netsuite_conn_net_suite_id_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "text", "index": 51, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "boolean", "index": 52, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_item_category_c": {"type": "integer", "index": 53, "name": "netsuite_conn_item_category_c", "comment": null}, "netsuite_conn_net_suite_item_type_c": {"type": "text", "index": 54, "name": "netsuite_conn_net_suite_item_type_c", "comment": null}, "netsuite_conn_sub_type_c": {"type": "text", "index": 55, "name": "netsuite_conn_sub_type_c", "comment": null}, "is_new_c": {"type": "boolean", "index": 56, "name": "is_new_c", "comment": null}, "product_metadata_c": {"type": "integer", "index": 57, "name": "product_metadata_c", "comment": null}, "product_metadata_del_c": {"type": "integer", "index": 58, "name": "product_metadata_del_c", "comment": null}, "sbqq_asset_amendment_behavior_c": {"type": "text", "index": 59, "name": "sbqq_asset_amendment_behavior_c", "comment": null}, "sbqq_asset_conversion_c": {"type": "text", "index": 60, "name": "sbqq_asset_conversion_c", "comment": null}, "sbqq_batch_quantity_c": {"type": "integer", "index": 61, "name": "sbqq_batch_quantity_c", "comment": null}, "sbqq_billing_frequency_c": {"type": "text", "index": 62, "name": "sbqq_billing_frequency_c", "comment": null}, "sbqq_billing_type_c": {"type": "text", "index": 63, "name": "sbqq_billing_type_c", "comment": null}, "sbqq_block_pricing_field_c": {"type": "text", "index": 64, "name": "sbqq_block_pricing_field_c", "comment": null}, "sbqq_charge_type_c": {"type": "text", "index": 65, "name": "sbqq_charge_type_c", "comment": null}, "sbqq_component_c": {"type": "boolean", "index": 66, "name": "sbqq_component_c", "comment": null}, "sbqq_compound_discount_rate_c": {"type": "integer", "index": 67, "name": "sbqq_compound_discount_rate_c", "comment": null}, "sbqq_configuration_event_c": {"type": "integer", "index": 68, "name": "sbqq_configuration_event_c", "comment": null}, "sbqq_configuration_field_set_c": {"type": "integer", "index": 69, "name": "sbqq_configuration_field_set_c", "comment": null}, "sbqq_configuration_fields_c": {"type": "integer", "index": 70, "name": "sbqq_configuration_fields_c", "comment": null}, "sbqq_configuration_form_title_c": {"type": "integer", "index": 71, "name": "sbqq_configuration_form_title_c", "comment": null}, "sbqq_configuration_type_c": {"type": "integer", "index": 72, "name": "sbqq_configuration_type_c", "comment": null}, "sbqq_configuration_validator_c": {"type": "integer", "index": 73, "name": "sbqq_configuration_validator_c", "comment": null}, "sbqq_configured_code_pattern_c": {"type": "integer", "index": 74, "name": "sbqq_configured_code_pattern_c", "comment": null}, "sbqq_configured_description_pattern_c": {"type": "integer", "index": 75, "name": "sbqq_configured_description_pattern_c", "comment": null}, "sbqq_cost_editable_c": {"type": "boolean", "index": 76, "name": "sbqq_cost_editable_c", "comment": null}, "sbqq_cost_schedule_c": {"type": "integer", "index": 77, "name": "sbqq_cost_schedule_c", "comment": null}, "sbqq_custom_configuration_page_c": {"type": "integer", "index": 78, "name": "sbqq_custom_configuration_page_c", "comment": null}, "sbqq_custom_configuration_required_c": {"type": "boolean", "index": 79, "name": "sbqq_custom_configuration_required_c", "comment": null}, "sbqq_customer_community_availability_c": {"type": "integer", "index": 80, "name": "sbqq_customer_community_availability_c", "comment": null}, "sbqq_default_pricing_table_c": {"type": "integer", "index": 81, "name": "sbqq_default_pricing_table_c", "comment": null}, "sbqq_default_quantity_c": {"type": "integer", "index": 82, "name": "sbqq_default_quantity_c", "comment": null}, "sbqq_description_locked_c": {"type": "boolean", "index": 83, "name": "sbqq_description_locked_c", "comment": null}, "sbqq_discount_category_c": {"type": "integer", "index": 84, "name": "sbqq_discount_category_c", "comment": null}, "sbqq_discount_schedule_c": {"type": "integer", "index": 85, "name": "sbqq_discount_schedule_c", "comment": null}, "sbqq_dynamic_pricing_constraint_c": {"type": "integer", "index": 86, "name": "sbqq_dynamic_pricing_constraint_c", "comment": null}, "sbqq_exclude_from_maintenance_c": {"type": "boolean", "index": 87, "name": "sbqq_exclude_from_maintenance_c", "comment": null}, "sbqq_exclude_from_opportunity_c": {"type": "boolean", "index": 88, "name": "sbqq_exclude_from_opportunity_c", "comment": null}, "sbqq_externally_configurable_c": {"type": "boolean", "index": 89, "name": "sbqq_externally_configurable_c", "comment": null}, "sbqq_generate_contracted_price_c": {"type": "integer", "index": 90, "name": "sbqq_generate_contracted_price_c", "comment": null}, "sbqq_has_configuration_attributes_c": {"type": "boolean", "index": 91, "name": "sbqq_has_configuration_attributes_c", "comment": null}, "sbqq_has_consumption_schedule_c": {"type": "boolean", "index": 92, "name": "sbqq_has_consumption_schedule_c", "comment": null}, "sbqq_hidden_c": {"type": "boolean", "index": 93, "name": "sbqq_hidden_c", "comment": null}, "sbqq_hide_price_in_search_results_c": {"type": "boolean", "index": 94, "name": "sbqq_hide_price_in_search_results_c", "comment": null}, "sbqq_include_in_maintenance_c": {"type": "boolean", "index": 95, "name": "sbqq_include_in_maintenance_c", "comment": null}, "sbqq_new_quote_group_c": {"type": "boolean", "index": 96, "name": "sbqq_new_quote_group_c", "comment": null}, "sbqq_non_discountable_c": {"type": "boolean", "index": 97, "name": "sbqq_non_discountable_c", "comment": null}, "sbqq_non_partner_discountable_c": {"type": "boolean", "index": 98, "name": "sbqq_non_partner_discountable_c", "comment": null}, "sbqq_option_layout_c": {"type": "integer", "index": 99, "name": "sbqq_option_layout_c", "comment": null}, "sbqq_option_selection_method_c": {"type": "text", "index": 100, "name": "sbqq_option_selection_method_c", "comment": null}, "sbqq_optional_c": {"type": "boolean", "index": 101, "name": "sbqq_optional_c", "comment": null}, "sbqq_price_editable_c": {"type": "boolean", "index": 102, "name": "sbqq_price_editable_c", "comment": null}, "sbqq_pricing_method_c": {"type": "text", "index": 103, "name": "sbqq_pricing_method_c", "comment": null}, "sbqq_pricing_method_editable_c": {"type": "boolean", "index": 104, "name": "sbqq_pricing_method_editable_c", "comment": null}, "sbqq_product_picture_id_c": {"type": "integer", "index": 105, "name": "sbqq_product_picture_id_c", "comment": null}, "sbqq_quantity_editable_c": {"type": "boolean", "index": 106, "name": "sbqq_quantity_editable_c", "comment": null}, "sbqq_quantity_scale_c": {"type": "integer", "index": 107, "name": "sbqq_quantity_scale_c", "comment": null}, "sbqq_reconfiguration_disabled_c": {"type": "boolean", "index": 108, "name": "sbqq_reconfiguration_disabled_c", "comment": null}, "sbqq_renewal_product_c": {"type": "integer", "index": 109, "name": "sbqq_renewal_product_c", "comment": null}, "sbqq_sort_order_c": {"type": "integer", "index": 110, "name": "sbqq_sort_order_c", "comment": null}, "sbqq_specifications_c": {"type": "integer", "index": 111, "name": "sbqq_specifications_c", "comment": null}, "sbqq_subscription_base_c": {"type": "text", "index": 112, "name": "sbqq_subscription_base_c", "comment": null}, "sbqq_subscription_category_c": {"type": "integer", "index": 113, "name": "sbqq_subscription_category_c", "comment": null}, "sbqq_subscription_percent_c": {"type": "integer", "index": 114, "name": "sbqq_subscription_percent_c", "comment": null}, "sbqq_subscription_pricing_c": {"type": "text", "index": 115, "name": "sbqq_subscription_pricing_c", "comment": null}, "sbqq_subscription_target_c": {"type": "integer", "index": 116, "name": "sbqq_subscription_target_c", "comment": null}, "sbqq_subscription_term_c": {"type": "integer", "index": 117, "name": "sbqq_subscription_term_c", "comment": null}, "sbqq_subscription_type_c": {"type": "text", "index": 118, "name": "sbqq_subscription_type_c", "comment": null}, "sbqq_tax_code_c": {"type": "integer", "index": 119, "name": "sbqq_tax_code_c", "comment": null}, "sbqq_taxable_c": {"type": "boolean", "index": 120, "name": "sbqq_taxable_c", "comment": null}, "sbqq_term_discount_level_c": {"type": "integer", "index": 121, "name": "sbqq_term_discount_level_c", "comment": null}, "sbqq_term_discount_schedule_c": {"type": "integer", "index": 122, "name": "sbqq_term_discount_schedule_c", "comment": null}, "sbqq_upgrade_credit_c": {"type": "integer", "index": 123, "name": "sbqq_upgrade_credit_c", "comment": null}, "sbqq_upgrade_ratio_c": {"type": "integer", "index": 124, "name": "sbqq_upgrade_ratio_c", "comment": null}, "sbqq_upgrade_source_c": {"type": "integer", "index": 125, "name": "sbqq_upgrade_source_c", "comment": null}, "sbqq_upgrade_target_c": {"type": "integer", "index": 126, "name": "sbqq_upgrade_target_c", "comment": null}, "connector_type_c": {"type": "text", "index": 127, "name": "connector_type_c", "comment": null}, "pbf_pro_type_discount_c": {"type": "boolean", "index": 128, "name": "pbf_pro_type_discount_c", "comment": null}, "dimension_c": {"type": "text", "index": 129, "name": "dimension_c", "comment": null}, "connector_status_c": {"type": "text", "index": 130, "name": "connector_status_c", "comment": null}, "dimension_definition_c": {"type": "integer", "index": 131, "name": "dimension_definition_c", "comment": null}, "ava_sfcpq_tax_code_c": {"type": "integer", "index": 132, "name": "ava_sfcpq_tax_code_c", "comment": null}, "paid_consumption_c": {"type": "integer", "index": 133, "name": "paid_consumption_c", "comment": null}, "is_complimentary_c": {"type": "boolean", "index": 134, "name": "is_complimentary_c", "comment": null}, "product_external_id_c": {"type": "integer", "index": 135, "name": "product_external_id_c", "comment": null}, "blng_billing_rule_c": {"type": "text", "index": 136, "name": "blng_billing_rule_c", "comment": null}, "blng_revenue_recognition_rule_c": {"type": "text", "index": 137, "name": "blng_revenue_recognition_rule_c", "comment": null}, "blng_tax_rule_c": {"type": "text", "index": 138, "name": "blng_tax_rule_c", "comment": null}, "deployment_date_c": {"type": "integer", "index": 139, "name": "deployment_date_c", "comment": null}, "do_not_prorate_c": {"type": "boolean", "index": 140, "name": "do_not_prorate_c", "comment": null}, "celigo_sfnsio_netsuite_id_c": {"type": "integer", "index": 141, "name": "celigo_sfnsio_netsuite_id_c", "comment": null}, "sbqq_enable_large_configuration_c": {"type": "boolean", "index": 142, "name": "sbqq_enable_large_configuration_c", "comment": null}, "sbqq_pricing_guidance_c": {"type": "integer", "index": 143, "name": "sbqq_pricing_guidance_c", "comment": null}, "celigo_sfnsio_item_pricing_type_c": {"type": "integer", "index": 144, "name": "celigo_sfnsio_item_pricing_type_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "boolean", "index": 145, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "celigo_sfnsio_celigo_last_modified_date_c": {"type": "timestamp without time zone", "index": 146, "name": "celigo_sfnsio_celigo_last_modified_date_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "integer", "index": 147, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "boolean", "index": 148, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_net_suite_item_type_c": {"type": "integer", "index": 149, "name": "celigo_sfnsio_net_suite_item_type_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "integer", "index": 150, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "promo_code_c": {"type": "integer", "index": 151, "name": "promo_code_c", "comment": null}, "product_category_c": {"type": "integer", "index": 152, "name": "product_category_c", "comment": null}, "product_source_c": {"type": "integer", "index": 153, "name": "product_source_c", "comment": null}, "non_recurring_c": {"type": "boolean", "index": 154, "name": "non_recurring_c", "comment": null}, "is_archived": {"type": "boolean", "index": 155, "name": "is_archived", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 156, "name": "_fivetran_active", "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.salesforce_source.salesforce.product_2"}, "source.salesforce_source.salesforce.task": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_task_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"referral_account_c": {"type": "integer", "index": 1, "name": "referral_account_c", "comment": null}, "who_id": {"type": "text", "index": 2, "name": "who_id", "comment": null}, "call_disposition": {"type": "integer", "index": 3, "name": "call_disposition", "comment": null}, "recurrence_day_of_month": {"type": "integer", "index": 4, "name": "recurrence_day_of_month", "comment": null}, "owner_id": {"type": "text", "index": 5, "name": "owner_id", "comment": null}, "recurrence_end_date_only": {"type": "timestamp without time zone", "index": 6, "name": "recurrence_end_date_only", "comment": null}, "subject": {"type": "text", "index": 7, "name": "subject", "comment": null}, "description": {"type": "text", "index": 8, "name": "description", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 9, "name": "last_modified_date", "comment": null}, "recurrence_time_zone_sid_key": {"type": "integer", "index": 10, "name": "recurrence_time_zone_sid_key", "comment": null}, "is_recurrence": {"type": "boolean", "index": 11, "name": "is_recurrence", "comment": null}, "what_count": {"type": "integer", "index": 12, "name": "what_count", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 13, "name": "_fivetran_synced", "comment": null}, "call_object": {"type": "integer", "index": 14, "name": "call_object", "comment": null}, "is_deleted": {"type": "boolean", "index": 15, "name": "is_deleted", "comment": null}, "recurrence_day_of_week_mask": {"type": "integer", "index": 16, "name": "recurrence_day_of_week_mask", "comment": null}, "last_modified_by_id": {"type": "text", "index": 17, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 18, "name": "system_modstamp", "comment": null}, "recurrence_regenerated_type": {"type": "integer", "index": 19, "name": "recurrence_regenerated_type", "comment": null}, "id": {"type": "text", "index": 20, "name": "id", "comment": null}, "recurrence_type": {"type": "integer", "index": 21, "name": "recurrence_type", "comment": null}, "reminder_date_time": {"type": "timestamp without time zone", "index": 22, "name": "reminder_date_time", "comment": null}, "call_type": {"type": "integer", "index": 23, "name": "call_type", "comment": null}, "is_high_priority": {"type": "boolean", "index": 24, "name": "is_high_priority", "comment": null}, "is_closed": {"type": "boolean", "index": 25, "name": "is_closed", "comment": null}, "recurrence_month_of_year": {"type": "integer", "index": 26, "name": "recurrence_month_of_year", "comment": null}, "is_reminder_set": {"type": "boolean", "index": 27, "name": "is_reminder_set", "comment": null}, "activity_date": {"type": "timestamp without time zone", "index": 28, "name": "activity_date", "comment": null}, "recurrence_instance": {"type": "integer", "index": 29, "name": "recurrence_instance", "comment": null}, "priority": {"type": "text", "index": 30, "name": "priority", "comment": null}, "recurrence_interval": {"type": "integer", "index": 31, "name": "recurrence_interval", "comment": null}, "who_count": {"type": "integer", "index": 32, "name": "who_count", "comment": null}, "recurrence_start_date_only": {"type": "timestamp without time zone", "index": 33, "name": "recurrence_start_date_only", "comment": null}, "account_id": {"type": "text", "index": 34, "name": "account_id", "comment": null}, "referral_contact_c": {"type": "integer", "index": 35, "name": "referral_contact_c", "comment": null}, "call_duration_in_seconds": {"type": "integer", "index": 36, "name": "call_duration_in_seconds", "comment": null}, "created_by_id": {"type": "text", "index": 37, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 38, "name": "created_date", "comment": null}, "recurrence_activity_id": {"type": "integer", "index": 39, "name": "recurrence_activity_id", "comment": null}, "what_id": {"type": "text", "index": 40, "name": "what_id", "comment": null}, "task_subtype": {"type": "text", "index": 41, "name": "task_subtype", "comment": null}, "status": {"type": "text", "index": 42, "name": "status", "comment": null}, "invitee_uuid_c": {"type": "integer", "index": 43, "name": "invitee_uuid_c", "comment": null}, "type": {"type": "text", "index": 44, "name": "type", "comment": null}, "no_show_c": {"type": "boolean", "index": 45, "name": "no_show_c", "comment": null}, "first_meeting_held_c": {"type": "integer", "index": 46, "name": "first_meeting_held_c", "comment": null}, "associated_sdr_c": {"type": "integer", "index": 47, "name": "associated_sdr_c", "comment": null}, "first_meeting_c": {"type": "integer", "index": 48, "name": "first_meeting_c", "comment": null}, "call_recording_c": {"type": "integer", "index": 49, "name": "call_recording_c", "comment": null}, "affectlayer_chorus_call_id_c": {"type": "integer", "index": 50, "name": "affectlayer_chorus_call_id_c", "comment": null}, "affectlayer_affect_layer_call_id_c": {"type": "integer", "index": 51, "name": "affectlayer_affect_layer_call_id_c", "comment": null}, "last_rep_activity_date_c": {"type": "integer", "index": 52, "name": "last_rep_activity_date_c", "comment": null}, "lid_url_c": {"type": "integer", "index": 53, "name": "lid_url_c", "comment": null}, "lid_date_sent_c": {"type": "integer", "index": 54, "name": "lid_date_sent_c", "comment": null}, "record_type_id": {"type": "text", "index": 55, "name": "record_type_id", "comment": null}, "sales_loft_step_id_c": {"type": "integer", "index": 56, "name": "sales_loft_step_id_c", "comment": null}, "sales_loft_step_name_c": {"type": "integer", "index": 57, "name": "sales_loft_step_name_c", "comment": null}, "sales_loft_step_type_c": {"type": "integer", "index": 58, "name": "sales_loft_step_type_c", "comment": null}, "sales_loft_email_template_id_c": {"type": "integer", "index": 59, "name": "sales_loft_email_template_id_c", "comment": null}, "sales_loft_external_identifier_c": {"type": "integer", "index": 60, "name": "sales_loft_external_identifier_c", "comment": null}, "sales_loft_cadence_id_c": {"type": "integer", "index": 61, "name": "sales_loft_cadence_id_c", "comment": null}, "sales_loft_clicked_count_c": {"type": "integer", "index": 62, "name": "sales_loft_clicked_count_c", "comment": null}, "sales_loft_cadence_name_c": {"type": "integer", "index": 63, "name": "sales_loft_cadence_name_c", "comment": null}, "sales_loft_reply_count_c": {"type": "integer", "index": 64, "name": "sales_loft_reply_count_c", "comment": null}, "call_disposition_c": {"type": "integer", "index": 65, "name": "call_disposition_c", "comment": null}, "sales_loft_email_template_title_c": {"type": "integer", "index": 66, "name": "sales_loft_email_template_title_c", "comment": null}, "sales_loft_step_day_new_c": {"type": "integer", "index": 67, "name": "sales_loft_step_day_new_c", "comment": null}, "call_disposition_2_c": {"type": "integer", "index": 68, "name": "call_disposition_2_c", "comment": null}, "sales_loft_viewed_count_c": {"type": "integer", "index": 69, "name": "sales_loft_viewed_count_c", "comment": null}, "sales_loft_1_sales_loft_step_day_c": {"type": "integer", "index": 70, "name": "sales_loft_1_sales_loft_step_day_c", "comment": null}, "sales_loft_1_sales_loft_clicked_count_c": {"type": "integer", "index": 71, "name": "sales_loft_1_sales_loft_clicked_count_c", "comment": null}, "sales_loft_1_sales_loft_view_count_c": {"type": "integer", "index": 72, "name": "sales_loft_1_sales_loft_view_count_c", "comment": null}, "sales_loft_1_call_disposition_c": {"type": "integer", "index": 73, "name": "sales_loft_1_call_disposition_c", "comment": null}, "sales_loft_1_sales_loft_replies_count_c": {"type": "integer", "index": 74, "name": "sales_loft_1_sales_loft_replies_count_c", "comment": null}, "sales_loft_1_sales_loft_cadence_name_c": {"type": "integer", "index": 75, "name": "sales_loft_1_sales_loft_cadence_name_c", "comment": null}, "sales_loft_1_call_sentiment_c": {"type": "integer", "index": 76, "name": "sales_loft_1_call_sentiment_c", "comment": null}, "sales_loft_1_sales_loft_email_template_title_c": {"type": "integer", "index": 77, "name": "sales_loft_1_sales_loft_email_template_title_c", "comment": null}, "completed_date_time": {"type": "timestamp without time zone", "index": 78, "name": "completed_date_time", "comment": null}, "is_a_co_sell_activity_c": {"type": "integer", "index": 79, "name": "is_a_co_sell_activity_c", "comment": null}, "partner_contact_c": {"type": "integer", "index": 80, "name": "partner_contact_c", "comment": null}, "co_selling_activity_c": {"type": "integer", "index": 81, "name": "co_selling_activity_c", "comment": null}, "description_c": {"type": "integer", "index": 82, "name": "description_c", "comment": null}, "co_sell_partner_account_c": {"type": "integer", "index": 83, "name": "co_sell_partner_account_c", "comment": null}, "campaign_c": {"type": "integer", "index": 84, "name": "campaign_c", "comment": null}, "partner_account_c": {"type": "integer", "index": 85, "name": "partner_account_c", "comment": null}, "topic_c": {"type": "integer", "index": 86, "name": "topic_c", "comment": null}, "event_name_c": {"type": "integer", "index": 87, "name": "event_name_c", "comment": null}, "attendance_number_c": {"type": "integer", "index": 88, "name": "attendance_number_c", "comment": null}, "partner_activity_type_c": {"type": "integer", "index": 89, "name": "partner_activity_type_c", "comment": null}, "proof_of_referral_c": {"type": "integer", "index": 90, "name": "proof_of_referral_c", "comment": null}, "how_did_you_bring_value_or_create_trust_c": {"type": "integer", "index": 91, "name": "how_did_you_bring_value_or_create_trust_c", "comment": null}, "how_did_you_bring_value_or_earn_trust_c": {"type": "integer", "index": 92, "name": "how_did_you_bring_value_or_earn_trust_c", "comment": null}, "duration_in_minutes_c": {"type": "integer", "index": 93, "name": "duration_in_minutes_c", "comment": null}, "vidyard_c": {"type": "boolean", "index": 94, "name": "vidyard_c", "comment": null}, "expected_payment_date_c": {"type": "integer", "index": 95, "name": "expected_payment_date_c", "comment": null}, "execute_collections_plan_activity_c": {"type": "boolean", "index": 96, "name": "execute_collections_plan_activity_c", "comment": null}, "collections_hold_c": {"type": "boolean", "index": 97, "name": "collections_hold_c", "comment": null}, "opportunity_c": {"type": "integer", "index": 98, "name": "opportunity_c", "comment": null}, "meeting_type_c": {"type": "text", "index": 99, "name": "meeting_type_c", "comment": null}, "meeting_name_c": {"type": "text", "index": 100, "name": "meeting_name_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "integer", "index": 101, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_bizible_touchpoint_date_c": {"type": "integer", "index": 102, "name": "bizible_2_bizible_touchpoint_date_c", "comment": null}, "assigned_to_role_c": {"type": "text", "index": 103, "name": "assigned_to_role_c", "comment": null}, "assigned_to_name_c": {"type": "text", "index": 104, "name": "assigned_to_name_c", "comment": null}, "legacy_hvr_id_c": {"type": "integer", "index": 105, "name": "legacy_hvr_id_c", "comment": null}, "is_archived": {"type": "boolean", "index": 106, "name": "is_archived", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 107, "name": "_fivetran_active", "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.salesforce_source.salesforce.task"}, "source.salesforce_source.salesforce.user": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_user_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "about_me": {"type": "integer", "index": 3, "name": "about_me", "comment": null}, "account_id": {"type": "integer", "index": 4, "name": "account_id", "comment": null}, "alias": {"type": "text", "index": 5, "name": "alias", "comment": null}, "badge_text": {"type": "text", "index": 6, "name": "badge_text", "comment": null}, "banner_photo_url": {"type": "text", "index": 7, "name": "banner_photo_url", "comment": null}, "call_center_id": {"type": "integer", "index": 8, "name": "call_center_id", "comment": null}, "city": {"type": "integer", "index": 9, "name": "city", "comment": null}, "community_nickname": {"type": "text", "index": 10, "name": "community_nickname", "comment": null}, "company_name": {"type": "integer", "index": 11, "name": "company_name", "comment": null}, "contact_id": {"type": "integer", "index": 12, "name": "contact_id", "comment": null}, "country": {"type": "text", "index": 13, "name": "country", "comment": null}, "country_code": {"type": "text", "index": 14, "name": "country_code", "comment": null}, "default_group_notification_frequency": {"type": "text", "index": 15, "name": "default_group_notification_frequency", "comment": null}, "delegated_approver_id": {"type": "text", "index": 16, "name": "delegated_approver_id", "comment": null}, "department": {"type": "integer", "index": 17, "name": "department", "comment": null}, "digest_frequency": {"type": "text", "index": 18, "name": "digest_frequency", "comment": null}, "division": {"type": "integer", "index": 19, "name": "division", "comment": null}, "email": {"type": "text", "index": 20, "name": "email", "comment": null}, "email_encoding_key": {"type": "text", "index": 21, "name": "email_encoding_key", "comment": null}, "email_preferences_auto_bcc": {"type": "boolean", "index": 22, "name": "email_preferences_auto_bcc", "comment": null}, "employee_number": {"type": "integer", "index": 23, "name": "employee_number", "comment": null}, "extension": {"type": "integer", "index": 24, "name": "extension", "comment": null}, "fax": {"type": "integer", "index": 25, "name": "fax", "comment": null}, "federation_identifier": {"type": "integer", "index": 26, "name": "federation_identifier", "comment": null}, "first_name": {"type": "text", "index": 27, "name": "first_name", "comment": null}, "forecast_enabled": {"type": "boolean", "index": 28, "name": "forecast_enabled", "comment": null}, "full_photo_url": {"type": "text", "index": 29, "name": "full_photo_url", "comment": null}, "geocode_accuracy": {"type": "integer", "index": 30, "name": "geocode_accuracy", "comment": null}, "id": {"type": "text", "index": 31, "name": "id", "comment": null}, "individual_id": {"type": "integer", "index": 32, "name": "individual_id", "comment": null}, "is_active": {"type": "boolean", "index": 33, "name": "is_active", "comment": null}, "is_profile_photo_active": {"type": "boolean", "index": 34, "name": "is_profile_photo_active", "comment": null}, "language_locale_key": {"type": "text", "index": 35, "name": "language_locale_key", "comment": null}, "last_login_date": {"type": "timestamp without time zone", "index": 36, "name": "last_login_date", "comment": null}, "last_name": {"type": "text", "index": 37, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 38, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 39, "name": "last_viewed_date", "comment": null}, "latitude": {"type": "double precision", "index": 40, "name": "latitude", "comment": null}, "locale_sid_key": {"type": "text", "index": 41, "name": "locale_sid_key", "comment": null}, "longitude": {"type": "double precision", "index": 42, "name": "longitude", "comment": null}, "manager_id": {"type": "text", "index": 43, "name": "manager_id", "comment": null}, "medium_banner_photo_url": {"type": "text", "index": 44, "name": "medium_banner_photo_url", "comment": null}, "mobile_phone": {"type": "integer", "index": 45, "name": "mobile_phone", "comment": null}, "name": {"type": "text", "index": 46, "name": "name", "comment": null}, "offline_trial_expiration_date": {"type": "timestamp without time zone", "index": 47, "name": "offline_trial_expiration_date", "comment": null}, "phone": {"type": "text", "index": 48, "name": "phone", "comment": null}, "postal_code": {"type": "integer", "index": 49, "name": "postal_code", "comment": null}, "profile_id": {"type": "text", "index": 50, "name": "profile_id", "comment": null}, "receives_admin_info_emails": {"type": "boolean", "index": 51, "name": "receives_admin_info_emails", "comment": null}, "receives_info_emails": {"type": "boolean", "index": 52, "name": "receives_info_emails", "comment": null}, "sender_email": {"type": "integer", "index": 53, "name": "sender_email", "comment": null}, "sender_name": {"type": "integer", "index": 54, "name": "sender_name", "comment": null}, "signature": {"type": "integer", "index": 55, "name": "signature", "comment": null}, "small_banner_photo_url": {"type": "text", "index": 56, "name": "small_banner_photo_url", "comment": null}, "small_photo_url": {"type": "text", "index": 57, "name": "small_photo_url", "comment": null}, "state": {"type": "integer", "index": 58, "name": "state", "comment": null}, "state_code": {"type": "integer", "index": 59, "name": "state_code", "comment": null}, "street": {"type": "integer", "index": 60, "name": "street", "comment": null}, "time_zone_sid_key": {"type": "text", "index": 61, "name": "time_zone_sid_key", "comment": null}, "title": {"type": "text", "index": 62, "name": "title", "comment": null}, "user_role_id": {"type": "text", "index": 63, "name": "user_role_id", "comment": null}, "user_type": {"type": "text", "index": 64, "name": "user_type", "comment": null}, "username": {"type": "text", "index": 65, "name": "username", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 66, "name": "_fivetran_active", "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.salesforce_source.salesforce.user"}, "source.salesforce_source.salesforce.user_role": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_user_role_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "case_access_for_account_owner": {"type": "text", "index": 3, "name": "case_access_for_account_owner", "comment": null}, "contact_access_for_account_owner": {"type": "text", "index": 4, "name": "contact_access_for_account_owner", "comment": null}, "developer_name": {"type": "text", "index": 5, "name": "developer_name", "comment": null}, "forecast_user_id": {"type": "integer", "index": 6, "name": "forecast_user_id", "comment": null}, "id": {"type": "text", "index": 7, "name": "id", "comment": null}, "may_forecast_manager_share": {"type": "boolean", "index": 8, "name": "may_forecast_manager_share", "comment": null}, "name": {"type": "text", "index": 9, "name": "name", "comment": null}, "opportunity_access_for_account_owner": {"type": "text", "index": 10, "name": "opportunity_access_for_account_owner", "comment": null}, "parent_role_id": {"type": "text", "index": 11, "name": "parent_role_id", "comment": null}, "portal_type": {"type": "text", "index": 12, "name": "portal_type", "comment": null}, "rollup_description": {"type": "text", "index": 13, "name": "rollup_description", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 14, "name": "_fivetran_active", "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.salesforce_source.salesforce.user_role"}}, "errors": null} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.8.3", "generated_at": "2024-07-10T00:47:41.492159Z", "invocation_id": "f1c358ba-eb11-4963-9644-4063866a3763", "env": {}}, "nodes": {"seed.salesforce_integration_tests.sf_account_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_account_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_number": {"type": "integer", "index": 2, "name": "account_number", "comment": null}, "account_source": {"type": "text", "index": 3, "name": "account_source", "comment": null}, "annual_revenue": {"type": "double precision", "index": 4, "name": "annual_revenue", "comment": null}, "billing_city": {"type": "text", "index": 5, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 6, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "text", "index": 7, "name": "billing_country_code", "comment": null}, "billing_geocode_accuracy": {"type": "integer", "index": 8, "name": "billing_geocode_accuracy", "comment": null}, "billing_latitude": {"type": "double precision", "index": 9, "name": "billing_latitude", "comment": null}, "billing_longitude": {"type": "double precision", "index": 10, "name": "billing_longitude", "comment": null}, "billing_postal_code": {"type": "text", "index": 11, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "text", "index": 12, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "text", "index": 13, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "text", "index": 14, "name": "billing_street", "comment": null}, "description": {"type": "text", "index": 15, "name": "description", "comment": null}, "fax": {"type": "integer", "index": 16, "name": "fax", "comment": null}, "id": {"type": "text", "index": 17, "name": "id", "comment": null}, "industry": {"type": "text", "index": 18, "name": "industry", "comment": null}, "is_deleted": {"type": "boolean", "index": 19, "name": "is_deleted", "comment": null}, "jigsaw_company_id": {"type": "integer", "index": 20, "name": "jigsaw_company_id", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 21, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 23, "name": "last_viewed_date", "comment": null}, "master_record_id": {"type": "text", "index": 24, "name": "master_record_id", "comment": null}, "name": {"type": "text", "index": 25, "name": "name", "comment": null}, "number_of_employees": {"type": "integer", "index": 26, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "text", "index": 27, "name": "owner_id", "comment": null}, "ownership": {"type": "integer", "index": 28, "name": "ownership", "comment": null}, "parent_id": {"type": "integer", "index": 29, "name": "parent_id", "comment": null}, "phone": {"type": "text", "index": 30, "name": "phone", "comment": null}, "photo_url": {"type": "text", "index": 31, "name": "photo_url", "comment": null}, "rating": {"type": "integer", "index": 32, "name": "rating", "comment": null}, "record_type_id": {"type": "text", "index": 33, "name": "record_type_id", "comment": null}, "shipping_city": {"type": "integer", "index": 34, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "text", "index": 35, "name": "shipping_country", "comment": null}, "shipping_country_code": {"type": "text", "index": 36, "name": "shipping_country_code", "comment": null}, "shipping_geocode_accuracy": {"type": "integer", "index": 37, "name": "shipping_geocode_accuracy", "comment": null}, "shipping_latitude": {"type": "double precision", "index": 38, "name": "shipping_latitude", "comment": null}, "shipping_longitude": {"type": "double precision", "index": 39, "name": "shipping_longitude", "comment": null}, "shipping_postal_code": {"type": "integer", "index": 40, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "integer", "index": 41, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "integer", "index": 42, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "integer", "index": 43, "name": "shipping_street", "comment": null}, "sic": {"type": "integer", "index": 44, "name": "sic", "comment": null}, "sic_desc": {"type": "integer", "index": 45, "name": "sic_desc", "comment": null}, "site": {"type": "integer", "index": 46, "name": "site", "comment": null}, "ticker_symbol": {"type": "integer", "index": 47, "name": "ticker_symbol", "comment": null}, "type": {"type": "text", "index": 48, "name": "type", "comment": null}, "website": {"type": "text", "index": 49, "name": "website", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 50, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_account_data"}, "seed.salesforce_integration_tests.sf_account_history_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_account_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_active": {"type": "boolean", "index": 1, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "account_number": {"type": "integer", "index": 5, "name": "account_number", "comment": null}, "account_source": {"type": "text", "index": 6, "name": "account_source", "comment": null}, "annual_revenue": {"type": "double precision", "index": 7, "name": "annual_revenue", "comment": null}, "billing_city": {"type": "text", "index": 8, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 9, "name": "billing_country", "comment": null}, "billing_postal_code": {"type": "text", "index": 10, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "text", "index": 11, "name": "billing_state", "comment": null}, "billing_street": {"type": "text", "index": 12, "name": "billing_street", "comment": null}, "description": {"type": "text", "index": 13, "name": "description", "comment": null}, "id": {"type": "text", "index": 14, "name": "id", "comment": null}, "industry": {"type": "text", "index": 15, "name": "industry", "comment": null}, "is_deleted": {"type": "boolean", "index": 16, "name": "is_deleted", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 17, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 18, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 19, "name": "last_viewed_date", "comment": null}, "master_record_id": {"type": "text", "index": 20, "name": "master_record_id", "comment": null}, "name": {"type": "text", "index": 21, "name": "name", "comment": null}, "number_of_employees": {"type": "integer", "index": 22, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "text", "index": 23, "name": "owner_id", "comment": null}, "ownership": {"type": "integer", "index": 24, "name": "ownership", "comment": null}, "parent_id": {"type": "integer", "index": 25, "name": "parent_id", "comment": null}, "rating": {"type": "integer", "index": 26, "name": "rating", "comment": null}, "record_type_id": {"type": "text", "index": 27, "name": "record_type_id", "comment": null}, "shipping_city": {"type": "integer", "index": 28, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "text", "index": 29, "name": "shipping_country", "comment": null}, "shipping_postal_code": {"type": "integer", "index": 30, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "integer", "index": 31, "name": "shipping_state", "comment": null}, "shipping_street": {"type": "integer", "index": 32, "name": "shipping_street", "comment": null}, "type": {"type": "text", "index": 33, "name": "type", "comment": null}, "website": {"type": "text", "index": 34, "name": "website", "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.salesforce_integration_tests.sf_account_history_data"}, "seed.salesforce_integration_tests.sf_contact_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_contact_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "cbit_clearbit_c": {"type": "text", "index": 4, "name": "cbit_clearbit_c", "comment": null}, "cbit_clearbit_ready_c": {"type": "boolean", "index": 5, "name": "cbit_clearbit_ready_c", "comment": null}, "created_by_id": {"type": "text", "index": 6, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 7, "name": "created_date", "comment": null}, "department": {"type": "integer", "index": 8, "name": "department", "comment": null}, "email": {"type": "text", "index": 9, "name": "email", "comment": null}, "email_bounced_date": {"type": "timestamp without time zone", "index": 10, "name": "email_bounced_date", "comment": null}, "email_bounced_reason": {"type": "integer", "index": 11, "name": "email_bounced_reason", "comment": null}, "fax": {"type": "integer", "index": 12, "name": "fax", "comment": null}, "first_name": {"type": "text", "index": 13, "name": "first_name", "comment": null}, "is_deleted": {"type": "boolean", "index": 14, "name": "is_deleted", "comment": null}, "is_email_bounced": {"type": "boolean", "index": 15, "name": "is_email_bounced", "comment": null}, "jigsaw_contact_id": {"type": "integer", "index": 16, "name": "jigsaw_contact_id", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 17, "name": "last_activity_date", "comment": null}, "last_curequest_date": {"type": "timestamp without time zone", "index": 18, "name": "last_curequest_date", "comment": null}, "last_cuupdate_date": {"type": "timestamp without time zone", "index": 19, "name": "last_cuupdate_date", "comment": null}, "last_modified_by_id": {"type": "text", "index": 20, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 21, "name": "last_modified_date", "comment": null}, "last_name": {"type": "text", "index": 22, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 23, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 24, "name": "last_viewed_date", "comment": null}, "mailing_city": {"type": "text", "index": 25, "name": "mailing_city", "comment": null}, "mailing_country": {"type": "text", "index": 26, "name": "mailing_country", "comment": null}, "mailing_country_code": {"type": "text", "index": 27, "name": "mailing_country_code", "comment": null}, "mailing_geocode_accuracy": {"type": "integer", "index": 28, "name": "mailing_geocode_accuracy", "comment": null}, "mailing_latitude": {"type": "integer", "index": 29, "name": "mailing_latitude", "comment": null}, "mailing_longitude": {"type": "integer", "index": 30, "name": "mailing_longitude", "comment": null}, "mailing_postal_code": {"type": "integer", "index": 31, "name": "mailing_postal_code", "comment": null}, "mailing_state": {"type": "text", "index": 32, "name": "mailing_state", "comment": null}, "mailing_state_code": {"type": "text", "index": 33, "name": "mailing_state_code", "comment": null}, "mailing_street": {"type": "text", "index": 34, "name": "mailing_street", "comment": null}, "master_record_id": {"type": "integer", "index": 35, "name": "master_record_id", "comment": null}, "mc_4_sf_mc_subscriber_c": {"type": "integer", "index": 36, "name": "mc_4_sf_mc_subscriber_c", "comment": null}, "mobile_phone": {"type": "integer", "index": 37, "name": "mobile_phone", "comment": null}, "name": {"type": "text", "index": 38, "name": "name", "comment": null}, "owner_id": {"type": "text", "index": 39, "name": "owner_id", "comment": null}, "phone": {"type": "text", "index": 40, "name": "phone", "comment": null}, "photo_url": {"type": "text", "index": 41, "name": "photo_url", "comment": null}, "reports_to_id": {"type": "integer", "index": 42, "name": "reports_to_id", "comment": null}, "salutation": {"type": "integer", "index": 43, "name": "salutation", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 44, "name": "system_modstamp", "comment": null}, "title": {"type": "text", "index": 45, "name": "title", "comment": null}, "email_bounced_c": {"type": "boolean", "index": 46, "name": "email_bounced_c", "comment": null}, "email_quality_unknown_c": {"type": "boolean", "index": 47, "name": "email_quality_unknown_c", "comment": null}, "gclid_c": {"type": "integer", "index": 48, "name": "gclid_c", "comment": null}, "referral_account_c": {"type": "integer", "index": 49, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "integer", "index": 50, "name": "referral_contact_c", "comment": null}, "has_opted_out_of_email": {"type": "boolean", "index": 51, "name": "has_opted_out_of_email", "comment": null}, "act_on_lead_score_c": {"type": "integer", "index": 52, "name": "act_on_lead_score_c", "comment": null}, "cbit_created_by_clearbit_c": {"type": "boolean", "index": 53, "name": "cbit_created_by_clearbit_c", "comment": null}, "fivetran_user_id_c": {"type": "integer", "index": 54, "name": "fivetran_user_id_c", "comment": null}, "no_longer_at_company_c": {"type": "boolean", "index": 55, "name": "no_longer_at_company_c", "comment": null}, "pi_campaign_c": {"type": "text", "index": 56, "name": "pi_campaign_c", "comment": null}, "pi_comments_c": {"type": "integer", "index": 57, "name": "pi_comments_c", "comment": null}, "pi_conversion_date_c": {"type": "integer", "index": 58, "name": "pi_conversion_date_c", "comment": null}, "pi_conversion_object_name_c": {"type": "integer", "index": 59, "name": "pi_conversion_object_name_c", "comment": null}, "pi_conversion_object_type_c": {"type": "integer", "index": 60, "name": "pi_conversion_object_type_c", "comment": null}, "pi_created_date_c": {"type": "timestamp without time zone", "index": 61, "name": "pi_created_date_c", "comment": null}, "pi_first_activity_c": {"type": "integer", "index": 62, "name": "pi_first_activity_c", "comment": null}, "pi_first_search_term_c": {"type": "integer", "index": 63, "name": "pi_first_search_term_c", "comment": null}, "pi_first_search_type_c": {"type": "integer", "index": 64, "name": "pi_first_search_type_c", "comment": null}, "pi_first_touch_url_c": {"type": "integer", "index": 65, "name": "pi_first_touch_url_c", "comment": null}, "pi_grade_c": {"type": "integer", "index": 66, "name": "pi_grade_c", "comment": null}, "pi_last_activity_c": {"type": "integer", "index": 67, "name": "pi_last_activity_c", "comment": null}, "pi_needs_score_synced_c": {"type": "boolean", "index": 68, "name": "pi_needs_score_synced_c", "comment": null}, "pi_notes_c": {"type": "integer", "index": 69, "name": "pi_notes_c", "comment": null}, "pi_pardot_hard_bounced_c": {"type": "boolean", "index": 70, "name": "pi_pardot_hard_bounced_c", "comment": null}, "pi_pardot_last_scored_at_c": {"type": "integer", "index": 71, "name": "pi_pardot_last_scored_at_c", "comment": null}, "pi_score_c": {"type": "integer", "index": 72, "name": "pi_score_c", "comment": null}, "pi_url_c": {"type": "text", "index": 73, "name": "pi_url_c", "comment": null}, "pi_utm_campaign_c": {"type": "integer", "index": 74, "name": "pi_utm_campaign_c", "comment": null}, "pi_utm_content_c": {"type": "integer", "index": 75, "name": "pi_utm_content_c", "comment": null}, "pi_utm_medium_c": {"type": "integer", "index": 76, "name": "pi_utm_medium_c", "comment": null}, "pi_utm_source_c": {"type": "integer", "index": 77, "name": "pi_utm_source_c", "comment": null}, "pi_utm_term_c": {"type": "integer", "index": 78, "name": "pi_utm_term_c", "comment": null}, "lead_source": {"type": "text", "index": 79, "name": "lead_source", "comment": null}, "contact_status_c": {"type": "text", "index": 80, "name": "contact_status_c", "comment": null}, "region_c": {"type": "integer", "index": 81, "name": "region_c", "comment": null}, "competitor_c": {"type": "integer", "index": 82, "name": "competitor_c", "comment": null}, "bt_stripe_gender_c": {"type": "integer", "index": 83, "name": "bt_stripe_gender_c", "comment": null}, "bt_stripe_ssn_last_4_encrypted_c": {"type": "integer", "index": 84, "name": "bt_stripe_ssn_last_4_encrypted_c", "comment": null}, "bt_stripe_personal_id_number_c": {"type": "integer", "index": 85, "name": "bt_stripe_personal_id_number_c", "comment": null}, "bt_stripe_personal_id_number_encrypted_c": {"type": "integer", "index": 86, "name": "bt_stripe_personal_id_number_encrypted_c", "comment": null}, "bt_stripe_maiden_name_c": {"type": "integer", "index": 87, "name": "bt_stripe_maiden_name_c", "comment": null}, "bt_stripe_languages_c": {"type": "integer", "index": 88, "name": "bt_stripe_languages_c", "comment": null}, "bt_stripe_default_payment_method_c": {"type": "integer", "index": 89, "name": "bt_stripe_default_payment_method_c", "comment": null}, "bt_stripe_ssn_last_4_c": {"type": "integer", "index": 90, "name": "bt_stripe_ssn_last_4_c", "comment": null}, "bt_stripe_personal_id_type_c": {"type": "integer", "index": 91, "name": "bt_stripe_personal_id_type_c", "comment": null}, "bt_stripe_default_payment_gateway_c": {"type": "integer", "index": 92, "name": "bt_stripe_default_payment_gateway_c", "comment": null}, "bt_stripe_level_c": {"type": "integer", "index": 93, "name": "bt_stripe_level_c", "comment": null}, "lean_data_routing_action_c": {"type": "text", "index": 94, "name": "lean_data_routing_action_c", "comment": null}, "lean_data_matched_buyer_persona_c": {"type": "integer", "index": 95, "name": "lean_data_matched_buyer_persona_c", "comment": null}, "lean_data_ld_segment_c": {"type": "integer", "index": 96, "name": "lean_data_ld_segment_c", "comment": null}, "lean_data_tag_c": {"type": "integer", "index": 97, "name": "lean_data_tag_c", "comment": null}, "lean_data_modified_score_c": {"type": "integer", "index": 98, "name": "lean_data_modified_score_c", "comment": null}, "do_not_route_lead_c": {"type": "boolean", "index": 99, "name": "do_not_route_lead_c", "comment": null}, "technical_contact_c": {"type": "integer", "index": 100, "name": "technical_contact_c", "comment": null}, "allbound_id_c": {"type": "integer", "index": 101, "name": "allbound_id_c", "comment": null}, "notes_c": {"type": "integer", "index": 102, "name": "notes_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "boolean", "index": 103, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "boolean", "index": 104, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_net_suite_id_c": {"type": "integer", "index": 105, "name": "netsuite_conn_net_suite_id_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "integer", "index": 106, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "boolean", "index": 107, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_pushed_from_opportunity_c": {"type": "boolean", "index": 108, "name": "netsuite_conn_pushed_from_opportunity_c", "comment": null}, "description": {"type": "text", "index": 109, "name": "description", "comment": null}, "lid_linked_in_company_id_c": {"type": "integer", "index": 110, "name": "lid_linked_in_company_id_c", "comment": null}, "lid_linked_in_member_token_c": {"type": "integer", "index": 111, "name": "lid_linked_in_member_token_c", "comment": null}, "is_eu_resident_c": {"type": "boolean", "index": 112, "name": "is_eu_resident_c", "comment": null}, "do_not_call": {"type": "boolean", "index": 113, "name": "do_not_call", "comment": null}, "sales_loft_1_most_recent_cadence_next_step_due_date_c": {"type": "integer", "index": 114, "name": "sales_loft_1_most_recent_cadence_next_step_due_date_c", "comment": null}, "sales_loft_1_most_recent_last_completed_step_c": {"type": "integer", "index": 115, "name": "sales_loft_1_most_recent_last_completed_step_c", "comment": null}, "sales_loft_1_most_recent_cadence_name_c": {"type": "integer", "index": 116, "name": "sales_loft_1_most_recent_cadence_name_c", "comment": null}, "source_detail_c": {"type": "text", "index": 117, "name": "source_detail_c", "comment": null}, "utm_source_c": {"type": "integer", "index": 118, "name": "utm_source_c", "comment": null}, "utm_content_c": {"type": "integer", "index": 119, "name": "utm_content_c", "comment": null}, "utm_term_c": {"type": "integer", "index": 120, "name": "utm_term_c", "comment": null}, "utm_medium_c": {"type": "integer", "index": 121, "name": "utm_medium_c", "comment": null}, "utm_campaign_c": {"type": "integer", "index": 122, "name": "utm_campaign_c", "comment": null}, "network_c": {"type": "integer", "index": 123, "name": "network_c", "comment": null}, "matchtype_c": {"type": "integer", "index": 124, "name": "matchtype_c", "comment": null}, "device_c": {"type": "integer", "index": 125, "name": "device_c", "comment": null}, "creative_c": {"type": "integer", "index": 126, "name": "creative_c", "comment": null}, "adgroupid_c": {"type": "integer", "index": 127, "name": "adgroupid_c", "comment": null}, "keyword_c": {"type": "integer", "index": 128, "name": "keyword_c", "comment": null}, "campaignid_c": {"type": "integer", "index": 129, "name": "campaignid_c", "comment": null}, "partner_rep_email_c": {"type": "integer", "index": 130, "name": "partner_rep_email_c", "comment": null}, "partner_rep_name_c": {"type": "integer", "index": 131, "name": "partner_rep_name_c", "comment": null}, "contact_type_c": {"type": "integer", "index": 132, "name": "contact_type_c", "comment": null}, "old_lead_source_c": {"type": "integer", "index": 133, "name": "old_lead_source_c", "comment": null}, "old_lead_source_detail_c": {"type": "integer", "index": 134, "name": "old_lead_source_detail_c", "comment": null}, "contact_stage_c": {"type": "integer", "index": 135, "name": "contact_stage_c", "comment": null}, "original_utm_campaign_c": {"type": "integer", "index": 136, "name": "original_utm_campaign_c", "comment": null}, "original_utm_content_c": {"type": "integer", "index": 137, "name": "original_utm_content_c", "comment": null}, "original_utm_medium_c": {"type": "integer", "index": 138, "name": "original_utm_medium_c", "comment": null}, "original_utm_source_c": {"type": "integer", "index": 139, "name": "original_utm_source_c", "comment": null}, "original_utm_term_c": {"type": "integer", "index": 140, "name": "original_utm_term_c", "comment": null}, "es_app_escreated_timestamp_c": {"type": "integer", "index": 141, "name": "es_app_escreated_timestamp_c", "comment": null}, "es_app_esecid_c": {"type": "integer", "index": 142, "name": "es_app_esecid_c", "comment": null}, "es_app_esenriched_c": {"type": "integer", "index": 143, "name": "es_app_esenriched_c", "comment": null}, "es_app_esenriched_timestamp_c": {"type": "integer", "index": 144, "name": "es_app_esenriched_timestamp_c", "comment": null}, "es_app_esintent_aggregate_score_c": {"type": "integer", "index": 145, "name": "es_app_esintent_aggregate_score_c", "comment": null}, "es_app_esintent_timestamp_c": {"type": "integer", "index": 146, "name": "es_app_esintent_timestamp_c", "comment": null}, "es_app_esintent_topics_c": {"type": "integer", "index": 147, "name": "es_app_esintent_topics_c", "comment": null}, "es_app_esoverall_fit_score_c": {"type": "integer", "index": 148, "name": "es_app_esoverall_fit_score_c", "comment": null}, "es_app_essource_c": {"type": "integer", "index": 149, "name": "es_app_essource_c", "comment": null}, "individual_id": {"type": "integer", "index": 150, "name": "individual_id", "comment": null}, "marketing_process_c": {"type": "integer", "index": 151, "name": "marketing_process_c", "comment": null}, "automation_tracking_c": {"type": "integer", "index": 152, "name": "automation_tracking_c", "comment": null}, "user_gems_has_changed_job_c": {"type": "integer", "index": 153, "name": "user_gems_has_changed_job_c", "comment": null}, "email_opt_in_explicit_c": {"type": "integer", "index": 154, "name": "email_opt_in_explicit_c", "comment": null}, "email_opt_in_implicit_c": {"type": "integer", "index": 155, "name": "email_opt_in_implicit_c", "comment": null}, "gdpr_opt_in_explicit_c": {"type": "integer", "index": 156, "name": "gdpr_opt_in_explicit_c", "comment": null}, "user_gems_is_a_user_gem_c": {"type": "integer", "index": 157, "name": "user_gems_is_a_user_gem_c", "comment": null}, "user_gems_past_account_c": {"type": "integer", "index": 158, "name": "user_gems_past_account_c", "comment": null}, "user_gems_past_company_c": {"type": "integer", "index": 159, "name": "user_gems_past_company_c", "comment": null}, "user_gems_past_contact_c": {"type": "integer", "index": 160, "name": "user_gems_past_contact_c", "comment": null}, "user_gems_past_title_c": {"type": "integer", "index": 161, "name": "user_gems_past_title_c", "comment": null}, "partner_contact_c": {"type": "integer", "index": 162, "name": "partner_contact_c", "comment": null}, "promotion_id_c": {"type": "integer", "index": 163, "name": "promotion_id_c", "comment": null}, "referral_exists_c": {"type": "integer", "index": 164, "name": "referral_exists_c", "comment": null}, "referral_first_name_c": {"type": "integer", "index": 165, "name": "referral_first_name_c", "comment": null}, "referral_last_name_c": {"type": "integer", "index": 166, "name": "referral_last_name_c", "comment": null}, "mkto_71_contact_acquisition_date_c": {"type": "integer", "index": 167, "name": "mkto_71_contact_acquisition_date_c", "comment": null}, "mkto_71_contact_acquisition_program_c": {"type": "integer", "index": 168, "name": "mkto_71_contact_acquisition_program_c", "comment": null}, "mkto_71_contact_acquisition_program_id_c": {"type": "integer", "index": 169, "name": "mkto_71_contact_acquisition_program_id_c", "comment": null}, "mkto_71_contact_inferred_city_c": {"type": "integer", "index": 170, "name": "mkto_71_contact_inferred_city_c", "comment": null}, "mkto_71_contact_inferred_company_c": {"type": "integer", "index": 171, "name": "mkto_71_contact_inferred_company_c", "comment": null}, "mkto_71_contact_inferred_country_c": {"type": "integer", "index": 172, "name": "mkto_71_contact_inferred_country_c", "comment": null}, "mkto_71_contact_inferred_metropolitan_a_c": {"type": "integer", "index": 173, "name": "mkto_71_contact_inferred_metropolitan_a_c", "comment": null}, "mkto_71_contact_inferred_phone_area_cod_c": {"type": "integer", "index": 174, "name": "mkto_71_contact_inferred_phone_area_cod_c", "comment": null}, "mkto_71_contact_inferred_postal_code_c": {"type": "integer", "index": 175, "name": "mkto_71_contact_inferred_postal_code_c", "comment": null}, "mkto_71_contact_inferred_state_region_c": {"type": "integer", "index": 176, "name": "mkto_71_contact_inferred_state_region_c", "comment": null}, "mkto_71_contact_lead_score_c": {"type": "integer", "index": 177, "name": "mkto_71_contact_lead_score_c", "comment": null}, "mkto_71_contact_original_referrer_c": {"type": "integer", "index": 178, "name": "mkto_71_contact_original_referrer_c", "comment": null}, "mkto_71_contact_original_search_engine_c": {"type": "integer", "index": 179, "name": "mkto_71_contact_original_search_engine_c", "comment": null}, "mkto_71_contact_original_search_phrase_c": {"type": "integer", "index": 180, "name": "mkto_71_contact_original_search_phrase_c", "comment": null}, "mkto_71_contact_original_source_info_c": {"type": "integer", "index": 181, "name": "mkto_71_contact_original_source_info_c", "comment": null}, "mkto_71_contact_original_source_type_c": {"type": "integer", "index": 182, "name": "mkto_71_contact_original_source_type_c", "comment": null}, "mkto_si_hide_date_c": {"type": "integer", "index": 183, "name": "mkto_si_hide_date_c", "comment": null}, "mkto_si_last_interesting_moment_date_c": {"type": "integer", "index": 184, "name": "mkto_si_last_interesting_moment_date_c", "comment": null}, "mkto_si_last_interesting_moment_desc_c": {"type": "integer", "index": 185, "name": "mkto_si_last_interesting_moment_desc_c", "comment": null}, "mkto_si_last_interesting_moment_source_c": {"type": "integer", "index": 186, "name": "mkto_si_last_interesting_moment_source_c", "comment": null}, "mkto_si_last_interesting_moment_type_c": {"type": "integer", "index": 187, "name": "mkto_si_last_interesting_moment_type_c", "comment": null}, "mkto_si_mkto_lead_score_c": {"type": "integer", "index": 188, "name": "mkto_si_mkto_lead_score_c", "comment": null}, "mkto_si_priority_c": {"type": "integer", "index": 189, "name": "mkto_si_priority_c", "comment": null}, "mkto_si_relative_score_value_c": {"type": "integer", "index": 190, "name": "mkto_si_relative_score_value_c", "comment": null}, "mkto_si_urgency_value_c": {"type": "integer", "index": 191, "name": "mkto_si_urgency_value_c", "comment": null}, "cloudingo_agent_ces_c": {"type": "integer", "index": 192, "name": "cloudingo_agent_ces_c", "comment": null}, "cloudingo_agent_mar_c": {"type": "integer", "index": 193, "name": "cloudingo_agent_mar_c", "comment": null}, "cloudingo_agent_mas_c": {"type": "integer", "index": 194, "name": "cloudingo_agent_mas_c", "comment": null}, "cloudingo_agent_mav_c": {"type": "integer", "index": 195, "name": "cloudingo_agent_mav_c", "comment": null}, "cloudingo_agent_mrdi_c": {"type": "integer", "index": 196, "name": "cloudingo_agent_mrdi_c", "comment": null}, "cloudingo_agent_mtz_c": {"type": "integer", "index": 197, "name": "cloudingo_agent_mtz_c", "comment": null}, "cloudingo_agent_oar_c": {"type": "integer", "index": 198, "name": "cloudingo_agent_oar_c", "comment": null}, "cloudingo_agent_oas_c": {"type": "integer", "index": 199, "name": "cloudingo_agent_oas_c", "comment": null}, "cloudingo_agent_oav_c": {"type": "integer", "index": 200, "name": "cloudingo_agent_oav_c", "comment": null}, "cloudingo_agent_ordi_c": {"type": "integer", "index": 201, "name": "cloudingo_agent_ordi_c", "comment": null}, "cloudingo_agent_otz_c": {"type": "integer", "index": 202, "name": "cloudingo_agent_otz_c", "comment": null}, "do_not_sync_marketo_c": {"type": "integer", "index": 203, "name": "do_not_sync_marketo_c", "comment": null}, "phone_extension_c": {"type": "integer", "index": 204, "name": "phone_extension_c", "comment": null}, "job_function_c": {"type": "integer", "index": 205, "name": "job_function_c", "comment": null}, "job_level_c": {"type": "integer", "index": 206, "name": "job_level_c", "comment": null}, "direct_office_c": {"type": "integer", "index": 207, "name": "direct_office_c", "comment": null}, "city_c": {"type": "integer", "index": 208, "name": "city_c", "comment": null}, "country_c": {"type": "integer", "index": 209, "name": "country_c", "comment": null}, "state_c": {"type": "integer", "index": 210, "name": "state_c", "comment": null}, "secondary_email_c": {"type": "integer", "index": 211, "name": "secondary_email_c", "comment": null}, "es_seniority_c": {"type": "integer", "index": 212, "name": "es_seniority_c", "comment": null}, "source_last_lead_source_c": {"type": "integer", "index": 213, "name": "source_last_lead_source_c", "comment": null}, "source_last_lead_source_category_c": {"type": "integer", "index": 214, "name": "source_last_lead_source_category_c", "comment": null}, "source_last_lead_source_detail_c": {"type": "integer", "index": 215, "name": "source_last_lead_source_detail_c", "comment": null}, "drift_cql_c": {"type": "integer", "index": 216, "name": "drift_cql_c", "comment": null}, "hot_contact_c": {"type": "integer", "index": 217, "name": "hot_contact_c", "comment": null}, "behavioral_score_c": {"type": "integer", "index": 218, "name": "behavioral_score_c", "comment": null}, "unique_email_c": {"type": "integer", "index": 219, "name": "unique_email_c", "comment": null}, "is_emea_event_routing_c": {"type": "integer", "index": 220, "name": "is_emea_event_routing_c", "comment": null}, "csi_code_c": {"type": "integer", "index": 221, "name": "csi_code_c", "comment": null}, "clearbit_role_c": {"type": "integer", "index": 222, "name": "clearbit_role_c", "comment": null}, "clearbit_seniority_c": {"type": "integer", "index": 223, "name": "clearbit_seniority_c", "comment": null}, "clearbit_sub_role_c": {"type": "integer", "index": 224, "name": "clearbit_sub_role_c", "comment": null}, "rh_2_currency_test_c": {"type": "integer", "index": 225, "name": "rh_2_currency_test_c", "comment": null}, "rh_2_describe_c": {"type": "integer", "index": 226, "name": "rh_2_describe_c", "comment": null}, "rh_2_integer_test_c": {"type": "integer", "index": 227, "name": "rh_2_integer_test_c", "comment": null}, "created_by_role_c": {"type": "integer", "index": 228, "name": "created_by_role_c", "comment": null}, "demographic_score_c": {"type": "integer", "index": 229, "name": "demographic_score_c", "comment": null}, "country_code_c": {"type": "integer", "index": 230, "name": "country_code_c", "comment": null}, "state_code_c": {"type": "integer", "index": 231, "name": "state_code_c", "comment": null}, "attended_event_c": {"type": "integer", "index": 232, "name": "attended_event_c", "comment": null}, "zoominfo_technologies_c": {"type": "integer", "index": 233, "name": "zoominfo_technologies_c", "comment": null}, "mql_date_c": {"type": "integer", "index": 234, "name": "mql_date_c", "comment": null}, "user_gems_user_gems_id_c": {"type": "integer", "index": 235, "name": "user_gems_user_gems_id_c", "comment": null}, "dozisf_zoom_info_company_id_c": {"type": "integer", "index": 236, "name": "dozisf_zoom_info_company_id_c", "comment": null}, "dozisf_zoom_info_first_updated_c": {"type": "integer", "index": 237, "name": "dozisf_zoom_info_first_updated_c", "comment": null}, "dozisf_zoom_info_id_c": {"type": "integer", "index": 238, "name": "dozisf_zoom_info_id_c", "comment": null}, "dozisf_zoom_info_last_updated_c": {"type": "integer", "index": 239, "name": "dozisf_zoom_info_last_updated_c", "comment": null}, "lean_data_manual_route_trigger_c": {"type": "integer", "index": 240, "name": "lean_data_manual_route_trigger_c", "comment": null}, "first_mql_date_c": {"type": "integer", "index": 241, "name": "first_mql_date_c", "comment": null}, "active_relationship_c": {"type": "integer", "index": 242, "name": "active_relationship_c", "comment": null}, "clarus_date_c": {"type": "integer", "index": 243, "name": "clarus_date_c", "comment": null}, "clarus_editor_c": {"type": "integer", "index": 244, "name": "clarus_editor_c", "comment": null}, "clarus_notes_c": {"type": "integer", "index": 245, "name": "clarus_notes_c", "comment": null}, "clarus_project_c": {"type": "integer", "index": 246, "name": "clarus_project_c", "comment": null}, "clarus_status_c": {"type": "integer", "index": 247, "name": "clarus_status_c", "comment": null}, "historical_contact_status_c": {"type": "integer", "index": 248, "name": "historical_contact_status_c", "comment": null}, "fivetran_account_association_date_c": {"type": "integer", "index": 249, "name": "fivetran_account_association_date_c", "comment": null}, "fivetran_account_user_role_s_c": {"type": "integer", "index": 250, "name": "fivetran_account_user_role_s_c", "comment": null}, "mql_reason_c": {"type": "integer", "index": 251, "name": "mql_reason_c", "comment": null}, "attempting_contact_date_time_c": {"type": "integer", "index": 252, "name": "attempting_contact_date_time_c", "comment": null}, "linked_in_url_c": {"type": "integer", "index": 253, "name": "linked_in_url_c", "comment": null}, "trial_contact_start_date_c": {"type": "integer", "index": 254, "name": "trial_contact_start_date_c", "comment": null}, "contact_holdover_c": {"type": "integer", "index": 255, "name": "contact_holdover_c", "comment": null}, "bill_to_contact_hidden_c": {"type": "integer", "index": 256, "name": "bill_to_contact_hidden_c", "comment": null}, "enrichment_request_c": {"type": "integer", "index": 257, "name": "enrichment_request_c", "comment": null}, "meta_data_create_date_c": {"type": "integer", "index": 258, "name": "meta_data_create_date_c", "comment": null}, "primary_se_c": {"type": "integer", "index": 259, "name": "primary_se_c", "comment": null}, "unqualified_reason_c": {"type": "integer", "index": 260, "name": "unqualified_reason_c", "comment": null}, "opp_handoff_ae_c": {"type": "integer", "index": 261, "name": "opp_handoff_ae_c", "comment": null}, "marketing_connector_interest_c": {"type": "integer", "index": 262, "name": "marketing_connector_interest_c", "comment": null}, "recent_marketing_campaign_status_c": {"type": "integer", "index": 263, "name": "recent_marketing_campaign_status_c", "comment": null}, "salesloft_cadence_trigger_c": {"type": "integer", "index": 264, "name": "salesloft_cadence_trigger_c", "comment": null}, "last_ae_activity_owner_c": {"type": "integer", "index": 265, "name": "last_ae_activity_owner_c", "comment": null}, "last_bdr_activity_owner_c": {"type": "integer", "index": 266, "name": "last_bdr_activity_owner_c", "comment": null}, "last_manual_ae_activity_date_c": {"type": "integer", "index": 267, "name": "last_manual_ae_activity_date_c", "comment": null}, "last_manual_bdr_activity_date_c": {"type": "integer", "index": 268, "name": "last_manual_bdr_activity_date_c", "comment": null}, "leandata_contact_owner_override_c": {"type": "integer", "index": 269, "name": "leandata_contact_owner_override_c", "comment": null}, "potential_fivetran_use_case_c": {"type": "integer", "index": 270, "name": "potential_fivetran_use_case_c", "comment": null}, "lean_data_router_completion_date_time_c": {"type": "integer", "index": 271, "name": "lean_data_router_completion_date_time_c", "comment": null}, "partner_territory_c": {"type": "integer", "index": 272, "name": "partner_territory_c", "comment": null}, "partner_company_c": {"type": "integer", "index": 273, "name": "partner_company_c", "comment": null}, "bizible_2_ad_campaign_name_ft_c": {"type": "integer", "index": 274, "name": "bizible_2_ad_campaign_name_ft_c", "comment": null}, "bizible_2_ad_campaign_name_lc_c": {"type": "integer", "index": 275, "name": "bizible_2_ad_campaign_name_lc_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "integer", "index": 276, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_landing_page_ft_c": {"type": "integer", "index": 277, "name": "bizible_2_landing_page_ft_c", "comment": null}, "bizible_2_landing_page_lc_c": {"type": "integer", "index": 278, "name": "bizible_2_landing_page_lc_c", "comment": null}, "bizible_2_marketing_channel_ft_c": {"type": "integer", "index": 279, "name": "bizible_2_marketing_channel_ft_c", "comment": null}, "bizible_2_marketing_channel_lc_c": {"type": "integer", "index": 280, "name": "bizible_2_marketing_channel_lc_c", "comment": null}, "bizible_2_touchpoint_date_ft_c": {"type": "integer", "index": 281, "name": "bizible_2_touchpoint_date_ft_c", "comment": null}, "bizible_2_touchpoint_date_lc_c": {"type": "integer", "index": 282, "name": "bizible_2_touchpoint_date_lc_c", "comment": null}, "bizible_2_touchpoint_source_ft_c": {"type": "integer", "index": 283, "name": "bizible_2_touchpoint_source_ft_c", "comment": null}, "bizible_2_touchpoint_source_lc_c": {"type": "integer", "index": 284, "name": "bizible_2_touchpoint_source_lc_c", "comment": null}, "sales_email_opt_out_c": {"type": "integer", "index": 285, "name": "sales_email_opt_out_c", "comment": null}, "sales_email_opt_out_date_time_c": {"type": "integer", "index": 286, "name": "sales_email_opt_out_date_time_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "integer", "index": 287, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "integer", "index": 288, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_net_suite_sync_error_c": {"type": "integer", "index": 289, "name": "celigo_sfnsio_net_suite_sync_error_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "integer", "index": 290, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "integer", "index": 291, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "ironclad_workflow_c": {"type": "integer", "index": 292, "name": "ironclad_workflow_c", "comment": null}, "last_sales_activity_date_time_c": {"type": "integer", "index": 293, "name": "last_sales_activity_date_time_c", "comment": null}, "user_activity_logged_by_c": {"type": "integer", "index": 294, "name": "user_activity_logged_by_c", "comment": null}, "first_activity_after_mql_date_c": {"type": "integer", "index": 295, "name": "first_activity_after_mql_date_c", "comment": null}, "last_sdr_activity_owner_c": {"type": "integer", "index": 296, "name": "last_sdr_activity_owner_c", "comment": null}, "last_sdr_activity_date_c": {"type": "integer", "index": 297, "name": "last_sdr_activity_date_c", "comment": null}, "beta_connector_interest_c": {"type": "integer", "index": 298, "name": "beta_connector_interest_c", "comment": null}, "first_manual_activity_after_mql_date_c": {"type": "integer", "index": 299, "name": "first_manual_activity_after_mql_date_c", "comment": null}, "user_gems_ug_past_infos_c": {"type": "integer", "index": 300, "name": "user_gems_ug_past_infos_c", "comment": null}, "user_gems_ug_current_infos_c": {"type": "integer", "index": 301, "name": "user_gems_ug_current_infos_c", "comment": null}, "user_gems_ug_created_by_ug_c": {"type": "integer", "index": 302, "name": "user_gems_ug_created_by_ug_c", "comment": null}, "free_trial_email_confirmed_date_c": {"type": "integer", "index": 303, "name": "free_trial_email_confirmed_date_c", "comment": null}, "routed_from_manual_bdr_ae_activity_c": {"type": "integer", "index": 304, "name": "routed_from_manual_bdr_ae_activity_c", "comment": null}, "dnboptimizer_dn_bcontact_record_c": {"type": "integer", "index": 305, "name": "dnboptimizer_dn_bcontact_record_c", "comment": null}, "i_sell_avention_id_c": {"type": "integer", "index": 306, "name": "i_sell_avention_id_c", "comment": null}, "persona_c": {"type": "integer", "index": 307, "name": "persona_c", "comment": null}, "last_marketing_interesting_moment_date_c": {"type": "integer", "index": 308, "name": "last_marketing_interesting_moment_date_c", "comment": null}, "verified_c": {"type": "integer", "index": 309, "name": "verified_c", "comment": null}, "salesloft_owner_c": {"type": "integer", "index": 310, "name": "salesloft_owner_c", "comment": null}, "salesloft_owner_sf_c": {"type": "integer", "index": 311, "name": "salesloft_owner_sf_c", "comment": null}, "email_opt_out_date_time_c": {"type": "integer", "index": 312, "name": "email_opt_out_date_time_c", "comment": null}, "pbf_startup_primary_role_c": {"type": "integer", "index": 313, "name": "pbf_startup_primary_role_c", "comment": null}, "pbf_startup_certify_eligibility_c": {"type": "integer", "index": 314, "name": "pbf_startup_certify_eligibility_c", "comment": null}, "engagio_intent_minutes_last_30_days_c": {"type": "integer", "index": 315, "name": "engagio_intent_minutes_last_30_days_c", "comment": null}, "engagio_engagement_minutes_last_3_months_c": {"type": "integer", "index": 316, "name": "engagio_engagement_minutes_last_3_months_c", "comment": null}, "engagio_engagement_minutes_last_7_days_c": {"type": "integer", "index": 317, "name": "engagio_engagement_minutes_last_7_days_c", "comment": null}, "engagio_first_engagement_date_c": {"type": "integer", "index": 318, "name": "engagio_first_engagement_date_c", "comment": null}, "engagio_department_c": {"type": "integer", "index": 319, "name": "engagio_department_c", "comment": null}, "engagio_role_c": {"type": "integer", "index": 320, "name": "engagio_role_c", "comment": null}, "mql_date_changed_c": {"type": "integer", "index": 321, "name": "mql_date_changed_c", "comment": null}, "first_activity_after_mql_changed_c": {"type": "integer", "index": 322, "name": "first_activity_after_mql_changed_c", "comment": null}, "birthdate": {"type": "timestamp without time zone", "index": 323, "name": "birthdate", "comment": null}, "legacy_hvr_id_c": {"type": "integer", "index": 324, "name": "legacy_hvr_id_c", "comment": null}, "has_opted_out_of_fax": {"type": "integer", "index": 325, "name": "has_opted_out_of_fax", "comment": null}, "other_latitude": {"type": "integer", "index": 326, "name": "other_latitude", "comment": null}, "username_c": {"type": "integer", "index": 327, "name": "username_c", "comment": null}, "assistant_name": {"type": "integer", "index": 328, "name": "assistant_name", "comment": null}, "created_at_c": {"type": "integer", "index": 329, "name": "created_at_c", "comment": null}, "partner_contact_deprecate_c": {"type": "integer", "index": 330, "name": "partner_contact_deprecate_c", "comment": null}, "other_street": {"type": "integer", "index": 331, "name": "other_street", "comment": null}, "other_state": {"type": "integer", "index": 332, "name": "other_state", "comment": null}, "home_phone": {"type": "integer", "index": 333, "name": "home_phone", "comment": null}, "other_city": {"type": "integer", "index": 334, "name": "other_city", "comment": null}, "company_c": {"type": "integer", "index": 335, "name": "company_c", "comment": null}, "opportunity_c": {"type": "integer", "index": 336, "name": "opportunity_c", "comment": null}, "hvr_update_c": {"type": "integer", "index": 337, "name": "hvr_update_c", "comment": null}, "other_phone": {"type": "integer", "index": 338, "name": "other_phone", "comment": null}, "other_geocode_accuracy": {"type": "integer", "index": 339, "name": "other_geocode_accuracy", "comment": null}, "other_postal_code": {"type": "integer", "index": 340, "name": "other_postal_code", "comment": null}, "other_country": {"type": "integer", "index": 341, "name": "other_country", "comment": null}, "assistant_phone": {"type": "integer", "index": 342, "name": "assistant_phone", "comment": null}, "jigsaw": {"type": "integer", "index": 343, "name": "jigsaw", "comment": null}, "avatar_c": {"type": "integer", "index": 344, "name": "avatar_c", "comment": null}, "other_longitude": {"type": "integer", "index": 345, "name": "other_longitude", "comment": null}, "lean_data_status_info_c": {"type": "integer", "index": 346, "name": "lean_data_status_info_c", "comment": null}, "analytics_id_c": {"type": "integer", "index": 347, "name": "analytics_id_c", "comment": null}, "dnb_primary_address_postal_code_c": {"type": "integer", "index": 348, "name": "dnb_primary_address_postal_code_c", "comment": null}, "dnb_contact_phone_c": {"type": "integer", "index": 349, "name": "dnb_contact_phone_c", "comment": null}, "dnb_email_deliverability_score_c": {"type": "integer", "index": 350, "name": "dnb_email_deliverability_score_c", "comment": null}, "dnb_job_title_c": {"type": "integer", "index": 351, "name": "dnb_job_title_c", "comment": null}, "dnb_email_c": {"type": "integer", "index": 352, "name": "dnb_email_c", "comment": null}, "dnb_primary_address_city_c": {"type": "integer", "index": 353, "name": "dnb_primary_address_city_c", "comment": null}, "dnb_phone_accuracy_score_c": {"type": "integer", "index": 354, "name": "dnb_phone_accuracy_score_c", "comment": null}, "dnb_primary_address_state_province_c": {"type": "integer", "index": 355, "name": "dnb_primary_address_state_province_c", "comment": null}, "dnb_primary_address_state_province_abbre_c": {"type": "integer", "index": 356, "name": "dnb_primary_address_state_province_abbre_c", "comment": null}, "dnb_primary_address_country_region_code_c": {"type": "integer", "index": 357, "name": "dnb_primary_address_country_region_code_c", "comment": null}, "email_opt_in_double_c": {"type": "integer", "index": 358, "name": "email_opt_in_double_c", "comment": null}, "phone_number_catch_all_c": {"type": "integer", "index": 359, "name": "phone_number_catch_all_c", "comment": null}, "contact_owners_manager_stamped_c": {"type": "integer", "index": 360, "name": "contact_owners_manager_stamped_c", "comment": null}, "fivetran_account_id_c": {"type": "integer", "index": 361, "name": "fivetran_account_id_c", "comment": null}, "contacts_domain_exists_c": {"type": "integer", "index": 362, "name": "contacts_domain_exists_c", "comment": null}, "utm_id_c": {"type": "integer", "index": 363, "name": "utm_id_c", "comment": null}, "self_service_routing_c": {"type": "integer", "index": 364, "name": "self_service_routing_c", "comment": null}, "no_geo_data_c": {"type": "integer", "index": 365, "name": "no_geo_data_c", "comment": null}, "to_be_deleted_salesloft_backfill_c": {"type": "integer", "index": 366, "name": "to_be_deleted_salesloft_backfill_c", "comment": null}, "do_not_sync_reason_marketo_c": {"type": "integer", "index": 367, "name": "do_not_sync_reason_marketo_c", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 368, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_contact_data"}, "seed.salesforce_integration_tests.sf_contact_history_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_contact_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_active": {"type": "boolean", "index": 1, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_end", "comment": null}, "id": {"type": "text", "index": 4, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 6, "name": "account_id", "comment": null}, "email": {"type": "text", "index": 7, "name": "email", "comment": null}, "first_name": {"type": "text", "index": 8, "name": "first_name", "comment": null}, "is_deleted": {"type": "boolean", "index": 9, "name": "is_deleted", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 10, "name": "last_activity_date", "comment": null}, "last_modified_by_id": {"type": "text", "index": 11, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 12, "name": "last_modified_date", "comment": null}, "last_name": {"type": "text", "index": 13, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "integer", "index": 14, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 15, "name": "last_viewed_date", "comment": null}, "mailing_city": {"type": "text", "index": 16, "name": "mailing_city", "comment": null}, "mailing_country": {"type": "text", "index": 17, "name": "mailing_country", "comment": null}, "mailing_country_code": {"type": "text", "index": 18, "name": "mailing_country_code", "comment": null}, "mailing_postal_code": {"type": "integer", "index": 19, "name": "mailing_postal_code", "comment": null}, "mailing_state": {"type": "text", "index": 20, "name": "mailing_state", "comment": null}, "mailing_street": {"type": "text", "index": 21, "name": "mailing_street", "comment": null}, "master_record_id": {"type": "integer", "index": 22, "name": "master_record_id", "comment": null}, "mobile_phone": {"type": "integer", "index": 23, "name": "mobile_phone", "comment": null}, "name": {"type": "text", "index": 24, "name": "name", "comment": null}, "owner_id": {"type": "text", "index": 25, "name": "owner_id", "comment": null}, "phone": {"type": "text", "index": 26, "name": "phone", "comment": null}, "reports_to_id": {"type": "integer", "index": 27, "name": "reports_to_id", "comment": null}, "title": {"type": "text", "index": 28, "name": "title", "comment": null}, "lead_source": {"type": "text", "index": 29, "name": "lead_source", "comment": null}, "description": {"type": "text", "index": 30, "name": "description", "comment": null}, "individual_id": {"type": "integer", "index": 31, "name": "individual_id", "comment": null}, "home_phone": {"type": "integer", "index": 32, "name": "home_phone", "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.salesforce_integration_tests.sf_contact_history_data"}, "seed.salesforce_integration_tests.sf_event_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_event_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "activity_date": {"type": "timestamp without time zone", "index": 4, "name": "activity_date", "comment": null}, "activity_date_time": {"type": "timestamp without time zone", "index": 5, "name": "activity_date_time", "comment": null}, "created_by_id": {"type": "text", "index": 6, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 7, "name": "created_date", "comment": null}, "description": {"type": "text", "index": 8, "name": "description", "comment": null}, "duration_in_minutes": {"type": "integer", "index": 9, "name": "duration_in_minutes", "comment": null}, "end_date_time": {"type": "timestamp without time zone", "index": 10, "name": "end_date_time", "comment": null}, "event_subtype": {"type": "text", "index": 11, "name": "event_subtype", "comment": null}, "group_event_type": {"type": "integer", "index": 12, "name": "group_event_type", "comment": null}, "invitee_uuid_c": {"type": "integer", "index": 13, "name": "invitee_uuid_c", "comment": null}, "is_child": {"type": "boolean", "index": 14, "name": "is_child", "comment": null}, "is_deleted": {"type": "boolean", "index": 15, "name": "is_deleted", "comment": null}, "is_group_event": {"type": "boolean", "index": 16, "name": "is_group_event", "comment": null}, "is_private": {"type": "boolean", "index": 17, "name": "is_private", "comment": null}, "is_recurrence": {"type": "boolean", "index": 18, "name": "is_recurrence", "comment": null}, "is_reminder_set": {"type": "boolean", "index": 19, "name": "is_reminder_set", "comment": null}, "last_modified_by_id": {"type": "text", "index": 20, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 21, "name": "last_modified_date", "comment": null}, "location": {"type": "integer", "index": 22, "name": "location", "comment": null}, "no_show_c": {"type": "boolean", "index": 23, "name": "no_show_c", "comment": null}, "owner_id": {"type": "text", "index": 24, "name": "owner_id", "comment": null}, "recurrence_activity_id": {"type": "integer", "index": 25, "name": "recurrence_activity_id", "comment": null}, "recurrence_day_of_month": {"type": "integer", "index": 26, "name": "recurrence_day_of_month", "comment": null}, "recurrence_day_of_week_mask": {"type": "integer", "index": 27, "name": "recurrence_day_of_week_mask", "comment": null}, "recurrence_end_date_only": {"type": "timestamp without time zone", "index": 28, "name": "recurrence_end_date_only", "comment": null}, "recurrence_instance": {"type": "integer", "index": 29, "name": "recurrence_instance", "comment": null}, "recurrence_interval": {"type": "integer", "index": 30, "name": "recurrence_interval", "comment": null}, "recurrence_month_of_year": {"type": "integer", "index": 31, "name": "recurrence_month_of_year", "comment": null}, "recurrence_start_date_time": {"type": "timestamp without time zone", "index": 32, "name": "recurrence_start_date_time", "comment": null}, "recurrence_time_zone_sid_key": {"type": "integer", "index": 33, "name": "recurrence_time_zone_sid_key", "comment": null}, "recurrence_type": {"type": "integer", "index": 34, "name": "recurrence_type", "comment": null}, "referral_account_c": {"type": "integer", "index": 35, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "integer", "index": 36, "name": "referral_contact_c", "comment": null}, "reminder_date_time": {"type": "timestamp without time zone", "index": 37, "name": "reminder_date_time", "comment": null}, "show_as": {"type": "text", "index": 38, "name": "show_as", "comment": null}, "start_date_time": {"type": "timestamp without time zone", "index": 39, "name": "start_date_time", "comment": null}, "subject": {"type": "text", "index": 40, "name": "subject", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 41, "name": "system_modstamp", "comment": null}, "type": {"type": "text", "index": 42, "name": "type", "comment": null}, "what_count": {"type": "integer", "index": 43, "name": "what_count", "comment": null}, "what_id": {"type": "text", "index": 44, "name": "what_id", "comment": null}, "who_count": {"type": "integer", "index": 45, "name": "who_count", "comment": null}, "who_id": {"type": "text", "index": 46, "name": "who_id", "comment": null}, "first_meeting_held_c": {"type": "integer", "index": 47, "name": "first_meeting_held_c", "comment": null}, "associated_sdr_c": {"type": "integer", "index": 48, "name": "associated_sdr_c", "comment": null}, "first_meeting_c": {"type": "integer", "index": 49, "name": "first_meeting_c", "comment": null}, "call_recording_c": {"type": "integer", "index": 50, "name": "call_recording_c", "comment": null}, "affectlayer_chorus_call_id_c": {"type": "integer", "index": 51, "name": "affectlayer_chorus_call_id_c", "comment": null}, "affectlayer_affect_layer_call_id_c": {"type": "integer", "index": 52, "name": "affectlayer_affect_layer_call_id_c", "comment": null}, "last_rep_activity_date_c": {"type": "integer", "index": 53, "name": "last_rep_activity_date_c", "comment": null}, "lid_url_c": {"type": "integer", "index": 54, "name": "lid_url_c", "comment": null}, "lid_date_sent_c": {"type": "integer", "index": 55, "name": "lid_date_sent_c", "comment": null}, "sales_loft_step_id_c": {"type": "integer", "index": 56, "name": "sales_loft_step_id_c", "comment": null}, "sales_loft_step_name_c": {"type": "integer", "index": 57, "name": "sales_loft_step_name_c", "comment": null}, "sales_loft_step_type_c": {"type": "integer", "index": 58, "name": "sales_loft_step_type_c", "comment": null}, "sales_loft_email_template_id_c": {"type": "integer", "index": 59, "name": "sales_loft_email_template_id_c", "comment": null}, "sales_loft_external_identifier_c": {"type": "integer", "index": 60, "name": "sales_loft_external_identifier_c", "comment": null}, "sales_loft_cadence_id_c": {"type": "integer", "index": 61, "name": "sales_loft_cadence_id_c", "comment": null}, "sales_loft_clicked_count_c": {"type": "integer", "index": 62, "name": "sales_loft_clicked_count_c", "comment": null}, "sales_loft_cadence_name_c": {"type": "integer", "index": 63, "name": "sales_loft_cadence_name_c", "comment": null}, "sales_loft_reply_count_c": {"type": "integer", "index": 64, "name": "sales_loft_reply_count_c", "comment": null}, "call_disposition_c": {"type": "integer", "index": 65, "name": "call_disposition_c", "comment": null}, "sales_loft_email_template_title_c": {"type": "integer", "index": 66, "name": "sales_loft_email_template_title_c", "comment": null}, "sales_loft_step_day_new_c": {"type": "integer", "index": 67, "name": "sales_loft_step_day_new_c", "comment": null}, "call_disposition_2_c": {"type": "integer", "index": 68, "name": "call_disposition_2_c", "comment": null}, "sales_loft_viewed_count_c": {"type": "integer", "index": 69, "name": "sales_loft_viewed_count_c", "comment": null}, "sales_loft_1_sales_loft_step_day_c": {"type": "integer", "index": 70, "name": "sales_loft_1_sales_loft_step_day_c", "comment": null}, "sales_loft_1_sales_loft_clicked_count_c": {"type": "integer", "index": 71, "name": "sales_loft_1_sales_loft_clicked_count_c", "comment": null}, "sales_loft_1_sales_loft_view_count_c": {"type": "integer", "index": 72, "name": "sales_loft_1_sales_loft_view_count_c", "comment": null}, "sales_loft_1_call_disposition_c": {"type": "integer", "index": 73, "name": "sales_loft_1_call_disposition_c", "comment": null}, "sales_loft_1_sales_loft_replies_count_c": {"type": "integer", "index": 74, "name": "sales_loft_1_sales_loft_replies_count_c", "comment": null}, "sales_loft_1_sales_loft_cadence_name_c": {"type": "integer", "index": 75, "name": "sales_loft_1_sales_loft_cadence_name_c", "comment": null}, "sales_loft_1_call_sentiment_c": {"type": "integer", "index": 76, "name": "sales_loft_1_call_sentiment_c", "comment": null}, "sales_loft_1_sales_loft_email_template_title_c": {"type": "integer", "index": 77, "name": "sales_loft_1_sales_loft_email_template_title_c", "comment": null}, "is_recurrence_2": {"type": "boolean", "index": 78, "name": "is_recurrence_2", "comment": null}, "is_recurrence_2_exception": {"type": "boolean", "index": 79, "name": "is_recurrence_2_exception", "comment": null}, "is_recurrence_2_exclusion": {"type": "boolean", "index": 80, "name": "is_recurrence_2_exclusion", "comment": null}, "recurrence_2_pattern_start_date": {"type": "timestamp without time zone", "index": 81, "name": "recurrence_2_pattern_start_date", "comment": null}, "recurrence_2_pattern_text": {"type": "integer", "index": 82, "name": "recurrence_2_pattern_text", "comment": null}, "recurrence_2_pattern_time_zone": {"type": "integer", "index": 83, "name": "recurrence_2_pattern_time_zone", "comment": null}, "recurrence_2_pattern_version": {"type": "integer", "index": 84, "name": "recurrence_2_pattern_version", "comment": null}, "co_selling_activity_c": {"type": "integer", "index": 85, "name": "co_selling_activity_c", "comment": null}, "is_a_co_sell_activity_c": {"type": "integer", "index": 86, "name": "is_a_co_sell_activity_c", "comment": null}, "partner_contact_c": {"type": "integer", "index": 87, "name": "partner_contact_c", "comment": null}, "description_c": {"type": "integer", "index": 88, "name": "description_c", "comment": null}, "campaign_c": {"type": "integer", "index": 89, "name": "campaign_c", "comment": null}, "event_name_c": {"type": "integer", "index": 90, "name": "event_name_c", "comment": null}, "partner_account_c": {"type": "integer", "index": 91, "name": "partner_account_c", "comment": null}, "topic_c": {"type": "integer", "index": 92, "name": "topic_c", "comment": null}, "attendance_number_c": {"type": "integer", "index": 93, "name": "attendance_number_c", "comment": null}, "partner_activity_type_c": {"type": "integer", "index": 94, "name": "partner_activity_type_c", "comment": null}, "how_did_you_bring_value_or_create_trust_c": {"type": "integer", "index": 95, "name": "how_did_you_bring_value_or_create_trust_c", "comment": null}, "proof_of_referral_c": {"type": "integer", "index": 96, "name": "proof_of_referral_c", "comment": null}, "how_did_you_bring_value_or_earn_trust_c": {"type": "integer", "index": 97, "name": "how_did_you_bring_value_or_earn_trust_c", "comment": null}, "duration_in_minutes_c": {"type": "integer", "index": 98, "name": "duration_in_minutes_c", "comment": null}, "vidyard_c": {"type": "boolean", "index": 99, "name": "vidyard_c", "comment": null}, "collections_hold_c": {"type": "boolean", "index": 100, "name": "collections_hold_c", "comment": null}, "execute_collections_plan_activity_c": {"type": "boolean", "index": 101, "name": "execute_collections_plan_activity_c", "comment": null}, "expected_payment_date_c": {"type": "integer", "index": 102, "name": "expected_payment_date_c", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 103, "name": "end_date", "comment": null}, "opportunity_c": {"type": "integer", "index": 104, "name": "opportunity_c", "comment": null}, "meeting_type_c": {"type": "integer", "index": 105, "name": "meeting_type_c", "comment": null}, "meeting_name_c": {"type": "integer", "index": 106, "name": "meeting_name_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "integer", "index": 107, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_bizible_touchpoint_date_c": {"type": "integer", "index": 108, "name": "bizible_2_bizible_touchpoint_date_c", "comment": null}, "assigned_to_role_c": {"type": "integer", "index": 109, "name": "assigned_to_role_c", "comment": null}, "assigned_to_name_c": {"type": "integer", "index": 110, "name": "assigned_to_name_c", "comment": null}, "legacy_hvr_id_c": {"type": "integer", "index": 111, "name": "legacy_hvr_id_c", "comment": null}, "is_archived": {"type": "boolean", "index": 112, "name": "is_archived", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 113, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_event_data"}, "seed.salesforce_integration_tests.sf_lead_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_lead_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"country": {"type": "integer", "index": 1, "name": "country", "comment": null}, "email_bounced_reason": {"type": "integer", "index": 2, "name": "email_bounced_reason", "comment": null}, "email_bounced_date": {"type": "timestamp without time zone", "index": 3, "name": "email_bounced_date", "comment": null}, "owner_id": {"type": "text", "index": 4, "name": "owner_id", "comment": null}, "secondary_email_c": {"type": "integer", "index": 5, "name": "secondary_email_c", "comment": null}, "lead_source": {"type": "integer", "index": 6, "name": "lead_source", "comment": null}, "converted_date": {"type": "timestamp without time zone", "index": 7, "name": "converted_date", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 8, "name": "last_modified_date", "comment": null}, "master_record_id": {"type": "integer", "index": 9, "name": "master_record_id", "comment": null}, "last_modified_by_id": {"type": "text", "index": 10, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 11, "name": "system_modstamp", "comment": null}, "geocode_accuracy": {"type": "integer", "index": 12, "name": "geocode_accuracy", "comment": null}, "converted_contact_id": {"type": "text", "index": 13, "name": "converted_contact_id", "comment": null}, "up_region_c": {"type": "integer", "index": 14, "name": "up_region_c", "comment": null}, "id": {"type": "text", "index": 15, "name": "id", "comment": null}, "photo_url": {"type": "text", "index": 16, "name": "photo_url", "comment": null}, "state": {"type": "integer", "index": 17, "name": "state", "comment": null}, "longitude": {"type": "integer", "index": 18, "name": "longitude", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 19, "name": "last_referenced_date", "comment": null}, "up_district_c": {"type": "integer", "index": 20, "name": "up_district_c", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 21, "name": "last_activity_date", "comment": null}, "country_code": {"type": "integer", "index": 22, "name": "country_code", "comment": null}, "phone": {"type": "integer", "index": 23, "name": "phone", "comment": null}, "mc_4_sf_mc_subscriber_c": {"type": "integer", "index": 24, "name": "mc_4_sf_mc_subscriber_c", "comment": null}, "name": {"type": "text", "index": 25, "name": "name", "comment": null}, "jigsaw_contact_id": {"type": "integer", "index": 26, "name": "jigsaw_contact_id", "comment": null}, "lead_source_detail_c": {"type": "integer", "index": 27, "name": "lead_source_detail_c", "comment": null}, "created_by_id": {"type": "text", "index": 28, "name": "created_by_id", "comment": null}, "salutation": {"type": "integer", "index": 29, "name": "salutation", "comment": null}, "is_converted": {"type": "boolean", "index": 30, "name": "is_converted", "comment": null}, "state_code": {"type": "integer", "index": 31, "name": "state_code", "comment": null}, "is_unread_by_owner": {"type": "boolean", "index": 32, "name": "is_unread_by_owner", "comment": null}, "status": {"type": "text", "index": 33, "name": "status", "comment": null}, "city": {"type": "integer", "index": 34, "name": "city", "comment": null}, "latitude": {"type": "integer", "index": 35, "name": "latitude", "comment": null}, "cbit_clearbit_c": {"type": "integer", "index": 36, "name": "cbit_clearbit_c", "comment": null}, "industry": {"type": "text", "index": 37, "name": "industry", "comment": null}, "title": {"type": "integer", "index": 38, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 39, "name": "_fivetran_synced", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 40, "name": "last_viewed_date", "comment": null}, "converted_opportunity_id": {"type": "integer", "index": 41, "name": "converted_opportunity_id", "comment": null}, "is_deleted": {"type": "boolean", "index": 42, "name": "is_deleted", "comment": null}, "street": {"type": "integer", "index": 43, "name": "street", "comment": null}, "company": {"type": "text", "index": 44, "name": "company", "comment": null}, "first_name": {"type": "text", "index": 45, "name": "first_name", "comment": null}, "email": {"type": "text", "index": 46, "name": "email", "comment": null}, "website": {"type": "integer", "index": 47, "name": "website", "comment": null}, "last_name": {"type": "text", "index": 48, "name": "last_name", "comment": null}, "number_of_employees": {"type": "integer", "index": 49, "name": "number_of_employees", "comment": null}, "up_territory_c": {"type": "integer", "index": 50, "name": "up_territory_c", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 51, "name": "created_date", "comment": null}, "gclid_c": {"type": "integer", "index": 52, "name": "gclid_c", "comment": null}, "active_in_sequence_c": {"type": "boolean", "index": 53, "name": "active_in_sequence_c", "comment": null}, "postal_code": {"type": "integer", "index": 54, "name": "postal_code", "comment": null}, "cbit_clearbit_ready_c": {"type": "boolean", "index": 55, "name": "cbit_clearbit_ready_c", "comment": null}, "has_opted_out_of_email": {"type": "boolean", "index": 56, "name": "has_opted_out_of_email", "comment": null}, "converted_account_id": {"type": "text", "index": 57, "name": "converted_account_id", "comment": null}, "mobile_phone": {"type": "integer", "index": 58, "name": "mobile_phone", "comment": null}, "calendly_created_c": {"type": "integer", "index": 59, "name": "calendly_created_c", "comment": null}, "account_c": {"type": "integer", "index": 60, "name": "account_c", "comment": null}, "all_connectors_c": {"type": "integer", "index": 61, "name": "all_connectors_c", "comment": null}, "all_data_warehouses_c": {"type": "integer", "index": 62, "name": "all_data_warehouses_c", "comment": null}, "bi_tools_c": {"type": "integer", "index": 63, "name": "bi_tools_c", "comment": null}, "competitors_c": {"type": "integer", "index": 64, "name": "competitors_c", "comment": null}, "annual_revenue": {"type": "integer", "index": 65, "name": "annual_revenue", "comment": null}, "connectors_products_c": {"type": "integer", "index": 66, "name": "connectors_products_c", "comment": null}, "contact_c": {"type": "integer", "index": 67, "name": "contact_c", "comment": null}, "data_warehouse_products_c": {"type": "integer", "index": 68, "name": "data_warehouse_products_c", "comment": null}, "notes_c": {"type": "integer", "index": 69, "name": "notes_c", "comment": null}, "timeframe_c": {"type": "integer", "index": 70, "name": "timeframe_c", "comment": null}, "account_all_products_c": {"type": "integer", "index": 71, "name": "account_all_products_c", "comment": null}, "account_bi_tools_c": {"type": "integer", "index": 72, "name": "account_bi_tools_c", "comment": null}, "account_data_warehouses_c": {"type": "integer", "index": 73, "name": "account_data_warehouses_c", "comment": null}, "opportunity_competitors_c": {"type": "integer", "index": 74, "name": "opportunity_competitors_c", "comment": null}, "opportunity_products_c": {"type": "integer", "index": 75, "name": "opportunity_products_c", "comment": null}, "description": {"type": "integer", "index": 76, "name": "description", "comment": null}, "referral_account_c": {"type": "integer", "index": 77, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "integer", "index": 78, "name": "referral_contact_c", "comment": null}, "volume_in_millions_c": {"type": "integer", "index": 79, "name": "volume_in_millions_c", "comment": null}, "feature_requests_c": {"type": "integer", "index": 80, "name": "feature_requests_c", "comment": null}, "lead_number_c": {"type": "integer", "index": 81, "name": "lead_number_c", "comment": null}, "demo_scheduled_by_calenderly_c": {"type": "boolean", "index": 82, "name": "demo_scheduled_by_calenderly_c", "comment": null}, "to_delete_c": {"type": "boolean", "index": 83, "name": "to_delete_c", "comment": null}, "bounced_email_c": {"type": "integer", "index": 84, "name": "bounced_email_c", "comment": null}, "email_quality_c": {"type": "boolean", "index": 85, "name": "email_quality_c", "comment": null}, "email_quality_catchall_c": {"type": "integer", "index": 86, "name": "email_quality_catchall_c", "comment": null}, "old_lead_source_c": {"type": "integer", "index": 87, "name": "old_lead_source_c", "comment": null}, "email_bounced_c": {"type": "boolean", "index": 88, "name": "email_bounced_c", "comment": null}, "old_lead_source_detail_c": {"type": "integer", "index": 89, "name": "old_lead_source_detail_c", "comment": null}, "utm_medium_c": {"type": "integer", "index": 90, "name": "utm_medium_c", "comment": null}, "utm_source_c": {"type": "integer", "index": 91, "name": "utm_source_c", "comment": null}, "utm_campaign_c": {"type": "integer", "index": 92, "name": "utm_campaign_c", "comment": null}, "utm_content_c": {"type": "integer", "index": 93, "name": "utm_content_c", "comment": null}, "utm_term_c": {"type": "integer", "index": 94, "name": "utm_term_c", "comment": null}, "act_on_lead_score_c": {"type": "integer", "index": 95, "name": "act_on_lead_score_c", "comment": null}, "cbit_created_by_clearbit_c": {"type": "boolean", "index": 96, "name": "cbit_created_by_clearbit_c", "comment": null}, "fivetran_user_id_c": {"type": "integer", "index": 97, "name": "fivetran_user_id_c", "comment": null}, "geo_state_acton_c": {"type": "integer", "index": 98, "name": "geo_state_acton_c", "comment": null}, "actoncountry_c": {"type": "integer", "index": 99, "name": "actoncountry_c", "comment": null}, "actoncity_c": {"type": "integer", "index": 100, "name": "actoncity_c", "comment": null}, "actoncountrycode_c": {"type": "integer", "index": 101, "name": "actoncountrycode_c", "comment": null}, "actonpostalcode_c": {"type": "integer", "index": 102, "name": "actonpostalcode_c", "comment": null}, "actonreferrer_c": {"type": "integer", "index": 103, "name": "actonreferrer_c", "comment": null}, "actonstate_c": {"type": "integer", "index": 104, "name": "actonstate_c", "comment": null}, "geo_city_c": {"type": "integer", "index": 105, "name": "geo_city_c", "comment": null}, "geo_country_c": {"type": "integer", "index": 106, "name": "geo_country_c", "comment": null}, "geo_country_code_c": {"type": "integer", "index": 107, "name": "geo_country_code_c", "comment": null}, "geo_postal_code_c": {"type": "integer", "index": 108, "name": "geo_postal_code_c", "comment": null}, "geo_state_c": {"type": "integer", "index": 109, "name": "geo_state_c", "comment": null}, "company_type_c": {"type": "integer", "index": 110, "name": "company_type_c", "comment": null}, "pi_campaign_c": {"type": "integer", "index": 111, "name": "pi_campaign_c", "comment": null}, "pi_comments_c": {"type": "integer", "index": 112, "name": "pi_comments_c", "comment": null}, "pi_conversion_date_c": {"type": "integer", "index": 113, "name": "pi_conversion_date_c", "comment": null}, "pi_conversion_object_name_c": {"type": "integer", "index": 114, "name": "pi_conversion_object_name_c", "comment": null}, "pi_conversion_object_type_c": {"type": "integer", "index": 115, "name": "pi_conversion_object_type_c", "comment": null}, "pi_created_date_c": {"type": "integer", "index": 116, "name": "pi_created_date_c", "comment": null}, "pi_first_activity_c": {"type": "integer", "index": 117, "name": "pi_first_activity_c", "comment": null}, "pi_first_search_term_c": {"type": "integer", "index": 118, "name": "pi_first_search_term_c", "comment": null}, "pi_first_search_type_c": {"type": "integer", "index": 119, "name": "pi_first_search_type_c", "comment": null}, "pi_first_touch_url_c": {"type": "integer", "index": 120, "name": "pi_first_touch_url_c", "comment": null}, "pi_grade_c": {"type": "integer", "index": 121, "name": "pi_grade_c", "comment": null}, "pi_last_activity_c": {"type": "integer", "index": 122, "name": "pi_last_activity_c", "comment": null}, "pi_needs_score_synced_c": {"type": "integer", "index": 123, "name": "pi_needs_score_synced_c", "comment": null}, "pi_notes_c": {"type": "integer", "index": 124, "name": "pi_notes_c", "comment": null}, "pi_pardot_hard_bounced_c": {"type": "integer", "index": 125, "name": "pi_pardot_hard_bounced_c", "comment": null}, "pi_pardot_last_scored_at_c": {"type": "integer", "index": 126, "name": "pi_pardot_last_scored_at_c", "comment": null}, "pi_score_c": {"type": "integer", "index": 127, "name": "pi_score_c", "comment": null}, "pi_url_c": {"type": "integer", "index": 128, "name": "pi_url_c", "comment": null}, "pi_utm_campaign_c": {"type": "integer", "index": 129, "name": "pi_utm_campaign_c", "comment": null}, "pi_utm_content_c": {"type": "integer", "index": 130, "name": "pi_utm_content_c", "comment": null}, "pi_utm_medium_c": {"type": "integer", "index": 131, "name": "pi_utm_medium_c", "comment": null}, "pi_utm_source_c": {"type": "integer", "index": 132, "name": "pi_utm_source_c", "comment": null}, "pi_utm_term_c": {"type": "integer", "index": 133, "name": "pi_utm_term_c", "comment": null}, "fax": {"type": "integer", "index": 134, "name": "fax", "comment": null}, "region_c": {"type": "integer", "index": 135, "name": "region_c", "comment": null}, "competitor_c": {"type": "boolean", "index": 136, "name": "competitor_c", "comment": null}, "source_detail_c": {"type": "integer", "index": 137, "name": "source_detail_c", "comment": null}, "fivetran_account_stage_c": {"type": "integer", "index": 138, "name": "fivetran_account_stage_c", "comment": null}, "fivetran_account_id_c": {"type": "integer", "index": 139, "name": "fivetran_account_id_c", "comment": null}, "lean_data_router_status_c": {"type": "integer", "index": 140, "name": "lean_data_router_status_c", "comment": null}, "lean_data_matched_lead_c": {"type": "integer", "index": 141, "name": "lean_data_matched_lead_c", "comment": null}, "lean_data_routing_action_c": {"type": "text", "index": 142, "name": "lean_data_routing_action_c", "comment": null}, "lean_data_search_index_c": {"type": "text", "index": 143, "name": "lean_data_search_index_c", "comment": null}, "lean_data_reporting_matched_account_c": {"type": "text", "index": 144, "name": "lean_data_reporting_matched_account_c", "comment": null}, "lean_data_reporting_timestamp_c": {"type": "timestamp without time zone", "index": 145, "name": "lean_data_reporting_timestamp_c", "comment": null}, "lean_data_ld_segment_c": {"type": "integer", "index": 146, "name": "lean_data_ld_segment_c", "comment": null}, "lean_data_marketing_sys_created_date_c": {"type": "integer", "index": 147, "name": "lean_data_marketing_sys_created_date_c", "comment": null}, "lean_data_matched_account_c": {"type": "integer", "index": 148, "name": "lean_data_matched_account_c", "comment": null}, "lean_data_a_2_b_account_c": {"type": "integer", "index": 149, "name": "lean_data_a_2_b_account_c", "comment": null}, "lean_data_search_c": {"type": "integer", "index": 150, "name": "lean_data_search_c", "comment": null}, "lean_data_routing_status_c": {"type": "text", "index": 151, "name": "lean_data_routing_status_c", "comment": null}, "lean_data_a_2_b_group_c": {"type": "integer", "index": 152, "name": "lean_data_a_2_b_group_c", "comment": null}, "lean_data_matched_buyer_persona_c": {"type": "integer", "index": 153, "name": "lean_data_matched_buyer_persona_c", "comment": null}, "lean_data_tag_c": {"type": "integer", "index": 154, "name": "lean_data_tag_c", "comment": null}, "lean_data_status_info_c": {"type": "integer", "index": 155, "name": "lean_data_status_info_c", "comment": null}, "lean_data_modified_score_c": {"type": "integer", "index": 156, "name": "lean_data_modified_score_c", "comment": null}, "do_not_route_lead_c": {"type": "boolean", "index": 157, "name": "do_not_route_lead_c", "comment": null}, "partner_type_c": {"type": "integer", "index": 158, "name": "partner_type_c", "comment": null}, "allbound_id_c": {"type": "integer", "index": 159, "name": "allbound_id_c", "comment": null}, "lid_linked_in_company_id_c": {"type": "integer", "index": 160, "name": "lid_linked_in_company_id_c", "comment": null}, "lid_linked_in_member_token_c": {"type": "integer", "index": 161, "name": "lid_linked_in_member_token_c", "comment": null}, "lean_data_re_route_c": {"type": "integer", "index": 162, "name": "lean_data_re_route_c", "comment": null}, "sales_loft_1_most_recent_cadence_next_step_due_date_c": {"type": "integer", "index": 163, "name": "sales_loft_1_most_recent_cadence_next_step_due_date_c", "comment": null}, "sales_loft_1_most_recent_last_completed_step_c": {"type": "integer", "index": 164, "name": "sales_loft_1_most_recent_last_completed_step_c", "comment": null}, "sales_loft_1_most_recent_cadence_name_c": {"type": "integer", "index": 165, "name": "sales_loft_1_most_recent_cadence_name_c", "comment": null}, "network_c": {"type": "integer", "index": 166, "name": "network_c", "comment": null}, "matchtype_c": {"type": "integer", "index": 167, "name": "matchtype_c", "comment": null}, "device_c": {"type": "integer", "index": 168, "name": "device_c", "comment": null}, "creative_c": {"type": "integer", "index": 169, "name": "creative_c", "comment": null}, "adgroupid_c": {"type": "integer", "index": 170, "name": "adgroupid_c", "comment": null}, "keyword_c": {"type": "integer", "index": 171, "name": "keyword_c", "comment": null}, "campaignid_c": {"type": "integer", "index": 172, "name": "campaignid_c", "comment": null}, "partner_rep_email_c": {"type": "integer", "index": 173, "name": "partner_rep_email_c", "comment": null}, "partner_rep_name_c": {"type": "integer", "index": 174, "name": "partner_rep_name_c", "comment": null}, "lead_type_c": {"type": "integer", "index": 175, "name": "lead_type_c", "comment": null}, "contact_stage_c": {"type": "text", "index": 176, "name": "contact_stage_c", "comment": null}, "original_utm_campaign_c": {"type": "integer", "index": 177, "name": "original_utm_campaign_c", "comment": null}, "original_utm_content_c": {"type": "integer", "index": 178, "name": "original_utm_content_c", "comment": null}, "original_utm_medium_c": {"type": "integer", "index": 179, "name": "original_utm_medium_c", "comment": null}, "original_utm_source_c": {"type": "integer", "index": 180, "name": "original_utm_source_c", "comment": null}, "original_utm_term_c": {"type": "integer", "index": 181, "name": "original_utm_term_c", "comment": null}, "es_app_esalexa_rank_c": {"type": "integer", "index": 182, "name": "es_app_esalexa_rank_c", "comment": null}, "es_app_esaudience_names_c": {"type": "integer", "index": 183, "name": "es_app_esaudience_names_c", "comment": null}, "es_app_escity_c": {"type": "integer", "index": 184, "name": "es_app_escity_c", "comment": null}, "es_app_escompany_phone_c": {"type": "integer", "index": 185, "name": "es_app_escompany_phone_c", "comment": null}, "es_app_escountry_c": {"type": "integer", "index": 186, "name": "es_app_escountry_c", "comment": null}, "es_app_escreated_timestamp_c": {"type": "integer", "index": 187, "name": "es_app_escreated_timestamp_c", "comment": null}, "es_app_esecid_c": {"type": "integer", "index": 188, "name": "es_app_esecid_c", "comment": null}, "es_app_esemployees_c": {"type": "integer", "index": 189, "name": "es_app_esemployees_c", "comment": null}, "es_app_esenriched_c": {"type": "integer", "index": 190, "name": "es_app_esenriched_c", "comment": null}, "es_app_esenriched_timestamp_c": {"type": "integer", "index": 191, "name": "es_app_esenriched_timestamp_c", "comment": null}, "es_app_esfacebook_c": {"type": "integer", "index": 192, "name": "es_app_esfacebook_c", "comment": null}, "es_app_esindustry_c": {"type": "integer", "index": 193, "name": "es_app_esindustry_c", "comment": null}, "es_app_esintent_aggregate_score_c": {"type": "integer", "index": 194, "name": "es_app_esintent_aggregate_score_c", "comment": null}, "es_app_esintent_timestamp_c": {"type": "integer", "index": 195, "name": "es_app_esintent_timestamp_c", "comment": null}, "es_app_esintent_topics_c": {"type": "integer", "index": 196, "name": "es_app_esintent_topics_c", "comment": null}, "es_app_eskeywords_c": {"type": "integer", "index": 197, "name": "es_app_eskeywords_c", "comment": null}, "es_app_eslinked_in_c": {"type": "integer", "index": 198, "name": "es_app_eslinked_in_c", "comment": null}, "es_app_esoverall_fit_score_c": {"type": "integer", "index": 199, "name": "es_app_esoverall_fit_score_c", "comment": null}, "es_app_esrevenue_c": {"type": "integer", "index": 200, "name": "es_app_esrevenue_c", "comment": null}, "es_app_essource_c": {"type": "integer", "index": 201, "name": "es_app_essource_c", "comment": null}, "es_app_esstate_c": {"type": "integer", "index": 202, "name": "es_app_esstate_c", "comment": null}, "es_app_esstreet_c": {"type": "integer", "index": 203, "name": "es_app_esstreet_c", "comment": null}, "es_app_estechnologies_c": {"type": "integer", "index": 204, "name": "es_app_estechnologies_c", "comment": null}, "es_app_estwitter_c": {"type": "integer", "index": 205, "name": "es_app_estwitter_c", "comment": null}, "es_app_eszipcode_c": {"type": "integer", "index": 206, "name": "es_app_eszipcode_c", "comment": null}, "marketing_prospect_routing_rules_c": {"type": "boolean", "index": 207, "name": "marketing_prospect_routing_rules_c", "comment": null}, "individual_id": {"type": "integer", "index": 208, "name": "individual_id", "comment": null}, "marketing_process_c": {"type": "integer", "index": 209, "name": "marketing_process_c", "comment": null}, "automation_tracking_c": {"type": "integer", "index": 210, "name": "automation_tracking_c", "comment": null}, "user_gems_has_changed_job_c": {"type": "integer", "index": 211, "name": "user_gems_has_changed_job_c", "comment": null}, "user_gems_linked_in_c": {"type": "integer", "index": 212, "name": "user_gems_linked_in_c", "comment": null}, "email_opt_in_c": {"type": "integer", "index": 213, "name": "email_opt_in_c", "comment": null}, "email_opt_in_explicit_c": {"type": "boolean", "index": 214, "name": "email_opt_in_explicit_c", "comment": null}, "email_opt_in_implicit_c": {"type": "boolean", "index": 215, "name": "email_opt_in_implicit_c", "comment": null}, "gdpr_opt_in_explicit_c": {"type": "boolean", "index": 216, "name": "gdpr_opt_in_explicit_c", "comment": null}, "user_gems_is_a_user_gem_c": {"type": "boolean", "index": 217, "name": "user_gems_is_a_user_gem_c", "comment": null}, "user_gems_past_account_c": {"type": "integer", "index": 218, "name": "user_gems_past_account_c", "comment": null}, "user_gems_past_company_c": {"type": "integer", "index": 219, "name": "user_gems_past_company_c", "comment": null}, "user_gems_past_contact_c": {"type": "integer", "index": 220, "name": "user_gems_past_contact_c", "comment": null}, "user_gems_past_title_c": {"type": "integer", "index": 221, "name": "user_gems_past_title_c", "comment": null}, "promotion_id_c": {"type": "integer", "index": 222, "name": "promotion_id_c", "comment": null}, "previous_customer_c": {"type": "integer", "index": 223, "name": "previous_customer_c", "comment": null}, "referral_contact_email_c": {"type": "integer", "index": 224, "name": "referral_contact_email_c", "comment": null}, "referral_firstname_c": {"type": "integer", "index": 225, "name": "referral_firstname_c", "comment": null}, "referral_last_name_c": {"type": "integer", "index": 226, "name": "referral_last_name_c", "comment": null}, "mkto_71_lead_score_c": {"type": "integer", "index": 227, "name": "mkto_71_lead_score_c", "comment": null}, "mkto_71_acquisition_date_c": {"type": "integer", "index": 228, "name": "mkto_71_acquisition_date_c", "comment": null}, "mkto_71_acquisition_program_id_c": {"type": "integer", "index": 229, "name": "mkto_71_acquisition_program_id_c", "comment": null}, "mkto_acquisition_program_c": {"type": "integer", "index": 230, "name": "mkto_acquisition_program_c", "comment": null}, "mkto_71_inferred_city_c": {"type": "integer", "index": 231, "name": "mkto_71_inferred_city_c", "comment": null}, "mkto_71_inferred_company_c": {"type": "integer", "index": 232, "name": "mkto_71_inferred_company_c", "comment": null}, "mkto_71_inferred_country_c": {"type": "integer", "index": 233, "name": "mkto_71_inferred_country_c", "comment": null}, "mkto_71_inferred_metropolitan_area_c": {"type": "integer", "index": 234, "name": "mkto_71_inferred_metropolitan_area_c", "comment": null}, "mkto_71_inferred_phone_area_code_c": {"type": "integer", "index": 235, "name": "mkto_71_inferred_phone_area_code_c", "comment": null}, "mkto_71_inferred_postal_code_c": {"type": "integer", "index": 236, "name": "mkto_71_inferred_postal_code_c", "comment": null}, "mkto_71_inferred_state_region_c": {"type": "integer", "index": 237, "name": "mkto_71_inferred_state_region_c", "comment": null}, "mkto_71_original_referrer_c": {"type": "integer", "index": 238, "name": "mkto_71_original_referrer_c", "comment": null}, "mkto_71_original_search_engine_c": {"type": "integer", "index": 239, "name": "mkto_71_original_search_engine_c", "comment": null}, "mkto_71_original_search_phrase_c": {"type": "integer", "index": 240, "name": "mkto_71_original_search_phrase_c", "comment": null}, "mkto_71_original_source_info_c": {"type": "integer", "index": 241, "name": "mkto_71_original_source_info_c", "comment": null}, "mkto_71_original_source_type_c": {"type": "integer", "index": 242, "name": "mkto_71_original_source_type_c", "comment": null}, "mkto_si_hide_date_c": {"type": "integer", "index": 243, "name": "mkto_si_hide_date_c", "comment": null}, "mkto_si_last_interesting_moment_date_c": {"type": "timestamp without time zone", "index": 244, "name": "mkto_si_last_interesting_moment_date_c", "comment": null}, "mkto_si_last_interesting_moment_desc_c": {"type": "text", "index": 245, "name": "mkto_si_last_interesting_moment_desc_c", "comment": null}, "mkto_si_last_interesting_moment_source_c": {"type": "text", "index": 246, "name": "mkto_si_last_interesting_moment_source_c", "comment": null}, "mkto_si_last_interesting_moment_type_c": {"type": "text", "index": 247, "name": "mkto_si_last_interesting_moment_type_c", "comment": null}, "mkto_si_msicontact_id_c": {"type": "integer", "index": 248, "name": "mkto_si_msicontact_id_c", "comment": null}, "mkto_si_priority_c": {"type": "integer", "index": 249, "name": "mkto_si_priority_c", "comment": null}, "mkto_si_relative_score_value_c": {"type": "integer", "index": 250, "name": "mkto_si_relative_score_value_c", "comment": null}, "mkto_si_urgency_value_c": {"type": "integer", "index": 251, "name": "mkto_si_urgency_value_c", "comment": null}, "cloudingo_agent_ar_c": {"type": "integer", "index": 252, "name": "cloudingo_agent_ar_c", "comment": null}, "cloudingo_agent_ardi_c": {"type": "integer", "index": 253, "name": "cloudingo_agent_ardi_c", "comment": null}, "cloudingo_agent_as_c": {"type": "integer", "index": 254, "name": "cloudingo_agent_as_c", "comment": null}, "cloudingo_agent_atz_c": {"type": "integer", "index": 255, "name": "cloudingo_agent_atz_c", "comment": null}, "cloudingo_agent_av_c": {"type": "integer", "index": 256, "name": "cloudingo_agent_av_c", "comment": null}, "cloudingo_agent_les_c": {"type": "integer", "index": 257, "name": "cloudingo_agent_les_c", "comment": null}, "do_not_sync_marketo_c": {"type": "boolean", "index": 258, "name": "do_not_sync_marketo_c", "comment": null}, "source_every_utm_campaign_c": {"type": "integer", "index": 259, "name": "source_every_utm_campaign_c", "comment": null}, "source_every_utm_content_c": {"type": "integer", "index": 260, "name": "source_every_utm_content_c", "comment": null}, "source_every_utm_medium_c": {"type": "integer", "index": 261, "name": "source_every_utm_medium_c", "comment": null}, "source_every_utm_source_c": {"type": "integer", "index": 262, "name": "source_every_utm_source_c", "comment": null}, "source_every_utm_term_c": {"type": "integer", "index": 263, "name": "source_every_utm_term_c", "comment": null}, "source_first_utm_campaign_c": {"type": "integer", "index": 264, "name": "source_first_utm_campaign_c", "comment": null}, "source_first_utm_content_c": {"type": "integer", "index": 265, "name": "source_first_utm_content_c", "comment": null}, "source_first_utm_medium_c": {"type": "integer", "index": 266, "name": "source_first_utm_medium_c", "comment": null}, "source_first_utm_source_c": {"type": "integer", "index": 267, "name": "source_first_utm_source_c", "comment": null}, "source_first_utm_term_c": {"type": "integer", "index": 268, "name": "source_first_utm_term_c", "comment": null}, "source_last_utm_campaign_c": {"type": "text", "index": 269, "name": "source_last_utm_campaign_c", "comment": null}, "source_last_utm_content_c": {"type": "text", "index": 270, "name": "source_last_utm_content_c", "comment": null}, "source_last_utm_medium_c": {"type": "text", "index": 271, "name": "source_last_utm_medium_c", "comment": null}, "source_last_utm_source_c": {"type": "text", "index": 272, "name": "source_last_utm_source_c", "comment": null}, "source_last_utm_term_c": {"type": "text", "index": 273, "name": "source_last_utm_term_c", "comment": null}, "direct_office_c": {"type": "integer", "index": 274, "name": "direct_office_c", "comment": null}, "city_c": {"type": "integer", "index": 275, "name": "city_c", "comment": null}, "country_c": {"type": "integer", "index": 276, "name": "country_c", "comment": null}, "state_c": {"type": "integer", "index": 277, "name": "state_c", "comment": null}, "source_first_lead_source_category_c": {"type": "integer", "index": 278, "name": "source_first_lead_source_category_c", "comment": null}, "source_last_lead_source_c": {"type": "integer", "index": 279, "name": "source_last_lead_source_c", "comment": null}, "source_last_lead_source_category_c": {"type": "integer", "index": 280, "name": "source_last_lead_source_category_c", "comment": null}, "source_last_lead_source_detail_c": {"type": "integer", "index": 281, "name": "source_last_lead_source_detail_c", "comment": null}, "source_every_lead_source_c": {"type": "integer", "index": 282, "name": "source_every_lead_source_c", "comment": null}, "source_every_lead_source_category_c": {"type": "integer", "index": 283, "name": "source_every_lead_source_category_c", "comment": null}, "source_every_lead_source_detail_c": {"type": "integer", "index": 284, "name": "source_every_lead_source_detail_c", "comment": null}, "source_first_lead_source_c": {"type": "integer", "index": 285, "name": "source_first_lead_source_c", "comment": null}, "source_first_lead_source_detail_c": {"type": "integer", "index": 286, "name": "source_first_lead_source_detail_c", "comment": null}, "behavioral_score_c": {"type": "integer", "index": 287, "name": "behavioral_score_c", "comment": null}, "demographic_score_c": {"type": "integer", "index": 288, "name": "demographic_score_c", "comment": null}, "drift_cql_c": {"type": "integer", "index": 289, "name": "drift_cql_c", "comment": null}, "unique_email_c": {"type": "integer", "index": 290, "name": "unique_email_c", "comment": null}, "is_emea_event_routing_c": {"type": "boolean", "index": 291, "name": "is_emea_event_routing_c", "comment": null}, "csi_code_c": {"type": "integer", "index": 292, "name": "csi_code_c", "comment": null}, "csi_description_c": {"type": "text", "index": 293, "name": "csi_description_c", "comment": null}, "converted_date_time_c": {"type": "timestamp without time zone", "index": 294, "name": "converted_date_time_c", "comment": null}, "lead_created_date_time_reporting_c": {"type": "timestamp without time zone", "index": 295, "name": "lead_created_date_time_reporting_c", "comment": null}, "lead_iq_country_c": {"type": "integer", "index": 296, "name": "lead_iq_country_c", "comment": null}, "lead_iq_employee_count_c": {"type": "integer", "index": 297, "name": "lead_iq_employee_count_c", "comment": null}, "lead_iq_employee_range_c": {"type": "integer", "index": 298, "name": "lead_iq_employee_range_c", "comment": null}, "lead_iq_state_c": {"type": "integer", "index": 299, "name": "lead_iq_state_c", "comment": null}, "lead_iq_zip_code_c": {"type": "integer", "index": 300, "name": "lead_iq_zip_code_c", "comment": null}, "zoominfo_country_c": {"type": "integer", "index": 301, "name": "zoominfo_country_c", "comment": null}, "zoominfo_employee_count_c": {"type": "integer", "index": 302, "name": "zoominfo_employee_count_c", "comment": null}, "zoominfo_state_c": {"type": "integer", "index": 303, "name": "zoominfo_state_c", "comment": null}, "zoominfo_technologies_c": {"type": "integer", "index": 304, "name": "zoominfo_technologies_c", "comment": null}, "zoominfo_zip_code_c": {"type": "integer", "index": 305, "name": "zoominfo_zip_code_c", "comment": null}, "attended_event_c": {"type": "boolean", "index": 306, "name": "attended_event_c", "comment": null}, "mql_date_c": {"type": "integer", "index": 307, "name": "mql_date_c", "comment": null}, "user_gems_user_gems_id_c": {"type": "integer", "index": 308, "name": "user_gems_user_gems_id_c", "comment": null}, "dozisf_zoom_info_company_id_c": {"type": "integer", "index": 309, "name": "dozisf_zoom_info_company_id_c", "comment": null}, "dozisf_zoom_info_first_updated_c": {"type": "integer", "index": 310, "name": "dozisf_zoom_info_first_updated_c", "comment": null}, "dozisf_zoom_info_id_c": {"type": "integer", "index": 311, "name": "dozisf_zoom_info_id_c", "comment": null}, "dozisf_zoom_info_last_updated_c": {"type": "integer", "index": 312, "name": "dozisf_zoom_info_last_updated_c", "comment": null}, "lean_data_manual_route_trigger_c": {"type": "boolean", "index": 313, "name": "lean_data_manual_route_trigger_c", "comment": null}, "first_mql_date_c": {"type": "integer", "index": 314, "name": "first_mql_date_c", "comment": null}, "fivetran_account_association_date_c": {"type": "integer", "index": 315, "name": "fivetran_account_association_date_c", "comment": null}, "fivetran_account_user_role_s_c": {"type": "integer", "index": 316, "name": "fivetran_account_user_role_s_c", "comment": null}, "mql_reason_c": {"type": "text", "index": 317, "name": "mql_reason_c", "comment": null}, "trial_contact_start_date_c": {"type": "integer", "index": 318, "name": "trial_contact_start_date_c", "comment": null}, "enrichment_request_c": {"type": "boolean", "index": 319, "name": "enrichment_request_c", "comment": null}, "meta_data_create_date_c": {"type": "timestamp without time zone", "index": 320, "name": "meta_data_create_date_c", "comment": null}, "clarus_date_c": {"type": "integer", "index": 321, "name": "clarus_date_c", "comment": null}, "clarus_editor_c": {"type": "integer", "index": 322, "name": "clarus_editor_c", "comment": null}, "clarus_notes_c": {"type": "integer", "index": 323, "name": "clarus_notes_c", "comment": null}, "clarus_project_c": {"type": "integer", "index": 324, "name": "clarus_project_c", "comment": null}, "clarus_status_c": {"type": "integer", "index": 325, "name": "clarus_status_c", "comment": null}, "marketing_connector_interest_c": {"type": "integer", "index": 326, "name": "marketing_connector_interest_c", "comment": null}, "recent_marketing_campaign_status_c": {"type": "integer", "index": 327, "name": "recent_marketing_campaign_status_c", "comment": null}, "salesloft_cadence_trigger_c": {"type": "integer", "index": 328, "name": "salesloft_cadence_trigger_c", "comment": null}, "datawarehouse_used_c": {"type": "integer", "index": 329, "name": "datawarehouse_used_c", "comment": null}, "contact_status_c": {"type": "integer", "index": 330, "name": "contact_status_c", "comment": null}, "leandata_contact_owner_override_c": {"type": "integer", "index": 331, "name": "leandata_contact_owner_override_c", "comment": null}, "potential_fivetran_use_case_c": {"type": "text", "index": 332, "name": "potential_fivetran_use_case_c", "comment": null}, "bizible_2_account_c": {"type": "integer", "index": 333, "name": "bizible_2_account_c", "comment": null}, "bizible_2_ad_campaign_name_ft_c": {"type": "integer", "index": 334, "name": "bizible_2_ad_campaign_name_ft_c", "comment": null}, "bizible_2_ad_campaign_name_lc_c": {"type": "integer", "index": 335, "name": "bizible_2_ad_campaign_name_lc_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "integer", "index": 336, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_landing_page_ft_c": {"type": "integer", "index": 337, "name": "bizible_2_landing_page_ft_c", "comment": null}, "bizible_2_landing_page_lc_c": {"type": "integer", "index": 338, "name": "bizible_2_landing_page_lc_c", "comment": null}, "bizible_2_marketing_channel_ft_c": {"type": "integer", "index": 339, "name": "bizible_2_marketing_channel_ft_c", "comment": null}, "bizible_2_marketing_channel_lc_c": {"type": "integer", "index": 340, "name": "bizible_2_marketing_channel_lc_c", "comment": null}, "bizible_2_touchpoint_date_ft_c": {"type": "integer", "index": 341, "name": "bizible_2_touchpoint_date_ft_c", "comment": null}, "bizible_2_touchpoint_date_lc_c": {"type": "integer", "index": 342, "name": "bizible_2_touchpoint_date_lc_c", "comment": null}, "bizible_2_touchpoint_source_ft_c": {"type": "integer", "index": 343, "name": "bizible_2_touchpoint_source_ft_c", "comment": null}, "bizible_2_touchpoint_source_lc_c": {"type": "integer", "index": 344, "name": "bizible_2_touchpoint_source_lc_c", "comment": null}, "sales_email_opt_out_c": {"type": "boolean", "index": 345, "name": "sales_email_opt_out_c", "comment": null}, "sales_email_opt_out_date_time_c": {"type": "integer", "index": 346, "name": "sales_email_opt_out_date_time_c", "comment": null}, "bombora_app_bombora_surge_record_count_c": {"type": "integer", "index": 347, "name": "bombora_app_bombora_surge_record_count_c", "comment": null}, "bombora_app_bombora_last_date_time_updated_c": {"type": "integer", "index": 348, "name": "bombora_app_bombora_last_date_time_updated_c", "comment": null}, "bombora_app_bombora_total_composite_score_c": {"type": "integer", "index": 349, "name": "bombora_app_bombora_total_composite_score_c", "comment": null}, "linked_in_url_c": {"type": "integer", "index": 350, "name": "linked_in_url_c", "comment": null}, "beta_connector_interest_c": {"type": "integer", "index": 351, "name": "beta_connector_interest_c", "comment": null}, "user_gems_ug_past_infos_c": {"type": "integer", "index": 352, "name": "user_gems_ug_past_infos_c", "comment": null}, "user_gems_ug_current_infos_c": {"type": "integer", "index": 353, "name": "user_gems_ug_current_infos_c", "comment": null}, "user_gems_ug_created_by_ug_c": {"type": "boolean", "index": 354, "name": "user_gems_ug_created_by_ug_c", "comment": null}, "free_trial_email_confirmed_date_c": {"type": "integer", "index": 355, "name": "free_trial_email_confirmed_date_c", "comment": null}, "dnboptimizer_dn_bcontact_record_c": {"type": "integer", "index": 356, "name": "dnboptimizer_dn_bcontact_record_c", "comment": null}, "dnboptimizer_dn_bcompany_record_c": {"type": "integer", "index": 357, "name": "dnboptimizer_dn_bcompany_record_c", "comment": null}, "dnboptimizer_dnb_d_u_n_s_number_c": {"type": "integer", "index": 358, "name": "dnboptimizer_dnb_d_u_n_s_number_c", "comment": null}, "i_sell_oskey_id_c": {"type": "integer", "index": 359, "name": "i_sell_oskey_id_c", "comment": null}, "verified_c": {"type": "boolean", "index": 360, "name": "verified_c", "comment": null}, "email_opt_out_date_time_c": {"type": "integer", "index": 361, "name": "email_opt_out_date_time_c", "comment": null}, "pbf_startup_c": {"type": "integer", "index": 362, "name": "pbf_startup_c", "comment": null}, "pbf_startup_certify_eligibility_c": {"type": "boolean", "index": 363, "name": "pbf_startup_certify_eligibility_c", "comment": null}, "engagio_intent_minutes_last_30_days_c": {"type": "integer", "index": 364, "name": "engagio_intent_minutes_last_30_days_c", "comment": null}, "engagio_engagement_minutes_last_3_months_c": {"type": "integer", "index": 365, "name": "engagio_engagement_minutes_last_3_months_c", "comment": null}, "engagio_engagement_minutes_last_7_days_c": {"type": "integer", "index": 366, "name": "engagio_engagement_minutes_last_7_days_c", "comment": null}, "engagio_matched_account_c": {"type": "integer", "index": 367, "name": "engagio_matched_account_c", "comment": null}, "engagio_first_engagement_date_c": {"type": "integer", "index": 368, "name": "engagio_first_engagement_date_c", "comment": null}, "engagio_match_time_c": {"type": "integer", "index": 369, "name": "engagio_match_time_c", "comment": null}, "engagio_department_c": {"type": "integer", "index": 370, "name": "engagio_department_c", "comment": null}, "engagio_role_c": {"type": "integer", "index": 371, "name": "engagio_role_c", "comment": null}, "legacy_hvr_id_c": {"type": "integer", "index": 372, "name": "legacy_hvr_id_c", "comment": null}, "hvr_channel_c": {"type": "integer", "index": 373, "name": "hvr_channel_c", "comment": null}, "email_opt_in_double_c": {"type": "boolean", "index": 374, "name": "email_opt_in_double_c", "comment": null}, "phone_number_catch_all_c": {"type": "integer", "index": 375, "name": "phone_number_catch_all_c", "comment": null}, "contacts_domain_exists_c": {"type": "integer", "index": 376, "name": "contacts_domain_exists_c", "comment": null}, "utm_id_c": {"type": "integer", "index": 377, "name": "utm_id_c", "comment": null}, "source_every_utm_id_c": {"type": "integer", "index": 378, "name": "source_every_utm_id_c", "comment": null}, "source_last_utm_id_c": {"type": "integer", "index": 379, "name": "source_last_utm_id_c", "comment": null}, "source_first_utm_id_c": {"type": "integer", "index": 380, "name": "source_first_utm_id_c", "comment": null}, "do_not_sync_reason_marketo_c": {"type": "integer", "index": 381, "name": "do_not_sync_reason_marketo_c", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 382, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_lead_data"}, "seed.salesforce_integration_tests.sf_opportunity_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_opportunity_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 2, "name": "account_id", "comment": null}, "amount": {"type": "double precision", "index": 3, "name": "amount", "comment": null}, "campaign_id": {"type": "integer", "index": 4, "name": "campaign_id", "comment": null}, "close_date": {"type": "timestamp without time zone", "index": 5, "name": "close_date", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 6, "name": "created_date", "comment": null}, "description": {"type": "integer", "index": 7, "name": "description", "comment": null}, "expected_revenue": {"type": "integer", "index": 8, "name": "expected_revenue", "comment": null}, "fiscal": {"type": "text", "index": 9, "name": "fiscal", "comment": null}, "fiscal_quarter": {"type": "integer", "index": 10, "name": "fiscal_quarter", "comment": null}, "fiscal_year": {"type": "integer", "index": 11, "name": "fiscal_year", "comment": null}, "forecast_category": {"type": "text", "index": 12, "name": "forecast_category", "comment": null}, "forecast_category_name": {"type": "text", "index": 13, "name": "forecast_category_name", "comment": null}, "has_open_activity": {"type": "boolean", "index": 14, "name": "has_open_activity", "comment": null}, "has_opportunity_line_item": {"type": "boolean", "index": 15, "name": "has_opportunity_line_item", "comment": null}, "has_overdue_task": {"type": "boolean", "index": 16, "name": "has_overdue_task", "comment": null}, "id": {"type": "text", "index": 17, "name": "id", "comment": null}, "is_closed": {"type": "boolean", "index": 18, "name": "is_closed", "comment": null}, "is_deleted": {"type": "boolean", "index": 19, "name": "is_deleted", "comment": null}, "is_excluded_from_territory_2_filter": {"type": "integer", "index": 20, "name": "is_excluded_from_territory_2_filter", "comment": null}, "is_won": {"type": "boolean", "index": 21, "name": "is_won", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 22, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 23, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 24, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "text", "index": 25, "name": "lead_source", "comment": null}, "name": {"type": "text", "index": 26, "name": "name", "comment": null}, "next_step": {"type": "integer", "index": 27, "name": "next_step", "comment": null}, "owner_id": {"type": "text", "index": 28, "name": "owner_id", "comment": null}, "pricebook_2_id": {"type": "text", "index": 29, "name": "pricebook_2_id", "comment": null}, "probability": {"type": "double precision", "index": 30, "name": "probability", "comment": null}, "record_type_id": {"type": "text", "index": 31, "name": "record_type_id", "comment": null}, "stage_name": {"type": "text", "index": 32, "name": "stage_name", "comment": null}, "synced_quote_id": {"type": "integer", "index": 33, "name": "synced_quote_id", "comment": null}, "territory_2_id": {"type": "integer", "index": 34, "name": "territory_2_id", "comment": null}, "type": {"type": "text", "index": 35, "name": "type", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 36, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_opportunity_data"}, "seed.salesforce_integration_tests.sf_opportunity_history_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_opportunity_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_active": {"type": "boolean", "index": 1, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 5, "name": "account_id", "comment": null}, "amount": {"type": "double precision", "index": 6, "name": "amount", "comment": null}, "campaign_id": {"type": "integer", "index": 7, "name": "campaign_id", "comment": null}, "close_date": {"type": "timestamp without time zone", "index": 8, "name": "close_date", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 9, "name": "created_date", "comment": null}, "description": {"type": "integer", "index": 10, "name": "description", "comment": null}, "expected_revenue": {"type": "double precision", "index": 11, "name": "expected_revenue", "comment": null}, "fiscal": {"type": "text", "index": 12, "name": "fiscal", "comment": null}, "fiscal_quarter": {"type": "integer", "index": 13, "name": "fiscal_quarter", "comment": null}, "fiscal_year": {"type": "integer", "index": 14, "name": "fiscal_year", "comment": null}, "forecast_category": {"type": "text", "index": 15, "name": "forecast_category", "comment": null}, "forecast_category_name": {"type": "text", "index": 16, "name": "forecast_category_name", "comment": null}, "has_open_activity": {"type": "boolean", "index": 17, "name": "has_open_activity", "comment": null}, "has_opportunity_line_item": {"type": "boolean", "index": 18, "name": "has_opportunity_line_item", "comment": null}, "has_overdue_task": {"type": "boolean", "index": 19, "name": "has_overdue_task", "comment": null}, "id": {"type": "text", "index": 20, "name": "id", "comment": null}, "is_closed": {"type": "boolean", "index": 21, "name": "is_closed", "comment": null}, "is_deleted": {"type": "boolean", "index": 22, "name": "is_deleted", "comment": null}, "is_won": {"type": "boolean", "index": 23, "name": "is_won", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 24, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 25, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 26, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "text", "index": 27, "name": "lead_source", "comment": null}, "name": {"type": "text", "index": 28, "name": "name", "comment": null}, "next_step": {"type": "integer", "index": 29, "name": "next_step", "comment": null}, "owner_id": {"type": "text", "index": 30, "name": "owner_id", "comment": null}, "probability": {"type": "integer", "index": 31, "name": "probability", "comment": null}, "record_type_id": {"type": "text", "index": 32, "name": "record_type_id", "comment": null}, "stage_name": {"type": "text", "index": 33, "name": "stage_name", "comment": null}, "synced_quote_id": {"type": "integer", "index": 34, "name": "synced_quote_id", "comment": null}, "type": {"type": "text", "index": 35, "name": "type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.salesforce_integration_tests.sf_opportunity_history_data"}, "seed.salesforce_integration_tests.sf_opportunity_line_item_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_opportunity_line_item_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"product_2_id": {"type": "text", "index": 1, "name": "product_2_id", "comment": null}, "quantity": {"type": "integer", "index": 2, "name": "quantity", "comment": null}, "total_price": {"type": "double precision", "index": 3, "name": "total_price", "comment": null}, "description": {"type": "integer", "index": 4, "name": "description", "comment": null}, "discount": {"type": "integer", "index": 5, "name": "discount", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 6, "name": "last_modified_date", "comment": null}, "list_price": {"type": "integer", "index": 7, "name": "list_price", "comment": null}, "product_code": {"type": "text", "index": 8, "name": "product_code", "comment": null}, "unit_price": {"type": "double precision", "index": 9, "name": "unit_price", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 10, "name": "_fivetran_synced", "comment": null}, "is_deleted": {"type": "boolean", "index": 11, "name": "is_deleted", "comment": null}, "opportunity_id": {"type": "text", "index": 12, "name": "opportunity_id", "comment": null}, "last_modified_by_id": {"type": "text", "index": 13, "name": "last_modified_by_id", "comment": null}, "service_date": {"type": "timestamp without time zone", "index": 14, "name": "service_date", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 15, "name": "system_modstamp", "comment": null}, "name": {"type": "text", "index": 16, "name": "name", "comment": null}, "id": {"type": "text", "index": 17, "name": "id", "comment": null}, "created_by_id": {"type": "text", "index": 18, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 19, "name": "created_date", "comment": null}, "sort_order": {"type": "integer", "index": 20, "name": "sort_order", "comment": null}, "pricebook_entry_id": {"type": "text", "index": 21, "name": "pricebook_entry_id", "comment": null}, "one_saas_app_included_c": {"type": "integer", "index": 22, "name": "one_saas_app_included_c", "comment": null}, "one_saas_app_quantity_invoiced_c": {"type": "integer", "index": 23, "name": "one_saas_app_quantity_invoiced_c", "comment": null}, "one_saas_app_quantity_not_invoiced_c": {"type": "integer", "index": 24, "name": "one_saas_app_quantity_not_invoiced_c", "comment": null}, "has_quantity_schedule": {"type": "integer", "index": 25, "name": "has_quantity_schedule", "comment": null}, "has_revenue_schedule": {"type": "integer", "index": 26, "name": "has_revenue_schedule", "comment": null}, "has_schedule": {"type": "integer", "index": 27, "name": "has_schedule", "comment": null}, "event_volume_c": {"type": "integer", "index": 28, "name": "event_volume_c", "comment": null}, "roadmap_connections_c": {"type": "integer", "index": 29, "name": "roadmap_connections_c", "comment": null}, "row_volume_c": {"type": "integer", "index": 30, "name": "row_volume_c", "comment": null}, "months_c": {"type": "integer", "index": 31, "name": "months_c", "comment": null}, "netsuite_conn_term_contract_pricing_type_c": {"type": "integer", "index": 32, "name": "netsuite_conn_term_contract_pricing_type_c", "comment": null}, "netsuite_conn_discount_item_c": {"type": "integer", "index": 33, "name": "netsuite_conn_discount_item_c", "comment": null}, "netsuite_conn_user_entered_sales_price_c": {"type": "integer", "index": 34, "name": "netsuite_conn_user_entered_sales_price_c", "comment": null}, "netsuite_conn_item_category_c": {"type": "integer", "index": 35, "name": "netsuite_conn_item_category_c", "comment": null}, "netsuite_conn_terms_c": {"type": "integer", "index": 36, "name": "netsuite_conn_terms_c", "comment": null}, "netsuite_conn_net_suite_item_key_id_c": {"type": "integer", "index": 37, "name": "netsuite_conn_net_suite_item_key_id_c", "comment": null}, "netsuite_conn_pushed_from_net_suite_c": {"type": "boolean", "index": 38, "name": "netsuite_conn_pushed_from_net_suite_c", "comment": null}, "netsuite_conn_end_date_c": {"type": "integer", "index": 39, "name": "netsuite_conn_end_date_c", "comment": null}, "netsuite_conn_list_rate_c": {"type": "integer", "index": 40, "name": "netsuite_conn_list_rate_c", "comment": null}, "netsuite_conn_from_contract_item_id_c": {"type": "integer", "index": 41, "name": "netsuite_conn_from_contract_item_id_c", "comment": null}, "netsuite_conn_start_date_c": {"type": "integer", "index": 42, "name": "netsuite_conn_start_date_c", "comment": null}, "netsuite_conn_net_suite_item_id_import_c": {"type": "integer", "index": 43, "name": "netsuite_conn_net_suite_item_id_import_c", "comment": null}, "sbqq_parent_id_c": {"type": "text", "index": 44, "name": "sbqq_parent_id_c", "comment": null}, "sbqq_quote_line_c": {"type": "text", "index": 45, "name": "sbqq_quote_line_c", "comment": null}, "sbqq_subscription_type_c": {"type": "text", "index": 46, "name": "sbqq_subscription_type_c", "comment": null}, "product_family_c": {"type": "text", "index": 47, "name": "product_family_c", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 48, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 49, "name": "last_viewed_date", "comment": null}, "celigo_sfnsio_contract_item_id_c": {"type": "integer", "index": 50, "name": "celigo_sfnsio_contract_item_id_c", "comment": null}, "celigo_sfnsio_contract_term_c": {"type": "integer", "index": 51, "name": "celigo_sfnsio_contract_term_c", "comment": null}, "celigo_sfnsio_end_date_c": {"type": "integer", "index": 52, "name": "celigo_sfnsio_end_date_c", "comment": null}, "celigo_sfnsio_list_rate_c": {"type": "integer", "index": 53, "name": "celigo_sfnsio_list_rate_c", "comment": null}, "celigo_sfnsio_net_suite_line_id_c": {"type": "integer", "index": 54, "name": "celigo_sfnsio_net_suite_line_id_c", "comment": null}, "celigo_sfnsio_start_date_c": {"type": "integer", "index": 55, "name": "celigo_sfnsio_start_date_c", "comment": null}, "product_code_stamped_c": {"type": "integer", "index": 56, "name": "product_code_stamped_c", "comment": null}, "hvr_use_case_c": {"type": "boolean", "index": 57, "name": "hvr_use_case_c", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 58, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_opportunity_line_item_data"}, "seed.salesforce_integration_tests.sf_order_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_order_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "activated_by_id": {"type": "text", "index": 4, "name": "activated_by_id", "comment": null}, "activated_date": {"type": "timestamp without time zone", "index": 5, "name": "activated_date", "comment": null}, "billing_city": {"type": "text", "index": 6, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 7, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "integer", "index": 8, "name": "billing_country_code", "comment": null}, "billing_geocode_accuracy": {"type": "integer", "index": 9, "name": "billing_geocode_accuracy", "comment": null}, "billing_latitude": {"type": "integer", "index": 10, "name": "billing_latitude", "comment": null}, "billing_longitude": {"type": "integer", "index": 11, "name": "billing_longitude", "comment": null}, "billing_postal_code": {"type": "text", "index": 12, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "text", "index": 13, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "integer", "index": 14, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "text", "index": 15, "name": "billing_street", "comment": null}, "company_authorized_by_id": {"type": "integer", "index": 16, "name": "company_authorized_by_id", "comment": null}, "contract_id": {"type": "integer", "index": 17, "name": "contract_id", "comment": null}, "created_by_id": {"type": "text", "index": 18, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 19, "name": "created_date", "comment": null}, "customer_authorized_by_id": {"type": "integer", "index": 20, "name": "customer_authorized_by_id", "comment": null}, "description": {"type": "integer", "index": 21, "name": "description", "comment": null}, "effective_date": {"type": "timestamp without time zone", "index": 22, "name": "effective_date", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 23, "name": "end_date", "comment": null}, "is_deleted": {"type": "boolean", "index": 24, "name": "is_deleted", "comment": null}, "is_reduction_order": {"type": "boolean", "index": 25, "name": "is_reduction_order", "comment": null}, "last_modified_by_id": {"type": "text", "index": 26, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 27, "name": "last_modified_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 28, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 29, "name": "last_viewed_date", "comment": null}, "order_number": {"type": "integer", "index": 30, "name": "order_number", "comment": null}, "original_order_id": {"type": "integer", "index": 31, "name": "original_order_id", "comment": null}, "owner_id": {"type": "text", "index": 32, "name": "owner_id", "comment": null}, "pricebook_2_id": {"type": "text", "index": 33, "name": "pricebook_2_id", "comment": null}, "shipping_city": {"type": "text", "index": 34, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "text", "index": 35, "name": "shipping_country", "comment": null}, "shipping_country_code": {"type": "integer", "index": 36, "name": "shipping_country_code", "comment": null}, "shipping_geocode_accuracy": {"type": "integer", "index": 37, "name": "shipping_geocode_accuracy", "comment": null}, "shipping_latitude": {"type": "integer", "index": 38, "name": "shipping_latitude", "comment": null}, "shipping_longitude": {"type": "integer", "index": 39, "name": "shipping_longitude", "comment": null}, "shipping_postal_code": {"type": "integer", "index": 40, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "text", "index": 41, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "integer", "index": 42, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "text", "index": 43, "name": "shipping_street", "comment": null}, "status": {"type": "text", "index": 44, "name": "status", "comment": null}, "status_code": {"type": "text", "index": 45, "name": "status_code", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 46, "name": "system_modstamp", "comment": null}, "total_amount": {"type": "double precision", "index": 47, "name": "total_amount", "comment": null}, "type": {"type": "text", "index": 48, "name": "type", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "boolean", "index": 49, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_net_suite_id_c": {"type": "integer", "index": 50, "name": "netsuite_conn_net_suite_id_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "integer", "index": 51, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_pushed_from_net_suite_c": {"type": "boolean", "index": 52, "name": "netsuite_conn_pushed_from_net_suite_c", "comment": null}, "netsuite_conn_opportunity_c": {"type": "integer", "index": 53, "name": "netsuite_conn_opportunity_c", "comment": null}, "netsuite_conn_net_suite_order_status_c": {"type": "text", "index": 54, "name": "netsuite_conn_net_suite_order_status_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "boolean", "index": 55, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_tax_total_c": {"type": "integer", "index": 56, "name": "netsuite_conn_tax_total_c", "comment": null}, "netsuite_conn_tracking_numbers_c": {"type": "integer", "index": 57, "name": "netsuite_conn_tracking_numbers_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "boolean", "index": 58, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_document_id_c": {"type": "integer", "index": 59, "name": "netsuite_conn_document_id_c", "comment": null}, "netsuite_conn_subtotal_c": {"type": "integer", "index": 60, "name": "netsuite_conn_subtotal_c", "comment": null}, "netsuite_conn_discount_total_c": {"type": "integer", "index": 61, "name": "netsuite_conn_discount_total_c", "comment": null}, "netsuite_conn_total_c": {"type": "integer", "index": 62, "name": "netsuite_conn_total_c", "comment": null}, "netsuite_conn_net_suite_order_date_c": {"type": "timestamp without time zone", "index": 63, "name": "netsuite_conn_net_suite_order_date_c", "comment": null}, "netsuite_conn_ship_date_c": {"type": "integer", "index": 64, "name": "netsuite_conn_ship_date_c", "comment": null}, "netsuite_conn_quote_c": {"type": "integer", "index": 65, "name": "netsuite_conn_quote_c", "comment": null}, "netsuite_conn_net_suite_order_number_c": {"type": "text", "index": 66, "name": "netsuite_conn_net_suite_order_number_c", "comment": null}, "sbqq_contracted_c": {"type": "boolean", "index": 67, "name": "sbqq_contracted_c", "comment": null}, "sbqq_contracting_method_c": {"type": "text", "index": 68, "name": "sbqq_contracting_method_c", "comment": null}, "sbqq_payment_term_c": {"type": "text", "index": 69, "name": "sbqq_payment_term_c", "comment": null}, "sbqq_price_calc_status_c": {"type": "text", "index": 70, "name": "sbqq_price_calc_status_c", "comment": null}, "sbqq_price_calc_status_message_c": {"type": "integer", "index": 71, "name": "sbqq_price_calc_status_message_c", "comment": null}, "sbqq_quote_c": {"type": "text", "index": 72, "name": "sbqq_quote_c", "comment": null}, "sbqq_renewal_term_c": {"type": "integer", "index": 73, "name": "sbqq_renewal_term_c", "comment": null}, "sbqq_renewal_uplift_rate_c": {"type": "integer", "index": 74, "name": "sbqq_renewal_uplift_rate_c", "comment": null}, "ava_sfcpq_ava_tax_message_c": {"type": "text", "index": 75, "name": "ava_sfcpq_ava_tax_message_c", "comment": null}, "ava_sfcpq_entity_use_code_c": {"type": "integer", "index": 76, "name": "ava_sfcpq_entity_use_code_c", "comment": null}, "ava_sfcpq_invoice_message_c": {"type": "integer", "index": 77, "name": "ava_sfcpq_invoice_message_c", "comment": null}, "ava_sfcpq_is_seller_importer_of_record_c": {"type": "boolean", "index": 78, "name": "ava_sfcpq_is_seller_importer_of_record_c", "comment": null}, "ava_sfcpq_order_calculate_tax_c": {"type": "boolean", "index": 79, "name": "ava_sfcpq_order_calculate_tax_c", "comment": null}, "ava_sfcpq_sales_tax_amount_c": {"type": "integer", "index": 80, "name": "ava_sfcpq_sales_tax_amount_c", "comment": null}, "blng_bill_now_c": {"type": "boolean", "index": 81, "name": "blng_bill_now_c", "comment": null}, "blng_billing_account_c": {"type": "text", "index": 82, "name": "blng_billing_account_c", "comment": null}, "blng_billing_day_of_month_c": {"type": "integer", "index": 83, "name": "blng_billing_day_of_month_c", "comment": null}, "blng_invoice_batch_c": {"type": "text", "index": 84, "name": "blng_invoice_batch_c", "comment": null}, "amendment_type_c": {"type": "integer", "index": 85, "name": "amendment_type_c", "comment": null}, "credit_summary_c": {"type": "text", "index": 86, "name": "credit_summary_c", "comment": null}, "evergreen_c": {"type": "boolean", "index": 87, "name": "evergreen_c", "comment": null}, "invoicing_type_c": {"type": "text", "index": 88, "name": "invoicing_type_c", "comment": null}, "legal_entity_c": {"type": "text", "index": 89, "name": "legal_entity_c", "comment": null}, "prepaid_billing_frequency_c": {"type": "text", "index": 90, "name": "prepaid_billing_frequency_c", "comment": null}, "prepaid_order_c": {"type": "boolean", "index": 91, "name": "prepaid_order_c", "comment": null}, "update_subscriptions_only_c": {"type": "boolean", "index": 92, "name": "update_subscriptions_only_c", "comment": null}, "order_auto_activated_c": {"type": "boolean", "index": 93, "name": "order_auto_activated_c", "comment": null}, "synced_to_net_suite_c": {"type": "boolean", "index": 94, "name": "synced_to_net_suite_c", "comment": null}, "purchase_order_number_c": {"type": "integer", "index": 95, "name": "purchase_order_number_c", "comment": null}, "celigo_sfnsio_discount_total_net_suite_c": {"type": "integer", "index": 96, "name": "celigo_sfnsio_discount_total_net_suite_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "integer", "index": 97, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "celigo_sfnsio_net_suite_order_number_c": {"type": "text", "index": 98, "name": "celigo_sfnsio_net_suite_order_number_c", "comment": null}, "celigo_sfnsio_net_suite_order_status_c": {"type": "integer", "index": 99, "name": "celigo_sfnsio_net_suite_order_status_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "text", "index": 100, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_ship_date_c": {"type": "integer", "index": 101, "name": "celigo_sfnsio_ship_date_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "boolean", "index": 102, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_sub_total_net_suite_c": {"type": "integer", "index": 103, "name": "celigo_sfnsio_sub_total_net_suite_c", "comment": null}, "celigo_sfnsio_tax_total_net_suite_c": {"type": "integer", "index": 104, "name": "celigo_sfnsio_tax_total_net_suite_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "boolean", "index": 105, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "celigo_sfnsio_total_net_suite_c": {"type": "integer", "index": 106, "name": "celigo_sfnsio_total_net_suite_c", "comment": null}, "amend_with_rollover_spend_type_c": {"type": "boolean", "index": 107, "name": "amend_with_rollover_spend_type_c", "comment": null}, "customer_spend_type_c": {"type": "integer", "index": 108, "name": "customer_spend_type_c", "comment": null}, "order_spend_type_c": {"type": "integer", "index": 109, "name": "order_spend_type_c", "comment": null}, "opportunity_id": {"type": "integer", "index": 110, "name": "opportunity_id", "comment": null}, "purchase_summary_c": {"type": "integer", "index": 111, "name": "purchase_summary_c", "comment": null}, "is_hvr_legacy_order_c": {"type": "integer", "index": 112, "name": "is_hvr_legacy_order_c", "comment": null}, "ironclad_workflow_c": {"type": "integer", "index": 113, "name": "ironclad_workflow_c", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 114, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_order_data"}, "seed.salesforce_integration_tests.sf_product_2_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_product_2_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"last_referenced_date": {"type": "timestamp without time zone", "index": 1, "name": "last_referenced_date", "comment": null}, "is_active": {"type": "boolean", "index": 2, "name": "is_active", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 4, "name": "last_modified_date", "comment": null}, "record_type_id": {"type": "text", "index": 5, "name": "record_type_id", "comment": null}, "product_code": {"type": "integer", "index": 6, "name": "product_code", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 8, "name": "last_viewed_date", "comment": null}, "is_deleted": {"type": "boolean", "index": 9, "name": "is_deleted", "comment": null}, "last_modified_by_id": {"type": "text", "index": 10, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 11, "name": "system_modstamp", "comment": null}, "name": {"type": "text", "index": 12, "name": "name", "comment": null}, "id": {"type": "text", "index": 13, "name": "id", "comment": null}, "created_by_id": {"type": "text", "index": 14, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 15, "name": "created_date", "comment": null}, "family": {"type": "text", "index": 16, "name": "family", "comment": null}, "max_volume_c": {"type": "integer", "index": 17, "name": "max_volume_c", "comment": null}, "min_volume_c": {"type": "integer", "index": 18, "name": "min_volume_c", "comment": null}, "request_name_c": {"type": "integer", "index": 19, "name": "request_name_c", "comment": null}, "default_quantity_c": {"type": "integer", "index": 20, "name": "default_quantity_c", "comment": null}, "account_c": {"type": "integer", "index": 21, "name": "account_c", "comment": null}, "related_product_c": {"type": "integer", "index": 22, "name": "related_product_c", "comment": null}, "picklist_value_c": {"type": "integer", "index": 23, "name": "picklist_value_c", "comment": null}, "as_input_c": {"type": "integer", "index": 24, "name": "as_input_c", "comment": null}, "as_output_c": {"type": "integer", "index": 25, "name": "as_output_c", "comment": null}, "status_c": {"type": "integer", "index": 26, "name": "status_c", "comment": null}, "number_of_quantity_installments": {"type": "integer", "index": 27, "name": "number_of_quantity_installments", "comment": null}, "number_of_revenue_installments": {"type": "integer", "index": 28, "name": "number_of_revenue_installments", "comment": null}, "quantity_installment_period": {"type": "integer", "index": 29, "name": "quantity_installment_period", "comment": null}, "quantity_schedule_type": {"type": "integer", "index": 30, "name": "quantity_schedule_type", "comment": null}, "revenue_installment_period": {"type": "integer", "index": 31, "name": "revenue_installment_period", "comment": null}, "revenue_schedule_type": {"type": "integer", "index": 32, "name": "revenue_schedule_type", "comment": null}, "connections_c": {"type": "integer", "index": 33, "name": "connections_c", "comment": null}, "event_volume_c": {"type": "integer", "index": 34, "name": "event_volume_c", "comment": null}, "roadmap_connections_c": {"type": "integer", "index": 35, "name": "roadmap_connections_c", "comment": null}, "row_volume_c": {"type": "integer", "index": 36, "name": "row_volume_c", "comment": null}, "display_url": {"type": "integer", "index": 37, "name": "display_url", "comment": null}, "external_data_source_id": {"type": "integer", "index": 38, "name": "external_data_source_id", "comment": null}, "external_id": {"type": "integer", "index": 39, "name": "external_id", "comment": null}, "quantity_unit_of_measure": {"type": "integer", "index": 40, "name": "quantity_unit_of_measure", "comment": null}, "stock_keeping_unit": {"type": "integer", "index": 41, "name": "stock_keeping_unit", "comment": null}, "features_c": {"type": "integer", "index": 42, "name": "features_c", "comment": null}, "tier_3_price_c": {"type": "integer", "index": 43, "name": "tier_3_price_c", "comment": null}, "tier_2_price_c": {"type": "integer", "index": 44, "name": "tier_2_price_c", "comment": null}, "tier_4_price_c": {"type": "integer", "index": 45, "name": "tier_4_price_c", "comment": null}, "tier_1_price_c": {"type": "integer", "index": 46, "name": "tier_1_price_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "boolean", "index": 47, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "boolean", "index": 48, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_term_contract_pricing_type_c": {"type": "integer", "index": 49, "name": "netsuite_conn_term_contract_pricing_type_c", "comment": null}, "netsuite_conn_net_suite_id_c": {"type": "integer", "index": 50, "name": "netsuite_conn_net_suite_id_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "text", "index": 51, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "boolean", "index": 52, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_item_category_c": {"type": "integer", "index": 53, "name": "netsuite_conn_item_category_c", "comment": null}, "netsuite_conn_net_suite_item_type_c": {"type": "text", "index": 54, "name": "netsuite_conn_net_suite_item_type_c", "comment": null}, "netsuite_conn_sub_type_c": {"type": "text", "index": 55, "name": "netsuite_conn_sub_type_c", "comment": null}, "is_new_c": {"type": "boolean", "index": 56, "name": "is_new_c", "comment": null}, "product_metadata_c": {"type": "integer", "index": 57, "name": "product_metadata_c", "comment": null}, "product_metadata_del_c": {"type": "integer", "index": 58, "name": "product_metadata_del_c", "comment": null}, "sbqq_asset_amendment_behavior_c": {"type": "text", "index": 59, "name": "sbqq_asset_amendment_behavior_c", "comment": null}, "sbqq_asset_conversion_c": {"type": "text", "index": 60, "name": "sbqq_asset_conversion_c", "comment": null}, "sbqq_batch_quantity_c": {"type": "integer", "index": 61, "name": "sbqq_batch_quantity_c", "comment": null}, "sbqq_billing_frequency_c": {"type": "text", "index": 62, "name": "sbqq_billing_frequency_c", "comment": null}, "sbqq_billing_type_c": {"type": "text", "index": 63, "name": "sbqq_billing_type_c", "comment": null}, "sbqq_block_pricing_field_c": {"type": "text", "index": 64, "name": "sbqq_block_pricing_field_c", "comment": null}, "sbqq_charge_type_c": {"type": "text", "index": 65, "name": "sbqq_charge_type_c", "comment": null}, "sbqq_component_c": {"type": "boolean", "index": 66, "name": "sbqq_component_c", "comment": null}, "sbqq_compound_discount_rate_c": {"type": "integer", "index": 67, "name": "sbqq_compound_discount_rate_c", "comment": null}, "sbqq_configuration_event_c": {"type": "integer", "index": 68, "name": "sbqq_configuration_event_c", "comment": null}, "sbqq_configuration_field_set_c": {"type": "integer", "index": 69, "name": "sbqq_configuration_field_set_c", "comment": null}, "sbqq_configuration_fields_c": {"type": "integer", "index": 70, "name": "sbqq_configuration_fields_c", "comment": null}, "sbqq_configuration_form_title_c": {"type": "integer", "index": 71, "name": "sbqq_configuration_form_title_c", "comment": null}, "sbqq_configuration_type_c": {"type": "integer", "index": 72, "name": "sbqq_configuration_type_c", "comment": null}, "sbqq_configuration_validator_c": {"type": "integer", "index": 73, "name": "sbqq_configuration_validator_c", "comment": null}, "sbqq_configured_code_pattern_c": {"type": "integer", "index": 74, "name": "sbqq_configured_code_pattern_c", "comment": null}, "sbqq_configured_description_pattern_c": {"type": "integer", "index": 75, "name": "sbqq_configured_description_pattern_c", "comment": null}, "sbqq_cost_editable_c": {"type": "boolean", "index": 76, "name": "sbqq_cost_editable_c", "comment": null}, "sbqq_cost_schedule_c": {"type": "integer", "index": 77, "name": "sbqq_cost_schedule_c", "comment": null}, "sbqq_custom_configuration_page_c": {"type": "integer", "index": 78, "name": "sbqq_custom_configuration_page_c", "comment": null}, "sbqq_custom_configuration_required_c": {"type": "boolean", "index": 79, "name": "sbqq_custom_configuration_required_c", "comment": null}, "sbqq_customer_community_availability_c": {"type": "integer", "index": 80, "name": "sbqq_customer_community_availability_c", "comment": null}, "sbqq_default_pricing_table_c": {"type": "integer", "index": 81, "name": "sbqq_default_pricing_table_c", "comment": null}, "sbqq_default_quantity_c": {"type": "integer", "index": 82, "name": "sbqq_default_quantity_c", "comment": null}, "sbqq_description_locked_c": {"type": "boolean", "index": 83, "name": "sbqq_description_locked_c", "comment": null}, "sbqq_discount_category_c": {"type": "integer", "index": 84, "name": "sbqq_discount_category_c", "comment": null}, "sbqq_discount_schedule_c": {"type": "integer", "index": 85, "name": "sbqq_discount_schedule_c", "comment": null}, "sbqq_dynamic_pricing_constraint_c": {"type": "integer", "index": 86, "name": "sbqq_dynamic_pricing_constraint_c", "comment": null}, "sbqq_exclude_from_maintenance_c": {"type": "boolean", "index": 87, "name": "sbqq_exclude_from_maintenance_c", "comment": null}, "sbqq_exclude_from_opportunity_c": {"type": "boolean", "index": 88, "name": "sbqq_exclude_from_opportunity_c", "comment": null}, "sbqq_externally_configurable_c": {"type": "boolean", "index": 89, "name": "sbqq_externally_configurable_c", "comment": null}, "sbqq_generate_contracted_price_c": {"type": "integer", "index": 90, "name": "sbqq_generate_contracted_price_c", "comment": null}, "sbqq_has_configuration_attributes_c": {"type": "boolean", "index": 91, "name": "sbqq_has_configuration_attributes_c", "comment": null}, "sbqq_has_consumption_schedule_c": {"type": "boolean", "index": 92, "name": "sbqq_has_consumption_schedule_c", "comment": null}, "sbqq_hidden_c": {"type": "boolean", "index": 93, "name": "sbqq_hidden_c", "comment": null}, "sbqq_hide_price_in_search_results_c": {"type": "boolean", "index": 94, "name": "sbqq_hide_price_in_search_results_c", "comment": null}, "sbqq_include_in_maintenance_c": {"type": "boolean", "index": 95, "name": "sbqq_include_in_maintenance_c", "comment": null}, "sbqq_new_quote_group_c": {"type": "boolean", "index": 96, "name": "sbqq_new_quote_group_c", "comment": null}, "sbqq_non_discountable_c": {"type": "boolean", "index": 97, "name": "sbqq_non_discountable_c", "comment": null}, "sbqq_non_partner_discountable_c": {"type": "boolean", "index": 98, "name": "sbqq_non_partner_discountable_c", "comment": null}, "sbqq_option_layout_c": {"type": "integer", "index": 99, "name": "sbqq_option_layout_c", "comment": null}, "sbqq_option_selection_method_c": {"type": "text", "index": 100, "name": "sbqq_option_selection_method_c", "comment": null}, "sbqq_optional_c": {"type": "boolean", "index": 101, "name": "sbqq_optional_c", "comment": null}, "sbqq_price_editable_c": {"type": "boolean", "index": 102, "name": "sbqq_price_editable_c", "comment": null}, "sbqq_pricing_method_c": {"type": "text", "index": 103, "name": "sbqq_pricing_method_c", "comment": null}, "sbqq_pricing_method_editable_c": {"type": "boolean", "index": 104, "name": "sbqq_pricing_method_editable_c", "comment": null}, "sbqq_product_picture_id_c": {"type": "integer", "index": 105, "name": "sbqq_product_picture_id_c", "comment": null}, "sbqq_quantity_editable_c": {"type": "boolean", "index": 106, "name": "sbqq_quantity_editable_c", "comment": null}, "sbqq_quantity_scale_c": {"type": "integer", "index": 107, "name": "sbqq_quantity_scale_c", "comment": null}, "sbqq_reconfiguration_disabled_c": {"type": "boolean", "index": 108, "name": "sbqq_reconfiguration_disabled_c", "comment": null}, "sbqq_renewal_product_c": {"type": "integer", "index": 109, "name": "sbqq_renewal_product_c", "comment": null}, "sbqq_sort_order_c": {"type": "integer", "index": 110, "name": "sbqq_sort_order_c", "comment": null}, "sbqq_specifications_c": {"type": "integer", "index": 111, "name": "sbqq_specifications_c", "comment": null}, "sbqq_subscription_base_c": {"type": "text", "index": 112, "name": "sbqq_subscription_base_c", "comment": null}, "sbqq_subscription_category_c": {"type": "integer", "index": 113, "name": "sbqq_subscription_category_c", "comment": null}, "sbqq_subscription_percent_c": {"type": "integer", "index": 114, "name": "sbqq_subscription_percent_c", "comment": null}, "sbqq_subscription_pricing_c": {"type": "text", "index": 115, "name": "sbqq_subscription_pricing_c", "comment": null}, "sbqq_subscription_target_c": {"type": "integer", "index": 116, "name": "sbqq_subscription_target_c", "comment": null}, "sbqq_subscription_term_c": {"type": "integer", "index": 117, "name": "sbqq_subscription_term_c", "comment": null}, "sbqq_subscription_type_c": {"type": "text", "index": 118, "name": "sbqq_subscription_type_c", "comment": null}, "sbqq_tax_code_c": {"type": "integer", "index": 119, "name": "sbqq_tax_code_c", "comment": null}, "sbqq_taxable_c": {"type": "boolean", "index": 120, "name": "sbqq_taxable_c", "comment": null}, "sbqq_term_discount_level_c": {"type": "integer", "index": 121, "name": "sbqq_term_discount_level_c", "comment": null}, "sbqq_term_discount_schedule_c": {"type": "integer", "index": 122, "name": "sbqq_term_discount_schedule_c", "comment": null}, "sbqq_upgrade_credit_c": {"type": "integer", "index": 123, "name": "sbqq_upgrade_credit_c", "comment": null}, "sbqq_upgrade_ratio_c": {"type": "integer", "index": 124, "name": "sbqq_upgrade_ratio_c", "comment": null}, "sbqq_upgrade_source_c": {"type": "integer", "index": 125, "name": "sbqq_upgrade_source_c", "comment": null}, "sbqq_upgrade_target_c": {"type": "integer", "index": 126, "name": "sbqq_upgrade_target_c", "comment": null}, "connector_type_c": {"type": "text", "index": 127, "name": "connector_type_c", "comment": null}, "pbf_pro_type_discount_c": {"type": "boolean", "index": 128, "name": "pbf_pro_type_discount_c", "comment": null}, "dimension_c": {"type": "text", "index": 129, "name": "dimension_c", "comment": null}, "connector_status_c": {"type": "text", "index": 130, "name": "connector_status_c", "comment": null}, "dimension_definition_c": {"type": "integer", "index": 131, "name": "dimension_definition_c", "comment": null}, "ava_sfcpq_tax_code_c": {"type": "integer", "index": 132, "name": "ava_sfcpq_tax_code_c", "comment": null}, "paid_consumption_c": {"type": "integer", "index": 133, "name": "paid_consumption_c", "comment": null}, "is_complimentary_c": {"type": "boolean", "index": 134, "name": "is_complimentary_c", "comment": null}, "product_external_id_c": {"type": "integer", "index": 135, "name": "product_external_id_c", "comment": null}, "blng_billing_rule_c": {"type": "text", "index": 136, "name": "blng_billing_rule_c", "comment": null}, "blng_revenue_recognition_rule_c": {"type": "text", "index": 137, "name": "blng_revenue_recognition_rule_c", "comment": null}, "blng_tax_rule_c": {"type": "text", "index": 138, "name": "blng_tax_rule_c", "comment": null}, "deployment_date_c": {"type": "integer", "index": 139, "name": "deployment_date_c", "comment": null}, "do_not_prorate_c": {"type": "boolean", "index": 140, "name": "do_not_prorate_c", "comment": null}, "celigo_sfnsio_netsuite_id_c": {"type": "integer", "index": 141, "name": "celigo_sfnsio_netsuite_id_c", "comment": null}, "sbqq_enable_large_configuration_c": {"type": "boolean", "index": 142, "name": "sbqq_enable_large_configuration_c", "comment": null}, "sbqq_pricing_guidance_c": {"type": "integer", "index": 143, "name": "sbqq_pricing_guidance_c", "comment": null}, "celigo_sfnsio_item_pricing_type_c": {"type": "integer", "index": 144, "name": "celigo_sfnsio_item_pricing_type_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "boolean", "index": 145, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "celigo_sfnsio_celigo_last_modified_date_c": {"type": "timestamp without time zone", "index": 146, "name": "celigo_sfnsio_celigo_last_modified_date_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "integer", "index": 147, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "boolean", "index": 148, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_net_suite_item_type_c": {"type": "integer", "index": 149, "name": "celigo_sfnsio_net_suite_item_type_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "integer", "index": 150, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "promo_code_c": {"type": "integer", "index": 151, "name": "promo_code_c", "comment": null}, "product_category_c": {"type": "integer", "index": 152, "name": "product_category_c", "comment": null}, "product_source_c": {"type": "integer", "index": 153, "name": "product_source_c", "comment": null}, "non_recurring_c": {"type": "boolean", "index": 154, "name": "non_recurring_c", "comment": null}, "is_archived": {"type": "boolean", "index": 155, "name": "is_archived", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 156, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_product_2_data"}, "seed.salesforce_integration_tests.sf_task_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_task_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"referral_account_c": {"type": "integer", "index": 1, "name": "referral_account_c", "comment": null}, "who_id": {"type": "text", "index": 2, "name": "who_id", "comment": null}, "call_disposition": {"type": "integer", "index": 3, "name": "call_disposition", "comment": null}, "recurrence_day_of_month": {"type": "integer", "index": 4, "name": "recurrence_day_of_month", "comment": null}, "owner_id": {"type": "text", "index": 5, "name": "owner_id", "comment": null}, "recurrence_end_date_only": {"type": "timestamp without time zone", "index": 6, "name": "recurrence_end_date_only", "comment": null}, "subject": {"type": "text", "index": 7, "name": "subject", "comment": null}, "description": {"type": "text", "index": 8, "name": "description", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 9, "name": "last_modified_date", "comment": null}, "recurrence_time_zone_sid_key": {"type": "integer", "index": 10, "name": "recurrence_time_zone_sid_key", "comment": null}, "is_recurrence": {"type": "boolean", "index": 11, "name": "is_recurrence", "comment": null}, "what_count": {"type": "integer", "index": 12, "name": "what_count", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 13, "name": "_fivetran_synced", "comment": null}, "call_object": {"type": "integer", "index": 14, "name": "call_object", "comment": null}, "is_deleted": {"type": "boolean", "index": 15, "name": "is_deleted", "comment": null}, "recurrence_day_of_week_mask": {"type": "integer", "index": 16, "name": "recurrence_day_of_week_mask", "comment": null}, "last_modified_by_id": {"type": "text", "index": 17, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 18, "name": "system_modstamp", "comment": null}, "recurrence_regenerated_type": {"type": "integer", "index": 19, "name": "recurrence_regenerated_type", "comment": null}, "id": {"type": "text", "index": 20, "name": "id", "comment": null}, "recurrence_type": {"type": "integer", "index": 21, "name": "recurrence_type", "comment": null}, "reminder_date_time": {"type": "timestamp without time zone", "index": 22, "name": "reminder_date_time", "comment": null}, "call_type": {"type": "integer", "index": 23, "name": "call_type", "comment": null}, "is_high_priority": {"type": "boolean", "index": 24, "name": "is_high_priority", "comment": null}, "is_closed": {"type": "boolean", "index": 25, "name": "is_closed", "comment": null}, "recurrence_month_of_year": {"type": "integer", "index": 26, "name": "recurrence_month_of_year", "comment": null}, "is_reminder_set": {"type": "boolean", "index": 27, "name": "is_reminder_set", "comment": null}, "activity_date": {"type": "timestamp without time zone", "index": 28, "name": "activity_date", "comment": null}, "recurrence_instance": {"type": "integer", "index": 29, "name": "recurrence_instance", "comment": null}, "priority": {"type": "text", "index": 30, "name": "priority", "comment": null}, "recurrence_interval": {"type": "integer", "index": 31, "name": "recurrence_interval", "comment": null}, "who_count": {"type": "integer", "index": 32, "name": "who_count", "comment": null}, "recurrence_start_date_only": {"type": "timestamp without time zone", "index": 33, "name": "recurrence_start_date_only", "comment": null}, "account_id": {"type": "text", "index": 34, "name": "account_id", "comment": null}, "referral_contact_c": {"type": "integer", "index": 35, "name": "referral_contact_c", "comment": null}, "call_duration_in_seconds": {"type": "integer", "index": 36, "name": "call_duration_in_seconds", "comment": null}, "created_by_id": {"type": "text", "index": 37, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 38, "name": "created_date", "comment": null}, "recurrence_activity_id": {"type": "integer", "index": 39, "name": "recurrence_activity_id", "comment": null}, "what_id": {"type": "text", "index": 40, "name": "what_id", "comment": null}, "task_subtype": {"type": "text", "index": 41, "name": "task_subtype", "comment": null}, "status": {"type": "text", "index": 42, "name": "status", "comment": null}, "invitee_uuid_c": {"type": "integer", "index": 43, "name": "invitee_uuid_c", "comment": null}, "type": {"type": "text", "index": 44, "name": "type", "comment": null}, "no_show_c": {"type": "boolean", "index": 45, "name": "no_show_c", "comment": null}, "first_meeting_held_c": {"type": "integer", "index": 46, "name": "first_meeting_held_c", "comment": null}, "associated_sdr_c": {"type": "integer", "index": 47, "name": "associated_sdr_c", "comment": null}, "first_meeting_c": {"type": "integer", "index": 48, "name": "first_meeting_c", "comment": null}, "call_recording_c": {"type": "integer", "index": 49, "name": "call_recording_c", "comment": null}, "affectlayer_chorus_call_id_c": {"type": "integer", "index": 50, "name": "affectlayer_chorus_call_id_c", "comment": null}, "affectlayer_affect_layer_call_id_c": {"type": "integer", "index": 51, "name": "affectlayer_affect_layer_call_id_c", "comment": null}, "last_rep_activity_date_c": {"type": "integer", "index": 52, "name": "last_rep_activity_date_c", "comment": null}, "lid_url_c": {"type": "integer", "index": 53, "name": "lid_url_c", "comment": null}, "lid_date_sent_c": {"type": "integer", "index": 54, "name": "lid_date_sent_c", "comment": null}, "record_type_id": {"type": "text", "index": 55, "name": "record_type_id", "comment": null}, "sales_loft_step_id_c": {"type": "integer", "index": 56, "name": "sales_loft_step_id_c", "comment": null}, "sales_loft_step_name_c": {"type": "integer", "index": 57, "name": "sales_loft_step_name_c", "comment": null}, "sales_loft_step_type_c": {"type": "integer", "index": 58, "name": "sales_loft_step_type_c", "comment": null}, "sales_loft_email_template_id_c": {"type": "integer", "index": 59, "name": "sales_loft_email_template_id_c", "comment": null}, "sales_loft_external_identifier_c": {"type": "integer", "index": 60, "name": "sales_loft_external_identifier_c", "comment": null}, "sales_loft_cadence_id_c": {"type": "integer", "index": 61, "name": "sales_loft_cadence_id_c", "comment": null}, "sales_loft_clicked_count_c": {"type": "integer", "index": 62, "name": "sales_loft_clicked_count_c", "comment": null}, "sales_loft_cadence_name_c": {"type": "integer", "index": 63, "name": "sales_loft_cadence_name_c", "comment": null}, "sales_loft_reply_count_c": {"type": "integer", "index": 64, "name": "sales_loft_reply_count_c", "comment": null}, "call_disposition_c": {"type": "integer", "index": 65, "name": "call_disposition_c", "comment": null}, "sales_loft_email_template_title_c": {"type": "integer", "index": 66, "name": "sales_loft_email_template_title_c", "comment": null}, "sales_loft_step_day_new_c": {"type": "integer", "index": 67, "name": "sales_loft_step_day_new_c", "comment": null}, "call_disposition_2_c": {"type": "integer", "index": 68, "name": "call_disposition_2_c", "comment": null}, "sales_loft_viewed_count_c": {"type": "integer", "index": 69, "name": "sales_loft_viewed_count_c", "comment": null}, "sales_loft_1_sales_loft_step_day_c": {"type": "integer", "index": 70, "name": "sales_loft_1_sales_loft_step_day_c", "comment": null}, "sales_loft_1_sales_loft_clicked_count_c": {"type": "integer", "index": 71, "name": "sales_loft_1_sales_loft_clicked_count_c", "comment": null}, "sales_loft_1_sales_loft_view_count_c": {"type": "integer", "index": 72, "name": "sales_loft_1_sales_loft_view_count_c", "comment": null}, "sales_loft_1_call_disposition_c": {"type": "integer", "index": 73, "name": "sales_loft_1_call_disposition_c", "comment": null}, "sales_loft_1_sales_loft_replies_count_c": {"type": "integer", "index": 74, "name": "sales_loft_1_sales_loft_replies_count_c", "comment": null}, "sales_loft_1_sales_loft_cadence_name_c": {"type": "integer", "index": 75, "name": "sales_loft_1_sales_loft_cadence_name_c", "comment": null}, "sales_loft_1_call_sentiment_c": {"type": "integer", "index": 76, "name": "sales_loft_1_call_sentiment_c", "comment": null}, "sales_loft_1_sales_loft_email_template_title_c": {"type": "integer", "index": 77, "name": "sales_loft_1_sales_loft_email_template_title_c", "comment": null}, "completed_date_time": {"type": "timestamp without time zone", "index": 78, "name": "completed_date_time", "comment": null}, "is_a_co_sell_activity_c": {"type": "integer", "index": 79, "name": "is_a_co_sell_activity_c", "comment": null}, "partner_contact_c": {"type": "integer", "index": 80, "name": "partner_contact_c", "comment": null}, "co_selling_activity_c": {"type": "integer", "index": 81, "name": "co_selling_activity_c", "comment": null}, "description_c": {"type": "integer", "index": 82, "name": "description_c", "comment": null}, "co_sell_partner_account_c": {"type": "integer", "index": 83, "name": "co_sell_partner_account_c", "comment": null}, "campaign_c": {"type": "integer", "index": 84, "name": "campaign_c", "comment": null}, "partner_account_c": {"type": "integer", "index": 85, "name": "partner_account_c", "comment": null}, "topic_c": {"type": "integer", "index": 86, "name": "topic_c", "comment": null}, "event_name_c": {"type": "integer", "index": 87, "name": "event_name_c", "comment": null}, "attendance_number_c": {"type": "integer", "index": 88, "name": "attendance_number_c", "comment": null}, "partner_activity_type_c": {"type": "integer", "index": 89, "name": "partner_activity_type_c", "comment": null}, "proof_of_referral_c": {"type": "integer", "index": 90, "name": "proof_of_referral_c", "comment": null}, "how_did_you_bring_value_or_create_trust_c": {"type": "integer", "index": 91, "name": "how_did_you_bring_value_or_create_trust_c", "comment": null}, "how_did_you_bring_value_or_earn_trust_c": {"type": "integer", "index": 92, "name": "how_did_you_bring_value_or_earn_trust_c", "comment": null}, "duration_in_minutes_c": {"type": "integer", "index": 93, "name": "duration_in_minutes_c", "comment": null}, "vidyard_c": {"type": "boolean", "index": 94, "name": "vidyard_c", "comment": null}, "expected_payment_date_c": {"type": "integer", "index": 95, "name": "expected_payment_date_c", "comment": null}, "execute_collections_plan_activity_c": {"type": "boolean", "index": 96, "name": "execute_collections_plan_activity_c", "comment": null}, "collections_hold_c": {"type": "boolean", "index": 97, "name": "collections_hold_c", "comment": null}, "opportunity_c": {"type": "integer", "index": 98, "name": "opportunity_c", "comment": null}, "meeting_type_c": {"type": "text", "index": 99, "name": "meeting_type_c", "comment": null}, "meeting_name_c": {"type": "text", "index": 100, "name": "meeting_name_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "integer", "index": 101, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_bizible_touchpoint_date_c": {"type": "integer", "index": 102, "name": "bizible_2_bizible_touchpoint_date_c", "comment": null}, "assigned_to_role_c": {"type": "text", "index": 103, "name": "assigned_to_role_c", "comment": null}, "assigned_to_name_c": {"type": "text", "index": 104, "name": "assigned_to_name_c", "comment": null}, "legacy_hvr_id_c": {"type": "integer", "index": 105, "name": "legacy_hvr_id_c", "comment": null}, "is_archived": {"type": "boolean", "index": 106, "name": "is_archived", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 107, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_task_data"}, "seed.salesforce_integration_tests.sf_user_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_user_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "about_me": {"type": "integer", "index": 3, "name": "about_me", "comment": null}, "account_id": {"type": "integer", "index": 4, "name": "account_id", "comment": null}, "alias": {"type": "text", "index": 5, "name": "alias", "comment": null}, "badge_text": {"type": "text", "index": 6, "name": "badge_text", "comment": null}, "banner_photo_url": {"type": "text", "index": 7, "name": "banner_photo_url", "comment": null}, "call_center_id": {"type": "integer", "index": 8, "name": "call_center_id", "comment": null}, "city": {"type": "integer", "index": 9, "name": "city", "comment": null}, "community_nickname": {"type": "text", "index": 10, "name": "community_nickname", "comment": null}, "company_name": {"type": "integer", "index": 11, "name": "company_name", "comment": null}, "contact_id": {"type": "integer", "index": 12, "name": "contact_id", "comment": null}, "country": {"type": "text", "index": 13, "name": "country", "comment": null}, "country_code": {"type": "text", "index": 14, "name": "country_code", "comment": null}, "default_group_notification_frequency": {"type": "text", "index": 15, "name": "default_group_notification_frequency", "comment": null}, "delegated_approver_id": {"type": "text", "index": 16, "name": "delegated_approver_id", "comment": null}, "department": {"type": "integer", "index": 17, "name": "department", "comment": null}, "digest_frequency": {"type": "text", "index": 18, "name": "digest_frequency", "comment": null}, "division": {"type": "integer", "index": 19, "name": "division", "comment": null}, "email": {"type": "text", "index": 20, "name": "email", "comment": null}, "email_encoding_key": {"type": "text", "index": 21, "name": "email_encoding_key", "comment": null}, "email_preferences_auto_bcc": {"type": "boolean", "index": 22, "name": "email_preferences_auto_bcc", "comment": null}, "employee_number": {"type": "integer", "index": 23, "name": "employee_number", "comment": null}, "extension": {"type": "integer", "index": 24, "name": "extension", "comment": null}, "fax": {"type": "integer", "index": 25, "name": "fax", "comment": null}, "federation_identifier": {"type": "integer", "index": 26, "name": "federation_identifier", "comment": null}, "first_name": {"type": "text", "index": 27, "name": "first_name", "comment": null}, "forecast_enabled": {"type": "boolean", "index": 28, "name": "forecast_enabled", "comment": null}, "full_photo_url": {"type": "text", "index": 29, "name": "full_photo_url", "comment": null}, "geocode_accuracy": {"type": "integer", "index": 30, "name": "geocode_accuracy", "comment": null}, "id": {"type": "text", "index": 31, "name": "id", "comment": null}, "individual_id": {"type": "integer", "index": 32, "name": "individual_id", "comment": null}, "is_active": {"type": "boolean", "index": 33, "name": "is_active", "comment": null}, "is_profile_photo_active": {"type": "boolean", "index": 34, "name": "is_profile_photo_active", "comment": null}, "language_locale_key": {"type": "text", "index": 35, "name": "language_locale_key", "comment": null}, "last_login_date": {"type": "timestamp without time zone", "index": 36, "name": "last_login_date", "comment": null}, "last_name": {"type": "text", "index": 37, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 38, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 39, "name": "last_viewed_date", "comment": null}, "latitude": {"type": "double precision", "index": 40, "name": "latitude", "comment": null}, "locale_sid_key": {"type": "text", "index": 41, "name": "locale_sid_key", "comment": null}, "longitude": {"type": "double precision", "index": 42, "name": "longitude", "comment": null}, "manager_id": {"type": "text", "index": 43, "name": "manager_id", "comment": null}, "medium_banner_photo_url": {"type": "text", "index": 44, "name": "medium_banner_photo_url", "comment": null}, "mobile_phone": {"type": "integer", "index": 45, "name": "mobile_phone", "comment": null}, "name": {"type": "text", "index": 46, "name": "name", "comment": null}, "offline_trial_expiration_date": {"type": "timestamp without time zone", "index": 47, "name": "offline_trial_expiration_date", "comment": null}, "phone": {"type": "text", "index": 48, "name": "phone", "comment": null}, "postal_code": {"type": "integer", "index": 49, "name": "postal_code", "comment": null}, "profile_id": {"type": "text", "index": 50, "name": "profile_id", "comment": null}, "receives_admin_info_emails": {"type": "boolean", "index": 51, "name": "receives_admin_info_emails", "comment": null}, "receives_info_emails": {"type": "boolean", "index": 52, "name": "receives_info_emails", "comment": null}, "sender_email": {"type": "integer", "index": 53, "name": "sender_email", "comment": null}, "sender_name": {"type": "integer", "index": 54, "name": "sender_name", "comment": null}, "signature": {"type": "integer", "index": 55, "name": "signature", "comment": null}, "small_banner_photo_url": {"type": "text", "index": 56, "name": "small_banner_photo_url", "comment": null}, "small_photo_url": {"type": "text", "index": 57, "name": "small_photo_url", "comment": null}, "state": {"type": "integer", "index": 58, "name": "state", "comment": null}, "state_code": {"type": "integer", "index": 59, "name": "state_code", "comment": null}, "street": {"type": "integer", "index": 60, "name": "street", "comment": null}, "time_zone_sid_key": {"type": "text", "index": 61, "name": "time_zone_sid_key", "comment": null}, "title": {"type": "text", "index": 62, "name": "title", "comment": null}, "user_role_id": {"type": "text", "index": 63, "name": "user_role_id", "comment": null}, "user_type": {"type": "text", "index": 64, "name": "user_type", "comment": null}, "username": {"type": "text", "index": 65, "name": "username", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 66, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_user_data"}, "seed.salesforce_integration_tests.sf_user_role_data": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_user_role_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "case_access_for_account_owner": {"type": "text", "index": 3, "name": "case_access_for_account_owner", "comment": null}, "contact_access_for_account_owner": {"type": "text", "index": 4, "name": "contact_access_for_account_owner", "comment": null}, "developer_name": {"type": "text", "index": 5, "name": "developer_name", "comment": null}, "forecast_user_id": {"type": "integer", "index": 6, "name": "forecast_user_id", "comment": null}, "id": {"type": "text", "index": 7, "name": "id", "comment": null}, "may_forecast_manager_share": {"type": "boolean", "index": 8, "name": "may_forecast_manager_share", "comment": null}, "name": {"type": "text", "index": 9, "name": "name", "comment": null}, "opportunity_access_for_account_owner": {"type": "text", "index": 10, "name": "opportunity_access_for_account_owner", "comment": null}, "parent_role_id": {"type": "text", "index": 11, "name": "parent_role_id", "comment": null}, "portal_type": {"type": "text", "index": 12, "name": "portal_type", "comment": null}, "rollup_description": {"type": "text", "index": 13, "name": "rollup_description", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 14, "name": "_fivetran_active", "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.salesforce_integration_tests.sf_user_role_data"}, "model.salesforce_source.stg_salesforce__account": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__account", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_number": {"type": "text", "index": 2, "name": "account_number", "comment": null}, "account_source": {"type": "text", "index": 3, "name": "account_source", "comment": null}, "annual_revenue": {"type": "numeric(28,6)", "index": 4, "name": "annual_revenue", "comment": null}, "billing_city": {"type": "text", "index": 5, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 6, "name": "billing_country", "comment": null}, "billing_postal_code": {"type": "text", "index": 7, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "text", "index": 8, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "text", "index": 9, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "text", "index": 10, "name": "billing_street", "comment": null}, "account_description": {"type": "text", "index": 11, "name": "account_description", "comment": null}, "account_id": {"type": "text", "index": 12, "name": "account_id", "comment": null}, "industry": {"type": "text", "index": 13, "name": "industry", "comment": null}, "is_deleted": {"type": "boolean", "index": 14, "name": "is_deleted", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 15, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 16, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 17, "name": "last_viewed_date", "comment": null}, "master_record_id": {"type": "text", "index": 18, "name": "master_record_id", "comment": null}, "account_name": {"type": "text", "index": 19, "name": "account_name", "comment": null}, "number_of_employees": {"type": "integer", "index": 20, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "text", "index": 21, "name": "owner_id", "comment": null}, "ownership": {"type": "text", "index": 22, "name": "ownership", "comment": null}, "parent_id": {"type": "text", "index": 23, "name": "parent_id", "comment": null}, "rating": {"type": "text", "index": 24, "name": "rating", "comment": null}, "record_type_id": {"type": "text", "index": 25, "name": "record_type_id", "comment": null}, "shipping_city": {"type": "text", "index": 26, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "text", "index": 27, "name": "shipping_country", "comment": null}, "shipping_country_code": {"type": "text", "index": 28, "name": "shipping_country_code", "comment": null}, "shipping_postal_code": {"type": "text", "index": 29, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "text", "index": 30, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "text", "index": 31, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "text", "index": 32, "name": "shipping_street", "comment": null}, "type": {"type": "text", "index": 33, "name": "type", "comment": null}, "website": {"type": "text", "index": 34, "name": "website", "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.salesforce_source.stg_salesforce__account"}, "model.salesforce_source.stg_salesforce__account_history": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__account_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"account_id": {"type": "text", "index": 1, "name": "account_id", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_end", "comment": null}, "_fivetran_date": {"type": "date", "index": 4, "name": "_fivetran_date", "comment": null}, "history_unique_key": {"type": "text", "index": 5, "name": "history_unique_key", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 6, "name": "_fivetran_active", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "account_number": {"type": "integer", "index": 8, "name": "account_number", "comment": null}, "account_source": {"type": "text", "index": 9, "name": "account_source", "comment": null}, "annual_revenue": {"type": "double precision", "index": 10, "name": "annual_revenue", "comment": null}, "billing_city": {"type": "text", "index": 11, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 12, "name": "billing_country", "comment": null}, "billing_postal_code": {"type": "text", "index": 13, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "text", "index": 14, "name": "billing_state", "comment": null}, "billing_street": {"type": "text", "index": 15, "name": "billing_street", "comment": null}, "description": {"type": "text", "index": 16, "name": "description", "comment": null}, "industry": {"type": "text", "index": 17, "name": "industry", "comment": null}, "is_deleted": {"type": "boolean", "index": 18, "name": "is_deleted", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 19, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 20, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 21, "name": "last_viewed_date", "comment": null}, "master_record_id": {"type": "text", "index": 22, "name": "master_record_id", "comment": null}, "name": {"type": "text", "index": 23, "name": "name", "comment": null}, "number_of_employees": {"type": "integer", "index": 24, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "text", "index": 25, "name": "owner_id", "comment": null}, "ownership": {"type": "integer", "index": 26, "name": "ownership", "comment": null}, "parent_id": {"type": "integer", "index": 27, "name": "parent_id", "comment": null}, "rating": {"type": "integer", "index": 28, "name": "rating", "comment": null}, "record_type_id": {"type": "text", "index": 29, "name": "record_type_id", "comment": null}, "shipping_city": {"type": "integer", "index": 30, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "text", "index": 31, "name": "shipping_country", "comment": null}, "shipping_postal_code": {"type": "integer", "index": 32, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "integer", "index": 33, "name": "shipping_state", "comment": null}, "shipping_street": {"type": "integer", "index": 34, "name": "shipping_street", "comment": null}, "type": {"type": "text", "index": 35, "name": "type", "comment": null}, "website": {"type": "text", "index": 36, "name": "website", "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.salesforce_source.stg_salesforce__account_history"}, "model.salesforce_source.stg_salesforce__contact": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__contact", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "contact_id": {"type": "text", "index": 2, "name": "contact_id", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "department": {"type": "text", "index": 4, "name": "department", "comment": null}, "contact_description": {"type": "text", "index": 5, "name": "contact_description", "comment": null}, "email": {"type": "text", "index": 6, "name": "email", "comment": null}, "first_name": {"type": "text", "index": 7, "name": "first_name", "comment": null}, "home_phone": {"type": "text", "index": 8, "name": "home_phone", "comment": null}, "individual_id": {"type": "text", "index": 9, "name": "individual_id", "comment": null}, "is_deleted": {"type": "boolean", "index": 10, "name": "is_deleted", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 11, "name": "last_activity_date", "comment": null}, "last_modified_by_id": {"type": "text", "index": 12, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 13, "name": "last_modified_date", "comment": null}, "last_name": {"type": "text", "index": 14, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 15, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 16, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "text", "index": 17, "name": "lead_source", "comment": null}, "mailing_city": {"type": "text", "index": 18, "name": "mailing_city", "comment": null}, "mailing_country": {"type": "text", "index": 19, "name": "mailing_country", "comment": null}, "mailing_country_code": {"type": "text", "index": 20, "name": "mailing_country_code", "comment": null}, "mailing_postal_code": {"type": "text", "index": 21, "name": "mailing_postal_code", "comment": null}, "mailing_state": {"type": "text", "index": 22, "name": "mailing_state", "comment": null}, "mailing_state_code": {"type": "text", "index": 23, "name": "mailing_state_code", "comment": null}, "mailing_street": {"type": "text", "index": 24, "name": "mailing_street", "comment": null}, "master_record_id": {"type": "text", "index": 25, "name": "master_record_id", "comment": null}, "mobile_phone": {"type": "text", "index": 26, "name": "mobile_phone", "comment": null}, "contact_name": {"type": "text", "index": 27, "name": "contact_name", "comment": null}, "owner_id": {"type": "text", "index": 28, "name": "owner_id", "comment": null}, "phone": {"type": "text", "index": 29, "name": "phone", "comment": null}, "reports_to_id": {"type": "text", "index": 30, "name": "reports_to_id", "comment": null}, "title": {"type": "text", "index": 31, "name": "title", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_source.stg_salesforce__contact"}, "model.salesforce_source.stg_salesforce__contact_history": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__contact_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"contact_id": {"type": "text", "index": 1, "name": "contact_id", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_end", "comment": null}, "_fivetran_date": {"type": "date", "index": 4, "name": "_fivetran_date", "comment": null}, "history_unique_key": {"type": "text", "index": 5, "name": "history_unique_key", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 6, "name": "_fivetran_active", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 8, "name": "account_id", "comment": null}, "email": {"type": "text", "index": 9, "name": "email", "comment": null}, "first_name": {"type": "text", "index": 10, "name": "first_name", "comment": null}, "is_deleted": {"type": "boolean", "index": 11, "name": "is_deleted", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 12, "name": "last_activity_date", "comment": null}, "last_modified_by_id": {"type": "text", "index": 13, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 14, "name": "last_modified_date", "comment": null}, "last_name": {"type": "text", "index": 15, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "integer", "index": 16, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 17, "name": "last_viewed_date", "comment": null}, "mailing_city": {"type": "text", "index": 18, "name": "mailing_city", "comment": null}, "mailing_country": {"type": "text", "index": 19, "name": "mailing_country", "comment": null}, "mailing_country_code": {"type": "text", "index": 20, "name": "mailing_country_code", "comment": null}, "mailing_postal_code": {"type": "integer", "index": 21, "name": "mailing_postal_code", "comment": null}, "mailing_state": {"type": "text", "index": 22, "name": "mailing_state", "comment": null}, "mailing_street": {"type": "text", "index": 23, "name": "mailing_street", "comment": null}, "master_record_id": {"type": "integer", "index": 24, "name": "master_record_id", "comment": null}, "mobile_phone": {"type": "integer", "index": 25, "name": "mobile_phone", "comment": null}, "name": {"type": "text", "index": 26, "name": "name", "comment": null}, "owner_id": {"type": "text", "index": 27, "name": "owner_id", "comment": null}, "phone": {"type": "text", "index": 28, "name": "phone", "comment": null}, "reports_to_id": {"type": "integer", "index": 29, "name": "reports_to_id", "comment": null}, "title": {"type": "text", "index": 30, "name": "title", "comment": null}, "lead_source": {"type": "text", "index": 31, "name": "lead_source", "comment": null}, "description": {"type": "text", "index": 32, "name": "description", "comment": null}, "individual_id": {"type": "integer", "index": 33, "name": "individual_id", "comment": null}, "home_phone": {"type": "integer", "index": 34, "name": "home_phone", "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.salesforce_source.stg_salesforce__contact_history"}, "model.salesforce_source.stg_salesforce__event": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__event", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "event_id": {"type": "text", "index": 2, "name": "event_id", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "activity_date": {"type": "timestamp without time zone", "index": 4, "name": "activity_date", "comment": null}, "activity_date_time": {"type": "timestamp without time zone", "index": 5, "name": "activity_date_time", "comment": null}, "created_by_id": {"type": "text", "index": 6, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 7, "name": "created_date", "comment": null}, "event_description": {"type": "text", "index": 8, "name": "event_description", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 9, "name": "end_date", "comment": null}, "end_date_time": {"type": "timestamp without time zone", "index": 10, "name": "end_date_time", "comment": null}, "event_subtype": {"type": "text", "index": 11, "name": "event_subtype", "comment": null}, "group_event_type": {"type": "text", "index": 12, "name": "group_event_type", "comment": null}, "is_archived": {"type": "boolean", "index": 13, "name": "is_archived", "comment": null}, "is_child": {"type": "boolean", "index": 14, "name": "is_child", "comment": null}, "is_deleted": {"type": "boolean", "index": 15, "name": "is_deleted", "comment": null}, "is_group_event": {"type": "boolean", "index": 16, "name": "is_group_event", "comment": null}, "is_recurrence": {"type": "boolean", "index": 17, "name": "is_recurrence", "comment": null}, "last_modified_by_id": {"type": "text", "index": 18, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 19, "name": "last_modified_date", "comment": null}, "location": {"type": "text", "index": 20, "name": "location", "comment": null}, "owner_id": {"type": "text", "index": 21, "name": "owner_id", "comment": null}, "start_date_time": {"type": "timestamp without time zone", "index": 22, "name": "start_date_time", "comment": null}, "subject": {"type": "text", "index": 23, "name": "subject", "comment": null}, "type": {"type": "text", "index": 24, "name": "type", "comment": null}, "what_count": {"type": "integer", "index": 25, "name": "what_count", "comment": null}, "what_id": {"type": "text", "index": 26, "name": "what_id", "comment": null}, "who_count": {"type": "integer", "index": 27, "name": "who_count", "comment": null}, "who_id": {"type": "text", "index": 28, "name": "who_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.salesforce_source.stg_salesforce__event"}, "model.salesforce_source.stg_salesforce__lead": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__lead", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "lead_id": {"type": "text", "index": 2, "name": "lead_id", "comment": null}, "annual_revenue": {"type": "numeric(28,6)", "index": 3, "name": "annual_revenue", "comment": null}, "city": {"type": "text", "index": 4, "name": "city", "comment": null}, "company": {"type": "text", "index": 5, "name": "company", "comment": null}, "converted_account_id": {"type": "text", "index": 6, "name": "converted_account_id", "comment": null}, "converted_contact_id": {"type": "text", "index": 7, "name": "converted_contact_id", "comment": null}, "converted_date": {"type": "timestamp without time zone", "index": 8, "name": "converted_date", "comment": null}, "converted_opportunity_id": {"type": "text", "index": 9, "name": "converted_opportunity_id", "comment": null}, "country": {"type": "text", "index": 10, "name": "country", "comment": null}, "country_code": {"type": "text", "index": 11, "name": "country_code", "comment": null}, "created_by_id": {"type": "text", "index": 12, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 13, "name": "created_date", "comment": null}, "lead_description": {"type": "text", "index": 14, "name": "lead_description", "comment": null}, "email": {"type": "text", "index": 15, "name": "email", "comment": null}, "email_bounced_date": {"type": "timestamp without time zone", "index": 16, "name": "email_bounced_date", "comment": null}, "email_bounced_reason": {"type": "text", "index": 17, "name": "email_bounced_reason", "comment": null}, "first_name": {"type": "text", "index": 18, "name": "first_name", "comment": null}, "has_opted_out_of_email": {"type": "boolean", "index": 19, "name": "has_opted_out_of_email", "comment": null}, "individual_id": {"type": "text", "index": 20, "name": "individual_id", "comment": null}, "industry": {"type": "text", "index": 21, "name": "industry", "comment": null}, "is_converted": {"type": "boolean", "index": 22, "name": "is_converted", "comment": null}, "is_deleted": {"type": "boolean", "index": 23, "name": "is_deleted", "comment": null}, "is_unread_by_owner": {"type": "boolean", "index": 24, "name": "is_unread_by_owner", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 25, "name": "last_activity_date", "comment": null}, "last_modified_by_id": {"type": "text", "index": 26, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 27, "name": "last_modified_date", "comment": null}, "last_name": {"type": "text", "index": 28, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 29, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 30, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "text", "index": 31, "name": "lead_source", "comment": null}, "master_record_id": {"type": "text", "index": 32, "name": "master_record_id", "comment": null}, "mobile_phone": {"type": "text", "index": 33, "name": "mobile_phone", "comment": null}, "lead_name": {"type": "text", "index": 34, "name": "lead_name", "comment": null}, "number_of_employees": {"type": "integer", "index": 35, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "text", "index": 36, "name": "owner_id", "comment": null}, "phone": {"type": "text", "index": 37, "name": "phone", "comment": null}, "postal_code": {"type": "text", "index": 38, "name": "postal_code", "comment": null}, "state": {"type": "text", "index": 39, "name": "state", "comment": null}, "state_code": {"type": "text", "index": 40, "name": "state_code", "comment": null}, "status": {"type": "text", "index": 41, "name": "status", "comment": null}, "street": {"type": "text", "index": 42, "name": "street", "comment": null}, "title": {"type": "text", "index": 43, "name": "title", "comment": null}, "website": {"type": "text", "index": 44, "name": "website", "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.salesforce_source.stg_salesforce__lead"}, "model.salesforce_source.stg_salesforce__opportunity": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__opportunity", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 2, "name": "account_id", "comment": null}, "amount": {"type": "numeric(28,6)", "index": 3, "name": "amount", "comment": null}, "campaign_id": {"type": "text", "index": 4, "name": "campaign_id", "comment": null}, "close_date": {"type": "timestamp without time zone", "index": 5, "name": "close_date", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 6, "name": "created_date", "comment": null}, "opportunity_description": {"type": "text", "index": 7, "name": "opportunity_description", "comment": null}, "expected_revenue": {"type": "numeric(28,6)", "index": 8, "name": "expected_revenue", "comment": null}, "fiscal": {"type": "text", "index": 9, "name": "fiscal", "comment": null}, "fiscal_quarter": {"type": "integer", "index": 10, "name": "fiscal_quarter", "comment": null}, "fiscal_year": {"type": "integer", "index": 11, "name": "fiscal_year", "comment": null}, "forecast_category": {"type": "text", "index": 12, "name": "forecast_category", "comment": null}, "forecast_category_name": {"type": "text", "index": 13, "name": "forecast_category_name", "comment": null}, "has_open_activity": {"type": "boolean", "index": 14, "name": "has_open_activity", "comment": null}, "has_opportunity_line_item": {"type": "boolean", "index": 15, "name": "has_opportunity_line_item", "comment": null}, "has_overdue_task": {"type": "boolean", "index": 16, "name": "has_overdue_task", "comment": null}, "opportunity_id": {"type": "text", "index": 17, "name": "opportunity_id", "comment": null}, "is_closed": {"type": "boolean", "index": 18, "name": "is_closed", "comment": null}, "is_deleted": {"type": "boolean", "index": 19, "name": "is_deleted", "comment": null}, "is_won": {"type": "boolean", "index": 20, "name": "is_won", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 21, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 23, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "text", "index": 24, "name": "lead_source", "comment": null}, "opportunity_name": {"type": "text", "index": 25, "name": "opportunity_name", "comment": null}, "next_step": {"type": "text", "index": 26, "name": "next_step", "comment": null}, "owner_id": {"type": "text", "index": 27, "name": "owner_id", "comment": null}, "probability": {"type": "double precision", "index": 28, "name": "probability", "comment": null}, "record_type_id": {"type": "text", "index": 29, "name": "record_type_id", "comment": null}, "stage_name": {"type": "text", "index": 30, "name": "stage_name", "comment": null}, "synced_quote_id": {"type": "text", "index": 31, "name": "synced_quote_id", "comment": null}, "type": {"type": "text", "index": 32, "name": "type", "comment": null}, "is_created_this_month": {"type": "boolean", "index": 33, "name": "is_created_this_month", "comment": null}, "is_created_this_quarter": {"type": "boolean", "index": 34, "name": "is_created_this_quarter", "comment": null}, "days_since_created": {"type": "integer", "index": 35, "name": "days_since_created", "comment": null}, "days_to_close": {"type": "integer", "index": 36, "name": "days_to_close", "comment": null}, "is_closed_this_month": {"type": "boolean", "index": 37, "name": "is_closed_this_month", "comment": null}, "is_closed_this_quarter": {"type": "boolean", "index": 38, "name": "is_closed_this_quarter", "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.salesforce_source.stg_salesforce__opportunity"}, "model.salesforce_source.stg_salesforce__opportunity_history": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__opportunity_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"opportunity_id": {"type": "text", "index": 1, "name": "opportunity_id", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_end", "comment": null}, "_fivetran_date": {"type": "date", "index": 4, "name": "_fivetran_date", "comment": null}, "history_unique_key": {"type": "text", "index": 5, "name": "history_unique_key", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 6, "name": "_fivetran_active", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 8, "name": "account_id", "comment": null}, "amount": {"type": "double precision", "index": 9, "name": "amount", "comment": null}, "campaign_id": {"type": "integer", "index": 10, "name": "campaign_id", "comment": null}, "close_date": {"type": "timestamp without time zone", "index": 11, "name": "close_date", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 12, "name": "created_date", "comment": null}, "description": {"type": "integer", "index": 13, "name": "description", "comment": null}, "expected_revenue": {"type": "double precision", "index": 14, "name": "expected_revenue", "comment": null}, "fiscal": {"type": "text", "index": 15, "name": "fiscal", "comment": null}, "fiscal_quarter": {"type": "integer", "index": 16, "name": "fiscal_quarter", "comment": null}, "fiscal_year": {"type": "integer", "index": 17, "name": "fiscal_year", "comment": null}, "forecast_category": {"type": "text", "index": 18, "name": "forecast_category", "comment": null}, "forecast_category_name": {"type": "text", "index": 19, "name": "forecast_category_name", "comment": null}, "has_open_activity": {"type": "boolean", "index": 20, "name": "has_open_activity", "comment": null}, "has_opportunity_line_item": {"type": "boolean", "index": 21, "name": "has_opportunity_line_item", "comment": null}, "has_overdue_task": {"type": "boolean", "index": 22, "name": "has_overdue_task", "comment": null}, "is_closed": {"type": "boolean", "index": 23, "name": "is_closed", "comment": null}, "is_deleted": {"type": "boolean", "index": 24, "name": "is_deleted", "comment": null}, "is_won": {"type": "boolean", "index": 25, "name": "is_won", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 26, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 27, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 28, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "text", "index": 29, "name": "lead_source", "comment": null}, "name": {"type": "text", "index": 30, "name": "name", "comment": null}, "next_step": {"type": "integer", "index": 31, "name": "next_step", "comment": null}, "owner_id": {"type": "text", "index": 32, "name": "owner_id", "comment": null}, "probability": {"type": "integer", "index": 33, "name": "probability", "comment": null}, "record_type_id": {"type": "text", "index": 34, "name": "record_type_id", "comment": null}, "stage_name": {"type": "text", "index": 35, "name": "stage_name", "comment": null}, "synced_quote_id": {"type": "integer", "index": 36, "name": "synced_quote_id", "comment": null}, "type": {"type": "text", "index": 37, "name": "type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_source.stg_salesforce__opportunity_history"}, "model.salesforce_source.stg_salesforce__opportunity_line_item": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__opportunity_line_item", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "opportunity_line_item_id": {"type": "text", "index": 2, "name": "opportunity_line_item_id", "comment": null}, "created_by_id": {"type": "text", "index": 3, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 4, "name": "created_date", "comment": null}, "opportunity_line_item_description": {"type": "text", "index": 5, "name": "opportunity_line_item_description", "comment": null}, "discount": {"type": "double precision", "index": 6, "name": "discount", "comment": null}, "has_quantity_schedule": {"type": "boolean", "index": 7, "name": "has_quantity_schedule", "comment": null}, "has_revenue_schedule": {"type": "boolean", "index": 8, "name": "has_revenue_schedule", "comment": null}, "has_schedule": {"type": "boolean", "index": 9, "name": "has_schedule", "comment": null}, "is_deleted": {"type": "boolean", "index": 10, "name": "is_deleted", "comment": null}, "last_modified_by_id": {"type": "text", "index": 11, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 12, "name": "last_modified_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 13, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 14, "name": "last_viewed_date", "comment": null}, "list_price": {"type": "numeric(28,6)", "index": 15, "name": "list_price", "comment": null}, "opportunity_line_item_name": {"type": "text", "index": 16, "name": "opportunity_line_item_name", "comment": null}, "opportunity_id": {"type": "text", "index": 17, "name": "opportunity_id", "comment": null}, "pricebook_entry_id": {"type": "text", "index": 18, "name": "pricebook_entry_id", "comment": null}, "product_2_id": {"type": "text", "index": 19, "name": "product_2_id", "comment": null}, "product_code": {"type": "text", "index": 20, "name": "product_code", "comment": null}, "quantity": {"type": "double precision", "index": 21, "name": "quantity", "comment": null}, "service_date": {"type": "timestamp without time zone", "index": 22, "name": "service_date", "comment": null}, "sort_order": {"type": "integer", "index": 23, "name": "sort_order", "comment": null}, "total_price": {"type": "numeric(28,6)", "index": 24, "name": "total_price", "comment": null}, "unit_price": {"type": "numeric(28,6)", "index": 25, "name": "unit_price", "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.salesforce_source.stg_salesforce__opportunity_line_item"}, "model.salesforce_source.stg_salesforce__order": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__order", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "order_id": {"type": "text", "index": 2, "name": "order_id", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "activated_by_id": {"type": "text", "index": 4, "name": "activated_by_id", "comment": null}, "activated_date": {"type": "timestamp without time zone", "index": 5, "name": "activated_date", "comment": null}, "billing_city": {"type": "text", "index": 6, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 7, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "text", "index": 8, "name": "billing_country_code", "comment": null}, "billing_postal_code": {"type": "text", "index": 9, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "text", "index": 10, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "text", "index": 11, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "text", "index": 12, "name": "billing_street", "comment": null}, "contract_id": {"type": "text", "index": 13, "name": "contract_id", "comment": null}, "created_by_id": {"type": "text", "index": 14, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 15, "name": "created_date", "comment": null}, "order_description": {"type": "text", "index": 16, "name": "order_description", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 17, "name": "end_date", "comment": null}, "is_deleted": {"type": "boolean", "index": 18, "name": "is_deleted", "comment": null}, "last_modified_by_id": {"type": "text", "index": 19, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 20, "name": "last_modified_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 21, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 22, "name": "last_viewed_date", "comment": null}, "opportunity_id": {"type": "text", "index": 23, "name": "opportunity_id", "comment": null}, "order_number": {"type": "text", "index": 24, "name": "order_number", "comment": null}, "original_order_id": {"type": "text", "index": 25, "name": "original_order_id", "comment": null}, "owner_id": {"type": "text", "index": 26, "name": "owner_id", "comment": null}, "pricebook_2_id": {"type": "text", "index": 27, "name": "pricebook_2_id", "comment": null}, "shipping_city": {"type": "text", "index": 28, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "text", "index": 29, "name": "shipping_country", "comment": null}, "shipping_country_code": {"type": "text", "index": 30, "name": "shipping_country_code", "comment": null}, "shipping_postal_code": {"type": "text", "index": 31, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "text", "index": 32, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "text", "index": 33, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "text", "index": 34, "name": "shipping_street", "comment": null}, "status": {"type": "text", "index": 35, "name": "status", "comment": null}, "total_amount": {"type": "numeric(28,6)", "index": 36, "name": "total_amount", "comment": null}, "type": {"type": "text", "index": 37, "name": "type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_source.stg_salesforce__order"}, "model.salesforce_source.stg_salesforce__product_2": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__product_2", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "product_2_id": {"type": "text", "index": 2, "name": "product_2_id", "comment": null}, "created_by_id": {"type": "text", "index": 3, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 4, "name": "created_date", "comment": null}, "product_2_description": {"type": "text", "index": 5, "name": "product_2_description", "comment": null}, "display_url": {"type": "text", "index": 6, "name": "display_url", "comment": null}, "external_id": {"type": "text", "index": 7, "name": "external_id", "comment": null}, "family": {"type": "text", "index": 8, "name": "family", "comment": null}, "is_active": {"type": "boolean", "index": 9, "name": "is_active", "comment": null}, "is_archived": {"type": "boolean", "index": 10, "name": "is_archived", "comment": null}, "is_deleted": {"type": "boolean", "index": 11, "name": "is_deleted", "comment": null}, "last_modified_by_id": {"type": "text", "index": 12, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 13, "name": "last_modified_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 14, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 15, "name": "last_viewed_date", "comment": null}, "product_2_name": {"type": "text", "index": 16, "name": "product_2_name", "comment": null}, "number_of_quantity_installments": {"type": "integer", "index": 17, "name": "number_of_quantity_installments", "comment": null}, "number_of_revenue_installments": {"type": "integer", "index": 18, "name": "number_of_revenue_installments", "comment": null}, "product_code": {"type": "text", "index": 19, "name": "product_code", "comment": null}, "quantity_installment_period": {"type": "text", "index": 20, "name": "quantity_installment_period", "comment": null}, "quantity_schedule_type": {"type": "text", "index": 21, "name": "quantity_schedule_type", "comment": null}, "quantity_unit_of_measure": {"type": "text", "index": 22, "name": "quantity_unit_of_measure", "comment": null}, "record_type_id": {"type": "text", "index": 23, "name": "record_type_id", "comment": null}, "revenue_installment_period": {"type": "text", "index": 24, "name": "revenue_installment_period", "comment": null}, "revenue_schedule_type": {"type": "text", "index": 25, "name": "revenue_schedule_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_source.stg_salesforce__product_2"}, "model.salesforce_source.stg_salesforce__task": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__task", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "task_id": {"type": "text", "index": 2, "name": "task_id", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "activity_date": {"type": "timestamp without time zone", "index": 4, "name": "activity_date", "comment": null}, "call_disposition": {"type": "text", "index": 5, "name": "call_disposition", "comment": null}, "call_duration_in_seconds": {"type": "integer", "index": 6, "name": "call_duration_in_seconds", "comment": null}, "call_object": {"type": "text", "index": 7, "name": "call_object", "comment": null}, "call_type": {"type": "text", "index": 8, "name": "call_type", "comment": null}, "completed_date_time": {"type": "timestamp without time zone", "index": 9, "name": "completed_date_time", "comment": null}, "created_by_id": {"type": "text", "index": 10, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 11, "name": "created_date", "comment": null}, "task_description": {"type": "text", "index": 12, "name": "task_description", "comment": null}, "is_archived": {"type": "boolean", "index": 13, "name": "is_archived", "comment": null}, "is_closed": {"type": "boolean", "index": 14, "name": "is_closed", "comment": null}, "is_deleted": {"type": "boolean", "index": 15, "name": "is_deleted", "comment": null}, "is_high_priority": {"type": "boolean", "index": 16, "name": "is_high_priority", "comment": null}, "last_modified_by_id": {"type": "text", "index": 17, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 18, "name": "last_modified_date", "comment": null}, "owner_id": {"type": "text", "index": 19, "name": "owner_id", "comment": null}, "priority": {"type": "text", "index": 20, "name": "priority", "comment": null}, "record_type_id": {"type": "text", "index": 21, "name": "record_type_id", "comment": null}, "status": {"type": "text", "index": 22, "name": "status", "comment": null}, "subject": {"type": "text", "index": 23, "name": "subject", "comment": null}, "task_subtype": {"type": "text", "index": 24, "name": "task_subtype", "comment": null}, "type": {"type": "text", "index": 25, "name": "type", "comment": null}, "what_count": {"type": "integer", "index": 26, "name": "what_count", "comment": null}, "what_id": {"type": "text", "index": 27, "name": "what_id", "comment": null}, "who_count": {"type": "integer", "index": 28, "name": "who_count", "comment": null}, "who_id": {"type": "text", "index": 29, "name": "who_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.salesforce_source.stg_salesforce__task"}, "model.salesforce_source.stg_salesforce__user": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__user", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "alias": {"type": "text", "index": 4, "name": "alias", "comment": null}, "city": {"type": "text", "index": 5, "name": "city", "comment": null}, "company_name": {"type": "text", "index": 6, "name": "company_name", "comment": null}, "contact_id": {"type": "text", "index": 7, "name": "contact_id", "comment": null}, "country": {"type": "text", "index": 8, "name": "country", "comment": null}, "country_code": {"type": "text", "index": 9, "name": "country_code", "comment": null}, "department": {"type": "text", "index": 10, "name": "department", "comment": null}, "email": {"type": "text", "index": 11, "name": "email", "comment": null}, "first_name": {"type": "text", "index": 12, "name": "first_name", "comment": null}, "user_id": {"type": "text", "index": 13, "name": "user_id", "comment": null}, "individual_id": {"type": "text", "index": 14, "name": "individual_id", "comment": null}, "is_active": {"type": "boolean", "index": 15, "name": "is_active", "comment": null}, "last_login_date": {"type": "timestamp without time zone", "index": 16, "name": "last_login_date", "comment": null}, "last_name": {"type": "text", "index": 17, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 18, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 19, "name": "last_viewed_date", "comment": null}, "manager_id": {"type": "text", "index": 20, "name": "manager_id", "comment": null}, "user_name": {"type": "text", "index": 21, "name": "user_name", "comment": null}, "postal_code": {"type": "text", "index": 22, "name": "postal_code", "comment": null}, "profile_id": {"type": "text", "index": 23, "name": "profile_id", "comment": null}, "state": {"type": "text", "index": 24, "name": "state", "comment": null}, "state_code": {"type": "text", "index": 25, "name": "state_code", "comment": null}, "street": {"type": "text", "index": 26, "name": "street", "comment": null}, "title": {"type": "text", "index": 27, "name": "title", "comment": null}, "user_role_id": {"type": "text", "index": 28, "name": "user_role_id", "comment": null}, "user_type": {"type": "text", "index": 29, "name": "user_type", "comment": null}, "username": {"type": "text", "index": 30, "name": "username", "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.salesforce_source.stg_salesforce__user"}, "model.salesforce_source.stg_salesforce__user_role": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "stg_salesforce__user_role", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "developer_name": {"type": "text", "index": 3, "name": "developer_name", "comment": null}, "user_role_id": {"type": "text", "index": 4, "name": "user_role_id", "comment": null}, "user_role_name": {"type": "text", "index": 5, "name": "user_role_name", "comment": null}, "opportunity_access_for_account_owner": {"type": "text", "index": 6, "name": "opportunity_access_for_account_owner", "comment": null}, "parent_role_id": {"type": "text", "index": 7, "name": "parent_role_id", "comment": null}, "rollup_description": {"type": "text", "index": 8, "name": "rollup_description", "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.salesforce_source.stg_salesforce__user_role"}, "model.salesforce.int_salesforce__date_spine": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf_salesforce_dev", "name": "int_salesforce__date_spine", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date_day": {"type": "timestamp without time zone", "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.salesforce.int_salesforce__date_spine"}, "model.salesforce.int_salesforce__opportunity_aggregation_by_owner": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf_salesforce_dev", "name": "int_salesforce__opportunity_aggregation_by_owner", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"owner_id": {"type": "text", "index": 1, "name": "owner_id", "comment": null}, "manager_id": {"type": "text", "index": 2, "name": "manager_id", "comment": null}, "b_manager_id": {"type": "text", "index": 3, "name": "b_manager_id", "comment": null}, "b_owner_id": {"type": "text", "index": 4, "name": "b_owner_id", "comment": null}, "bookings_amount_closed_this_month": {"type": "numeric", "index": 5, "name": "bookings_amount_closed_this_month", "comment": null}, "bookings_amount_closed_this_quarter": {"type": "numeric", "index": 6, "name": "bookings_amount_closed_this_quarter", "comment": null}, "total_number_bookings": {"type": "bigint", "index": 7, "name": "total_number_bookings", "comment": null}, "total_bookings_amount": {"type": "numeric", "index": 8, "name": "total_bookings_amount", "comment": null}, "bookings_count_closed_this_month": {"type": "bigint", "index": 9, "name": "bookings_count_closed_this_month", "comment": null}, "bookings_count_closed_this_quarter": {"type": "bigint", "index": 10, "name": "bookings_count_closed_this_quarter", "comment": null}, "avg_bookings_amount": {"type": "numeric", "index": 11, "name": "avg_bookings_amount", "comment": null}, "largest_booking": {"type": "numeric", "index": 12, "name": "largest_booking", "comment": null}, "avg_days_to_close": {"type": "numeric", "index": 13, "name": "avg_days_to_close", "comment": null}, "l_manager_id": {"type": "text", "index": 14, "name": "l_manager_id", "comment": null}, "l_owner_id": {"type": "text", "index": 15, "name": "l_owner_id", "comment": null}, "lost_amount_this_month": {"type": "numeric", "index": 16, "name": "lost_amount_this_month", "comment": null}, "lost_amount_this_quarter": {"type": "numeric", "index": 17, "name": "lost_amount_this_quarter", "comment": null}, "total_number_lost": {"type": "bigint", "index": 18, "name": "total_number_lost", "comment": null}, "total_lost_amount": {"type": "numeric", "index": 19, "name": "total_lost_amount", "comment": null}, "lost_count_this_month": {"type": "bigint", "index": 20, "name": "lost_count_this_month", "comment": null}, "lost_count_this_quarter": {"type": "bigint", "index": 21, "name": "lost_count_this_quarter", "comment": null}, "p_manager_id": {"type": "text", "index": 22, "name": "p_manager_id", "comment": null}, "p_owner_id": {"type": "text", "index": 23, "name": "p_owner_id", "comment": null}, "pipeline_created_amount_this_month": {"type": "numeric", "index": 24, "name": "pipeline_created_amount_this_month", "comment": null}, "pipeline_created_amount_this_quarter": {"type": "numeric", "index": 25, "name": "pipeline_created_amount_this_quarter", "comment": null}, "pipeline_created_forecast_amount_this_month": {"type": "double precision", "index": 26, "name": "pipeline_created_forecast_amount_this_month", "comment": null}, "pipeline_created_forecast_amount_this_quarter": {"type": "double precision", "index": 27, "name": "pipeline_created_forecast_amount_this_quarter", "comment": null}, "pipeline_count_created_this_month": {"type": "bigint", "index": 28, "name": "pipeline_count_created_this_month", "comment": null}, "pipeline_count_created_this_quarter": {"type": "bigint", "index": 29, "name": "pipeline_count_created_this_quarter", "comment": null}, "total_number_pipeline": {"type": "bigint", "index": 30, "name": "total_number_pipeline", "comment": null}, "total_pipeline_amount": {"type": "numeric", "index": 31, "name": "total_pipeline_amount", "comment": null}, "total_pipeline_forecast_amount": {"type": "double precision", "index": 32, "name": "total_pipeline_forecast_amount", "comment": null}, "avg_pipeline_opp_amount": {"type": "numeric", "index": 33, "name": "avg_pipeline_opp_amount", "comment": null}, "largest_deal_in_pipeline": {"type": "numeric", "index": 34, "name": "largest_deal_in_pipeline", "comment": null}, "avg_days_open": {"type": "numeric", "index": 35, "name": "avg_days_open", "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.salesforce.int_salesforce__opportunity_aggregation_by_owner"}, "model.salesforce.salesforce__account_daily_history": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf_salesforce_dev", "name": "salesforce__account_daily_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"account_day_id": {"type": "text", "index": 1, "name": "account_day_id", "comment": null}, "date_day": {"type": "date", "index": 2, "name": "date_day", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_end", "comment": null}, "_fivetran_date": {"type": "date", "index": 6, "name": "_fivetran_date", "comment": null}, "history_unique_key": {"type": "text", "index": 7, "name": "history_unique_key", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 8, "name": "_fivetran_active", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 9, "name": "_fivetran_synced", "comment": null}, "account_number": {"type": "integer", "index": 10, "name": "account_number", "comment": null}, "account_source": {"type": "text", "index": 11, "name": "account_source", "comment": null}, "annual_revenue": {"type": "double precision", "index": 12, "name": "annual_revenue", "comment": null}, "billing_city": {"type": "text", "index": 13, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 14, "name": "billing_country", "comment": null}, "billing_postal_code": {"type": "text", "index": 15, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "text", "index": 16, "name": "billing_state", "comment": null}, "billing_street": {"type": "text", "index": 17, "name": "billing_street", "comment": null}, "description": {"type": "text", "index": 18, "name": "description", "comment": null}, "industry": {"type": "text", "index": 19, "name": "industry", "comment": null}, "is_deleted": {"type": "boolean", "index": 20, "name": "is_deleted", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 21, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 23, "name": "last_viewed_date", "comment": null}, "master_record_id": {"type": "text", "index": 24, "name": "master_record_id", "comment": null}, "name": {"type": "text", "index": 25, "name": "name", "comment": null}, "number_of_employees": {"type": "integer", "index": 26, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "text", "index": 27, "name": "owner_id", "comment": null}, "ownership": {"type": "integer", "index": 28, "name": "ownership", "comment": null}, "parent_id": {"type": "integer", "index": 29, "name": "parent_id", "comment": null}, "rating": {"type": "integer", "index": 30, "name": "rating", "comment": null}, "record_type_id": {"type": "text", "index": 31, "name": "record_type_id", "comment": null}, "shipping_city": {"type": "integer", "index": 32, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "text", "index": 33, "name": "shipping_country", "comment": null}, "shipping_postal_code": {"type": "integer", "index": 34, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "integer", "index": 35, "name": "shipping_state", "comment": null}, "shipping_street": {"type": "integer", "index": 36, "name": "shipping_street", "comment": null}, "type": {"type": "text", "index": 37, "name": "type", "comment": null}, "website": {"type": "text", "index": 38, "name": "website", "comment": null}, "row_num": {"type": "bigint", "index": 39, "name": "row_num", "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.salesforce.salesforce__account_daily_history"}, "model.salesforce.salesforce__contact_daily_history": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf_salesforce_dev", "name": "salesforce__contact_daily_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"contact_day_id": {"type": "text", "index": 1, "name": "contact_day_id", "comment": null}, "date_day": {"type": "date", "index": 2, "name": "date_day", "comment": null}, "contact_id": {"type": "text", "index": 3, "name": "contact_id", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_end", "comment": null}, "_fivetran_date": {"type": "date", "index": 6, "name": "_fivetran_date", "comment": null}, "history_unique_key": {"type": "text", "index": 7, "name": "history_unique_key", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 8, "name": "_fivetran_active", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 9, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 10, "name": "account_id", "comment": null}, "email": {"type": "text", "index": 11, "name": "email", "comment": null}, "first_name": {"type": "text", "index": 12, "name": "first_name", "comment": null}, "is_deleted": {"type": "boolean", "index": 13, "name": "is_deleted", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 14, "name": "last_activity_date", "comment": null}, "last_modified_by_id": {"type": "text", "index": 15, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 16, "name": "last_modified_date", "comment": null}, "last_name": {"type": "text", "index": 17, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "integer", "index": 18, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 19, "name": "last_viewed_date", "comment": null}, "mailing_city": {"type": "text", "index": 20, "name": "mailing_city", "comment": null}, "mailing_country": {"type": "text", "index": 21, "name": "mailing_country", "comment": null}, "mailing_country_code": {"type": "text", "index": 22, "name": "mailing_country_code", "comment": null}, "mailing_postal_code": {"type": "integer", "index": 23, "name": "mailing_postal_code", "comment": null}, "mailing_state": {"type": "text", "index": 24, "name": "mailing_state", "comment": null}, "mailing_street": {"type": "text", "index": 25, "name": "mailing_street", "comment": null}, "master_record_id": {"type": "integer", "index": 26, "name": "master_record_id", "comment": null}, "mobile_phone": {"type": "integer", "index": 27, "name": "mobile_phone", "comment": null}, "name": {"type": "text", "index": 28, "name": "name", "comment": null}, "owner_id": {"type": "text", "index": 29, "name": "owner_id", "comment": null}, "phone": {"type": "text", "index": 30, "name": "phone", "comment": null}, "reports_to_id": {"type": "integer", "index": 31, "name": "reports_to_id", "comment": null}, "title": {"type": "text", "index": 32, "name": "title", "comment": null}, "lead_source": {"type": "text", "index": 33, "name": "lead_source", "comment": null}, "description": {"type": "text", "index": 34, "name": "description", "comment": null}, "individual_id": {"type": "integer", "index": 35, "name": "individual_id", "comment": null}, "home_phone": {"type": "integer", "index": 36, "name": "home_phone", "comment": null}, "row_num": {"type": "bigint", "index": 37, "name": "row_num", "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.salesforce.salesforce__contact_daily_history"}, "model.salesforce.salesforce__contact_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf_salesforce_dev", "name": "salesforce__contact_enhanced", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"contact_id": {"type": "text", "index": 1, "name": "contact_id", "comment": null}, "contact_name": {"type": "text", "index": 2, "name": "contact_name", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "department": {"type": "text", "index": 4, "name": "department", "comment": null}, "contact_description": {"type": "text", "index": 5, "name": "contact_description", "comment": null}, "email": {"type": "text", "index": 6, "name": "email", "comment": null}, "individual_id": {"type": "text", "index": 7, "name": "individual_id", "comment": null}, "contact_is_deleted": {"type": "boolean", "index": 8, "name": "contact_is_deleted", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 9, "name": "last_activity_date", "comment": null}, "lead_source": {"type": "text", "index": 10, "name": "lead_source", "comment": null}, "mailing_city": {"type": "text", "index": 11, "name": "mailing_city", "comment": null}, "mailing_country": {"type": "text", "index": 12, "name": "mailing_country", "comment": null}, "mailing_country_code": {"type": "text", "index": 13, "name": "mailing_country_code", "comment": null}, "mailing_postal_code": {"type": "text", "index": 14, "name": "mailing_postal_code", "comment": null}, "mailing_state": {"type": "text", "index": 15, "name": "mailing_state", "comment": null}, "mailing_state_code": {"type": "text", "index": 16, "name": "mailing_state_code", "comment": null}, "mailing_street": {"type": "text", "index": 17, "name": "mailing_street", "comment": null}, "master_record_id": {"type": "text", "index": 18, "name": "master_record_id", "comment": null}, "mobile_phone": {"type": "text", "index": 19, "name": "mobile_phone", "comment": null}, "contact_owner_id": {"type": "text", "index": 20, "name": "contact_owner_id", "comment": null}, "phone": {"type": "text", "index": 21, "name": "phone", "comment": null}, "reports_to_id": {"type": "text", "index": 22, "name": "reports_to_id", "comment": null}, "contact_owner_name": {"type": "text", "index": 23, "name": "contact_owner_name", "comment": null}, "account_name": {"type": "text", "index": 24, "name": "account_name", "comment": null}, "account_number": {"type": "text", "index": 25, "name": "account_number", "comment": null}, "account_source": {"type": "text", "index": 26, "name": "account_source", "comment": null}, "account_annual_revenue": {"type": "numeric(28,6)", "index": 27, "name": "account_annual_revenue", "comment": null}, "account_description": {"type": "text", "index": 28, "name": "account_description", "comment": null}, "account_industry": {"type": "text", "index": 29, "name": "account_industry", "comment": null}, "account_is_deleted": {"type": "boolean", "index": 30, "name": "account_is_deleted", "comment": null}, "account_number_of_employees": {"type": "integer", "index": 31, "name": "account_number_of_employees", "comment": null}, "account_owner_id": {"type": "text", "index": 32, "name": "account_owner_id", "comment": null}, "account_parent_id": {"type": "text", "index": 33, "name": "account_parent_id", "comment": null}, "account_rating": {"type": "text", "index": 34, "name": "account_rating", "comment": null}, "account_type": {"type": "text", "index": 35, "name": "account_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce.salesforce__contact_enhanced"}, "model.salesforce.salesforce__daily_activity": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf_salesforce_dev", "name": "salesforce__daily_activity", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date_day": {"type": "timestamp without time zone", "index": 1, "name": "date_day", "comment": null}, "leads_created": {"type": "bigint", "index": 2, "name": "leads_created", "comment": null}, "leads_converted": {"type": "bigint", "index": 3, "name": "leads_converted", "comment": null}, "tasks_completed": {"type": "bigint", "index": 4, "name": "tasks_completed", "comment": null}, "events_completed": {"type": "bigint", "index": 5, "name": "events_completed", "comment": null}, "opportunities_created": {"type": "bigint", "index": 6, "name": "opportunities_created", "comment": null}, "opportunities_created_amount": {"type": "numeric", "index": 7, "name": "opportunities_created_amount", "comment": null}, "opportunities_won": {"type": "bigint", "index": 8, "name": "opportunities_won", "comment": null}, "opportunities_won_amount": {"type": "numeric", "index": 9, "name": "opportunities_won_amount", "comment": null}, "opportunities_lost": {"type": "bigint", "index": 10, "name": "opportunities_lost", "comment": null}, "opportunities_lost_amount": {"type": "numeric", "index": 11, "name": "opportunities_lost_amount", "comment": null}, "pipeline_amount": {"type": "numeric", "index": 12, "name": "pipeline_amount", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce.salesforce__daily_activity"}, "model.salesforce.salesforce__manager_performance": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf_salesforce_dev", "name": "salesforce__manager_performance", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"manager_id": {"type": "text", "index": 1, "name": "manager_id", "comment": null}, "manager_name": {"type": "text", "index": 2, "name": "manager_name", "comment": null}, "manager_city": {"type": "text", "index": 3, "name": "manager_city", "comment": null}, "manager_state": {"type": "text", "index": 4, "name": "manager_state", "comment": null}, "manager_position": {"type": "text", "index": 5, "name": "manager_position", "comment": null}, "number_of_direct_reports": {"type": "bigint", "index": 6, "name": "number_of_direct_reports", "comment": null}, "bookings_amount_closed_this_month": {"type": "numeric", "index": 7, "name": "bookings_amount_closed_this_month", "comment": null}, "bookings_amount_closed_this_quarter": {"type": "numeric", "index": 8, "name": "bookings_amount_closed_this_quarter", "comment": null}, "total_number_bookings": {"type": "numeric", "index": 9, "name": "total_number_bookings", "comment": null}, "total_bookings_amount": {"type": "numeric", "index": 10, "name": "total_bookings_amount", "comment": null}, "bookings_count_closed_this_month": {"type": "numeric", "index": 11, "name": "bookings_count_closed_this_month", "comment": null}, "bookings_count_closed_this_quarter": {"type": "numeric", "index": 12, "name": "bookings_count_closed_this_quarter", "comment": null}, "largest_booking": {"type": "numeric", "index": 13, "name": "largest_booking", "comment": null}, "lost_amount_this_month": {"type": "numeric", "index": 14, "name": "lost_amount_this_month", "comment": null}, "lost_amount_this_quarter": {"type": "numeric", "index": 15, "name": "lost_amount_this_quarter", "comment": null}, "total_number_lost": {"type": "numeric", "index": 16, "name": "total_number_lost", "comment": null}, "total_lost_amount": {"type": "numeric", "index": 17, "name": "total_lost_amount", "comment": null}, "lost_count_this_month": {"type": "numeric", "index": 18, "name": "lost_count_this_month", "comment": null}, "lost_count_this_quarter": {"type": "numeric", "index": 19, "name": "lost_count_this_quarter", "comment": null}, "pipeline_created_amount_this_month": {"type": "numeric", "index": 20, "name": "pipeline_created_amount_this_month", "comment": null}, "pipeline_created_amount_this_quarter": {"type": "numeric", "index": 21, "name": "pipeline_created_amount_this_quarter", "comment": null}, "pipeline_created_forecast_amount_this_month": {"type": "double precision", "index": 22, "name": "pipeline_created_forecast_amount_this_month", "comment": null}, "pipeline_created_forecast_amount_this_quarter": {"type": "double precision", "index": 23, "name": "pipeline_created_forecast_amount_this_quarter", "comment": null}, "pipeline_count_created_this_month": {"type": "numeric", "index": 24, "name": "pipeline_count_created_this_month", "comment": null}, "pipeline_count_created_this_quarter": {"type": "numeric", "index": 25, "name": "pipeline_count_created_this_quarter", "comment": null}, "total_number_pipeline": {"type": "numeric", "index": 26, "name": "total_number_pipeline", "comment": null}, "total_pipeline_amount": {"type": "numeric", "index": 27, "name": "total_pipeline_amount", "comment": null}, "total_pipeline_forecast_amount": {"type": "double precision", "index": 28, "name": "total_pipeline_forecast_amount", "comment": null}, "largest_deal_in_pipeline": {"type": "numeric", "index": 29, "name": "largest_deal_in_pipeline", "comment": null}, "win_percent_this_month": {"type": "numeric", "index": 30, "name": "win_percent_this_month", "comment": null}, "win_percent_this_quarter": {"type": "numeric", "index": 31, "name": "win_percent_this_quarter", "comment": null}, "total_win_percent": {"type": "numeric", "index": 32, "name": "total_win_percent", "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.salesforce.salesforce__manager_performance"}, "model.salesforce.salesforce__opportunity_daily_history": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf_salesforce_dev", "name": "salesforce__opportunity_daily_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"opportunity_day_id": {"type": "text", "index": 1, "name": "opportunity_day_id", "comment": null}, "date_day": {"type": "date", "index": 2, "name": "date_day", "comment": null}, "opportunity_id": {"type": "text", "index": 3, "name": "opportunity_id", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_end", "comment": null}, "_fivetran_date": {"type": "date", "index": 6, "name": "_fivetran_date", "comment": null}, "history_unique_key": {"type": "text", "index": 7, "name": "history_unique_key", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 8, "name": "_fivetran_active", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 9, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 10, "name": "account_id", "comment": null}, "amount": {"type": "double precision", "index": 11, "name": "amount", "comment": null}, "campaign_id": {"type": "integer", "index": 12, "name": "campaign_id", "comment": null}, "close_date": {"type": "timestamp without time zone", "index": 13, "name": "close_date", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 14, "name": "created_date", "comment": null}, "description": {"type": "integer", "index": 15, "name": "description", "comment": null}, "expected_revenue": {"type": "double precision", "index": 16, "name": "expected_revenue", "comment": null}, "fiscal": {"type": "text", "index": 17, "name": "fiscal", "comment": null}, "fiscal_quarter": {"type": "integer", "index": 18, "name": "fiscal_quarter", "comment": null}, "fiscal_year": {"type": "integer", "index": 19, "name": "fiscal_year", "comment": null}, "forecast_category": {"type": "text", "index": 20, "name": "forecast_category", "comment": null}, "forecast_category_name": {"type": "text", "index": 21, "name": "forecast_category_name", "comment": null}, "has_open_activity": {"type": "boolean", "index": 22, "name": "has_open_activity", "comment": null}, "has_opportunity_line_item": {"type": "boolean", "index": 23, "name": "has_opportunity_line_item", "comment": null}, "has_overdue_task": {"type": "boolean", "index": 24, "name": "has_overdue_task", "comment": null}, "is_closed": {"type": "boolean", "index": 25, "name": "is_closed", "comment": null}, "is_deleted": {"type": "boolean", "index": 26, "name": "is_deleted", "comment": null}, "is_won": {"type": "boolean", "index": 27, "name": "is_won", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 28, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 29, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 30, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "text", "index": 31, "name": "lead_source", "comment": null}, "name": {"type": "text", "index": 32, "name": "name", "comment": null}, "next_step": {"type": "integer", "index": 33, "name": "next_step", "comment": null}, "owner_id": {"type": "text", "index": 34, "name": "owner_id", "comment": null}, "probability": {"type": "integer", "index": 35, "name": "probability", "comment": null}, "record_type_id": {"type": "text", "index": 36, "name": "record_type_id", "comment": null}, "stage_name": {"type": "text", "index": 37, "name": "stage_name", "comment": null}, "synced_quote_id": {"type": "integer", "index": 38, "name": "synced_quote_id", "comment": null}, "type": {"type": "text", "index": 39, "name": "type", "comment": null}, "row_num": {"type": "bigint", "index": 40, "name": "row_num", "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.salesforce.salesforce__opportunity_daily_history"}, "model.salesforce.salesforce__opportunity_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf_salesforce_dev", "name": "salesforce__opportunity_enhanced", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 2, "name": "account_id", "comment": null}, "amount": {"type": "numeric(28,6)", "index": 3, "name": "amount", "comment": null}, "campaign_id": {"type": "text", "index": 4, "name": "campaign_id", "comment": null}, "close_date": {"type": "timestamp without time zone", "index": 5, "name": "close_date", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 6, "name": "created_date", "comment": null}, "opportunity_description": {"type": "text", "index": 7, "name": "opportunity_description", "comment": null}, "expected_revenue": {"type": "numeric(28,6)", "index": 8, "name": "expected_revenue", "comment": null}, "fiscal": {"type": "text", "index": 9, "name": "fiscal", "comment": null}, "fiscal_quarter": {"type": "integer", "index": 10, "name": "fiscal_quarter", "comment": null}, "fiscal_year": {"type": "integer", "index": 11, "name": "fiscal_year", "comment": null}, "forecast_category": {"type": "text", "index": 12, "name": "forecast_category", "comment": null}, "forecast_category_name": {"type": "text", "index": 13, "name": "forecast_category_name", "comment": null}, "has_open_activity": {"type": "boolean", "index": 14, "name": "has_open_activity", "comment": null}, "has_opportunity_line_item": {"type": "boolean", "index": 15, "name": "has_opportunity_line_item", "comment": null}, "has_overdue_task": {"type": "boolean", "index": 16, "name": "has_overdue_task", "comment": null}, "opportunity_id": {"type": "text", "index": 17, "name": "opportunity_id", "comment": null}, "is_closed": {"type": "boolean", "index": 18, "name": "is_closed", "comment": null}, "is_deleted": {"type": "boolean", "index": 19, "name": "is_deleted", "comment": null}, "is_won": {"type": "boolean", "index": 20, "name": "is_won", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 21, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 23, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "text", "index": 24, "name": "lead_source", "comment": null}, "opportunity_name": {"type": "text", "index": 25, "name": "opportunity_name", "comment": null}, "next_step": {"type": "text", "index": 26, "name": "next_step", "comment": null}, "owner_id": {"type": "text", "index": 27, "name": "owner_id", "comment": null}, "probability": {"type": "double precision", "index": 28, "name": "probability", "comment": null}, "record_type_id": {"type": "text", "index": 29, "name": "record_type_id", "comment": null}, "stage_name": {"type": "text", "index": 30, "name": "stage_name", "comment": null}, "synced_quote_id": {"type": "text", "index": 31, "name": "synced_quote_id", "comment": null}, "type": {"type": "text", "index": 32, "name": "type", "comment": null}, "is_created_this_month": {"type": "boolean", "index": 33, "name": "is_created_this_month", "comment": null}, "is_created_this_quarter": {"type": "boolean", "index": 34, "name": "is_created_this_quarter", "comment": null}, "days_since_created": {"type": "integer", "index": 35, "name": "days_since_created", "comment": null}, "days_to_close": {"type": "integer", "index": 36, "name": "days_to_close", "comment": null}, "is_closed_this_month": {"type": "boolean", "index": 37, "name": "is_closed_this_month", "comment": null}, "is_closed_this_quarter": {"type": "boolean", "index": 38, "name": "is_closed_this_quarter", "comment": null}, "account_number": {"type": "text", "index": 39, "name": "account_number", "comment": null}, "account_source": {"type": "text", "index": 40, "name": "account_source", "comment": null}, "industry": {"type": "text", "index": 41, "name": "industry", "comment": null}, "account_name": {"type": "text", "index": 42, "name": "account_name", "comment": null}, "number_of_employees": {"type": "integer", "index": 43, "name": "number_of_employees", "comment": null}, "account_type": {"type": "text", "index": 44, "name": "account_type", "comment": null}, "opportunity_owner_id": {"type": "text", "index": 45, "name": "opportunity_owner_id", "comment": null}, "opportunity_owner_name": {"type": "text", "index": 46, "name": "opportunity_owner_name", "comment": null}, "opportunity_owner_role_id": {"type": "text", "index": 47, "name": "opportunity_owner_role_id", "comment": null}, "opportunity_owner_city": {"type": "text", "index": 48, "name": "opportunity_owner_city", "comment": null}, "opportunity_owner_state": {"type": "text", "index": 49, "name": "opportunity_owner_state", "comment": null}, "opportunity_manager_id": {"type": "text", "index": 50, "name": "opportunity_manager_id", "comment": null}, "opportunity_manager_name": {"type": "text", "index": 51, "name": "opportunity_manager_name", "comment": null}, "opportunity_manager_city": {"type": "text", "index": 52, "name": "opportunity_manager_city", "comment": null}, "opportunity_manager_state": {"type": "text", "index": 53, "name": "opportunity_manager_state", "comment": null}, "opportunity_owner_position": {"type": "text", "index": 54, "name": "opportunity_owner_position", "comment": null}, "opportunity_owner_developer_name": {"type": "text", "index": 55, "name": "opportunity_owner_developer_name", "comment": null}, "opportunity_owner_parent_role_id": {"type": "text", "index": 56, "name": "opportunity_owner_parent_role_id", "comment": null}, "opportunity_owner_rollup_description": {"type": "text", "index": 57, "name": "opportunity_owner_rollup_description", "comment": null}, "status": {"type": "text", "index": 58, "name": "status", "comment": null}, "created_amount_this_month": {"type": "numeric", "index": 59, "name": "created_amount_this_month", "comment": null}, "created_amount_this_quarter": {"type": "numeric", "index": 60, "name": "created_amount_this_quarter", "comment": null}, "created_count_this_month": {"type": "integer", "index": 61, "name": "created_count_this_month", "comment": null}, "created_count_this_quarter": {"type": "integer", "index": 62, "name": "created_count_this_quarter", "comment": null}, "closed_amount_this_month": {"type": "numeric", "index": 63, "name": "closed_amount_this_month", "comment": null}, "closed_amount_this_quarter": {"type": "numeric", "index": 64, "name": "closed_amount_this_quarter", "comment": null}, "closed_count_this_month": {"type": "integer", "index": 65, "name": "closed_count_this_month", "comment": null}, "closed_count_this_quarter": {"type": "integer", "index": 66, "name": "closed_count_this_quarter", "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.salesforce.salesforce__opportunity_enhanced"}, "model.salesforce.salesforce__opportunity_line_item_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf_salesforce_dev", "name": "salesforce__opportunity_line_item_enhanced", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"opportunity_line_item_id": {"type": "text", "index": 1, "name": "opportunity_line_item_id", "comment": null}, "opportunity_line_item_name": {"type": "text", "index": 2, "name": "opportunity_line_item_name", "comment": null}, "opportunity_line_item_description": {"type": "text", "index": 3, "name": "opportunity_line_item_description", "comment": null}, "opportunity_id": {"type": "text", "index": 4, "name": "opportunity_id", "comment": null}, "line_item_index": {"type": "bigint", "index": 5, "name": "line_item_index", "comment": null}, "total_line_items": {"type": "bigint", "index": 6, "name": "total_line_items", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 7, "name": "created_date", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 8, "name": "last_modified_date", "comment": null}, "service_date": {"type": "timestamp without time zone", "index": 9, "name": "service_date", "comment": null}, "pricebook_entry_id": {"type": "text", "index": 10, "name": "pricebook_entry_id", "comment": null}, "product_2_id": {"type": "text", "index": 11, "name": "product_2_id", "comment": null}, "list_price": {"type": "numeric(28,6)", "index": 12, "name": "list_price", "comment": null}, "quantity": {"type": "double precision", "index": 13, "name": "quantity", "comment": null}, "unit_price": {"type": "numeric(28,6)", "index": 14, "name": "unit_price", "comment": null}, "total_price": {"type": "numeric(28,6)", "index": 15, "name": "total_price", "comment": null}, "has_quantity_schedule": {"type": "boolean", "index": 16, "name": "has_quantity_schedule", "comment": null}, "has_revenue_schedule": {"type": "boolean", "index": 17, "name": "has_revenue_schedule", "comment": null}, "product_2_name": {"type": "text", "index": 18, "name": "product_2_name", "comment": null}, "product_code": {"type": "text", "index": 19, "name": "product_code", "comment": null}, "product_2_description": {"type": "text", "index": 20, "name": "product_2_description", "comment": null}, "product_external_id": {"type": "text", "index": 21, "name": "product_external_id", "comment": null}, "product_family": {"type": "text", "index": 22, "name": "product_family", "comment": null}, "product_is_active": {"type": "boolean", "index": 23, "name": "product_is_active", "comment": null}, "product_is_archived": {"type": "boolean", "index": 24, "name": "product_is_archived", "comment": null}, "product_is_deleted": {"type": "boolean", "index": 25, "name": "product_is_deleted", "comment": null}, "product_number_of_quantity_installments": {"type": "integer", "index": 26, "name": "product_number_of_quantity_installments", "comment": null}, "product_quantity_installment_period": {"type": "text", "index": 27, "name": "product_quantity_installment_period", "comment": null}, "product_quantity_schedule_type": {"type": "text", "index": 28, "name": "product_quantity_schedule_type", "comment": null}, "product_quantity_unit_of_measure": {"type": "text", "index": 29, "name": "product_quantity_unit_of_measure", "comment": null}, "product_number_of_revenue_installments": {"type": "integer", "index": 30, "name": "product_number_of_revenue_installments", "comment": null}, "product_revenue_installment_period": {"type": "text", "index": 31, "name": "product_revenue_installment_period", "comment": null}, "product_revenue_schedule_type": {"type": "text", "index": 32, "name": "product_revenue_schedule_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce.salesforce__opportunity_line_item_enhanced"}, "model.salesforce.salesforce__owner_performance": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf_salesforce_dev", "name": "salesforce__owner_performance", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"owner_id": {"type": "text", "index": 1, "name": "owner_id", "comment": null}, "manager_id": {"type": "text", "index": 2, "name": "manager_id", "comment": null}, "b_manager_id": {"type": "text", "index": 3, "name": "b_manager_id", "comment": null}, "b_owner_id": {"type": "text", "index": 4, "name": "b_owner_id", "comment": null}, "bookings_amount_closed_this_month": {"type": "numeric", "index": 5, "name": "bookings_amount_closed_this_month", "comment": null}, "bookings_amount_closed_this_quarter": {"type": "numeric", "index": 6, "name": "bookings_amount_closed_this_quarter", "comment": null}, "total_number_bookings": {"type": "bigint", "index": 7, "name": "total_number_bookings", "comment": null}, "total_bookings_amount": {"type": "numeric", "index": 8, "name": "total_bookings_amount", "comment": null}, "bookings_count_closed_this_month": {"type": "bigint", "index": 9, "name": "bookings_count_closed_this_month", "comment": null}, "bookings_count_closed_this_quarter": {"type": "bigint", "index": 10, "name": "bookings_count_closed_this_quarter", "comment": null}, "avg_bookings_amount": {"type": "numeric", "index": 11, "name": "avg_bookings_amount", "comment": null}, "largest_booking": {"type": "numeric", "index": 12, "name": "largest_booking", "comment": null}, "avg_days_to_close": {"type": "numeric", "index": 13, "name": "avg_days_to_close", "comment": null}, "l_manager_id": {"type": "text", "index": 14, "name": "l_manager_id", "comment": null}, "l_owner_id": {"type": "text", "index": 15, "name": "l_owner_id", "comment": null}, "lost_amount_this_month": {"type": "numeric", "index": 16, "name": "lost_amount_this_month", "comment": null}, "lost_amount_this_quarter": {"type": "numeric", "index": 17, "name": "lost_amount_this_quarter", "comment": null}, "total_number_lost": {"type": "bigint", "index": 18, "name": "total_number_lost", "comment": null}, "total_lost_amount": {"type": "numeric", "index": 19, "name": "total_lost_amount", "comment": null}, "lost_count_this_month": {"type": "bigint", "index": 20, "name": "lost_count_this_month", "comment": null}, "lost_count_this_quarter": {"type": "bigint", "index": 21, "name": "lost_count_this_quarter", "comment": null}, "p_manager_id": {"type": "text", "index": 22, "name": "p_manager_id", "comment": null}, "p_owner_id": {"type": "text", "index": 23, "name": "p_owner_id", "comment": null}, "pipeline_created_amount_this_month": {"type": "numeric", "index": 24, "name": "pipeline_created_amount_this_month", "comment": null}, "pipeline_created_amount_this_quarter": {"type": "numeric", "index": 25, "name": "pipeline_created_amount_this_quarter", "comment": null}, "pipeline_created_forecast_amount_this_month": {"type": "double precision", "index": 26, "name": "pipeline_created_forecast_amount_this_month", "comment": null}, "pipeline_created_forecast_amount_this_quarter": {"type": "double precision", "index": 27, "name": "pipeline_created_forecast_amount_this_quarter", "comment": null}, "pipeline_count_created_this_month": {"type": "bigint", "index": 28, "name": "pipeline_count_created_this_month", "comment": null}, "pipeline_count_created_this_quarter": {"type": "bigint", "index": 29, "name": "pipeline_count_created_this_quarter", "comment": null}, "total_number_pipeline": {"type": "bigint", "index": 30, "name": "total_number_pipeline", "comment": null}, "total_pipeline_amount": {"type": "numeric", "index": 31, "name": "total_pipeline_amount", "comment": null}, "total_pipeline_forecast_amount": {"type": "double precision", "index": 32, "name": "total_pipeline_forecast_amount", "comment": null}, "avg_pipeline_opp_amount": {"type": "numeric", "index": 33, "name": "avg_pipeline_opp_amount", "comment": null}, "largest_deal_in_pipeline": {"type": "numeric", "index": 34, "name": "largest_deal_in_pipeline", "comment": null}, "avg_days_open": {"type": "numeric", "index": 35, "name": "avg_days_open", "comment": null}, "owner_name": {"type": "text", "index": 36, "name": "owner_name", "comment": null}, "owner_city": {"type": "text", "index": 37, "name": "owner_city", "comment": null}, "owner_state": {"type": "text", "index": 38, "name": "owner_state", "comment": null}, "win_percent_this_month": {"type": "numeric", "index": 39, "name": "win_percent_this_month", "comment": null}, "win_percent_this_quarter": {"type": "numeric", "index": 40, "name": "win_percent_this_quarter", "comment": null}, "total_win_percent": {"type": "numeric", "index": 41, "name": "total_win_percent", "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.salesforce.salesforce__owner_performance"}, "model.salesforce.salesforce__sales_snapshot": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf_salesforce_dev", "name": "salesforce__sales_snapshot", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"bookings_amount_closed_this_month": {"type": "numeric", "index": 1, "name": "bookings_amount_closed_this_month", "comment": null}, "bookings_amount_closed_this_quarter": {"type": "numeric", "index": 2, "name": "bookings_amount_closed_this_quarter", "comment": null}, "total_number_bookings": {"type": "bigint", "index": 3, "name": "total_number_bookings", "comment": null}, "total_bookings_amount": {"type": "numeric", "index": 4, "name": "total_bookings_amount", "comment": null}, "bookings_count_closed_this_month": {"type": "bigint", "index": 5, "name": "bookings_count_closed_this_month", "comment": null}, "bookings_count_closed_this_quarter": {"type": "bigint", "index": 6, "name": "bookings_count_closed_this_quarter", "comment": null}, "avg_bookings_amount": {"type": "numeric", "index": 7, "name": "avg_bookings_amount", "comment": null}, "largest_booking": {"type": "numeric", "index": 8, "name": "largest_booking", "comment": null}, "avg_days_to_close": {"type": "numeric", "index": 9, "name": "avg_days_to_close", "comment": null}, "pipeline_created_amount_this_month": {"type": "numeric", "index": 10, "name": "pipeline_created_amount_this_month", "comment": null}, "pipeline_created_amount_this_quarter": {"type": "numeric", "index": 11, "name": "pipeline_created_amount_this_quarter", "comment": null}, "pipeline_created_forecast_amount_this_month": {"type": "double precision", "index": 12, "name": "pipeline_created_forecast_amount_this_month", "comment": null}, "pipeline_created_forecast_amount_this_quarter": {"type": "double precision", "index": 13, "name": "pipeline_created_forecast_amount_this_quarter", "comment": null}, "pipeline_count_created_this_month": {"type": "bigint", "index": 14, "name": "pipeline_count_created_this_month", "comment": null}, "pipeline_count_created_this_quarter": {"type": "bigint", "index": 15, "name": "pipeline_count_created_this_quarter", "comment": null}, "total_number_pipeline": {"type": "bigint", "index": 16, "name": "total_number_pipeline", "comment": null}, "total_pipeline_amount": {"type": "numeric", "index": 17, "name": "total_pipeline_amount", "comment": null}, "total_pipeline_forecast_amount": {"type": "double precision", "index": 18, "name": "total_pipeline_forecast_amount", "comment": null}, "avg_pipeline_opp_amount": {"type": "numeric", "index": 19, "name": "avg_pipeline_opp_amount", "comment": null}, "largest_deal_in_pipeline": {"type": "numeric", "index": 20, "name": "largest_deal_in_pipeline", "comment": null}, "avg_days_open": {"type": "numeric", "index": 21, "name": "avg_days_open", "comment": null}, "lost_amount_this_month": {"type": "numeric", "index": 22, "name": "lost_amount_this_month", "comment": null}, "lost_amount_this_quarter": {"type": "numeric", "index": 23, "name": "lost_amount_this_quarter", "comment": null}, "total_number_lost": {"type": "bigint", "index": 24, "name": "total_number_lost", "comment": null}, "total_lost_amount": {"type": "numeric", "index": 25, "name": "total_lost_amount", "comment": null}, "lost_count_this_month": {"type": "bigint", "index": 26, "name": "lost_count_this_month", "comment": null}, "lost_count_this_quarter": {"type": "bigint", "index": 27, "name": "lost_count_this_quarter", "comment": null}, "win_percent_this_month": {"type": "numeric", "index": 28, "name": "win_percent_this_month", "comment": null}, "win_percent_this_quarter": {"type": "numeric", "index": 29, "name": "win_percent_this_quarter", "comment": null}, "total_win_percent": {"type": "numeric", "index": 30, "name": "total_win_percent", "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.salesforce.salesforce__sales_snapshot"}}, "sources": {"source.salesforce_source.salesforce.account": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_account_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_number": {"type": "integer", "index": 2, "name": "account_number", "comment": null}, "account_source": {"type": "text", "index": 3, "name": "account_source", "comment": null}, "annual_revenue": {"type": "double precision", "index": 4, "name": "annual_revenue", "comment": null}, "billing_city": {"type": "text", "index": 5, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 6, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "text", "index": 7, "name": "billing_country_code", "comment": null}, "billing_geocode_accuracy": {"type": "integer", "index": 8, "name": "billing_geocode_accuracy", "comment": null}, "billing_latitude": {"type": "double precision", "index": 9, "name": "billing_latitude", "comment": null}, "billing_longitude": {"type": "double precision", "index": 10, "name": "billing_longitude", "comment": null}, "billing_postal_code": {"type": "text", "index": 11, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "text", "index": 12, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "text", "index": 13, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "text", "index": 14, "name": "billing_street", "comment": null}, "description": {"type": "text", "index": 15, "name": "description", "comment": null}, "fax": {"type": "integer", "index": 16, "name": "fax", "comment": null}, "id": {"type": "text", "index": 17, "name": "id", "comment": null}, "industry": {"type": "text", "index": 18, "name": "industry", "comment": null}, "is_deleted": {"type": "boolean", "index": 19, "name": "is_deleted", "comment": null}, "jigsaw_company_id": {"type": "integer", "index": 20, "name": "jigsaw_company_id", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 21, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 23, "name": "last_viewed_date", "comment": null}, "master_record_id": {"type": "text", "index": 24, "name": "master_record_id", "comment": null}, "name": {"type": "text", "index": 25, "name": "name", "comment": null}, "number_of_employees": {"type": "integer", "index": 26, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "text", "index": 27, "name": "owner_id", "comment": null}, "ownership": {"type": "integer", "index": 28, "name": "ownership", "comment": null}, "parent_id": {"type": "integer", "index": 29, "name": "parent_id", "comment": null}, "phone": {"type": "text", "index": 30, "name": "phone", "comment": null}, "photo_url": {"type": "text", "index": 31, "name": "photo_url", "comment": null}, "rating": {"type": "integer", "index": 32, "name": "rating", "comment": null}, "record_type_id": {"type": "text", "index": 33, "name": "record_type_id", "comment": null}, "shipping_city": {"type": "integer", "index": 34, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "text", "index": 35, "name": "shipping_country", "comment": null}, "shipping_country_code": {"type": "text", "index": 36, "name": "shipping_country_code", "comment": null}, "shipping_geocode_accuracy": {"type": "integer", "index": 37, "name": "shipping_geocode_accuracy", "comment": null}, "shipping_latitude": {"type": "double precision", "index": 38, "name": "shipping_latitude", "comment": null}, "shipping_longitude": {"type": "double precision", "index": 39, "name": "shipping_longitude", "comment": null}, "shipping_postal_code": {"type": "integer", "index": 40, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "integer", "index": 41, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "integer", "index": 42, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "integer", "index": 43, "name": "shipping_street", "comment": null}, "sic": {"type": "integer", "index": 44, "name": "sic", "comment": null}, "sic_desc": {"type": "integer", "index": 45, "name": "sic_desc", "comment": null}, "site": {"type": "integer", "index": 46, "name": "site", "comment": null}, "ticker_symbol": {"type": "integer", "index": 47, "name": "ticker_symbol", "comment": null}, "type": {"type": "text", "index": 48, "name": "type", "comment": null}, "website": {"type": "text", "index": 49, "name": "website", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 50, "name": "_fivetran_active", "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.salesforce_source.salesforce.account"}, "source.salesforce_source.salesforce_history.account": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_account_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_active": {"type": "boolean", "index": 1, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "account_number": {"type": "integer", "index": 5, "name": "account_number", "comment": null}, "account_source": {"type": "text", "index": 6, "name": "account_source", "comment": null}, "annual_revenue": {"type": "double precision", "index": 7, "name": "annual_revenue", "comment": null}, "billing_city": {"type": "text", "index": 8, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 9, "name": "billing_country", "comment": null}, "billing_postal_code": {"type": "text", "index": 10, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "text", "index": 11, "name": "billing_state", "comment": null}, "billing_street": {"type": "text", "index": 12, "name": "billing_street", "comment": null}, "description": {"type": "text", "index": 13, "name": "description", "comment": null}, "id": {"type": "text", "index": 14, "name": "id", "comment": null}, "industry": {"type": "text", "index": 15, "name": "industry", "comment": null}, "is_deleted": {"type": "boolean", "index": 16, "name": "is_deleted", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 17, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 18, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 19, "name": "last_viewed_date", "comment": null}, "master_record_id": {"type": "text", "index": 20, "name": "master_record_id", "comment": null}, "name": {"type": "text", "index": 21, "name": "name", "comment": null}, "number_of_employees": {"type": "integer", "index": 22, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "text", "index": 23, "name": "owner_id", "comment": null}, "ownership": {"type": "integer", "index": 24, "name": "ownership", "comment": null}, "parent_id": {"type": "integer", "index": 25, "name": "parent_id", "comment": null}, "rating": {"type": "integer", "index": 26, "name": "rating", "comment": null}, "record_type_id": {"type": "text", "index": 27, "name": "record_type_id", "comment": null}, "shipping_city": {"type": "integer", "index": 28, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "text", "index": 29, "name": "shipping_country", "comment": null}, "shipping_postal_code": {"type": "integer", "index": 30, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "integer", "index": 31, "name": "shipping_state", "comment": null}, "shipping_street": {"type": "integer", "index": 32, "name": "shipping_street", "comment": null}, "type": {"type": "text", "index": 33, "name": "type", "comment": null}, "website": {"type": "text", "index": 34, "name": "website", "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.salesforce_source.salesforce_history.account"}, "source.salesforce_source.salesforce.contact": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_contact_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "cbit_clearbit_c": {"type": "text", "index": 4, "name": "cbit_clearbit_c", "comment": null}, "cbit_clearbit_ready_c": {"type": "boolean", "index": 5, "name": "cbit_clearbit_ready_c", "comment": null}, "created_by_id": {"type": "text", "index": 6, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 7, "name": "created_date", "comment": null}, "department": {"type": "integer", "index": 8, "name": "department", "comment": null}, "email": {"type": "text", "index": 9, "name": "email", "comment": null}, "email_bounced_date": {"type": "timestamp without time zone", "index": 10, "name": "email_bounced_date", "comment": null}, "email_bounced_reason": {"type": "integer", "index": 11, "name": "email_bounced_reason", "comment": null}, "fax": {"type": "integer", "index": 12, "name": "fax", "comment": null}, "first_name": {"type": "text", "index": 13, "name": "first_name", "comment": null}, "is_deleted": {"type": "boolean", "index": 14, "name": "is_deleted", "comment": null}, "is_email_bounced": {"type": "boolean", "index": 15, "name": "is_email_bounced", "comment": null}, "jigsaw_contact_id": {"type": "integer", "index": 16, "name": "jigsaw_contact_id", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 17, "name": "last_activity_date", "comment": null}, "last_curequest_date": {"type": "timestamp without time zone", "index": 18, "name": "last_curequest_date", "comment": null}, "last_cuupdate_date": {"type": "timestamp without time zone", "index": 19, "name": "last_cuupdate_date", "comment": null}, "last_modified_by_id": {"type": "text", "index": 20, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 21, "name": "last_modified_date", "comment": null}, "last_name": {"type": "text", "index": 22, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 23, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 24, "name": "last_viewed_date", "comment": null}, "mailing_city": {"type": "text", "index": 25, "name": "mailing_city", "comment": null}, "mailing_country": {"type": "text", "index": 26, "name": "mailing_country", "comment": null}, "mailing_country_code": {"type": "text", "index": 27, "name": "mailing_country_code", "comment": null}, "mailing_geocode_accuracy": {"type": "integer", "index": 28, "name": "mailing_geocode_accuracy", "comment": null}, "mailing_latitude": {"type": "integer", "index": 29, "name": "mailing_latitude", "comment": null}, "mailing_longitude": {"type": "integer", "index": 30, "name": "mailing_longitude", "comment": null}, "mailing_postal_code": {"type": "integer", "index": 31, "name": "mailing_postal_code", "comment": null}, "mailing_state": {"type": "text", "index": 32, "name": "mailing_state", "comment": null}, "mailing_state_code": {"type": "text", "index": 33, "name": "mailing_state_code", "comment": null}, "mailing_street": {"type": "text", "index": 34, "name": "mailing_street", "comment": null}, "master_record_id": {"type": "integer", "index": 35, "name": "master_record_id", "comment": null}, "mc_4_sf_mc_subscriber_c": {"type": "integer", "index": 36, "name": "mc_4_sf_mc_subscriber_c", "comment": null}, "mobile_phone": {"type": "integer", "index": 37, "name": "mobile_phone", "comment": null}, "name": {"type": "text", "index": 38, "name": "name", "comment": null}, "owner_id": {"type": "text", "index": 39, "name": "owner_id", "comment": null}, "phone": {"type": "text", "index": 40, "name": "phone", "comment": null}, "photo_url": {"type": "text", "index": 41, "name": "photo_url", "comment": null}, "reports_to_id": {"type": "integer", "index": 42, "name": "reports_to_id", "comment": null}, "salutation": {"type": "integer", "index": 43, "name": "salutation", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 44, "name": "system_modstamp", "comment": null}, "title": {"type": "text", "index": 45, "name": "title", "comment": null}, "email_bounced_c": {"type": "boolean", "index": 46, "name": "email_bounced_c", "comment": null}, "email_quality_unknown_c": {"type": "boolean", "index": 47, "name": "email_quality_unknown_c", "comment": null}, "gclid_c": {"type": "integer", "index": 48, "name": "gclid_c", "comment": null}, "referral_account_c": {"type": "integer", "index": 49, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "integer", "index": 50, "name": "referral_contact_c", "comment": null}, "has_opted_out_of_email": {"type": "boolean", "index": 51, "name": "has_opted_out_of_email", "comment": null}, "act_on_lead_score_c": {"type": "integer", "index": 52, "name": "act_on_lead_score_c", "comment": null}, "cbit_created_by_clearbit_c": {"type": "boolean", "index": 53, "name": "cbit_created_by_clearbit_c", "comment": null}, "fivetran_user_id_c": {"type": "integer", "index": 54, "name": "fivetran_user_id_c", "comment": null}, "no_longer_at_company_c": {"type": "boolean", "index": 55, "name": "no_longer_at_company_c", "comment": null}, "pi_campaign_c": {"type": "text", "index": 56, "name": "pi_campaign_c", "comment": null}, "pi_comments_c": {"type": "integer", "index": 57, "name": "pi_comments_c", "comment": null}, "pi_conversion_date_c": {"type": "integer", "index": 58, "name": "pi_conversion_date_c", "comment": null}, "pi_conversion_object_name_c": {"type": "integer", "index": 59, "name": "pi_conversion_object_name_c", "comment": null}, "pi_conversion_object_type_c": {"type": "integer", "index": 60, "name": "pi_conversion_object_type_c", "comment": null}, "pi_created_date_c": {"type": "timestamp without time zone", "index": 61, "name": "pi_created_date_c", "comment": null}, "pi_first_activity_c": {"type": "integer", "index": 62, "name": "pi_first_activity_c", "comment": null}, "pi_first_search_term_c": {"type": "integer", "index": 63, "name": "pi_first_search_term_c", "comment": null}, "pi_first_search_type_c": {"type": "integer", "index": 64, "name": "pi_first_search_type_c", "comment": null}, "pi_first_touch_url_c": {"type": "integer", "index": 65, "name": "pi_first_touch_url_c", "comment": null}, "pi_grade_c": {"type": "integer", "index": 66, "name": "pi_grade_c", "comment": null}, "pi_last_activity_c": {"type": "integer", "index": 67, "name": "pi_last_activity_c", "comment": null}, "pi_needs_score_synced_c": {"type": "boolean", "index": 68, "name": "pi_needs_score_synced_c", "comment": null}, "pi_notes_c": {"type": "integer", "index": 69, "name": "pi_notes_c", "comment": null}, "pi_pardot_hard_bounced_c": {"type": "boolean", "index": 70, "name": "pi_pardot_hard_bounced_c", "comment": null}, "pi_pardot_last_scored_at_c": {"type": "integer", "index": 71, "name": "pi_pardot_last_scored_at_c", "comment": null}, "pi_score_c": {"type": "integer", "index": 72, "name": "pi_score_c", "comment": null}, "pi_url_c": {"type": "text", "index": 73, "name": "pi_url_c", "comment": null}, "pi_utm_campaign_c": {"type": "integer", "index": 74, "name": "pi_utm_campaign_c", "comment": null}, "pi_utm_content_c": {"type": "integer", "index": 75, "name": "pi_utm_content_c", "comment": null}, "pi_utm_medium_c": {"type": "integer", "index": 76, "name": "pi_utm_medium_c", "comment": null}, "pi_utm_source_c": {"type": "integer", "index": 77, "name": "pi_utm_source_c", "comment": null}, "pi_utm_term_c": {"type": "integer", "index": 78, "name": "pi_utm_term_c", "comment": null}, "lead_source": {"type": "text", "index": 79, "name": "lead_source", "comment": null}, "contact_status_c": {"type": "text", "index": 80, "name": "contact_status_c", "comment": null}, "region_c": {"type": "integer", "index": 81, "name": "region_c", "comment": null}, "competitor_c": {"type": "integer", "index": 82, "name": "competitor_c", "comment": null}, "bt_stripe_gender_c": {"type": "integer", "index": 83, "name": "bt_stripe_gender_c", "comment": null}, "bt_stripe_ssn_last_4_encrypted_c": {"type": "integer", "index": 84, "name": "bt_stripe_ssn_last_4_encrypted_c", "comment": null}, "bt_stripe_personal_id_number_c": {"type": "integer", "index": 85, "name": "bt_stripe_personal_id_number_c", "comment": null}, "bt_stripe_personal_id_number_encrypted_c": {"type": "integer", "index": 86, "name": "bt_stripe_personal_id_number_encrypted_c", "comment": null}, "bt_stripe_maiden_name_c": {"type": "integer", "index": 87, "name": "bt_stripe_maiden_name_c", "comment": null}, "bt_stripe_languages_c": {"type": "integer", "index": 88, "name": "bt_stripe_languages_c", "comment": null}, "bt_stripe_default_payment_method_c": {"type": "integer", "index": 89, "name": "bt_stripe_default_payment_method_c", "comment": null}, "bt_stripe_ssn_last_4_c": {"type": "integer", "index": 90, "name": "bt_stripe_ssn_last_4_c", "comment": null}, "bt_stripe_personal_id_type_c": {"type": "integer", "index": 91, "name": "bt_stripe_personal_id_type_c", "comment": null}, "bt_stripe_default_payment_gateway_c": {"type": "integer", "index": 92, "name": "bt_stripe_default_payment_gateway_c", "comment": null}, "bt_stripe_level_c": {"type": "integer", "index": 93, "name": "bt_stripe_level_c", "comment": null}, "lean_data_routing_action_c": {"type": "text", "index": 94, "name": "lean_data_routing_action_c", "comment": null}, "lean_data_matched_buyer_persona_c": {"type": "integer", "index": 95, "name": "lean_data_matched_buyer_persona_c", "comment": null}, "lean_data_ld_segment_c": {"type": "integer", "index": 96, "name": "lean_data_ld_segment_c", "comment": null}, "lean_data_tag_c": {"type": "integer", "index": 97, "name": "lean_data_tag_c", "comment": null}, "lean_data_modified_score_c": {"type": "integer", "index": 98, "name": "lean_data_modified_score_c", "comment": null}, "do_not_route_lead_c": {"type": "boolean", "index": 99, "name": "do_not_route_lead_c", "comment": null}, "technical_contact_c": {"type": "integer", "index": 100, "name": "technical_contact_c", "comment": null}, "allbound_id_c": {"type": "integer", "index": 101, "name": "allbound_id_c", "comment": null}, "notes_c": {"type": "integer", "index": 102, "name": "notes_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "boolean", "index": 103, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "boolean", "index": 104, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_net_suite_id_c": {"type": "integer", "index": 105, "name": "netsuite_conn_net_suite_id_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "integer", "index": 106, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "boolean", "index": 107, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_pushed_from_opportunity_c": {"type": "boolean", "index": 108, "name": "netsuite_conn_pushed_from_opportunity_c", "comment": null}, "description": {"type": "text", "index": 109, "name": "description", "comment": null}, "lid_linked_in_company_id_c": {"type": "integer", "index": 110, "name": "lid_linked_in_company_id_c", "comment": null}, "lid_linked_in_member_token_c": {"type": "integer", "index": 111, "name": "lid_linked_in_member_token_c", "comment": null}, "is_eu_resident_c": {"type": "boolean", "index": 112, "name": "is_eu_resident_c", "comment": null}, "do_not_call": {"type": "boolean", "index": 113, "name": "do_not_call", "comment": null}, "sales_loft_1_most_recent_cadence_next_step_due_date_c": {"type": "integer", "index": 114, "name": "sales_loft_1_most_recent_cadence_next_step_due_date_c", "comment": null}, "sales_loft_1_most_recent_last_completed_step_c": {"type": "integer", "index": 115, "name": "sales_loft_1_most_recent_last_completed_step_c", "comment": null}, "sales_loft_1_most_recent_cadence_name_c": {"type": "integer", "index": 116, "name": "sales_loft_1_most_recent_cadence_name_c", "comment": null}, "source_detail_c": {"type": "text", "index": 117, "name": "source_detail_c", "comment": null}, "utm_source_c": {"type": "integer", "index": 118, "name": "utm_source_c", "comment": null}, "utm_content_c": {"type": "integer", "index": 119, "name": "utm_content_c", "comment": null}, "utm_term_c": {"type": "integer", "index": 120, "name": "utm_term_c", "comment": null}, "utm_medium_c": {"type": "integer", "index": 121, "name": "utm_medium_c", "comment": null}, "utm_campaign_c": {"type": "integer", "index": 122, "name": "utm_campaign_c", "comment": null}, "network_c": {"type": "integer", "index": 123, "name": "network_c", "comment": null}, "matchtype_c": {"type": "integer", "index": 124, "name": "matchtype_c", "comment": null}, "device_c": {"type": "integer", "index": 125, "name": "device_c", "comment": null}, "creative_c": {"type": "integer", "index": 126, "name": "creative_c", "comment": null}, "adgroupid_c": {"type": "integer", "index": 127, "name": "adgroupid_c", "comment": null}, "keyword_c": {"type": "integer", "index": 128, "name": "keyword_c", "comment": null}, "campaignid_c": {"type": "integer", "index": 129, "name": "campaignid_c", "comment": null}, "partner_rep_email_c": {"type": "integer", "index": 130, "name": "partner_rep_email_c", "comment": null}, "partner_rep_name_c": {"type": "integer", "index": 131, "name": "partner_rep_name_c", "comment": null}, "contact_type_c": {"type": "integer", "index": 132, "name": "contact_type_c", "comment": null}, "old_lead_source_c": {"type": "integer", "index": 133, "name": "old_lead_source_c", "comment": null}, "old_lead_source_detail_c": {"type": "integer", "index": 134, "name": "old_lead_source_detail_c", "comment": null}, "contact_stage_c": {"type": "integer", "index": 135, "name": "contact_stage_c", "comment": null}, "original_utm_campaign_c": {"type": "integer", "index": 136, "name": "original_utm_campaign_c", "comment": null}, "original_utm_content_c": {"type": "integer", "index": 137, "name": "original_utm_content_c", "comment": null}, "original_utm_medium_c": {"type": "integer", "index": 138, "name": "original_utm_medium_c", "comment": null}, "original_utm_source_c": {"type": "integer", "index": 139, "name": "original_utm_source_c", "comment": null}, "original_utm_term_c": {"type": "integer", "index": 140, "name": "original_utm_term_c", "comment": null}, "es_app_escreated_timestamp_c": {"type": "integer", "index": 141, "name": "es_app_escreated_timestamp_c", "comment": null}, "es_app_esecid_c": {"type": "integer", "index": 142, "name": "es_app_esecid_c", "comment": null}, "es_app_esenriched_c": {"type": "integer", "index": 143, "name": "es_app_esenriched_c", "comment": null}, "es_app_esenriched_timestamp_c": {"type": "integer", "index": 144, "name": "es_app_esenriched_timestamp_c", "comment": null}, "es_app_esintent_aggregate_score_c": {"type": "integer", "index": 145, "name": "es_app_esintent_aggregate_score_c", "comment": null}, "es_app_esintent_timestamp_c": {"type": "integer", "index": 146, "name": "es_app_esintent_timestamp_c", "comment": null}, "es_app_esintent_topics_c": {"type": "integer", "index": 147, "name": "es_app_esintent_topics_c", "comment": null}, "es_app_esoverall_fit_score_c": {"type": "integer", "index": 148, "name": "es_app_esoverall_fit_score_c", "comment": null}, "es_app_essource_c": {"type": "integer", "index": 149, "name": "es_app_essource_c", "comment": null}, "individual_id": {"type": "integer", "index": 150, "name": "individual_id", "comment": null}, "marketing_process_c": {"type": "integer", "index": 151, "name": "marketing_process_c", "comment": null}, "automation_tracking_c": {"type": "integer", "index": 152, "name": "automation_tracking_c", "comment": null}, "user_gems_has_changed_job_c": {"type": "integer", "index": 153, "name": "user_gems_has_changed_job_c", "comment": null}, "email_opt_in_explicit_c": {"type": "integer", "index": 154, "name": "email_opt_in_explicit_c", "comment": null}, "email_opt_in_implicit_c": {"type": "integer", "index": 155, "name": "email_opt_in_implicit_c", "comment": null}, "gdpr_opt_in_explicit_c": {"type": "integer", "index": 156, "name": "gdpr_opt_in_explicit_c", "comment": null}, "user_gems_is_a_user_gem_c": {"type": "integer", "index": 157, "name": "user_gems_is_a_user_gem_c", "comment": null}, "user_gems_past_account_c": {"type": "integer", "index": 158, "name": "user_gems_past_account_c", "comment": null}, "user_gems_past_company_c": {"type": "integer", "index": 159, "name": "user_gems_past_company_c", "comment": null}, "user_gems_past_contact_c": {"type": "integer", "index": 160, "name": "user_gems_past_contact_c", "comment": null}, "user_gems_past_title_c": {"type": "integer", "index": 161, "name": "user_gems_past_title_c", "comment": null}, "partner_contact_c": {"type": "integer", "index": 162, "name": "partner_contact_c", "comment": null}, "promotion_id_c": {"type": "integer", "index": 163, "name": "promotion_id_c", "comment": null}, "referral_exists_c": {"type": "integer", "index": 164, "name": "referral_exists_c", "comment": null}, "referral_first_name_c": {"type": "integer", "index": 165, "name": "referral_first_name_c", "comment": null}, "referral_last_name_c": {"type": "integer", "index": 166, "name": "referral_last_name_c", "comment": null}, "mkto_71_contact_acquisition_date_c": {"type": "integer", "index": 167, "name": "mkto_71_contact_acquisition_date_c", "comment": null}, "mkto_71_contact_acquisition_program_c": {"type": "integer", "index": 168, "name": "mkto_71_contact_acquisition_program_c", "comment": null}, "mkto_71_contact_acquisition_program_id_c": {"type": "integer", "index": 169, "name": "mkto_71_contact_acquisition_program_id_c", "comment": null}, "mkto_71_contact_inferred_city_c": {"type": "integer", "index": 170, "name": "mkto_71_contact_inferred_city_c", "comment": null}, "mkto_71_contact_inferred_company_c": {"type": "integer", "index": 171, "name": "mkto_71_contact_inferred_company_c", "comment": null}, "mkto_71_contact_inferred_country_c": {"type": "integer", "index": 172, "name": "mkto_71_contact_inferred_country_c", "comment": null}, "mkto_71_contact_inferred_metropolitan_a_c": {"type": "integer", "index": 173, "name": "mkto_71_contact_inferred_metropolitan_a_c", "comment": null}, "mkto_71_contact_inferred_phone_area_cod_c": {"type": "integer", "index": 174, "name": "mkto_71_contact_inferred_phone_area_cod_c", "comment": null}, "mkto_71_contact_inferred_postal_code_c": {"type": "integer", "index": 175, "name": "mkto_71_contact_inferred_postal_code_c", "comment": null}, "mkto_71_contact_inferred_state_region_c": {"type": "integer", "index": 176, "name": "mkto_71_contact_inferred_state_region_c", "comment": null}, "mkto_71_contact_lead_score_c": {"type": "integer", "index": 177, "name": "mkto_71_contact_lead_score_c", "comment": null}, "mkto_71_contact_original_referrer_c": {"type": "integer", "index": 178, "name": "mkto_71_contact_original_referrer_c", "comment": null}, "mkto_71_contact_original_search_engine_c": {"type": "integer", "index": 179, "name": "mkto_71_contact_original_search_engine_c", "comment": null}, "mkto_71_contact_original_search_phrase_c": {"type": "integer", "index": 180, "name": "mkto_71_contact_original_search_phrase_c", "comment": null}, "mkto_71_contact_original_source_info_c": {"type": "integer", "index": 181, "name": "mkto_71_contact_original_source_info_c", "comment": null}, "mkto_71_contact_original_source_type_c": {"type": "integer", "index": 182, "name": "mkto_71_contact_original_source_type_c", "comment": null}, "mkto_si_hide_date_c": {"type": "integer", "index": 183, "name": "mkto_si_hide_date_c", "comment": null}, "mkto_si_last_interesting_moment_date_c": {"type": "integer", "index": 184, "name": "mkto_si_last_interesting_moment_date_c", "comment": null}, "mkto_si_last_interesting_moment_desc_c": {"type": "integer", "index": 185, "name": "mkto_si_last_interesting_moment_desc_c", "comment": null}, "mkto_si_last_interesting_moment_source_c": {"type": "integer", "index": 186, "name": "mkto_si_last_interesting_moment_source_c", "comment": null}, "mkto_si_last_interesting_moment_type_c": {"type": "integer", "index": 187, "name": "mkto_si_last_interesting_moment_type_c", "comment": null}, "mkto_si_mkto_lead_score_c": {"type": "integer", "index": 188, "name": "mkto_si_mkto_lead_score_c", "comment": null}, "mkto_si_priority_c": {"type": "integer", "index": 189, "name": "mkto_si_priority_c", "comment": null}, "mkto_si_relative_score_value_c": {"type": "integer", "index": 190, "name": "mkto_si_relative_score_value_c", "comment": null}, "mkto_si_urgency_value_c": {"type": "integer", "index": 191, "name": "mkto_si_urgency_value_c", "comment": null}, "cloudingo_agent_ces_c": {"type": "integer", "index": 192, "name": "cloudingo_agent_ces_c", "comment": null}, "cloudingo_agent_mar_c": {"type": "integer", "index": 193, "name": "cloudingo_agent_mar_c", "comment": null}, "cloudingo_agent_mas_c": {"type": "integer", "index": 194, "name": "cloudingo_agent_mas_c", "comment": null}, "cloudingo_agent_mav_c": {"type": "integer", "index": 195, "name": "cloudingo_agent_mav_c", "comment": null}, "cloudingo_agent_mrdi_c": {"type": "integer", "index": 196, "name": "cloudingo_agent_mrdi_c", "comment": null}, "cloudingo_agent_mtz_c": {"type": "integer", "index": 197, "name": "cloudingo_agent_mtz_c", "comment": null}, "cloudingo_agent_oar_c": {"type": "integer", "index": 198, "name": "cloudingo_agent_oar_c", "comment": null}, "cloudingo_agent_oas_c": {"type": "integer", "index": 199, "name": "cloudingo_agent_oas_c", "comment": null}, "cloudingo_agent_oav_c": {"type": "integer", "index": 200, "name": "cloudingo_agent_oav_c", "comment": null}, "cloudingo_agent_ordi_c": {"type": "integer", "index": 201, "name": "cloudingo_agent_ordi_c", "comment": null}, "cloudingo_agent_otz_c": {"type": "integer", "index": 202, "name": "cloudingo_agent_otz_c", "comment": null}, "do_not_sync_marketo_c": {"type": "integer", "index": 203, "name": "do_not_sync_marketo_c", "comment": null}, "phone_extension_c": {"type": "integer", "index": 204, "name": "phone_extension_c", "comment": null}, "job_function_c": {"type": "integer", "index": 205, "name": "job_function_c", "comment": null}, "job_level_c": {"type": "integer", "index": 206, "name": "job_level_c", "comment": null}, "direct_office_c": {"type": "integer", "index": 207, "name": "direct_office_c", "comment": null}, "city_c": {"type": "integer", "index": 208, "name": "city_c", "comment": null}, "country_c": {"type": "integer", "index": 209, "name": "country_c", "comment": null}, "state_c": {"type": "integer", "index": 210, "name": "state_c", "comment": null}, "secondary_email_c": {"type": "integer", "index": 211, "name": "secondary_email_c", "comment": null}, "es_seniority_c": {"type": "integer", "index": 212, "name": "es_seniority_c", "comment": null}, "source_last_lead_source_c": {"type": "integer", "index": 213, "name": "source_last_lead_source_c", "comment": null}, "source_last_lead_source_category_c": {"type": "integer", "index": 214, "name": "source_last_lead_source_category_c", "comment": null}, "source_last_lead_source_detail_c": {"type": "integer", "index": 215, "name": "source_last_lead_source_detail_c", "comment": null}, "drift_cql_c": {"type": "integer", "index": 216, "name": "drift_cql_c", "comment": null}, "hot_contact_c": {"type": "integer", "index": 217, "name": "hot_contact_c", "comment": null}, "behavioral_score_c": {"type": "integer", "index": 218, "name": "behavioral_score_c", "comment": null}, "unique_email_c": {"type": "integer", "index": 219, "name": "unique_email_c", "comment": null}, "is_emea_event_routing_c": {"type": "integer", "index": 220, "name": "is_emea_event_routing_c", "comment": null}, "csi_code_c": {"type": "integer", "index": 221, "name": "csi_code_c", "comment": null}, "clearbit_role_c": {"type": "integer", "index": 222, "name": "clearbit_role_c", "comment": null}, "clearbit_seniority_c": {"type": "integer", "index": 223, "name": "clearbit_seniority_c", "comment": null}, "clearbit_sub_role_c": {"type": "integer", "index": 224, "name": "clearbit_sub_role_c", "comment": null}, "rh_2_currency_test_c": {"type": "integer", "index": 225, "name": "rh_2_currency_test_c", "comment": null}, "rh_2_describe_c": {"type": "integer", "index": 226, "name": "rh_2_describe_c", "comment": null}, "rh_2_integer_test_c": {"type": "integer", "index": 227, "name": "rh_2_integer_test_c", "comment": null}, "created_by_role_c": {"type": "integer", "index": 228, "name": "created_by_role_c", "comment": null}, "demographic_score_c": {"type": "integer", "index": 229, "name": "demographic_score_c", "comment": null}, "country_code_c": {"type": "integer", "index": 230, "name": "country_code_c", "comment": null}, "state_code_c": {"type": "integer", "index": 231, "name": "state_code_c", "comment": null}, "attended_event_c": {"type": "integer", "index": 232, "name": "attended_event_c", "comment": null}, "zoominfo_technologies_c": {"type": "integer", "index": 233, "name": "zoominfo_technologies_c", "comment": null}, "mql_date_c": {"type": "integer", "index": 234, "name": "mql_date_c", "comment": null}, "user_gems_user_gems_id_c": {"type": "integer", "index": 235, "name": "user_gems_user_gems_id_c", "comment": null}, "dozisf_zoom_info_company_id_c": {"type": "integer", "index": 236, "name": "dozisf_zoom_info_company_id_c", "comment": null}, "dozisf_zoom_info_first_updated_c": {"type": "integer", "index": 237, "name": "dozisf_zoom_info_first_updated_c", "comment": null}, "dozisf_zoom_info_id_c": {"type": "integer", "index": 238, "name": "dozisf_zoom_info_id_c", "comment": null}, "dozisf_zoom_info_last_updated_c": {"type": "integer", "index": 239, "name": "dozisf_zoom_info_last_updated_c", "comment": null}, "lean_data_manual_route_trigger_c": {"type": "integer", "index": 240, "name": "lean_data_manual_route_trigger_c", "comment": null}, "first_mql_date_c": {"type": "integer", "index": 241, "name": "first_mql_date_c", "comment": null}, "active_relationship_c": {"type": "integer", "index": 242, "name": "active_relationship_c", "comment": null}, "clarus_date_c": {"type": "integer", "index": 243, "name": "clarus_date_c", "comment": null}, "clarus_editor_c": {"type": "integer", "index": 244, "name": "clarus_editor_c", "comment": null}, "clarus_notes_c": {"type": "integer", "index": 245, "name": "clarus_notes_c", "comment": null}, "clarus_project_c": {"type": "integer", "index": 246, "name": "clarus_project_c", "comment": null}, "clarus_status_c": {"type": "integer", "index": 247, "name": "clarus_status_c", "comment": null}, "historical_contact_status_c": {"type": "integer", "index": 248, "name": "historical_contact_status_c", "comment": null}, "fivetran_account_association_date_c": {"type": "integer", "index": 249, "name": "fivetran_account_association_date_c", "comment": null}, "fivetran_account_user_role_s_c": {"type": "integer", "index": 250, "name": "fivetran_account_user_role_s_c", "comment": null}, "mql_reason_c": {"type": "integer", "index": 251, "name": "mql_reason_c", "comment": null}, "attempting_contact_date_time_c": {"type": "integer", "index": 252, "name": "attempting_contact_date_time_c", "comment": null}, "linked_in_url_c": {"type": "integer", "index": 253, "name": "linked_in_url_c", "comment": null}, "trial_contact_start_date_c": {"type": "integer", "index": 254, "name": "trial_contact_start_date_c", "comment": null}, "contact_holdover_c": {"type": "integer", "index": 255, "name": "contact_holdover_c", "comment": null}, "bill_to_contact_hidden_c": {"type": "integer", "index": 256, "name": "bill_to_contact_hidden_c", "comment": null}, "enrichment_request_c": {"type": "integer", "index": 257, "name": "enrichment_request_c", "comment": null}, "meta_data_create_date_c": {"type": "integer", "index": 258, "name": "meta_data_create_date_c", "comment": null}, "primary_se_c": {"type": "integer", "index": 259, "name": "primary_se_c", "comment": null}, "unqualified_reason_c": {"type": "integer", "index": 260, "name": "unqualified_reason_c", "comment": null}, "opp_handoff_ae_c": {"type": "integer", "index": 261, "name": "opp_handoff_ae_c", "comment": null}, "marketing_connector_interest_c": {"type": "integer", "index": 262, "name": "marketing_connector_interest_c", "comment": null}, "recent_marketing_campaign_status_c": {"type": "integer", "index": 263, "name": "recent_marketing_campaign_status_c", "comment": null}, "salesloft_cadence_trigger_c": {"type": "integer", "index": 264, "name": "salesloft_cadence_trigger_c", "comment": null}, "last_ae_activity_owner_c": {"type": "integer", "index": 265, "name": "last_ae_activity_owner_c", "comment": null}, "last_bdr_activity_owner_c": {"type": "integer", "index": 266, "name": "last_bdr_activity_owner_c", "comment": null}, "last_manual_ae_activity_date_c": {"type": "integer", "index": 267, "name": "last_manual_ae_activity_date_c", "comment": null}, "last_manual_bdr_activity_date_c": {"type": "integer", "index": 268, "name": "last_manual_bdr_activity_date_c", "comment": null}, "leandata_contact_owner_override_c": {"type": "integer", "index": 269, "name": "leandata_contact_owner_override_c", "comment": null}, "potential_fivetran_use_case_c": {"type": "integer", "index": 270, "name": "potential_fivetran_use_case_c", "comment": null}, "lean_data_router_completion_date_time_c": {"type": "integer", "index": 271, "name": "lean_data_router_completion_date_time_c", "comment": null}, "partner_territory_c": {"type": "integer", "index": 272, "name": "partner_territory_c", "comment": null}, "partner_company_c": {"type": "integer", "index": 273, "name": "partner_company_c", "comment": null}, "bizible_2_ad_campaign_name_ft_c": {"type": "integer", "index": 274, "name": "bizible_2_ad_campaign_name_ft_c", "comment": null}, "bizible_2_ad_campaign_name_lc_c": {"type": "integer", "index": 275, "name": "bizible_2_ad_campaign_name_lc_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "integer", "index": 276, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_landing_page_ft_c": {"type": "integer", "index": 277, "name": "bizible_2_landing_page_ft_c", "comment": null}, "bizible_2_landing_page_lc_c": {"type": "integer", "index": 278, "name": "bizible_2_landing_page_lc_c", "comment": null}, "bizible_2_marketing_channel_ft_c": {"type": "integer", "index": 279, "name": "bizible_2_marketing_channel_ft_c", "comment": null}, "bizible_2_marketing_channel_lc_c": {"type": "integer", "index": 280, "name": "bizible_2_marketing_channel_lc_c", "comment": null}, "bizible_2_touchpoint_date_ft_c": {"type": "integer", "index": 281, "name": "bizible_2_touchpoint_date_ft_c", "comment": null}, "bizible_2_touchpoint_date_lc_c": {"type": "integer", "index": 282, "name": "bizible_2_touchpoint_date_lc_c", "comment": null}, "bizible_2_touchpoint_source_ft_c": {"type": "integer", "index": 283, "name": "bizible_2_touchpoint_source_ft_c", "comment": null}, "bizible_2_touchpoint_source_lc_c": {"type": "integer", "index": 284, "name": "bizible_2_touchpoint_source_lc_c", "comment": null}, "sales_email_opt_out_c": {"type": "integer", "index": 285, "name": "sales_email_opt_out_c", "comment": null}, "sales_email_opt_out_date_time_c": {"type": "integer", "index": 286, "name": "sales_email_opt_out_date_time_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "integer", "index": 287, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "integer", "index": 288, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_net_suite_sync_error_c": {"type": "integer", "index": 289, "name": "celigo_sfnsio_net_suite_sync_error_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "integer", "index": 290, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "integer", "index": 291, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "ironclad_workflow_c": {"type": "integer", "index": 292, "name": "ironclad_workflow_c", "comment": null}, "last_sales_activity_date_time_c": {"type": "integer", "index": 293, "name": "last_sales_activity_date_time_c", "comment": null}, "user_activity_logged_by_c": {"type": "integer", "index": 294, "name": "user_activity_logged_by_c", "comment": null}, "first_activity_after_mql_date_c": {"type": "integer", "index": 295, "name": "first_activity_after_mql_date_c", "comment": null}, "last_sdr_activity_owner_c": {"type": "integer", "index": 296, "name": "last_sdr_activity_owner_c", "comment": null}, "last_sdr_activity_date_c": {"type": "integer", "index": 297, "name": "last_sdr_activity_date_c", "comment": null}, "beta_connector_interest_c": {"type": "integer", "index": 298, "name": "beta_connector_interest_c", "comment": null}, "first_manual_activity_after_mql_date_c": {"type": "integer", "index": 299, "name": "first_manual_activity_after_mql_date_c", "comment": null}, "user_gems_ug_past_infos_c": {"type": "integer", "index": 300, "name": "user_gems_ug_past_infos_c", "comment": null}, "user_gems_ug_current_infos_c": {"type": "integer", "index": 301, "name": "user_gems_ug_current_infos_c", "comment": null}, "user_gems_ug_created_by_ug_c": {"type": "integer", "index": 302, "name": "user_gems_ug_created_by_ug_c", "comment": null}, "free_trial_email_confirmed_date_c": {"type": "integer", "index": 303, "name": "free_trial_email_confirmed_date_c", "comment": null}, "routed_from_manual_bdr_ae_activity_c": {"type": "integer", "index": 304, "name": "routed_from_manual_bdr_ae_activity_c", "comment": null}, "dnboptimizer_dn_bcontact_record_c": {"type": "integer", "index": 305, "name": "dnboptimizer_dn_bcontact_record_c", "comment": null}, "i_sell_avention_id_c": {"type": "integer", "index": 306, "name": "i_sell_avention_id_c", "comment": null}, "persona_c": {"type": "integer", "index": 307, "name": "persona_c", "comment": null}, "last_marketing_interesting_moment_date_c": {"type": "integer", "index": 308, "name": "last_marketing_interesting_moment_date_c", "comment": null}, "verified_c": {"type": "integer", "index": 309, "name": "verified_c", "comment": null}, "salesloft_owner_c": {"type": "integer", "index": 310, "name": "salesloft_owner_c", "comment": null}, "salesloft_owner_sf_c": {"type": "integer", "index": 311, "name": "salesloft_owner_sf_c", "comment": null}, "email_opt_out_date_time_c": {"type": "integer", "index": 312, "name": "email_opt_out_date_time_c", "comment": null}, "pbf_startup_primary_role_c": {"type": "integer", "index": 313, "name": "pbf_startup_primary_role_c", "comment": null}, "pbf_startup_certify_eligibility_c": {"type": "integer", "index": 314, "name": "pbf_startup_certify_eligibility_c", "comment": null}, "engagio_intent_minutes_last_30_days_c": {"type": "integer", "index": 315, "name": "engagio_intent_minutes_last_30_days_c", "comment": null}, "engagio_engagement_minutes_last_3_months_c": {"type": "integer", "index": 316, "name": "engagio_engagement_minutes_last_3_months_c", "comment": null}, "engagio_engagement_minutes_last_7_days_c": {"type": "integer", "index": 317, "name": "engagio_engagement_minutes_last_7_days_c", "comment": null}, "engagio_first_engagement_date_c": {"type": "integer", "index": 318, "name": "engagio_first_engagement_date_c", "comment": null}, "engagio_department_c": {"type": "integer", "index": 319, "name": "engagio_department_c", "comment": null}, "engagio_role_c": {"type": "integer", "index": 320, "name": "engagio_role_c", "comment": null}, "mql_date_changed_c": {"type": "integer", "index": 321, "name": "mql_date_changed_c", "comment": null}, "first_activity_after_mql_changed_c": {"type": "integer", "index": 322, "name": "first_activity_after_mql_changed_c", "comment": null}, "birthdate": {"type": "timestamp without time zone", "index": 323, "name": "birthdate", "comment": null}, "legacy_hvr_id_c": {"type": "integer", "index": 324, "name": "legacy_hvr_id_c", "comment": null}, "has_opted_out_of_fax": {"type": "integer", "index": 325, "name": "has_opted_out_of_fax", "comment": null}, "other_latitude": {"type": "integer", "index": 326, "name": "other_latitude", "comment": null}, "username_c": {"type": "integer", "index": 327, "name": "username_c", "comment": null}, "assistant_name": {"type": "integer", "index": 328, "name": "assistant_name", "comment": null}, "created_at_c": {"type": "integer", "index": 329, "name": "created_at_c", "comment": null}, "partner_contact_deprecate_c": {"type": "integer", "index": 330, "name": "partner_contact_deprecate_c", "comment": null}, "other_street": {"type": "integer", "index": 331, "name": "other_street", "comment": null}, "other_state": {"type": "integer", "index": 332, "name": "other_state", "comment": null}, "home_phone": {"type": "integer", "index": 333, "name": "home_phone", "comment": null}, "other_city": {"type": "integer", "index": 334, "name": "other_city", "comment": null}, "company_c": {"type": "integer", "index": 335, "name": "company_c", "comment": null}, "opportunity_c": {"type": "integer", "index": 336, "name": "opportunity_c", "comment": null}, "hvr_update_c": {"type": "integer", "index": 337, "name": "hvr_update_c", "comment": null}, "other_phone": {"type": "integer", "index": 338, "name": "other_phone", "comment": null}, "other_geocode_accuracy": {"type": "integer", "index": 339, "name": "other_geocode_accuracy", "comment": null}, "other_postal_code": {"type": "integer", "index": 340, "name": "other_postal_code", "comment": null}, "other_country": {"type": "integer", "index": 341, "name": "other_country", "comment": null}, "assistant_phone": {"type": "integer", "index": 342, "name": "assistant_phone", "comment": null}, "jigsaw": {"type": "integer", "index": 343, "name": "jigsaw", "comment": null}, "avatar_c": {"type": "integer", "index": 344, "name": "avatar_c", "comment": null}, "other_longitude": {"type": "integer", "index": 345, "name": "other_longitude", "comment": null}, "lean_data_status_info_c": {"type": "integer", "index": 346, "name": "lean_data_status_info_c", "comment": null}, "analytics_id_c": {"type": "integer", "index": 347, "name": "analytics_id_c", "comment": null}, "dnb_primary_address_postal_code_c": {"type": "integer", "index": 348, "name": "dnb_primary_address_postal_code_c", "comment": null}, "dnb_contact_phone_c": {"type": "integer", "index": 349, "name": "dnb_contact_phone_c", "comment": null}, "dnb_email_deliverability_score_c": {"type": "integer", "index": 350, "name": "dnb_email_deliverability_score_c", "comment": null}, "dnb_job_title_c": {"type": "integer", "index": 351, "name": "dnb_job_title_c", "comment": null}, "dnb_email_c": {"type": "integer", "index": 352, "name": "dnb_email_c", "comment": null}, "dnb_primary_address_city_c": {"type": "integer", "index": 353, "name": "dnb_primary_address_city_c", "comment": null}, "dnb_phone_accuracy_score_c": {"type": "integer", "index": 354, "name": "dnb_phone_accuracy_score_c", "comment": null}, "dnb_primary_address_state_province_c": {"type": "integer", "index": 355, "name": "dnb_primary_address_state_province_c", "comment": null}, "dnb_primary_address_state_province_abbre_c": {"type": "integer", "index": 356, "name": "dnb_primary_address_state_province_abbre_c", "comment": null}, "dnb_primary_address_country_region_code_c": {"type": "integer", "index": 357, "name": "dnb_primary_address_country_region_code_c", "comment": null}, "email_opt_in_double_c": {"type": "integer", "index": 358, "name": "email_opt_in_double_c", "comment": null}, "phone_number_catch_all_c": {"type": "integer", "index": 359, "name": "phone_number_catch_all_c", "comment": null}, "contact_owners_manager_stamped_c": {"type": "integer", "index": 360, "name": "contact_owners_manager_stamped_c", "comment": null}, "fivetran_account_id_c": {"type": "integer", "index": 361, "name": "fivetran_account_id_c", "comment": null}, "contacts_domain_exists_c": {"type": "integer", "index": 362, "name": "contacts_domain_exists_c", "comment": null}, "utm_id_c": {"type": "integer", "index": 363, "name": "utm_id_c", "comment": null}, "self_service_routing_c": {"type": "integer", "index": 364, "name": "self_service_routing_c", "comment": null}, "no_geo_data_c": {"type": "integer", "index": 365, "name": "no_geo_data_c", "comment": null}, "to_be_deleted_salesloft_backfill_c": {"type": "integer", "index": 366, "name": "to_be_deleted_salesloft_backfill_c", "comment": null}, "do_not_sync_reason_marketo_c": {"type": "integer", "index": 367, "name": "do_not_sync_reason_marketo_c", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 368, "name": "_fivetran_active", "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.salesforce_source.salesforce.contact"}, "source.salesforce_source.salesforce_history.contact": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_contact_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_active": {"type": "boolean", "index": 1, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_end", "comment": null}, "id": {"type": "text", "index": 4, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 6, "name": "account_id", "comment": null}, "email": {"type": "text", "index": 7, "name": "email", "comment": null}, "first_name": {"type": "text", "index": 8, "name": "first_name", "comment": null}, "is_deleted": {"type": "boolean", "index": 9, "name": "is_deleted", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 10, "name": "last_activity_date", "comment": null}, "last_modified_by_id": {"type": "text", "index": 11, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 12, "name": "last_modified_date", "comment": null}, "last_name": {"type": "text", "index": 13, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "integer", "index": 14, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 15, "name": "last_viewed_date", "comment": null}, "mailing_city": {"type": "text", "index": 16, "name": "mailing_city", "comment": null}, "mailing_country": {"type": "text", "index": 17, "name": "mailing_country", "comment": null}, "mailing_country_code": {"type": "text", "index": 18, "name": "mailing_country_code", "comment": null}, "mailing_postal_code": {"type": "integer", "index": 19, "name": "mailing_postal_code", "comment": null}, "mailing_state": {"type": "text", "index": 20, "name": "mailing_state", "comment": null}, "mailing_street": {"type": "text", "index": 21, "name": "mailing_street", "comment": null}, "master_record_id": {"type": "integer", "index": 22, "name": "master_record_id", "comment": null}, "mobile_phone": {"type": "integer", "index": 23, "name": "mobile_phone", "comment": null}, "name": {"type": "text", "index": 24, "name": "name", "comment": null}, "owner_id": {"type": "text", "index": 25, "name": "owner_id", "comment": null}, "phone": {"type": "text", "index": 26, "name": "phone", "comment": null}, "reports_to_id": {"type": "integer", "index": 27, "name": "reports_to_id", "comment": null}, "title": {"type": "text", "index": 28, "name": "title", "comment": null}, "lead_source": {"type": "text", "index": 29, "name": "lead_source", "comment": null}, "description": {"type": "text", "index": 30, "name": "description", "comment": null}, "individual_id": {"type": "integer", "index": 31, "name": "individual_id", "comment": null}, "home_phone": {"type": "integer", "index": 32, "name": "home_phone", "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.salesforce_source.salesforce_history.contact"}, "source.salesforce_source.salesforce.event": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_event_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "activity_date": {"type": "timestamp without time zone", "index": 4, "name": "activity_date", "comment": null}, "activity_date_time": {"type": "timestamp without time zone", "index": 5, "name": "activity_date_time", "comment": null}, "created_by_id": {"type": "text", "index": 6, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 7, "name": "created_date", "comment": null}, "description": {"type": "text", "index": 8, "name": "description", "comment": null}, "duration_in_minutes": {"type": "integer", "index": 9, "name": "duration_in_minutes", "comment": null}, "end_date_time": {"type": "timestamp without time zone", "index": 10, "name": "end_date_time", "comment": null}, "event_subtype": {"type": "text", "index": 11, "name": "event_subtype", "comment": null}, "group_event_type": {"type": "integer", "index": 12, "name": "group_event_type", "comment": null}, "invitee_uuid_c": {"type": "integer", "index": 13, "name": "invitee_uuid_c", "comment": null}, "is_child": {"type": "boolean", "index": 14, "name": "is_child", "comment": null}, "is_deleted": {"type": "boolean", "index": 15, "name": "is_deleted", "comment": null}, "is_group_event": {"type": "boolean", "index": 16, "name": "is_group_event", "comment": null}, "is_private": {"type": "boolean", "index": 17, "name": "is_private", "comment": null}, "is_recurrence": {"type": "boolean", "index": 18, "name": "is_recurrence", "comment": null}, "is_reminder_set": {"type": "boolean", "index": 19, "name": "is_reminder_set", "comment": null}, "last_modified_by_id": {"type": "text", "index": 20, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 21, "name": "last_modified_date", "comment": null}, "location": {"type": "integer", "index": 22, "name": "location", "comment": null}, "no_show_c": {"type": "boolean", "index": 23, "name": "no_show_c", "comment": null}, "owner_id": {"type": "text", "index": 24, "name": "owner_id", "comment": null}, "recurrence_activity_id": {"type": "integer", "index": 25, "name": "recurrence_activity_id", "comment": null}, "recurrence_day_of_month": {"type": "integer", "index": 26, "name": "recurrence_day_of_month", "comment": null}, "recurrence_day_of_week_mask": {"type": "integer", "index": 27, "name": "recurrence_day_of_week_mask", "comment": null}, "recurrence_end_date_only": {"type": "timestamp without time zone", "index": 28, "name": "recurrence_end_date_only", "comment": null}, "recurrence_instance": {"type": "integer", "index": 29, "name": "recurrence_instance", "comment": null}, "recurrence_interval": {"type": "integer", "index": 30, "name": "recurrence_interval", "comment": null}, "recurrence_month_of_year": {"type": "integer", "index": 31, "name": "recurrence_month_of_year", "comment": null}, "recurrence_start_date_time": {"type": "timestamp without time zone", "index": 32, "name": "recurrence_start_date_time", "comment": null}, "recurrence_time_zone_sid_key": {"type": "integer", "index": 33, "name": "recurrence_time_zone_sid_key", "comment": null}, "recurrence_type": {"type": "integer", "index": 34, "name": "recurrence_type", "comment": null}, "referral_account_c": {"type": "integer", "index": 35, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "integer", "index": 36, "name": "referral_contact_c", "comment": null}, "reminder_date_time": {"type": "timestamp without time zone", "index": 37, "name": "reminder_date_time", "comment": null}, "show_as": {"type": "text", "index": 38, "name": "show_as", "comment": null}, "start_date_time": {"type": "timestamp without time zone", "index": 39, "name": "start_date_time", "comment": null}, "subject": {"type": "text", "index": 40, "name": "subject", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 41, "name": "system_modstamp", "comment": null}, "type": {"type": "text", "index": 42, "name": "type", "comment": null}, "what_count": {"type": "integer", "index": 43, "name": "what_count", "comment": null}, "what_id": {"type": "text", "index": 44, "name": "what_id", "comment": null}, "who_count": {"type": "integer", "index": 45, "name": "who_count", "comment": null}, "who_id": {"type": "text", "index": 46, "name": "who_id", "comment": null}, "first_meeting_held_c": {"type": "integer", "index": 47, "name": "first_meeting_held_c", "comment": null}, "associated_sdr_c": {"type": "integer", "index": 48, "name": "associated_sdr_c", "comment": null}, "first_meeting_c": {"type": "integer", "index": 49, "name": "first_meeting_c", "comment": null}, "call_recording_c": {"type": "integer", "index": 50, "name": "call_recording_c", "comment": null}, "affectlayer_chorus_call_id_c": {"type": "integer", "index": 51, "name": "affectlayer_chorus_call_id_c", "comment": null}, "affectlayer_affect_layer_call_id_c": {"type": "integer", "index": 52, "name": "affectlayer_affect_layer_call_id_c", "comment": null}, "last_rep_activity_date_c": {"type": "integer", "index": 53, "name": "last_rep_activity_date_c", "comment": null}, "lid_url_c": {"type": "integer", "index": 54, "name": "lid_url_c", "comment": null}, "lid_date_sent_c": {"type": "integer", "index": 55, "name": "lid_date_sent_c", "comment": null}, "sales_loft_step_id_c": {"type": "integer", "index": 56, "name": "sales_loft_step_id_c", "comment": null}, "sales_loft_step_name_c": {"type": "integer", "index": 57, "name": "sales_loft_step_name_c", "comment": null}, "sales_loft_step_type_c": {"type": "integer", "index": 58, "name": "sales_loft_step_type_c", "comment": null}, "sales_loft_email_template_id_c": {"type": "integer", "index": 59, "name": "sales_loft_email_template_id_c", "comment": null}, "sales_loft_external_identifier_c": {"type": "integer", "index": 60, "name": "sales_loft_external_identifier_c", "comment": null}, "sales_loft_cadence_id_c": {"type": "integer", "index": 61, "name": "sales_loft_cadence_id_c", "comment": null}, "sales_loft_clicked_count_c": {"type": "integer", "index": 62, "name": "sales_loft_clicked_count_c", "comment": null}, "sales_loft_cadence_name_c": {"type": "integer", "index": 63, "name": "sales_loft_cadence_name_c", "comment": null}, "sales_loft_reply_count_c": {"type": "integer", "index": 64, "name": "sales_loft_reply_count_c", "comment": null}, "call_disposition_c": {"type": "integer", "index": 65, "name": "call_disposition_c", "comment": null}, "sales_loft_email_template_title_c": {"type": "integer", "index": 66, "name": "sales_loft_email_template_title_c", "comment": null}, "sales_loft_step_day_new_c": {"type": "integer", "index": 67, "name": "sales_loft_step_day_new_c", "comment": null}, "call_disposition_2_c": {"type": "integer", "index": 68, "name": "call_disposition_2_c", "comment": null}, "sales_loft_viewed_count_c": {"type": "integer", "index": 69, "name": "sales_loft_viewed_count_c", "comment": null}, "sales_loft_1_sales_loft_step_day_c": {"type": "integer", "index": 70, "name": "sales_loft_1_sales_loft_step_day_c", "comment": null}, "sales_loft_1_sales_loft_clicked_count_c": {"type": "integer", "index": 71, "name": "sales_loft_1_sales_loft_clicked_count_c", "comment": null}, "sales_loft_1_sales_loft_view_count_c": {"type": "integer", "index": 72, "name": "sales_loft_1_sales_loft_view_count_c", "comment": null}, "sales_loft_1_call_disposition_c": {"type": "integer", "index": 73, "name": "sales_loft_1_call_disposition_c", "comment": null}, "sales_loft_1_sales_loft_replies_count_c": {"type": "integer", "index": 74, "name": "sales_loft_1_sales_loft_replies_count_c", "comment": null}, "sales_loft_1_sales_loft_cadence_name_c": {"type": "integer", "index": 75, "name": "sales_loft_1_sales_loft_cadence_name_c", "comment": null}, "sales_loft_1_call_sentiment_c": {"type": "integer", "index": 76, "name": "sales_loft_1_call_sentiment_c", "comment": null}, "sales_loft_1_sales_loft_email_template_title_c": {"type": "integer", "index": 77, "name": "sales_loft_1_sales_loft_email_template_title_c", "comment": null}, "is_recurrence_2": {"type": "boolean", "index": 78, "name": "is_recurrence_2", "comment": null}, "is_recurrence_2_exception": {"type": "boolean", "index": 79, "name": "is_recurrence_2_exception", "comment": null}, "is_recurrence_2_exclusion": {"type": "boolean", "index": 80, "name": "is_recurrence_2_exclusion", "comment": null}, "recurrence_2_pattern_start_date": {"type": "timestamp without time zone", "index": 81, "name": "recurrence_2_pattern_start_date", "comment": null}, "recurrence_2_pattern_text": {"type": "integer", "index": 82, "name": "recurrence_2_pattern_text", "comment": null}, "recurrence_2_pattern_time_zone": {"type": "integer", "index": 83, "name": "recurrence_2_pattern_time_zone", "comment": null}, "recurrence_2_pattern_version": {"type": "integer", "index": 84, "name": "recurrence_2_pattern_version", "comment": null}, "co_selling_activity_c": {"type": "integer", "index": 85, "name": "co_selling_activity_c", "comment": null}, "is_a_co_sell_activity_c": {"type": "integer", "index": 86, "name": "is_a_co_sell_activity_c", "comment": null}, "partner_contact_c": {"type": "integer", "index": 87, "name": "partner_contact_c", "comment": null}, "description_c": {"type": "integer", "index": 88, "name": "description_c", "comment": null}, "campaign_c": {"type": "integer", "index": 89, "name": "campaign_c", "comment": null}, "event_name_c": {"type": "integer", "index": 90, "name": "event_name_c", "comment": null}, "partner_account_c": {"type": "integer", "index": 91, "name": "partner_account_c", "comment": null}, "topic_c": {"type": "integer", "index": 92, "name": "topic_c", "comment": null}, "attendance_number_c": {"type": "integer", "index": 93, "name": "attendance_number_c", "comment": null}, "partner_activity_type_c": {"type": "integer", "index": 94, "name": "partner_activity_type_c", "comment": null}, "how_did_you_bring_value_or_create_trust_c": {"type": "integer", "index": 95, "name": "how_did_you_bring_value_or_create_trust_c", "comment": null}, "proof_of_referral_c": {"type": "integer", "index": 96, "name": "proof_of_referral_c", "comment": null}, "how_did_you_bring_value_or_earn_trust_c": {"type": "integer", "index": 97, "name": "how_did_you_bring_value_or_earn_trust_c", "comment": null}, "duration_in_minutes_c": {"type": "integer", "index": 98, "name": "duration_in_minutes_c", "comment": null}, "vidyard_c": {"type": "boolean", "index": 99, "name": "vidyard_c", "comment": null}, "collections_hold_c": {"type": "boolean", "index": 100, "name": "collections_hold_c", "comment": null}, "execute_collections_plan_activity_c": {"type": "boolean", "index": 101, "name": "execute_collections_plan_activity_c", "comment": null}, "expected_payment_date_c": {"type": "integer", "index": 102, "name": "expected_payment_date_c", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 103, "name": "end_date", "comment": null}, "opportunity_c": {"type": "integer", "index": 104, "name": "opportunity_c", "comment": null}, "meeting_type_c": {"type": "integer", "index": 105, "name": "meeting_type_c", "comment": null}, "meeting_name_c": {"type": "integer", "index": 106, "name": "meeting_name_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "integer", "index": 107, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_bizible_touchpoint_date_c": {"type": "integer", "index": 108, "name": "bizible_2_bizible_touchpoint_date_c", "comment": null}, "assigned_to_role_c": {"type": "integer", "index": 109, "name": "assigned_to_role_c", "comment": null}, "assigned_to_name_c": {"type": "integer", "index": 110, "name": "assigned_to_name_c", "comment": null}, "legacy_hvr_id_c": {"type": "integer", "index": 111, "name": "legacy_hvr_id_c", "comment": null}, "is_archived": {"type": "boolean", "index": 112, "name": "is_archived", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 113, "name": "_fivetran_active", "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.salesforce_source.salesforce.event"}, "source.salesforce_source.salesforce.lead": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_lead_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"country": {"type": "integer", "index": 1, "name": "country", "comment": null}, "email_bounced_reason": {"type": "integer", "index": 2, "name": "email_bounced_reason", "comment": null}, "email_bounced_date": {"type": "timestamp without time zone", "index": 3, "name": "email_bounced_date", "comment": null}, "owner_id": {"type": "text", "index": 4, "name": "owner_id", "comment": null}, "secondary_email_c": {"type": "integer", "index": 5, "name": "secondary_email_c", "comment": null}, "lead_source": {"type": "integer", "index": 6, "name": "lead_source", "comment": null}, "converted_date": {"type": "timestamp without time zone", "index": 7, "name": "converted_date", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 8, "name": "last_modified_date", "comment": null}, "master_record_id": {"type": "integer", "index": 9, "name": "master_record_id", "comment": null}, "last_modified_by_id": {"type": "text", "index": 10, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 11, "name": "system_modstamp", "comment": null}, "geocode_accuracy": {"type": "integer", "index": 12, "name": "geocode_accuracy", "comment": null}, "converted_contact_id": {"type": "text", "index": 13, "name": "converted_contact_id", "comment": null}, "up_region_c": {"type": "integer", "index": 14, "name": "up_region_c", "comment": null}, "id": {"type": "text", "index": 15, "name": "id", "comment": null}, "photo_url": {"type": "text", "index": 16, "name": "photo_url", "comment": null}, "state": {"type": "integer", "index": 17, "name": "state", "comment": null}, "longitude": {"type": "integer", "index": 18, "name": "longitude", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 19, "name": "last_referenced_date", "comment": null}, "up_district_c": {"type": "integer", "index": 20, "name": "up_district_c", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 21, "name": "last_activity_date", "comment": null}, "country_code": {"type": "integer", "index": 22, "name": "country_code", "comment": null}, "phone": {"type": "integer", "index": 23, "name": "phone", "comment": null}, "mc_4_sf_mc_subscriber_c": {"type": "integer", "index": 24, "name": "mc_4_sf_mc_subscriber_c", "comment": null}, "name": {"type": "text", "index": 25, "name": "name", "comment": null}, "jigsaw_contact_id": {"type": "integer", "index": 26, "name": "jigsaw_contact_id", "comment": null}, "lead_source_detail_c": {"type": "integer", "index": 27, "name": "lead_source_detail_c", "comment": null}, "created_by_id": {"type": "text", "index": 28, "name": "created_by_id", "comment": null}, "salutation": {"type": "integer", "index": 29, "name": "salutation", "comment": null}, "is_converted": {"type": "boolean", "index": 30, "name": "is_converted", "comment": null}, "state_code": {"type": "integer", "index": 31, "name": "state_code", "comment": null}, "is_unread_by_owner": {"type": "boolean", "index": 32, "name": "is_unread_by_owner", "comment": null}, "status": {"type": "text", "index": 33, "name": "status", "comment": null}, "city": {"type": "integer", "index": 34, "name": "city", "comment": null}, "latitude": {"type": "integer", "index": 35, "name": "latitude", "comment": null}, "cbit_clearbit_c": {"type": "integer", "index": 36, "name": "cbit_clearbit_c", "comment": null}, "industry": {"type": "text", "index": 37, "name": "industry", "comment": null}, "title": {"type": "integer", "index": 38, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 39, "name": "_fivetran_synced", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 40, "name": "last_viewed_date", "comment": null}, "converted_opportunity_id": {"type": "integer", "index": 41, "name": "converted_opportunity_id", "comment": null}, "is_deleted": {"type": "boolean", "index": 42, "name": "is_deleted", "comment": null}, "street": {"type": "integer", "index": 43, "name": "street", "comment": null}, "company": {"type": "text", "index": 44, "name": "company", "comment": null}, "first_name": {"type": "text", "index": 45, "name": "first_name", "comment": null}, "email": {"type": "text", "index": 46, "name": "email", "comment": null}, "website": {"type": "integer", "index": 47, "name": "website", "comment": null}, "last_name": {"type": "text", "index": 48, "name": "last_name", "comment": null}, "number_of_employees": {"type": "integer", "index": 49, "name": "number_of_employees", "comment": null}, "up_territory_c": {"type": "integer", "index": 50, "name": "up_territory_c", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 51, "name": "created_date", "comment": null}, "gclid_c": {"type": "integer", "index": 52, "name": "gclid_c", "comment": null}, "active_in_sequence_c": {"type": "boolean", "index": 53, "name": "active_in_sequence_c", "comment": null}, "postal_code": {"type": "integer", "index": 54, "name": "postal_code", "comment": null}, "cbit_clearbit_ready_c": {"type": "boolean", "index": 55, "name": "cbit_clearbit_ready_c", "comment": null}, "has_opted_out_of_email": {"type": "boolean", "index": 56, "name": "has_opted_out_of_email", "comment": null}, "converted_account_id": {"type": "text", "index": 57, "name": "converted_account_id", "comment": null}, "mobile_phone": {"type": "integer", "index": 58, "name": "mobile_phone", "comment": null}, "calendly_created_c": {"type": "integer", "index": 59, "name": "calendly_created_c", "comment": null}, "account_c": {"type": "integer", "index": 60, "name": "account_c", "comment": null}, "all_connectors_c": {"type": "integer", "index": 61, "name": "all_connectors_c", "comment": null}, "all_data_warehouses_c": {"type": "integer", "index": 62, "name": "all_data_warehouses_c", "comment": null}, "bi_tools_c": {"type": "integer", "index": 63, "name": "bi_tools_c", "comment": null}, "competitors_c": {"type": "integer", "index": 64, "name": "competitors_c", "comment": null}, "annual_revenue": {"type": "integer", "index": 65, "name": "annual_revenue", "comment": null}, "connectors_products_c": {"type": "integer", "index": 66, "name": "connectors_products_c", "comment": null}, "contact_c": {"type": "integer", "index": 67, "name": "contact_c", "comment": null}, "data_warehouse_products_c": {"type": "integer", "index": 68, "name": "data_warehouse_products_c", "comment": null}, "notes_c": {"type": "integer", "index": 69, "name": "notes_c", "comment": null}, "timeframe_c": {"type": "integer", "index": 70, "name": "timeframe_c", "comment": null}, "account_all_products_c": {"type": "integer", "index": 71, "name": "account_all_products_c", "comment": null}, "account_bi_tools_c": {"type": "integer", "index": 72, "name": "account_bi_tools_c", "comment": null}, "account_data_warehouses_c": {"type": "integer", "index": 73, "name": "account_data_warehouses_c", "comment": null}, "opportunity_competitors_c": {"type": "integer", "index": 74, "name": "opportunity_competitors_c", "comment": null}, "opportunity_products_c": {"type": "integer", "index": 75, "name": "opportunity_products_c", "comment": null}, "description": {"type": "integer", "index": 76, "name": "description", "comment": null}, "referral_account_c": {"type": "integer", "index": 77, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "integer", "index": 78, "name": "referral_contact_c", "comment": null}, "volume_in_millions_c": {"type": "integer", "index": 79, "name": "volume_in_millions_c", "comment": null}, "feature_requests_c": {"type": "integer", "index": 80, "name": "feature_requests_c", "comment": null}, "lead_number_c": {"type": "integer", "index": 81, "name": "lead_number_c", "comment": null}, "demo_scheduled_by_calenderly_c": {"type": "boolean", "index": 82, "name": "demo_scheduled_by_calenderly_c", "comment": null}, "to_delete_c": {"type": "boolean", "index": 83, "name": "to_delete_c", "comment": null}, "bounced_email_c": {"type": "integer", "index": 84, "name": "bounced_email_c", "comment": null}, "email_quality_c": {"type": "boolean", "index": 85, "name": "email_quality_c", "comment": null}, "email_quality_catchall_c": {"type": "integer", "index": 86, "name": "email_quality_catchall_c", "comment": null}, "old_lead_source_c": {"type": "integer", "index": 87, "name": "old_lead_source_c", "comment": null}, "email_bounced_c": {"type": "boolean", "index": 88, "name": "email_bounced_c", "comment": null}, "old_lead_source_detail_c": {"type": "integer", "index": 89, "name": "old_lead_source_detail_c", "comment": null}, "utm_medium_c": {"type": "integer", "index": 90, "name": "utm_medium_c", "comment": null}, "utm_source_c": {"type": "integer", "index": 91, "name": "utm_source_c", "comment": null}, "utm_campaign_c": {"type": "integer", "index": 92, "name": "utm_campaign_c", "comment": null}, "utm_content_c": {"type": "integer", "index": 93, "name": "utm_content_c", "comment": null}, "utm_term_c": {"type": "integer", "index": 94, "name": "utm_term_c", "comment": null}, "act_on_lead_score_c": {"type": "integer", "index": 95, "name": "act_on_lead_score_c", "comment": null}, "cbit_created_by_clearbit_c": {"type": "boolean", "index": 96, "name": "cbit_created_by_clearbit_c", "comment": null}, "fivetran_user_id_c": {"type": "integer", "index": 97, "name": "fivetran_user_id_c", "comment": null}, "geo_state_acton_c": {"type": "integer", "index": 98, "name": "geo_state_acton_c", "comment": null}, "actoncountry_c": {"type": "integer", "index": 99, "name": "actoncountry_c", "comment": null}, "actoncity_c": {"type": "integer", "index": 100, "name": "actoncity_c", "comment": null}, "actoncountrycode_c": {"type": "integer", "index": 101, "name": "actoncountrycode_c", "comment": null}, "actonpostalcode_c": {"type": "integer", "index": 102, "name": "actonpostalcode_c", "comment": null}, "actonreferrer_c": {"type": "integer", "index": 103, "name": "actonreferrer_c", "comment": null}, "actonstate_c": {"type": "integer", "index": 104, "name": "actonstate_c", "comment": null}, "geo_city_c": {"type": "integer", "index": 105, "name": "geo_city_c", "comment": null}, "geo_country_c": {"type": "integer", "index": 106, "name": "geo_country_c", "comment": null}, "geo_country_code_c": {"type": "integer", "index": 107, "name": "geo_country_code_c", "comment": null}, "geo_postal_code_c": {"type": "integer", "index": 108, "name": "geo_postal_code_c", "comment": null}, "geo_state_c": {"type": "integer", "index": 109, "name": "geo_state_c", "comment": null}, "company_type_c": {"type": "integer", "index": 110, "name": "company_type_c", "comment": null}, "pi_campaign_c": {"type": "integer", "index": 111, "name": "pi_campaign_c", "comment": null}, "pi_comments_c": {"type": "integer", "index": 112, "name": "pi_comments_c", "comment": null}, "pi_conversion_date_c": {"type": "integer", "index": 113, "name": "pi_conversion_date_c", "comment": null}, "pi_conversion_object_name_c": {"type": "integer", "index": 114, "name": "pi_conversion_object_name_c", "comment": null}, "pi_conversion_object_type_c": {"type": "integer", "index": 115, "name": "pi_conversion_object_type_c", "comment": null}, "pi_created_date_c": {"type": "integer", "index": 116, "name": "pi_created_date_c", "comment": null}, "pi_first_activity_c": {"type": "integer", "index": 117, "name": "pi_first_activity_c", "comment": null}, "pi_first_search_term_c": {"type": "integer", "index": 118, "name": "pi_first_search_term_c", "comment": null}, "pi_first_search_type_c": {"type": "integer", "index": 119, "name": "pi_first_search_type_c", "comment": null}, "pi_first_touch_url_c": {"type": "integer", "index": 120, "name": "pi_first_touch_url_c", "comment": null}, "pi_grade_c": {"type": "integer", "index": 121, "name": "pi_grade_c", "comment": null}, "pi_last_activity_c": {"type": "integer", "index": 122, "name": "pi_last_activity_c", "comment": null}, "pi_needs_score_synced_c": {"type": "integer", "index": 123, "name": "pi_needs_score_synced_c", "comment": null}, "pi_notes_c": {"type": "integer", "index": 124, "name": "pi_notes_c", "comment": null}, "pi_pardot_hard_bounced_c": {"type": "integer", "index": 125, "name": "pi_pardot_hard_bounced_c", "comment": null}, "pi_pardot_last_scored_at_c": {"type": "integer", "index": 126, "name": "pi_pardot_last_scored_at_c", "comment": null}, "pi_score_c": {"type": "integer", "index": 127, "name": "pi_score_c", "comment": null}, "pi_url_c": {"type": "integer", "index": 128, "name": "pi_url_c", "comment": null}, "pi_utm_campaign_c": {"type": "integer", "index": 129, "name": "pi_utm_campaign_c", "comment": null}, "pi_utm_content_c": {"type": "integer", "index": 130, "name": "pi_utm_content_c", "comment": null}, "pi_utm_medium_c": {"type": "integer", "index": 131, "name": "pi_utm_medium_c", "comment": null}, "pi_utm_source_c": {"type": "integer", "index": 132, "name": "pi_utm_source_c", "comment": null}, "pi_utm_term_c": {"type": "integer", "index": 133, "name": "pi_utm_term_c", "comment": null}, "fax": {"type": "integer", "index": 134, "name": "fax", "comment": null}, "region_c": {"type": "integer", "index": 135, "name": "region_c", "comment": null}, "competitor_c": {"type": "boolean", "index": 136, "name": "competitor_c", "comment": null}, "source_detail_c": {"type": "integer", "index": 137, "name": "source_detail_c", "comment": null}, "fivetran_account_stage_c": {"type": "integer", "index": 138, "name": "fivetran_account_stage_c", "comment": null}, "fivetran_account_id_c": {"type": "integer", "index": 139, "name": "fivetran_account_id_c", "comment": null}, "lean_data_router_status_c": {"type": "integer", "index": 140, "name": "lean_data_router_status_c", "comment": null}, "lean_data_matched_lead_c": {"type": "integer", "index": 141, "name": "lean_data_matched_lead_c", "comment": null}, "lean_data_routing_action_c": {"type": "text", "index": 142, "name": "lean_data_routing_action_c", "comment": null}, "lean_data_search_index_c": {"type": "text", "index": 143, "name": "lean_data_search_index_c", "comment": null}, "lean_data_reporting_matched_account_c": {"type": "text", "index": 144, "name": "lean_data_reporting_matched_account_c", "comment": null}, "lean_data_reporting_timestamp_c": {"type": "timestamp without time zone", "index": 145, "name": "lean_data_reporting_timestamp_c", "comment": null}, "lean_data_ld_segment_c": {"type": "integer", "index": 146, "name": "lean_data_ld_segment_c", "comment": null}, "lean_data_marketing_sys_created_date_c": {"type": "integer", "index": 147, "name": "lean_data_marketing_sys_created_date_c", "comment": null}, "lean_data_matched_account_c": {"type": "integer", "index": 148, "name": "lean_data_matched_account_c", "comment": null}, "lean_data_a_2_b_account_c": {"type": "integer", "index": 149, "name": "lean_data_a_2_b_account_c", "comment": null}, "lean_data_search_c": {"type": "integer", "index": 150, "name": "lean_data_search_c", "comment": null}, "lean_data_routing_status_c": {"type": "text", "index": 151, "name": "lean_data_routing_status_c", "comment": null}, "lean_data_a_2_b_group_c": {"type": "integer", "index": 152, "name": "lean_data_a_2_b_group_c", "comment": null}, "lean_data_matched_buyer_persona_c": {"type": "integer", "index": 153, "name": "lean_data_matched_buyer_persona_c", "comment": null}, "lean_data_tag_c": {"type": "integer", "index": 154, "name": "lean_data_tag_c", "comment": null}, "lean_data_status_info_c": {"type": "integer", "index": 155, "name": "lean_data_status_info_c", "comment": null}, "lean_data_modified_score_c": {"type": "integer", "index": 156, "name": "lean_data_modified_score_c", "comment": null}, "do_not_route_lead_c": {"type": "boolean", "index": 157, "name": "do_not_route_lead_c", "comment": null}, "partner_type_c": {"type": "integer", "index": 158, "name": "partner_type_c", "comment": null}, "allbound_id_c": {"type": "integer", "index": 159, "name": "allbound_id_c", "comment": null}, "lid_linked_in_company_id_c": {"type": "integer", "index": 160, "name": "lid_linked_in_company_id_c", "comment": null}, "lid_linked_in_member_token_c": {"type": "integer", "index": 161, "name": "lid_linked_in_member_token_c", "comment": null}, "lean_data_re_route_c": {"type": "integer", "index": 162, "name": "lean_data_re_route_c", "comment": null}, "sales_loft_1_most_recent_cadence_next_step_due_date_c": {"type": "integer", "index": 163, "name": "sales_loft_1_most_recent_cadence_next_step_due_date_c", "comment": null}, "sales_loft_1_most_recent_last_completed_step_c": {"type": "integer", "index": 164, "name": "sales_loft_1_most_recent_last_completed_step_c", "comment": null}, "sales_loft_1_most_recent_cadence_name_c": {"type": "integer", "index": 165, "name": "sales_loft_1_most_recent_cadence_name_c", "comment": null}, "network_c": {"type": "integer", "index": 166, "name": "network_c", "comment": null}, "matchtype_c": {"type": "integer", "index": 167, "name": "matchtype_c", "comment": null}, "device_c": {"type": "integer", "index": 168, "name": "device_c", "comment": null}, "creative_c": {"type": "integer", "index": 169, "name": "creative_c", "comment": null}, "adgroupid_c": {"type": "integer", "index": 170, "name": "adgroupid_c", "comment": null}, "keyword_c": {"type": "integer", "index": 171, "name": "keyword_c", "comment": null}, "campaignid_c": {"type": "integer", "index": 172, "name": "campaignid_c", "comment": null}, "partner_rep_email_c": {"type": "integer", "index": 173, "name": "partner_rep_email_c", "comment": null}, "partner_rep_name_c": {"type": "integer", "index": 174, "name": "partner_rep_name_c", "comment": null}, "lead_type_c": {"type": "integer", "index": 175, "name": "lead_type_c", "comment": null}, "contact_stage_c": {"type": "text", "index": 176, "name": "contact_stage_c", "comment": null}, "original_utm_campaign_c": {"type": "integer", "index": 177, "name": "original_utm_campaign_c", "comment": null}, "original_utm_content_c": {"type": "integer", "index": 178, "name": "original_utm_content_c", "comment": null}, "original_utm_medium_c": {"type": "integer", "index": 179, "name": "original_utm_medium_c", "comment": null}, "original_utm_source_c": {"type": "integer", "index": 180, "name": "original_utm_source_c", "comment": null}, "original_utm_term_c": {"type": "integer", "index": 181, "name": "original_utm_term_c", "comment": null}, "es_app_esalexa_rank_c": {"type": "integer", "index": 182, "name": "es_app_esalexa_rank_c", "comment": null}, "es_app_esaudience_names_c": {"type": "integer", "index": 183, "name": "es_app_esaudience_names_c", "comment": null}, "es_app_escity_c": {"type": "integer", "index": 184, "name": "es_app_escity_c", "comment": null}, "es_app_escompany_phone_c": {"type": "integer", "index": 185, "name": "es_app_escompany_phone_c", "comment": null}, "es_app_escountry_c": {"type": "integer", "index": 186, "name": "es_app_escountry_c", "comment": null}, "es_app_escreated_timestamp_c": {"type": "integer", "index": 187, "name": "es_app_escreated_timestamp_c", "comment": null}, "es_app_esecid_c": {"type": "integer", "index": 188, "name": "es_app_esecid_c", "comment": null}, "es_app_esemployees_c": {"type": "integer", "index": 189, "name": "es_app_esemployees_c", "comment": null}, "es_app_esenriched_c": {"type": "integer", "index": 190, "name": "es_app_esenriched_c", "comment": null}, "es_app_esenriched_timestamp_c": {"type": "integer", "index": 191, "name": "es_app_esenriched_timestamp_c", "comment": null}, "es_app_esfacebook_c": {"type": "integer", "index": 192, "name": "es_app_esfacebook_c", "comment": null}, "es_app_esindustry_c": {"type": "integer", "index": 193, "name": "es_app_esindustry_c", "comment": null}, "es_app_esintent_aggregate_score_c": {"type": "integer", "index": 194, "name": "es_app_esintent_aggregate_score_c", "comment": null}, "es_app_esintent_timestamp_c": {"type": "integer", "index": 195, "name": "es_app_esintent_timestamp_c", "comment": null}, "es_app_esintent_topics_c": {"type": "integer", "index": 196, "name": "es_app_esintent_topics_c", "comment": null}, "es_app_eskeywords_c": {"type": "integer", "index": 197, "name": "es_app_eskeywords_c", "comment": null}, "es_app_eslinked_in_c": {"type": "integer", "index": 198, "name": "es_app_eslinked_in_c", "comment": null}, "es_app_esoverall_fit_score_c": {"type": "integer", "index": 199, "name": "es_app_esoverall_fit_score_c", "comment": null}, "es_app_esrevenue_c": {"type": "integer", "index": 200, "name": "es_app_esrevenue_c", "comment": null}, "es_app_essource_c": {"type": "integer", "index": 201, "name": "es_app_essource_c", "comment": null}, "es_app_esstate_c": {"type": "integer", "index": 202, "name": "es_app_esstate_c", "comment": null}, "es_app_esstreet_c": {"type": "integer", "index": 203, "name": "es_app_esstreet_c", "comment": null}, "es_app_estechnologies_c": {"type": "integer", "index": 204, "name": "es_app_estechnologies_c", "comment": null}, "es_app_estwitter_c": {"type": "integer", "index": 205, "name": "es_app_estwitter_c", "comment": null}, "es_app_eszipcode_c": {"type": "integer", "index": 206, "name": "es_app_eszipcode_c", "comment": null}, "marketing_prospect_routing_rules_c": {"type": "boolean", "index": 207, "name": "marketing_prospect_routing_rules_c", "comment": null}, "individual_id": {"type": "integer", "index": 208, "name": "individual_id", "comment": null}, "marketing_process_c": {"type": "integer", "index": 209, "name": "marketing_process_c", "comment": null}, "automation_tracking_c": {"type": "integer", "index": 210, "name": "automation_tracking_c", "comment": null}, "user_gems_has_changed_job_c": {"type": "integer", "index": 211, "name": "user_gems_has_changed_job_c", "comment": null}, "user_gems_linked_in_c": {"type": "integer", "index": 212, "name": "user_gems_linked_in_c", "comment": null}, "email_opt_in_c": {"type": "integer", "index": 213, "name": "email_opt_in_c", "comment": null}, "email_opt_in_explicit_c": {"type": "boolean", "index": 214, "name": "email_opt_in_explicit_c", "comment": null}, "email_opt_in_implicit_c": {"type": "boolean", "index": 215, "name": "email_opt_in_implicit_c", "comment": null}, "gdpr_opt_in_explicit_c": {"type": "boolean", "index": 216, "name": "gdpr_opt_in_explicit_c", "comment": null}, "user_gems_is_a_user_gem_c": {"type": "boolean", "index": 217, "name": "user_gems_is_a_user_gem_c", "comment": null}, "user_gems_past_account_c": {"type": "integer", "index": 218, "name": "user_gems_past_account_c", "comment": null}, "user_gems_past_company_c": {"type": "integer", "index": 219, "name": "user_gems_past_company_c", "comment": null}, "user_gems_past_contact_c": {"type": "integer", "index": 220, "name": "user_gems_past_contact_c", "comment": null}, "user_gems_past_title_c": {"type": "integer", "index": 221, "name": "user_gems_past_title_c", "comment": null}, "promotion_id_c": {"type": "integer", "index": 222, "name": "promotion_id_c", "comment": null}, "previous_customer_c": {"type": "integer", "index": 223, "name": "previous_customer_c", "comment": null}, "referral_contact_email_c": {"type": "integer", "index": 224, "name": "referral_contact_email_c", "comment": null}, "referral_firstname_c": {"type": "integer", "index": 225, "name": "referral_firstname_c", "comment": null}, "referral_last_name_c": {"type": "integer", "index": 226, "name": "referral_last_name_c", "comment": null}, "mkto_71_lead_score_c": {"type": "integer", "index": 227, "name": "mkto_71_lead_score_c", "comment": null}, "mkto_71_acquisition_date_c": {"type": "integer", "index": 228, "name": "mkto_71_acquisition_date_c", "comment": null}, "mkto_71_acquisition_program_id_c": {"type": "integer", "index": 229, "name": "mkto_71_acquisition_program_id_c", "comment": null}, "mkto_acquisition_program_c": {"type": "integer", "index": 230, "name": "mkto_acquisition_program_c", "comment": null}, "mkto_71_inferred_city_c": {"type": "integer", "index": 231, "name": "mkto_71_inferred_city_c", "comment": null}, "mkto_71_inferred_company_c": {"type": "integer", "index": 232, "name": "mkto_71_inferred_company_c", "comment": null}, "mkto_71_inferred_country_c": {"type": "integer", "index": 233, "name": "mkto_71_inferred_country_c", "comment": null}, "mkto_71_inferred_metropolitan_area_c": {"type": "integer", "index": 234, "name": "mkto_71_inferred_metropolitan_area_c", "comment": null}, "mkto_71_inferred_phone_area_code_c": {"type": "integer", "index": 235, "name": "mkto_71_inferred_phone_area_code_c", "comment": null}, "mkto_71_inferred_postal_code_c": {"type": "integer", "index": 236, "name": "mkto_71_inferred_postal_code_c", "comment": null}, "mkto_71_inferred_state_region_c": {"type": "integer", "index": 237, "name": "mkto_71_inferred_state_region_c", "comment": null}, "mkto_71_original_referrer_c": {"type": "integer", "index": 238, "name": "mkto_71_original_referrer_c", "comment": null}, "mkto_71_original_search_engine_c": {"type": "integer", "index": 239, "name": "mkto_71_original_search_engine_c", "comment": null}, "mkto_71_original_search_phrase_c": {"type": "integer", "index": 240, "name": "mkto_71_original_search_phrase_c", "comment": null}, "mkto_71_original_source_info_c": {"type": "integer", "index": 241, "name": "mkto_71_original_source_info_c", "comment": null}, "mkto_71_original_source_type_c": {"type": "integer", "index": 242, "name": "mkto_71_original_source_type_c", "comment": null}, "mkto_si_hide_date_c": {"type": "integer", "index": 243, "name": "mkto_si_hide_date_c", "comment": null}, "mkto_si_last_interesting_moment_date_c": {"type": "timestamp without time zone", "index": 244, "name": "mkto_si_last_interesting_moment_date_c", "comment": null}, "mkto_si_last_interesting_moment_desc_c": {"type": "text", "index": 245, "name": "mkto_si_last_interesting_moment_desc_c", "comment": null}, "mkto_si_last_interesting_moment_source_c": {"type": "text", "index": 246, "name": "mkto_si_last_interesting_moment_source_c", "comment": null}, "mkto_si_last_interesting_moment_type_c": {"type": "text", "index": 247, "name": "mkto_si_last_interesting_moment_type_c", "comment": null}, "mkto_si_msicontact_id_c": {"type": "integer", "index": 248, "name": "mkto_si_msicontact_id_c", "comment": null}, "mkto_si_priority_c": {"type": "integer", "index": 249, "name": "mkto_si_priority_c", "comment": null}, "mkto_si_relative_score_value_c": {"type": "integer", "index": 250, "name": "mkto_si_relative_score_value_c", "comment": null}, "mkto_si_urgency_value_c": {"type": "integer", "index": 251, "name": "mkto_si_urgency_value_c", "comment": null}, "cloudingo_agent_ar_c": {"type": "integer", "index": 252, "name": "cloudingo_agent_ar_c", "comment": null}, "cloudingo_agent_ardi_c": {"type": "integer", "index": 253, "name": "cloudingo_agent_ardi_c", "comment": null}, "cloudingo_agent_as_c": {"type": "integer", "index": 254, "name": "cloudingo_agent_as_c", "comment": null}, "cloudingo_agent_atz_c": {"type": "integer", "index": 255, "name": "cloudingo_agent_atz_c", "comment": null}, "cloudingo_agent_av_c": {"type": "integer", "index": 256, "name": "cloudingo_agent_av_c", "comment": null}, "cloudingo_agent_les_c": {"type": "integer", "index": 257, "name": "cloudingo_agent_les_c", "comment": null}, "do_not_sync_marketo_c": {"type": "boolean", "index": 258, "name": "do_not_sync_marketo_c", "comment": null}, "source_every_utm_campaign_c": {"type": "integer", "index": 259, "name": "source_every_utm_campaign_c", "comment": null}, "source_every_utm_content_c": {"type": "integer", "index": 260, "name": "source_every_utm_content_c", "comment": null}, "source_every_utm_medium_c": {"type": "integer", "index": 261, "name": "source_every_utm_medium_c", "comment": null}, "source_every_utm_source_c": {"type": "integer", "index": 262, "name": "source_every_utm_source_c", "comment": null}, "source_every_utm_term_c": {"type": "integer", "index": 263, "name": "source_every_utm_term_c", "comment": null}, "source_first_utm_campaign_c": {"type": "integer", "index": 264, "name": "source_first_utm_campaign_c", "comment": null}, "source_first_utm_content_c": {"type": "integer", "index": 265, "name": "source_first_utm_content_c", "comment": null}, "source_first_utm_medium_c": {"type": "integer", "index": 266, "name": "source_first_utm_medium_c", "comment": null}, "source_first_utm_source_c": {"type": "integer", "index": 267, "name": "source_first_utm_source_c", "comment": null}, "source_first_utm_term_c": {"type": "integer", "index": 268, "name": "source_first_utm_term_c", "comment": null}, "source_last_utm_campaign_c": {"type": "text", "index": 269, "name": "source_last_utm_campaign_c", "comment": null}, "source_last_utm_content_c": {"type": "text", "index": 270, "name": "source_last_utm_content_c", "comment": null}, "source_last_utm_medium_c": {"type": "text", "index": 271, "name": "source_last_utm_medium_c", "comment": null}, "source_last_utm_source_c": {"type": "text", "index": 272, "name": "source_last_utm_source_c", "comment": null}, "source_last_utm_term_c": {"type": "text", "index": 273, "name": "source_last_utm_term_c", "comment": null}, "direct_office_c": {"type": "integer", "index": 274, "name": "direct_office_c", "comment": null}, "city_c": {"type": "integer", "index": 275, "name": "city_c", "comment": null}, "country_c": {"type": "integer", "index": 276, "name": "country_c", "comment": null}, "state_c": {"type": "integer", "index": 277, "name": "state_c", "comment": null}, "source_first_lead_source_category_c": {"type": "integer", "index": 278, "name": "source_first_lead_source_category_c", "comment": null}, "source_last_lead_source_c": {"type": "integer", "index": 279, "name": "source_last_lead_source_c", "comment": null}, "source_last_lead_source_category_c": {"type": "integer", "index": 280, "name": "source_last_lead_source_category_c", "comment": null}, "source_last_lead_source_detail_c": {"type": "integer", "index": 281, "name": "source_last_lead_source_detail_c", "comment": null}, "source_every_lead_source_c": {"type": "integer", "index": 282, "name": "source_every_lead_source_c", "comment": null}, "source_every_lead_source_category_c": {"type": "integer", "index": 283, "name": "source_every_lead_source_category_c", "comment": null}, "source_every_lead_source_detail_c": {"type": "integer", "index": 284, "name": "source_every_lead_source_detail_c", "comment": null}, "source_first_lead_source_c": {"type": "integer", "index": 285, "name": "source_first_lead_source_c", "comment": null}, "source_first_lead_source_detail_c": {"type": "integer", "index": 286, "name": "source_first_lead_source_detail_c", "comment": null}, "behavioral_score_c": {"type": "integer", "index": 287, "name": "behavioral_score_c", "comment": null}, "demographic_score_c": {"type": "integer", "index": 288, "name": "demographic_score_c", "comment": null}, "drift_cql_c": {"type": "integer", "index": 289, "name": "drift_cql_c", "comment": null}, "unique_email_c": {"type": "integer", "index": 290, "name": "unique_email_c", "comment": null}, "is_emea_event_routing_c": {"type": "boolean", "index": 291, "name": "is_emea_event_routing_c", "comment": null}, "csi_code_c": {"type": "integer", "index": 292, "name": "csi_code_c", "comment": null}, "csi_description_c": {"type": "text", "index": 293, "name": "csi_description_c", "comment": null}, "converted_date_time_c": {"type": "timestamp without time zone", "index": 294, "name": "converted_date_time_c", "comment": null}, "lead_created_date_time_reporting_c": {"type": "timestamp without time zone", "index": 295, "name": "lead_created_date_time_reporting_c", "comment": null}, "lead_iq_country_c": {"type": "integer", "index": 296, "name": "lead_iq_country_c", "comment": null}, "lead_iq_employee_count_c": {"type": "integer", "index": 297, "name": "lead_iq_employee_count_c", "comment": null}, "lead_iq_employee_range_c": {"type": "integer", "index": 298, "name": "lead_iq_employee_range_c", "comment": null}, "lead_iq_state_c": {"type": "integer", "index": 299, "name": "lead_iq_state_c", "comment": null}, "lead_iq_zip_code_c": {"type": "integer", "index": 300, "name": "lead_iq_zip_code_c", "comment": null}, "zoominfo_country_c": {"type": "integer", "index": 301, "name": "zoominfo_country_c", "comment": null}, "zoominfo_employee_count_c": {"type": "integer", "index": 302, "name": "zoominfo_employee_count_c", "comment": null}, "zoominfo_state_c": {"type": "integer", "index": 303, "name": "zoominfo_state_c", "comment": null}, "zoominfo_technologies_c": {"type": "integer", "index": 304, "name": "zoominfo_technologies_c", "comment": null}, "zoominfo_zip_code_c": {"type": "integer", "index": 305, "name": "zoominfo_zip_code_c", "comment": null}, "attended_event_c": {"type": "boolean", "index": 306, "name": "attended_event_c", "comment": null}, "mql_date_c": {"type": "integer", "index": 307, "name": "mql_date_c", "comment": null}, "user_gems_user_gems_id_c": {"type": "integer", "index": 308, "name": "user_gems_user_gems_id_c", "comment": null}, "dozisf_zoom_info_company_id_c": {"type": "integer", "index": 309, "name": "dozisf_zoom_info_company_id_c", "comment": null}, "dozisf_zoom_info_first_updated_c": {"type": "integer", "index": 310, "name": "dozisf_zoom_info_first_updated_c", "comment": null}, "dozisf_zoom_info_id_c": {"type": "integer", "index": 311, "name": "dozisf_zoom_info_id_c", "comment": null}, "dozisf_zoom_info_last_updated_c": {"type": "integer", "index": 312, "name": "dozisf_zoom_info_last_updated_c", "comment": null}, "lean_data_manual_route_trigger_c": {"type": "boolean", "index": 313, "name": "lean_data_manual_route_trigger_c", "comment": null}, "first_mql_date_c": {"type": "integer", "index": 314, "name": "first_mql_date_c", "comment": null}, "fivetran_account_association_date_c": {"type": "integer", "index": 315, "name": "fivetran_account_association_date_c", "comment": null}, "fivetran_account_user_role_s_c": {"type": "integer", "index": 316, "name": "fivetran_account_user_role_s_c", "comment": null}, "mql_reason_c": {"type": "text", "index": 317, "name": "mql_reason_c", "comment": null}, "trial_contact_start_date_c": {"type": "integer", "index": 318, "name": "trial_contact_start_date_c", "comment": null}, "enrichment_request_c": {"type": "boolean", "index": 319, "name": "enrichment_request_c", "comment": null}, "meta_data_create_date_c": {"type": "timestamp without time zone", "index": 320, "name": "meta_data_create_date_c", "comment": null}, "clarus_date_c": {"type": "integer", "index": 321, "name": "clarus_date_c", "comment": null}, "clarus_editor_c": {"type": "integer", "index": 322, "name": "clarus_editor_c", "comment": null}, "clarus_notes_c": {"type": "integer", "index": 323, "name": "clarus_notes_c", "comment": null}, "clarus_project_c": {"type": "integer", "index": 324, "name": "clarus_project_c", "comment": null}, "clarus_status_c": {"type": "integer", "index": 325, "name": "clarus_status_c", "comment": null}, "marketing_connector_interest_c": {"type": "integer", "index": 326, "name": "marketing_connector_interest_c", "comment": null}, "recent_marketing_campaign_status_c": {"type": "integer", "index": 327, "name": "recent_marketing_campaign_status_c", "comment": null}, "salesloft_cadence_trigger_c": {"type": "integer", "index": 328, "name": "salesloft_cadence_trigger_c", "comment": null}, "datawarehouse_used_c": {"type": "integer", "index": 329, "name": "datawarehouse_used_c", "comment": null}, "contact_status_c": {"type": "integer", "index": 330, "name": "contact_status_c", "comment": null}, "leandata_contact_owner_override_c": {"type": "integer", "index": 331, "name": "leandata_contact_owner_override_c", "comment": null}, "potential_fivetran_use_case_c": {"type": "text", "index": 332, "name": "potential_fivetran_use_case_c", "comment": null}, "bizible_2_account_c": {"type": "integer", "index": 333, "name": "bizible_2_account_c", "comment": null}, "bizible_2_ad_campaign_name_ft_c": {"type": "integer", "index": 334, "name": "bizible_2_ad_campaign_name_ft_c", "comment": null}, "bizible_2_ad_campaign_name_lc_c": {"type": "integer", "index": 335, "name": "bizible_2_ad_campaign_name_lc_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "integer", "index": 336, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_landing_page_ft_c": {"type": "integer", "index": 337, "name": "bizible_2_landing_page_ft_c", "comment": null}, "bizible_2_landing_page_lc_c": {"type": "integer", "index": 338, "name": "bizible_2_landing_page_lc_c", "comment": null}, "bizible_2_marketing_channel_ft_c": {"type": "integer", "index": 339, "name": "bizible_2_marketing_channel_ft_c", "comment": null}, "bizible_2_marketing_channel_lc_c": {"type": "integer", "index": 340, "name": "bizible_2_marketing_channel_lc_c", "comment": null}, "bizible_2_touchpoint_date_ft_c": {"type": "integer", "index": 341, "name": "bizible_2_touchpoint_date_ft_c", "comment": null}, "bizible_2_touchpoint_date_lc_c": {"type": "integer", "index": 342, "name": "bizible_2_touchpoint_date_lc_c", "comment": null}, "bizible_2_touchpoint_source_ft_c": {"type": "integer", "index": 343, "name": "bizible_2_touchpoint_source_ft_c", "comment": null}, "bizible_2_touchpoint_source_lc_c": {"type": "integer", "index": 344, "name": "bizible_2_touchpoint_source_lc_c", "comment": null}, "sales_email_opt_out_c": {"type": "boolean", "index": 345, "name": "sales_email_opt_out_c", "comment": null}, "sales_email_opt_out_date_time_c": {"type": "integer", "index": 346, "name": "sales_email_opt_out_date_time_c", "comment": null}, "bombora_app_bombora_surge_record_count_c": {"type": "integer", "index": 347, "name": "bombora_app_bombora_surge_record_count_c", "comment": null}, "bombora_app_bombora_last_date_time_updated_c": {"type": "integer", "index": 348, "name": "bombora_app_bombora_last_date_time_updated_c", "comment": null}, "bombora_app_bombora_total_composite_score_c": {"type": "integer", "index": 349, "name": "bombora_app_bombora_total_composite_score_c", "comment": null}, "linked_in_url_c": {"type": "integer", "index": 350, "name": "linked_in_url_c", "comment": null}, "beta_connector_interest_c": {"type": "integer", "index": 351, "name": "beta_connector_interest_c", "comment": null}, "user_gems_ug_past_infos_c": {"type": "integer", "index": 352, "name": "user_gems_ug_past_infos_c", "comment": null}, "user_gems_ug_current_infos_c": {"type": "integer", "index": 353, "name": "user_gems_ug_current_infos_c", "comment": null}, "user_gems_ug_created_by_ug_c": {"type": "boolean", "index": 354, "name": "user_gems_ug_created_by_ug_c", "comment": null}, "free_trial_email_confirmed_date_c": {"type": "integer", "index": 355, "name": "free_trial_email_confirmed_date_c", "comment": null}, "dnboptimizer_dn_bcontact_record_c": {"type": "integer", "index": 356, "name": "dnboptimizer_dn_bcontact_record_c", "comment": null}, "dnboptimizer_dn_bcompany_record_c": {"type": "integer", "index": 357, "name": "dnboptimizer_dn_bcompany_record_c", "comment": null}, "dnboptimizer_dnb_d_u_n_s_number_c": {"type": "integer", "index": 358, "name": "dnboptimizer_dnb_d_u_n_s_number_c", "comment": null}, "i_sell_oskey_id_c": {"type": "integer", "index": 359, "name": "i_sell_oskey_id_c", "comment": null}, "verified_c": {"type": "boolean", "index": 360, "name": "verified_c", "comment": null}, "email_opt_out_date_time_c": {"type": "integer", "index": 361, "name": "email_opt_out_date_time_c", "comment": null}, "pbf_startup_c": {"type": "integer", "index": 362, "name": "pbf_startup_c", "comment": null}, "pbf_startup_certify_eligibility_c": {"type": "boolean", "index": 363, "name": "pbf_startup_certify_eligibility_c", "comment": null}, "engagio_intent_minutes_last_30_days_c": {"type": "integer", "index": 364, "name": "engagio_intent_minutes_last_30_days_c", "comment": null}, "engagio_engagement_minutes_last_3_months_c": {"type": "integer", "index": 365, "name": "engagio_engagement_minutes_last_3_months_c", "comment": null}, "engagio_engagement_minutes_last_7_days_c": {"type": "integer", "index": 366, "name": "engagio_engagement_minutes_last_7_days_c", "comment": null}, "engagio_matched_account_c": {"type": "integer", "index": 367, "name": "engagio_matched_account_c", "comment": null}, "engagio_first_engagement_date_c": {"type": "integer", "index": 368, "name": "engagio_first_engagement_date_c", "comment": null}, "engagio_match_time_c": {"type": "integer", "index": 369, "name": "engagio_match_time_c", "comment": null}, "engagio_department_c": {"type": "integer", "index": 370, "name": "engagio_department_c", "comment": null}, "engagio_role_c": {"type": "integer", "index": 371, "name": "engagio_role_c", "comment": null}, "legacy_hvr_id_c": {"type": "integer", "index": 372, "name": "legacy_hvr_id_c", "comment": null}, "hvr_channel_c": {"type": "integer", "index": 373, "name": "hvr_channel_c", "comment": null}, "email_opt_in_double_c": {"type": "boolean", "index": 374, "name": "email_opt_in_double_c", "comment": null}, "phone_number_catch_all_c": {"type": "integer", "index": 375, "name": "phone_number_catch_all_c", "comment": null}, "contacts_domain_exists_c": {"type": "integer", "index": 376, "name": "contacts_domain_exists_c", "comment": null}, "utm_id_c": {"type": "integer", "index": 377, "name": "utm_id_c", "comment": null}, "source_every_utm_id_c": {"type": "integer", "index": 378, "name": "source_every_utm_id_c", "comment": null}, "source_last_utm_id_c": {"type": "integer", "index": 379, "name": "source_last_utm_id_c", "comment": null}, "source_first_utm_id_c": {"type": "integer", "index": 380, "name": "source_first_utm_id_c", "comment": null}, "do_not_sync_reason_marketo_c": {"type": "integer", "index": 381, "name": "do_not_sync_reason_marketo_c", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 382, "name": "_fivetran_active", "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.salesforce_source.salesforce.lead"}, "source.salesforce_source.salesforce.opportunity": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_opportunity_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 2, "name": "account_id", "comment": null}, "amount": {"type": "double precision", "index": 3, "name": "amount", "comment": null}, "campaign_id": {"type": "integer", "index": 4, "name": "campaign_id", "comment": null}, "close_date": {"type": "timestamp without time zone", "index": 5, "name": "close_date", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 6, "name": "created_date", "comment": null}, "description": {"type": "integer", "index": 7, "name": "description", "comment": null}, "expected_revenue": {"type": "integer", "index": 8, "name": "expected_revenue", "comment": null}, "fiscal": {"type": "text", "index": 9, "name": "fiscal", "comment": null}, "fiscal_quarter": {"type": "integer", "index": 10, "name": "fiscal_quarter", "comment": null}, "fiscal_year": {"type": "integer", "index": 11, "name": "fiscal_year", "comment": null}, "forecast_category": {"type": "text", "index": 12, "name": "forecast_category", "comment": null}, "forecast_category_name": {"type": "text", "index": 13, "name": "forecast_category_name", "comment": null}, "has_open_activity": {"type": "boolean", "index": 14, "name": "has_open_activity", "comment": null}, "has_opportunity_line_item": {"type": "boolean", "index": 15, "name": "has_opportunity_line_item", "comment": null}, "has_overdue_task": {"type": "boolean", "index": 16, "name": "has_overdue_task", "comment": null}, "id": {"type": "text", "index": 17, "name": "id", "comment": null}, "is_closed": {"type": "boolean", "index": 18, "name": "is_closed", "comment": null}, "is_deleted": {"type": "boolean", "index": 19, "name": "is_deleted", "comment": null}, "is_excluded_from_territory_2_filter": {"type": "integer", "index": 20, "name": "is_excluded_from_territory_2_filter", "comment": null}, "is_won": {"type": "boolean", "index": 21, "name": "is_won", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 22, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 23, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 24, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "text", "index": 25, "name": "lead_source", "comment": null}, "name": {"type": "text", "index": 26, "name": "name", "comment": null}, "next_step": {"type": "integer", "index": 27, "name": "next_step", "comment": null}, "owner_id": {"type": "text", "index": 28, "name": "owner_id", "comment": null}, "pricebook_2_id": {"type": "text", "index": 29, "name": "pricebook_2_id", "comment": null}, "probability": {"type": "double precision", "index": 30, "name": "probability", "comment": null}, "record_type_id": {"type": "text", "index": 31, "name": "record_type_id", "comment": null}, "stage_name": {"type": "text", "index": 32, "name": "stage_name", "comment": null}, "synced_quote_id": {"type": "integer", "index": 33, "name": "synced_quote_id", "comment": null}, "territory_2_id": {"type": "integer", "index": 34, "name": "territory_2_id", "comment": null}, "type": {"type": "text", "index": 35, "name": "type", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 36, "name": "_fivetran_active", "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.salesforce_source.salesforce.opportunity"}, "source.salesforce_source.salesforce_history.opportunity": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_opportunity_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_active": {"type": "boolean", "index": 1, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 5, "name": "account_id", "comment": null}, "amount": {"type": "double precision", "index": 6, "name": "amount", "comment": null}, "campaign_id": {"type": "integer", "index": 7, "name": "campaign_id", "comment": null}, "close_date": {"type": "timestamp without time zone", "index": 8, "name": "close_date", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 9, "name": "created_date", "comment": null}, "description": {"type": "integer", "index": 10, "name": "description", "comment": null}, "expected_revenue": {"type": "double precision", "index": 11, "name": "expected_revenue", "comment": null}, "fiscal": {"type": "text", "index": 12, "name": "fiscal", "comment": null}, "fiscal_quarter": {"type": "integer", "index": 13, "name": "fiscal_quarter", "comment": null}, "fiscal_year": {"type": "integer", "index": 14, "name": "fiscal_year", "comment": null}, "forecast_category": {"type": "text", "index": 15, "name": "forecast_category", "comment": null}, "forecast_category_name": {"type": "text", "index": 16, "name": "forecast_category_name", "comment": null}, "has_open_activity": {"type": "boolean", "index": 17, "name": "has_open_activity", "comment": null}, "has_opportunity_line_item": {"type": "boolean", "index": 18, "name": "has_opportunity_line_item", "comment": null}, "has_overdue_task": {"type": "boolean", "index": 19, "name": "has_overdue_task", "comment": null}, "id": {"type": "text", "index": 20, "name": "id", "comment": null}, "is_closed": {"type": "boolean", "index": 21, "name": "is_closed", "comment": null}, "is_deleted": {"type": "boolean", "index": 22, "name": "is_deleted", "comment": null}, "is_won": {"type": "boolean", "index": 23, "name": "is_won", "comment": null}, "last_activity_date": {"type": "timestamp without time zone", "index": 24, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 25, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 26, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "text", "index": 27, "name": "lead_source", "comment": null}, "name": {"type": "text", "index": 28, "name": "name", "comment": null}, "next_step": {"type": "integer", "index": 29, "name": "next_step", "comment": null}, "owner_id": {"type": "text", "index": 30, "name": "owner_id", "comment": null}, "probability": {"type": "integer", "index": 31, "name": "probability", "comment": null}, "record_type_id": {"type": "text", "index": 32, "name": "record_type_id", "comment": null}, "stage_name": {"type": "text", "index": 33, "name": "stage_name", "comment": null}, "synced_quote_id": {"type": "integer", "index": 34, "name": "synced_quote_id", "comment": null}, "type": {"type": "text", "index": 35, "name": "type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.salesforce_source.salesforce_history.opportunity"}, "source.salesforce_source.salesforce.opportunity_line_item": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_opportunity_line_item_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"product_2_id": {"type": "text", "index": 1, "name": "product_2_id", "comment": null}, "quantity": {"type": "integer", "index": 2, "name": "quantity", "comment": null}, "total_price": {"type": "double precision", "index": 3, "name": "total_price", "comment": null}, "description": {"type": "integer", "index": 4, "name": "description", "comment": null}, "discount": {"type": "integer", "index": 5, "name": "discount", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 6, "name": "last_modified_date", "comment": null}, "list_price": {"type": "integer", "index": 7, "name": "list_price", "comment": null}, "product_code": {"type": "text", "index": 8, "name": "product_code", "comment": null}, "unit_price": {"type": "double precision", "index": 9, "name": "unit_price", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 10, "name": "_fivetran_synced", "comment": null}, "is_deleted": {"type": "boolean", "index": 11, "name": "is_deleted", "comment": null}, "opportunity_id": {"type": "text", "index": 12, "name": "opportunity_id", "comment": null}, "last_modified_by_id": {"type": "text", "index": 13, "name": "last_modified_by_id", "comment": null}, "service_date": {"type": "timestamp without time zone", "index": 14, "name": "service_date", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 15, "name": "system_modstamp", "comment": null}, "name": {"type": "text", "index": 16, "name": "name", "comment": null}, "id": {"type": "text", "index": 17, "name": "id", "comment": null}, "created_by_id": {"type": "text", "index": 18, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 19, "name": "created_date", "comment": null}, "sort_order": {"type": "integer", "index": 20, "name": "sort_order", "comment": null}, "pricebook_entry_id": {"type": "text", "index": 21, "name": "pricebook_entry_id", "comment": null}, "one_saas_app_included_c": {"type": "integer", "index": 22, "name": "one_saas_app_included_c", "comment": null}, "one_saas_app_quantity_invoiced_c": {"type": "integer", "index": 23, "name": "one_saas_app_quantity_invoiced_c", "comment": null}, "one_saas_app_quantity_not_invoiced_c": {"type": "integer", "index": 24, "name": "one_saas_app_quantity_not_invoiced_c", "comment": null}, "has_quantity_schedule": {"type": "integer", "index": 25, "name": "has_quantity_schedule", "comment": null}, "has_revenue_schedule": {"type": "integer", "index": 26, "name": "has_revenue_schedule", "comment": null}, "has_schedule": {"type": "integer", "index": 27, "name": "has_schedule", "comment": null}, "event_volume_c": {"type": "integer", "index": 28, "name": "event_volume_c", "comment": null}, "roadmap_connections_c": {"type": "integer", "index": 29, "name": "roadmap_connections_c", "comment": null}, "row_volume_c": {"type": "integer", "index": 30, "name": "row_volume_c", "comment": null}, "months_c": {"type": "integer", "index": 31, "name": "months_c", "comment": null}, "netsuite_conn_term_contract_pricing_type_c": {"type": "integer", "index": 32, "name": "netsuite_conn_term_contract_pricing_type_c", "comment": null}, "netsuite_conn_discount_item_c": {"type": "integer", "index": 33, "name": "netsuite_conn_discount_item_c", "comment": null}, "netsuite_conn_user_entered_sales_price_c": {"type": "integer", "index": 34, "name": "netsuite_conn_user_entered_sales_price_c", "comment": null}, "netsuite_conn_item_category_c": {"type": "integer", "index": 35, "name": "netsuite_conn_item_category_c", "comment": null}, "netsuite_conn_terms_c": {"type": "integer", "index": 36, "name": "netsuite_conn_terms_c", "comment": null}, "netsuite_conn_net_suite_item_key_id_c": {"type": "integer", "index": 37, "name": "netsuite_conn_net_suite_item_key_id_c", "comment": null}, "netsuite_conn_pushed_from_net_suite_c": {"type": "boolean", "index": 38, "name": "netsuite_conn_pushed_from_net_suite_c", "comment": null}, "netsuite_conn_end_date_c": {"type": "integer", "index": 39, "name": "netsuite_conn_end_date_c", "comment": null}, "netsuite_conn_list_rate_c": {"type": "integer", "index": 40, "name": "netsuite_conn_list_rate_c", "comment": null}, "netsuite_conn_from_contract_item_id_c": {"type": "integer", "index": 41, "name": "netsuite_conn_from_contract_item_id_c", "comment": null}, "netsuite_conn_start_date_c": {"type": "integer", "index": 42, "name": "netsuite_conn_start_date_c", "comment": null}, "netsuite_conn_net_suite_item_id_import_c": {"type": "integer", "index": 43, "name": "netsuite_conn_net_suite_item_id_import_c", "comment": null}, "sbqq_parent_id_c": {"type": "text", "index": 44, "name": "sbqq_parent_id_c", "comment": null}, "sbqq_quote_line_c": {"type": "text", "index": 45, "name": "sbqq_quote_line_c", "comment": null}, "sbqq_subscription_type_c": {"type": "text", "index": 46, "name": "sbqq_subscription_type_c", "comment": null}, "product_family_c": {"type": "text", "index": 47, "name": "product_family_c", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 48, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 49, "name": "last_viewed_date", "comment": null}, "celigo_sfnsio_contract_item_id_c": {"type": "integer", "index": 50, "name": "celigo_sfnsio_contract_item_id_c", "comment": null}, "celigo_sfnsio_contract_term_c": {"type": "integer", "index": 51, "name": "celigo_sfnsio_contract_term_c", "comment": null}, "celigo_sfnsio_end_date_c": {"type": "integer", "index": 52, "name": "celigo_sfnsio_end_date_c", "comment": null}, "celigo_sfnsio_list_rate_c": {"type": "integer", "index": 53, "name": "celigo_sfnsio_list_rate_c", "comment": null}, "celigo_sfnsio_net_suite_line_id_c": {"type": "integer", "index": 54, "name": "celigo_sfnsio_net_suite_line_id_c", "comment": null}, "celigo_sfnsio_start_date_c": {"type": "integer", "index": 55, "name": "celigo_sfnsio_start_date_c", "comment": null}, "product_code_stamped_c": {"type": "integer", "index": 56, "name": "product_code_stamped_c", "comment": null}, "hvr_use_case_c": {"type": "boolean", "index": 57, "name": "hvr_use_case_c", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 58, "name": "_fivetran_active", "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.salesforce_source.salesforce.opportunity_line_item"}, "source.salesforce_source.salesforce.order": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_order_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "activated_by_id": {"type": "text", "index": 4, "name": "activated_by_id", "comment": null}, "activated_date": {"type": "timestamp without time zone", "index": 5, "name": "activated_date", "comment": null}, "billing_city": {"type": "text", "index": 6, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 7, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "integer", "index": 8, "name": "billing_country_code", "comment": null}, "billing_geocode_accuracy": {"type": "integer", "index": 9, "name": "billing_geocode_accuracy", "comment": null}, "billing_latitude": {"type": "integer", "index": 10, "name": "billing_latitude", "comment": null}, "billing_longitude": {"type": "integer", "index": 11, "name": "billing_longitude", "comment": null}, "billing_postal_code": {"type": "text", "index": 12, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "text", "index": 13, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "integer", "index": 14, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "text", "index": 15, "name": "billing_street", "comment": null}, "company_authorized_by_id": {"type": "integer", "index": 16, "name": "company_authorized_by_id", "comment": null}, "contract_id": {"type": "integer", "index": 17, "name": "contract_id", "comment": null}, "created_by_id": {"type": "text", "index": 18, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 19, "name": "created_date", "comment": null}, "customer_authorized_by_id": {"type": "integer", "index": 20, "name": "customer_authorized_by_id", "comment": null}, "description": {"type": "integer", "index": 21, "name": "description", "comment": null}, "effective_date": {"type": "timestamp without time zone", "index": 22, "name": "effective_date", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 23, "name": "end_date", "comment": null}, "is_deleted": {"type": "boolean", "index": 24, "name": "is_deleted", "comment": null}, "is_reduction_order": {"type": "boolean", "index": 25, "name": "is_reduction_order", "comment": null}, "last_modified_by_id": {"type": "text", "index": 26, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 27, "name": "last_modified_date", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 28, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 29, "name": "last_viewed_date", "comment": null}, "order_number": {"type": "integer", "index": 30, "name": "order_number", "comment": null}, "original_order_id": {"type": "integer", "index": 31, "name": "original_order_id", "comment": null}, "owner_id": {"type": "text", "index": 32, "name": "owner_id", "comment": null}, "pricebook_2_id": {"type": "text", "index": 33, "name": "pricebook_2_id", "comment": null}, "shipping_city": {"type": "text", "index": 34, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "text", "index": 35, "name": "shipping_country", "comment": null}, "shipping_country_code": {"type": "integer", "index": 36, "name": "shipping_country_code", "comment": null}, "shipping_geocode_accuracy": {"type": "integer", "index": 37, "name": "shipping_geocode_accuracy", "comment": null}, "shipping_latitude": {"type": "integer", "index": 38, "name": "shipping_latitude", "comment": null}, "shipping_longitude": {"type": "integer", "index": 39, "name": "shipping_longitude", "comment": null}, "shipping_postal_code": {"type": "integer", "index": 40, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "text", "index": 41, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "integer", "index": 42, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "text", "index": 43, "name": "shipping_street", "comment": null}, "status": {"type": "text", "index": 44, "name": "status", "comment": null}, "status_code": {"type": "text", "index": 45, "name": "status_code", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 46, "name": "system_modstamp", "comment": null}, "total_amount": {"type": "double precision", "index": 47, "name": "total_amount", "comment": null}, "type": {"type": "text", "index": 48, "name": "type", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "boolean", "index": 49, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_net_suite_id_c": {"type": "integer", "index": 50, "name": "netsuite_conn_net_suite_id_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "integer", "index": 51, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_pushed_from_net_suite_c": {"type": "boolean", "index": 52, "name": "netsuite_conn_pushed_from_net_suite_c", "comment": null}, "netsuite_conn_opportunity_c": {"type": "integer", "index": 53, "name": "netsuite_conn_opportunity_c", "comment": null}, "netsuite_conn_net_suite_order_status_c": {"type": "text", "index": 54, "name": "netsuite_conn_net_suite_order_status_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "boolean", "index": 55, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_tax_total_c": {"type": "integer", "index": 56, "name": "netsuite_conn_tax_total_c", "comment": null}, "netsuite_conn_tracking_numbers_c": {"type": "integer", "index": 57, "name": "netsuite_conn_tracking_numbers_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "boolean", "index": 58, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_document_id_c": {"type": "integer", "index": 59, "name": "netsuite_conn_document_id_c", "comment": null}, "netsuite_conn_subtotal_c": {"type": "integer", "index": 60, "name": "netsuite_conn_subtotal_c", "comment": null}, "netsuite_conn_discount_total_c": {"type": "integer", "index": 61, "name": "netsuite_conn_discount_total_c", "comment": null}, "netsuite_conn_total_c": {"type": "integer", "index": 62, "name": "netsuite_conn_total_c", "comment": null}, "netsuite_conn_net_suite_order_date_c": {"type": "timestamp without time zone", "index": 63, "name": "netsuite_conn_net_suite_order_date_c", "comment": null}, "netsuite_conn_ship_date_c": {"type": "integer", "index": 64, "name": "netsuite_conn_ship_date_c", "comment": null}, "netsuite_conn_quote_c": {"type": "integer", "index": 65, "name": "netsuite_conn_quote_c", "comment": null}, "netsuite_conn_net_suite_order_number_c": {"type": "text", "index": 66, "name": "netsuite_conn_net_suite_order_number_c", "comment": null}, "sbqq_contracted_c": {"type": "boolean", "index": 67, "name": "sbqq_contracted_c", "comment": null}, "sbqq_contracting_method_c": {"type": "text", "index": 68, "name": "sbqq_contracting_method_c", "comment": null}, "sbqq_payment_term_c": {"type": "text", "index": 69, "name": "sbqq_payment_term_c", "comment": null}, "sbqq_price_calc_status_c": {"type": "text", "index": 70, "name": "sbqq_price_calc_status_c", "comment": null}, "sbqq_price_calc_status_message_c": {"type": "integer", "index": 71, "name": "sbqq_price_calc_status_message_c", "comment": null}, "sbqq_quote_c": {"type": "text", "index": 72, "name": "sbqq_quote_c", "comment": null}, "sbqq_renewal_term_c": {"type": "integer", "index": 73, "name": "sbqq_renewal_term_c", "comment": null}, "sbqq_renewal_uplift_rate_c": {"type": "integer", "index": 74, "name": "sbqq_renewal_uplift_rate_c", "comment": null}, "ava_sfcpq_ava_tax_message_c": {"type": "text", "index": 75, "name": "ava_sfcpq_ava_tax_message_c", "comment": null}, "ava_sfcpq_entity_use_code_c": {"type": "integer", "index": 76, "name": "ava_sfcpq_entity_use_code_c", "comment": null}, "ava_sfcpq_invoice_message_c": {"type": "integer", "index": 77, "name": "ava_sfcpq_invoice_message_c", "comment": null}, "ava_sfcpq_is_seller_importer_of_record_c": {"type": "boolean", "index": 78, "name": "ava_sfcpq_is_seller_importer_of_record_c", "comment": null}, "ava_sfcpq_order_calculate_tax_c": {"type": "boolean", "index": 79, "name": "ava_sfcpq_order_calculate_tax_c", "comment": null}, "ava_sfcpq_sales_tax_amount_c": {"type": "integer", "index": 80, "name": "ava_sfcpq_sales_tax_amount_c", "comment": null}, "blng_bill_now_c": {"type": "boolean", "index": 81, "name": "blng_bill_now_c", "comment": null}, "blng_billing_account_c": {"type": "text", "index": 82, "name": "blng_billing_account_c", "comment": null}, "blng_billing_day_of_month_c": {"type": "integer", "index": 83, "name": "blng_billing_day_of_month_c", "comment": null}, "blng_invoice_batch_c": {"type": "text", "index": 84, "name": "blng_invoice_batch_c", "comment": null}, "amendment_type_c": {"type": "integer", "index": 85, "name": "amendment_type_c", "comment": null}, "credit_summary_c": {"type": "text", "index": 86, "name": "credit_summary_c", "comment": null}, "evergreen_c": {"type": "boolean", "index": 87, "name": "evergreen_c", "comment": null}, "invoicing_type_c": {"type": "text", "index": 88, "name": "invoicing_type_c", "comment": null}, "legal_entity_c": {"type": "text", "index": 89, "name": "legal_entity_c", "comment": null}, "prepaid_billing_frequency_c": {"type": "text", "index": 90, "name": "prepaid_billing_frequency_c", "comment": null}, "prepaid_order_c": {"type": "boolean", "index": 91, "name": "prepaid_order_c", "comment": null}, "update_subscriptions_only_c": {"type": "boolean", "index": 92, "name": "update_subscriptions_only_c", "comment": null}, "order_auto_activated_c": {"type": "boolean", "index": 93, "name": "order_auto_activated_c", "comment": null}, "synced_to_net_suite_c": {"type": "boolean", "index": 94, "name": "synced_to_net_suite_c", "comment": null}, "purchase_order_number_c": {"type": "integer", "index": 95, "name": "purchase_order_number_c", "comment": null}, "celigo_sfnsio_discount_total_net_suite_c": {"type": "integer", "index": 96, "name": "celigo_sfnsio_discount_total_net_suite_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "integer", "index": 97, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "celigo_sfnsio_net_suite_order_number_c": {"type": "text", "index": 98, "name": "celigo_sfnsio_net_suite_order_number_c", "comment": null}, "celigo_sfnsio_net_suite_order_status_c": {"type": "integer", "index": 99, "name": "celigo_sfnsio_net_suite_order_status_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "text", "index": 100, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_ship_date_c": {"type": "integer", "index": 101, "name": "celigo_sfnsio_ship_date_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "boolean", "index": 102, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_sub_total_net_suite_c": {"type": "integer", "index": 103, "name": "celigo_sfnsio_sub_total_net_suite_c", "comment": null}, "celigo_sfnsio_tax_total_net_suite_c": {"type": "integer", "index": 104, "name": "celigo_sfnsio_tax_total_net_suite_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "boolean", "index": 105, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "celigo_sfnsio_total_net_suite_c": {"type": "integer", "index": 106, "name": "celigo_sfnsio_total_net_suite_c", "comment": null}, "amend_with_rollover_spend_type_c": {"type": "boolean", "index": 107, "name": "amend_with_rollover_spend_type_c", "comment": null}, "customer_spend_type_c": {"type": "integer", "index": 108, "name": "customer_spend_type_c", "comment": null}, "order_spend_type_c": {"type": "integer", "index": 109, "name": "order_spend_type_c", "comment": null}, "opportunity_id": {"type": "integer", "index": 110, "name": "opportunity_id", "comment": null}, "purchase_summary_c": {"type": "integer", "index": 111, "name": "purchase_summary_c", "comment": null}, "is_hvr_legacy_order_c": {"type": "integer", "index": 112, "name": "is_hvr_legacy_order_c", "comment": null}, "ironclad_workflow_c": {"type": "integer", "index": 113, "name": "ironclad_workflow_c", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 114, "name": "_fivetran_active", "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.salesforce_source.salesforce.order"}, "source.salesforce_source.salesforce.product_2": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_product_2_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"last_referenced_date": {"type": "timestamp without time zone", "index": 1, "name": "last_referenced_date", "comment": null}, "is_active": {"type": "boolean", "index": 2, "name": "is_active", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 4, "name": "last_modified_date", "comment": null}, "record_type_id": {"type": "text", "index": 5, "name": "record_type_id", "comment": null}, "product_code": {"type": "integer", "index": 6, "name": "product_code", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 8, "name": "last_viewed_date", "comment": null}, "is_deleted": {"type": "boolean", "index": 9, "name": "is_deleted", "comment": null}, "last_modified_by_id": {"type": "text", "index": 10, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 11, "name": "system_modstamp", "comment": null}, "name": {"type": "text", "index": 12, "name": "name", "comment": null}, "id": {"type": "text", "index": 13, "name": "id", "comment": null}, "created_by_id": {"type": "text", "index": 14, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 15, "name": "created_date", "comment": null}, "family": {"type": "text", "index": 16, "name": "family", "comment": null}, "max_volume_c": {"type": "integer", "index": 17, "name": "max_volume_c", "comment": null}, "min_volume_c": {"type": "integer", "index": 18, "name": "min_volume_c", "comment": null}, "request_name_c": {"type": "integer", "index": 19, "name": "request_name_c", "comment": null}, "default_quantity_c": {"type": "integer", "index": 20, "name": "default_quantity_c", "comment": null}, "account_c": {"type": "integer", "index": 21, "name": "account_c", "comment": null}, "related_product_c": {"type": "integer", "index": 22, "name": "related_product_c", "comment": null}, "picklist_value_c": {"type": "integer", "index": 23, "name": "picklist_value_c", "comment": null}, "as_input_c": {"type": "integer", "index": 24, "name": "as_input_c", "comment": null}, "as_output_c": {"type": "integer", "index": 25, "name": "as_output_c", "comment": null}, "status_c": {"type": "integer", "index": 26, "name": "status_c", "comment": null}, "number_of_quantity_installments": {"type": "integer", "index": 27, "name": "number_of_quantity_installments", "comment": null}, "number_of_revenue_installments": {"type": "integer", "index": 28, "name": "number_of_revenue_installments", "comment": null}, "quantity_installment_period": {"type": "integer", "index": 29, "name": "quantity_installment_period", "comment": null}, "quantity_schedule_type": {"type": "integer", "index": 30, "name": "quantity_schedule_type", "comment": null}, "revenue_installment_period": {"type": "integer", "index": 31, "name": "revenue_installment_period", "comment": null}, "revenue_schedule_type": {"type": "integer", "index": 32, "name": "revenue_schedule_type", "comment": null}, "connections_c": {"type": "integer", "index": 33, "name": "connections_c", "comment": null}, "event_volume_c": {"type": "integer", "index": 34, "name": "event_volume_c", "comment": null}, "roadmap_connections_c": {"type": "integer", "index": 35, "name": "roadmap_connections_c", "comment": null}, "row_volume_c": {"type": "integer", "index": 36, "name": "row_volume_c", "comment": null}, "display_url": {"type": "integer", "index": 37, "name": "display_url", "comment": null}, "external_data_source_id": {"type": "integer", "index": 38, "name": "external_data_source_id", "comment": null}, "external_id": {"type": "integer", "index": 39, "name": "external_id", "comment": null}, "quantity_unit_of_measure": {"type": "integer", "index": 40, "name": "quantity_unit_of_measure", "comment": null}, "stock_keeping_unit": {"type": "integer", "index": 41, "name": "stock_keeping_unit", "comment": null}, "features_c": {"type": "integer", "index": 42, "name": "features_c", "comment": null}, "tier_3_price_c": {"type": "integer", "index": 43, "name": "tier_3_price_c", "comment": null}, "tier_2_price_c": {"type": "integer", "index": 44, "name": "tier_2_price_c", "comment": null}, "tier_4_price_c": {"type": "integer", "index": 45, "name": "tier_4_price_c", "comment": null}, "tier_1_price_c": {"type": "integer", "index": 46, "name": "tier_1_price_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "boolean", "index": 47, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "boolean", "index": 48, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_term_contract_pricing_type_c": {"type": "integer", "index": 49, "name": "netsuite_conn_term_contract_pricing_type_c", "comment": null}, "netsuite_conn_net_suite_id_c": {"type": "integer", "index": 50, "name": "netsuite_conn_net_suite_id_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "text", "index": 51, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "boolean", "index": 52, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_item_category_c": {"type": "integer", "index": 53, "name": "netsuite_conn_item_category_c", "comment": null}, "netsuite_conn_net_suite_item_type_c": {"type": "text", "index": 54, "name": "netsuite_conn_net_suite_item_type_c", "comment": null}, "netsuite_conn_sub_type_c": {"type": "text", "index": 55, "name": "netsuite_conn_sub_type_c", "comment": null}, "is_new_c": {"type": "boolean", "index": 56, "name": "is_new_c", "comment": null}, "product_metadata_c": {"type": "integer", "index": 57, "name": "product_metadata_c", "comment": null}, "product_metadata_del_c": {"type": "integer", "index": 58, "name": "product_metadata_del_c", "comment": null}, "sbqq_asset_amendment_behavior_c": {"type": "text", "index": 59, "name": "sbqq_asset_amendment_behavior_c", "comment": null}, "sbqq_asset_conversion_c": {"type": "text", "index": 60, "name": "sbqq_asset_conversion_c", "comment": null}, "sbqq_batch_quantity_c": {"type": "integer", "index": 61, "name": "sbqq_batch_quantity_c", "comment": null}, "sbqq_billing_frequency_c": {"type": "text", "index": 62, "name": "sbqq_billing_frequency_c", "comment": null}, "sbqq_billing_type_c": {"type": "text", "index": 63, "name": "sbqq_billing_type_c", "comment": null}, "sbqq_block_pricing_field_c": {"type": "text", "index": 64, "name": "sbqq_block_pricing_field_c", "comment": null}, "sbqq_charge_type_c": {"type": "text", "index": 65, "name": "sbqq_charge_type_c", "comment": null}, "sbqq_component_c": {"type": "boolean", "index": 66, "name": "sbqq_component_c", "comment": null}, "sbqq_compound_discount_rate_c": {"type": "integer", "index": 67, "name": "sbqq_compound_discount_rate_c", "comment": null}, "sbqq_configuration_event_c": {"type": "integer", "index": 68, "name": "sbqq_configuration_event_c", "comment": null}, "sbqq_configuration_field_set_c": {"type": "integer", "index": 69, "name": "sbqq_configuration_field_set_c", "comment": null}, "sbqq_configuration_fields_c": {"type": "integer", "index": 70, "name": "sbqq_configuration_fields_c", "comment": null}, "sbqq_configuration_form_title_c": {"type": "integer", "index": 71, "name": "sbqq_configuration_form_title_c", "comment": null}, "sbqq_configuration_type_c": {"type": "integer", "index": 72, "name": "sbqq_configuration_type_c", "comment": null}, "sbqq_configuration_validator_c": {"type": "integer", "index": 73, "name": "sbqq_configuration_validator_c", "comment": null}, "sbqq_configured_code_pattern_c": {"type": "integer", "index": 74, "name": "sbqq_configured_code_pattern_c", "comment": null}, "sbqq_configured_description_pattern_c": {"type": "integer", "index": 75, "name": "sbqq_configured_description_pattern_c", "comment": null}, "sbqq_cost_editable_c": {"type": "boolean", "index": 76, "name": "sbqq_cost_editable_c", "comment": null}, "sbqq_cost_schedule_c": {"type": "integer", "index": 77, "name": "sbqq_cost_schedule_c", "comment": null}, "sbqq_custom_configuration_page_c": {"type": "integer", "index": 78, "name": "sbqq_custom_configuration_page_c", "comment": null}, "sbqq_custom_configuration_required_c": {"type": "boolean", "index": 79, "name": "sbqq_custom_configuration_required_c", "comment": null}, "sbqq_customer_community_availability_c": {"type": "integer", "index": 80, "name": "sbqq_customer_community_availability_c", "comment": null}, "sbqq_default_pricing_table_c": {"type": "integer", "index": 81, "name": "sbqq_default_pricing_table_c", "comment": null}, "sbqq_default_quantity_c": {"type": "integer", "index": 82, "name": "sbqq_default_quantity_c", "comment": null}, "sbqq_description_locked_c": {"type": "boolean", "index": 83, "name": "sbqq_description_locked_c", "comment": null}, "sbqq_discount_category_c": {"type": "integer", "index": 84, "name": "sbqq_discount_category_c", "comment": null}, "sbqq_discount_schedule_c": {"type": "integer", "index": 85, "name": "sbqq_discount_schedule_c", "comment": null}, "sbqq_dynamic_pricing_constraint_c": {"type": "integer", "index": 86, "name": "sbqq_dynamic_pricing_constraint_c", "comment": null}, "sbqq_exclude_from_maintenance_c": {"type": "boolean", "index": 87, "name": "sbqq_exclude_from_maintenance_c", "comment": null}, "sbqq_exclude_from_opportunity_c": {"type": "boolean", "index": 88, "name": "sbqq_exclude_from_opportunity_c", "comment": null}, "sbqq_externally_configurable_c": {"type": "boolean", "index": 89, "name": "sbqq_externally_configurable_c", "comment": null}, "sbqq_generate_contracted_price_c": {"type": "integer", "index": 90, "name": "sbqq_generate_contracted_price_c", "comment": null}, "sbqq_has_configuration_attributes_c": {"type": "boolean", "index": 91, "name": "sbqq_has_configuration_attributes_c", "comment": null}, "sbqq_has_consumption_schedule_c": {"type": "boolean", "index": 92, "name": "sbqq_has_consumption_schedule_c", "comment": null}, "sbqq_hidden_c": {"type": "boolean", "index": 93, "name": "sbqq_hidden_c", "comment": null}, "sbqq_hide_price_in_search_results_c": {"type": "boolean", "index": 94, "name": "sbqq_hide_price_in_search_results_c", "comment": null}, "sbqq_include_in_maintenance_c": {"type": "boolean", "index": 95, "name": "sbqq_include_in_maintenance_c", "comment": null}, "sbqq_new_quote_group_c": {"type": "boolean", "index": 96, "name": "sbqq_new_quote_group_c", "comment": null}, "sbqq_non_discountable_c": {"type": "boolean", "index": 97, "name": "sbqq_non_discountable_c", "comment": null}, "sbqq_non_partner_discountable_c": {"type": "boolean", "index": 98, "name": "sbqq_non_partner_discountable_c", "comment": null}, "sbqq_option_layout_c": {"type": "integer", "index": 99, "name": "sbqq_option_layout_c", "comment": null}, "sbqq_option_selection_method_c": {"type": "text", "index": 100, "name": "sbqq_option_selection_method_c", "comment": null}, "sbqq_optional_c": {"type": "boolean", "index": 101, "name": "sbqq_optional_c", "comment": null}, "sbqq_price_editable_c": {"type": "boolean", "index": 102, "name": "sbqq_price_editable_c", "comment": null}, "sbqq_pricing_method_c": {"type": "text", "index": 103, "name": "sbqq_pricing_method_c", "comment": null}, "sbqq_pricing_method_editable_c": {"type": "boolean", "index": 104, "name": "sbqq_pricing_method_editable_c", "comment": null}, "sbqq_product_picture_id_c": {"type": "integer", "index": 105, "name": "sbqq_product_picture_id_c", "comment": null}, "sbqq_quantity_editable_c": {"type": "boolean", "index": 106, "name": "sbqq_quantity_editable_c", "comment": null}, "sbqq_quantity_scale_c": {"type": "integer", "index": 107, "name": "sbqq_quantity_scale_c", "comment": null}, "sbqq_reconfiguration_disabled_c": {"type": "boolean", "index": 108, "name": "sbqq_reconfiguration_disabled_c", "comment": null}, "sbqq_renewal_product_c": {"type": "integer", "index": 109, "name": "sbqq_renewal_product_c", "comment": null}, "sbqq_sort_order_c": {"type": "integer", "index": 110, "name": "sbqq_sort_order_c", "comment": null}, "sbqq_specifications_c": {"type": "integer", "index": 111, "name": "sbqq_specifications_c", "comment": null}, "sbqq_subscription_base_c": {"type": "text", "index": 112, "name": "sbqq_subscription_base_c", "comment": null}, "sbqq_subscription_category_c": {"type": "integer", "index": 113, "name": "sbqq_subscription_category_c", "comment": null}, "sbqq_subscription_percent_c": {"type": "integer", "index": 114, "name": "sbqq_subscription_percent_c", "comment": null}, "sbqq_subscription_pricing_c": {"type": "text", "index": 115, "name": "sbqq_subscription_pricing_c", "comment": null}, "sbqq_subscription_target_c": {"type": "integer", "index": 116, "name": "sbqq_subscription_target_c", "comment": null}, "sbqq_subscription_term_c": {"type": "integer", "index": 117, "name": "sbqq_subscription_term_c", "comment": null}, "sbqq_subscription_type_c": {"type": "text", "index": 118, "name": "sbqq_subscription_type_c", "comment": null}, "sbqq_tax_code_c": {"type": "integer", "index": 119, "name": "sbqq_tax_code_c", "comment": null}, "sbqq_taxable_c": {"type": "boolean", "index": 120, "name": "sbqq_taxable_c", "comment": null}, "sbqq_term_discount_level_c": {"type": "integer", "index": 121, "name": "sbqq_term_discount_level_c", "comment": null}, "sbqq_term_discount_schedule_c": {"type": "integer", "index": 122, "name": "sbqq_term_discount_schedule_c", "comment": null}, "sbqq_upgrade_credit_c": {"type": "integer", "index": 123, "name": "sbqq_upgrade_credit_c", "comment": null}, "sbqq_upgrade_ratio_c": {"type": "integer", "index": 124, "name": "sbqq_upgrade_ratio_c", "comment": null}, "sbqq_upgrade_source_c": {"type": "integer", "index": 125, "name": "sbqq_upgrade_source_c", "comment": null}, "sbqq_upgrade_target_c": {"type": "integer", "index": 126, "name": "sbqq_upgrade_target_c", "comment": null}, "connector_type_c": {"type": "text", "index": 127, "name": "connector_type_c", "comment": null}, "pbf_pro_type_discount_c": {"type": "boolean", "index": 128, "name": "pbf_pro_type_discount_c", "comment": null}, "dimension_c": {"type": "text", "index": 129, "name": "dimension_c", "comment": null}, "connector_status_c": {"type": "text", "index": 130, "name": "connector_status_c", "comment": null}, "dimension_definition_c": {"type": "integer", "index": 131, "name": "dimension_definition_c", "comment": null}, "ava_sfcpq_tax_code_c": {"type": "integer", "index": 132, "name": "ava_sfcpq_tax_code_c", "comment": null}, "paid_consumption_c": {"type": "integer", "index": 133, "name": "paid_consumption_c", "comment": null}, "is_complimentary_c": {"type": "boolean", "index": 134, "name": "is_complimentary_c", "comment": null}, "product_external_id_c": {"type": "integer", "index": 135, "name": "product_external_id_c", "comment": null}, "blng_billing_rule_c": {"type": "text", "index": 136, "name": "blng_billing_rule_c", "comment": null}, "blng_revenue_recognition_rule_c": {"type": "text", "index": 137, "name": "blng_revenue_recognition_rule_c", "comment": null}, "blng_tax_rule_c": {"type": "text", "index": 138, "name": "blng_tax_rule_c", "comment": null}, "deployment_date_c": {"type": "integer", "index": 139, "name": "deployment_date_c", "comment": null}, "do_not_prorate_c": {"type": "boolean", "index": 140, "name": "do_not_prorate_c", "comment": null}, "celigo_sfnsio_netsuite_id_c": {"type": "integer", "index": 141, "name": "celigo_sfnsio_netsuite_id_c", "comment": null}, "sbqq_enable_large_configuration_c": {"type": "boolean", "index": 142, "name": "sbqq_enable_large_configuration_c", "comment": null}, "sbqq_pricing_guidance_c": {"type": "integer", "index": 143, "name": "sbqq_pricing_guidance_c", "comment": null}, "celigo_sfnsio_item_pricing_type_c": {"type": "integer", "index": 144, "name": "celigo_sfnsio_item_pricing_type_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "boolean", "index": 145, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "celigo_sfnsio_celigo_last_modified_date_c": {"type": "timestamp without time zone", "index": 146, "name": "celigo_sfnsio_celigo_last_modified_date_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "integer", "index": 147, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "boolean", "index": 148, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_net_suite_item_type_c": {"type": "integer", "index": 149, "name": "celigo_sfnsio_net_suite_item_type_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "integer", "index": 150, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "promo_code_c": {"type": "integer", "index": 151, "name": "promo_code_c", "comment": null}, "product_category_c": {"type": "integer", "index": 152, "name": "product_category_c", "comment": null}, "product_source_c": {"type": "integer", "index": 153, "name": "product_source_c", "comment": null}, "non_recurring_c": {"type": "boolean", "index": 154, "name": "non_recurring_c", "comment": null}, "is_archived": {"type": "boolean", "index": 155, "name": "is_archived", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 156, "name": "_fivetran_active", "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.salesforce_source.salesforce.product_2"}, "source.salesforce_source.salesforce.task": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_task_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"referral_account_c": {"type": "integer", "index": 1, "name": "referral_account_c", "comment": null}, "who_id": {"type": "text", "index": 2, "name": "who_id", "comment": null}, "call_disposition": {"type": "integer", "index": 3, "name": "call_disposition", "comment": null}, "recurrence_day_of_month": {"type": "integer", "index": 4, "name": "recurrence_day_of_month", "comment": null}, "owner_id": {"type": "text", "index": 5, "name": "owner_id", "comment": null}, "recurrence_end_date_only": {"type": "timestamp without time zone", "index": 6, "name": "recurrence_end_date_only", "comment": null}, "subject": {"type": "text", "index": 7, "name": "subject", "comment": null}, "description": {"type": "text", "index": 8, "name": "description", "comment": null}, "last_modified_date": {"type": "timestamp without time zone", "index": 9, "name": "last_modified_date", "comment": null}, "recurrence_time_zone_sid_key": {"type": "integer", "index": 10, "name": "recurrence_time_zone_sid_key", "comment": null}, "is_recurrence": {"type": "boolean", "index": 11, "name": "is_recurrence", "comment": null}, "what_count": {"type": "integer", "index": 12, "name": "what_count", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 13, "name": "_fivetran_synced", "comment": null}, "call_object": {"type": "integer", "index": 14, "name": "call_object", "comment": null}, "is_deleted": {"type": "boolean", "index": 15, "name": "is_deleted", "comment": null}, "recurrence_day_of_week_mask": {"type": "integer", "index": 16, "name": "recurrence_day_of_week_mask", "comment": null}, "last_modified_by_id": {"type": "text", "index": 17, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "timestamp without time zone", "index": 18, "name": "system_modstamp", "comment": null}, "recurrence_regenerated_type": {"type": "integer", "index": 19, "name": "recurrence_regenerated_type", "comment": null}, "id": {"type": "text", "index": 20, "name": "id", "comment": null}, "recurrence_type": {"type": "integer", "index": 21, "name": "recurrence_type", "comment": null}, "reminder_date_time": {"type": "timestamp without time zone", "index": 22, "name": "reminder_date_time", "comment": null}, "call_type": {"type": "integer", "index": 23, "name": "call_type", "comment": null}, "is_high_priority": {"type": "boolean", "index": 24, "name": "is_high_priority", "comment": null}, "is_closed": {"type": "boolean", "index": 25, "name": "is_closed", "comment": null}, "recurrence_month_of_year": {"type": "integer", "index": 26, "name": "recurrence_month_of_year", "comment": null}, "is_reminder_set": {"type": "boolean", "index": 27, "name": "is_reminder_set", "comment": null}, "activity_date": {"type": "timestamp without time zone", "index": 28, "name": "activity_date", "comment": null}, "recurrence_instance": {"type": "integer", "index": 29, "name": "recurrence_instance", "comment": null}, "priority": {"type": "text", "index": 30, "name": "priority", "comment": null}, "recurrence_interval": {"type": "integer", "index": 31, "name": "recurrence_interval", "comment": null}, "who_count": {"type": "integer", "index": 32, "name": "who_count", "comment": null}, "recurrence_start_date_only": {"type": "timestamp without time zone", "index": 33, "name": "recurrence_start_date_only", "comment": null}, "account_id": {"type": "text", "index": 34, "name": "account_id", "comment": null}, "referral_contact_c": {"type": "integer", "index": 35, "name": "referral_contact_c", "comment": null}, "call_duration_in_seconds": {"type": "integer", "index": 36, "name": "call_duration_in_seconds", "comment": null}, "created_by_id": {"type": "text", "index": 37, "name": "created_by_id", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 38, "name": "created_date", "comment": null}, "recurrence_activity_id": {"type": "integer", "index": 39, "name": "recurrence_activity_id", "comment": null}, "what_id": {"type": "text", "index": 40, "name": "what_id", "comment": null}, "task_subtype": {"type": "text", "index": 41, "name": "task_subtype", "comment": null}, "status": {"type": "text", "index": 42, "name": "status", "comment": null}, "invitee_uuid_c": {"type": "integer", "index": 43, "name": "invitee_uuid_c", "comment": null}, "type": {"type": "text", "index": 44, "name": "type", "comment": null}, "no_show_c": {"type": "boolean", "index": 45, "name": "no_show_c", "comment": null}, "first_meeting_held_c": {"type": "integer", "index": 46, "name": "first_meeting_held_c", "comment": null}, "associated_sdr_c": {"type": "integer", "index": 47, "name": "associated_sdr_c", "comment": null}, "first_meeting_c": {"type": "integer", "index": 48, "name": "first_meeting_c", "comment": null}, "call_recording_c": {"type": "integer", "index": 49, "name": "call_recording_c", "comment": null}, "affectlayer_chorus_call_id_c": {"type": "integer", "index": 50, "name": "affectlayer_chorus_call_id_c", "comment": null}, "affectlayer_affect_layer_call_id_c": {"type": "integer", "index": 51, "name": "affectlayer_affect_layer_call_id_c", "comment": null}, "last_rep_activity_date_c": {"type": "integer", "index": 52, "name": "last_rep_activity_date_c", "comment": null}, "lid_url_c": {"type": "integer", "index": 53, "name": "lid_url_c", "comment": null}, "lid_date_sent_c": {"type": "integer", "index": 54, "name": "lid_date_sent_c", "comment": null}, "record_type_id": {"type": "text", "index": 55, "name": "record_type_id", "comment": null}, "sales_loft_step_id_c": {"type": "integer", "index": 56, "name": "sales_loft_step_id_c", "comment": null}, "sales_loft_step_name_c": {"type": "integer", "index": 57, "name": "sales_loft_step_name_c", "comment": null}, "sales_loft_step_type_c": {"type": "integer", "index": 58, "name": "sales_loft_step_type_c", "comment": null}, "sales_loft_email_template_id_c": {"type": "integer", "index": 59, "name": "sales_loft_email_template_id_c", "comment": null}, "sales_loft_external_identifier_c": {"type": "integer", "index": 60, "name": "sales_loft_external_identifier_c", "comment": null}, "sales_loft_cadence_id_c": {"type": "integer", "index": 61, "name": "sales_loft_cadence_id_c", "comment": null}, "sales_loft_clicked_count_c": {"type": "integer", "index": 62, "name": "sales_loft_clicked_count_c", "comment": null}, "sales_loft_cadence_name_c": {"type": "integer", "index": 63, "name": "sales_loft_cadence_name_c", "comment": null}, "sales_loft_reply_count_c": {"type": "integer", "index": 64, "name": "sales_loft_reply_count_c", "comment": null}, "call_disposition_c": {"type": "integer", "index": 65, "name": "call_disposition_c", "comment": null}, "sales_loft_email_template_title_c": {"type": "integer", "index": 66, "name": "sales_loft_email_template_title_c", "comment": null}, "sales_loft_step_day_new_c": {"type": "integer", "index": 67, "name": "sales_loft_step_day_new_c", "comment": null}, "call_disposition_2_c": {"type": "integer", "index": 68, "name": "call_disposition_2_c", "comment": null}, "sales_loft_viewed_count_c": {"type": "integer", "index": 69, "name": "sales_loft_viewed_count_c", "comment": null}, "sales_loft_1_sales_loft_step_day_c": {"type": "integer", "index": 70, "name": "sales_loft_1_sales_loft_step_day_c", "comment": null}, "sales_loft_1_sales_loft_clicked_count_c": {"type": "integer", "index": 71, "name": "sales_loft_1_sales_loft_clicked_count_c", "comment": null}, "sales_loft_1_sales_loft_view_count_c": {"type": "integer", "index": 72, "name": "sales_loft_1_sales_loft_view_count_c", "comment": null}, "sales_loft_1_call_disposition_c": {"type": "integer", "index": 73, "name": "sales_loft_1_call_disposition_c", "comment": null}, "sales_loft_1_sales_loft_replies_count_c": {"type": "integer", "index": 74, "name": "sales_loft_1_sales_loft_replies_count_c", "comment": null}, "sales_loft_1_sales_loft_cadence_name_c": {"type": "integer", "index": 75, "name": "sales_loft_1_sales_loft_cadence_name_c", "comment": null}, "sales_loft_1_call_sentiment_c": {"type": "integer", "index": 76, "name": "sales_loft_1_call_sentiment_c", "comment": null}, "sales_loft_1_sales_loft_email_template_title_c": {"type": "integer", "index": 77, "name": "sales_loft_1_sales_loft_email_template_title_c", "comment": null}, "completed_date_time": {"type": "timestamp without time zone", "index": 78, "name": "completed_date_time", "comment": null}, "is_a_co_sell_activity_c": {"type": "integer", "index": 79, "name": "is_a_co_sell_activity_c", "comment": null}, "partner_contact_c": {"type": "integer", "index": 80, "name": "partner_contact_c", "comment": null}, "co_selling_activity_c": {"type": "integer", "index": 81, "name": "co_selling_activity_c", "comment": null}, "description_c": {"type": "integer", "index": 82, "name": "description_c", "comment": null}, "co_sell_partner_account_c": {"type": "integer", "index": 83, "name": "co_sell_partner_account_c", "comment": null}, "campaign_c": {"type": "integer", "index": 84, "name": "campaign_c", "comment": null}, "partner_account_c": {"type": "integer", "index": 85, "name": "partner_account_c", "comment": null}, "topic_c": {"type": "integer", "index": 86, "name": "topic_c", "comment": null}, "event_name_c": {"type": "integer", "index": 87, "name": "event_name_c", "comment": null}, "attendance_number_c": {"type": "integer", "index": 88, "name": "attendance_number_c", "comment": null}, "partner_activity_type_c": {"type": "integer", "index": 89, "name": "partner_activity_type_c", "comment": null}, "proof_of_referral_c": {"type": "integer", "index": 90, "name": "proof_of_referral_c", "comment": null}, "how_did_you_bring_value_or_create_trust_c": {"type": "integer", "index": 91, "name": "how_did_you_bring_value_or_create_trust_c", "comment": null}, "how_did_you_bring_value_or_earn_trust_c": {"type": "integer", "index": 92, "name": "how_did_you_bring_value_or_earn_trust_c", "comment": null}, "duration_in_minutes_c": {"type": "integer", "index": 93, "name": "duration_in_minutes_c", "comment": null}, "vidyard_c": {"type": "boolean", "index": 94, "name": "vidyard_c", "comment": null}, "expected_payment_date_c": {"type": "integer", "index": 95, "name": "expected_payment_date_c", "comment": null}, "execute_collections_plan_activity_c": {"type": "boolean", "index": 96, "name": "execute_collections_plan_activity_c", "comment": null}, "collections_hold_c": {"type": "boolean", "index": 97, "name": "collections_hold_c", "comment": null}, "opportunity_c": {"type": "integer", "index": 98, "name": "opportunity_c", "comment": null}, "meeting_type_c": {"type": "text", "index": 99, "name": "meeting_type_c", "comment": null}, "meeting_name_c": {"type": "text", "index": 100, "name": "meeting_name_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "integer", "index": 101, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_bizible_touchpoint_date_c": {"type": "integer", "index": 102, "name": "bizible_2_bizible_touchpoint_date_c", "comment": null}, "assigned_to_role_c": {"type": "text", "index": 103, "name": "assigned_to_role_c", "comment": null}, "assigned_to_name_c": {"type": "text", "index": 104, "name": "assigned_to_name_c", "comment": null}, "legacy_hvr_id_c": {"type": "integer", "index": 105, "name": "legacy_hvr_id_c", "comment": null}, "is_archived": {"type": "boolean", "index": 106, "name": "is_archived", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 107, "name": "_fivetran_active", "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.salesforce_source.salesforce.task"}, "source.salesforce_source.salesforce.user": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_user_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "about_me": {"type": "integer", "index": 3, "name": "about_me", "comment": null}, "account_id": {"type": "integer", "index": 4, "name": "account_id", "comment": null}, "alias": {"type": "text", "index": 5, "name": "alias", "comment": null}, "badge_text": {"type": "text", "index": 6, "name": "badge_text", "comment": null}, "banner_photo_url": {"type": "text", "index": 7, "name": "banner_photo_url", "comment": null}, "call_center_id": {"type": "integer", "index": 8, "name": "call_center_id", "comment": null}, "city": {"type": "integer", "index": 9, "name": "city", "comment": null}, "community_nickname": {"type": "text", "index": 10, "name": "community_nickname", "comment": null}, "company_name": {"type": "integer", "index": 11, "name": "company_name", "comment": null}, "contact_id": {"type": "integer", "index": 12, "name": "contact_id", "comment": null}, "country": {"type": "text", "index": 13, "name": "country", "comment": null}, "country_code": {"type": "text", "index": 14, "name": "country_code", "comment": null}, "default_group_notification_frequency": {"type": "text", "index": 15, "name": "default_group_notification_frequency", "comment": null}, "delegated_approver_id": {"type": "text", "index": 16, "name": "delegated_approver_id", "comment": null}, "department": {"type": "integer", "index": 17, "name": "department", "comment": null}, "digest_frequency": {"type": "text", "index": 18, "name": "digest_frequency", "comment": null}, "division": {"type": "integer", "index": 19, "name": "division", "comment": null}, "email": {"type": "text", "index": 20, "name": "email", "comment": null}, "email_encoding_key": {"type": "text", "index": 21, "name": "email_encoding_key", "comment": null}, "email_preferences_auto_bcc": {"type": "boolean", "index": 22, "name": "email_preferences_auto_bcc", "comment": null}, "employee_number": {"type": "integer", "index": 23, "name": "employee_number", "comment": null}, "extension": {"type": "integer", "index": 24, "name": "extension", "comment": null}, "fax": {"type": "integer", "index": 25, "name": "fax", "comment": null}, "federation_identifier": {"type": "integer", "index": 26, "name": "federation_identifier", "comment": null}, "first_name": {"type": "text", "index": 27, "name": "first_name", "comment": null}, "forecast_enabled": {"type": "boolean", "index": 28, "name": "forecast_enabled", "comment": null}, "full_photo_url": {"type": "text", "index": 29, "name": "full_photo_url", "comment": null}, "geocode_accuracy": {"type": "integer", "index": 30, "name": "geocode_accuracy", "comment": null}, "id": {"type": "text", "index": 31, "name": "id", "comment": null}, "individual_id": {"type": "integer", "index": 32, "name": "individual_id", "comment": null}, "is_active": {"type": "boolean", "index": 33, "name": "is_active", "comment": null}, "is_profile_photo_active": {"type": "boolean", "index": 34, "name": "is_profile_photo_active", "comment": null}, "language_locale_key": {"type": "text", "index": 35, "name": "language_locale_key", "comment": null}, "last_login_date": {"type": "timestamp without time zone", "index": 36, "name": "last_login_date", "comment": null}, "last_name": {"type": "text", "index": 37, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 38, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 39, "name": "last_viewed_date", "comment": null}, "latitude": {"type": "double precision", "index": 40, "name": "latitude", "comment": null}, "locale_sid_key": {"type": "text", "index": 41, "name": "locale_sid_key", "comment": null}, "longitude": {"type": "double precision", "index": 42, "name": "longitude", "comment": null}, "manager_id": {"type": "text", "index": 43, "name": "manager_id", "comment": null}, "medium_banner_photo_url": {"type": "text", "index": 44, "name": "medium_banner_photo_url", "comment": null}, "mobile_phone": {"type": "integer", "index": 45, "name": "mobile_phone", "comment": null}, "name": {"type": "text", "index": 46, "name": "name", "comment": null}, "offline_trial_expiration_date": {"type": "timestamp without time zone", "index": 47, "name": "offline_trial_expiration_date", "comment": null}, "phone": {"type": "text", "index": 48, "name": "phone", "comment": null}, "postal_code": {"type": "integer", "index": 49, "name": "postal_code", "comment": null}, "profile_id": {"type": "text", "index": 50, "name": "profile_id", "comment": null}, "receives_admin_info_emails": {"type": "boolean", "index": 51, "name": "receives_admin_info_emails", "comment": null}, "receives_info_emails": {"type": "boolean", "index": 52, "name": "receives_info_emails", "comment": null}, "sender_email": {"type": "integer", "index": 53, "name": "sender_email", "comment": null}, "sender_name": {"type": "integer", "index": 54, "name": "sender_name", "comment": null}, "signature": {"type": "integer", "index": 55, "name": "signature", "comment": null}, "small_banner_photo_url": {"type": "text", "index": 56, "name": "small_banner_photo_url", "comment": null}, "small_photo_url": {"type": "text", "index": 57, "name": "small_photo_url", "comment": null}, "state": {"type": "integer", "index": 58, "name": "state", "comment": null}, "state_code": {"type": "integer", "index": 59, "name": "state_code", "comment": null}, "street": {"type": "integer", "index": 60, "name": "street", "comment": null}, "time_zone_sid_key": {"type": "text", "index": 61, "name": "time_zone_sid_key", "comment": null}, "title": {"type": "text", "index": 62, "name": "title", "comment": null}, "user_role_id": {"type": "text", "index": 63, "name": "user_role_id", "comment": null}, "user_type": {"type": "text", "index": 64, "name": "user_type", "comment": null}, "username": {"type": "text", "index": 65, "name": "username", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 66, "name": "_fivetran_active", "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.salesforce_source.salesforce.user"}, "source.salesforce_source.salesforce.user_role": {"metadata": {"type": "BASE TABLE", "schema": "zz_dbt_catherine_sf", "name": "sf_user_role_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "case_access_for_account_owner": {"type": "text", "index": 3, "name": "case_access_for_account_owner", "comment": null}, "contact_access_for_account_owner": {"type": "text", "index": 4, "name": "contact_access_for_account_owner", "comment": null}, "developer_name": {"type": "text", "index": 5, "name": "developer_name", "comment": null}, "forecast_user_id": {"type": "integer", "index": 6, "name": "forecast_user_id", "comment": null}, "id": {"type": "text", "index": 7, "name": "id", "comment": null}, "may_forecast_manager_share": {"type": "boolean", "index": 8, "name": "may_forecast_manager_share", "comment": null}, "name": {"type": "text", "index": 9, "name": "name", "comment": null}, "opportunity_access_for_account_owner": {"type": "text", "index": 10, "name": "opportunity_access_for_account_owner", "comment": null}, "parent_role_id": {"type": "text", "index": 11, "name": "parent_role_id", "comment": null}, "portal_type": {"type": "text", "index": 12, "name": "portal_type", "comment": null}, "rollup_description": {"type": "text", "index": 13, "name": "rollup_description", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 14, "name": "_fivetran_active", "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.salesforce_source.salesforce.user_role"}}, "errors": null} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 24953e6..c580ce9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,30 +1,4 @@ - - -
- - - -