From f0011e67bd5c6622a1cc68dd732de7d535fe9316 Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:13:49 -0500 Subject: [PATCH 01/13] feature/sunset-full-statement-version --- CHANGELOG.md | 6 ++++ dbt_project.yml | 2 +- docs/catalog.json | 2 +- docs/index.html | 16 ++++----- docs/manifest.json | 2 +- docs/run_results.json | 2 +- integration_tests/dbt_project.yml | 2 +- .../models/account_statement_view.sql | 4 --- integration_tests/models/account_view.sql | 3 +- .../models/opportunity_statement_view.sql | 4 --- integration_tests/models/opportunity_view.sql | 3 +- .../models/user_role_statement_view.sql | 4 --- integration_tests/models/user_role_view.sql | 3 +- .../models/user_statement_view.sql | 3 +- integration_tests/models/user_view.sql | 3 +- integration_tests/requirements.txt | 4 +-- macros/sfdc_formula_view.sql | 33 ++++--------------- 17 files changed, 32 insertions(+), 64 deletions(-) delete mode 100644 integration_tests/models/account_statement_view.sql delete mode 100644 integration_tests/models/opportunity_statement_view.sql delete mode 100644 integration_tests/models/user_role_statement_view.sql diff --git a/CHANGELOG.md b/CHANGELOG.md index d8206ad..3dc1a91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# dbt_salesforce_formula_utils v0.10.0 +[PR #109](https://github.com/fivetran/dbt_salesforce_formula_utils/pull/109) includes the following updates: + +## 🚨 Breaking Changes 🚨 +- The parameter `full_statement_version=false` has been fully sunset from the `sfdc_formula_view` macro. You will now need to remove this parameter to avoid a compilation error. + # dbt_salesforce_formula_utils v0.9.3 [PR #101](https://github.com/fivetran/dbt_salesforce_formula_utils/pull/101) includes the following updates: diff --git a/dbt_project.yml b/dbt_project.yml index 2a11303..47be3d9 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,4 +1,4 @@ name: 'salesforce_formula_utils' -version: '0.9.3' +version: '0.10.0' config-version: 2 require-dbt-version: [">=1.3.0", "<2.0.0"] diff --git a/docs/catalog.json b/docs/catalog.json index c722aa7..63876aa 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.6.6", "generated_at": "2023-10-31T21:36:44.516217Z", "invocation_id": "e86d1462-0a04-485c-aad7-01b2781bad0b", "env": {}}, "nodes": {"seed.salesforce_formula_integration_tests.account": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "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": "integer", "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": "integer", "index": 9, "name": "billing_latitude", "comment": null}, "billing_longitude": {"type": "integer", "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": "integer", "index": 21, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "integer", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "integer", "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": "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": "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}}, "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_formula_integration_tests.account"}, "model.salesforce_formula_integration_tests.account_statement_view": {"metadata": {"type": "VIEW", "schema": "salesforce_formula_integrations_tests", "name": "account_statement_view", "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": "integer", "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": "integer", "index": 9, "name": "billing_latitude", "comment": null}, "billing_longitude": {"type": "integer", "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": "integer", "index": 21, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "integer", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "integer", "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": "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": "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}, "account_test_formula": {"type": "integer", "index": 50, "name": "account_test_formula", "comment": null}}, "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_formula_integration_tests.account_statement_view"}, "model.salesforce_formula_integration_tests.account_view": {"metadata": {"type": "VIEW", "schema": "salesforce_formula_integrations_tests", "name": "account_view", "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": "integer", "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": "integer", "index": 9, "name": "billing_latitude", "comment": null}, "billing_longitude": {"type": "integer", "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": "integer", "index": 21, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "integer", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "integer", "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": "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": "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}, "account_test_formula": {"type": "integer", "index": 50, "name": "account_test_formula", "comment": null}}, "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_formula_integration_tests.account_view"}, "seed.salesforce_formula_integration_tests.fivetran_formula": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "fivetran_formula", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"field": {"type": "text", "index": 1, "name": "field", "comment": null}, "object": {"type": "text", "index": 2, "name": "object", "comment": null}, "formula": {"type": "text", "index": 3, "name": "formula", "comment": null}, "sql": {"type": "text", "index": 4, "name": "sql", "comment": null}, "view_sql": {"type": "character varying(256)", "index": 5, "name": "view_sql", "comment": null}, "_fivetran_synced": {"type": "text", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.salesforce_formula_integration_tests.fivetran_formula"}, "seed.salesforce_formula_integration_tests.fivetran_formula_model": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "fivetran_formula_model", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"object": {"type": "text", "index": 1, "name": "object", "comment": null}, "model": {"type": "text", "index": 2, "name": "model", "comment": null}}, "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_formula_integration_tests.fivetran_formula_model"}, "seed.salesforce_formula_integration_tests.opportunity": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "opportunity", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 2, "name": "account_id", "comment": null}, "amount": {"type": "integer", "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": "integer", "index": 22, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "integer", "index": 23, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "integer", "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": "integer", "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}}, "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_formula_integration_tests.opportunity"}, "model.salesforce_formula_integration_tests.opportunity_statement_view": {"metadata": {"type": "VIEW", "schema": "salesforce_formula_integrations_tests", "name": "opportunity_statement_view", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 2, "name": "account_id", "comment": null}, "amount": {"type": "integer", "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": "integer", "index": 22, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "integer", "index": 23, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "integer", "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": "integer", "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}, "opportunity_test_formula": {"type": "integer", "index": 36, "name": "opportunity_test_formula", "comment": null}}, "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_formula_integration_tests.opportunity_statement_view"}, "model.salesforce_formula_integration_tests.opportunity_view": {"metadata": {"type": "VIEW", "schema": "salesforce_formula_integrations_tests", "name": "opportunity_view", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 2, "name": "account_id", "comment": null}, "amount": {"type": "integer", "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": "integer", "index": 22, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "integer", "index": 23, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "integer", "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": "integer", "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}, "account_type_c": {"type": "text", "index": 36, "name": "account_type_c", "comment": null}, "opporunity_test_formula": {"type": "integer", "index": 37, "name": "opporunity_test_formula", "comment": null}}, "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_formula_integration_tests.opportunity_view"}, "seed.salesforce_formula_integration_tests.user": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "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}, "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": "integer", "index": 40, "name": "latitude", "comment": null}, "locale_sid_key": {"type": "text", "index": 41, "name": "locale_sid_key", "comment": null}, "longitude": {"type": "integer", "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": "integer", "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}}, "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_formula_integration_tests.user"}, "seed.salesforce_formula_integration_tests.user_role": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "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}, "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}}, "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_formula_integration_tests.user_role"}, "model.salesforce_formula_integration_tests.user_role_statement_view": {"metadata": {"type": "VIEW", "schema": "salesforce_formula_integrations_tests", "name": "user_role_statement_view", "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}, "developer_and_id": {"type": "text", "index": 14, "name": "developer_and_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_formula_integration_tests.user_role_statement_view"}, "model.salesforce_formula_integration_tests.user_role_view": {"metadata": {"type": "VIEW", "schema": "salesforce_formula_integrations_tests", "name": "user_role_view", "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}, "developer_and_id": {"type": "text", "index": 14, "name": "developer_and_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_formula_integration_tests.user_role_view"}, "model.salesforce_formula_integration_tests.user_statement_view": {"metadata": {"type": "VIEW", "schema": "salesforce_formula_integrations_tests", "name": "user_statement_view", "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": "integer", "index": 40, "name": "latitude", "comment": null}, "locale_sid_key": {"type": "text", "index": 41, "name": "locale_sid_key", "comment": null}, "longitude": {"type": "integer", "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": "integer", "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}, "is_active_user": {"type": "text", "index": 66, "name": "is_active_user", "comment": null}}, "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_formula_integration_tests.user_statement_view"}, "model.salesforce_formula_integration_tests.user_view": {"metadata": {"type": "VIEW", "schema": "salesforce_formula_integrations_tests", "name": "user_view", "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": "integer", "index": 40, "name": "latitude", "comment": null}, "locale_sid_key": {"type": "text", "index": 41, "name": "locale_sid_key", "comment": null}, "longitude": {"type": "integer", "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": "integer", "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}, "is_active_user": {"type": "text", "index": 66, "name": "is_active_user", "comment": null}}, "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_formula_integration_tests.user_view"}}, "sources": {"source.salesforce_formula_integration_tests.salesforce.account": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "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": "integer", "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": "integer", "index": 9, "name": "billing_latitude", "comment": null}, "billing_longitude": {"type": "integer", "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": "integer", "index": 21, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "integer", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "integer", "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": "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": "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}}, "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_formula_integration_tests.salesforce.account"}, "source.salesforce_formula_integration_tests.salesforce.fivetran_formula": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "fivetran_formula", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"field": {"type": "text", "index": 1, "name": "field", "comment": null}, "object": {"type": "text", "index": 2, "name": "object", "comment": null}, "formula": {"type": "text", "index": 3, "name": "formula", "comment": null}, "sql": {"type": "text", "index": 4, "name": "sql", "comment": null}, "view_sql": {"type": "character varying(256)", "index": 5, "name": "view_sql", "comment": null}, "_fivetran_synced": {"type": "text", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.salesforce_formula_integration_tests.salesforce.fivetran_formula"}, "source.salesforce_formula_integration_tests.salesforce.fivetran_formula_model": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "fivetran_formula_model", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"object": {"type": "text", "index": 1, "name": "object", "comment": null}, "model": {"type": "text", "index": 2, "name": "model", "comment": null}}, "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_formula_integration_tests.salesforce.fivetran_formula_model"}, "source.salesforce_formula_integration_tests.salesforce.opportunity": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "opportunity", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 2, "name": "account_id", "comment": null}, "amount": {"type": "integer", "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": "integer", "index": 22, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "integer", "index": 23, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "integer", "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": "integer", "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}}, "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_formula_integration_tests.salesforce.opportunity"}, "source.salesforce_formula_integration_tests.salesforce.user": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "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}, "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": "integer", "index": 40, "name": "latitude", "comment": null}, "locale_sid_key": {"type": "text", "index": 41, "name": "locale_sid_key", "comment": null}, "longitude": {"type": "integer", "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": "integer", "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}}, "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_formula_integration_tests.salesforce.user"}, "source.salesforce_formula_integration_tests.salesforce.user_role": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "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}, "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}}, "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_formula_integration_tests.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.2", "generated_at": "2024-06-27T19:12:51.766620Z", "invocation_id": "4809f593-df7e-4e1c-beae-efa71606b81e", "env": {}}, "nodes": {"seed.salesforce_formula_integration_tests.account": {"metadata": {"type": "table", "schema": "salesforce_formula_integrations_tests", "name": "account", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "DATETIME", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_number": {"type": "INT64", "index": 2, "name": "account_number", "comment": null}, "account_source": {"type": "STRING", "index": 3, "name": "account_source", "comment": null}, "annual_revenue": {"type": "INT64", "index": 4, "name": "annual_revenue", "comment": null}, "billing_city": {"type": "STRING", "index": 5, "name": "billing_city", "comment": null}, "billing_country": {"type": "STRING", "index": 6, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "STRING", "index": 7, "name": "billing_country_code", "comment": null}, "billing_geocode_accuracy": {"type": "INT64", "index": 8, "name": "billing_geocode_accuracy", "comment": null}, "billing_latitude": {"type": "INT64", "index": 9, "name": "billing_latitude", "comment": null}, "billing_longitude": {"type": "INT64", "index": 10, "name": "billing_longitude", "comment": null}, "billing_postal_code": {"type": "STRING", "index": 11, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "STRING", "index": 12, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "STRING", "index": 13, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "STRING", "index": 14, "name": "billing_street", "comment": null}, "description": {"type": "STRING", "index": 15, "name": "description", "comment": null}, "fax": {"type": "INT64", "index": 16, "name": "fax", "comment": null}, "id": {"type": "STRING", "index": 17, "name": "id", "comment": null}, "industry": {"type": "STRING", "index": 18, "name": "industry", "comment": null}, "is_deleted": {"type": "BOOL", "index": 19, "name": "is_deleted", "comment": null}, "jigsaw_company_id": {"type": "INT64", "index": 20, "name": "jigsaw_company_id", "comment": null}, "last_activity_date": {"type": "INT64", "index": 21, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "INT64", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "INT64", "index": 23, "name": "last_viewed_date", "comment": null}, "master_record_id": {"type": "STRING", "index": 24, "name": "master_record_id", "comment": null}, "name": {"type": "STRING", "index": 25, "name": "name", "comment": null}, "number_of_employees": {"type": "INT64", "index": 26, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "STRING", "index": 27, "name": "owner_id", "comment": null}, "ownership": {"type": "INT64", "index": 28, "name": "ownership", "comment": null}, "parent_id": {"type": "INT64", "index": 29, "name": "parent_id", "comment": null}, "phone": {"type": "STRING", "index": 30, "name": "phone", "comment": null}, "photo_url": {"type": "STRING", "index": 31, "name": "photo_url", "comment": null}, "rating": {"type": "INT64", "index": 32, "name": "rating", "comment": null}, "record_type_id": {"type": "STRING", "index": 33, "name": "record_type_id", "comment": null}, "shipping_city": {"type": "INT64", "index": 34, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "STRING", "index": 35, "name": "shipping_country", "comment": null}, "shipping_country_code": {"type": "STRING", "index": 36, "name": "shipping_country_code", "comment": null}, "shipping_geocode_accuracy": {"type": "INT64", "index": 37, "name": "shipping_geocode_accuracy", "comment": null}, "shipping_latitude": {"type": "INT64", "index": 38, "name": "shipping_latitude", "comment": null}, "shipping_longitude": {"type": "INT64", "index": 39, "name": "shipping_longitude", "comment": null}, "shipping_postal_code": {"type": "INT64", "index": 40, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "INT64", "index": 41, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "INT64", "index": 42, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "INT64", "index": 43, "name": "shipping_street", "comment": null}, "sic": {"type": "INT64", "index": 44, "name": "sic", "comment": null}, "sic_desc": {"type": "INT64", "index": 45, "name": "sic_desc", "comment": null}, "site": {"type": "INT64", "index": 46, "name": "site", "comment": null}, "ticker_symbol": {"type": "INT64", "index": 47, "name": "ticker_symbol", "comment": null}, "type": {"type": "STRING", "index": 48, "name": "type", "comment": null}, "website": {"type": "STRING", "index": 49, "name": "website", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 3631, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 10, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.salesforce_formula_integration_tests.account"}, "model.salesforce_formula_integration_tests.account_view": {"metadata": {"type": "view", "schema": "salesforce_formula_integrations_tests", "name": "account_view", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "DATETIME", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_number": {"type": "INT64", "index": 2, "name": "account_number", "comment": null}, "account_source": {"type": "STRING", "index": 3, "name": "account_source", "comment": null}, "annual_revenue": {"type": "INT64", "index": 4, "name": "annual_revenue", "comment": null}, "billing_city": {"type": "STRING", "index": 5, "name": "billing_city", "comment": null}, "billing_country": {"type": "STRING", "index": 6, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "STRING", "index": 7, "name": "billing_country_code", "comment": null}, "billing_geocode_accuracy": {"type": "INT64", "index": 8, "name": "billing_geocode_accuracy", "comment": null}, "billing_latitude": {"type": "INT64", "index": 9, "name": "billing_latitude", "comment": null}, "billing_longitude": {"type": "INT64", "index": 10, "name": "billing_longitude", "comment": null}, "billing_postal_code": {"type": "STRING", "index": 11, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "STRING", "index": 12, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "STRING", "index": 13, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "STRING", "index": 14, "name": "billing_street", "comment": null}, "description": {"type": "STRING", "index": 15, "name": "description", "comment": null}, "fax": {"type": "INT64", "index": 16, "name": "fax", "comment": null}, "id": {"type": "STRING", "index": 17, "name": "id", "comment": null}, "industry": {"type": "STRING", "index": 18, "name": "industry", "comment": null}, "is_deleted": {"type": "BOOL", "index": 19, "name": "is_deleted", "comment": null}, "jigsaw_company_id": {"type": "INT64", "index": 20, "name": "jigsaw_company_id", "comment": null}, "last_activity_date": {"type": "INT64", "index": 21, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "INT64", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "INT64", "index": 23, "name": "last_viewed_date", "comment": null}, "master_record_id": {"type": "STRING", "index": 24, "name": "master_record_id", "comment": null}, "name": {"type": "STRING", "index": 25, "name": "name", "comment": null}, "number_of_employees": {"type": "INT64", "index": 26, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "STRING", "index": 27, "name": "owner_id", "comment": null}, "ownership": {"type": "INT64", "index": 28, "name": "ownership", "comment": null}, "parent_id": {"type": "INT64", "index": 29, "name": "parent_id", "comment": null}, "phone": {"type": "STRING", "index": 30, "name": "phone", "comment": null}, "photo_url": {"type": "STRING", "index": 31, "name": "photo_url", "comment": null}, "rating": {"type": "INT64", "index": 32, "name": "rating", "comment": null}, "record_type_id": {"type": "STRING", "index": 33, "name": "record_type_id", "comment": null}, "shipping_city": {"type": "INT64", "index": 34, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "STRING", "index": 35, "name": "shipping_country", "comment": null}, "shipping_country_code": {"type": "STRING", "index": 36, "name": "shipping_country_code", "comment": null}, "shipping_geocode_accuracy": {"type": "INT64", "index": 37, "name": "shipping_geocode_accuracy", "comment": null}, "shipping_latitude": {"type": "INT64", "index": 38, "name": "shipping_latitude", "comment": null}, "shipping_longitude": {"type": "INT64", "index": 39, "name": "shipping_longitude", "comment": null}, "shipping_postal_code": {"type": "INT64", "index": 40, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "INT64", "index": 41, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "INT64", "index": 42, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "INT64", "index": 43, "name": "shipping_street", "comment": null}, "sic": {"type": "INT64", "index": 44, "name": "sic", "comment": null}, "sic_desc": {"type": "INT64", "index": 45, "name": "sic_desc", "comment": null}, "site": {"type": "INT64", "index": 46, "name": "site", "comment": null}, "ticker_symbol": {"type": "INT64", "index": 47, "name": "ticker_symbol", "comment": null}, "type": {"type": "STRING", "index": 48, "name": "type", "comment": null}, "website": {"type": "STRING", "index": 49, "name": "website", "comment": null}, "account_test_formula": {"type": "INT64", "index": 50, "name": "account_test_formula", "comment": null}}, "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_formula_integration_tests.account_view"}, "seed.salesforce_formula_integration_tests.fivetran_formula": {"metadata": {"type": "table", "schema": "salesforce_formula_integrations_tests", "name": "fivetran_formula", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"field": {"type": "STRING", "index": 1, "name": "field", "comment": null}, "object": {"type": "STRING", "index": 2, "name": "object", "comment": null}, "formula": {"type": "STRING", "index": 3, "name": "formula", "comment": null}, "sql": {"type": "STRING", "index": 4, "name": "sql", "comment": null}, "view_sql": {"type": "STRING", "index": 5, "name": "view_sql", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 744, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 5, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.salesforce_formula_integration_tests.fivetran_formula"}, "seed.salesforce_formula_integration_tests.fivetran_formula_model": {"metadata": {"type": "table", "schema": "salesforce_formula_integrations_tests", "name": "fivetran_formula_model", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"object": {"type": "STRING", "index": 1, "name": "object", "comment": null}, "model": {"type": "STRING", "index": 2, "name": "model", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 656, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 4, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.salesforce_formula_integration_tests.fivetran_formula_model"}, "seed.salesforce_formula_integration_tests.opportunity": {"metadata": {"type": "table", "schema": "salesforce_formula_integrations_tests", "name": "opportunity", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "STRING", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "STRING", "index": 2, "name": "account_id", "comment": null}, "amount": {"type": "INT64", "index": 3, "name": "amount", "comment": null}, "campaign_id": {"type": "INT64", "index": 4, "name": "campaign_id", "comment": null}, "close_date": {"type": "DATETIME", "index": 5, "name": "close_date", "comment": null}, "created_date": {"type": "DATETIME", "index": 6, "name": "created_date", "comment": null}, "description": {"type": "INT64", "index": 7, "name": "description", "comment": null}, "expected_revenue": {"type": "INT64", "index": 8, "name": "expected_revenue", "comment": null}, "fiscal": {"type": "STRING", "index": 9, "name": "fiscal", "comment": null}, "fiscal_quarter": {"type": "INT64", "index": 10, "name": "fiscal_quarter", "comment": null}, "fiscal_year": {"type": "INT64", "index": 11, "name": "fiscal_year", "comment": null}, "forecast_category": {"type": "STRING", "index": 12, "name": "forecast_category", "comment": null}, "forecast_category_name": {"type": "STRING", "index": 13, "name": "forecast_category_name", "comment": null}, "has_open_activity": {"type": "BOOL", "index": 14, "name": "has_open_activity", "comment": null}, "has_opportunity_line_item": {"type": "BOOL", "index": 15, "name": "has_opportunity_line_item", "comment": null}, "has_overdue_task": {"type": "BOOL", "index": 16, "name": "has_overdue_task", "comment": null}, "id": {"type": "STRING", "index": 17, "name": "id", "comment": null}, "is_closed": {"type": "BOOL", "index": 18, "name": "is_closed", "comment": null}, "is_deleted": {"type": "BOOL", "index": 19, "name": "is_deleted", "comment": null}, "is_excluded_from_territory_2_filter": {"type": "INT64", "index": 20, "name": "is_excluded_from_territory_2_filter", "comment": null}, "is_won": {"type": "BOOL", "index": 21, "name": "is_won", "comment": null}, "last_activity_date": {"type": "INT64", "index": 22, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "INT64", "index": 23, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "INT64", "index": 24, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "STRING", "index": 25, "name": "lead_source", "comment": null}, "name": {"type": "STRING", "index": 26, "name": "name", "comment": null}, "next_step": {"type": "INT64", "index": 27, "name": "next_step", "comment": null}, "owner_id": {"type": "STRING", "index": 28, "name": "owner_id", "comment": null}, "pricebook_2_id": {"type": "STRING", "index": 29, "name": "pricebook_2_id", "comment": null}, "probability": {"type": "INT64", "index": 30, "name": "probability", "comment": null}, "record_type_id": {"type": "STRING", "index": 31, "name": "record_type_id", "comment": null}, "stage_name": {"type": "STRING", "index": 32, "name": "stage_name", "comment": null}, "synced_quote_id": {"type": "INT64", "index": 33, "name": "synced_quote_id", "comment": null}, "territory_2_id": {"type": "INT64", "index": 34, "name": "territory_2_id", "comment": null}, "type": {"type": "STRING", "index": 35, "name": "type", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 3407, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 10, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.salesforce_formula_integration_tests.opportunity"}, "model.salesforce_formula_integration_tests.opportunity_view": {"metadata": {"type": "view", "schema": "salesforce_formula_integrations_tests", "name": "opportunity_view", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "STRING", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "STRING", "index": 2, "name": "account_id", "comment": null}, "amount": {"type": "INT64", "index": 3, "name": "amount", "comment": null}, "campaign_id": {"type": "INT64", "index": 4, "name": "campaign_id", "comment": null}, "close_date": {"type": "DATETIME", "index": 5, "name": "close_date", "comment": null}, "created_date": {"type": "DATETIME", "index": 6, "name": "created_date", "comment": null}, "description": {"type": "INT64", "index": 7, "name": "description", "comment": null}, "expected_revenue": {"type": "INT64", "index": 8, "name": "expected_revenue", "comment": null}, "fiscal": {"type": "STRING", "index": 9, "name": "fiscal", "comment": null}, "fiscal_quarter": {"type": "INT64", "index": 10, "name": "fiscal_quarter", "comment": null}, "fiscal_year": {"type": "INT64", "index": 11, "name": "fiscal_year", "comment": null}, "forecast_category": {"type": "STRING", "index": 12, "name": "forecast_category", "comment": null}, "forecast_category_name": {"type": "STRING", "index": 13, "name": "forecast_category_name", "comment": null}, "has_open_activity": {"type": "BOOL", "index": 14, "name": "has_open_activity", "comment": null}, "has_opportunity_line_item": {"type": "BOOL", "index": 15, "name": "has_opportunity_line_item", "comment": null}, "has_overdue_task": {"type": "BOOL", "index": 16, "name": "has_overdue_task", "comment": null}, "id": {"type": "STRING", "index": 17, "name": "id", "comment": null}, "is_closed": {"type": "BOOL", "index": 18, "name": "is_closed", "comment": null}, "is_deleted": {"type": "BOOL", "index": 19, "name": "is_deleted", "comment": null}, "is_excluded_from_territory_2_filter": {"type": "INT64", "index": 20, "name": "is_excluded_from_territory_2_filter", "comment": null}, "is_won": {"type": "BOOL", "index": 21, "name": "is_won", "comment": null}, "last_activity_date": {"type": "INT64", "index": 22, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "INT64", "index": 23, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "INT64", "index": 24, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "STRING", "index": 25, "name": "lead_source", "comment": null}, "name": {"type": "STRING", "index": 26, "name": "name", "comment": null}, "next_step": {"type": "INT64", "index": 27, "name": "next_step", "comment": null}, "owner_id": {"type": "STRING", "index": 28, "name": "owner_id", "comment": null}, "pricebook_2_id": {"type": "STRING", "index": 29, "name": "pricebook_2_id", "comment": null}, "probability": {"type": "INT64", "index": 30, "name": "probability", "comment": null}, "record_type_id": {"type": "STRING", "index": 31, "name": "record_type_id", "comment": null}, "stage_name": {"type": "STRING", "index": 32, "name": "stage_name", "comment": null}, "synced_quote_id": {"type": "INT64", "index": 33, "name": "synced_quote_id", "comment": null}, "territory_2_id": {"type": "INT64", "index": 34, "name": "territory_2_id", "comment": null}, "type": {"type": "STRING", "index": 35, "name": "type", "comment": null}, "opportunity_test_formula": {"type": "INT64", "index": 36, "name": "opportunity_test_formula", "comment": null}}, "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_formula_integration_tests.opportunity_view"}, "seed.salesforce_formula_integration_tests.user": {"metadata": {"type": "table", "schema": "salesforce_formula_integrations_tests", "name": "user", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_deleted": {"type": "BOOL", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 2, "name": "_fivetran_synced", "comment": null}, "about_me": {"type": "INT64", "index": 3, "name": "about_me", "comment": null}, "account_id": {"type": "INT64", "index": 4, "name": "account_id", "comment": null}, "alias": {"type": "STRING", "index": 5, "name": "alias", "comment": null}, "badge_text": {"type": "STRING", "index": 6, "name": "badge_text", "comment": null}, "banner_photo_url": {"type": "STRING", "index": 7, "name": "banner_photo_url", "comment": null}, "call_center_id": {"type": "INT64", "index": 8, "name": "call_center_id", "comment": null}, "city": {"type": "INT64", "index": 9, "name": "city", "comment": null}, "community_nickname": {"type": "STRING", "index": 10, "name": "community_nickname", "comment": null}, "company_name": {"type": "INT64", "index": 11, "name": "company_name", "comment": null}, "contact_id": {"type": "INT64", "index": 12, "name": "contact_id", "comment": null}, "country": {"type": "STRING", "index": 13, "name": "country", "comment": null}, "country_code": {"type": "STRING", "index": 14, "name": "country_code", "comment": null}, "default_group_notification_frequency": {"type": "STRING", "index": 15, "name": "default_group_notification_frequency", "comment": null}, "delegated_approver_id": {"type": "STRING", "index": 16, "name": "delegated_approver_id", "comment": null}, "department": {"type": "INT64", "index": 17, "name": "department", "comment": null}, "digest_frequency": {"type": "STRING", "index": 18, "name": "digest_frequency", "comment": null}, "division": {"type": "INT64", "index": 19, "name": "division", "comment": null}, "email": {"type": "STRING", "index": 20, "name": "email", "comment": null}, "email_encoding_key": {"type": "STRING", "index": 21, "name": "email_encoding_key", "comment": null}, "email_preferences_auto_bcc": {"type": "BOOL", "index": 22, "name": "email_preferences_auto_bcc", "comment": null}, "employee_number": {"type": "INT64", "index": 23, "name": "employee_number", "comment": null}, "extension": {"type": "INT64", "index": 24, "name": "extension", "comment": null}, "fax": {"type": "INT64", "index": 25, "name": "fax", "comment": null}, "federation_identifier": {"type": "INT64", "index": 26, "name": "federation_identifier", "comment": null}, "first_name": {"type": "STRING", "index": 27, "name": "first_name", "comment": null}, "forecast_enabled": {"type": "BOOL", "index": 28, "name": "forecast_enabled", "comment": null}, "full_photo_url": {"type": "STRING", "index": 29, "name": "full_photo_url", "comment": null}, "geocode_accuracy": {"type": "INT64", "index": 30, "name": "geocode_accuracy", "comment": null}, "id": {"type": "STRING", "index": 31, "name": "id", "comment": null}, "individual_id": {"type": "INT64", "index": 32, "name": "individual_id", "comment": null}, "is_active": {"type": "BOOL", "index": 33, "name": "is_active", "comment": null}, "is_profile_photo_active": {"type": "BOOL", "index": 34, "name": "is_profile_photo_active", "comment": null}, "language_locale_key": {"type": "STRING", "index": 35, "name": "language_locale_key", "comment": null}, "last_login_date": {"type": "DATETIME", "index": 36, "name": "last_login_date", "comment": null}, "last_name": {"type": "STRING", "index": 37, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "DATETIME", "index": 38, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "DATETIME", "index": 39, "name": "last_viewed_date", "comment": null}, "latitude": {"type": "INT64", "index": 40, "name": "latitude", "comment": null}, "locale_sid_key": {"type": "STRING", "index": 41, "name": "locale_sid_key", "comment": null}, "longitude": {"type": "INT64", "index": 42, "name": "longitude", "comment": null}, "manager_id": {"type": "STRING", "index": 43, "name": "manager_id", "comment": null}, "medium_banner_photo_url": {"type": "STRING", "index": 44, "name": "medium_banner_photo_url", "comment": null}, "mobile_phone": {"type": "INT64", "index": 45, "name": "mobile_phone", "comment": null}, "name": {"type": "STRING", "index": 46, "name": "name", "comment": null}, "offline_trial_expiration_date": {"type": "INT64", "index": 47, "name": "offline_trial_expiration_date", "comment": null}, "phone": {"type": "STRING", "index": 48, "name": "phone", "comment": null}, "postal_code": {"type": "INT64", "index": 49, "name": "postal_code", "comment": null}, "profile_id": {"type": "STRING", "index": 50, "name": "profile_id", "comment": null}, "receives_admin_info_emails": {"type": "BOOL", "index": 51, "name": "receives_admin_info_emails", "comment": null}, "receives_info_emails": {"type": "BOOL", "index": 52, "name": "receives_info_emails", "comment": null}, "sender_email": {"type": "INT64", "index": 53, "name": "sender_email", "comment": null}, "sender_name": {"type": "INT64", "index": 54, "name": "sender_name", "comment": null}, "signature": {"type": "INT64", "index": 55, "name": "signature", "comment": null}, "small_banner_photo_url": {"type": "STRING", "index": 56, "name": "small_banner_photo_url", "comment": null}, "small_photo_url": {"type": "STRING", "index": 57, "name": "small_photo_url", "comment": null}, "state": {"type": "INT64", "index": 58, "name": "state", "comment": null}, "state_code": {"type": "INT64", "index": 59, "name": "state_code", "comment": null}, "street": {"type": "INT64", "index": 60, "name": "street", "comment": null}, "time_zone_sid_key": {"type": "STRING", "index": 61, "name": "time_zone_sid_key", "comment": null}, "title": {"type": "STRING", "index": 62, "name": "title", "comment": null}, "user_role_id": {"type": "STRING", "index": 63, "name": "user_role_id", "comment": null}, "user_type": {"type": "STRING", "index": 64, "name": "user_type", "comment": null}, "username": {"type": "STRING", "index": 65, "name": "username", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 6700, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 10, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.salesforce_formula_integration_tests.user"}, "seed.salesforce_formula_integration_tests.user_role": {"metadata": {"type": "table", "schema": "salesforce_formula_integrations_tests", "name": "user_role", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_deleted": {"type": "BOOL", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 2, "name": "_fivetran_synced", "comment": null}, "case_access_for_account_owner": {"type": "STRING", "index": 3, "name": "case_access_for_account_owner", "comment": null}, "contact_access_for_account_owner": {"type": "STRING", "index": 4, "name": "contact_access_for_account_owner", "comment": null}, "developer_name": {"type": "STRING", "index": 5, "name": "developer_name", "comment": null}, "forecast_user_id": {"type": "INT64", "index": 6, "name": "forecast_user_id", "comment": null}, "id": {"type": "STRING", "index": 7, "name": "id", "comment": null}, "may_forecast_manager_share": {"type": "BOOL", "index": 8, "name": "may_forecast_manager_share", "comment": null}, "name": {"type": "STRING", "index": 9, "name": "name", "comment": null}, "opportunity_access_for_account_owner": {"type": "STRING", "index": 10, "name": "opportunity_access_for_account_owner", "comment": null}, "parent_role_id": {"type": "STRING", "index": 11, "name": "parent_role_id", "comment": null}, "portal_type": {"type": "STRING", "index": 12, "name": "portal_type", "comment": null}, "rollup_description": {"type": "STRING", "index": 13, "name": "rollup_description", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2440, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 10, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.salesforce_formula_integration_tests.user_role"}, "model.salesforce_formula_integration_tests.user_role_view": {"metadata": {"type": "view", "schema": "salesforce_formula_integrations_tests", "name": "user_role_view", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_deleted": {"type": "BOOL", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 2, "name": "_fivetran_synced", "comment": null}, "case_access_for_account_owner": {"type": "STRING", "index": 3, "name": "case_access_for_account_owner", "comment": null}, "contact_access_for_account_owner": {"type": "STRING", "index": 4, "name": "contact_access_for_account_owner", "comment": null}, "developer_name": {"type": "STRING", "index": 5, "name": "developer_name", "comment": null}, "forecast_user_id": {"type": "INT64", "index": 6, "name": "forecast_user_id", "comment": null}, "id": {"type": "STRING", "index": 7, "name": "id", "comment": null}, "may_forecast_manager_share": {"type": "BOOL", "index": 8, "name": "may_forecast_manager_share", "comment": null}, "name": {"type": "STRING", "index": 9, "name": "name", "comment": null}, "opportunity_access_for_account_owner": {"type": "STRING", "index": 10, "name": "opportunity_access_for_account_owner", "comment": null}, "parent_role_id": {"type": "STRING", "index": 11, "name": "parent_role_id", "comment": null}, "portal_type": {"type": "STRING", "index": 12, "name": "portal_type", "comment": null}, "rollup_description": {"type": "STRING", "index": 13, "name": "rollup_description", "comment": null}, "developer_and_id": {"type": "STRING", "index": 14, "name": "developer_and_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_formula_integration_tests.user_role_view"}, "model.salesforce_formula_integration_tests.user_statement_view": {"metadata": {"type": "view", "schema": "salesforce_formula_integrations_tests", "name": "user_statement_view", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_deleted": {"type": "BOOL", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 2, "name": "_fivetran_synced", "comment": null}, "about_me": {"type": "INT64", "index": 3, "name": "about_me", "comment": null}, "account_id": {"type": "INT64", "index": 4, "name": "account_id", "comment": null}, "alias": {"type": "STRING", "index": 5, "name": "alias", "comment": null}, "badge_text": {"type": "STRING", "index": 6, "name": "badge_text", "comment": null}, "banner_photo_url": {"type": "STRING", "index": 7, "name": "banner_photo_url", "comment": null}, "call_center_id": {"type": "INT64", "index": 8, "name": "call_center_id", "comment": null}, "city": {"type": "INT64", "index": 9, "name": "city", "comment": null}, "community_nickname": {"type": "STRING", "index": 10, "name": "community_nickname", "comment": null}, "company_name": {"type": "INT64", "index": 11, "name": "company_name", "comment": null}, "contact_id": {"type": "INT64", "index": 12, "name": "contact_id", "comment": null}, "country": {"type": "STRING", "index": 13, "name": "country", "comment": null}, "country_code": {"type": "STRING", "index": 14, "name": "country_code", "comment": null}, "default_group_notification_frequency": {"type": "STRING", "index": 15, "name": "default_group_notification_frequency", "comment": null}, "delegated_approver_id": {"type": "STRING", "index": 16, "name": "delegated_approver_id", "comment": null}, "department": {"type": "INT64", "index": 17, "name": "department", "comment": null}, "digest_frequency": {"type": "STRING", "index": 18, "name": "digest_frequency", "comment": null}, "division": {"type": "INT64", "index": 19, "name": "division", "comment": null}, "email": {"type": "STRING", "index": 20, "name": "email", "comment": null}, "email_encoding_key": {"type": "STRING", "index": 21, "name": "email_encoding_key", "comment": null}, "email_preferences_auto_bcc": {"type": "BOOL", "index": 22, "name": "email_preferences_auto_bcc", "comment": null}, "employee_number": {"type": "INT64", "index": 23, "name": "employee_number", "comment": null}, "extension": {"type": "INT64", "index": 24, "name": "extension", "comment": null}, "fax": {"type": "INT64", "index": 25, "name": "fax", "comment": null}, "federation_identifier": {"type": "INT64", "index": 26, "name": "federation_identifier", "comment": null}, "first_name": {"type": "STRING", "index": 27, "name": "first_name", "comment": null}, "forecast_enabled": {"type": "BOOL", "index": 28, "name": "forecast_enabled", "comment": null}, "full_photo_url": {"type": "STRING", "index": 29, "name": "full_photo_url", "comment": null}, "geocode_accuracy": {"type": "INT64", "index": 30, "name": "geocode_accuracy", "comment": null}, "id": {"type": "STRING", "index": 31, "name": "id", "comment": null}, "individual_id": {"type": "INT64", "index": 32, "name": "individual_id", "comment": null}, "is_active": {"type": "BOOL", "index": 33, "name": "is_active", "comment": null}, "is_profile_photo_active": {"type": "BOOL", "index": 34, "name": "is_profile_photo_active", "comment": null}, "language_locale_key": {"type": "STRING", "index": 35, "name": "language_locale_key", "comment": null}, "last_login_date": {"type": "DATETIME", "index": 36, "name": "last_login_date", "comment": null}, "last_name": {"type": "STRING", "index": 37, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "DATETIME", "index": 38, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "DATETIME", "index": 39, "name": "last_viewed_date", "comment": null}, "latitude": {"type": "INT64", "index": 40, "name": "latitude", "comment": null}, "locale_sid_key": {"type": "STRING", "index": 41, "name": "locale_sid_key", "comment": null}, "longitude": {"type": "INT64", "index": 42, "name": "longitude", "comment": null}, "manager_id": {"type": "STRING", "index": 43, "name": "manager_id", "comment": null}, "medium_banner_photo_url": {"type": "STRING", "index": 44, "name": "medium_banner_photo_url", "comment": null}, "mobile_phone": {"type": "INT64", "index": 45, "name": "mobile_phone", "comment": null}, "name": {"type": "STRING", "index": 46, "name": "name", "comment": null}, "offline_trial_expiration_date": {"type": "INT64", "index": 47, "name": "offline_trial_expiration_date", "comment": null}, "phone": {"type": "STRING", "index": 48, "name": "phone", "comment": null}, "postal_code": {"type": "INT64", "index": 49, "name": "postal_code", "comment": null}, "profile_id": {"type": "STRING", "index": 50, "name": "profile_id", "comment": null}, "receives_admin_info_emails": {"type": "BOOL", "index": 51, "name": "receives_admin_info_emails", "comment": null}, "receives_info_emails": {"type": "BOOL", "index": 52, "name": "receives_info_emails", "comment": null}, "sender_email": {"type": "INT64", "index": 53, "name": "sender_email", "comment": null}, "sender_name": {"type": "INT64", "index": 54, "name": "sender_name", "comment": null}, "signature": {"type": "INT64", "index": 55, "name": "signature", "comment": null}, "small_banner_photo_url": {"type": "STRING", "index": 56, "name": "small_banner_photo_url", "comment": null}, "small_photo_url": {"type": "STRING", "index": 57, "name": "small_photo_url", "comment": null}, "state": {"type": "INT64", "index": 58, "name": "state", "comment": null}, "state_code": {"type": "INT64", "index": 59, "name": "state_code", "comment": null}, "street": {"type": "INT64", "index": 60, "name": "street", "comment": null}, "time_zone_sid_key": {"type": "STRING", "index": 61, "name": "time_zone_sid_key", "comment": null}, "title": {"type": "STRING", "index": 62, "name": "title", "comment": null}, "user_role_id": {"type": "STRING", "index": 63, "name": "user_role_id", "comment": null}, "user_type": {"type": "STRING", "index": 64, "name": "user_type", "comment": null}, "username": {"type": "STRING", "index": 65, "name": "username", "comment": null}, "is_active_user": {"type": "STRING", "index": 66, "name": "is_active_user", "comment": null}}, "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_formula_integration_tests.user_statement_view"}, "model.salesforce_formula_integration_tests.user_view": {"metadata": {"type": "view", "schema": "salesforce_formula_integrations_tests", "name": "user_view", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_deleted": {"type": "BOOL", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 2, "name": "_fivetran_synced", "comment": null}, "about_me": {"type": "INT64", "index": 3, "name": "about_me", "comment": null}, "account_id": {"type": "INT64", "index": 4, "name": "account_id", "comment": null}, "alias": {"type": "STRING", "index": 5, "name": "alias", "comment": null}, "badge_text": {"type": "STRING", "index": 6, "name": "badge_text", "comment": null}, "banner_photo_url": {"type": "STRING", "index": 7, "name": "banner_photo_url", "comment": null}, "call_center_id": {"type": "INT64", "index": 8, "name": "call_center_id", "comment": null}, "city": {"type": "INT64", "index": 9, "name": "city", "comment": null}, "community_nickname": {"type": "STRING", "index": 10, "name": "community_nickname", "comment": null}, "company_name": {"type": "INT64", "index": 11, "name": "company_name", "comment": null}, "contact_id": {"type": "INT64", "index": 12, "name": "contact_id", "comment": null}, "country": {"type": "STRING", "index": 13, "name": "country", "comment": null}, "country_code": {"type": "STRING", "index": 14, "name": "country_code", "comment": null}, "default_group_notification_frequency": {"type": "STRING", "index": 15, "name": "default_group_notification_frequency", "comment": null}, "delegated_approver_id": {"type": "STRING", "index": 16, "name": "delegated_approver_id", "comment": null}, "department": {"type": "INT64", "index": 17, "name": "department", "comment": null}, "digest_frequency": {"type": "STRING", "index": 18, "name": "digest_frequency", "comment": null}, "division": {"type": "INT64", "index": 19, "name": "division", "comment": null}, "email": {"type": "STRING", "index": 20, "name": "email", "comment": null}, "email_encoding_key": {"type": "STRING", "index": 21, "name": "email_encoding_key", "comment": null}, "email_preferences_auto_bcc": {"type": "BOOL", "index": 22, "name": "email_preferences_auto_bcc", "comment": null}, "employee_number": {"type": "INT64", "index": 23, "name": "employee_number", "comment": null}, "extension": {"type": "INT64", "index": 24, "name": "extension", "comment": null}, "fax": {"type": "INT64", "index": 25, "name": "fax", "comment": null}, "federation_identifier": {"type": "INT64", "index": 26, "name": "federation_identifier", "comment": null}, "first_name": {"type": "STRING", "index": 27, "name": "first_name", "comment": null}, "forecast_enabled": {"type": "BOOL", "index": 28, "name": "forecast_enabled", "comment": null}, "full_photo_url": {"type": "STRING", "index": 29, "name": "full_photo_url", "comment": null}, "geocode_accuracy": {"type": "INT64", "index": 30, "name": "geocode_accuracy", "comment": null}, "id": {"type": "STRING", "index": 31, "name": "id", "comment": null}, "individual_id": {"type": "INT64", "index": 32, "name": "individual_id", "comment": null}, "is_active": {"type": "BOOL", "index": 33, "name": "is_active", "comment": null}, "is_profile_photo_active": {"type": "BOOL", "index": 34, "name": "is_profile_photo_active", "comment": null}, "language_locale_key": {"type": "STRING", "index": 35, "name": "language_locale_key", "comment": null}, "last_login_date": {"type": "DATETIME", "index": 36, "name": "last_login_date", "comment": null}, "last_name": {"type": "STRING", "index": 37, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "DATETIME", "index": 38, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "DATETIME", "index": 39, "name": "last_viewed_date", "comment": null}, "latitude": {"type": "INT64", "index": 40, "name": "latitude", "comment": null}, "locale_sid_key": {"type": "STRING", "index": 41, "name": "locale_sid_key", "comment": null}, "longitude": {"type": "INT64", "index": 42, "name": "longitude", "comment": null}, "manager_id": {"type": "STRING", "index": 43, "name": "manager_id", "comment": null}, "medium_banner_photo_url": {"type": "STRING", "index": 44, "name": "medium_banner_photo_url", "comment": null}, "mobile_phone": {"type": "INT64", "index": 45, "name": "mobile_phone", "comment": null}, "name": {"type": "STRING", "index": 46, "name": "name", "comment": null}, "offline_trial_expiration_date": {"type": "INT64", "index": 47, "name": "offline_trial_expiration_date", "comment": null}, "phone": {"type": "STRING", "index": 48, "name": "phone", "comment": null}, "postal_code": {"type": "INT64", "index": 49, "name": "postal_code", "comment": null}, "profile_id": {"type": "STRING", "index": 50, "name": "profile_id", "comment": null}, "receives_admin_info_emails": {"type": "BOOL", "index": 51, "name": "receives_admin_info_emails", "comment": null}, "receives_info_emails": {"type": "BOOL", "index": 52, "name": "receives_info_emails", "comment": null}, "sender_email": {"type": "INT64", "index": 53, "name": "sender_email", "comment": null}, "sender_name": {"type": "INT64", "index": 54, "name": "sender_name", "comment": null}, "signature": {"type": "INT64", "index": 55, "name": "signature", "comment": null}, "small_banner_photo_url": {"type": "STRING", "index": 56, "name": "small_banner_photo_url", "comment": null}, "small_photo_url": {"type": "STRING", "index": 57, "name": "small_photo_url", "comment": null}, "state": {"type": "INT64", "index": 58, "name": "state", "comment": null}, "state_code": {"type": "INT64", "index": 59, "name": "state_code", "comment": null}, "street": {"type": "INT64", "index": 60, "name": "street", "comment": null}, "time_zone_sid_key": {"type": "STRING", "index": 61, "name": "time_zone_sid_key", "comment": null}, "title": {"type": "STRING", "index": 62, "name": "title", "comment": null}, "user_role_id": {"type": "STRING", "index": 63, "name": "user_role_id", "comment": null}, "user_type": {"type": "STRING", "index": 64, "name": "user_type", "comment": null}, "username": {"type": "STRING", "index": 65, "name": "username", "comment": null}, "is_active_user": {"type": "STRING", "index": 66, "name": "is_active_user", "comment": null}}, "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_formula_integration_tests.user_view"}}, "sources": {"source.salesforce_formula_integration_tests.salesforce.account": {"metadata": {"type": "table", "schema": "salesforce_formula_integrations_tests", "name": "account", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "DATETIME", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_number": {"type": "INT64", "index": 2, "name": "account_number", "comment": null}, "account_source": {"type": "STRING", "index": 3, "name": "account_source", "comment": null}, "annual_revenue": {"type": "INT64", "index": 4, "name": "annual_revenue", "comment": null}, "billing_city": {"type": "STRING", "index": 5, "name": "billing_city", "comment": null}, "billing_country": {"type": "STRING", "index": 6, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "STRING", "index": 7, "name": "billing_country_code", "comment": null}, "billing_geocode_accuracy": {"type": "INT64", "index": 8, "name": "billing_geocode_accuracy", "comment": null}, "billing_latitude": {"type": "INT64", "index": 9, "name": "billing_latitude", "comment": null}, "billing_longitude": {"type": "INT64", "index": 10, "name": "billing_longitude", "comment": null}, "billing_postal_code": {"type": "STRING", "index": 11, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "STRING", "index": 12, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "STRING", "index": 13, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "STRING", "index": 14, "name": "billing_street", "comment": null}, "description": {"type": "STRING", "index": 15, "name": "description", "comment": null}, "fax": {"type": "INT64", "index": 16, "name": "fax", "comment": null}, "id": {"type": "STRING", "index": 17, "name": "id", "comment": null}, "industry": {"type": "STRING", "index": 18, "name": "industry", "comment": null}, "is_deleted": {"type": "BOOL", "index": 19, "name": "is_deleted", "comment": null}, "jigsaw_company_id": {"type": "INT64", "index": 20, "name": "jigsaw_company_id", "comment": null}, "last_activity_date": {"type": "INT64", "index": 21, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "INT64", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "INT64", "index": 23, "name": "last_viewed_date", "comment": null}, "master_record_id": {"type": "STRING", "index": 24, "name": "master_record_id", "comment": null}, "name": {"type": "STRING", "index": 25, "name": "name", "comment": null}, "number_of_employees": {"type": "INT64", "index": 26, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "STRING", "index": 27, "name": "owner_id", "comment": null}, "ownership": {"type": "INT64", "index": 28, "name": "ownership", "comment": null}, "parent_id": {"type": "INT64", "index": 29, "name": "parent_id", "comment": null}, "phone": {"type": "STRING", "index": 30, "name": "phone", "comment": null}, "photo_url": {"type": "STRING", "index": 31, "name": "photo_url", "comment": null}, "rating": {"type": "INT64", "index": 32, "name": "rating", "comment": null}, "record_type_id": {"type": "STRING", "index": 33, "name": "record_type_id", "comment": null}, "shipping_city": {"type": "INT64", "index": 34, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "STRING", "index": 35, "name": "shipping_country", "comment": null}, "shipping_country_code": {"type": "STRING", "index": 36, "name": "shipping_country_code", "comment": null}, "shipping_geocode_accuracy": {"type": "INT64", "index": 37, "name": "shipping_geocode_accuracy", "comment": null}, "shipping_latitude": {"type": "INT64", "index": 38, "name": "shipping_latitude", "comment": null}, "shipping_longitude": {"type": "INT64", "index": 39, "name": "shipping_longitude", "comment": null}, "shipping_postal_code": {"type": "INT64", "index": 40, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "INT64", "index": 41, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "INT64", "index": 42, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "INT64", "index": 43, "name": "shipping_street", "comment": null}, "sic": {"type": "INT64", "index": 44, "name": "sic", "comment": null}, "sic_desc": {"type": "INT64", "index": 45, "name": "sic_desc", "comment": null}, "site": {"type": "INT64", "index": 46, "name": "site", "comment": null}, "ticker_symbol": {"type": "INT64", "index": 47, "name": "ticker_symbol", "comment": null}, "type": {"type": "STRING", "index": 48, "name": "type", "comment": null}, "website": {"type": "STRING", "index": 49, "name": "website", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 3631, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 10, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.salesforce_formula_integration_tests.salesforce.account"}, "source.salesforce_formula_integration_tests.salesforce.fivetran_formula": {"metadata": {"type": "table", "schema": "salesforce_formula_integrations_tests", "name": "fivetran_formula", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"field": {"type": "STRING", "index": 1, "name": "field", "comment": null}, "object": {"type": "STRING", "index": 2, "name": "object", "comment": null}, "formula": {"type": "STRING", "index": 3, "name": "formula", "comment": null}, "sql": {"type": "STRING", "index": 4, "name": "sql", "comment": null}, "view_sql": {"type": "STRING", "index": 5, "name": "view_sql", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 744, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 5, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.salesforce_formula_integration_tests.salesforce.fivetran_formula"}, "source.salesforce_formula_integration_tests.salesforce.fivetran_formula_model": {"metadata": {"type": "table", "schema": "salesforce_formula_integrations_tests", "name": "fivetran_formula_model", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"object": {"type": "STRING", "index": 1, "name": "object", "comment": null}, "model": {"type": "STRING", "index": 2, "name": "model", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 656, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 4, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.salesforce_formula_integration_tests.salesforce.fivetran_formula_model"}, "source.salesforce_formula_integration_tests.salesforce.opportunity": {"metadata": {"type": "table", "schema": "salesforce_formula_integrations_tests", "name": "opportunity", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "STRING", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "STRING", "index": 2, "name": "account_id", "comment": null}, "amount": {"type": "INT64", "index": 3, "name": "amount", "comment": null}, "campaign_id": {"type": "INT64", "index": 4, "name": "campaign_id", "comment": null}, "close_date": {"type": "DATETIME", "index": 5, "name": "close_date", "comment": null}, "created_date": {"type": "DATETIME", "index": 6, "name": "created_date", "comment": null}, "description": {"type": "INT64", "index": 7, "name": "description", "comment": null}, "expected_revenue": {"type": "INT64", "index": 8, "name": "expected_revenue", "comment": null}, "fiscal": {"type": "STRING", "index": 9, "name": "fiscal", "comment": null}, "fiscal_quarter": {"type": "INT64", "index": 10, "name": "fiscal_quarter", "comment": null}, "fiscal_year": {"type": "INT64", "index": 11, "name": "fiscal_year", "comment": null}, "forecast_category": {"type": "STRING", "index": 12, "name": "forecast_category", "comment": null}, "forecast_category_name": {"type": "STRING", "index": 13, "name": "forecast_category_name", "comment": null}, "has_open_activity": {"type": "BOOL", "index": 14, "name": "has_open_activity", "comment": null}, "has_opportunity_line_item": {"type": "BOOL", "index": 15, "name": "has_opportunity_line_item", "comment": null}, "has_overdue_task": {"type": "BOOL", "index": 16, "name": "has_overdue_task", "comment": null}, "id": {"type": "STRING", "index": 17, "name": "id", "comment": null}, "is_closed": {"type": "BOOL", "index": 18, "name": "is_closed", "comment": null}, "is_deleted": {"type": "BOOL", "index": 19, "name": "is_deleted", "comment": null}, "is_excluded_from_territory_2_filter": {"type": "INT64", "index": 20, "name": "is_excluded_from_territory_2_filter", "comment": null}, "is_won": {"type": "BOOL", "index": 21, "name": "is_won", "comment": null}, "last_activity_date": {"type": "INT64", "index": 22, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "INT64", "index": 23, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "INT64", "index": 24, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "STRING", "index": 25, "name": "lead_source", "comment": null}, "name": {"type": "STRING", "index": 26, "name": "name", "comment": null}, "next_step": {"type": "INT64", "index": 27, "name": "next_step", "comment": null}, "owner_id": {"type": "STRING", "index": 28, "name": "owner_id", "comment": null}, "pricebook_2_id": {"type": "STRING", "index": 29, "name": "pricebook_2_id", "comment": null}, "probability": {"type": "INT64", "index": 30, "name": "probability", "comment": null}, "record_type_id": {"type": "STRING", "index": 31, "name": "record_type_id", "comment": null}, "stage_name": {"type": "STRING", "index": 32, "name": "stage_name", "comment": null}, "synced_quote_id": {"type": "INT64", "index": 33, "name": "synced_quote_id", "comment": null}, "territory_2_id": {"type": "INT64", "index": 34, "name": "territory_2_id", "comment": null}, "type": {"type": "STRING", "index": 35, "name": "type", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 3407, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 10, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.salesforce_formula_integration_tests.salesforce.opportunity"}, "source.salesforce_formula_integration_tests.salesforce.user": {"metadata": {"type": "table", "schema": "salesforce_formula_integrations_tests", "name": "user", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_deleted": {"type": "BOOL", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 2, "name": "_fivetran_synced", "comment": null}, "about_me": {"type": "INT64", "index": 3, "name": "about_me", "comment": null}, "account_id": {"type": "INT64", "index": 4, "name": "account_id", "comment": null}, "alias": {"type": "STRING", "index": 5, "name": "alias", "comment": null}, "badge_text": {"type": "STRING", "index": 6, "name": "badge_text", "comment": null}, "banner_photo_url": {"type": "STRING", "index": 7, "name": "banner_photo_url", "comment": null}, "call_center_id": {"type": "INT64", "index": 8, "name": "call_center_id", "comment": null}, "city": {"type": "INT64", "index": 9, "name": "city", "comment": null}, "community_nickname": {"type": "STRING", "index": 10, "name": "community_nickname", "comment": null}, "company_name": {"type": "INT64", "index": 11, "name": "company_name", "comment": null}, "contact_id": {"type": "INT64", "index": 12, "name": "contact_id", "comment": null}, "country": {"type": "STRING", "index": 13, "name": "country", "comment": null}, "country_code": {"type": "STRING", "index": 14, "name": "country_code", "comment": null}, "default_group_notification_frequency": {"type": "STRING", "index": 15, "name": "default_group_notification_frequency", "comment": null}, "delegated_approver_id": {"type": "STRING", "index": 16, "name": "delegated_approver_id", "comment": null}, "department": {"type": "INT64", "index": 17, "name": "department", "comment": null}, "digest_frequency": {"type": "STRING", "index": 18, "name": "digest_frequency", "comment": null}, "division": {"type": "INT64", "index": 19, "name": "division", "comment": null}, "email": {"type": "STRING", "index": 20, "name": "email", "comment": null}, "email_encoding_key": {"type": "STRING", "index": 21, "name": "email_encoding_key", "comment": null}, "email_preferences_auto_bcc": {"type": "BOOL", "index": 22, "name": "email_preferences_auto_bcc", "comment": null}, "employee_number": {"type": "INT64", "index": 23, "name": "employee_number", "comment": null}, "extension": {"type": "INT64", "index": 24, "name": "extension", "comment": null}, "fax": {"type": "INT64", "index": 25, "name": "fax", "comment": null}, "federation_identifier": {"type": "INT64", "index": 26, "name": "federation_identifier", "comment": null}, "first_name": {"type": "STRING", "index": 27, "name": "first_name", "comment": null}, "forecast_enabled": {"type": "BOOL", "index": 28, "name": "forecast_enabled", "comment": null}, "full_photo_url": {"type": "STRING", "index": 29, "name": "full_photo_url", "comment": null}, "geocode_accuracy": {"type": "INT64", "index": 30, "name": "geocode_accuracy", "comment": null}, "id": {"type": "STRING", "index": 31, "name": "id", "comment": null}, "individual_id": {"type": "INT64", "index": 32, "name": "individual_id", "comment": null}, "is_active": {"type": "BOOL", "index": 33, "name": "is_active", "comment": null}, "is_profile_photo_active": {"type": "BOOL", "index": 34, "name": "is_profile_photo_active", "comment": null}, "language_locale_key": {"type": "STRING", "index": 35, "name": "language_locale_key", "comment": null}, "last_login_date": {"type": "DATETIME", "index": 36, "name": "last_login_date", "comment": null}, "last_name": {"type": "STRING", "index": 37, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "DATETIME", "index": 38, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "DATETIME", "index": 39, "name": "last_viewed_date", "comment": null}, "latitude": {"type": "INT64", "index": 40, "name": "latitude", "comment": null}, "locale_sid_key": {"type": "STRING", "index": 41, "name": "locale_sid_key", "comment": null}, "longitude": {"type": "INT64", "index": 42, "name": "longitude", "comment": null}, "manager_id": {"type": "STRING", "index": 43, "name": "manager_id", "comment": null}, "medium_banner_photo_url": {"type": "STRING", "index": 44, "name": "medium_banner_photo_url", "comment": null}, "mobile_phone": {"type": "INT64", "index": 45, "name": "mobile_phone", "comment": null}, "name": {"type": "STRING", "index": 46, "name": "name", "comment": null}, "offline_trial_expiration_date": {"type": "INT64", "index": 47, "name": "offline_trial_expiration_date", "comment": null}, "phone": {"type": "STRING", "index": 48, "name": "phone", "comment": null}, "postal_code": {"type": "INT64", "index": 49, "name": "postal_code", "comment": null}, "profile_id": {"type": "STRING", "index": 50, "name": "profile_id", "comment": null}, "receives_admin_info_emails": {"type": "BOOL", "index": 51, "name": "receives_admin_info_emails", "comment": null}, "receives_info_emails": {"type": "BOOL", "index": 52, "name": "receives_info_emails", "comment": null}, "sender_email": {"type": "INT64", "index": 53, "name": "sender_email", "comment": null}, "sender_name": {"type": "INT64", "index": 54, "name": "sender_name", "comment": null}, "signature": {"type": "INT64", "index": 55, "name": "signature", "comment": null}, "small_banner_photo_url": {"type": "STRING", "index": 56, "name": "small_banner_photo_url", "comment": null}, "small_photo_url": {"type": "STRING", "index": 57, "name": "small_photo_url", "comment": null}, "state": {"type": "INT64", "index": 58, "name": "state", "comment": null}, "state_code": {"type": "INT64", "index": 59, "name": "state_code", "comment": null}, "street": {"type": "INT64", "index": 60, "name": "street", "comment": null}, "time_zone_sid_key": {"type": "STRING", "index": 61, "name": "time_zone_sid_key", "comment": null}, "title": {"type": "STRING", "index": 62, "name": "title", "comment": null}, "user_role_id": {"type": "STRING", "index": 63, "name": "user_role_id", "comment": null}, "user_type": {"type": "STRING", "index": 64, "name": "user_type", "comment": null}, "username": {"type": "STRING", "index": 65, "name": "username", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 6700, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 10, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.salesforce_formula_integration_tests.salesforce.user"}, "source.salesforce_formula_integration_tests.salesforce.user_role": {"metadata": {"type": "table", "schema": "salesforce_formula_integrations_tests", "name": "user_role", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_deleted": {"type": "BOOL", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 2, "name": "_fivetran_synced", "comment": null}, "case_access_for_account_owner": {"type": "STRING", "index": 3, "name": "case_access_for_account_owner", "comment": null}, "contact_access_for_account_owner": {"type": "STRING", "index": 4, "name": "contact_access_for_account_owner", "comment": null}, "developer_name": {"type": "STRING", "index": 5, "name": "developer_name", "comment": null}, "forecast_user_id": {"type": "INT64", "index": 6, "name": "forecast_user_id", "comment": null}, "id": {"type": "STRING", "index": 7, "name": "id", "comment": null}, "may_forecast_manager_share": {"type": "BOOL", "index": 8, "name": "may_forecast_manager_share", "comment": null}, "name": {"type": "STRING", "index": 9, "name": "name", "comment": null}, "opportunity_access_for_account_owner": {"type": "STRING", "index": 10, "name": "opportunity_access_for_account_owner", "comment": null}, "parent_role_id": {"type": "STRING", "index": 11, "name": "parent_role_id", "comment": null}, "portal_type": {"type": "STRING", "index": 12, "name": "portal_type", "comment": null}, "rollup_description": {"type": "STRING", "index": 13, "name": "rollup_description", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2440, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 10, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.salesforce_formula_integration_tests.salesforce.user_role"}}, "errors": null} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 2bcc794..24953e6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -24,7 +24,7 @@
-