diff --git a/.circleci/config.yml b/.circleci/config.yml
index dafabc9..1286f47 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -25,42 +25,6 @@ jobs:
pip install -r integration_tests/requirements.txt
mkdir -p ~/.dbt
cp integration_tests/ci/sample.profiles.yml ~/.dbt/profiles.yml
- - run:
- name: "Run Tests - Spark"
- command: |
- . venv/bin/activate
- echo `pwd`
- cd integration_tests
- dbt deps
- dbt seed --target spark --full-refresh
- dbt run --vars '{using_account_history_mode_active_records: true, using_opportunity_history_mode_active_records: true, using_user_role_history_mode_active_records: true, using_user_history_mode_active_records: true, salesforce__user_role_enabled: false}' --target spark --full-refresh
- dbt test --vars '{salesforce__user_role_enabled: false}' --target spark
- dbt run --target spark --full-refresh
- dbt test --target spark
- - run:
- name: "Run Tests - Postgres"
- command: |
- . venv/bin/activate
- echo `pwd`
- cd integration_tests
- dbt deps
- dbt seed --target postgres --full-refresh
- dbt run --vars '{using_account_history_mode_active_records: true, using_opportunity_history_mode_active_records: true, using_user_role_history_mode_active_records: true, using_user_history_mode_active_records: true, salesforce__user_role_enabled: false}' --target postgres --full-refresh
- dbt test --vars '{salesforce__user_role_enabled: false}' --target postgres
- dbt run --target postgres --full-refresh
- dbt test --target postgres
- - run:
- name: "Run Tests - Redshift"
- command: |
- . venv/bin/activate
- echo `pwd`
- cd integration_tests
- dbt deps
- dbt seed --target redshift --full-refresh
- dbt run --vars '{using_account_history_mode_active_records: true, using_opportunity_history_mode_active_records: true, using_user_role_history_mode_active_records: true, using_user_history_mode_active_records: true, salesforce__user_role_enabled: false}' --target redshift --full-refresh
- dbt test --vars '{salesforce__user_role_enabled: false}' --target redshift
- dbt run --target redshift --full-refresh
- dbt test --target redshift
- run:
name: "Run Tests - Snowflake"
command: |
@@ -92,3 +56,41 @@ jobs:
key: deps2-{{ .Branch }}
paths:
- "venv"
+
+ - run:
+ name: "Run Tests - Postgres"
+ command: |
+ . venv/bin/activate
+ echo `pwd`
+ cd integration_tests
+ dbt deps
+ dbt seed --target postgres --full-refresh
+ dbt run --vars '{using_account_history_mode_active_records: true, using_opportunity_history_mode_active_records: true, using_user_role_history_mode_active_records: true, using_user_history_mode_active_records: true, salesforce__user_role_enabled: false}' --target postgres --full-refresh
+ dbt test --vars '{salesforce__user_role_enabled: false}' --target postgres
+ dbt run --target postgres --full-refresh
+ dbt test --target postgres
+
+ - run:
+ name: "Run Tests - Spark"
+ command: |
+ . venv/bin/activate
+ echo `pwd`
+ cd integration_tests
+ dbt deps
+ dbt seed --target spark --full-refresh
+ dbt run --vars '{using_account_history_mode_active_records: true, using_opportunity_history_mode_active_records: true, using_user_role_history_mode_active_records: true, using_user_history_mode_active_records: true, salesforce__user_role_enabled: false}' --target spark --full-refresh
+ dbt test --vars '{salesforce__user_role_enabled: false}' --target spark
+ dbt run --target spark --full-refresh
+ dbt test --target spark
+ - run:
+ name: "Run Tests - Redshift"
+ command: |
+ . venv/bin/activate
+ echo `pwd`
+ cd integration_tests
+ dbt deps
+ dbt seed --target redshift --full-refresh
+ dbt run --vars '{using_account_history_mode_active_records: true, using_opportunity_history_mode_active_records: true, using_user_role_history_mode_active_records: true, using_user_history_mode_active_records: true, salesforce__user_role_enabled: false}' --target redshift --full-refresh
+ dbt test --vars '{salesforce__user_role_enabled: false}' --target redshift
+ dbt run --target redshift --full-refresh
+ dbt test --target redshift
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 65a074b..a855790 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,4 +1,7 @@
contact_links:
+ - name: Provide feedback or request a new package to our dbt package team
+ url: https://www.surveymonkey.com/r/DQ7K7WW
+ about: Fill out our survey form to provide valuable feedback to the Fivetran team developing and maintaining the dbt packages.
- name: Ask a question during our office hours
url: https://calendly.com/fivetran-solutions-team/fivetran-solutions-team-office-hours
about: Schedule time during the external office hours block with the Fivetran Analytics Engineering team for support
@@ -10,4 +13,4 @@ contact_links:
about: Check out the dbt docs for all dbt related information
- name: Hang out in dbt Slack
url: https://www.getdbt.com/community/
- about: Have a question or just want to chat with fellow data friends, join dbt Slack and hangout in the tools-fivetran channel with us!
\ No newline at end of file
+ about: Have a question or just want to chat with fellow data friends, join dbt Slack and hangout in the tools-fivetran channel with us!
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 35f658d..f450926 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,4 +1,3 @@
-Pull Request
**Are you a current Fivetran customer?**
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9191072..95ae1e5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# dbt_salesforce_source v0.5.0
+🎉 Salesforce Package Updates 🎉
+
+We are updating the Salesforce package! To improve its utility, the changes include the following:
+## Features
+ - Bringing additional tables to create a new Contact Enhanced and Sales Velocity model as well as updating the Opportunity Enhanced model. ([#30](https://github.com/fivetran/dbt_salesforce_source/pull/30))
+ - Allowing formula fields to be added as passthrough columns. We added integration with the Salesforce Formula package by embedding the macro outputs as part of our staging models so that your custom formula fields can be included. ([#30](https://github.com/fivetran/dbt_salesforce_source/pull/30))
+ - Standardization updates ([#25](https://github.com/fivetran/dbt_salesforce_source/pull/25)):
+ - Updated formatting in our `sql` files.
+ - The README has been updated to reflect our rehaul of our documentation style to make it more straightforward.
+ - Added `identifier` variable to each source to allow for more end-user customization on which table to pull from.
+
# dbt_salesforce_source v0.4.2
## Fixes
- Casts the `created_date` and `closed_date` fields within the `stg_salesforce__opportunity` model to a timestamp using the `dbt_utils.type_timestamp()` macro. This is needed for Redshift users that see these fields being synced as `timestamptz` as the downstream date functions do not work with the timestamptz datatype.
diff --git a/README.md b/README.md
index c59035e..49bf2de 100644
--- a/README.md
+++ b/README.md
@@ -1,59 +1,53 @@
-[![Apache License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
-# Salesforce ([docs](https://dbt-salesforce-source.netlify.app/))
+
+
+
+
+
+
+
+
+
+
+
+# Salesforce Source dbt Package ([Docs](https://fivetran.github.io/dbt_salesforce_source/))
+# 📣 What does this dbt package do?
+- Cleans, tests, and prepares your Salesforce data from [Fivetran's connector](https://fivetran.com/docs/applications/salesforce) for analysis.
+- Generates a comprehensive data dictionary of your Salesforce data via the [dbt docs site](https://fivetran.github.io/dbt_salesforce_source/)
+- Materializes staging tables which leverage data in the format described by [this ERD](https://fivetran.com/docs/applications/salesforce/#schemainformation) and is intended to work simultaneously with our [Salesforce modeling package](https://github.com/fivetran/dbt_salesforce)
+ - Refer to our [Docs site](https://fivetran.github.io/dbt_salesforce_source/#!/overview/salesforce_source/models/?g_v=1) for more details about these materialized models.
+
+# 🎯 How do I use the dbt package?
+## Step 1: Pre-Requisites
+- **Connector**: Have the Fivetran Salesforce connector syncing data into your warehouse.
+- **Database support**: This package has been tested on **Postgres**, **Databricks**, **Redshift**, **Snowflake**, and **BigQuery**.
-This package models Salesforce data from [Fivetran's connector](https://fivetran.com/docs/applications/salesforce). It uses data in the format described by [this ERD](https://docs.google.com/presentation/d/1fB6aCiX_C1lieJf55TbS2v1yv9sp-AHNNAh2x7jnJ48/edit#slide=id.g3cb9b617d1_0_237).
-
-This package enriches your Fivetran data by doing the following:
-* Adds descriptions to tables and columns that are synced using Fivetran
-* Adds freshness tests to source data
-* Adds column-level testing where applicable. For example, all primary keys are tested for uniqueness and non-null values.
-* Models staging tables, which will be used in our transform package
-
-## Models
-
-This package contains staging models, designed to work simultaneously with our [Salesforce transform package](https://github.com/fivetran/dbt_salesforce). The staging models:
-* Remove any rows that are soft-deleted
-* Name columns consistently across all packages:
- * Boolean fields are prefixed with `is_` or `has_`
- * Timestamps are appended with `_at`
- * ID primary keys are prefixed with the name of the table. For example, the user table's ID column is renamed user_id.
-
-
-## Installation Instructions
-Check [dbt Hub](https://hub.getdbt.com/) for the latest installation instructions, or [read the dbt docs](https://docs.getdbt.com/docs/package-management) for more information on installing packages.
+### Databricks Dispatch Configuration
+If you are using a Databricks destination with this package you will need to add the below (or a variation of the below) dispatch configuration within your `dbt_project.yml`. This is required in order for the package to accurately search for macros within the `dbt-labs/spark_utils` then the `dbt-labs/dbt_utils` packages respectively.
+```yml
+dispatch:
+ - macro_namespace: dbt_utils
+ search_order: ['spark_utils', 'dbt_utils']
+```
-Include in your `packages.yml`
+## Step 2: Installing the Package
+Include the following salesforce_source package version in your `packages.yml`
+> Check [dbt Hub](https://hub.getdbt.com/) for the latest installation instructions, or [read the dbt docs](https://docs.getdbt.com/docs/package-management) for more information on installing packages.
```yaml
packages:
- package: fivetran/salesforce_source
- version: [">=0.4.0", "<0.5.0"]
+ version: [">=0.5.0", "<0.6.0"]
```
-
-## Configuration
-By default, this package will run using your target database and the `salesforce` schema. If this is not where your Salesforce data is (perhaps your Salesforce schema is `salesforce_fivetran`), add the following configuration to your `dbt_project.yml` file:
+## Step 3: Configure Your Variables
+### Database and Schema Variables
+By default, this package will run using your target database and the `salesforce` schema. If this is not where your Salesforce data is (perhaps your Salesforce schema is `salesforce_fivetran`), add the following configuration to your root `dbt_project.yml` file:
```yml
-# dbt_project.yml
-
-...
vars:
- salesforce_database: your_database_name
- salesforce_schema: your_schema_name
-```
-
-### Adding Passthrough Columns
-This package includes all source columns defined in the `generate_columns.sql` macro. To add additional columns to this package, do so using our pass-through column variables. This is extremely useful if you'd like to include custom fields to the package.
-
-
-```yml
-# dbt_project.yml
-
-...
-vars:
- account_pass_through_columns: [account_custom_field_1, account_custom_field_2]
- opportunity_pass_through_columns: [my_opp_custom_field]
- user_pass_through_columns: [users_have_custom_fields_too, lets_add_them_all]
+ salesforce_database: your_database_name
+ salesforce_schema: your_schema_name
+ salesforce___identifier: your_table_name
```
### Disabling Models
@@ -84,37 +78,100 @@ vars:
using_opportunity_history_mode_active_records: true # false by default. Only use if you have history mode enabled.
using_user_role_history_mode_active_records: true # false by default. Only use if you have history mode enabled.
using_user_history_mode_active_records: true # false by default. Only use if you have history mode enabled.
+ using_contact_history_mode_active_records: true # false by default. Only use if you have history mode enabled.
+ using_lead_history_mode_active_records: true # false by default. Only use if you have history mode enabled.
+ using_task_history_mode_active_records: true # false by default. Only use if you have history mode enabled.
+ using_event_history_mode_active_records: true # false by default. Only use if you have history mode enabled.
+ using_product_2_history_mode_active_records: true # false by default. Only use if you have history mode enabled.
+ using_order_history_mode_active_records: true # false by default. Only use if you have history mode enabled.
+ using_opportunity_line_item_history_mode_active_records: true # false by default. Only use if you have history mode enabled.
+```
+### Change the Source Table References
+If an individual source table has a different name than expected, provide the name of the table as it appears in your warehouse to the respective variable:
+> IMPORTANT: See this project's [`dbt_project.yml`](https://github.com/fivetran/dbt_salesforce_source/blob/main/dbt_project.yml) variable declarations to see the expected names.
+
+```yml
+# dbt_project.yml
+...
+config-version: 2
+vars:
+ salesforce__identifier: your_table_name
+```
+
+## (Optional) Step 4: Additional Configurations
+### Change the Build Schema
+By default, this package builds the GitHub staging models within a schema titled ( + `_stg_salesforce`) in your target database. If this is not where you would like your GitHub staging data to be written to, add the following configuration to your root `dbt_project.yml` file:
+
+```yml
+models:
+ salesforce_source:
+ +schema: my_new_schema_name # leave blank for just the target_schema
```
+### Adding Formula Fields as Pass Through Columns
+The source tables Fivetran syncs do not include formula fields. If your company uses them, you can generate them by referring to the [Salesforce Formula Utils](https://github.com/fivetran/dbt_salesforce_formula_utils) package. To pass through the fields, add the following configuration. We recommend confirming your formula field models successfully populate before integrating with the Salesforce package.
+
+Include the following within your `packages.yml` file:
+```yml
+packages:
+
+ - package: fivetran/salesforce_formula_utils
+ version: [">=0.6.0", "<0.7.0"]
+```
+
+Include the following within your `dbt_project.yml` file:
+```yml
+# Using the opportunity source table as example, update the opportunity variable to reference your newly created model that contains the formula fields:
+ opportunity: "{{ ref('my_opportunity_formula_table') }}"
+
+# In addition, add the desired field names as pass through columns
+ opportunity_pass_through_columns: ['formula_field_1','formula_field_2']
+```
+
+### Adding Passthrough Columns
+This package includes all source columns defined in the `generate_columns.sql` macro. To add additional columns to this package, do so using our pass-through column variables. This is extremely useful if you'd like to include custom fields to the package.
-## Database support
-This package has been tested on BigQuery, Snowflake, Redshift, Postgres, and Databricks.
-### Databricks Dispatch Configuration
-dbt `v0.20.0` introduced a new project-level dispatch configuration that enables an "override" setting for all dispatched macros. If you are using a Databricks destination with this package you will need to add the below (or a variation of the below) dispatch configuration within your `dbt_project.yml`. This is required in order for the package to accurately search for macros within the `dbt-labs/spark_utils` then the `dbt-labs/dbt_utils` packages respectively.
```yml
# dbt_project.yml
-dispatch:
- - macro_namespace: dbt_utils
- search_order: ['spark_utils', 'dbt_utils']
+...
+vars:
+ account_pass_through_columns: [account_custom_field_1, account_custom_field_2]
+ opportunity_pass_through_columns: [my_opp_custom_field]
+ user_pass_through_columns: [users_have_custom_fields_too, lets_add_them_all]
+ contact_pass_through_columns: [contact_custom_field_1, contact_custom_field_2]
+ lead_pass_through_columns: [lead_custom_field_1, lead_custom_field_2]
+ task_pass_through_columns: [task_custom_field_1, task_custom_field_2]
+ event_pass_through_columns: [event_custom_field_1, event_custom_field_2]
+ product_2_pass_through_columns: [product_2_custom_field_1, product_2_custom_field_2]
+ order_pass_through_columns: [order_custom_field_1, order_custom_field_2]
+ opportunity_line_item_pass_through_columns: [opportunity_line_item_custom_field_1, opportunity_line_item_custom_field_2]
+ user_role_pass_through_columns: [user_role_custom_field_1, user_role_custom_field_2]
+```
+
+## (Optional) Step 5: Orchestrate your models with Fivetran Transformations for dbt Core™
+Fivetran offers the ability for you to orchestrate your dbt project through the [Fivetran Transformations for dbt Core™](https://fivetran.com/docs/transformations/dbt) product. Refer to the linked docs for more information on how to setup your project for orchestration through Fivetran.
+# 🔍 Does this package have dependencies?
+This dbt package is dependent on the following dbt packages. For more information on the below packages, refer to the [dbt hub](https://hub.getdbt.com/) site.
+> **If you have any of these dependent packages in your own `packages.yml` I highly recommend you remove them to ensure there are no package version conflicts.**
+```yml
+packages:
+ - package: fivetran/fivetran_utils
+ version: [">=0.3.0", "<0.4.0"]
+
+ - package: dbt-labs/dbt_utils
+ version: [">=0.8.0", "<0.9.0"]
```
+# 🙌 How is this package maintained and can I contribute?
+## Package Maintenance
+The Fivetran team maintaining this package **only** maintains the latest version of the package. We highly recommend you stay consistent with the [latest version](https://hub.getdbt.com/fivetran/salesforce_source/latest/) of the package and refer to the [CHANGELOG](https://github.com/fivetran/dbt_salesforce_source/blob/main/CHANGELOG.md) and release notes for more information on changes across versions.
## Contributions
+These dbt packages are developed by a small team of analytics engineers at Fivetran. However, the packages are made better by community contributions!
+
+We highly encourage and welcome contributions to this package. Check out [this post](https://discourse.getdbt.com/t/contributing-to-a-dbt-package/657) on the best workflow for contributing to a package!
-Additional contributions to this package are very welcome! Please create issues
-or open PRs against `main`. Check out
-[this post](https://discourse.getdbt.com/t/contributing-to-a-dbt-package/657)
-on the best workflow for contributing to a package.
-
-## Resources:
-- Provide [feedback](https://www.surveymonkey.com/r/DQ7K7WW) on our existing dbt packages or what you'd like to see next
-- Have questions, feedback, or need help? Book a time during our office hours [here](https://calendly.com/fivetran-solutions-team/fivetran-solutions-team-office-hours) or email us at solutions@fivetran.com
-- Find all of Fivetran's pre-built dbt packages in our [dbt hub](https://hub.getdbt.com/fivetran/)
-- Learn how to orchestrate your models with [Fivetran Transformations for dbt Core™](https://fivetran.com/docs/transformations/dbt)
-- Learn more about Fivetran overall [in our docs](https://fivetran.com/docs)
-- Check out [Fivetran's blog](https://fivetran.com/blog)
-- Learn more about dbt [in the dbt docs](https://docs.getdbt.com/docs/introduction)
-- Check out [Discourse](https://discourse.getdbt.com/) for commonly asked questions and answers
-- Join the [chat](http://slack.getdbt.com/) on Slack for live discussions and support
-- Find [dbt events](https://events.getdbt.com) near you
-- Check out [the dbt blog](https://blog.getdbt.com/) for the latest news on dbt's development and best practices
+# 🏪 Are there any resources available?
+- If you encounter any questions or want to reach out for help, please refer to the [GitHub Issue](https://github.com/fivetran/dbt_salesforce_source/issues/new/choose) section to find the right avenue of support for you.
+- If you would like to provide feedback to the dbt package team at Fivetran, or would like to request a future dbt package to be developed, then feel free to fill out our [Feedback Form](https://www.surveymonkey.com/r/DQ7K7WW).
+- Have questions or want to just say hi? Book a time during our office hours [here](https://calendly.com/fivetran-solutions-team/fivetran-solutions-team-office-hours) or send us an email at solutions@fivetran.com.
\ No newline at end of file
diff --git a/dbt_project.yml b/dbt_project.yml
index 2bba53a..5b8194c 100644
--- a/dbt_project.yml
+++ b/dbt_project.yml
@@ -1,7 +1,7 @@
config-version: 2
name: 'salesforce_source'
-version: '0.4.2'
+version: '0.5.0'
require-dbt-version: [">=1.0.0", "<2.0.0"]
@@ -18,12 +18,33 @@ vars:
opportunity: "{{ source('salesforce', 'opportunity') }}"
user: "{{ source('salesforce', 'user') }}"
user_role: "{{ source('salesforce', 'user_role') }}"
-
+ contact: "{{ source('salesforce', 'contact') }}"
+ lead: "{{ source('salesforce', 'lead') }}"
+ task: "{{ source('salesforce', 'task') }}"
+ event: "{{ source('salesforce', 'event') }}"
+ product_2: "{{ source('salesforce', 'product_2') }}"
+ order: "{{ source('salesforce', 'order') }}"
+ opportunity_line_item: "{{ source('salesforce', 'opportunity_line_item') }}"
+
salesforce__user_role_enabled: true
+ salesforce__lead_enabled: true
+ salesforce__event_enabled: true
+ salesforce__task_enabled: true
+ salesforce__opportunity_line_item_enabled: true
+ salesforce__order_enabled: true
+ salesforce__product_2_enabled: true
# Salesforce pass through column variables
account_pass_through_columns: []
+ contact_pass_through_columns: []
+ event_pass_through_columns: []
+ lead_pass_through_columns: []
opportunity_pass_through_columns: []
+ opportunity_line_item_pass_through_columns: []
+ order_pass_through_columns: []
+ product_2_pass_through_columns: []
+ task_pass_through_columns: []
+ user_role_pass_through_columns: []
user_pass_through_columns: []
# Variable to define if you are set up with Salesforce History Mode.
@@ -31,3 +52,10 @@ vars:
using_opportunity_history_mode_active_records: false
using_user_role_history_mode_active_records: false
using_user_history_mode_active_records: false
+ using_contact_history_mode_active_records: false
+ using_lead_history_mode_active_records: false
+ using_task_history_mode_active_records: false
+ using_event_history_mode_active_records: false
+ using_product_2_history_mode_active_records: false
+ using_order_history_mode_active_records: false
+ using_opportunity_line_item_history_mode_active_records: false
\ No newline at end of file
diff --git a/docs/catalog.json b/docs/catalog.json
index 886778c..66e9e31 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": "0.20.0", "generated_at": "2021-08-05T22:00:56.075492Z", "invocation_id": "bf32e716-f8ec-4901-b5fd-4c158e73903f", "env": {}}, "nodes": {}, "sources": {"source.salesforce_source.salesforce.user": {"metadata": {"type": "table", "schema": "salesforce_source_integration_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": "TIMESTAMP", "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_rows": {"id": "num_rows", "label": "# Rows", "value": 10.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 6700.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.salesforce_source.salesforce.user"}}, "errors": null}
\ No newline at end of file
+{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.0.0", "generated_at": "2022-06-15T14:59:43.002083Z", "invocation_id": "3fbda07c-5b3f-414f-b4f3-7a106ff5ba62", "env": {}}, "nodes": {"model.salesforce_source.stg_salesforce__event": {"metadata": {"type": "table", "schema": "dbt_renee", "name": "stg_salesforce__event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "event_id": {"type": "STRING", "index": 2, "name": "event_id", "comment": null}, "account_id": {"type": "STRING", "index": 3, "name": "account_id", "comment": null}, "activity_date": {"type": "TIMESTAMP", "index": 4, "name": "activity_date", "comment": null}, "activity_date_time": {"type": "TIMESTAMP", "index": 5, "name": "activity_date_time", "comment": null}, "created_by_id": {"type": "STRING", "index": 6, "name": "created_by_id", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 7, "name": "created_date", "comment": null}, "description": {"type": "STRING", "index": 8, "name": "description", "comment": null}, "end_date": {"type": "TIMESTAMP", "index": 9, "name": "end_date", "comment": null}, "end_date_time": {"type": "TIMESTAMP", "index": 10, "name": "end_date_time", "comment": null}, "event_subtype": {"type": "STRING", "index": 11, "name": "event_subtype", "comment": null}, "group_event_type": {"type": "STRING", "index": 12, "name": "group_event_type", "comment": null}, "is_archived": {"type": "BOOL", "index": 13, "name": "is_archived", "comment": null}, "is_child": {"type": "BOOL", "index": 14, "name": "is_child", "comment": null}, "is_deleted": {"type": "BOOL", "index": 15, "name": "is_deleted", "comment": null}, "is_group_event": {"type": "BOOL", "index": 16, "name": "is_group_event", "comment": null}, "is_recurrence": {"type": "BOOL", "index": 17, "name": "is_recurrence", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 18, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 19, "name": "last_modified_date", "comment": null}, "location": {"type": "STRING", "index": 20, "name": "location", "comment": null}, "owner_id": {"type": "STRING", "index": 21, "name": "owner_id", "comment": null}, "start_date_time": {"type": "TIMESTAMP", "index": 22, "name": "start_date_time", "comment": null}, "subject": {"type": "STRING", "index": 23, "name": "subject", "comment": null}, "type": {"type": "STRING", "index": 24, "name": "type", "comment": null}, "what_count": {"type": "INT64", "index": 25, "name": "what_count", "comment": null}, "what_id": {"type": "STRING", "index": 26, "name": "what_id", "comment": null}, "who_count": {"type": "INT64", "index": 27, "name": "who_count", "comment": null}, "who_id": {"type": "STRING", "index": 28, "name": "who_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 27118153.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100585.0, "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": "model.salesforce_source.stg_salesforce__event"}, "model.salesforce_source.stg_salesforce__task_tmp": {"metadata": {"type": "view", "schema": "dbt_renee", "name": "stg_salesforce__task_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"referral_account_c": {"type": "STRING", "index": 1, "name": "referral_account_c", "comment": null}, "who_id": {"type": "STRING", "index": 2, "name": "who_id", "comment": null}, "call_disposition": {"type": "STRING", "index": 3, "name": "call_disposition", "comment": null}, "recurrence_day_of_month": {"type": "INT64", "index": 4, "name": "recurrence_day_of_month", "comment": null}, "owner_id": {"type": "STRING", "index": 5, "name": "owner_id", "comment": null}, "recurrence_end_date_only": {"type": "TIMESTAMP", "index": 6, "name": "recurrence_end_date_only", "comment": null}, "subject": {"type": "STRING", "index": 7, "name": "subject", "comment": null}, "description": {"type": "STRING", "index": 8, "name": "description", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 9, "name": "last_modified_date", "comment": null}, "recurrence_time_zone_sid_key": {"type": "STRING", "index": 10, "name": "recurrence_time_zone_sid_key", "comment": null}, "is_recurrence": {"type": "BOOL", "index": 11, "name": "is_recurrence", "comment": null}, "what_count": {"type": "INT64", "index": 12, "name": "what_count", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 13, "name": "_fivetran_synced", "comment": null}, "call_object": {"type": "STRING", "index": 14, "name": "call_object", "comment": null}, "is_deleted": {"type": "BOOL", "index": 15, "name": "is_deleted", "comment": null}, "recurrence_day_of_week_mask": {"type": "INT64", "index": 16, "name": "recurrence_day_of_week_mask", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 17, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 18, "name": "system_modstamp", "comment": null}, "recurrence_regenerated_type": {"type": "STRING", "index": 19, "name": "recurrence_regenerated_type", "comment": null}, "id": {"type": "STRING", "index": 20, "name": "id", "comment": null}, "recurrence_type": {"type": "STRING", "index": 21, "name": "recurrence_type", "comment": null}, "reminder_date_time": {"type": "TIMESTAMP", "index": 22, "name": "reminder_date_time", "comment": null}, "call_type": {"type": "STRING", "index": 23, "name": "call_type", "comment": null}, "is_high_priority": {"type": "BOOL", "index": 24, "name": "is_high_priority", "comment": null}, "is_closed": {"type": "BOOL", "index": 25, "name": "is_closed", "comment": null}, "recurrence_month_of_year": {"type": "STRING", "index": 26, "name": "recurrence_month_of_year", "comment": null}, "is_reminder_set": {"type": "BOOL", "index": 27, "name": "is_reminder_set", "comment": null}, "activity_date": {"type": "TIMESTAMP", "index": 28, "name": "activity_date", "comment": null}, "recurrence_instance": {"type": "STRING", "index": 29, "name": "recurrence_instance", "comment": null}, "priority": {"type": "STRING", "index": 30, "name": "priority", "comment": null}, "recurrence_interval": {"type": "INT64", "index": 31, "name": "recurrence_interval", "comment": null}, "who_count": {"type": "INT64", "index": 32, "name": "who_count", "comment": null}, "recurrence_start_date_only": {"type": "TIMESTAMP", "index": 33, "name": "recurrence_start_date_only", "comment": null}, "account_id": {"type": "STRING", "index": 34, "name": "account_id", "comment": null}, "referral_contact_c": {"type": "STRING", "index": 35, "name": "referral_contact_c", "comment": null}, "call_duration_in_seconds": {"type": "INT64", "index": 36, "name": "call_duration_in_seconds", "comment": null}, "created_by_id": {"type": "STRING", "index": 37, "name": "created_by_id", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 38, "name": "created_date", "comment": null}, "recurrence_activity_id": {"type": "STRING", "index": 39, "name": "recurrence_activity_id", "comment": null}, "what_id": {"type": "STRING", "index": 40, "name": "what_id", "comment": null}, "task_subtype": {"type": "STRING", "index": 41, "name": "task_subtype", "comment": null}, "status": {"type": "STRING", "index": 42, "name": "status", "comment": null}, "invitee_uuid_c": {"type": "STRING", "index": 43, "name": "invitee_uuid_c", "comment": null}, "type": {"type": "STRING", "index": 44, "name": "type", "comment": null}, "no_show_c": {"type": "BOOL", "index": 45, "name": "no_show_c", "comment": null}, "first_meeting_held_c": {"type": "BOOL", "index": 46, "name": "first_meeting_held_c", "comment": null}, "associated_sdr_c": {"type": "STRING", "index": 47, "name": "associated_sdr_c", "comment": null}, "first_meeting_c": {"type": "BOOL", "index": 48, "name": "first_meeting_c", "comment": null}, "call_recording_c": {"type": "STRING", "index": 49, "name": "call_recording_c", "comment": null}, "affectlayer_chorus_call_id_c": {"type": "STRING", "index": 50, "name": "affectlayer_chorus_call_id_c", "comment": null}, "affectlayer_affect_layer_call_id_c": {"type": "STRING", "index": 51, "name": "affectlayer_affect_layer_call_id_c", "comment": null}, "last_rep_activity_date_c": {"type": "TIMESTAMP", "index": 52, "name": "last_rep_activity_date_c", "comment": null}, "lid_url_c": {"type": "STRING", "index": 53, "name": "lid_url_c", "comment": null}, "lid_date_sent_c": {"type": "TIMESTAMP", "index": 54, "name": "lid_date_sent_c", "comment": null}, "record_type_id": {"type": "STRING", "index": 55, "name": "record_type_id", "comment": null}, "sales_loft_step_id_c": {"type": "STRING", "index": 56, "name": "sales_loft_step_id_c", "comment": null}, "sales_loft_step_name_c": {"type": "STRING", "index": 57, "name": "sales_loft_step_name_c", "comment": null}, "sales_loft_step_type_c": {"type": "STRING", "index": 58, "name": "sales_loft_step_type_c", "comment": null}, "sales_loft_email_template_id_c": {"type": "STRING", "index": 59, "name": "sales_loft_email_template_id_c", "comment": null}, "sales_loft_external_identifier_c": {"type": "STRING", "index": 60, "name": "sales_loft_external_identifier_c", "comment": null}, "sales_loft_cadence_id_c": {"type": "STRING", "index": 61, "name": "sales_loft_cadence_id_c", "comment": null}, "sales_loft_clicked_count_c": {"type": "FLOAT64", "index": 62, "name": "sales_loft_clicked_count_c", "comment": null}, "sales_loft_cadence_name_c": {"type": "STRING", "index": 63, "name": "sales_loft_cadence_name_c", "comment": null}, "sales_loft_reply_count_c": {"type": "FLOAT64", "index": 64, "name": "sales_loft_reply_count_c", "comment": null}, "call_disposition_c": {"type": "STRING", "index": 65, "name": "call_disposition_c", "comment": null}, "sales_loft_email_template_title_c": {"type": "STRING", "index": 66, "name": "sales_loft_email_template_title_c", "comment": null}, "sales_loft_step_day_new_c": {"type": "FLOAT64", "index": 67, "name": "sales_loft_step_day_new_c", "comment": null}, "call_disposition_2_c": {"type": "STRING", "index": 68, "name": "call_disposition_2_c", "comment": null}, "sales_loft_viewed_count_c": {"type": "FLOAT64", "index": 69, "name": "sales_loft_viewed_count_c", "comment": null}, "sales_loft_1_sales_loft_step_day_c": {"type": "FLOAT64", "index": 70, "name": "sales_loft_1_sales_loft_step_day_c", "comment": null}, "sales_loft_1_sales_loft_clicked_count_c": {"type": "FLOAT64", "index": 71, "name": "sales_loft_1_sales_loft_clicked_count_c", "comment": null}, "sales_loft_1_sales_loft_view_count_c": {"type": "FLOAT64", "index": 72, "name": "sales_loft_1_sales_loft_view_count_c", "comment": null}, "sales_loft_1_call_disposition_c": {"type": "STRING", "index": 73, "name": "sales_loft_1_call_disposition_c", "comment": null}, "sales_loft_1_sales_loft_replies_count_c": {"type": "FLOAT64", "index": 74, "name": "sales_loft_1_sales_loft_replies_count_c", "comment": null}, "sales_loft_1_sales_loft_cadence_name_c": {"type": "STRING", "index": 75, "name": "sales_loft_1_sales_loft_cadence_name_c", "comment": null}, "sales_loft_1_call_sentiment_c": {"type": "STRING", "index": 76, "name": "sales_loft_1_call_sentiment_c", "comment": null}, "sales_loft_1_sales_loft_email_template_title_c": {"type": "STRING", "index": 77, "name": "sales_loft_1_sales_loft_email_template_title_c", "comment": null}, "completed_date_time": {"type": "TIMESTAMP", "index": 78, "name": "completed_date_time", "comment": null}, "is_a_co_sell_activity_c": {"type": "BOOL", "index": 79, "name": "is_a_co_sell_activity_c", "comment": null}, "partner_contact_c": {"type": "STRING", "index": 80, "name": "partner_contact_c", "comment": null}, "co_selling_activity_c": {"type": "STRING", "index": 81, "name": "co_selling_activity_c", "comment": null}, "description_c": {"type": "STRING", "index": 82, "name": "description_c", "comment": null}, "co_sell_partner_account_c": {"type": "STRING", "index": 83, "name": "co_sell_partner_account_c", "comment": null}, "campaign_c": {"type": "STRING", "index": 84, "name": "campaign_c", "comment": null}, "partner_account_c": {"type": "STRING", "index": 85, "name": "partner_account_c", "comment": null}, "topic_c": {"type": "STRING", "index": 86, "name": "topic_c", "comment": null}, "event_name_c": {"type": "STRING", "index": 87, "name": "event_name_c", "comment": null}, "attendance_number_c": {"type": "FLOAT64", "index": 88, "name": "attendance_number_c", "comment": null}, "partner_activity_type_c": {"type": "STRING", "index": 89, "name": "partner_activity_type_c", "comment": null}, "proof_of_referral_c": {"type": "STRING", "index": 90, "name": "proof_of_referral_c", "comment": null}, "how_did_you_bring_value_or_create_trust_c": {"type": "STRING", "index": 91, "name": "how_did_you_bring_value_or_create_trust_c", "comment": null}, "how_did_you_bring_value_or_earn_trust_c": {"type": "STRING", "index": 92, "name": "how_did_you_bring_value_or_earn_trust_c", "comment": null}, "duration_in_minutes_c": {"type": "FLOAT64", "index": 93, "name": "duration_in_minutes_c", "comment": null}, "vidyard_c": {"type": "BOOL", "index": 94, "name": "vidyard_c", "comment": null}, "expected_payment_date_c": {"type": "TIMESTAMP", "index": 95, "name": "expected_payment_date_c", "comment": null}, "execute_collections_plan_activity_c": {"type": "BOOL", "index": 96, "name": "execute_collections_plan_activity_c", "comment": null}, "collections_hold_c": {"type": "BOOL", "index": 97, "name": "collections_hold_c", "comment": null}, "opportunity_c": {"type": "STRING", "index": 98, "name": "opportunity_c", "comment": null}, "meeting_type_c": {"type": "STRING", "index": 99, "name": "meeting_type_c", "comment": null}, "meeting_name_c": {"type": "STRING", "index": 100, "name": "meeting_name_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "STRING", "index": 101, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_bizible_touchpoint_date_c": {"type": "TIMESTAMP", "index": 102, "name": "bizible_2_bizible_touchpoint_date_c", "comment": null}, "assigned_to_role_c": {"type": "STRING", "index": 103, "name": "assigned_to_role_c", "comment": null}, "assigned_to_name_c": {"type": "STRING", "index": 104, "name": "assigned_to_name_c", "comment": null}, "legacy_hvr_id_c": {"type": "STRING", "index": 105, "name": "legacy_hvr_id_c", "comment": null}, "is_archived": {"type": "BOOL", "index": 106, "name": "is_archived", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_source.stg_salesforce__task_tmp"}, "model.develop.opportunity_formula": {"metadata": {"type": "view", "schema": "dbt_renee", "name": "opportunity_formula", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"close_date": {"type": "TIMESTAMP", "index": 1, "name": "close_date", "comment": null}, "secondary_reason_won_c": {"type": "STRING", "index": 2, "name": "secondary_reason_won_c", "comment": null}, "owner_id": {"type": "STRING", "index": 3, "name": "owner_id", "comment": null}, "primary_reason_lost_c": {"type": "STRING", "index": 4, "name": "primary_reason_lost_c", "comment": null}, "subscription_end_date_c": {"type": "TIMESTAMP", "index": 5, "name": "subscription_end_date_c", "comment": null}, "lead_source": {"type": "STRING", "index": 6, "name": "lead_source", "comment": null}, "expected_trial_start_date_c": {"type": "TIMESTAMP", "index": 7, "name": "expected_trial_start_date_c", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 8, "name": "last_modified_date", "comment": null}, "type": {"type": "STRING", "index": 9, "name": "type", "comment": null}, "trial_end_date_c": {"type": "TIMESTAMP", "index": 10, "name": "trial_end_date_c", "comment": null}, "pricebook_2_id": {"type": "STRING", "index": 11, "name": "pricebook_2_id", "comment": null}, "next_step": {"type": "STRING", "index": 12, "name": "next_step", "comment": null}, "fiscal_year": {"type": "INT64", "index": 13, "name": "fiscal_year", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 14, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 15, "name": "system_modstamp", "comment": null}, "stage_name": {"type": "STRING", "index": 16, "name": "stage_name", "comment": null}, "id": {"type": "STRING", "index": 17, "name": "id", "comment": null}, "campaign_id": {"type": "STRING", "index": 18, "name": "campaign_id", "comment": null}, "is_closed": {"type": "BOOL", "index": 19, "name": "is_closed", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 20, "name": "last_referenced_date", "comment": null}, "probability": {"type": "FLOAT64", "index": 21, "name": "probability", "comment": null}, "last_activity_date": {"type": "TIMESTAMP", "index": 22, "name": "last_activity_date", "comment": null}, "secondary_reason_lost_c": {"type": "STRING", "index": 23, "name": "secondary_reason_lost_c", "comment": null}, "synced_quote_id": {"type": "STRING", "index": 24, "name": "synced_quote_id", "comment": null}, "is_won": {"type": "BOOL", "index": 25, "name": "is_won", "comment": null}, "fiscal": {"type": "STRING", "index": 26, "name": "fiscal", "comment": null}, "name": {"type": "STRING", "index": 27, "name": "name", "comment": null}, "lead_source_detail_c": {"type": "STRING", "index": 28, "name": "lead_source_detail_c", "comment": null}, "created_by_id": {"type": "STRING", "index": 29, "name": "created_by_id", "comment": null}, "primary_reason_won_c": {"type": "STRING", "index": 30, "name": "primary_reason_won_c", "comment": null}, "billing_frequency_c": {"type": "STRING", "index": 31, "name": "billing_frequency_c", "comment": null}, "forecast_category": {"type": "STRING", "index": 32, "name": "forecast_category", "comment": null}, "description": {"type": "STRING", "index": 33, "name": "description", "comment": null}, "has_overdue_task": {"type": "BOOL", "index": 34, "name": "has_overdue_task", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 35, "name": "last_viewed_date", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 36, "name": "_fivetran_synced", "comment": null}, "pandadoc_tracking_number_c": {"type": "STRING", "index": 37, "name": "pandadoc_tracking_number_c", "comment": null}, "is_deleted": {"type": "BOOL", "index": 38, "name": "is_deleted", "comment": null}, "trial_start_date_c": {"type": "TIMESTAMP", "index": 39, "name": "trial_start_date_c", "comment": null}, "subscription_start_date_c": {"type": "TIMESTAMP", "index": 40, "name": "subscription_start_date_c", "comment": null}, "has_open_activity": {"type": "BOOL", "index": 41, "name": "has_open_activity", "comment": null}, "fiscal_quarter": {"type": "INT64", "index": 42, "name": "fiscal_quarter", "comment": null}, "automatic_renewal_c": {"type": "BOOL", "index": 43, "name": "automatic_renewal_c", "comment": null}, "confidence_c": {"type": "STRING", "index": 44, "name": "confidence_c", "comment": null}, "amount": {"type": "FLOAT64", "index": 45, "name": "amount", "comment": null}, "discount_c": {"type": "FLOAT64", "index": 46, "name": "discount_c", "comment": null}, "integrations_c": {"type": "STRING", "index": 47, "name": "integrations_c", "comment": null}, "has_opportunity_line_item": {"type": "BOOL", "index": 48, "name": "has_opportunity_line_item", "comment": null}, "account_id": {"type": "STRING", "index": 49, "name": "account_id", "comment": null}, "forecast_category_name": {"type": "STRING", "index": 50, "name": "forecast_category_name", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 51, "name": "created_date", "comment": null}, "gclid_c": {"type": "STRING", "index": 52, "name": "gclid_c", "comment": null}, "next_step_due_date_c": {"type": "TIMESTAMP", "index": 53, "name": "next_step_due_date_c", "comment": null}, "next_step_due_date_del_c": {"type": "TIMESTAMP", "index": 54, "name": "next_step_due_date_del_c", "comment": null}, "competitors_c": {"type": "STRING", "index": 55, "name": "competitors_c", "comment": null}, "connector_products_c": {"type": "STRING", "index": 56, "name": "connector_products_c", "comment": null}, "data_warehouse_products_c": {"type": "STRING", "index": 57, "name": "data_warehouse_products_c", "comment": null}, "notes_c": {"type": "STRING", "index": 58, "name": "notes_c", "comment": null}, "timeframe_c": {"type": "STRING", "index": 59, "name": "timeframe_c", "comment": null}, "website_c": {"type": "STRING", "index": 60, "name": "website_c", "comment": null}, "opportunity_competitors_c": {"type": "STRING", "index": 61, "name": "opportunity_competitors_c", "comment": null}, "opportunity_data_warehouses_c": {"type": "STRING", "index": 62, "name": "opportunity_data_warehouses_c", "comment": null}, "opportunity_products_c": {"type": "STRING", "index": 63, "name": "opportunity_products_c", "comment": null}, "account_all_products_c": {"type": "STRING", "index": 64, "name": "account_all_products_c", "comment": null}, "account_bi_tools_c": {"type": "STRING", "index": 65, "name": "account_bi_tools_c", "comment": null}, "account_data_warehouses_c": {"type": "STRING", "index": 66, "name": "account_data_warehouses_c", "comment": null}, "referral_account_c": {"type": "STRING", "index": 67, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "STRING", "index": 68, "name": "referral_contact_c", "comment": null}, "subscription_active_c": {"type": "BOOL", "index": 69, "name": "subscription_active_c", "comment": null}, "volume_in_millions_c": {"type": "FLOAT64", "index": 70, "name": "volume_in_millions_c", "comment": null}, "feature_requests_c": {"type": "STRING", "index": 71, "name": "feature_requests_c", "comment": null}, "subscription_end_date_greater_than_today_c": {"type": "BOOL", "index": 72, "name": "subscription_end_date_greater_than_today_c", "comment": null}, "bread_winner_total_amount_due_c": {"type": "FLOAT64", "index": 73, "name": "bread_winner_total_amount_due_c", "comment": null}, "bread_winner_total_amount_invoiced_c": {"type": "FLOAT64", "index": 74, "name": "bread_winner_total_amount_invoiced_c", "comment": null}, "bread_winner_total_amount_overdue_c": {"type": "FLOAT64", "index": 75, "name": "bread_winner_total_amount_overdue_c", "comment": null}, "bread_winner_total_amount_paid_c": {"type": "FLOAT64", "index": 76, "name": "bread_winner_total_amount_paid_c", "comment": null}, "bread_winner_total_draft_amount_c": {"type": "FLOAT64", "index": 77, "name": "bread_winner_total_draft_amount_c", "comment": null}, "reason_lost_c": {"type": "STRING", "index": 78, "name": "reason_lost_c", "comment": null}, "reason_won_c": {"type": "STRING", "index": 79, "name": "reason_won_c", "comment": null}, "billing_contact_first_name_c": {"type": "STRING", "index": 80, "name": "billing_contact_first_name_c", "comment": null}, "billing_contact_last_name_c": {"type": "STRING", "index": 81, "name": "billing_contact_last_name_c", "comment": null}, "billing_email_c": {"type": "STRING", "index": 82, "name": "billing_email_c", "comment": null}, "billing_phone_c": {"type": "STRING", "index": 83, "name": "billing_phone_c", "comment": null}, "invoice_payment_terms_net_c": {"type": "STRING", "index": 84, "name": "invoice_payment_terms_net_c", "comment": null}, "subscription_not_started_c": {"type": "BOOL", "index": 85, "name": "subscription_not_started_c", "comment": null}, "invoice_due_date_c": {"type": "TIMESTAMP", "index": 86, "name": "invoice_due_date_c", "comment": null}, "payment_terms_c": {"type": "STRING", "index": 87, "name": "payment_terms_c", "comment": null}, "associated_stripe_charge_id_c": {"type": "STRING", "index": 88, "name": "associated_stripe_charge_id_c", "comment": null}, "record_type_id": {"type": "STRING", "index": 89, "name": "record_type_id", "comment": null}, "contract_type_c": {"type": "STRING", "index": 90, "name": "contract_type_c", "comment": null}, "lost_communication_preference_c": {"type": "STRING", "index": 91, "name": "lost_communication_preference_c", "comment": null}, "lost_primary_reason_c": {"type": "STRING", "index": 92, "name": "lost_primary_reason_c", "comment": null}, "associate_sdr_c": {"type": "STRING", "index": 93, "name": "associate_sdr_c", "comment": null}, "associated_sdr_c": {"type": "STRING", "index": 94, "name": "associated_sdr_c", "comment": null}, "no_show_c": {"type": "BOOL", "index": 95, "name": "no_show_c", "comment": null}, "order_form_c": {"type": "STRING", "index": 96, "name": "order_form_c", "comment": null}, "reason_unqualified_c": {"type": "STRING", "index": 97, "name": "reason_unqualified_c", "comment": null}, "closing_notes_for_ams_c": {"type": "STRING", "index": 98, "name": "closing_notes_for_ams_c", "comment": null}, "sdr_setup_trial_successfully_c": {"type": "BOOL", "index": 99, "name": "sdr_setup_trial_successfully_c", "comment": null}, "number_of_contact_roles_c": {"type": "FLOAT64", "index": 100, "name": "number_of_contact_roles_c", "comment": null}, "utm_campaign_c": {"type": "STRING", "index": 101, "name": "utm_campaign_c", "comment": null}, "utm_content_c": {"type": "STRING", "index": 102, "name": "utm_content_c", "comment": null}, "utm_medium_c": {"type": "STRING", "index": 103, "name": "utm_medium_c", "comment": null}, "utm_source_c": {"type": "STRING", "index": 104, "name": "utm_source_c", "comment": null}, "utm_term_c": {"type": "STRING", "index": 105, "name": "utm_term_c", "comment": null}, "original_opportunity_c": {"type": "STRING", "index": 106, "name": "original_opportunity_c", "comment": null}, "lean_data_reporting_total_marketing_touches_c": {"type": "FLOAT64", "index": 107, "name": "lean_data_reporting_total_marketing_touches_c", "comment": null}, "lean_data_days_in_stage_c": {"type": "FLOAT64", "index": 108, "name": "lean_data_days_in_stage_c", "comment": null}, "lean_data_routing_action_c": {"type": "STRING", "index": 109, "name": "lean_data_routing_action_c", "comment": null}, "lean_data_reporting_won_number_c": {"type": "STRING", "index": 110, "name": "lean_data_reporting_won_number_c", "comment": null}, "lean_data_reporting_opportunity_source_c": {"type": "STRING", "index": 111, "name": "lean_data_reporting_opportunity_source_c", "comment": null}, "lean_data_reporting_last_run_date_c": {"type": "TIMESTAMP", "index": 112, "name": "lean_data_reporting_last_run_date_c", "comment": null}, "lean_data_order_number_c": {"type": "STRING", "index": 113, "name": "lean_data_order_number_c", "comment": null}, "sales_engineer_c": {"type": "STRING", "index": 114, "name": "sales_engineer_c", "comment": null}, "sales_engineer_needed_c": {"type": "BOOL", "index": 115, "name": "sales_engineer_needed_c", "comment": null}, "netsuite_conn_reseller_c": {"type": "STRING", "index": 116, "name": "netsuite_conn_reseller_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "STRING", "index": 117, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_from_contract_c": {"type": "STRING", "index": 118, "name": "netsuite_conn_from_contract_c", "comment": null}, "netsuite_conn_celigo_contract_c": {"type": "STRING", "index": 119, "name": "netsuite_conn_celigo_contract_c", "comment": null}, "netsuite_conn_ns_renewal_transaction_internal_id_c": {"type": "STRING", "index": 120, "name": "netsuite_conn_ns_renewal_transaction_internal_id_c", "comment": null}, "netsuite_conn_end_date_c": {"type": "TIMESTAMP", "index": 121, "name": "netsuite_conn_end_date_c", "comment": null}, "netsuite_conn_contract_term_c": {"type": "FLOAT64", "index": 122, "name": "netsuite_conn_contract_term_c", "comment": null}, "netsuite_conn_push_as_net_suite_project_c": {"type": "BOOL", "index": 123, "name": "netsuite_conn_push_as_net_suite_project_c", "comment": null}, "netsuite_conn_net_suite_contract_id_c": {"type": "STRING", "index": 124, "name": "netsuite_conn_net_suite_contract_id_c", "comment": null}, "netsuite_conn_current_opportunity_id_c": {"type": "STRING", "index": 125, "name": "netsuite_conn_current_opportunity_id_c", "comment": null}, "netsuite_conn_distributor_c": {"type": "STRING", "index": 126, "name": "netsuite_conn_distributor_c", "comment": null}, "netsuite_conn_bill_to_tier_c": {"type": "STRING", "index": 127, "name": "netsuite_conn_bill_to_tier_c", "comment": null}, "netsuite_conn_end_user_c": {"type": "STRING", "index": 128, "name": "netsuite_conn_end_user_c", "comment": null}, "netsuite_conn_current_sales_order_id_c": {"type": "STRING", "index": 129, "name": "netsuite_conn_current_sales_order_id_c", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "BOOL", "index": 130, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_eligible_account_for_channel_sales_c": {"type": "STRING", "index": 131, "name": "netsuite_conn_eligible_account_for_channel_sales_c", "comment": null}, "netsuite_conn_tracking_number_c": {"type": "STRING", "index": 132, "name": "netsuite_conn_tracking_number_c", "comment": null}, "netsuite_conn_originated_from_net_suite_c": {"type": "BOOL", "index": 133, "name": "netsuite_conn_originated_from_net_suite_c", "comment": null}, "netsuite_conn_nsrenewal_opportunity_internal_id_c": {"type": "FLOAT64", "index": 134, "name": "netsuite_conn_nsrenewal_opportunity_internal_id_c", "comment": null}, "netsuite_conn_net_suite_renewal_terms_c": {"type": "FLOAT64", "index": 135, "name": "netsuite_conn_net_suite_renewal_terms_c", "comment": null}, "netsuite_conn_push_as_net_suite_opportunity_c": {"type": "BOOL", "index": 136, "name": "netsuite_conn_push_as_net_suite_opportunity_c", "comment": null}, "netsuite_conn_order_type_c": {"type": "STRING", "index": 137, "name": "netsuite_conn_order_type_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "BOOL", "index": 138, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_net_suite_sales_order_number_c": {"type": "STRING", "index": 139, "name": "netsuite_conn_net_suite_sales_order_number_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "BOOL", "index": 140, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_net_suite_project_id_c": {"type": "STRING", "index": 141, "name": "netsuite_conn_net_suite_project_id_c", "comment": null}, "netsuite_conn_net_suite_contract_term_c": {"type": "FLOAT64", "index": 142, "name": "netsuite_conn_net_suite_contract_term_c", "comment": null}, "netsuite_conn_start_date_c": {"type": "TIMESTAMP", "index": 143, "name": "netsuite_conn_start_date_c", "comment": null}, "netsuite_conn_ship_to_tier_c": {"type": "STRING", "index": 144, "name": "netsuite_conn_ship_to_tier_c", "comment": null}, "db_competitor_c": {"type": "STRING", "index": 145, "name": "db_competitor_c", "comment": null}, "lid_linked_in_company_id_c": {"type": "STRING", "index": 146, "name": "lid_linked_in_company_id_c", "comment": null}, "lid_is_influenced_c": {"type": "BOOL", "index": 147, "name": "lid_is_influenced_c", "comment": null}, "debooked_date_c": {"type": "TIMESTAMP", "index": 148, "name": "debooked_date_c", "comment": null}, "debooked_amount_c": {"type": "BIGNUMERIC", "index": 149, "name": "debooked_amount_c", "comment": null}, "is_debooked_c": {"type": "BOOL", "index": 150, "name": "is_debooked_c", "comment": null}, "economic_buyer_c": {"type": "STRING", "index": 151, "name": "economic_buyer_c", "comment": null}, "decision_process_c": {"type": "STRING", "index": 152, "name": "decision_process_c", "comment": null}, "decision_criteria_c": {"type": "STRING", "index": 153, "name": "decision_criteria_c", "comment": null}, "champion_c": {"type": "STRING", "index": 154, "name": "champion_c", "comment": null}, "metrics_c": {"type": "STRING", "index": 155, "name": "metrics_c", "comment": null}, "identify_pain_c": {"type": "STRING", "index": 156, "name": "identify_pain_c", "comment": null}, "is_non_renewable_c": {"type": "BOOL", "index": 157, "name": "is_non_renewable_c", "comment": null}, "sales_loft_1_primary_contact_c": {"type": "STRING", "index": 158, "name": "sales_loft_1_primary_contact_c", "comment": null}, "sales_loft_1_most_recent_last_completed_step_c": {"type": "FLOAT64", "index": 159, "name": "sales_loft_1_most_recent_last_completed_step_c", "comment": null}, "sales_loft_1_most_recent_cadence_name_c": {"type": "STRING", "index": 160, "name": "sales_loft_1_most_recent_cadence_name_c", "comment": null}, "is_partner_opp_c": {"type": "BOOL", "index": 161, "name": "is_partner_opp_c", "comment": null}, "territory_2_id": {"type": "STRING", "index": 162, "name": "territory_2_id", "comment": null}, "is_excluded_from_territory_2_filter": {"type": "BOOL", "index": 163, "name": "is_excluded_from_territory_2_filter", "comment": null}, "sbqq_amended_contract_c": {"type": "STRING", "index": 164, "name": "sbqq_amended_contract_c", "comment": null}, "sbqq_contracted_c": {"type": "BOOL", "index": 165, "name": "sbqq_contracted_c", "comment": null}, "sbqq_create_contracted_prices_c": {"type": "BOOL", "index": 166, "name": "sbqq_create_contracted_prices_c", "comment": null}, "sbqq_order_group_id_c": {"type": "STRING", "index": 167, "name": "sbqq_order_group_id_c", "comment": null}, "sbqq_ordered_c": {"type": "BOOL", "index": 168, "name": "sbqq_ordered_c", "comment": null}, "sbqq_primary_quote_c": {"type": "STRING", "index": 169, "name": "sbqq_primary_quote_c", "comment": null}, "sbqq_quote_pricebook_id_c": {"type": "STRING", "index": 170, "name": "sbqq_quote_pricebook_id_c", "comment": null}, "sbqq_renewal_c": {"type": "BOOL", "index": 171, "name": "sbqq_renewal_c", "comment": null}, "sbqq_renewed_contract_c": {"type": "STRING", "index": 172, "name": "sbqq_renewed_contract_c", "comment": null}, "is_non_recurring_c": {"type": "BOOL", "index": 173, "name": "is_non_recurring_c", "comment": null}, "did_a_partner_help_this_sale_c": {"type": "STRING", "index": 174, "name": "did_a_partner_help_this_sale_c", "comment": null}, "did_they_select_a_bi_tool_c": {"type": "STRING", "index": 175, "name": "did_they_select_a_bi_tool_c", "comment": null}, "which_bi_tool_did_they_select_c": {"type": "STRING", "index": 176, "name": "which_bi_tool_did_they_select_c", "comment": null}, "which_partner_was_most_influential_c": {"type": "STRING", "index": 177, "name": "which_partner_was_most_influential_c", "comment": null}, "which_bi_tool_s_are_they_using_c": {"type": "STRING", "index": 178, "name": "which_bi_tool_s_are_they_using_c", "comment": null}, "associated_bdr_c": {"type": "STRING", "index": 179, "name": "associated_bdr_c", "comment": null}, "aws_payment_c": {"type": "BOOL", "index": 180, "name": "aws_payment_c", "comment": null}, "expected_revenue": {"type": "BIGNUMERIC", "index": 181, "name": "expected_revenue", "comment": null}, "competitor_we_lost_to_c": {"type": "STRING", "index": 182, "name": "competitor_we_lost_to_c", "comment": null}, "marketplace_payment_c": {"type": "STRING", "index": 183, "name": "marketplace_payment_c", "comment": null}, "has_competition_c": {"type": "BOOL", "index": 184, "name": "has_competition_c", "comment": null}, "no_known_competition_c": {"type": "BOOL", "index": 185, "name": "no_known_competition_c", "comment": null}, "marketing_process_c": {"type": "STRING", "index": 186, "name": "marketing_process_c", "comment": null}, "automation_tracking_c": {"type": "STRING", "index": 187, "name": "automation_tracking_c", "comment": null}, "user_gems_has_changed_job_c": {"type": "TIMESTAMP", "index": 188, "name": "user_gems_has_changed_job_c", "comment": null}, "manager_forecast_amount_c": {"type": "FLOAT64", "index": 189, "name": "manager_forecast_amount_c", "comment": null}, "manager_forecast_category_c": {"type": "STRING", "index": 190, "name": "manager_forecast_category_c", "comment": null}, "superset_forecast_category_c": {"type": "STRING", "index": 191, "name": "superset_forecast_category_c", "comment": null}, "forecast_amount_c": {"type": "BIGNUMERIC", "index": 192, "name": "forecast_amount_c", "comment": null}, "are_we_co_selling_with_anyone_c": {"type": "STRING", "index": 193, "name": "are_we_co_selling_with_anyone_c", "comment": null}, "has_co_sell_activity_c": {"type": "BOOL", "index": 194, "name": "has_co_sell_activity_c", "comment": null}, "signed_order_c": {"type": "BOOL", "index": 195, "name": "signed_order_c", "comment": null}, "compelling_event_c": {"type": "STRING", "index": 196, "name": "compelling_event_c", "comment": null}, "territory_c": {"type": "STRING", "index": 197, "name": "territory_c", "comment": null}, "validation_override_c": {"type": "BOOL", "index": 198, "name": "validation_override_c", "comment": null}, "map_reviewed_with_ae_c": {"type": "STRING", "index": 199, "name": "map_reviewed_with_ae_c", "comment": null}, "se_manager_notes_c": {"type": "STRING", "index": 200, "name": "se_manager_notes_c", "comment": null}, "se_notes_c": {"type": "STRING", "index": 201, "name": "se_notes_c", "comment": null}, "se_stage_c": {"type": "STRING", "index": 202, "name": "se_stage_c", "comment": null}, "next_steps_date_c": {"type": "TIMESTAMP", "index": 203, "name": "next_steps_date_c", "comment": null}, "pbf_c": {"type": "BOOL", "index": 204, "name": "pbf_c", "comment": null}, "partner_c": {"type": "STRING", "index": 205, "name": "partner_c", "comment": null}, "channel_c": {"type": "STRING", "index": 206, "name": "channel_c", "comment": null}, "primary_contact_fivetran_c": {"type": "STRING", "index": 207, "name": "primary_contact_fivetran_c", "comment": null}, "time_spent_minutes_c": {"type": "FLOAT64", "index": 208, "name": "time_spent_minutes_c", "comment": null}, "date_for_next_update_c": {"type": "TIMESTAMP", "index": 209, "name": "date_for_next_update_c", "comment": null}, "lean_data_trigger_c": {"type": "BOOL", "index": 210, "name": "lean_data_trigger_c", "comment": null}, "workflow_helper_c": {"type": "BOOL", "index": 211, "name": "workflow_helper_c", "comment": null}, "deal_risk_c": {"type": "STRING", "index": 212, "name": "deal_risk_c", "comment": null}, "gcp_approved_c": {"type": "BOOL", "index": 213, "name": "gcp_approved_c", "comment": null}, "next_steps_c": {"type": "STRING", "index": 214, "name": "next_steps_c", "comment": null}, "manger_notes_c": {"type": "STRING", "index": 215, "name": "manger_notes_c", "comment": null}, "manager_notes_c": {"type": "STRING", "index": 216, "name": "manager_notes_c", "comment": null}, "marketplace_offer_accepted_c": {"type": "BOOL", "index": 217, "name": "marketplace_offer_accepted_c", "comment": null}, "stage_0_date_time_c": {"type": "TIMESTAMP", "index": 218, "name": "stage_0_date_time_c", "comment": null}, "stage_1_date_time_c": {"type": "TIMESTAMP", "index": 219, "name": "stage_1_date_time_c", "comment": null}, "round_robin_ae_c": {"type": "STRING", "index": 220, "name": "round_robin_ae_c", "comment": null}, "round_robin_ae_trigger_c": {"type": "BOOL", "index": 221, "name": "round_robin_ae_trigger_c", "comment": null}, "automation_validation_override_c": {"type": "BOOL", "index": 222, "name": "automation_validation_override_c", "comment": null}, "related_renewal_opportunity_c": {"type": "STRING", "index": 223, "name": "related_renewal_opportunity_c", "comment": null}, "sales_rep_to_be_credited_c": {"type": "STRING", "index": 224, "name": "sales_rep_to_be_credited_c", "comment": null}, "trial_self_service_converted_c": {"type": "BOOL", "index": 225, "name": "trial_self_service_converted_c", "comment": null}, "migration_opportunity_c": {"type": "BOOL", "index": 226, "name": "migration_opportunity_c", "comment": null}, "post_close_changes_c": {"type": "BOOL", "index": 227, "name": "post_close_changes_c", "comment": null}, "assigned_tsm_c": {"type": "STRING", "index": 228, "name": "assigned_tsm_c", "comment": null}, "allbound_partner_id_c": {"type": "STRING", "index": 229, "name": "allbound_partner_id_c", "comment": null}, "se_summary_c": {"type": "STRING", "index": 230, "name": "se_summary_c", "comment": null}, "ae_paired_csm_c": {"type": "STRING", "index": 231, "name": "ae_paired_csm_c", "comment": null}, "vh_can_revive_c": {"type": "BOOL", "index": 232, "name": "vh_can_revive_c", "comment": null}, "vh_date_revived_c": {"type": "TIMESTAMP", "index": 233, "name": "vh_date_revived_c", "comment": null}, "vh_deal_breaker_opportunity_gap_score_c": {"type": "STRING", "index": 234, "name": "vh_deal_breaker_opportunity_gap_score_c", "comment": null}, "vh_deal_challenge_opportunity_gap_score_c": {"type": "STRING", "index": 235, "name": "vh_deal_challenge_opportunity_gap_score_c", "comment": null}, "vh_nice_to_have_opportunity_gap_score_c": {"type": "STRING", "index": 236, "name": "vh_nice_to_have_opportunity_gap_score_c", "comment": null}, "vh_opportunity_gap_score_c": {"type": "STRING", "index": 237, "name": "vh_opportunity_gap_score_c", "comment": null}, "vh_opportunity_score_c": {"type": "FLOAT64", "index": 238, "name": "vh_opportunity_score_c", "comment": null}, "vh_presales_concern_c": {"type": "STRING", "index": 239, "name": "vh_presales_concern_c", "comment": null}, "vh_presales_stage_c": {"type": "STRING", "index": 240, "name": "vh_presales_stage_c", "comment": null}, "vh_technical_differentiation_c": {"type": "STRING", "index": 241, "name": "vh_technical_differentiation_c", "comment": null}, "se_manager_summary_c": {"type": "STRING", "index": 242, "name": "se_manager_summary_c", "comment": null}, "bugs_c": {"type": "STRING", "index": 243, "name": "bugs_c", "comment": null}, "approval_required_c": {"type": "BOOL", "index": 244, "name": "approval_required_c", "comment": null}, "push_counter_c": {"type": "FLOAT64", "index": 245, "name": "push_counter_c", "comment": null}, "mar_link_c": {"type": "STRING", "index": 246, "name": "mar_link_c", "comment": null}, "contact_id": {"type": "STRING", "index": 247, "name": "contact_id", "comment": null}, "last_amount_changed_history_id": {"type": "STRING", "index": 248, "name": "last_amount_changed_history_id", "comment": null}, "last_close_date_changed_history_id": {"type": "STRING", "index": 249, "name": "last_close_date_changed_history_id", "comment": null}, "expected_renewal_amount_c": {"type": "NUMERIC", "index": 250, "name": "expected_renewal_amount_c", "comment": null}, "connectors_c": {"type": "STRING", "index": 251, "name": "connectors_c", "comment": null}, "estimated_credit_consumption_per_month_c": {"type": "FLOAT64", "index": 252, "name": "estimated_credit_consumption_per_month_c", "comment": null}, "project_status_c": {"type": "STRING", "index": 253, "name": "project_status_c", "comment": null}, "type_of_churn_c": {"type": "STRING", "index": 254, "name": "type_of_churn_c", "comment": null}, "usage_reason_c": {"type": "STRING", "index": 255, "name": "usage_reason_c", "comment": null}, "use_cases_c": {"type": "STRING", "index": 256, "name": "use_cases_c", "comment": null}, "bizible_2_bizible_opportunity_amount_c": {"type": "BIGNUMERIC", "index": 257, "name": "bizible_2_bizible_opportunity_amount_c", "comment": null}, "active_technical_owner_c": {"type": "STRING", "index": 258, "name": "active_technical_owner_c", "comment": null}, "referral_partner_c": {"type": "STRING", "index": 259, "name": "referral_partner_c", "comment": null}, "celigo_sfnsio_bill_to_tier_c": {"type": "STRING", "index": 260, "name": "celigo_sfnsio_bill_to_tier_c", "comment": null}, "celigo_sfnsio_contract_opportunity_c": {"type": "BOOL", "index": 261, "name": "celigo_sfnsio_contract_opportunity_c", "comment": null}, "celigo_sfnsio_contract_term_c": {"type": "FLOAT64", "index": 262, "name": "celigo_sfnsio_contract_term_c", "comment": null}, "celigo_sfnsio_distributor_c": {"type": "STRING", "index": 263, "name": "celigo_sfnsio_distributor_c", "comment": null}, "celigo_sfnsio_end_date_c": {"type": "TIMESTAMP", "index": 264, "name": "celigo_sfnsio_end_date_c", "comment": null}, "celigo_sfnsio_end_user_c": {"type": "STRING", "index": 265, "name": "celigo_sfnsio_end_user_c", "comment": null}, "celigo_sfnsio_from_contract_c": {"type": "STRING", "index": 266, "name": "celigo_sfnsio_from_contract_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "STRING", "index": 267, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "celigo_sfnsio_net_suite_opportunity_id_c": {"type": "STRING", "index": 268, "name": "celigo_sfnsio_net_suite_opportunity_id_c", "comment": null}, "celigo_sfnsio_net_suite_opportunity_record_url_c": {"type": "STRING", "index": 269, "name": "celigo_sfnsio_net_suite_opportunity_record_url_c", "comment": null}, "celigo_sfnsio_net_suite_order_number_c": {"type": "STRING", "index": 270, "name": "celigo_sfnsio_net_suite_order_number_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "STRING", "index": 271, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_net_suite_sync_error_c": {"type": "STRING", "index": 272, "name": "celigo_sfnsio_net_suite_sync_error_c", "comment": null}, "celigo_sfnsio_ns_originated_order_c": {"type": "BOOL", "index": 273, "name": "celigo_sfnsio_ns_originated_order_c", "comment": null}, "celigo_sfnsio_renewal_term_c": {"type": "FLOAT64", "index": 274, "name": "celigo_sfnsio_renewal_term_c", "comment": null}, "celigo_sfnsio_reseller_c": {"type": "STRING", "index": 275, "name": "celigo_sfnsio_reseller_c", "comment": null}, "celigo_sfnsio_ship_to_tier_c": {"type": "STRING", "index": 276, "name": "celigo_sfnsio_ship_to_tier_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "BOOL", "index": 277, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_start_date_c": {"type": "TIMESTAMP", "index": 278, "name": "celigo_sfnsio_start_date_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "BOOL", "index": 279, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "initial_meeting_notes_c": {"type": "STRING", "index": 280, "name": "initial_meeting_notes_c", "comment": null}, "initial_meeting_source_c": {"type": "STRING", "index": 281, "name": "initial_meeting_source_c", "comment": null}, "initial_meeting_date_c": {"type": "TIMESTAMP", "index": 282, "name": "initial_meeting_date_c", "comment": null}, "initial_meeting_status_c": {"type": "STRING", "index": 283, "name": "initial_meeting_status_c", "comment": null}, "bdr_sdr_override_c": {"type": "BOOL", "index": 284, "name": "bdr_sdr_override_c", "comment": null}, "tsm_discovered_c": {"type": "BOOL", "index": 285, "name": "tsm_discovered_c", "comment": null}, "for_initial_revenue_ramp_c": {"type": "BOOL", "index": 286, "name": "for_initial_revenue_ramp_c", "comment": null}, "clari_amount_c": {"type": "BIGNUMERIC", "index": 287, "name": "clari_amount_c", "comment": null}, "connector_x_c": {"type": "STRING", "index": 288, "name": "connector_x_c", "comment": null}, "use_cases_deprecate_c": {"type": "STRING", "index": 289, "name": "use_cases_deprecate_c", "comment": null}, "data_stack_c": {"type": "STRING", "index": 290, "name": "data_stack_c", "comment": null}, "projected_ending_4_mos_amount_total_c": {"type": "BIGNUMERIC", "index": 291, "name": "projected_ending_4_mos_amount_total_c", "comment": null}, "p_o_number_c": {"type": "STRING", "index": 292, "name": "p_o_number_c", "comment": null}, "user_gems_user_gems_summary_c": {"type": "STRING", "index": 293, "name": "user_gems_user_gems_summary_c", "comment": null}, "fivetran_map_link_c": {"type": "STRING", "index": 294, "name": "fivetran_map_link_c", "comment": null}, "after_scenario_c": {"type": "STRING", "index": 295, "name": "after_scenario_c", "comment": null}, "top_competition_c": {"type": "STRING", "index": 296, "name": "top_competition_c", "comment": null}, "economic_buyer_lu_c": {"type": "STRING", "index": 297, "name": "economic_buyer_lu_c", "comment": null}, "champion_lu_c": {"type": "STRING", "index": 298, "name": "champion_lu_c", "comment": null}, "paper_process_c": {"type": "STRING", "index": 299, "name": "paper_process_c", "comment": null}, "before_scenario_c": {"type": "STRING", "index": 300, "name": "before_scenario_c", "comment": null}, "defensible_differentiators_c": {"type": "STRING", "index": 301, "name": "defensible_differentiators_c", "comment": null}, "positive_business_outcomes_c": {"type": "STRING", "index": 302, "name": "positive_business_outcomes_c", "comment": null}, "customer_marketplace_pref_c": {"type": "STRING", "index": 303, "name": "customer_marketplace_pref_c", "comment": null}, "using_consultant_si_c": {"type": "STRING", "index": 304, "name": "using_consultant_si_c", "comment": null}, "value_drivers_c": {"type": "STRING", "index": 305, "name": "value_drivers_c", "comment": null}, "is_solution_architect_needed_c": {"type": "BOOL", "index": 306, "name": "is_solution_architect_needed_c", "comment": null}, "contact_opportunity_created_from_c": {"type": "STRING", "index": 307, "name": "contact_opportunity_created_from_c", "comment": null}, "previous_contract_blended_unit_price_c": {"type": "BIGNUMERIC", "index": 308, "name": "previous_contract_blended_unit_price_c", "comment": null}, "previous_contract_total_credits_purchase_c": {"type": "FLOAT64", "index": 309, "name": "previous_contract_total_credits_purchase_c", "comment": null}, "original_price_per_credit_c": {"type": "BIGNUMERIC", "index": 310, "name": "original_price_per_credit_c", "comment": null}, "previous_contract_discount_percentage_c": {"type": "FLOAT64", "index": 311, "name": "previous_contract_discount_percentage_c", "comment": null}, "expected_renewal_amount_override_1_c": {"type": "NUMERIC", "index": 312, "name": "expected_renewal_amount_override_1_c", "comment": null}, "expected_renewal_override_c": {"type": "BIGNUMERIC", "index": 313, "name": "expected_renewal_override_c", "comment": null}, "bookings_arr_2_c": {"type": "BIGNUMERIC", "index": 314, "name": "bookings_arr_2_c", "comment": null}, "baseline_arr_2_c": {"type": "BIGNUMERIC", "index": 315, "name": "baseline_arr_2_c", "comment": null}, "value_of_services_purchased_c": {"type": "BIGNUMERIC", "index": 316, "name": "value_of_services_purchased_c", "comment": null}, "value_of_credits_purchased_c": {"type": "NUMERIC", "index": 317, "name": "value_of_credits_purchased_c", "comment": null}, "renewal_fields_verified_c": {"type": "BOOL", "index": 318, "name": "renewal_fields_verified_c", "comment": null}, "no_co_sell_reason_c": {"type": "STRING", "index": 319, "name": "no_co_sell_reason_c", "comment": null}, "credit_summary_at_creation_c": {"type": "STRING", "index": 320, "name": "credit_summary_at_creation_c", "comment": null}, "renewal_date_on_creation_c": {"type": "TIMESTAMP", "index": 321, "name": "renewal_date_on_creation_c", "comment": null}, "did_you_pitch_quickstart_packages_c": {"type": "STRING", "index": 322, "name": "did_you_pitch_quickstart_packages_c", "comment": null}, "expected_renewal_amount_stamp_c": {"type": "BIGNUMERIC", "index": 323, "name": "expected_renewal_amount_stamp_c", "comment": null}, "platform_level_stamped_c": {"type": "STRING", "index": 324, "name": "platform_level_stamped_c", "comment": null}, "customer_spend_type_c": {"type": "STRING", "index": 325, "name": "customer_spend_type_c", "comment": null}, "self_service_routing_c": {"type": "BOOL", "index": 326, "name": "self_service_routing_c", "comment": null}, "value_of_rollover_credits_quote_stamp_c": {"type": "BIGNUMERIC", "index": 327, "name": "value_of_rollover_credits_quote_stamp_c", "comment": null}, "renewal_manager_notes_c": {"type": "STRING", "index": 328, "name": "renewal_manager_notes_c", "comment": null}, "fivetran_use_case_c": {"type": "STRING", "index": 329, "name": "fivetran_use_case_c", "comment": null}, "did_you_try_to_sell_services_c": {"type": "STRING", "index": 330, "name": "did_you_try_to_sell_services_c", "comment": null}, "routed_from_manual_bdr_ae_activity_c": {"type": "BOOL", "index": 331, "name": "routed_from_manual_bdr_ae_activity_c", "comment": null}, "group_id_c": {"type": "STRING", "index": 332, "name": "group_id_c", "comment": null}, "comma_separated_schema_list_c": {"type": "STRING", "index": 333, "name": "comma_separated_schema_list_c", "comment": null}, "si_referral_count_c": {"type": "FLOAT64", "index": 334, "name": "si_referral_count_c", "comment": null}, "si_referral_partner_chosen_c": {"type": "BOOL", "index": 335, "name": "si_referral_partner_chosen_c", "comment": null}, "partner_relationship_added_c": {"type": "STRING", "index": 336, "name": "partner_relationship_added_c", "comment": null}, "si_with_partner_referral_activity_type_c": {"type": "BOOL", "index": 337, "name": "si_with_partner_referral_activity_type_c", "comment": null}, "late_renewal_subscription_c": {"type": "STRING", "index": 338, "name": "late_renewal_subscription_c", "comment": null}, "rev_ops_created_renewal_c": {"type": "BOOL", "index": 339, "name": "rev_ops_created_renewal_c", "comment": null}, "conversion_opp_type_c": {"type": "STRING", "index": 340, "name": "conversion_opp_type_c", "comment": null}, "projected_mrr_increase_clari_c": {"type": "FLOAT64", "index": 341, "name": "projected_mrr_increase_clari_c", "comment": null}, "amount_rollover_annualized_stamped_c": {"type": "BIGNUMERIC", "index": 342, "name": "amount_rollover_annualized_stamped_c", "comment": null}, "credit_amount_stamped_c": {"type": "BIGNUMERIC", "index": 343, "name": "credit_amount_stamped_c", "comment": null}, "rollover_value_on_close_c": {"type": "BIGNUMERIC", "index": 344, "name": "rollover_value_on_close_c", "comment": null}, "lost_to_a_competitive_solution_c": {"type": "STRING", "index": 345, "name": "lost_to_a_competitive_solution_c", "comment": null}, "lost_primary_reason_detail_c": {"type": "STRING", "index": 346, "name": "lost_primary_reason_detail_c", "comment": null}, "marketing_activity_in_last_30_days_c": {"type": "BOOL", "index": 347, "name": "marketing_activity_in_last_30_days_c", "comment": null}, "disco_meeting_date_c": {"type": "TIMESTAMP", "index": 348, "name": "disco_meeting_date_c", "comment": null}, "disco_meeting_status_c": {"type": "STRING", "index": 349, "name": "disco_meeting_status_c", "comment": null}, "third_party_data_c": {"type": "STRING", "index": 350, "name": "third_party_data_c", "comment": null}, "pbf_overlay_c": {"type": "STRING", "index": 351, "name": "pbf_overlay_c", "comment": null}, "services_stage_2_date_c": {"type": "TIMESTAMP", "index": 352, "name": "services_stage_2_date_c", "comment": null}, "why_did_we_lose_the_services_pitch_c": {"type": "STRING", "index": 353, "name": "why_did_we_lose_the_services_pitch_c", "comment": null}, "partner_relationship_created_automation_c": {"type": "BOOL", "index": 354, "name": "partner_relationship_created_automation_c", "comment": null}, "non_connector_expansion_c": {"type": "BOOL", "index": 355, "name": "non_connector_expansion_c", "comment": null}, "purchase_order_required_c": {"type": "STRING", "index": 356, "name": "purchase_order_required_c", "comment": null}, "push_count": {"type": "INT64", "index": 357, "name": "push_count", "comment": null}, "last_stage_change_date": {"type": "TIMESTAMP", "index": 358, "name": "last_stage_change_date", "comment": null}, "logged_to_partner_portal_c": {"type": "BOOL", "index": 359, "name": "logged_to_partner_portal_c", "comment": null}, "bdr_sdr_cross_sell_disco_call_c": {"type": "BOOL", "index": 360, "name": "bdr_sdr_cross_sell_disco_call_c", "comment": null}, "expected_renewal_expansion_override_c": {"type": "BIGNUMERIC", "index": 361, "name": "expected_renewal_expansion_override_c", "comment": null}, "hvr_contract_end_date_c": {"type": "TIMESTAMP", "index": 362, "name": "hvr_contract_end_date_c", "comment": null}, "hvr_technical_fit_c": {"type": "STRING", "index": 363, "name": "hvr_technical_fit_c", "comment": null}, "hvr_arr_new_c": {"type": "BIGNUMERIC", "index": 364, "name": "hvr_arr_new_c", "comment": null}, "legacy_hvr_id_c": {"type": "STRING", "index": 365, "name": "legacy_hvr_id_c", "comment": null}, "hvr_sales_region_c": {"type": "STRING", "index": 366, "name": "hvr_sales_region_c", "comment": null}, "contract_id": {"type": "STRING", "index": 367, "name": "contract_id", "comment": null}, "hvr_arr_end_c": {"type": "TIMESTAMP", "index": 368, "name": "hvr_arr_end_c", "comment": null}, "hvr_sum_of_forecast_calc_c": {"type": "BIGNUMERIC", "index": 369, "name": "hvr_sum_of_forecast_calc_c", "comment": null}, "hvr_nrr_total_c": {"type": "BIGNUMERIC", "index": 370, "name": "hvr_nrr_total_c", "comment": null}, "hvr_type_summary_c": {"type": "STRING", "index": 371, "name": "hvr_type_summary_c", "comment": null}, "hvr_special_instructions_for_licensing_c": {"type": "STRING", "index": 372, "name": "hvr_special_instructions_for_licensing_c", "comment": null}, "hvr_year_3_amount_c": {"type": "BIGNUMERIC", "index": 373, "name": "hvr_year_3_amount_c", "comment": null}, "hvr_targets_c": {"type": "STRING", "index": 374, "name": "hvr_targets_c", "comment": null}, "hvr_type_adj_c": {"type": "STRING", "index": 375, "name": "hvr_type_adj_c", "comment": null}, "hvr_arr_expansion_c": {"type": "BIGNUMERIC", "index": 376, "name": "hvr_arr_expansion_c", "comment": null}, "negative_consequences_c": {"type": "STRING", "index": 377, "name": "negative_consequences_c", "comment": null}, "hvr_quarterly_forecast_summary_c": {"type": "STRING", "index": 378, "name": "hvr_quarterly_forecast_summary_c", "comment": null}, "hvr_sal_confirmed_with_ae_c": {"type": "BOOL", "index": 379, "name": "hvr_sal_confirmed_with_ae_c", "comment": null}, "hvr_years_2_5_on_quote_c": {"type": "BIGNUMERIC", "index": 380, "name": "hvr_years_2_5_on_quote_c", "comment": null}, "hvr_arr_license_total_c": {"type": "BIGNUMERIC", "index": 381, "name": "hvr_arr_license_total_c", "comment": null}, "hvr_term_months_c": {"type": "FLOAT64", "index": 382, "name": "hvr_term_months_c", "comment": null}, "hvr_upside_value_at_50_c": {"type": "BIGNUMERIC", "index": 383, "name": "hvr_upside_value_at_50_c", "comment": null}, "proof_point_c": {"type": "STRING", "index": 384, "name": "proof_point_c", "comment": null}, "hub_fingerprint_c": {"type": "STRING", "index": 385, "name": "hub_fingerprint_c", "comment": null}, "demo_deep_technical_dive_completed_date_c": {"type": "TIMESTAMP", "index": 386, "name": "demo_deep_technical_dive_completed_date_c", "comment": null}, "hvr_license_type_1_c": {"type": "STRING", "index": 387, "name": "hvr_license_type_1_c", "comment": null}, "hvr_year_2_c": {"type": "STRING", "index": 388, "name": "hvr_year_2_c", "comment": null}, "hvr_currency_code_c": {"type": "STRING", "index": 389, "name": "hvr_currency_code_c", "comment": null}, "hvr_fq_c": {"type": "STRING", "index": 390, "name": "hvr_fq_c", "comment": null}, "hvr_multi_year_total_c": {"type": "BIGNUMERIC", "index": 391, "name": "hvr_multi_year_total_c", "comment": null}, "hvr_annual_support_c": {"type": "BIGNUMERIC", "index": 392, "name": "hvr_annual_support_c", "comment": null}, "hvr_targets_count_c": {"type": "FLOAT64", "index": 393, "name": "hvr_targets_count_c", "comment": null}, "opportunity_channel_confirmed_c": {"type": "BOOL", "index": 394, "name": "opportunity_channel_confirmed_c", "comment": null}, "how_we_do_it_c": {"type": "STRING", "index": 395, "name": "how_we_do_it_c", "comment": null}, "hvr_primary_cloud_preference_c": {"type": "STRING", "index": 396, "name": "hvr_primary_cloud_preference_c", "comment": null}, "hvr_year_4_c": {"type": "STRING", "index": 397, "name": "hvr_year_4_c", "comment": null}, "hvr_sources_c": {"type": "STRING", "index": 398, "name": "hvr_sources_c", "comment": null}, "hvr_arr_start_c": {"type": "TIMESTAMP", "index": 399, "name": "hvr_arr_start_c", "comment": null}, "hvr_fy_c": {"type": "STRING", "index": 400, "name": "hvr_fy_c", "comment": null}, "hvr_year_5_amount_c": {"type": "BIGNUMERIC", "index": 401, "name": "hvr_year_5_amount_c", "comment": null}, "is_private": {"type": "BOOL", "index": 402, "name": "is_private", "comment": null}, "hvr_arr_support_products_c": {"type": "FLOAT64", "index": 403, "name": "hvr_arr_support_products_c", "comment": null}, "license_key_generated_c": {"type": "BOOL", "index": 404, "name": "license_key_generated_c", "comment": null}, "hvr_arr_from_products_c": {"type": "BIGNUMERIC", "index": 405, "name": "hvr_arr_from_products_c", "comment": null}, "total_opportunity_quantity": {"type": "FLOAT64", "index": 406, "name": "total_opportunity_quantity", "comment": null}, "hvr_sapruntimeflag_c": {"type": "BOOL", "index": 407, "name": "hvr_sapruntimeflag_c", "comment": null}, "hvr_arr_from_total_arr_products_added_c": {"type": "BIGNUMERIC", "index": 408, "name": "hvr_arr_from_total_arr_products_added_c", "comment": null}, "hvr_arr_support_total_c": {"type": "BIGNUMERIC", "index": 409, "name": "hvr_arr_support_total_c", "comment": null}, "hvr_year_4_amount_c": {"type": "BIGNUMERIC", "index": 410, "name": "hvr_year_4_amount_c", "comment": null}, "opportunity_sources_and_targets_reviewed_c": {"type": "BOOL", "index": 411, "name": "opportunity_sources_and_targets_reviewed_c", "comment": null}, "hvr_pilot_fees_c": {"type": "BIGNUMERIC", "index": 412, "name": "hvr_pilot_fees_c", "comment": null}, "intacct_customer_id_c": {"type": "STRING", "index": 413, "name": "intacct_customer_id_c", "comment": null}, "hvr_arr_old_c": {"type": "BIGNUMERIC", "index": 414, "name": "hvr_arr_old_c", "comment": null}, "hvr_arr_adjusted_c": {"type": "BIGNUMERIC", "index": 415, "name": "hvr_arr_adjusted_c", "comment": null}, "hvr_churn_date_c": {"type": "TIMESTAMP", "index": 416, "name": "hvr_churn_date_c", "comment": null}, "hvr_arr_total_products_c": {"type": "BIGNUMERIC", "index": 417, "name": "hvr_arr_total_products_c", "comment": null}, "required_capabilities_c": {"type": "STRING", "index": 418, "name": "required_capabilities_c", "comment": null}, "hvr_sources_count_c": {"type": "FLOAT64", "index": 419, "name": "hvr_sources_count_c", "comment": null}, "hvr_secondary_cloud_preference_c": {"type": "STRING", "index": 420, "name": "hvr_secondary_cloud_preference_c", "comment": null}, "hvr_arr_type_2_c": {"type": "STRING", "index": 421, "name": "hvr_arr_type_2_c", "comment": null}, "differentiators_against_c": {"type": "STRING", "index": 422, "name": "differentiators_against_c", "comment": null}, "nrr_total_c": {"type": "BIGNUMERIC", "index": 423, "name": "nrr_total_c", "comment": null}, "hvr_years_25_on_quote_c": {"type": "BIGNUMERIC", "index": 424, "name": "hvr_years_25_on_quote_c", "comment": null}, "hvr_opportunity_targets_c": {"type": "STRING", "index": 425, "name": "hvr_opportunity_targets_c", "comment": null}, "hvr_license_type_2_c": {"type": "STRING", "index": 426, "name": "hvr_license_type_2_c", "comment": null}, "hvr_solution_use_case_sub_category_c": {"type": "STRING", "index": 427, "name": "hvr_solution_use_case_sub_category_c", "comment": null}, "license_key_submission_date_stamp_c": {"type": "TIMESTAMP", "index": 428, "name": "license_key_submission_date_stamp_c", "comment": null}, "hvr_year_2_amount_c": {"type": "BIGNUMERIC", "index": 429, "name": "hvr_year_2_amount_c", "comment": null}, "hvr_new_arr_c": {"type": "BIGNUMERIC", "index": 430, "name": "hvr_new_arr_c", "comment": null}, "support_level_c": {"type": "STRING", "index": 431, "name": "support_level_c", "comment": null}, "hvr_arr_c": {"type": "BIGNUMERIC", "index": 432, "name": "hvr_arr_c", "comment": null}, "hvr_arr_calculated_c": {"type": "BIGNUMERIC", "index": 433, "name": "hvr_arr_calculated_c", "comment": null}, "hvr_amount_arrperpetual_c": {"type": "BIGNUMERIC", "index": 434, "name": "hvr_amount_arrperpetual_c", "comment": null}, "hvr_exchange_rate_c": {"type": "FLOAT64", "index": 435, "name": "hvr_exchange_rate_c", "comment": null}, "hvr_perpetual_amount_c": {"type": "BIGNUMERIC", "index": 436, "name": "hvr_perpetual_amount_c", "comment": null}, "hvr_arr_contraction_c": {"type": "BIGNUMERIC", "index": 437, "name": "hvr_arr_contraction_c", "comment": null}, "hvr_arr_months_c": {"type": "FLOAT64", "index": 438, "name": "hvr_arr_months_c", "comment": null}, "hvr_arr_gold_at_12_of_license_total_c": {"type": "BIGNUMERIC", "index": 439, "name": "hvr_arr_gold_at_12_of_license_total_c", "comment": null}, "hvr_arr_forecast_expected_c": {"type": "BIGNUMERIC", "index": 440, "name": "hvr_arr_forecast_expected_c", "comment": null}, "hvr_year_5_c": {"type": "STRING", "index": 441, "name": "hvr_year_5_c", "comment": null}, "hvr_arr_total_c": {"type": "BIGNUMERIC", "index": 442, "name": "hvr_arr_total_c", "comment": null}, "hvr_type_arrperpetual_c": {"type": "STRING", "index": 443, "name": "hvr_type_arrperpetual_c", "comment": null}, "hvr_tcv_c": {"type": "BIGNUMERIC", "index": 444, "name": "hvr_tcv_c", "comment": null}, "hvr_year_3_c": {"type": "STRING", "index": 445, "name": "hvr_year_3_c", "comment": null}, "hvr_arr_type_c": {"type": "STRING", "index": 446, "name": "hvr_arr_type_c", "comment": null}, "demo_deep_technical_dive_scheduled_date_c": {"type": "TIMESTAMP", "index": 447, "name": "demo_deep_technical_dive_scheduled_date_c", "comment": null}, "hvr_pro_serve_products_c": {"type": "FLOAT64", "index": 448, "name": "hvr_pro_serve_products_c", "comment": null}, "hvr_pro_serve_total_c": {"type": "BIGNUMERIC", "index": 449, "name": "hvr_pro_serve_total_c", "comment": null}, "hvr_total_amount_c": {"type": "BIGNUMERIC", "index": 450, "name": "hvr_total_amount_c", "comment": null}, "lean_data_status_info_c": {"type": "STRING", "index": 451, "name": "lean_data_status_info_c", "comment": null}, "hvr_additional_partners_c": {"type": "STRING", "index": 452, "name": "hvr_additional_partners_c", "comment": null}, "hvr_local_amount_c": {"type": "FLOAT64", "index": 453, "name": "hvr_local_amount_c", "comment": null}, "explain_reason_for_hvr_6_1_sale_c": {"type": "STRING", "index": 454, "name": "explain_reason_for_hvr_6_1_sale_c", "comment": null}, "hvr_6_1_proposed_sale_c": {"type": "BOOL", "index": 455, "name": "hvr_6_1_proposed_sale_c", "comment": null}, "approval_of_hvr_6_1_sale_c": {"type": "BOOL", "index": 456, "name": "approval_of_hvr_6_1_sale_c", "comment": null}, "hvr_6_1_sale_decision_c": {"type": "STRING", "index": 457, "name": "hvr_6_1_sale_decision_c", "comment": null}, "hvr_poc_sources_details_c": {"type": "STRING", "index": 458, "name": "hvr_poc_sources_details_c", "comment": null}, "hvr_poc_targets_c": {"type": "STRING", "index": 459, "name": "hvr_poc_targets_c", "comment": null}, "hvr_check_list_sent_c": {"type": "STRING", "index": 460, "name": "hvr_check_list_sent_c", "comment": null}, "hvr_start_date_actual_c": {"type": "STRING", "index": 461, "name": "hvr_start_date_actual_c", "comment": null}, "hvr_check_list_received_c": {"type": "STRING", "index": 462, "name": "hvr_check_list_received_c", "comment": null}, "hvr_support_location_c": {"type": "STRING", "index": 463, "name": "hvr_support_location_c", "comment": null}, "hvr_stop_date_plan_c": {"type": "STRING", "index": 464, "name": "hvr_stop_date_plan_c", "comment": null}, "hvr_start_date_plan_c": {"type": "STRING", "index": 465, "name": "hvr_start_date_plan_c", "comment": null}, "hvr_what_worked_c": {"type": "STRING", "index": 466, "name": "hvr_what_worked_c", "comment": null}, "hvr_competition_c": {"type": "STRING", "index": 467, "name": "hvr_competition_c", "comment": null}, "hvr_what_didnt_work_c": {"type": "STRING", "index": 468, "name": "hvr_what_didnt_work_c", "comment": null}, "hvr_conducted_by_c": {"type": "STRING", "index": 469, "name": "hvr_conducted_by_c", "comment": null}, "hvr_poc_sources_c": {"type": "STRING", "index": 470, "name": "hvr_poc_sources_c", "comment": null}, "hvr_review_call_date_c": {"type": "STRING", "index": 471, "name": "hvr_review_call_date_c", "comment": null}, "hvr_stop_date_actual_c": {"type": "STRING", "index": 472, "name": "hvr_stop_date_actual_c", "comment": null}, "hvr_will_there_be_a_poc_c": {"type": "STRING", "index": 473, "name": "hvr_will_there_be_a_poc_c", "comment": null}, "hvr_poc_of_days_c": {"type": "STRING", "index": 474, "name": "hvr_poc_of_days_c", "comment": null}, "hvr_poc_targets_details_c": {"type": "STRING", "index": 475, "name": "hvr_poc_targets_details_c", "comment": null}, "hvr_hub_details_c": {"type": "STRING", "index": 476, "name": "hvr_hub_details_c", "comment": null}, "legacy_hvr_channel_c": {"type": "STRING", "index": 477, "name": "legacy_hvr_channel_c", "comment": null}, "account_strategist_stamp_c": {"type": "STRING", "index": 478, "name": "account_strategist_stamp_c", "comment": null}, "hvr_fivetran_conversion_type_c": {"type": "STRING", "index": 479, "name": "hvr_fivetran_conversion_type_c", "comment": null}, "olp_cancellation_override_c": {"type": "BOOL", "index": 480, "name": "olp_cancellation_override_c", "comment": null}, "account_strategist_1_c": {"type": "STRING", "index": 481, "name": "account_strategist_1_c", "comment": null}, "product_being_pitched_c": {"type": "STRING", "index": 482, "name": "product_being_pitched_c", "comment": null}, "estimated_monthly_dollar_consumption_c": {"type": "BIGNUMERIC", "index": 483, "name": "estimated_monthly_dollar_consumption_c", "comment": null}, "platform_level_sso_c": {"type": "STRING", "index": 484, "name": "platform_level_sso_c", "comment": null}, "salesforce_created_c": {"type": "BOOL", "index": 485, "name": "salesforce_created_c", "comment": null}, "route_pbf_overlay_c": {"type": "BOOL", "index": 486, "name": "route_pbf_overlay_c", "comment": null}, "hvr_deal_submitted_c": {"type": "BOOL", "index": 487, "name": "hvr_deal_submitted_c", "comment": null}, "annual_2_olp_conversion_created_c": {"type": "BOOL", "index": 488, "name": "annual_2_olp_conversion_created_c", "comment": null}, "sub_start_date_vp_level_exception_c": {"type": "BOOL", "index": 489, "name": "sub_start_date_vp_level_exception_c", "comment": null}, "closed_won_region_c": {"type": "STRING", "index": 490, "name": "closed_won_region_c", "comment": null}, "closed_won_segment_c": {"type": "STRING", "index": 491, "name": "closed_won_segment_c", "comment": null}, "deal_desk_notes_c": {"type": "STRING", "index": 492, "name": "deal_desk_notes_c", "comment": null}, "order_form_opt_out_c": {"type": "STRING", "index": 493, "name": "order_form_opt_out_c", "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.develop.opportunity_formula"}, "model.salesforce_source.stg_salesforce__user": {"metadata": {"type": "table", "schema": "dbt_renee", "name": "stg_salesforce__user", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_deleted": {"type": "BOOL", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "STRING", "index": 3, "name": "account_id", "comment": null}, "alias": {"type": "STRING", "index": 4, "name": "alias", "comment": null}, "city": {"type": "STRING", "index": 5, "name": "city", "comment": null}, "company_name": {"type": "STRING", "index": 6, "name": "company_name", "comment": null}, "contact_id": {"type": "STRING", "index": 7, "name": "contact_id", "comment": null}, "country": {"type": "STRING", "index": 8, "name": "country", "comment": null}, "country_code": {"type": "STRING", "index": 9, "name": "country_code", "comment": null}, "department": {"type": "STRING", "index": 10, "name": "department", "comment": null}, "email": {"type": "STRING", "index": 11, "name": "email", "comment": null}, "first_name": {"type": "STRING", "index": 12, "name": "first_name", "comment": null}, "user_id": {"type": "STRING", "index": 13, "name": "user_id", "comment": null}, "individual_id": {"type": "STRING", "index": 14, "name": "individual_id", "comment": null}, "is_active": {"type": "BOOL", "index": 15, "name": "is_active", "comment": null}, "last_login_date": {"type": "TIMESTAMP", "index": 16, "name": "last_login_date", "comment": null}, "last_name": {"type": "STRING", "index": 17, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 18, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 19, "name": "last_viewed_date", "comment": null}, "manager_id": {"type": "STRING", "index": 20, "name": "manager_id", "comment": null}, "user_name": {"type": "STRING", "index": 21, "name": "user_name", "comment": null}, "postal_code": {"type": "STRING", "index": 22, "name": "postal_code", "comment": null}, "profile_id": {"type": "STRING", "index": 23, "name": "profile_id", "comment": null}, "state": {"type": "STRING", "index": 24, "name": "state", "comment": null}, "state_code": {"type": "STRING", "index": 25, "name": "state_code", "comment": null}, "street": {"type": "STRING", "index": 26, "name": "street", "comment": null}, "title": {"type": "STRING", "index": 27, "name": "title", "comment": null}, "user_role_id": {"type": "STRING", "index": 28, "name": "user_role_id", "comment": null}, "user_type": {"type": "STRING", "index": 29, "name": "user_type", "comment": null}, "username": {"type": "STRING", "index": 30, "name": "username", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 278228.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1054.0, "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": "model.salesforce_source.stg_salesforce__user"}, "model.salesforce_source.stg_salesforce__user_tmp": {"metadata": {"type": "view", "schema": "dbt_renee", "name": "stg_salesforce__user_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"user_preferences_disable_endorsement_email": {"type": "BOOL", "index": 1, "name": "user_preferences_disable_endorsement_email", "comment": null}, "locale_sid_key": {"type": "STRING", "index": 2, "name": "locale_sid_key", "comment": null}, "receives_info_emails": {"type": "BOOL", "index": 3, "name": "receives_info_emails", "comment": null}, "about_me": {"type": "STRING", "index": 4, "name": "about_me", "comment": null}, "division": {"type": "STRING", "index": 5, "name": "division", "comment": null}, "user_preferences_disable_change_comment_email": {"type": "BOOL", "index": 6, "name": "user_preferences_disable_change_comment_email", "comment": null}, "user_preferences_show_title_to_external_users": {"type": "BOOL", "index": 7, "name": "user_preferences_show_title_to_external_users", "comment": null}, "user_role_id": {"type": "STRING", "index": 8, "name": "user_role_id", "comment": null}, "user_type": {"type": "STRING", "index": 9, "name": "user_type", "comment": null}, "user_preferences_show_city_to_external_users": {"type": "BOOL", "index": 10, "name": "user_preferences_show_city_to_external_users", "comment": null}, "community_nickname": {"type": "STRING", "index": 11, "name": "community_nickname", "comment": null}, "user_preferences_show_postal_code_to_guest_users": {"type": "BOOL", "index": 12, "name": "user_preferences_show_postal_code_to_guest_users", "comment": null}, "id": {"type": "STRING", "index": 13, "name": "id", "comment": null}, "state": {"type": "STRING", "index": 14, "name": "state", "comment": null}, "fax": {"type": "STRING", "index": 15, "name": "fax", "comment": null}, "echosign_dev_1_echo_sign_email_verified_c": {"type": "BOOL", "index": 16, "name": "echosign_dev_1_echo_sign_email_verified_c", "comment": null}, "user_permissions_mobile_user": {"type": "BOOL", "index": 17, "name": "user_permissions_mobile_user", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 18, "name": "last_referenced_date", "comment": null}, "badge_text": {"type": "STRING", "index": 19, "name": "badge_text", "comment": null}, "offline_pda_trial_expiration_date": {"type": "TIMESTAMP", "index": 20, "name": "offline_pda_trial_expiration_date", "comment": null}, "offline_trial_expiration_date": {"type": "TIMESTAMP", "index": 21, "name": "offline_trial_expiration_date", "comment": null}, "user_preferences_show_fax_to_guest_users": {"type": "BOOL", "index": 22, "name": "user_preferences_show_fax_to_guest_users", "comment": null}, "user_preferences_show_street_address_to_guest_users": {"type": "BOOL", "index": 23, "name": "user_preferences_show_street_address_to_guest_users", "comment": null}, "user_preferences_show_email_to_guest_users": {"type": "BOOL", "index": 24, "name": "user_preferences_show_email_to_guest_users", "comment": null}, "phone": {"type": "STRING", "index": 25, "name": "phone", "comment": null}, "profile_id": {"type": "STRING", "index": 26, "name": "profile_id", "comment": null}, "company_name": {"type": "STRING", "index": 27, "name": "company_name", "comment": null}, "user_preferences_disable_file_share_notifications_for_api": {"type": "BOOL", "index": 28, "name": "user_preferences_disable_file_share_notifications_for_api", "comment": null}, "employee_number": {"type": "STRING", "index": 29, "name": "employee_number", "comment": null}, "user_preferences_activity_reminders_popup": {"type": "BOOL", "index": 30, "name": "user_preferences_activity_reminders_popup", "comment": null}, "user_preferences_sort_feed_by_comment": {"type": "BOOL", "index": 31, "name": "user_preferences_sort_feed_by_comment", "comment": null}, "user_preferences_disable_profile_post_email": {"type": "BOOL", "index": 32, "name": "user_preferences_disable_profile_post_email", "comment": null}, "user_permissions_offline_user": {"type": "BOOL", "index": 33, "name": "user_permissions_offline_user", "comment": null}, "extension": {"type": "STRING", "index": 34, "name": "extension", "comment": null}, "user_permissions_chatter_answers_user": {"type": "BOOL", "index": 35, "name": "user_permissions_chatter_answers_user", "comment": null}, "user_preferences_show_street_address_to_external_users": {"type": "BOOL", "index": 36, "name": "user_preferences_show_street_address_to_external_users", "comment": null}, "city": {"type": "STRING", "index": 37, "name": "city", "comment": null}, "signature": {"type": "STRING", "index": 38, "name": "signature", "comment": null}, "user_preferences_show_title_to_guest_users": {"type": "BOOL", "index": 39, "name": "user_preferences_show_title_to_guest_users", "comment": null}, "latitude": {"type": "FLOAT64", "index": 40, "name": "latitude", "comment": null}, "user_preferences_show_manager_to_guest_users": {"type": "BOOL", "index": 41, "name": "user_preferences_show_manager_to_guest_users", "comment": null}, "default_group_notification_frequency": {"type": "STRING", "index": 42, "name": "default_group_notification_frequency", "comment": null}, "user_preferences_disable_bookmark_email": {"type": "BOOL", "index": 43, "name": "user_preferences_disable_bookmark_email", "comment": null}, "user_preferences_show_state_to_guest_users": {"type": "BOOL", "index": 44, "name": "user_preferences_show_state_to_guest_users", "comment": null}, "forecast_enabled": {"type": "BOOL", "index": 45, "name": "forecast_enabled", "comment": null}, "user_preferences_disable_later_comment_email": {"type": "BOOL", "index": 46, "name": "user_preferences_disable_later_comment_email", "comment": null}, "user_preferences_show_manager_to_external_users": {"type": "BOOL", "index": 47, "name": "user_preferences_show_manager_to_external_users", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 48, "name": "_fivetran_synced", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 49, "name": "last_viewed_date", "comment": null}, "manager_id": {"type": "STRING", "index": 50, "name": "manager_id", "comment": null}, "user_preferences_reminder_sound_off": {"type": "BOOL", "index": 51, "name": "user_preferences_reminder_sound_off", "comment": null}, "full_photo_url": {"type": "STRING", "index": 52, "name": "full_photo_url", "comment": null}, "user_preferences_show_postal_code_to_external_users": {"type": "BOOL", "index": 53, "name": "user_preferences_show_postal_code_to_external_users", "comment": null}, "email": {"type": "STRING", "index": 54, "name": "email", "comment": null}, "user_preferences_show_mobile_phone_to_guest_users": {"type": "BOOL", "index": 55, "name": "user_preferences_show_mobile_phone_to_guest_users", "comment": null}, "stay_in_touch_note": {"type": "STRING", "index": 56, "name": "stay_in_touch_note", "comment": null}, "user_preferences_disable_followers_email": {"type": "BOOL", "index": 57, "name": "user_preferences_disable_followers_email", "comment": null}, "user_preferences_hide_csnget_chatter_mobile_task": {"type": "BOOL", "index": 58, "name": "user_preferences_hide_csnget_chatter_mobile_task", "comment": null}, "is_active": {"type": "BOOL", "index": 59, "name": "is_active", "comment": null}, "echosign_dev_1_echo_sign_allow_delegated_sending_c": {"type": "BOOL", "index": 60, "name": "echosign_dev_1_echo_sign_allow_delegated_sending_c", "comment": null}, "small_photo_url": {"type": "STRING", "index": 61, "name": "small_photo_url", "comment": null}, "user_preferences_show_work_phone_to_external_users": {"type": "BOOL", "index": 62, "name": "user_preferences_show_work_phone_to_external_users", "comment": null}, "user_preferences_hide_csndesktop_task": {"type": "BOOL", "index": 63, "name": "user_preferences_hide_csndesktop_task", "comment": null}, "last_name": {"type": "STRING", "index": 64, "name": "last_name", "comment": null}, "user_preferences_task_reminders_checkbox_default": {"type": "BOOL", "index": 65, "name": "user_preferences_task_reminders_checkbox_default", "comment": null}, "user_preferences_dis_comment_after_like_email": {"type": "BOOL", "index": 66, "name": "user_preferences_dis_comment_after_like_email", "comment": null}, "is_profile_photo_active": {"type": "BOOL", "index": 67, "name": "is_profile_photo_active", "comment": null}, "account_id": {"type": "STRING", "index": 68, "name": "account_id", "comment": null}, "user_preferences_show_profile_pic_to_guest_users": {"type": "BOOL", "index": 69, "name": "user_preferences_show_profile_pic_to_guest_users", "comment": null}, "postal_code": {"type": "STRING", "index": 70, "name": "postal_code", "comment": null}, "user_preferences_show_email_to_external_users": {"type": "BOOL", "index": 71, "name": "user_preferences_show_email_to_external_users", "comment": null}, "user_permissions_marketing_user": {"type": "BOOL", "index": 72, "name": "user_permissions_marketing_user", "comment": null}, "country": {"type": "STRING", "index": 73, "name": "country", "comment": null}, "email_encoding_key": {"type": "STRING", "index": 74, "name": "email_encoding_key", "comment": null}, "user_preferences_show_country_to_guest_users": {"type": "BOOL", "index": 75, "name": "user_preferences_show_country_to_guest_users", "comment": null}, "user_preferences_disable_mentions_post_email": {"type": "BOOL", "index": 76, "name": "user_preferences_disable_mentions_post_email", "comment": null}, "user_preferences_show_country_to_external_users": {"type": "BOOL", "index": 77, "name": "user_preferences_show_country_to_external_users", "comment": null}, "user_preferences_show_work_phone_to_guest_users": {"type": "BOOL", "index": 78, "name": "user_preferences_show_work_phone_to_guest_users", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 79, "name": "last_modified_date", "comment": null}, "sender_name": {"type": "STRING", "index": 80, "name": "sender_name", "comment": null}, "user_preferences_apex_pages_developer_mode": {"type": "BOOL", "index": 81, "name": "user_preferences_apex_pages_developer_mode", "comment": null}, "user_preferences_hide_chatter_onboarding_splash": {"type": "BOOL", "index": 82, "name": "user_preferences_hide_chatter_onboarding_splash", "comment": null}, "stay_in_touch_signature": {"type": "STRING", "index": 83, "name": "stay_in_touch_signature", "comment": null}, "language_locale_key": {"type": "STRING", "index": 84, "name": "language_locale_key", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 85, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 86, "name": "system_modstamp", "comment": null}, "geocode_accuracy": {"type": "STRING", "index": 87, "name": "geocode_accuracy", "comment": null}, "receives_admin_info_emails": {"type": "BOOL", "index": 88, "name": "receives_admin_info_emails", "comment": null}, "user_preferences_disable_message_email": {"type": "BOOL", "index": 89, "name": "user_preferences_disable_message_email", "comment": null}, "time_zone_sid_key": {"type": "STRING", "index": 90, "name": "time_zone_sid_key", "comment": null}, "user_preferences_hide_second_chatter_onboarding_splash": {"type": "BOOL", "index": 91, "name": "user_preferences_hide_second_chatter_onboarding_splash", "comment": null}, "longitude": {"type": "FLOAT64", "index": 92, "name": "longitude", "comment": null}, "sender_email": {"type": "STRING", "index": 93, "name": "sender_email", "comment": null}, "email_preferences_auto_bcc_stay_in_touch": {"type": "BOOL", "index": 94, "name": "email_preferences_auto_bcc_stay_in_touch", "comment": null}, "email_preferences_auto_bcc": {"type": "BOOL", "index": 95, "name": "email_preferences_auto_bcc", "comment": null}, "last_login_date": {"type": "TIMESTAMP", "index": 96, "name": "last_login_date", "comment": null}, "call_center_id": {"type": "STRING", "index": 97, "name": "call_center_id", "comment": null}, "country_code": {"type": "STRING", "index": 98, "name": "country_code", "comment": null}, "user_preferences_path_assistant_collapsed": {"type": "BOOL", "index": 99, "name": "user_preferences_path_assistant_collapsed", "comment": null}, "banner_photo_url": {"type": "STRING", "index": 100, "name": "banner_photo_url", "comment": null}, "user_preferences_event_reminders_checkbox_default": {"type": "BOOL", "index": 101, "name": "user_preferences_event_reminders_checkbox_default", "comment": null}, "user_preferences_lightning_experience_preferred": {"type": "BOOL", "index": 102, "name": "user_preferences_lightning_experience_preferred", "comment": null}, "delegated_approver_id": {"type": "STRING", "index": 103, "name": "delegated_approver_id", "comment": null}, "user_preferences_disable_share_post_email": {"type": "BOOL", "index": 104, "name": "user_preferences_disable_share_post_email", "comment": null}, "last_password_change_date": {"type": "TIMESTAMP", "index": 105, "name": "last_password_change_date", "comment": null}, "name": {"type": "STRING", "index": 106, "name": "name", "comment": null}, "user_permissions_call_center_auto_login": {"type": "BOOL", "index": 107, "name": "user_permissions_call_center_auto_login", "comment": null}, "created_by_id": {"type": "STRING", "index": 108, "name": "created_by_id", "comment": null}, "user_preferences_dis_mentions_comment_email": {"type": "BOOL", "index": 109, "name": "user_preferences_dis_mentions_comment_email", "comment": null}, "state_code": {"type": "STRING", "index": 110, "name": "state_code", "comment": null}, "email_preferences_stay_in_touch_reminder": {"type": "BOOL", "index": 111, "name": "email_preferences_stay_in_touch_reminder", "comment": null}, "user_preferences_hide_s_1_browser_ui": {"type": "BOOL", "index": 112, "name": "user_preferences_hide_s_1_browser_ui", "comment": null}, "digest_frequency": {"type": "STRING", "index": 113, "name": "digest_frequency", "comment": null}, "contact_id": {"type": "STRING", "index": 114, "name": "contact_id", "comment": null}, "title": {"type": "STRING", "index": 115, "name": "title", "comment": null}, "user_permissions_interaction_user": {"type": "BOOL", "index": 116, "name": "user_permissions_interaction_user", "comment": null}, "user_preferences_enable_auto_sub_for_feeds": {"type": "BOOL", "index": 117, "name": "user_preferences_enable_auto_sub_for_feeds", "comment": null}, "user_permissions_support_user": {"type": "BOOL", "index": 118, "name": "user_permissions_support_user", "comment": null}, "user_preferences_show_fax_to_external_users": {"type": "BOOL", "index": 119, "name": "user_preferences_show_fax_to_external_users", "comment": null}, "mobile_phone": {"type": "STRING", "index": 120, "name": "mobile_phone", "comment": null}, "street": {"type": "STRING", "index": 121, "name": "street", "comment": null}, "user_permissions_avantgo_user": {"type": "BOOL", "index": 122, "name": "user_permissions_avantgo_user", "comment": null}, "user_preferences_disable_all_feeds_email": {"type": "BOOL", "index": 123, "name": "user_preferences_disable_all_feeds_email", "comment": null}, "alias": {"type": "STRING", "index": 124, "name": "alias", "comment": null}, "department": {"type": "STRING", "index": 125, "name": "department", "comment": null}, "first_name": {"type": "STRING", "index": 126, "name": "first_name", "comment": null}, "user_preferences_show_mobile_phone_to_external_users": {"type": "BOOL", "index": 127, "name": "user_preferences_show_mobile_phone_to_external_users", "comment": null}, "user_preferences_show_state_to_external_users": {"type": "BOOL", "index": 128, "name": "user_preferences_show_state_to_external_users", "comment": null}, "user_preferences_cache_diagnostics": {"type": "BOOL", "index": 129, "name": "user_preferences_cache_diagnostics", "comment": null}, "stay_in_touch_subject": {"type": "STRING", "index": 130, "name": "stay_in_touch_subject", "comment": null}, "federation_identifier": {"type": "STRING", "index": 131, "name": "federation_identifier", "comment": null}, "user_permissions_sfcontent_user": {"type": "BOOL", "index": 132, "name": "user_permissions_sfcontent_user", "comment": null}, "user_preferences_show_city_to_guest_users": {"type": "BOOL", "index": 133, "name": "user_preferences_show_city_to_guest_users", "comment": null}, "user_preferences_disable_like_email": {"type": "BOOL", "index": 134, "name": "user_preferences_disable_like_email", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 135, "name": "created_date", "comment": null}, "user_preferences_dis_prof_post_comment_email": {"type": "BOOL", "index": 136, "name": "user_preferences_dis_prof_post_comment_email", "comment": null}, "username": {"type": "STRING", "index": 137, "name": "username", "comment": null}, "user_permissions_knowledge_user": {"type": "BOOL", "index": 138, "name": "user_permissions_knowledge_user", "comment": null}, "dsfs_dspro_sfmembership_status_c": {"type": "STRING", "index": 139, "name": "dsfs_dspro_sfmembership_status_c", "comment": null}, "dsfs_dspro_sfpassword_c": {"type": "STRING", "index": 140, "name": "dsfs_dspro_sfpassword_c", "comment": null}, "dsfs_dspro_sfusername_c": {"type": "STRING", "index": 141, "name": "dsfs_dspro_sfusername_c", "comment": null}, "calendly_c": {"type": "STRING", "index": 142, "name": "calendly_c", "comment": null}, "user_preferences_enable_voice_pilot": {"type": "BOOL", "index": 143, "name": "user_preferences_enable_voice_pilot", "comment": null}, "is_ext_indicator_visible": {"type": "BOOL", "index": 144, "name": "is_ext_indicator_visible", "comment": null}, "medium_banner_photo_url": {"type": "STRING", "index": 145, "name": "medium_banner_photo_url", "comment": null}, "medium_photo_url": {"type": "STRING", "index": 146, "name": "medium_photo_url", "comment": null}, "out_of_office_message": {"type": "STRING", "index": 147, "name": "out_of_office_message", "comment": null}, "small_banner_photo_url": {"type": "STRING", "index": 148, "name": "small_banner_photo_url", "comment": null}, "user_preferences_create_lexapps_wtshown": {"type": "BOOL", "index": 149, "name": "user_preferences_create_lexapps_wtshown", "comment": null}, "user_preferences_exclude_mail_app_attachments": {"type": "BOOL", "index": 150, "name": "user_preferences_exclude_mail_app_attachments", "comment": null}, "user_preferences_favorites_show_top_favorites": {"type": "BOOL", "index": 151, "name": "user_preferences_favorites_show_top_favorites", "comment": null}, "user_preferences_favorites_wtshown": {"type": "BOOL", "index": 152, "name": "user_preferences_favorites_wtshown", "comment": null}, "user_preferences_global_nav_bar_wtshown": {"type": "BOOL", "index": 153, "name": "user_preferences_global_nav_bar_wtshown", "comment": null}, "user_preferences_global_nav_grid_menu_wtshown": {"type": "BOOL", "index": 154, "name": "user_preferences_global_nav_grid_menu_wtshown", "comment": null}, "user_preferences_hide_bigger_photo_callout": {"type": "BOOL", "index": 155, "name": "user_preferences_hide_bigger_photo_callout", "comment": null}, "user_preferences_hide_end_user_onboarding_assistant_modal": {"type": "BOOL", "index": 156, "name": "user_preferences_hide_end_user_onboarding_assistant_modal", "comment": null}, "user_preferences_hide_lightning_migration_modal": {"type": "BOOL", "index": 157, "name": "user_preferences_hide_lightning_migration_modal", "comment": null}, "user_preferences_hide_sfx_welcome_mat": {"type": "BOOL", "index": 158, "name": "user_preferences_hide_sfx_welcome_mat", "comment": null}, "user_preferences_preview_lightning": {"type": "BOOL", "index": 159, "name": "user_preferences_preview_lightning", "comment": null}, "user_preferences_record_home_reserved_wtshown": {"type": "BOOL", "index": 160, "name": "user_preferences_record_home_reserved_wtshown", "comment": null}, "user_preferences_record_home_section_collapse_wtshown": {"type": "BOOL", "index": 161, "name": "user_preferences_record_home_section_collapse_wtshown", "comment": null}, "pi_can_view_not_assigned_prospects_c": {"type": "BOOL", "index": 162, "name": "pi_can_view_not_assigned_prospects_c", "comment": null}, "pi_pardot_api_key_c": {"type": "STRING", "index": 163, "name": "pi_pardot_api_key_c", "comment": null}, "pi_pardot_api_version_c": {"type": "STRING", "index": 164, "name": "pi_pardot_api_version_c", "comment": null}, "pi_pardot_user_id_c": {"type": "STRING", "index": 165, "name": "pi_pardot_user_id_c", "comment": null}, "pi_pardot_user_key_c": {"type": "STRING", "index": 166, "name": "pi_pardot_user_key_c", "comment": null}, "pi_pardot_user_role_c": {"type": "STRING", "index": 167, "name": "pi_pardot_user_role_c", "comment": null}, "affectlayer_affect_layer_callback_number_label_c": {"type": "STRING", "index": 168, "name": "affectlayer_affect_layer_callback_number_label_c", "comment": null}, "affectlayer_affect_layer_caller_id_label_c": {"type": "STRING", "index": 169, "name": "affectlayer_affect_layer_caller_id_label_c", "comment": null}, "affectlayer_affect_layer_callback_number_c": {"type": "STRING", "index": 170, "name": "affectlayer_affect_layer_callback_number_c", "comment": null}, "affectlayer_affect_layer_caller_id_c": {"type": "STRING", "index": 171, "name": "affectlayer_affect_layer_caller_id_c", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 172, "name": "_fivetran_deleted", "comment": null}, "db_region_c": {"type": "STRING", "index": 173, "name": "db_region_c", "comment": null}, "sbqq_default_product_lookup_tab_c": {"type": "STRING", "index": 174, "name": "sbqq_default_product_lookup_tab_c", "comment": null}, "sbqq_diagnostic_tool_enabled_c": {"type": "BOOL", "index": 175, "name": "sbqq_diagnostic_tool_enabled_c", "comment": null}, "sbqq_output_format_change_allowed_c": {"type": "BOOL", "index": 176, "name": "sbqq_output_format_change_allowed_c", "comment": null}, "sbqq_product_sort_preference_c": {"type": "STRING", "index": 177, "name": "sbqq_product_sort_preference_c", "comment": null}, "sbqq_reset_product_lookup_c": {"type": "BOOL", "index": 178, "name": "sbqq_reset_product_lookup_c", "comment": null}, "sbqq_theme_c": {"type": "STRING", "index": 179, "name": "sbqq_theme_c", "comment": null}, "individual_id": {"type": "STRING", "index": 180, "name": "individual_id", "comment": null}, "user_preferences_has_celebration_badge": {"type": "BOOL", "index": 181, "name": "user_preferences_has_celebration_badge", "comment": null}, "user_preferences_new_lightning_report_run_page_enabled": {"type": "BOOL", "index": 182, "name": "user_preferences_new_lightning_report_run_page_enabled", "comment": null}, "user_preferences_pipeline_view_hide_help_popover": {"type": "BOOL", "index": 183, "name": "user_preferences_pipeline_view_hide_help_popover", "comment": null}, "user_preferences_preview_custom_theme": {"type": "BOOL", "index": 184, "name": "user_preferences_preview_custom_theme", "comment": null}, "user_preferences_suppress_event_sfxreminders": {"type": "BOOL", "index": 185, "name": "user_preferences_suppress_event_sfxreminders", "comment": null}, "user_preferences_suppress_task_sfxreminders": {"type": "BOOL", "index": 186, "name": "user_preferences_suppress_task_sfxreminders", "comment": null}, "user_preferences_user_debug_mode_pref": {"type": "BOOL", "index": 187, "name": "user_preferences_user_debug_mode_pref", "comment": null}, "mkto_si_is_caching_anon_web_activity_list_c": {"type": "BOOL", "index": 188, "name": "mkto_si_is_caching_anon_web_activity_list_c", "comment": null}, "mkto_si_is_caching_best_bets_c": {"type": "BOOL", "index": 189, "name": "mkto_si_is_caching_best_bets_c", "comment": null}, "mkto_si_is_caching_email_activity_list_c": {"type": "BOOL", "index": 190, "name": "mkto_si_is_caching_email_activity_list_c", "comment": null}, "mkto_si_is_caching_grouped_web_activity_list_c": {"type": "BOOL", "index": 191, "name": "mkto_si_is_caching_grouped_web_activity_list_c", "comment": null}, "mkto_si_is_caching_interesting_moments_list_c": {"type": "BOOL", "index": 192, "name": "mkto_si_is_caching_interesting_moments_list_c", "comment": null}, "mkto_si_is_caching_scoring_list_c": {"type": "BOOL", "index": 193, "name": "mkto_si_is_caching_scoring_list_c", "comment": null}, "mkto_si_is_caching_stream_list_c": {"type": "BOOL", "index": 194, "name": "mkto_si_is_caching_stream_list_c", "comment": null}, "mkto_si_is_caching_watch_list_c": {"type": "BOOL", "index": 195, "name": "mkto_si_is_caching_watch_list_c", "comment": null}, "mkto_si_is_caching_web_activity_list_c": {"type": "BOOL", "index": 196, "name": "mkto_si_is_caching_web_activity_list_c", "comment": null}, "mkto_si_sales_insight_counter_c": {"type": "FLOAT64", "index": 197, "name": "mkto_si_sales_insight_counter_c", "comment": null}, "tmd_enable_merge_c": {"type": "BOOL", "index": 198, "name": "tmd_enable_merge_c", "comment": null}, "work_ramp_groups_c": {"type": "STRING", "index": 199, "name": "work_ramp_groups_c", "comment": null}, "new_2_h_role_name_c": {"type": "STRING", "index": 200, "name": "new_2_h_role_name_c", "comment": null}, "vh_customer_success_request_approver_c": {"type": "STRING", "index": 201, "name": "vh_customer_success_request_approver_c", "comment": null}, "vh_customer_support_request_approver_c": {"type": "STRING", "index": 202, "name": "vh_customer_support_request_approver_c", "comment": null}, "vh_engineering_request_approver_c": {"type": "STRING", "index": 203, "name": "vh_engineering_request_approver_c", "comment": null}, "vh_industry_specialist_request_approver_c": {"type": "STRING", "index": 204, "name": "vh_industry_specialist_request_approver_c", "comment": null}, "vh_other_request_approver_c": {"type": "STRING", "index": 205, "name": "vh_other_request_approver_c", "comment": null}, "vh_product_manager_request_approver_c": {"type": "STRING", "index": 206, "name": "vh_product_manager_request_approver_c", "comment": null}, "vh_rfp_specialist_request_approver_c": {"type": "STRING", "index": 207, "name": "vh_rfp_specialist_request_approver_c", "comment": null}, "vh_sales_engineer_request_approver_c": {"type": "STRING", "index": 208, "name": "vh_sales_engineer_request_approver_c", "comment": null}, "vh_sales_support_engineer_request_approver_c": {"type": "STRING", "index": 209, "name": "vh_sales_support_engineer_request_approver_c", "comment": null}, "vh_security_request_approver_c": {"type": "STRING", "index": 210, "name": "vh_security_request_approver_c", "comment": null}, "vh_services_request_approver_c": {"type": "STRING", "index": 211, "name": "vh_services_request_approver_c", "comment": null}, "vh_tech_ops_request_approver_c": {"type": "STRING", "index": 212, "name": "vh_tech_ops_request_approver_c", "comment": null}, "vh_technical_specialist_request_approver_c": {"type": "STRING", "index": 213, "name": "vh_technical_specialist_request_approver_c", "comment": null}, "vh_value_engineer_request_approver_c": {"type": "STRING", "index": 214, "name": "vh_value_engineer_request_approver_c", "comment": null}, "has_been_mapped_to_csm_in_custom_setting_c": {"type": "BOOL", "index": 215, "name": "has_been_mapped_to_csm_in_custom_setting_c", "comment": null}, "number_of_failed_logins": {"type": "INT64", "index": 216, "name": "number_of_failed_logins", "comment": null}, "user_preferences_native_email_client": {"type": "BOOL", "index": 217, "name": "user_preferences_native_email_client", "comment": null}, "user_preferences_receive_no_notifications_as_approver": {"type": "BOOL", "index": 218, "name": "user_preferences_receive_no_notifications_as_approver", "comment": null}, "user_preferences_receive_notifications_as_delegated_approver": {"type": "BOOL", "index": 219, "name": "user_preferences_receive_notifications_as_delegated_approver", "comment": null}, "user_preferences_srhoverride_activities": {"type": "BOOL", "index": 220, "name": "user_preferences_srhoverride_activities", "comment": null}, "sync_to_spiff_c": {"type": "BOOL", "index": 221, "name": "sync_to_spiff_c", "comment": null}, "user_preferences_hide_statements_redirect_confirmation": {"type": "BOOL", "index": 222, "name": "user_preferences_hide_statements_redirect_confirmation", "comment": null}, "user_preferences_hide_invoices_redirect_confirmation": {"type": "BOOL", "index": 223, "name": "user_preferences_hide_invoices_redirect_confirmation", "comment": null}, "user_preferences_hide_browse_product_redirect_confirmation": {"type": "BOOL", "index": 224, "name": "user_preferences_hide_browse_product_redirect_confirmation", "comment": null}, "user_preferences_hide_online_sales_app_welcome_mat": {"type": "BOOL", "index": 225, "name": "user_preferences_hide_online_sales_app_welcome_mat", "comment": null}, "user_preferences_send_list_email_through_external_service": {"type": "BOOL", "index": 226, "name": "user_preferences_send_list_email_through_external_service", "comment": null}, "user_preferences_reverse_open_activities_view": {"type": "BOOL", "index": 227, "name": "user_preferences_reverse_open_activities_view", "comment": null}, "csm_manager_c": {"type": "BOOL", "index": 228, "name": "csm_manager_c", "comment": null}, "legacy_hvr_id_c": {"type": "STRING", "index": 229, "name": "legacy_hvr_id_c", "comment": null}, "installed_package_licenses_auto_applied_c": {"type": "BOOL", "index": 230, "name": "installed_package_licenses_auto_applied_c", "comment": null}, "csm_skip_director_approval_c": {"type": "BOOL", "index": 231, "name": "csm_skip_director_approval_c", "comment": null}, "user_preferences_show_forecasting_change_signals": {"type": "BOOL", "index": 232, "name": "user_preferences_show_forecasting_change_signals", "comment": null}, "user_preferences_has_sent_warning_email": {"type": "BOOL", "index": 233, "name": "user_preferences_has_sent_warning_email", "comment": null}, "vivun_approvers_auto_created_c": {"type": "BOOL", "index": 234, "name": "vivun_approvers_auto_created_c", "comment": null}, "vivun_alert_sent_c": {"type": "BOOL", "index": 235, "name": "vivun_alert_sent_c", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_source.stg_salesforce__user_tmp"}, "model.salesforce_source.stg_salesforce__contact": {"metadata": {"type": "table", "schema": "dbt_renee", "name": "stg_salesforce__contact", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "contact_id": {"type": "STRING", "index": 2, "name": "contact_id", "comment": null}, "account_id": {"type": "STRING", "index": 3, "name": "account_id", "comment": null}, "department": {"type": "STRING", "index": 4, "name": "department", "comment": null}, "description": {"type": "STRING", "index": 5, "name": "description", "comment": null}, "email": {"type": "STRING", "index": 6, "name": "email", "comment": null}, "first_name": {"type": "STRING", "index": 7, "name": "first_name", "comment": null}, "home_phone": {"type": "STRING", "index": 8, "name": "home_phone", "comment": null}, "individual_id": {"type": "STRING", "index": 9, "name": "individual_id", "comment": null}, "is_deleted": {"type": "BOOL", "index": 10, "name": "is_deleted", "comment": null}, "last_activity_date": {"type": "TIMESTAMP", "index": 11, "name": "last_activity_date", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 12, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 13, "name": "last_modified_date", "comment": null}, "last_name": {"type": "STRING", "index": 14, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 15, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 16, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "STRING", "index": 17, "name": "lead_source", "comment": null}, "mailing_city": {"type": "STRING", "index": 18, "name": "mailing_city", "comment": null}, "mailing_country": {"type": "STRING", "index": 19, "name": "mailing_country", "comment": null}, "mailing_country_code": {"type": "STRING", "index": 20, "name": "mailing_country_code", "comment": null}, "mailing_postal_code": {"type": "STRING", "index": 21, "name": "mailing_postal_code", "comment": null}, "mailing_state": {"type": "STRING", "index": 22, "name": "mailing_state", "comment": null}, "mailing_state_code": {"type": "STRING", "index": 23, "name": "mailing_state_code", "comment": null}, "mailing_street": {"type": "STRING", "index": 24, "name": "mailing_street", "comment": null}, "master_record_id": {"type": "STRING", "index": 25, "name": "master_record_id", "comment": null}, "mobile_phone": {"type": "STRING", "index": 26, "name": "mobile_phone", "comment": null}, "name": {"type": "STRING", "index": 27, "name": "name", "comment": null}, "owner_id": {"type": "STRING", "index": 28, "name": "owner_id", "comment": null}, "phone": {"type": "STRING", "index": 29, "name": "phone", "comment": null}, "reports_to_id": {"type": "STRING", "index": 30, "name": "reports_to_id", "comment": null}, "title": {"type": "STRING", "index": 31, "name": "title", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 268281177.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1066103.0, "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": "model.salesforce_source.stg_salesforce__contact"}, "model.salesforce_source.stg_salesforce__order": {"metadata": {"type": "table", "schema": "dbt_renee", "name": "stg_salesforce__order", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "order_id": {"type": "STRING", "index": 2, "name": "order_id", "comment": null}, "account_id": {"type": "STRING", "index": 3, "name": "account_id", "comment": null}, "activated_by_id": {"type": "STRING", "index": 4, "name": "activated_by_id", "comment": null}, "activated_date": {"type": "TIMESTAMP", "index": 5, "name": "activated_date", "comment": null}, "billing_city": {"type": "STRING", "index": 6, "name": "billing_city", "comment": null}, "billing_country": {"type": "STRING", "index": 7, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "STRING", "index": 8, "name": "billing_country_code", "comment": null}, "billing_postal_code": {"type": "STRING", "index": 9, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "STRING", "index": 10, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "STRING", "index": 11, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "STRING", "index": 12, "name": "billing_street", "comment": null}, "contract_id": {"type": "STRING", "index": 13, "name": "contract_id", "comment": null}, "created_by_id": {"type": "STRING", "index": 14, "name": "created_by_id", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 15, "name": "created_date", "comment": null}, "customer_authorized_by_id": {"type": "STRING", "index": 16, "name": "customer_authorized_by_id", "comment": null}, "description": {"type": "STRING", "index": 17, "name": "description", "comment": null}, "end_date": {"type": "TIMESTAMP", "index": 18, "name": "end_date", "comment": null}, "is_deleted": {"type": "BOOL", "index": 19, "name": "is_deleted", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 20, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 21, "name": "last_modified_date", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 23, "name": "last_viewed_date", "comment": null}, "opportunity_id": {"type": "STRING", "index": 24, "name": "opportunity_id", "comment": null}, "order_number": {"type": "STRING", "index": 25, "name": "order_number", "comment": null}, "original_order_id": {"type": "STRING", "index": 26, "name": "original_order_id", "comment": null}, "owner_id": {"type": "STRING", "index": 27, "name": "owner_id", "comment": null}, "pricebook_2_id": {"type": "STRING", "index": 28, "name": "pricebook_2_id", "comment": null}, "shipping_city": {"type": "STRING", "index": 29, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "STRING", "index": 30, "name": "shipping_country", "comment": null}, "shipping_country_code": {"type": "STRING", "index": 31, "name": "shipping_country_code", "comment": null}, "shipping_postal_code": {"type": "STRING", "index": 32, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "STRING", "index": 33, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "STRING", "index": 34, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "STRING", "index": 35, "name": "shipping_street", "comment": null}, "status": {"type": "STRING", "index": 36, "name": "status", "comment": null}, "total_amount": {"type": "FLOAT64", "index": 37, "name": "total_amount", "comment": null}, "type": {"type": "STRING", "index": 38, "name": "type", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 7757119.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 24017.0, "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": "model.salesforce_source.stg_salesforce__order"}, "model.salesforce_source.stg_salesforce__product_2": {"metadata": {"type": "table", "schema": "dbt_renee", "name": "stg_salesforce__product_2", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "product_2_id": {"type": "STRING", "index": 2, "name": "product_2_id", "comment": null}, "created_by_id": {"type": "STRING", "index": 3, "name": "created_by_id", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 4, "name": "created_date", "comment": null}, "description": {"type": "STRING", "index": 5, "name": "description", "comment": null}, "display_url": {"type": "STRING", "index": 6, "name": "display_url", "comment": null}, "external_id": {"type": "STRING", "index": 7, "name": "external_id", "comment": null}, "family": {"type": "STRING", "index": 8, "name": "family", "comment": null}, "is_active": {"type": "BOOL", "index": 9, "name": "is_active", "comment": null}, "is_archived": {"type": "BOOL", "index": 10, "name": "is_archived", "comment": null}, "is_deleted": {"type": "BOOL", "index": 11, "name": "is_deleted", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 12, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 13, "name": "last_modified_date", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 14, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 15, "name": "last_viewed_date", "comment": null}, "name": {"type": "STRING", "index": 16, "name": "name", "comment": null}, "number_of_quantity_installments": {"type": "INT64", "index": 17, "name": "number_of_quantity_installments", "comment": null}, "number_of_revenue_installments": {"type": "INT64", "index": 18, "name": "number_of_revenue_installments", "comment": null}, "product_code": {"type": "STRING", "index": 19, "name": "product_code", "comment": null}, "quantity_installment_period": {"type": "STRING", "index": 20, "name": "quantity_installment_period", "comment": null}, "quantity_schedule_type": {"type": "STRING", "index": 21, "name": "quantity_schedule_type", "comment": null}, "quantity_unit_of_measure": {"type": "STRING", "index": 22, "name": "quantity_unit_of_measure", "comment": null}, "record_type_id": {"type": "STRING", "index": 23, "name": "record_type_id", "comment": null}, "revenue_installment_period": {"type": "STRING", "index": 24, "name": "revenue_installment_period", "comment": null}, "revenue_schedule_type": {"type": "STRING", "index": 25, "name": "revenue_schedule_type", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 244872.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 975.0, "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": "model.salesforce_source.stg_salesforce__product_2"}, "model.salesforce_source.stg_salesforce__account": {"metadata": {"type": "table", "schema": "dbt_renee", "name": "stg_salesforce__account", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_number": {"type": "STRING", "index": 2, "name": "account_number", "comment": null}, "account_source": {"type": "STRING", "index": 3, "name": "account_source", "comment": null}, "annual_revenue": {"type": "NUMERIC", "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_postal_code": {"type": "STRING", "index": 7, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "STRING", "index": 8, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "STRING", "index": 9, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "STRING", "index": 10, "name": "billing_street", "comment": null}, "description": {"type": "STRING", "index": 11, "name": "description", "comment": null}, "account_id": {"type": "STRING", "index": 12, "name": "account_id", "comment": null}, "industry": {"type": "STRING", "index": 13, "name": "industry", "comment": null}, "is_deleted": {"type": "BOOL", "index": 14, "name": "is_deleted", "comment": null}, "last_activity_date": {"type": "TIMESTAMP", "index": 15, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 16, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 17, "name": "last_viewed_date", "comment": null}, "master_record_id": {"type": "STRING", "index": 18, "name": "master_record_id", "comment": null}, "account_name": {"type": "STRING", "index": 19, "name": "account_name", "comment": null}, "number_of_employees": {"type": "INT64", "index": 20, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "STRING", "index": 21, "name": "owner_id", "comment": null}, "ownership": {"type": "STRING", "index": 22, "name": "ownership", "comment": null}, "parent_id": {"type": "STRING", "index": 23, "name": "parent_id", "comment": null}, "rating": {"type": "STRING", "index": 24, "name": "rating", "comment": null}, "record_type_id": {"type": "STRING", "index": 25, "name": "record_type_id", "comment": null}, "shipping_city": {"type": "STRING", "index": 26, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "STRING", "index": 27, "name": "shipping_country", "comment": null}, "shipping_country_code": {"type": "STRING", "index": 28, "name": "shipping_country_code", "comment": null}, "shipping_postal_code": {"type": "STRING", "index": 29, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "STRING", "index": 30, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "STRING", "index": 31, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "STRING", "index": 32, "name": "shipping_street", "comment": null}, "type": {"type": "STRING", "index": 33, "name": "type", "comment": null}, "website": {"type": "STRING", "index": 34, "name": "website", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 110177988.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 522168.0, "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": "model.salesforce_source.stg_salesforce__account"}, "model.salesforce_source.stg_salesforce__lead_tmp": {"metadata": {"type": "view", "schema": "dbt_renee", "name": "stg_salesforce__lead_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"country": {"type": "STRING", "index": 1, "name": "country", "comment": null}, "email_bounced_reason": {"type": "STRING", "index": 2, "name": "email_bounced_reason", "comment": null}, "email_bounced_date": {"type": "TIMESTAMP", "index": 3, "name": "email_bounced_date", "comment": null}, "owner_id": {"type": "STRING", "index": 4, "name": "owner_id", "comment": null}, "secondary_email_c": {"type": "STRING", "index": 5, "name": "secondary_email_c", "comment": null}, "lead_source": {"type": "STRING", "index": 6, "name": "lead_source", "comment": null}, "converted_date": {"type": "TIMESTAMP", "index": 7, "name": "converted_date", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 8, "name": "last_modified_date", "comment": null}, "master_record_id": {"type": "STRING", "index": 9, "name": "master_record_id", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 10, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 11, "name": "system_modstamp", "comment": null}, "geocode_accuracy": {"type": "STRING", "index": 12, "name": "geocode_accuracy", "comment": null}, "converted_contact_id": {"type": "STRING", "index": 13, "name": "converted_contact_id", "comment": null}, "up_region_c": {"type": "STRING", "index": 14, "name": "up_region_c", "comment": null}, "id": {"type": "STRING", "index": 15, "name": "id", "comment": null}, "photo_url": {"type": "STRING", "index": 16, "name": "photo_url", "comment": null}, "state": {"type": "STRING", "index": 17, "name": "state", "comment": null}, "longitude": {"type": "FLOAT64", "index": 18, "name": "longitude", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 19, "name": "last_referenced_date", "comment": null}, "up_district_c": {"type": "STRING", "index": 20, "name": "up_district_c", "comment": null}, "last_activity_date": {"type": "TIMESTAMP", "index": 21, "name": "last_activity_date", "comment": null}, "country_code": {"type": "STRING", "index": 22, "name": "country_code", "comment": null}, "phone": {"type": "STRING", "index": 23, "name": "phone", "comment": null}, "mc_4_sf_mc_subscriber_c": {"type": "STRING", "index": 24, "name": "mc_4_sf_mc_subscriber_c", "comment": null}, "name": {"type": "STRING", "index": 25, "name": "name", "comment": null}, "jigsaw_contact_id": {"type": "STRING", "index": 26, "name": "jigsaw_contact_id", "comment": null}, "lead_source_detail_c": {"type": "STRING", "index": 27, "name": "lead_source_detail_c", "comment": null}, "created_by_id": {"type": "STRING", "index": 28, "name": "created_by_id", "comment": null}, "salutation": {"type": "STRING", "index": 29, "name": "salutation", "comment": null}, "is_converted": {"type": "BOOL", "index": 30, "name": "is_converted", "comment": null}, "state_code": {"type": "STRING", "index": 31, "name": "state_code", "comment": null}, "is_unread_by_owner": {"type": "BOOL", "index": 32, "name": "is_unread_by_owner", "comment": null}, "status": {"type": "STRING", "index": 33, "name": "status", "comment": null}, "city": {"type": "STRING", "index": 34, "name": "city", "comment": null}, "latitude": {"type": "FLOAT64", "index": 35, "name": "latitude", "comment": null}, "cbit_clearbit_c": {"type": "STRING", "index": 36, "name": "cbit_clearbit_c", "comment": null}, "industry": {"type": "STRING", "index": 37, "name": "industry", "comment": null}, "title": {"type": "STRING", "index": 38, "name": "title", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 39, "name": "_fivetran_synced", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 40, "name": "last_viewed_date", "comment": null}, "converted_opportunity_id": {"type": "STRING", "index": 41, "name": "converted_opportunity_id", "comment": null}, "is_deleted": {"type": "BOOL", "index": 42, "name": "is_deleted", "comment": null}, "street": {"type": "STRING", "index": 43, "name": "street", "comment": null}, "company": {"type": "STRING", "index": 44, "name": "company", "comment": null}, "first_name": {"type": "STRING", "index": 45, "name": "first_name", "comment": null}, "email": {"type": "STRING", "index": 46, "name": "email", "comment": null}, "website": {"type": "STRING", "index": 47, "name": "website", "comment": null}, "last_name": {"type": "STRING", "index": 48, "name": "last_name", "comment": null}, "number_of_employees": {"type": "INT64", "index": 49, "name": "number_of_employees", "comment": null}, "up_territory_c": {"type": "STRING", "index": 50, "name": "up_territory_c", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 51, "name": "created_date", "comment": null}, "gclid_c": {"type": "STRING", "index": 52, "name": "gclid_c", "comment": null}, "active_in_sequence_c": {"type": "BOOL", "index": 53, "name": "active_in_sequence_c", "comment": null}, "postal_code": {"type": "STRING", "index": 54, "name": "postal_code", "comment": null}, "cbit_clearbit_ready_c": {"type": "BOOL", "index": 55, "name": "cbit_clearbit_ready_c", "comment": null}, "has_opted_out_of_email": {"type": "BOOL", "index": 56, "name": "has_opted_out_of_email", "comment": null}, "converted_account_id": {"type": "STRING", "index": 57, "name": "converted_account_id", "comment": null}, "mobile_phone": {"type": "STRING", "index": 58, "name": "mobile_phone", "comment": null}, "calendly_created_c": {"type": "BOOL", "index": 59, "name": "calendly_created_c", "comment": null}, "account_c": {"type": "STRING", "index": 60, "name": "account_c", "comment": null}, "all_connectors_c": {"type": "STRING", "index": 61, "name": "all_connectors_c", "comment": null}, "all_data_warehouses_c": {"type": "STRING", "index": 62, "name": "all_data_warehouses_c", "comment": null}, "bi_tools_c": {"type": "STRING", "index": 63, "name": "bi_tools_c", "comment": null}, "competitors_c": {"type": "STRING", "index": 64, "name": "competitors_c", "comment": null}, "annual_revenue": {"type": "FLOAT64", "index": 65, "name": "annual_revenue", "comment": null}, "connectors_products_c": {"type": "STRING", "index": 66, "name": "connectors_products_c", "comment": null}, "contact_c": {"type": "STRING", "index": 67, "name": "contact_c", "comment": null}, "data_warehouse_products_c": {"type": "STRING", "index": 68, "name": "data_warehouse_products_c", "comment": null}, "notes_c": {"type": "STRING", "index": 69, "name": "notes_c", "comment": null}, "timeframe_c": {"type": "STRING", "index": 70, "name": "timeframe_c", "comment": null}, "account_all_products_c": {"type": "STRING", "index": 71, "name": "account_all_products_c", "comment": null}, "account_bi_tools_c": {"type": "STRING", "index": 72, "name": "account_bi_tools_c", "comment": null}, "account_data_warehouses_c": {"type": "STRING", "index": 73, "name": "account_data_warehouses_c", "comment": null}, "opportunity_competitors_c": {"type": "STRING", "index": 74, "name": "opportunity_competitors_c", "comment": null}, "opportunity_products_c": {"type": "STRING", "index": 75, "name": "opportunity_products_c", "comment": null}, "description": {"type": "STRING", "index": 76, "name": "description", "comment": null}, "referral_account_c": {"type": "STRING", "index": 77, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "STRING", "index": 78, "name": "referral_contact_c", "comment": null}, "volume_in_millions_c": {"type": "FLOAT64", "index": 79, "name": "volume_in_millions_c", "comment": null}, "feature_requests_c": {"type": "STRING", "index": 80, "name": "feature_requests_c", "comment": null}, "lead_number_c": {"type": "STRING", "index": 81, "name": "lead_number_c", "comment": null}, "demo_scheduled_by_calenderly_c": {"type": "BOOL", "index": 82, "name": "demo_scheduled_by_calenderly_c", "comment": null}, "to_delete_c": {"type": "BOOL", "index": 83, "name": "to_delete_c", "comment": null}, "bounced_email_c": {"type": "BOOL", "index": 84, "name": "bounced_email_c", "comment": null}, "email_quality_c": {"type": "BOOL", "index": 85, "name": "email_quality_c", "comment": null}, "email_quality_catchall_c": {"type": "BOOL", "index": 86, "name": "email_quality_catchall_c", "comment": null}, "old_lead_source_c": {"type": "STRING", "index": 87, "name": "old_lead_source_c", "comment": null}, "email_bounced_c": {"type": "BOOL", "index": 88, "name": "email_bounced_c", "comment": null}, "old_lead_source_detail_c": {"type": "STRING", "index": 89, "name": "old_lead_source_detail_c", "comment": null}, "utm_medium_c": {"type": "STRING", "index": 90, "name": "utm_medium_c", "comment": null}, "utm_source_c": {"type": "STRING", "index": 91, "name": "utm_source_c", "comment": null}, "utm_campaign_c": {"type": "STRING", "index": 92, "name": "utm_campaign_c", "comment": null}, "utm_content_c": {"type": "STRING", "index": 93, "name": "utm_content_c", "comment": null}, "utm_term_c": {"type": "STRING", "index": 94, "name": "utm_term_c", "comment": null}, "act_on_lead_score_c": {"type": "FLOAT64", "index": 95, "name": "act_on_lead_score_c", "comment": null}, "cbit_created_by_clearbit_c": {"type": "BOOL", "index": 96, "name": "cbit_created_by_clearbit_c", "comment": null}, "fivetran_user_id_c": {"type": "STRING", "index": 97, "name": "fivetran_user_id_c", "comment": null}, "geo_state_acton_c": {"type": "STRING", "index": 98, "name": "geo_state_acton_c", "comment": null}, "actoncountry_c": {"type": "STRING", "index": 99, "name": "actoncountry_c", "comment": null}, "actoncity_c": {"type": "STRING", "index": 100, "name": "actoncity_c", "comment": null}, "actoncountrycode_c": {"type": "STRING", "index": 101, "name": "actoncountrycode_c", "comment": null}, "actonpostalcode_c": {"type": "STRING", "index": 102, "name": "actonpostalcode_c", "comment": null}, "actonreferrer_c": {"type": "STRING", "index": 103, "name": "actonreferrer_c", "comment": null}, "actonstate_c": {"type": "STRING", "index": 104, "name": "actonstate_c", "comment": null}, "geo_city_c": {"type": "STRING", "index": 105, "name": "geo_city_c", "comment": null}, "geo_country_c": {"type": "STRING", "index": 106, "name": "geo_country_c", "comment": null}, "geo_country_code_c": {"type": "STRING", "index": 107, "name": "geo_country_code_c", "comment": null}, "geo_postal_code_c": {"type": "STRING", "index": 108, "name": "geo_postal_code_c", "comment": null}, "geo_state_c": {"type": "STRING", "index": 109, "name": "geo_state_c", "comment": null}, "company_type_c": {"type": "STRING", "index": 110, "name": "company_type_c", "comment": null}, "pi_campaign_c": {"type": "STRING", "index": 111, "name": "pi_campaign_c", "comment": null}, "pi_comments_c": {"type": "STRING", "index": 112, "name": "pi_comments_c", "comment": null}, "pi_conversion_date_c": {"type": "TIMESTAMP", "index": 113, "name": "pi_conversion_date_c", "comment": null}, "pi_conversion_object_name_c": {"type": "STRING", "index": 114, "name": "pi_conversion_object_name_c", "comment": null}, "pi_conversion_object_type_c": {"type": "STRING", "index": 115, "name": "pi_conversion_object_type_c", "comment": null}, "pi_created_date_c": {"type": "TIMESTAMP", "index": 116, "name": "pi_created_date_c", "comment": null}, "pi_first_activity_c": {"type": "TIMESTAMP", "index": 117, "name": "pi_first_activity_c", "comment": null}, "pi_first_search_term_c": {"type": "STRING", "index": 118, "name": "pi_first_search_term_c", "comment": null}, "pi_first_search_type_c": {"type": "STRING", "index": 119, "name": "pi_first_search_type_c", "comment": null}, "pi_first_touch_url_c": {"type": "STRING", "index": 120, "name": "pi_first_touch_url_c", "comment": null}, "pi_grade_c": {"type": "STRING", "index": 121, "name": "pi_grade_c", "comment": null}, "pi_last_activity_c": {"type": "TIMESTAMP", "index": 122, "name": "pi_last_activity_c", "comment": null}, "pi_needs_score_synced_c": {"type": "BOOL", "index": 123, "name": "pi_needs_score_synced_c", "comment": null}, "pi_notes_c": {"type": "STRING", "index": 124, "name": "pi_notes_c", "comment": null}, "pi_pardot_hard_bounced_c": {"type": "BOOL", "index": 125, "name": "pi_pardot_hard_bounced_c", "comment": null}, "pi_pardot_last_scored_at_c": {"type": "TIMESTAMP", "index": 126, "name": "pi_pardot_last_scored_at_c", "comment": null}, "pi_score_c": {"type": "FLOAT64", "index": 127, "name": "pi_score_c", "comment": null}, "pi_url_c": {"type": "STRING", "index": 128, "name": "pi_url_c", "comment": null}, "pi_utm_campaign_c": {"type": "STRING", "index": 129, "name": "pi_utm_campaign_c", "comment": null}, "pi_utm_content_c": {"type": "STRING", "index": 130, "name": "pi_utm_content_c", "comment": null}, "pi_utm_medium_c": {"type": "STRING", "index": 131, "name": "pi_utm_medium_c", "comment": null}, "pi_utm_source_c": {"type": "STRING", "index": 132, "name": "pi_utm_source_c", "comment": null}, "pi_utm_term_c": {"type": "STRING", "index": 133, "name": "pi_utm_term_c", "comment": null}, "fax": {"type": "STRING", "index": 134, "name": "fax", "comment": null}, "region_c": {"type": "STRING", "index": 135, "name": "region_c", "comment": null}, "competitor_c": {"type": "BOOL", "index": 136, "name": "competitor_c", "comment": null}, "source_detail_c": {"type": "STRING", "index": 137, "name": "source_detail_c", "comment": null}, "fivetran_account_stage_c": {"type": "STRING", "index": 138, "name": "fivetran_account_stage_c", "comment": null}, "fivetran_account_id_c": {"type": "STRING", "index": 139, "name": "fivetran_account_id_c", "comment": null}, "lean_data_router_status_c": {"type": "STRING", "index": 140, "name": "lean_data_router_status_c", "comment": null}, "lean_data_matched_lead_c": {"type": "STRING", "index": 141, "name": "lean_data_matched_lead_c", "comment": null}, "lean_data_routing_action_c": {"type": "STRING", "index": 142, "name": "lean_data_routing_action_c", "comment": null}, "lean_data_search_index_c": {"type": "STRING", "index": 143, "name": "lean_data_search_index_c", "comment": null}, "lean_data_reporting_matched_account_c": {"type": "STRING", "index": 144, "name": "lean_data_reporting_matched_account_c", "comment": null}, "lean_data_reporting_timestamp_c": {"type": "TIMESTAMP", "index": 145, "name": "lean_data_reporting_timestamp_c", "comment": null}, "lean_data_ld_segment_c": {"type": "STRING", "index": 146, "name": "lean_data_ld_segment_c", "comment": null}, "lean_data_marketing_sys_created_date_c": {"type": "TIMESTAMP", "index": 147, "name": "lean_data_marketing_sys_created_date_c", "comment": null}, "lean_data_matched_account_c": {"type": "STRING", "index": 148, "name": "lean_data_matched_account_c", "comment": null}, "lean_data_a_2_b_account_c": {"type": "STRING", "index": 149, "name": "lean_data_a_2_b_account_c", "comment": null}, "lean_data_search_c": {"type": "STRING", "index": 150, "name": "lean_data_search_c", "comment": null}, "lean_data_routing_status_c": {"type": "STRING", "index": 151, "name": "lean_data_routing_status_c", "comment": null}, "lean_data_a_2_b_group_c": {"type": "STRING", "index": 152, "name": "lean_data_a_2_b_group_c", "comment": null}, "lean_data_matched_buyer_persona_c": {"type": "STRING", "index": 153, "name": "lean_data_matched_buyer_persona_c", "comment": null}, "lean_data_tag_c": {"type": "STRING", "index": 154, "name": "lean_data_tag_c", "comment": null}, "lean_data_status_info_c": {"type": "STRING", "index": 155, "name": "lean_data_status_info_c", "comment": null}, "lean_data_modified_score_c": {"type": "FLOAT64", "index": 156, "name": "lean_data_modified_score_c", "comment": null}, "do_not_route_lead_c": {"type": "BOOL", "index": 157, "name": "do_not_route_lead_c", "comment": null}, "partner_type_c": {"type": "STRING", "index": 158, "name": "partner_type_c", "comment": null}, "allbound_id_c": {"type": "STRING", "index": 159, "name": "allbound_id_c", "comment": null}, "lid_linked_in_company_id_c": {"type": "STRING", "index": 160, "name": "lid_linked_in_company_id_c", "comment": null}, "lid_linked_in_member_token_c": {"type": "STRING", "index": 161, "name": "lid_linked_in_member_token_c", "comment": null}, "lean_data_re_route_c": {"type": "FLOAT64", "index": 162, "name": "lean_data_re_route_c", "comment": null}, "sales_loft_1_most_recent_cadence_next_step_due_date_c": {"type": "TIMESTAMP", "index": 163, "name": "sales_loft_1_most_recent_cadence_next_step_due_date_c", "comment": null}, "sales_loft_1_most_recent_last_completed_step_c": {"type": "FLOAT64", "index": 164, "name": "sales_loft_1_most_recent_last_completed_step_c", "comment": null}, "sales_loft_1_most_recent_cadence_name_c": {"type": "STRING", "index": 165, "name": "sales_loft_1_most_recent_cadence_name_c", "comment": null}, "network_c": {"type": "STRING", "index": 166, "name": "network_c", "comment": null}, "matchtype_c": {"type": "STRING", "index": 167, "name": "matchtype_c", "comment": null}, "device_c": {"type": "STRING", "index": 168, "name": "device_c", "comment": null}, "creative_c": {"type": "STRING", "index": 169, "name": "creative_c", "comment": null}, "adgroupid_c": {"type": "STRING", "index": 170, "name": "adgroupid_c", "comment": null}, "keyword_c": {"type": "STRING", "index": 171, "name": "keyword_c", "comment": null}, "campaignid_c": {"type": "STRING", "index": 172, "name": "campaignid_c", "comment": null}, "partner_rep_email_c": {"type": "STRING", "index": 173, "name": "partner_rep_email_c", "comment": null}, "partner_rep_name_c": {"type": "STRING", "index": 174, "name": "partner_rep_name_c", "comment": null}, "lead_type_c": {"type": "STRING", "index": 175, "name": "lead_type_c", "comment": null}, "contact_stage_c": {"type": "STRING", "index": 176, "name": "contact_stage_c", "comment": null}, "original_utm_campaign_c": {"type": "STRING", "index": 177, "name": "original_utm_campaign_c", "comment": null}, "original_utm_content_c": {"type": "STRING", "index": 178, "name": "original_utm_content_c", "comment": null}, "original_utm_medium_c": {"type": "STRING", "index": 179, "name": "original_utm_medium_c", "comment": null}, "original_utm_source_c": {"type": "STRING", "index": 180, "name": "original_utm_source_c", "comment": null}, "original_utm_term_c": {"type": "STRING", "index": 181, "name": "original_utm_term_c", "comment": null}, "es_app_esalexa_rank_c": {"type": "FLOAT64", "index": 182, "name": "es_app_esalexa_rank_c", "comment": null}, "es_app_esaudience_names_c": {"type": "STRING", "index": 183, "name": "es_app_esaudience_names_c", "comment": null}, "es_app_escity_c": {"type": "STRING", "index": 184, "name": "es_app_escity_c", "comment": null}, "es_app_escompany_phone_c": {"type": "STRING", "index": 185, "name": "es_app_escompany_phone_c", "comment": null}, "es_app_escountry_c": {"type": "STRING", "index": 186, "name": "es_app_escountry_c", "comment": null}, "es_app_escreated_timestamp_c": {"type": "TIMESTAMP", "index": 187, "name": "es_app_escreated_timestamp_c", "comment": null}, "es_app_esecid_c": {"type": "FLOAT64", "index": 188, "name": "es_app_esecid_c", "comment": null}, "es_app_esemployees_c": {"type": "STRING", "index": 189, "name": "es_app_esemployees_c", "comment": null}, "es_app_esenriched_c": {"type": "BOOL", "index": 190, "name": "es_app_esenriched_c", "comment": null}, "es_app_esenriched_timestamp_c": {"type": "TIMESTAMP", "index": 191, "name": "es_app_esenriched_timestamp_c", "comment": null}, "es_app_esfacebook_c": {"type": "STRING", "index": 192, "name": "es_app_esfacebook_c", "comment": null}, "es_app_esindustry_c": {"type": "STRING", "index": 193, "name": "es_app_esindustry_c", "comment": null}, "es_app_esintent_aggregate_score_c": {"type": "FLOAT64", "index": 194, "name": "es_app_esintent_aggregate_score_c", "comment": null}, "es_app_esintent_timestamp_c": {"type": "TIMESTAMP", "index": 195, "name": "es_app_esintent_timestamp_c", "comment": null}, "es_app_esintent_topics_c": {"type": "STRING", "index": 196, "name": "es_app_esintent_topics_c", "comment": null}, "es_app_eskeywords_c": {"type": "STRING", "index": 197, "name": "es_app_eskeywords_c", "comment": null}, "es_app_eslinked_in_c": {"type": "STRING", "index": 198, "name": "es_app_eslinked_in_c", "comment": null}, "es_app_esoverall_fit_score_c": {"type": "FLOAT64", "index": 199, "name": "es_app_esoverall_fit_score_c", "comment": null}, "es_app_esrevenue_c": {"type": "STRING", "index": 200, "name": "es_app_esrevenue_c", "comment": null}, "es_app_essource_c": {"type": "BOOL", "index": 201, "name": "es_app_essource_c", "comment": null}, "es_app_esstate_c": {"type": "STRING", "index": 202, "name": "es_app_esstate_c", "comment": null}, "es_app_esstreet_c": {"type": "STRING", "index": 203, "name": "es_app_esstreet_c", "comment": null}, "es_app_estechnologies_c": {"type": "STRING", "index": 204, "name": "es_app_estechnologies_c", "comment": null}, "es_app_estwitter_c": {"type": "STRING", "index": 205, "name": "es_app_estwitter_c", "comment": null}, "es_app_eszipcode_c": {"type": "STRING", "index": 206, "name": "es_app_eszipcode_c", "comment": null}, "marketing_prospect_routing_rules_c": {"type": "BOOL", "index": 207, "name": "marketing_prospect_routing_rules_c", "comment": null}, "individual_id": {"type": "STRING", "index": 208, "name": "individual_id", "comment": null}, "marketing_process_c": {"type": "STRING", "index": 209, "name": "marketing_process_c", "comment": null}, "automation_tracking_c": {"type": "STRING", "index": 210, "name": "automation_tracking_c", "comment": null}, "user_gems_has_changed_job_c": {"type": "TIMESTAMP", "index": 211, "name": "user_gems_has_changed_job_c", "comment": null}, "user_gems_linked_in_c": {"type": "STRING", "index": 212, "name": "user_gems_linked_in_c", "comment": null}, "email_opt_in_c": {"type": "BOOL", "index": 213, "name": "email_opt_in_c", "comment": null}, "email_opt_in_explicit_c": {"type": "BOOL", "index": 214, "name": "email_opt_in_explicit_c", "comment": null}, "email_opt_in_implicit_c": {"type": "BOOL", "index": 215, "name": "email_opt_in_implicit_c", "comment": null}, "gdpr_opt_in_explicit_c": {"type": "BOOL", "index": 216, "name": "gdpr_opt_in_explicit_c", "comment": null}, "user_gems_is_a_user_gem_c": {"type": "BOOL", "index": 217, "name": "user_gems_is_a_user_gem_c", "comment": null}, "user_gems_past_account_c": {"type": "STRING", "index": 218, "name": "user_gems_past_account_c", "comment": null}, "user_gems_past_company_c": {"type": "STRING", "index": 219, "name": "user_gems_past_company_c", "comment": null}, "user_gems_past_contact_c": {"type": "STRING", "index": 220, "name": "user_gems_past_contact_c", "comment": null}, "user_gems_past_title_c": {"type": "STRING", "index": 221, "name": "user_gems_past_title_c", "comment": null}, "promotion_id_c": {"type": "STRING", "index": 222, "name": "promotion_id_c", "comment": null}, "previous_customer_c": {"type": "BOOL", "index": 223, "name": "previous_customer_c", "comment": null}, "referral_contact_email_c": {"type": "STRING", "index": 224, "name": "referral_contact_email_c", "comment": null}, "referral_firstname_c": {"type": "STRING", "index": 225, "name": "referral_firstname_c", "comment": null}, "referral_last_name_c": {"type": "STRING", "index": 226, "name": "referral_last_name_c", "comment": null}, "mkto_71_lead_score_c": {"type": "FLOAT64", "index": 227, "name": "mkto_71_lead_score_c", "comment": null}, "mkto_71_acquisition_date_c": {"type": "TIMESTAMP", "index": 228, "name": "mkto_71_acquisition_date_c", "comment": null}, "mkto_71_acquisition_program_id_c": {"type": "FLOAT64", "index": 229, "name": "mkto_71_acquisition_program_id_c", "comment": null}, "mkto_acquisition_program_c": {"type": "STRING", "index": 230, "name": "mkto_acquisition_program_c", "comment": null}, "mkto_71_inferred_city_c": {"type": "STRING", "index": 231, "name": "mkto_71_inferred_city_c", "comment": null}, "mkto_71_inferred_company_c": {"type": "STRING", "index": 232, "name": "mkto_71_inferred_company_c", "comment": null}, "mkto_71_inferred_country_c": {"type": "STRING", "index": 233, "name": "mkto_71_inferred_country_c", "comment": null}, "mkto_71_inferred_metropolitan_area_c": {"type": "STRING", "index": 234, "name": "mkto_71_inferred_metropolitan_area_c", "comment": null}, "mkto_71_inferred_phone_area_code_c": {"type": "STRING", "index": 235, "name": "mkto_71_inferred_phone_area_code_c", "comment": null}, "mkto_71_inferred_postal_code_c": {"type": "STRING", "index": 236, "name": "mkto_71_inferred_postal_code_c", "comment": null}, "mkto_71_inferred_state_region_c": {"type": "STRING", "index": 237, "name": "mkto_71_inferred_state_region_c", "comment": null}, "mkto_71_original_referrer_c": {"type": "STRING", "index": 238, "name": "mkto_71_original_referrer_c", "comment": null}, "mkto_71_original_search_engine_c": {"type": "STRING", "index": 239, "name": "mkto_71_original_search_engine_c", "comment": null}, "mkto_71_original_search_phrase_c": {"type": "STRING", "index": 240, "name": "mkto_71_original_search_phrase_c", "comment": null}, "mkto_71_original_source_info_c": {"type": "STRING", "index": 241, "name": "mkto_71_original_source_info_c", "comment": null}, "mkto_71_original_source_type_c": {"type": "STRING", "index": 242, "name": "mkto_71_original_source_type_c", "comment": null}, "mkto_si_hide_date_c": {"type": "TIMESTAMP", "index": 243, "name": "mkto_si_hide_date_c", "comment": null}, "mkto_si_last_interesting_moment_date_c": {"type": "TIMESTAMP", "index": 244, "name": "mkto_si_last_interesting_moment_date_c", "comment": null}, "mkto_si_last_interesting_moment_desc_c": {"type": "STRING", "index": 245, "name": "mkto_si_last_interesting_moment_desc_c", "comment": null}, "mkto_si_last_interesting_moment_source_c": {"type": "STRING", "index": 246, "name": "mkto_si_last_interesting_moment_source_c", "comment": null}, "mkto_si_last_interesting_moment_type_c": {"type": "STRING", "index": 247, "name": "mkto_si_last_interesting_moment_type_c", "comment": null}, "mkto_si_msicontact_id_c": {"type": "STRING", "index": 248, "name": "mkto_si_msicontact_id_c", "comment": null}, "mkto_si_priority_c": {"type": "FLOAT64", "index": 249, "name": "mkto_si_priority_c", "comment": null}, "mkto_si_relative_score_value_c": {"type": "FLOAT64", "index": 250, "name": "mkto_si_relative_score_value_c", "comment": null}, "mkto_si_urgency_value_c": {"type": "FLOAT64", "index": 251, "name": "mkto_si_urgency_value_c", "comment": null}, "cloudingo_agent_ar_c": {"type": "STRING", "index": 252, "name": "cloudingo_agent_ar_c", "comment": null}, "cloudingo_agent_ardi_c": {"type": "STRING", "index": 253, "name": "cloudingo_agent_ardi_c", "comment": null}, "cloudingo_agent_as_c": {"type": "FLOAT64", "index": 254, "name": "cloudingo_agent_as_c", "comment": null}, "cloudingo_agent_atz_c": {"type": "STRING", "index": 255, "name": "cloudingo_agent_atz_c", "comment": null}, "cloudingo_agent_av_c": {"type": "STRING", "index": 256, "name": "cloudingo_agent_av_c", "comment": null}, "cloudingo_agent_les_c": {"type": "FLOAT64", "index": 257, "name": "cloudingo_agent_les_c", "comment": null}, "do_not_sync_marketo_c": {"type": "BOOL", "index": 258, "name": "do_not_sync_marketo_c", "comment": null}, "source_every_utm_campaign_c": {"type": "STRING", "index": 259, "name": "source_every_utm_campaign_c", "comment": null}, "source_every_utm_content_c": {"type": "STRING", "index": 260, "name": "source_every_utm_content_c", "comment": null}, "source_every_utm_medium_c": {"type": "STRING", "index": 261, "name": "source_every_utm_medium_c", "comment": null}, "source_every_utm_source_c": {"type": "STRING", "index": 262, "name": "source_every_utm_source_c", "comment": null}, "source_every_utm_term_c": {"type": "STRING", "index": 263, "name": "source_every_utm_term_c", "comment": null}, "source_first_utm_campaign_c": {"type": "STRING", "index": 264, "name": "source_first_utm_campaign_c", "comment": null}, "source_first_utm_content_c": {"type": "STRING", "index": 265, "name": "source_first_utm_content_c", "comment": null}, "source_first_utm_medium_c": {"type": "STRING", "index": 266, "name": "source_first_utm_medium_c", "comment": null}, "source_first_utm_source_c": {"type": "STRING", "index": 267, "name": "source_first_utm_source_c", "comment": null}, "source_first_utm_term_c": {"type": "STRING", "index": 268, "name": "source_first_utm_term_c", "comment": null}, "source_last_utm_campaign_c": {"type": "STRING", "index": 269, "name": "source_last_utm_campaign_c", "comment": null}, "source_last_utm_content_c": {"type": "STRING", "index": 270, "name": "source_last_utm_content_c", "comment": null}, "source_last_utm_medium_c": {"type": "STRING", "index": 271, "name": "source_last_utm_medium_c", "comment": null}, "source_last_utm_source_c": {"type": "STRING", "index": 272, "name": "source_last_utm_source_c", "comment": null}, "source_last_utm_term_c": {"type": "STRING", "index": 273, "name": "source_last_utm_term_c", "comment": null}, "direct_office_c": {"type": "STRING", "index": 274, "name": "direct_office_c", "comment": null}, "city_c": {"type": "STRING", "index": 275, "name": "city_c", "comment": null}, "country_c": {"type": "STRING", "index": 276, "name": "country_c", "comment": null}, "state_c": {"type": "STRING", "index": 277, "name": "state_c", "comment": null}, "source_first_lead_source_category_c": {"type": "STRING", "index": 278, "name": "source_first_lead_source_category_c", "comment": null}, "source_last_lead_source_c": {"type": "STRING", "index": 279, "name": "source_last_lead_source_c", "comment": null}, "source_last_lead_source_category_c": {"type": "STRING", "index": 280, "name": "source_last_lead_source_category_c", "comment": null}, "source_last_lead_source_detail_c": {"type": "STRING", "index": 281, "name": "source_last_lead_source_detail_c", "comment": null}, "source_every_lead_source_c": {"type": "STRING", "index": 282, "name": "source_every_lead_source_c", "comment": null}, "source_every_lead_source_category_c": {"type": "STRING", "index": 283, "name": "source_every_lead_source_category_c", "comment": null}, "source_every_lead_source_detail_c": {"type": "STRING", "index": 284, "name": "source_every_lead_source_detail_c", "comment": null}, "source_first_lead_source_c": {"type": "STRING", "index": 285, "name": "source_first_lead_source_c", "comment": null}, "source_first_lead_source_detail_c": {"type": "STRING", "index": 286, "name": "source_first_lead_source_detail_c", "comment": null}, "behavioral_score_c": {"type": "FLOAT64", "index": 287, "name": "behavioral_score_c", "comment": null}, "demographic_score_c": {"type": "FLOAT64", "index": 288, "name": "demographic_score_c", "comment": null}, "drift_cql_c": {"type": "FLOAT64", "index": 289, "name": "drift_cql_c", "comment": null}, "unique_email_c": {"type": "STRING", "index": 290, "name": "unique_email_c", "comment": null}, "is_emea_event_routing_c": {"type": "BOOL", "index": 291, "name": "is_emea_event_routing_c", "comment": null}, "csi_code_c": {"type": "FLOAT64", "index": 292, "name": "csi_code_c", "comment": null}, "csi_description_c": {"type": "STRING", "index": 293, "name": "csi_description_c", "comment": null}, "converted_date_time_c": {"type": "TIMESTAMP", "index": 294, "name": "converted_date_time_c", "comment": null}, "lead_created_date_time_reporting_c": {"type": "TIMESTAMP", "index": 295, "name": "lead_created_date_time_reporting_c", "comment": null}, "lead_iq_country_c": {"type": "STRING", "index": 296, "name": "lead_iq_country_c", "comment": null}, "lead_iq_employee_count_c": {"type": "STRING", "index": 297, "name": "lead_iq_employee_count_c", "comment": null}, "lead_iq_employee_range_c": {"type": "STRING", "index": 298, "name": "lead_iq_employee_range_c", "comment": null}, "lead_iq_state_c": {"type": "STRING", "index": 299, "name": "lead_iq_state_c", "comment": null}, "lead_iq_zip_code_c": {"type": "STRING", "index": 300, "name": "lead_iq_zip_code_c", "comment": null}, "zoominfo_country_c": {"type": "STRING", "index": 301, "name": "zoominfo_country_c", "comment": null}, "zoominfo_employee_count_c": {"type": "STRING", "index": 302, "name": "zoominfo_employee_count_c", "comment": null}, "zoominfo_state_c": {"type": "STRING", "index": 303, "name": "zoominfo_state_c", "comment": null}, "zoominfo_technologies_c": {"type": "STRING", "index": 304, "name": "zoominfo_technologies_c", "comment": null}, "zoominfo_zip_code_c": {"type": "STRING", "index": 305, "name": "zoominfo_zip_code_c", "comment": null}, "attended_event_c": {"type": "BOOL", "index": 306, "name": "attended_event_c", "comment": null}, "mql_date_c": {"type": "TIMESTAMP", "index": 307, "name": "mql_date_c", "comment": null}, "user_gems_user_gems_id_c": {"type": "STRING", "index": 308, "name": "user_gems_user_gems_id_c", "comment": null}, "dozisf_zoom_info_company_id_c": {"type": "STRING", "index": 309, "name": "dozisf_zoom_info_company_id_c", "comment": null}, "dozisf_zoom_info_first_updated_c": {"type": "TIMESTAMP", "index": 310, "name": "dozisf_zoom_info_first_updated_c", "comment": null}, "dozisf_zoom_info_id_c": {"type": "STRING", "index": 311, "name": "dozisf_zoom_info_id_c", "comment": null}, "dozisf_zoom_info_last_updated_c": {"type": "TIMESTAMP", "index": 312, "name": "dozisf_zoom_info_last_updated_c", "comment": null}, "lean_data_manual_route_trigger_c": {"type": "BOOL", "index": 313, "name": "lean_data_manual_route_trigger_c", "comment": null}, "first_mql_date_c": {"type": "TIMESTAMP", "index": 314, "name": "first_mql_date_c", "comment": null}, "fivetran_account_association_date_c": {"type": "TIMESTAMP", "index": 315, "name": "fivetran_account_association_date_c", "comment": null}, "fivetran_account_user_role_s_c": {"type": "STRING", "index": 316, "name": "fivetran_account_user_role_s_c", "comment": null}, "mql_reason_c": {"type": "STRING", "index": 317, "name": "mql_reason_c", "comment": null}, "trial_contact_start_date_c": {"type": "TIMESTAMP", "index": 318, "name": "trial_contact_start_date_c", "comment": null}, "enrichment_request_c": {"type": "BOOL", "index": 319, "name": "enrichment_request_c", "comment": null}, "meta_data_create_date_c": {"type": "TIMESTAMP", "index": 320, "name": "meta_data_create_date_c", "comment": null}, "clarus_date_c": {"type": "TIMESTAMP", "index": 321, "name": "clarus_date_c", "comment": null}, "clarus_editor_c": {"type": "STRING", "index": 322, "name": "clarus_editor_c", "comment": null}, "clarus_notes_c": {"type": "STRING", "index": 323, "name": "clarus_notes_c", "comment": null}, "clarus_project_c": {"type": "STRING", "index": 324, "name": "clarus_project_c", "comment": null}, "clarus_status_c": {"type": "STRING", "index": 325, "name": "clarus_status_c", "comment": null}, "marketing_connector_interest_c": {"type": "STRING", "index": 326, "name": "marketing_connector_interest_c", "comment": null}, "recent_marketing_campaign_status_c": {"type": "STRING", "index": 327, "name": "recent_marketing_campaign_status_c", "comment": null}, "salesloft_cadence_trigger_c": {"type": "STRING", "index": 328, "name": "salesloft_cadence_trigger_c", "comment": null}, "datawarehouse_used_c": {"type": "STRING", "index": 329, "name": "datawarehouse_used_c", "comment": null}, "contact_status_c": {"type": "STRING", "index": 330, "name": "contact_status_c", "comment": null}, "leandata_contact_owner_override_c": {"type": "STRING", "index": 331, "name": "leandata_contact_owner_override_c", "comment": null}, "potential_fivetran_use_case_c": {"type": "STRING", "index": 332, "name": "potential_fivetran_use_case_c", "comment": null}, "bizible_2_account_c": {"type": "STRING", "index": 333, "name": "bizible_2_account_c", "comment": null}, "bizible_2_ad_campaign_name_ft_c": {"type": "STRING", "index": 334, "name": "bizible_2_ad_campaign_name_ft_c", "comment": null}, "bizible_2_ad_campaign_name_lc_c": {"type": "STRING", "index": 335, "name": "bizible_2_ad_campaign_name_lc_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "STRING", "index": 336, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_landing_page_ft_c": {"type": "STRING", "index": 337, "name": "bizible_2_landing_page_ft_c", "comment": null}, "bizible_2_landing_page_lc_c": {"type": "STRING", "index": 338, "name": "bizible_2_landing_page_lc_c", "comment": null}, "bizible_2_marketing_channel_ft_c": {"type": "STRING", "index": 339, "name": "bizible_2_marketing_channel_ft_c", "comment": null}, "bizible_2_marketing_channel_lc_c": {"type": "STRING", "index": 340, "name": "bizible_2_marketing_channel_lc_c", "comment": null}, "bizible_2_touchpoint_date_ft_c": {"type": "TIMESTAMP", "index": 341, "name": "bizible_2_touchpoint_date_ft_c", "comment": null}, "bizible_2_touchpoint_date_lc_c": {"type": "TIMESTAMP", "index": 342, "name": "bizible_2_touchpoint_date_lc_c", "comment": null}, "bizible_2_touchpoint_source_ft_c": {"type": "STRING", "index": 343, "name": "bizible_2_touchpoint_source_ft_c", "comment": null}, "bizible_2_touchpoint_source_lc_c": {"type": "STRING", "index": 344, "name": "bizible_2_touchpoint_source_lc_c", "comment": null}, "sales_email_opt_out_c": {"type": "BOOL", "index": 345, "name": "sales_email_opt_out_c", "comment": null}, "sales_email_opt_out_date_time_c": {"type": "TIMESTAMP", "index": 346, "name": "sales_email_opt_out_date_time_c", "comment": null}, "bombora_app_bombora_surge_record_count_c": {"type": "FLOAT64", "index": 347, "name": "bombora_app_bombora_surge_record_count_c", "comment": null}, "bombora_app_bombora_last_date_time_updated_c": {"type": "TIMESTAMP", "index": 348, "name": "bombora_app_bombora_last_date_time_updated_c", "comment": null}, "bombora_app_bombora_total_composite_score_c": {"type": "FLOAT64", "index": 349, "name": "bombora_app_bombora_total_composite_score_c", "comment": null}, "linked_in_url_c": {"type": "STRING", "index": 350, "name": "linked_in_url_c", "comment": null}, "beta_connector_interest_c": {"type": "STRING", "index": 351, "name": "beta_connector_interest_c", "comment": null}, "user_gems_ug_past_infos_c": {"type": "STRING", "index": 352, "name": "user_gems_ug_past_infos_c", "comment": null}, "user_gems_ug_current_infos_c": {"type": "STRING", "index": 353, "name": "user_gems_ug_current_infos_c", "comment": null}, "user_gems_ug_created_by_ug_c": {"type": "BOOL", "index": 354, "name": "user_gems_ug_created_by_ug_c", "comment": null}, "free_trial_email_confirmed_date_c": {"type": "TIMESTAMP", "index": 355, "name": "free_trial_email_confirmed_date_c", "comment": null}, "dnboptimizer_dn_bcontact_record_c": {"type": "STRING", "index": 356, "name": "dnboptimizer_dn_bcontact_record_c", "comment": null}, "dnboptimizer_dn_bcompany_record_c": {"type": "STRING", "index": 357, "name": "dnboptimizer_dn_bcompany_record_c", "comment": null}, "dnboptimizer_dnb_d_u_n_s_number_c": {"type": "STRING", "index": 358, "name": "dnboptimizer_dnb_d_u_n_s_number_c", "comment": null}, "i_sell_oskey_id_c": {"type": "STRING", "index": 359, "name": "i_sell_oskey_id_c", "comment": null}, "verified_c": {"type": "BOOL", "index": 360, "name": "verified_c", "comment": null}, "email_opt_out_date_time_c": {"type": "TIMESTAMP", "index": 361, "name": "email_opt_out_date_time_c", "comment": null}, "pbf_startup_c": {"type": "STRING", "index": 362, "name": "pbf_startup_c", "comment": null}, "pbf_startup_certify_eligibility_c": {"type": "BOOL", "index": 363, "name": "pbf_startup_certify_eligibility_c", "comment": null}, "engagio_intent_minutes_last_30_days_c": {"type": "FLOAT64", "index": 364, "name": "engagio_intent_minutes_last_30_days_c", "comment": null}, "engagio_engagement_minutes_last_3_months_c": {"type": "FLOAT64", "index": 365, "name": "engagio_engagement_minutes_last_3_months_c", "comment": null}, "engagio_engagement_minutes_last_7_days_c": {"type": "FLOAT64", "index": 366, "name": "engagio_engagement_minutes_last_7_days_c", "comment": null}, "engagio_matched_account_c": {"type": "STRING", "index": 367, "name": "engagio_matched_account_c", "comment": null}, "engagio_first_engagement_date_c": {"type": "TIMESTAMP", "index": 368, "name": "engagio_first_engagement_date_c", "comment": null}, "engagio_match_time_c": {"type": "TIMESTAMP", "index": 369, "name": "engagio_match_time_c", "comment": null}, "engagio_department_c": {"type": "STRING", "index": 370, "name": "engagio_department_c", "comment": null}, "engagio_role_c": {"type": "STRING", "index": 371, "name": "engagio_role_c", "comment": null}, "legacy_hvr_id_c": {"type": "STRING", "index": 372, "name": "legacy_hvr_id_c", "comment": null}, "hvr_channel_c": {"type": "STRING", "index": 373, "name": "hvr_channel_c", "comment": null}, "email_opt_in_double_c": {"type": "BOOL", "index": 374, "name": "email_opt_in_double_c", "comment": null}, "phone_number_catch_all_c": {"type": "STRING", "index": 375, "name": "phone_number_catch_all_c", "comment": null}, "contacts_domain_exists_c": {"type": "BOOL", "index": 376, "name": "contacts_domain_exists_c", "comment": null}, "utm_id_c": {"type": "STRING", "index": 377, "name": "utm_id_c", "comment": null}, "source_every_utm_id_c": {"type": "STRING", "index": 378, "name": "source_every_utm_id_c", "comment": null}, "source_last_utm_id_c": {"type": "STRING", "index": 379, "name": "source_last_utm_id_c", "comment": null}, "source_first_utm_id_c": {"type": "STRING", "index": 380, "name": "source_first_utm_id_c", "comment": null}, "do_not_sync_reason_marketo_c": {"type": "STRING", "index": 381, "name": "do_not_sync_reason_marketo_c", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_source.stg_salesforce__lead_tmp"}, "model.salesforce_source.stg_salesforce__opportunity_tmp": {"metadata": {"type": "view", "schema": "dbt_renee", "name": "stg_salesforce__opportunity_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"close_date": {"type": "TIMESTAMP", "index": 1, "name": "close_date", "comment": null}, "secondary_reason_won_c": {"type": "STRING", "index": 2, "name": "secondary_reason_won_c", "comment": null}, "owner_id": {"type": "STRING", "index": 3, "name": "owner_id", "comment": null}, "primary_reason_lost_c": {"type": "STRING", "index": 4, "name": "primary_reason_lost_c", "comment": null}, "subscription_end_date_c": {"type": "TIMESTAMP", "index": 5, "name": "subscription_end_date_c", "comment": null}, "lead_source": {"type": "STRING", "index": 6, "name": "lead_source", "comment": null}, "expected_trial_start_date_c": {"type": "TIMESTAMP", "index": 7, "name": "expected_trial_start_date_c", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 8, "name": "last_modified_date", "comment": null}, "type": {"type": "STRING", "index": 9, "name": "type", "comment": null}, "trial_end_date_c": {"type": "TIMESTAMP", "index": 10, "name": "trial_end_date_c", "comment": null}, "pricebook_2_id": {"type": "STRING", "index": 11, "name": "pricebook_2_id", "comment": null}, "next_step": {"type": "STRING", "index": 12, "name": "next_step", "comment": null}, "fiscal_year": {"type": "INT64", "index": 13, "name": "fiscal_year", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 14, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 15, "name": "system_modstamp", "comment": null}, "stage_name": {"type": "STRING", "index": 16, "name": "stage_name", "comment": null}, "id": {"type": "STRING", "index": 17, "name": "id", "comment": null}, "campaign_id": {"type": "STRING", "index": 18, "name": "campaign_id", "comment": null}, "is_closed": {"type": "BOOL", "index": 19, "name": "is_closed", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 20, "name": "last_referenced_date", "comment": null}, "probability": {"type": "FLOAT64", "index": 21, "name": "probability", "comment": null}, "last_activity_date": {"type": "TIMESTAMP", "index": 22, "name": "last_activity_date", "comment": null}, "secondary_reason_lost_c": {"type": "STRING", "index": 23, "name": "secondary_reason_lost_c", "comment": null}, "synced_quote_id": {"type": "STRING", "index": 24, "name": "synced_quote_id", "comment": null}, "is_won": {"type": "BOOL", "index": 25, "name": "is_won", "comment": null}, "fiscal": {"type": "STRING", "index": 26, "name": "fiscal", "comment": null}, "name": {"type": "STRING", "index": 27, "name": "name", "comment": null}, "lead_source_detail_c": {"type": "STRING", "index": 28, "name": "lead_source_detail_c", "comment": null}, "created_by_id": {"type": "STRING", "index": 29, "name": "created_by_id", "comment": null}, "primary_reason_won_c": {"type": "STRING", "index": 30, "name": "primary_reason_won_c", "comment": null}, "billing_frequency_c": {"type": "STRING", "index": 31, "name": "billing_frequency_c", "comment": null}, "forecast_category": {"type": "STRING", "index": 32, "name": "forecast_category", "comment": null}, "description": {"type": "STRING", "index": 33, "name": "description", "comment": null}, "has_overdue_task": {"type": "BOOL", "index": 34, "name": "has_overdue_task", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 35, "name": "last_viewed_date", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 36, "name": "_fivetran_synced", "comment": null}, "pandadoc_tracking_number_c": {"type": "STRING", "index": 37, "name": "pandadoc_tracking_number_c", "comment": null}, "is_deleted": {"type": "BOOL", "index": 38, "name": "is_deleted", "comment": null}, "trial_start_date_c": {"type": "TIMESTAMP", "index": 39, "name": "trial_start_date_c", "comment": null}, "subscription_start_date_c": {"type": "TIMESTAMP", "index": 40, "name": "subscription_start_date_c", "comment": null}, "has_open_activity": {"type": "BOOL", "index": 41, "name": "has_open_activity", "comment": null}, "fiscal_quarter": {"type": "INT64", "index": 42, "name": "fiscal_quarter", "comment": null}, "automatic_renewal_c": {"type": "BOOL", "index": 43, "name": "automatic_renewal_c", "comment": null}, "confidence_c": {"type": "STRING", "index": 44, "name": "confidence_c", "comment": null}, "amount": {"type": "FLOAT64", "index": 45, "name": "amount", "comment": null}, "discount_c": {"type": "FLOAT64", "index": 46, "name": "discount_c", "comment": null}, "integrations_c": {"type": "STRING", "index": 47, "name": "integrations_c", "comment": null}, "has_opportunity_line_item": {"type": "BOOL", "index": 48, "name": "has_opportunity_line_item", "comment": null}, "account_id": {"type": "STRING", "index": 49, "name": "account_id", "comment": null}, "forecast_category_name": {"type": "STRING", "index": 50, "name": "forecast_category_name", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 51, "name": "created_date", "comment": null}, "gclid_c": {"type": "STRING", "index": 52, "name": "gclid_c", "comment": null}, "next_step_due_date_c": {"type": "TIMESTAMP", "index": 53, "name": "next_step_due_date_c", "comment": null}, "next_step_due_date_del_c": {"type": "TIMESTAMP", "index": 54, "name": "next_step_due_date_del_c", "comment": null}, "competitors_c": {"type": "STRING", "index": 55, "name": "competitors_c", "comment": null}, "connector_products_c": {"type": "STRING", "index": 56, "name": "connector_products_c", "comment": null}, "data_warehouse_products_c": {"type": "STRING", "index": 57, "name": "data_warehouse_products_c", "comment": null}, "notes_c": {"type": "STRING", "index": 58, "name": "notes_c", "comment": null}, "timeframe_c": {"type": "STRING", "index": 59, "name": "timeframe_c", "comment": null}, "website_c": {"type": "STRING", "index": 60, "name": "website_c", "comment": null}, "opportunity_competitors_c": {"type": "STRING", "index": 61, "name": "opportunity_competitors_c", "comment": null}, "opportunity_data_warehouses_c": {"type": "STRING", "index": 62, "name": "opportunity_data_warehouses_c", "comment": null}, "opportunity_products_c": {"type": "STRING", "index": 63, "name": "opportunity_products_c", "comment": null}, "account_all_products_c": {"type": "STRING", "index": 64, "name": "account_all_products_c", "comment": null}, "account_bi_tools_c": {"type": "STRING", "index": 65, "name": "account_bi_tools_c", "comment": null}, "account_data_warehouses_c": {"type": "STRING", "index": 66, "name": "account_data_warehouses_c", "comment": null}, "referral_account_c": {"type": "STRING", "index": 67, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "STRING", "index": 68, "name": "referral_contact_c", "comment": null}, "subscription_active_c": {"type": "BOOL", "index": 69, "name": "subscription_active_c", "comment": null}, "volume_in_millions_c": {"type": "FLOAT64", "index": 70, "name": "volume_in_millions_c", "comment": null}, "feature_requests_c": {"type": "STRING", "index": 71, "name": "feature_requests_c", "comment": null}, "subscription_end_date_greater_than_today_c": {"type": "BOOL", "index": 72, "name": "subscription_end_date_greater_than_today_c", "comment": null}, "bread_winner_total_amount_due_c": {"type": "FLOAT64", "index": 73, "name": "bread_winner_total_amount_due_c", "comment": null}, "bread_winner_total_amount_invoiced_c": {"type": "FLOAT64", "index": 74, "name": "bread_winner_total_amount_invoiced_c", "comment": null}, "bread_winner_total_amount_overdue_c": {"type": "FLOAT64", "index": 75, "name": "bread_winner_total_amount_overdue_c", "comment": null}, "bread_winner_total_amount_paid_c": {"type": "FLOAT64", "index": 76, "name": "bread_winner_total_amount_paid_c", "comment": null}, "bread_winner_total_draft_amount_c": {"type": "FLOAT64", "index": 77, "name": "bread_winner_total_draft_amount_c", "comment": null}, "reason_lost_c": {"type": "STRING", "index": 78, "name": "reason_lost_c", "comment": null}, "reason_won_c": {"type": "STRING", "index": 79, "name": "reason_won_c", "comment": null}, "billing_contact_first_name_c": {"type": "STRING", "index": 80, "name": "billing_contact_first_name_c", "comment": null}, "billing_contact_last_name_c": {"type": "STRING", "index": 81, "name": "billing_contact_last_name_c", "comment": null}, "billing_email_c": {"type": "STRING", "index": 82, "name": "billing_email_c", "comment": null}, "billing_phone_c": {"type": "STRING", "index": 83, "name": "billing_phone_c", "comment": null}, "invoice_payment_terms_net_c": {"type": "STRING", "index": 84, "name": "invoice_payment_terms_net_c", "comment": null}, "subscription_not_started_c": {"type": "BOOL", "index": 85, "name": "subscription_not_started_c", "comment": null}, "invoice_due_date_c": {"type": "TIMESTAMP", "index": 86, "name": "invoice_due_date_c", "comment": null}, "payment_terms_c": {"type": "STRING", "index": 87, "name": "payment_terms_c", "comment": null}, "associated_stripe_charge_id_c": {"type": "STRING", "index": 88, "name": "associated_stripe_charge_id_c", "comment": null}, "record_type_id": {"type": "STRING", "index": 89, "name": "record_type_id", "comment": null}, "contract_type_c": {"type": "STRING", "index": 90, "name": "contract_type_c", "comment": null}, "lost_communication_preference_c": {"type": "STRING", "index": 91, "name": "lost_communication_preference_c", "comment": null}, "lost_primary_reason_c": {"type": "STRING", "index": 92, "name": "lost_primary_reason_c", "comment": null}, "associate_sdr_c": {"type": "STRING", "index": 93, "name": "associate_sdr_c", "comment": null}, "associated_sdr_c": {"type": "STRING", "index": 94, "name": "associated_sdr_c", "comment": null}, "no_show_c": {"type": "BOOL", "index": 95, "name": "no_show_c", "comment": null}, "order_form_c": {"type": "STRING", "index": 96, "name": "order_form_c", "comment": null}, "reason_unqualified_c": {"type": "STRING", "index": 97, "name": "reason_unqualified_c", "comment": null}, "closing_notes_for_ams_c": {"type": "STRING", "index": 98, "name": "closing_notes_for_ams_c", "comment": null}, "sdr_setup_trial_successfully_c": {"type": "BOOL", "index": 99, "name": "sdr_setup_trial_successfully_c", "comment": null}, "number_of_contact_roles_c": {"type": "FLOAT64", "index": 100, "name": "number_of_contact_roles_c", "comment": null}, "utm_campaign_c": {"type": "STRING", "index": 101, "name": "utm_campaign_c", "comment": null}, "utm_content_c": {"type": "STRING", "index": 102, "name": "utm_content_c", "comment": null}, "utm_medium_c": {"type": "STRING", "index": 103, "name": "utm_medium_c", "comment": null}, "utm_source_c": {"type": "STRING", "index": 104, "name": "utm_source_c", "comment": null}, "utm_term_c": {"type": "STRING", "index": 105, "name": "utm_term_c", "comment": null}, "original_opportunity_c": {"type": "STRING", "index": 106, "name": "original_opportunity_c", "comment": null}, "lean_data_reporting_total_marketing_touches_c": {"type": "FLOAT64", "index": 107, "name": "lean_data_reporting_total_marketing_touches_c", "comment": null}, "lean_data_days_in_stage_c": {"type": "FLOAT64", "index": 108, "name": "lean_data_days_in_stage_c", "comment": null}, "lean_data_routing_action_c": {"type": "STRING", "index": 109, "name": "lean_data_routing_action_c", "comment": null}, "lean_data_reporting_won_number_c": {"type": "STRING", "index": 110, "name": "lean_data_reporting_won_number_c", "comment": null}, "lean_data_reporting_opportunity_source_c": {"type": "STRING", "index": 111, "name": "lean_data_reporting_opportunity_source_c", "comment": null}, "lean_data_reporting_last_run_date_c": {"type": "TIMESTAMP", "index": 112, "name": "lean_data_reporting_last_run_date_c", "comment": null}, "lean_data_order_number_c": {"type": "STRING", "index": 113, "name": "lean_data_order_number_c", "comment": null}, "sales_engineer_c": {"type": "STRING", "index": 114, "name": "sales_engineer_c", "comment": null}, "sales_engineer_needed_c": {"type": "BOOL", "index": 115, "name": "sales_engineer_needed_c", "comment": null}, "netsuite_conn_reseller_c": {"type": "STRING", "index": 116, "name": "netsuite_conn_reseller_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "STRING", "index": 117, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_from_contract_c": {"type": "STRING", "index": 118, "name": "netsuite_conn_from_contract_c", "comment": null}, "netsuite_conn_celigo_contract_c": {"type": "STRING", "index": 119, "name": "netsuite_conn_celigo_contract_c", "comment": null}, "netsuite_conn_ns_renewal_transaction_internal_id_c": {"type": "STRING", "index": 120, "name": "netsuite_conn_ns_renewal_transaction_internal_id_c", "comment": null}, "netsuite_conn_end_date_c": {"type": "TIMESTAMP", "index": 121, "name": "netsuite_conn_end_date_c", "comment": null}, "netsuite_conn_contract_term_c": {"type": "FLOAT64", "index": 122, "name": "netsuite_conn_contract_term_c", "comment": null}, "netsuite_conn_push_as_net_suite_project_c": {"type": "BOOL", "index": 123, "name": "netsuite_conn_push_as_net_suite_project_c", "comment": null}, "netsuite_conn_net_suite_contract_id_c": {"type": "STRING", "index": 124, "name": "netsuite_conn_net_suite_contract_id_c", "comment": null}, "netsuite_conn_current_opportunity_id_c": {"type": "STRING", "index": 125, "name": "netsuite_conn_current_opportunity_id_c", "comment": null}, "netsuite_conn_distributor_c": {"type": "STRING", "index": 126, "name": "netsuite_conn_distributor_c", "comment": null}, "netsuite_conn_bill_to_tier_c": {"type": "STRING", "index": 127, "name": "netsuite_conn_bill_to_tier_c", "comment": null}, "netsuite_conn_end_user_c": {"type": "STRING", "index": 128, "name": "netsuite_conn_end_user_c", "comment": null}, "netsuite_conn_current_sales_order_id_c": {"type": "STRING", "index": 129, "name": "netsuite_conn_current_sales_order_id_c", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "BOOL", "index": 130, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_eligible_account_for_channel_sales_c": {"type": "STRING", "index": 131, "name": "netsuite_conn_eligible_account_for_channel_sales_c", "comment": null}, "netsuite_conn_tracking_number_c": {"type": "STRING", "index": 132, "name": "netsuite_conn_tracking_number_c", "comment": null}, "netsuite_conn_originated_from_net_suite_c": {"type": "BOOL", "index": 133, "name": "netsuite_conn_originated_from_net_suite_c", "comment": null}, "netsuite_conn_nsrenewal_opportunity_internal_id_c": {"type": "FLOAT64", "index": 134, "name": "netsuite_conn_nsrenewal_opportunity_internal_id_c", "comment": null}, "netsuite_conn_net_suite_renewal_terms_c": {"type": "FLOAT64", "index": 135, "name": "netsuite_conn_net_suite_renewal_terms_c", "comment": null}, "netsuite_conn_push_as_net_suite_opportunity_c": {"type": "BOOL", "index": 136, "name": "netsuite_conn_push_as_net_suite_opportunity_c", "comment": null}, "netsuite_conn_order_type_c": {"type": "STRING", "index": 137, "name": "netsuite_conn_order_type_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "BOOL", "index": 138, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_net_suite_sales_order_number_c": {"type": "STRING", "index": 139, "name": "netsuite_conn_net_suite_sales_order_number_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "BOOL", "index": 140, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_net_suite_project_id_c": {"type": "STRING", "index": 141, "name": "netsuite_conn_net_suite_project_id_c", "comment": null}, "netsuite_conn_net_suite_contract_term_c": {"type": "FLOAT64", "index": 142, "name": "netsuite_conn_net_suite_contract_term_c", "comment": null}, "netsuite_conn_start_date_c": {"type": "TIMESTAMP", "index": 143, "name": "netsuite_conn_start_date_c", "comment": null}, "netsuite_conn_ship_to_tier_c": {"type": "STRING", "index": 144, "name": "netsuite_conn_ship_to_tier_c", "comment": null}, "db_competitor_c": {"type": "STRING", "index": 145, "name": "db_competitor_c", "comment": null}, "lid_linked_in_company_id_c": {"type": "STRING", "index": 146, "name": "lid_linked_in_company_id_c", "comment": null}, "lid_is_influenced_c": {"type": "BOOL", "index": 147, "name": "lid_is_influenced_c", "comment": null}, "debooked_date_c": {"type": "TIMESTAMP", "index": 148, "name": "debooked_date_c", "comment": null}, "debooked_amount_c": {"type": "BIGNUMERIC", "index": 149, "name": "debooked_amount_c", "comment": null}, "is_debooked_c": {"type": "BOOL", "index": 150, "name": "is_debooked_c", "comment": null}, "economic_buyer_c": {"type": "STRING", "index": 151, "name": "economic_buyer_c", "comment": null}, "decision_process_c": {"type": "STRING", "index": 152, "name": "decision_process_c", "comment": null}, "decision_criteria_c": {"type": "STRING", "index": 153, "name": "decision_criteria_c", "comment": null}, "champion_c": {"type": "STRING", "index": 154, "name": "champion_c", "comment": null}, "metrics_c": {"type": "STRING", "index": 155, "name": "metrics_c", "comment": null}, "identify_pain_c": {"type": "STRING", "index": 156, "name": "identify_pain_c", "comment": null}, "is_non_renewable_c": {"type": "BOOL", "index": 157, "name": "is_non_renewable_c", "comment": null}, "sales_loft_1_primary_contact_c": {"type": "STRING", "index": 158, "name": "sales_loft_1_primary_contact_c", "comment": null}, "sales_loft_1_most_recent_last_completed_step_c": {"type": "FLOAT64", "index": 159, "name": "sales_loft_1_most_recent_last_completed_step_c", "comment": null}, "sales_loft_1_most_recent_cadence_name_c": {"type": "STRING", "index": 160, "name": "sales_loft_1_most_recent_cadence_name_c", "comment": null}, "is_partner_opp_c": {"type": "BOOL", "index": 161, "name": "is_partner_opp_c", "comment": null}, "territory_2_id": {"type": "STRING", "index": 162, "name": "territory_2_id", "comment": null}, "is_excluded_from_territory_2_filter": {"type": "BOOL", "index": 163, "name": "is_excluded_from_territory_2_filter", "comment": null}, "sbqq_amended_contract_c": {"type": "STRING", "index": 164, "name": "sbqq_amended_contract_c", "comment": null}, "sbqq_contracted_c": {"type": "BOOL", "index": 165, "name": "sbqq_contracted_c", "comment": null}, "sbqq_create_contracted_prices_c": {"type": "BOOL", "index": 166, "name": "sbqq_create_contracted_prices_c", "comment": null}, "sbqq_order_group_id_c": {"type": "STRING", "index": 167, "name": "sbqq_order_group_id_c", "comment": null}, "sbqq_ordered_c": {"type": "BOOL", "index": 168, "name": "sbqq_ordered_c", "comment": null}, "sbqq_primary_quote_c": {"type": "STRING", "index": 169, "name": "sbqq_primary_quote_c", "comment": null}, "sbqq_quote_pricebook_id_c": {"type": "STRING", "index": 170, "name": "sbqq_quote_pricebook_id_c", "comment": null}, "sbqq_renewal_c": {"type": "BOOL", "index": 171, "name": "sbqq_renewal_c", "comment": null}, "sbqq_renewed_contract_c": {"type": "STRING", "index": 172, "name": "sbqq_renewed_contract_c", "comment": null}, "is_non_recurring_c": {"type": "BOOL", "index": 173, "name": "is_non_recurring_c", "comment": null}, "did_a_partner_help_this_sale_c": {"type": "STRING", "index": 174, "name": "did_a_partner_help_this_sale_c", "comment": null}, "did_they_select_a_bi_tool_c": {"type": "STRING", "index": 175, "name": "did_they_select_a_bi_tool_c", "comment": null}, "which_bi_tool_did_they_select_c": {"type": "STRING", "index": 176, "name": "which_bi_tool_did_they_select_c", "comment": null}, "which_partner_was_most_influential_c": {"type": "STRING", "index": 177, "name": "which_partner_was_most_influential_c", "comment": null}, "which_bi_tool_s_are_they_using_c": {"type": "STRING", "index": 178, "name": "which_bi_tool_s_are_they_using_c", "comment": null}, "associated_bdr_c": {"type": "STRING", "index": 179, "name": "associated_bdr_c", "comment": null}, "aws_payment_c": {"type": "BOOL", "index": 180, "name": "aws_payment_c", "comment": null}, "expected_revenue": {"type": "BIGNUMERIC", "index": 181, "name": "expected_revenue", "comment": null}, "competitor_we_lost_to_c": {"type": "STRING", "index": 182, "name": "competitor_we_lost_to_c", "comment": null}, "marketplace_payment_c": {"type": "STRING", "index": 183, "name": "marketplace_payment_c", "comment": null}, "has_competition_c": {"type": "BOOL", "index": 184, "name": "has_competition_c", "comment": null}, "no_known_competition_c": {"type": "BOOL", "index": 185, "name": "no_known_competition_c", "comment": null}, "marketing_process_c": {"type": "STRING", "index": 186, "name": "marketing_process_c", "comment": null}, "automation_tracking_c": {"type": "STRING", "index": 187, "name": "automation_tracking_c", "comment": null}, "user_gems_has_changed_job_c": {"type": "TIMESTAMP", "index": 188, "name": "user_gems_has_changed_job_c", "comment": null}, "manager_forecast_amount_c": {"type": "FLOAT64", "index": 189, "name": "manager_forecast_amount_c", "comment": null}, "manager_forecast_category_c": {"type": "STRING", "index": 190, "name": "manager_forecast_category_c", "comment": null}, "superset_forecast_category_c": {"type": "STRING", "index": 191, "name": "superset_forecast_category_c", "comment": null}, "forecast_amount_c": {"type": "BIGNUMERIC", "index": 192, "name": "forecast_amount_c", "comment": null}, "are_we_co_selling_with_anyone_c": {"type": "STRING", "index": 193, "name": "are_we_co_selling_with_anyone_c", "comment": null}, "has_co_sell_activity_c": {"type": "BOOL", "index": 194, "name": "has_co_sell_activity_c", "comment": null}, "signed_order_c": {"type": "BOOL", "index": 195, "name": "signed_order_c", "comment": null}, "compelling_event_c": {"type": "STRING", "index": 196, "name": "compelling_event_c", "comment": null}, "territory_c": {"type": "STRING", "index": 197, "name": "territory_c", "comment": null}, "validation_override_c": {"type": "BOOL", "index": 198, "name": "validation_override_c", "comment": null}, "map_reviewed_with_ae_c": {"type": "STRING", "index": 199, "name": "map_reviewed_with_ae_c", "comment": null}, "se_manager_notes_c": {"type": "STRING", "index": 200, "name": "se_manager_notes_c", "comment": null}, "se_notes_c": {"type": "STRING", "index": 201, "name": "se_notes_c", "comment": null}, "se_stage_c": {"type": "STRING", "index": 202, "name": "se_stage_c", "comment": null}, "next_steps_date_c": {"type": "TIMESTAMP", "index": 203, "name": "next_steps_date_c", "comment": null}, "pbf_c": {"type": "BOOL", "index": 204, "name": "pbf_c", "comment": null}, "partner_c": {"type": "STRING", "index": 205, "name": "partner_c", "comment": null}, "channel_c": {"type": "STRING", "index": 206, "name": "channel_c", "comment": null}, "primary_contact_fivetran_c": {"type": "STRING", "index": 207, "name": "primary_contact_fivetran_c", "comment": null}, "time_spent_minutes_c": {"type": "FLOAT64", "index": 208, "name": "time_spent_minutes_c", "comment": null}, "date_for_next_update_c": {"type": "TIMESTAMP", "index": 209, "name": "date_for_next_update_c", "comment": null}, "lean_data_trigger_c": {"type": "BOOL", "index": 210, "name": "lean_data_trigger_c", "comment": null}, "workflow_helper_c": {"type": "BOOL", "index": 211, "name": "workflow_helper_c", "comment": null}, "deal_risk_c": {"type": "STRING", "index": 212, "name": "deal_risk_c", "comment": null}, "gcp_approved_c": {"type": "BOOL", "index": 213, "name": "gcp_approved_c", "comment": null}, "next_steps_c": {"type": "STRING", "index": 214, "name": "next_steps_c", "comment": null}, "manger_notes_c": {"type": "STRING", "index": 215, "name": "manger_notes_c", "comment": null}, "manager_notes_c": {"type": "STRING", "index": 216, "name": "manager_notes_c", "comment": null}, "marketplace_offer_accepted_c": {"type": "BOOL", "index": 217, "name": "marketplace_offer_accepted_c", "comment": null}, "stage_0_date_time_c": {"type": "TIMESTAMP", "index": 218, "name": "stage_0_date_time_c", "comment": null}, "stage_1_date_time_c": {"type": "TIMESTAMP", "index": 219, "name": "stage_1_date_time_c", "comment": null}, "round_robin_ae_c": {"type": "STRING", "index": 220, "name": "round_robin_ae_c", "comment": null}, "round_robin_ae_trigger_c": {"type": "BOOL", "index": 221, "name": "round_robin_ae_trigger_c", "comment": null}, "automation_validation_override_c": {"type": "BOOL", "index": 222, "name": "automation_validation_override_c", "comment": null}, "related_renewal_opportunity_c": {"type": "STRING", "index": 223, "name": "related_renewal_opportunity_c", "comment": null}, "sales_rep_to_be_credited_c": {"type": "STRING", "index": 224, "name": "sales_rep_to_be_credited_c", "comment": null}, "trial_self_service_converted_c": {"type": "BOOL", "index": 225, "name": "trial_self_service_converted_c", "comment": null}, "migration_opportunity_c": {"type": "BOOL", "index": 226, "name": "migration_opportunity_c", "comment": null}, "post_close_changes_c": {"type": "BOOL", "index": 227, "name": "post_close_changes_c", "comment": null}, "assigned_tsm_c": {"type": "STRING", "index": 228, "name": "assigned_tsm_c", "comment": null}, "allbound_partner_id_c": {"type": "STRING", "index": 229, "name": "allbound_partner_id_c", "comment": null}, "se_summary_c": {"type": "STRING", "index": 230, "name": "se_summary_c", "comment": null}, "ae_paired_csm_c": {"type": "STRING", "index": 231, "name": "ae_paired_csm_c", "comment": null}, "vh_can_revive_c": {"type": "BOOL", "index": 232, "name": "vh_can_revive_c", "comment": null}, "vh_date_revived_c": {"type": "TIMESTAMP", "index": 233, "name": "vh_date_revived_c", "comment": null}, "vh_deal_breaker_opportunity_gap_score_c": {"type": "STRING", "index": 234, "name": "vh_deal_breaker_opportunity_gap_score_c", "comment": null}, "vh_deal_challenge_opportunity_gap_score_c": {"type": "STRING", "index": 235, "name": "vh_deal_challenge_opportunity_gap_score_c", "comment": null}, "vh_nice_to_have_opportunity_gap_score_c": {"type": "STRING", "index": 236, "name": "vh_nice_to_have_opportunity_gap_score_c", "comment": null}, "vh_opportunity_gap_score_c": {"type": "STRING", "index": 237, "name": "vh_opportunity_gap_score_c", "comment": null}, "vh_opportunity_score_c": {"type": "FLOAT64", "index": 238, "name": "vh_opportunity_score_c", "comment": null}, "vh_presales_concern_c": {"type": "STRING", "index": 239, "name": "vh_presales_concern_c", "comment": null}, "vh_presales_stage_c": {"type": "STRING", "index": 240, "name": "vh_presales_stage_c", "comment": null}, "vh_technical_differentiation_c": {"type": "STRING", "index": 241, "name": "vh_technical_differentiation_c", "comment": null}, "se_manager_summary_c": {"type": "STRING", "index": 242, "name": "se_manager_summary_c", "comment": null}, "bugs_c": {"type": "STRING", "index": 243, "name": "bugs_c", "comment": null}, "approval_required_c": {"type": "BOOL", "index": 244, "name": "approval_required_c", "comment": null}, "push_counter_c": {"type": "FLOAT64", "index": 245, "name": "push_counter_c", "comment": null}, "mar_link_c": {"type": "STRING", "index": 246, "name": "mar_link_c", "comment": null}, "contact_id": {"type": "STRING", "index": 247, "name": "contact_id", "comment": null}, "last_amount_changed_history_id": {"type": "STRING", "index": 248, "name": "last_amount_changed_history_id", "comment": null}, "last_close_date_changed_history_id": {"type": "STRING", "index": 249, "name": "last_close_date_changed_history_id", "comment": null}, "expected_renewal_amount_c": {"type": "NUMERIC", "index": 250, "name": "expected_renewal_amount_c", "comment": null}, "connectors_c": {"type": "STRING", "index": 251, "name": "connectors_c", "comment": null}, "estimated_credit_consumption_per_month_c": {"type": "FLOAT64", "index": 252, "name": "estimated_credit_consumption_per_month_c", "comment": null}, "project_status_c": {"type": "STRING", "index": 253, "name": "project_status_c", "comment": null}, "type_of_churn_c": {"type": "STRING", "index": 254, "name": "type_of_churn_c", "comment": null}, "usage_reason_c": {"type": "STRING", "index": 255, "name": "usage_reason_c", "comment": null}, "use_cases_c": {"type": "STRING", "index": 256, "name": "use_cases_c", "comment": null}, "bizible_2_bizible_opportunity_amount_c": {"type": "BIGNUMERIC", "index": 257, "name": "bizible_2_bizible_opportunity_amount_c", "comment": null}, "active_technical_owner_c": {"type": "STRING", "index": 258, "name": "active_technical_owner_c", "comment": null}, "referral_partner_c": {"type": "STRING", "index": 259, "name": "referral_partner_c", "comment": null}, "celigo_sfnsio_bill_to_tier_c": {"type": "STRING", "index": 260, "name": "celigo_sfnsio_bill_to_tier_c", "comment": null}, "celigo_sfnsio_contract_opportunity_c": {"type": "BOOL", "index": 261, "name": "celigo_sfnsio_contract_opportunity_c", "comment": null}, "celigo_sfnsio_contract_term_c": {"type": "FLOAT64", "index": 262, "name": "celigo_sfnsio_contract_term_c", "comment": null}, "celigo_sfnsio_distributor_c": {"type": "STRING", "index": 263, "name": "celigo_sfnsio_distributor_c", "comment": null}, "celigo_sfnsio_end_date_c": {"type": "TIMESTAMP", "index": 264, "name": "celigo_sfnsio_end_date_c", "comment": null}, "celigo_sfnsio_end_user_c": {"type": "STRING", "index": 265, "name": "celigo_sfnsio_end_user_c", "comment": null}, "celigo_sfnsio_from_contract_c": {"type": "STRING", "index": 266, "name": "celigo_sfnsio_from_contract_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "STRING", "index": 267, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "celigo_sfnsio_net_suite_opportunity_id_c": {"type": "STRING", "index": 268, "name": "celigo_sfnsio_net_suite_opportunity_id_c", "comment": null}, "celigo_sfnsio_net_suite_opportunity_record_url_c": {"type": "STRING", "index": 269, "name": "celigo_sfnsio_net_suite_opportunity_record_url_c", "comment": null}, "celigo_sfnsio_net_suite_order_number_c": {"type": "STRING", "index": 270, "name": "celigo_sfnsio_net_suite_order_number_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "STRING", "index": 271, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_net_suite_sync_error_c": {"type": "STRING", "index": 272, "name": "celigo_sfnsio_net_suite_sync_error_c", "comment": null}, "celigo_sfnsio_ns_originated_order_c": {"type": "BOOL", "index": 273, "name": "celigo_sfnsio_ns_originated_order_c", "comment": null}, "celigo_sfnsio_renewal_term_c": {"type": "FLOAT64", "index": 274, "name": "celigo_sfnsio_renewal_term_c", "comment": null}, "celigo_sfnsio_reseller_c": {"type": "STRING", "index": 275, "name": "celigo_sfnsio_reseller_c", "comment": null}, "celigo_sfnsio_ship_to_tier_c": {"type": "STRING", "index": 276, "name": "celigo_sfnsio_ship_to_tier_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "BOOL", "index": 277, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_start_date_c": {"type": "TIMESTAMP", "index": 278, "name": "celigo_sfnsio_start_date_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "BOOL", "index": 279, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "initial_meeting_notes_c": {"type": "STRING", "index": 280, "name": "initial_meeting_notes_c", "comment": null}, "initial_meeting_source_c": {"type": "STRING", "index": 281, "name": "initial_meeting_source_c", "comment": null}, "initial_meeting_date_c": {"type": "TIMESTAMP", "index": 282, "name": "initial_meeting_date_c", "comment": null}, "initial_meeting_status_c": {"type": "STRING", "index": 283, "name": "initial_meeting_status_c", "comment": null}, "bdr_sdr_override_c": {"type": "BOOL", "index": 284, "name": "bdr_sdr_override_c", "comment": null}, "tsm_discovered_c": {"type": "BOOL", "index": 285, "name": "tsm_discovered_c", "comment": null}, "for_initial_revenue_ramp_c": {"type": "BOOL", "index": 286, "name": "for_initial_revenue_ramp_c", "comment": null}, "clari_amount_c": {"type": "BIGNUMERIC", "index": 287, "name": "clari_amount_c", "comment": null}, "connector_x_c": {"type": "STRING", "index": 288, "name": "connector_x_c", "comment": null}, "use_cases_deprecate_c": {"type": "STRING", "index": 289, "name": "use_cases_deprecate_c", "comment": null}, "data_stack_c": {"type": "STRING", "index": 290, "name": "data_stack_c", "comment": null}, "projected_ending_4_mos_amount_total_c": {"type": "BIGNUMERIC", "index": 291, "name": "projected_ending_4_mos_amount_total_c", "comment": null}, "p_o_number_c": {"type": "STRING", "index": 292, "name": "p_o_number_c", "comment": null}, "user_gems_user_gems_summary_c": {"type": "STRING", "index": 293, "name": "user_gems_user_gems_summary_c", "comment": null}, "fivetran_map_link_c": {"type": "STRING", "index": 294, "name": "fivetran_map_link_c", "comment": null}, "after_scenario_c": {"type": "STRING", "index": 295, "name": "after_scenario_c", "comment": null}, "top_competition_c": {"type": "STRING", "index": 296, "name": "top_competition_c", "comment": null}, "economic_buyer_lu_c": {"type": "STRING", "index": 297, "name": "economic_buyer_lu_c", "comment": null}, "champion_lu_c": {"type": "STRING", "index": 298, "name": "champion_lu_c", "comment": null}, "paper_process_c": {"type": "STRING", "index": 299, "name": "paper_process_c", "comment": null}, "before_scenario_c": {"type": "STRING", "index": 300, "name": "before_scenario_c", "comment": null}, "defensible_differentiators_c": {"type": "STRING", "index": 301, "name": "defensible_differentiators_c", "comment": null}, "positive_business_outcomes_c": {"type": "STRING", "index": 302, "name": "positive_business_outcomes_c", "comment": null}, "customer_marketplace_pref_c": {"type": "STRING", "index": 303, "name": "customer_marketplace_pref_c", "comment": null}, "using_consultant_si_c": {"type": "STRING", "index": 304, "name": "using_consultant_si_c", "comment": null}, "value_drivers_c": {"type": "STRING", "index": 305, "name": "value_drivers_c", "comment": null}, "is_solution_architect_needed_c": {"type": "BOOL", "index": 306, "name": "is_solution_architect_needed_c", "comment": null}, "contact_opportunity_created_from_c": {"type": "STRING", "index": 307, "name": "contact_opportunity_created_from_c", "comment": null}, "previous_contract_blended_unit_price_c": {"type": "BIGNUMERIC", "index": 308, "name": "previous_contract_blended_unit_price_c", "comment": null}, "previous_contract_total_credits_purchase_c": {"type": "FLOAT64", "index": 309, "name": "previous_contract_total_credits_purchase_c", "comment": null}, "original_price_per_credit_c": {"type": "BIGNUMERIC", "index": 310, "name": "original_price_per_credit_c", "comment": null}, "previous_contract_discount_percentage_c": {"type": "FLOAT64", "index": 311, "name": "previous_contract_discount_percentage_c", "comment": null}, "expected_renewal_amount_override_1_c": {"type": "NUMERIC", "index": 312, "name": "expected_renewal_amount_override_1_c", "comment": null}, "expected_renewal_override_c": {"type": "BIGNUMERIC", "index": 313, "name": "expected_renewal_override_c", "comment": null}, "bookings_arr_2_c": {"type": "BIGNUMERIC", "index": 314, "name": "bookings_arr_2_c", "comment": null}, "baseline_arr_2_c": {"type": "BIGNUMERIC", "index": 315, "name": "baseline_arr_2_c", "comment": null}, "value_of_services_purchased_c": {"type": "BIGNUMERIC", "index": 316, "name": "value_of_services_purchased_c", "comment": null}, "value_of_credits_purchased_c": {"type": "NUMERIC", "index": 317, "name": "value_of_credits_purchased_c", "comment": null}, "renewal_fields_verified_c": {"type": "BOOL", "index": 318, "name": "renewal_fields_verified_c", "comment": null}, "no_co_sell_reason_c": {"type": "STRING", "index": 319, "name": "no_co_sell_reason_c", "comment": null}, "credit_summary_at_creation_c": {"type": "STRING", "index": 320, "name": "credit_summary_at_creation_c", "comment": null}, "renewal_date_on_creation_c": {"type": "TIMESTAMP", "index": 321, "name": "renewal_date_on_creation_c", "comment": null}, "did_you_pitch_quickstart_packages_c": {"type": "STRING", "index": 322, "name": "did_you_pitch_quickstart_packages_c", "comment": null}, "expected_renewal_amount_stamp_c": {"type": "BIGNUMERIC", "index": 323, "name": "expected_renewal_amount_stamp_c", "comment": null}, "platform_level_stamped_c": {"type": "STRING", "index": 324, "name": "platform_level_stamped_c", "comment": null}, "customer_spend_type_c": {"type": "STRING", "index": 325, "name": "customer_spend_type_c", "comment": null}, "self_service_routing_c": {"type": "BOOL", "index": 326, "name": "self_service_routing_c", "comment": null}, "value_of_rollover_credits_quote_stamp_c": {"type": "BIGNUMERIC", "index": 327, "name": "value_of_rollover_credits_quote_stamp_c", "comment": null}, "renewal_manager_notes_c": {"type": "STRING", "index": 328, "name": "renewal_manager_notes_c", "comment": null}, "fivetran_use_case_c": {"type": "STRING", "index": 329, "name": "fivetran_use_case_c", "comment": null}, "did_you_try_to_sell_services_c": {"type": "STRING", "index": 330, "name": "did_you_try_to_sell_services_c", "comment": null}, "routed_from_manual_bdr_ae_activity_c": {"type": "BOOL", "index": 331, "name": "routed_from_manual_bdr_ae_activity_c", "comment": null}, "group_id_c": {"type": "STRING", "index": 332, "name": "group_id_c", "comment": null}, "comma_separated_schema_list_c": {"type": "STRING", "index": 333, "name": "comma_separated_schema_list_c", "comment": null}, "si_referral_count_c": {"type": "FLOAT64", "index": 334, "name": "si_referral_count_c", "comment": null}, "si_referral_partner_chosen_c": {"type": "BOOL", "index": 335, "name": "si_referral_partner_chosen_c", "comment": null}, "partner_relationship_added_c": {"type": "STRING", "index": 336, "name": "partner_relationship_added_c", "comment": null}, "si_with_partner_referral_activity_type_c": {"type": "BOOL", "index": 337, "name": "si_with_partner_referral_activity_type_c", "comment": null}, "late_renewal_subscription_c": {"type": "STRING", "index": 338, "name": "late_renewal_subscription_c", "comment": null}, "rev_ops_created_renewal_c": {"type": "BOOL", "index": 339, "name": "rev_ops_created_renewal_c", "comment": null}, "conversion_opp_type_c": {"type": "STRING", "index": 340, "name": "conversion_opp_type_c", "comment": null}, "projected_mrr_increase_clari_c": {"type": "FLOAT64", "index": 341, "name": "projected_mrr_increase_clari_c", "comment": null}, "amount_rollover_annualized_stamped_c": {"type": "BIGNUMERIC", "index": 342, "name": "amount_rollover_annualized_stamped_c", "comment": null}, "credit_amount_stamped_c": {"type": "BIGNUMERIC", "index": 343, "name": "credit_amount_stamped_c", "comment": null}, "rollover_value_on_close_c": {"type": "BIGNUMERIC", "index": 344, "name": "rollover_value_on_close_c", "comment": null}, "lost_to_a_competitive_solution_c": {"type": "STRING", "index": 345, "name": "lost_to_a_competitive_solution_c", "comment": null}, "lost_primary_reason_detail_c": {"type": "STRING", "index": 346, "name": "lost_primary_reason_detail_c", "comment": null}, "marketing_activity_in_last_30_days_c": {"type": "BOOL", "index": 347, "name": "marketing_activity_in_last_30_days_c", "comment": null}, "disco_meeting_date_c": {"type": "TIMESTAMP", "index": 348, "name": "disco_meeting_date_c", "comment": null}, "disco_meeting_status_c": {"type": "STRING", "index": 349, "name": "disco_meeting_status_c", "comment": null}, "third_party_data_c": {"type": "STRING", "index": 350, "name": "third_party_data_c", "comment": null}, "pbf_overlay_c": {"type": "STRING", "index": 351, "name": "pbf_overlay_c", "comment": null}, "services_stage_2_date_c": {"type": "TIMESTAMP", "index": 352, "name": "services_stage_2_date_c", "comment": null}, "why_did_we_lose_the_services_pitch_c": {"type": "STRING", "index": 353, "name": "why_did_we_lose_the_services_pitch_c", "comment": null}, "partner_relationship_created_automation_c": {"type": "BOOL", "index": 354, "name": "partner_relationship_created_automation_c", "comment": null}, "non_connector_expansion_c": {"type": "BOOL", "index": 355, "name": "non_connector_expansion_c", "comment": null}, "purchase_order_required_c": {"type": "STRING", "index": 356, "name": "purchase_order_required_c", "comment": null}, "push_count": {"type": "INT64", "index": 357, "name": "push_count", "comment": null}, "last_stage_change_date": {"type": "TIMESTAMP", "index": 358, "name": "last_stage_change_date", "comment": null}, "logged_to_partner_portal_c": {"type": "BOOL", "index": 359, "name": "logged_to_partner_portal_c", "comment": null}, "bdr_sdr_cross_sell_disco_call_c": {"type": "BOOL", "index": 360, "name": "bdr_sdr_cross_sell_disco_call_c", "comment": null}, "expected_renewal_expansion_override_c": {"type": "BIGNUMERIC", "index": 361, "name": "expected_renewal_expansion_override_c", "comment": null}, "hvr_contract_end_date_c": {"type": "TIMESTAMP", "index": 362, "name": "hvr_contract_end_date_c", "comment": null}, "hvr_technical_fit_c": {"type": "STRING", "index": 363, "name": "hvr_technical_fit_c", "comment": null}, "hvr_arr_new_c": {"type": "BIGNUMERIC", "index": 364, "name": "hvr_arr_new_c", "comment": null}, "legacy_hvr_id_c": {"type": "STRING", "index": 365, "name": "legacy_hvr_id_c", "comment": null}, "hvr_sales_region_c": {"type": "STRING", "index": 366, "name": "hvr_sales_region_c", "comment": null}, "contract_id": {"type": "STRING", "index": 367, "name": "contract_id", "comment": null}, "hvr_arr_end_c": {"type": "TIMESTAMP", "index": 368, "name": "hvr_arr_end_c", "comment": null}, "hvr_sum_of_forecast_calc_c": {"type": "BIGNUMERIC", "index": 369, "name": "hvr_sum_of_forecast_calc_c", "comment": null}, "hvr_nrr_total_c": {"type": "BIGNUMERIC", "index": 370, "name": "hvr_nrr_total_c", "comment": null}, "hvr_type_summary_c": {"type": "STRING", "index": 371, "name": "hvr_type_summary_c", "comment": null}, "hvr_special_instructions_for_licensing_c": {"type": "STRING", "index": 372, "name": "hvr_special_instructions_for_licensing_c", "comment": null}, "hvr_year_3_amount_c": {"type": "BIGNUMERIC", "index": 373, "name": "hvr_year_3_amount_c", "comment": null}, "hvr_targets_c": {"type": "STRING", "index": 374, "name": "hvr_targets_c", "comment": null}, "hvr_type_adj_c": {"type": "STRING", "index": 375, "name": "hvr_type_adj_c", "comment": null}, "hvr_arr_expansion_c": {"type": "BIGNUMERIC", "index": 376, "name": "hvr_arr_expansion_c", "comment": null}, "negative_consequences_c": {"type": "STRING", "index": 377, "name": "negative_consequences_c", "comment": null}, "hvr_quarterly_forecast_summary_c": {"type": "STRING", "index": 378, "name": "hvr_quarterly_forecast_summary_c", "comment": null}, "hvr_sal_confirmed_with_ae_c": {"type": "BOOL", "index": 379, "name": "hvr_sal_confirmed_with_ae_c", "comment": null}, "hvr_years_2_5_on_quote_c": {"type": "BIGNUMERIC", "index": 380, "name": "hvr_years_2_5_on_quote_c", "comment": null}, "hvr_arr_license_total_c": {"type": "BIGNUMERIC", "index": 381, "name": "hvr_arr_license_total_c", "comment": null}, "hvr_term_months_c": {"type": "FLOAT64", "index": 382, "name": "hvr_term_months_c", "comment": null}, "hvr_upside_value_at_50_c": {"type": "BIGNUMERIC", "index": 383, "name": "hvr_upside_value_at_50_c", "comment": null}, "proof_point_c": {"type": "STRING", "index": 384, "name": "proof_point_c", "comment": null}, "hub_fingerprint_c": {"type": "STRING", "index": 385, "name": "hub_fingerprint_c", "comment": null}, "demo_deep_technical_dive_completed_date_c": {"type": "TIMESTAMP", "index": 386, "name": "demo_deep_technical_dive_completed_date_c", "comment": null}, "hvr_license_type_1_c": {"type": "STRING", "index": 387, "name": "hvr_license_type_1_c", "comment": null}, "hvr_year_2_c": {"type": "STRING", "index": 388, "name": "hvr_year_2_c", "comment": null}, "hvr_currency_code_c": {"type": "STRING", "index": 389, "name": "hvr_currency_code_c", "comment": null}, "hvr_fq_c": {"type": "STRING", "index": 390, "name": "hvr_fq_c", "comment": null}, "hvr_multi_year_total_c": {"type": "BIGNUMERIC", "index": 391, "name": "hvr_multi_year_total_c", "comment": null}, "hvr_annual_support_c": {"type": "BIGNUMERIC", "index": 392, "name": "hvr_annual_support_c", "comment": null}, "hvr_targets_count_c": {"type": "FLOAT64", "index": 393, "name": "hvr_targets_count_c", "comment": null}, "opportunity_channel_confirmed_c": {"type": "BOOL", "index": 394, "name": "opportunity_channel_confirmed_c", "comment": null}, "how_we_do_it_c": {"type": "STRING", "index": 395, "name": "how_we_do_it_c", "comment": null}, "hvr_primary_cloud_preference_c": {"type": "STRING", "index": 396, "name": "hvr_primary_cloud_preference_c", "comment": null}, "hvr_year_4_c": {"type": "STRING", "index": 397, "name": "hvr_year_4_c", "comment": null}, "hvr_sources_c": {"type": "STRING", "index": 398, "name": "hvr_sources_c", "comment": null}, "hvr_arr_start_c": {"type": "TIMESTAMP", "index": 399, "name": "hvr_arr_start_c", "comment": null}, "hvr_fy_c": {"type": "STRING", "index": 400, "name": "hvr_fy_c", "comment": null}, "hvr_year_5_amount_c": {"type": "BIGNUMERIC", "index": 401, "name": "hvr_year_5_amount_c", "comment": null}, "is_private": {"type": "BOOL", "index": 402, "name": "is_private", "comment": null}, "hvr_arr_support_products_c": {"type": "FLOAT64", "index": 403, "name": "hvr_arr_support_products_c", "comment": null}, "license_key_generated_c": {"type": "BOOL", "index": 404, "name": "license_key_generated_c", "comment": null}, "hvr_arr_from_products_c": {"type": "BIGNUMERIC", "index": 405, "name": "hvr_arr_from_products_c", "comment": null}, "total_opportunity_quantity": {"type": "FLOAT64", "index": 406, "name": "total_opportunity_quantity", "comment": null}, "hvr_sapruntimeflag_c": {"type": "BOOL", "index": 407, "name": "hvr_sapruntimeflag_c", "comment": null}, "hvr_arr_from_total_arr_products_added_c": {"type": "BIGNUMERIC", "index": 408, "name": "hvr_arr_from_total_arr_products_added_c", "comment": null}, "hvr_arr_support_total_c": {"type": "BIGNUMERIC", "index": 409, "name": "hvr_arr_support_total_c", "comment": null}, "hvr_year_4_amount_c": {"type": "BIGNUMERIC", "index": 410, "name": "hvr_year_4_amount_c", "comment": null}, "opportunity_sources_and_targets_reviewed_c": {"type": "BOOL", "index": 411, "name": "opportunity_sources_and_targets_reviewed_c", "comment": null}, "hvr_pilot_fees_c": {"type": "BIGNUMERIC", "index": 412, "name": "hvr_pilot_fees_c", "comment": null}, "intacct_customer_id_c": {"type": "STRING", "index": 413, "name": "intacct_customer_id_c", "comment": null}, "hvr_arr_old_c": {"type": "BIGNUMERIC", "index": 414, "name": "hvr_arr_old_c", "comment": null}, "hvr_arr_adjusted_c": {"type": "BIGNUMERIC", "index": 415, "name": "hvr_arr_adjusted_c", "comment": null}, "hvr_churn_date_c": {"type": "TIMESTAMP", "index": 416, "name": "hvr_churn_date_c", "comment": null}, "hvr_arr_total_products_c": {"type": "BIGNUMERIC", "index": 417, "name": "hvr_arr_total_products_c", "comment": null}, "required_capabilities_c": {"type": "STRING", "index": 418, "name": "required_capabilities_c", "comment": null}, "hvr_sources_count_c": {"type": "FLOAT64", "index": 419, "name": "hvr_sources_count_c", "comment": null}, "hvr_secondary_cloud_preference_c": {"type": "STRING", "index": 420, "name": "hvr_secondary_cloud_preference_c", "comment": null}, "hvr_arr_type_2_c": {"type": "STRING", "index": 421, "name": "hvr_arr_type_2_c", "comment": null}, "differentiators_against_c": {"type": "STRING", "index": 422, "name": "differentiators_against_c", "comment": null}, "nrr_total_c": {"type": "BIGNUMERIC", "index": 423, "name": "nrr_total_c", "comment": null}, "hvr_years_25_on_quote_c": {"type": "BIGNUMERIC", "index": 424, "name": "hvr_years_25_on_quote_c", "comment": null}, "hvr_opportunity_targets_c": {"type": "STRING", "index": 425, "name": "hvr_opportunity_targets_c", "comment": null}, "hvr_license_type_2_c": {"type": "STRING", "index": 426, "name": "hvr_license_type_2_c", "comment": null}, "hvr_solution_use_case_sub_category_c": {"type": "STRING", "index": 427, "name": "hvr_solution_use_case_sub_category_c", "comment": null}, "license_key_submission_date_stamp_c": {"type": "TIMESTAMP", "index": 428, "name": "license_key_submission_date_stamp_c", "comment": null}, "hvr_year_2_amount_c": {"type": "BIGNUMERIC", "index": 429, "name": "hvr_year_2_amount_c", "comment": null}, "hvr_new_arr_c": {"type": "BIGNUMERIC", "index": 430, "name": "hvr_new_arr_c", "comment": null}, "support_level_c": {"type": "STRING", "index": 431, "name": "support_level_c", "comment": null}, "hvr_arr_c": {"type": "BIGNUMERIC", "index": 432, "name": "hvr_arr_c", "comment": null}, "hvr_arr_calculated_c": {"type": "BIGNUMERIC", "index": 433, "name": "hvr_arr_calculated_c", "comment": null}, "hvr_amount_arrperpetual_c": {"type": "BIGNUMERIC", "index": 434, "name": "hvr_amount_arrperpetual_c", "comment": null}, "hvr_exchange_rate_c": {"type": "FLOAT64", "index": 435, "name": "hvr_exchange_rate_c", "comment": null}, "hvr_perpetual_amount_c": {"type": "BIGNUMERIC", "index": 436, "name": "hvr_perpetual_amount_c", "comment": null}, "hvr_arr_contraction_c": {"type": "BIGNUMERIC", "index": 437, "name": "hvr_arr_contraction_c", "comment": null}, "hvr_arr_months_c": {"type": "FLOAT64", "index": 438, "name": "hvr_arr_months_c", "comment": null}, "hvr_arr_gold_at_12_of_license_total_c": {"type": "BIGNUMERIC", "index": 439, "name": "hvr_arr_gold_at_12_of_license_total_c", "comment": null}, "hvr_arr_forecast_expected_c": {"type": "BIGNUMERIC", "index": 440, "name": "hvr_arr_forecast_expected_c", "comment": null}, "hvr_year_5_c": {"type": "STRING", "index": 441, "name": "hvr_year_5_c", "comment": null}, "hvr_arr_total_c": {"type": "BIGNUMERIC", "index": 442, "name": "hvr_arr_total_c", "comment": null}, "hvr_type_arrperpetual_c": {"type": "STRING", "index": 443, "name": "hvr_type_arrperpetual_c", "comment": null}, "hvr_tcv_c": {"type": "BIGNUMERIC", "index": 444, "name": "hvr_tcv_c", "comment": null}, "hvr_year_3_c": {"type": "STRING", "index": 445, "name": "hvr_year_3_c", "comment": null}, "hvr_arr_type_c": {"type": "STRING", "index": 446, "name": "hvr_arr_type_c", "comment": null}, "demo_deep_technical_dive_scheduled_date_c": {"type": "TIMESTAMP", "index": 447, "name": "demo_deep_technical_dive_scheduled_date_c", "comment": null}, "hvr_pro_serve_products_c": {"type": "FLOAT64", "index": 448, "name": "hvr_pro_serve_products_c", "comment": null}, "hvr_pro_serve_total_c": {"type": "BIGNUMERIC", "index": 449, "name": "hvr_pro_serve_total_c", "comment": null}, "hvr_total_amount_c": {"type": "BIGNUMERIC", "index": 450, "name": "hvr_total_amount_c", "comment": null}, "lean_data_status_info_c": {"type": "STRING", "index": 451, "name": "lean_data_status_info_c", "comment": null}, "hvr_additional_partners_c": {"type": "STRING", "index": 452, "name": "hvr_additional_partners_c", "comment": null}, "hvr_local_amount_c": {"type": "FLOAT64", "index": 453, "name": "hvr_local_amount_c", "comment": null}, "explain_reason_for_hvr_6_1_sale_c": {"type": "STRING", "index": 454, "name": "explain_reason_for_hvr_6_1_sale_c", "comment": null}, "hvr_6_1_proposed_sale_c": {"type": "BOOL", "index": 455, "name": "hvr_6_1_proposed_sale_c", "comment": null}, "approval_of_hvr_6_1_sale_c": {"type": "BOOL", "index": 456, "name": "approval_of_hvr_6_1_sale_c", "comment": null}, "hvr_6_1_sale_decision_c": {"type": "STRING", "index": 457, "name": "hvr_6_1_sale_decision_c", "comment": null}, "hvr_poc_sources_details_c": {"type": "STRING", "index": 458, "name": "hvr_poc_sources_details_c", "comment": null}, "hvr_poc_targets_c": {"type": "STRING", "index": 459, "name": "hvr_poc_targets_c", "comment": null}, "hvr_check_list_sent_c": {"type": "STRING", "index": 460, "name": "hvr_check_list_sent_c", "comment": null}, "hvr_start_date_actual_c": {"type": "STRING", "index": 461, "name": "hvr_start_date_actual_c", "comment": null}, "hvr_check_list_received_c": {"type": "STRING", "index": 462, "name": "hvr_check_list_received_c", "comment": null}, "hvr_support_location_c": {"type": "STRING", "index": 463, "name": "hvr_support_location_c", "comment": null}, "hvr_stop_date_plan_c": {"type": "STRING", "index": 464, "name": "hvr_stop_date_plan_c", "comment": null}, "hvr_start_date_plan_c": {"type": "STRING", "index": 465, "name": "hvr_start_date_plan_c", "comment": null}, "hvr_what_worked_c": {"type": "STRING", "index": 466, "name": "hvr_what_worked_c", "comment": null}, "hvr_competition_c": {"type": "STRING", "index": 467, "name": "hvr_competition_c", "comment": null}, "hvr_what_didnt_work_c": {"type": "STRING", "index": 468, "name": "hvr_what_didnt_work_c", "comment": null}, "hvr_conducted_by_c": {"type": "STRING", "index": 469, "name": "hvr_conducted_by_c", "comment": null}, "hvr_poc_sources_c": {"type": "STRING", "index": 470, "name": "hvr_poc_sources_c", "comment": null}, "hvr_review_call_date_c": {"type": "STRING", "index": 471, "name": "hvr_review_call_date_c", "comment": null}, "hvr_stop_date_actual_c": {"type": "STRING", "index": 472, "name": "hvr_stop_date_actual_c", "comment": null}, "hvr_will_there_be_a_poc_c": {"type": "STRING", "index": 473, "name": "hvr_will_there_be_a_poc_c", "comment": null}, "hvr_poc_of_days_c": {"type": "STRING", "index": 474, "name": "hvr_poc_of_days_c", "comment": null}, "hvr_poc_targets_details_c": {"type": "STRING", "index": 475, "name": "hvr_poc_targets_details_c", "comment": null}, "hvr_hub_details_c": {"type": "STRING", "index": 476, "name": "hvr_hub_details_c", "comment": null}, "legacy_hvr_channel_c": {"type": "STRING", "index": 477, "name": "legacy_hvr_channel_c", "comment": null}, "account_strategist_stamp_c": {"type": "STRING", "index": 478, "name": "account_strategist_stamp_c", "comment": null}, "hvr_fivetran_conversion_type_c": {"type": "STRING", "index": 479, "name": "hvr_fivetran_conversion_type_c", "comment": null}, "olp_cancellation_override_c": {"type": "BOOL", "index": 480, "name": "olp_cancellation_override_c", "comment": null}, "account_strategist_1_c": {"type": "STRING", "index": 481, "name": "account_strategist_1_c", "comment": null}, "product_being_pitched_c": {"type": "STRING", "index": 482, "name": "product_being_pitched_c", "comment": null}, "estimated_monthly_dollar_consumption_c": {"type": "BIGNUMERIC", "index": 483, "name": "estimated_monthly_dollar_consumption_c", "comment": null}, "platform_level_sso_c": {"type": "STRING", "index": 484, "name": "platform_level_sso_c", "comment": null}, "salesforce_created_c": {"type": "BOOL", "index": 485, "name": "salesforce_created_c", "comment": null}, "route_pbf_overlay_c": {"type": "BOOL", "index": 486, "name": "route_pbf_overlay_c", "comment": null}, "hvr_deal_submitted_c": {"type": "BOOL", "index": 487, "name": "hvr_deal_submitted_c", "comment": null}, "annual_2_olp_conversion_created_c": {"type": "BOOL", "index": 488, "name": "annual_2_olp_conversion_created_c", "comment": null}, "sub_start_date_vp_level_exception_c": {"type": "BOOL", "index": 489, "name": "sub_start_date_vp_level_exception_c", "comment": null}, "closed_won_region_c": {"type": "STRING", "index": 490, "name": "closed_won_region_c", "comment": null}, "closed_won_segment_c": {"type": "STRING", "index": 491, "name": "closed_won_segment_c", "comment": null}, "deal_desk_notes_c": {"type": "STRING", "index": 492, "name": "deal_desk_notes_c", "comment": null}, "order_form_opt_out_c": {"type": "STRING", "index": 493, "name": "order_form_opt_out_c", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_source.stg_salesforce__opportunity_tmp"}, "model.salesforce_source.stg_salesforce__user_role_tmp": {"metadata": {"type": "view", "schema": "dbt_renee", "name": "stg_salesforce__user_role_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "case_access_for_account_owner": {"type": "STRING", "index": 4, "name": "case_access_for_account_owner", "comment": null}, "contact_access_for_account_owner": {"type": "STRING", "index": 5, "name": "contact_access_for_account_owner", "comment": null}, "developer_name": {"type": "STRING", "index": 6, "name": "developer_name", "comment": null}, "forecast_user_id": {"type": "STRING", "index": 7, "name": "forecast_user_id", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 8, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 9, "name": "last_modified_date", "comment": null}, "may_forecast_manager_share": {"type": "BOOL", "index": 10, "name": "may_forecast_manager_share", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}, "opportunity_access_for_account_owner": {"type": "STRING", "index": 12, "name": "opportunity_access_for_account_owner", "comment": null}, "parent_role_id": {"type": "STRING", "index": 13, "name": "parent_role_id", "comment": null}, "portal_account_id": {"type": "STRING", "index": 14, "name": "portal_account_id", "comment": null}, "portal_account_owner_id": {"type": "STRING", "index": 15, "name": "portal_account_owner_id", "comment": null}, "portal_type": {"type": "STRING", "index": 16, "name": "portal_type", "comment": null}, "rollup_description": {"type": "STRING", "index": 17, "name": "rollup_description", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 18, "name": "system_modstamp", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_source.stg_salesforce__user_role_tmp"}, "model.salesforce_source.stg_salesforce__opportunity": {"metadata": {"type": "table", "schema": "dbt_renee", "name": "stg_salesforce__opportunity", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "STRING", "index": 2, "name": "account_id", "comment": null}, "amount": {"type": "NUMERIC", "index": 3, "name": "amount", "comment": null}, "campaign_id": {"type": "STRING", "index": 4, "name": "campaign_id", "comment": null}, "close_date": {"type": "TIMESTAMP", "index": 5, "name": "close_date", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 6, "name": "created_date", "comment": null}, "description": {"type": "STRING", "index": 7, "name": "description", "comment": null}, "expected_revenue": {"type": "NUMERIC", "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}, "opportunity_id": {"type": "STRING", "index": 17, "name": "opportunity_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_won": {"type": "BOOL", "index": 20, "name": "is_won", "comment": null}, "last_activity_date": {"type": "TIMESTAMP", "index": 21, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 23, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "STRING", "index": 24, "name": "lead_source", "comment": null}, "opportunity_name": {"type": "STRING", "index": 25, "name": "opportunity_name", "comment": null}, "next_step": {"type": "STRING", "index": 26, "name": "next_step", "comment": null}, "owner_id": {"type": "STRING", "index": 27, "name": "owner_id", "comment": null}, "probability": {"type": "FLOAT64", "index": 28, "name": "probability", "comment": null}, "record_type_id": {"type": "STRING", "index": 29, "name": "record_type_id", "comment": null}, "stage_name": {"type": "STRING", "index": 30, "name": "stage_name", "comment": null}, "synced_quote_id": {"type": "STRING", "index": 31, "name": "synced_quote_id", "comment": null}, "type": {"type": "STRING", "index": 32, "name": "type", "comment": null}, "order_form_opt_out_c": {"type": "STRING", "index": 33, "name": "order_form_opt_out_c", "comment": null}, "is_created_this_month": {"type": "BOOL", "index": 34, "name": "is_created_this_month", "comment": null}, "is_created_this_quarter": {"type": "BOOL", "index": 35, "name": "is_created_this_quarter", "comment": null}, "days_since_created": {"type": "INT64", "index": 36, "name": "days_since_created", "comment": null}, "days_to_close": {"type": "INT64", "index": 37, "name": "days_to_close", "comment": null}, "is_closed_this_month": {"type": "BOOL", "index": 38, "name": "is_closed_this_month", "comment": null}, "is_closed_this_quarter": {"type": "BOOL", "index": 39, "name": "is_closed_this_quarter", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 26452119.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 96450.0, "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": "model.salesforce_source.stg_salesforce__opportunity"}, "model.salesforce_source.stg_salesforce__contact_tmp": {"metadata": {"type": "view", "schema": "dbt_renee", "name": "stg_salesforce__contact_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "STRING", "index": 3, "name": "account_id", "comment": null}, "cbit_clearbit_c": {"type": "STRING", "index": 4, "name": "cbit_clearbit_c", "comment": null}, "cbit_clearbit_ready_c": {"type": "BOOL", "index": 5, "name": "cbit_clearbit_ready_c", "comment": null}, "created_by_id": {"type": "STRING", "index": 6, "name": "created_by_id", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 7, "name": "created_date", "comment": null}, "department": {"type": "STRING", "index": 8, "name": "department", "comment": null}, "email": {"type": "STRING", "index": 9, "name": "email", "comment": null}, "email_bounced_date": {"type": "TIMESTAMP", "index": 10, "name": "email_bounced_date", "comment": null}, "email_bounced_reason": {"type": "STRING", "index": 11, "name": "email_bounced_reason", "comment": null}, "fax": {"type": "STRING", "index": 12, "name": "fax", "comment": null}, "first_name": {"type": "STRING", "index": 13, "name": "first_name", "comment": null}, "is_deleted": {"type": "BOOL", "index": 14, "name": "is_deleted", "comment": null}, "is_email_bounced": {"type": "BOOL", "index": 15, "name": "is_email_bounced", "comment": null}, "jigsaw_contact_id": {"type": "STRING", "index": 16, "name": "jigsaw_contact_id", "comment": null}, "last_activity_date": {"type": "TIMESTAMP", "index": 17, "name": "last_activity_date", "comment": null}, "last_curequest_date": {"type": "TIMESTAMP", "index": 18, "name": "last_curequest_date", "comment": null}, "last_cuupdate_date": {"type": "TIMESTAMP", "index": 19, "name": "last_cuupdate_date", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 20, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 21, "name": "last_modified_date", "comment": null}, "last_name": {"type": "STRING", "index": 22, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 23, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 24, "name": "last_viewed_date", "comment": null}, "mailing_city": {"type": "STRING", "index": 25, "name": "mailing_city", "comment": null}, "mailing_country": {"type": "STRING", "index": 26, "name": "mailing_country", "comment": null}, "mailing_country_code": {"type": "STRING", "index": 27, "name": "mailing_country_code", "comment": null}, "mailing_geocode_accuracy": {"type": "STRING", "index": 28, "name": "mailing_geocode_accuracy", "comment": null}, "mailing_latitude": {"type": "FLOAT64", "index": 29, "name": "mailing_latitude", "comment": null}, "mailing_longitude": {"type": "FLOAT64", "index": 30, "name": "mailing_longitude", "comment": null}, "mailing_postal_code": {"type": "STRING", "index": 31, "name": "mailing_postal_code", "comment": null}, "mailing_state": {"type": "STRING", "index": 32, "name": "mailing_state", "comment": null}, "mailing_state_code": {"type": "STRING", "index": 33, "name": "mailing_state_code", "comment": null}, "mailing_street": {"type": "STRING", "index": 34, "name": "mailing_street", "comment": null}, "master_record_id": {"type": "STRING", "index": 35, "name": "master_record_id", "comment": null}, "mc_4_sf_mc_subscriber_c": {"type": "STRING", "index": 36, "name": "mc_4_sf_mc_subscriber_c", "comment": null}, "mobile_phone": {"type": "STRING", "index": 37, "name": "mobile_phone", "comment": null}, "name": {"type": "STRING", "index": 38, "name": "name", "comment": null}, "owner_id": {"type": "STRING", "index": 39, "name": "owner_id", "comment": null}, "phone": {"type": "STRING", "index": 40, "name": "phone", "comment": null}, "photo_url": {"type": "STRING", "index": 41, "name": "photo_url", "comment": null}, "reports_to_id": {"type": "STRING", "index": 42, "name": "reports_to_id", "comment": null}, "salutation": {"type": "STRING", "index": 43, "name": "salutation", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 44, "name": "system_modstamp", "comment": null}, "title": {"type": "STRING", "index": 45, "name": "title", "comment": null}, "email_bounced_c": {"type": "BOOL", "index": 46, "name": "email_bounced_c", "comment": null}, "email_quality_unknown_c": {"type": "BOOL", "index": 47, "name": "email_quality_unknown_c", "comment": null}, "gclid_c": {"type": "STRING", "index": 48, "name": "gclid_c", "comment": null}, "referral_account_c": {"type": "STRING", "index": 49, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "STRING", "index": 50, "name": "referral_contact_c", "comment": null}, "has_opted_out_of_email": {"type": "BOOL", "index": 51, "name": "has_opted_out_of_email", "comment": null}, "act_on_lead_score_c": {"type": "FLOAT64", "index": 52, "name": "act_on_lead_score_c", "comment": null}, "cbit_created_by_clearbit_c": {"type": "BOOL", "index": 53, "name": "cbit_created_by_clearbit_c", "comment": null}, "fivetran_user_id_c": {"type": "STRING", "index": 54, "name": "fivetran_user_id_c", "comment": null}, "no_longer_at_company_c": {"type": "BOOL", "index": 55, "name": "no_longer_at_company_c", "comment": null}, "pi_campaign_c": {"type": "STRING", "index": 56, "name": "pi_campaign_c", "comment": null}, "pi_comments_c": {"type": "STRING", "index": 57, "name": "pi_comments_c", "comment": null}, "pi_conversion_date_c": {"type": "TIMESTAMP", "index": 58, "name": "pi_conversion_date_c", "comment": null}, "pi_conversion_object_name_c": {"type": "STRING", "index": 59, "name": "pi_conversion_object_name_c", "comment": null}, "pi_conversion_object_type_c": {"type": "STRING", "index": 60, "name": "pi_conversion_object_type_c", "comment": null}, "pi_created_date_c": {"type": "TIMESTAMP", "index": 61, "name": "pi_created_date_c", "comment": null}, "pi_first_activity_c": {"type": "TIMESTAMP", "index": 62, "name": "pi_first_activity_c", "comment": null}, "pi_first_search_term_c": {"type": "STRING", "index": 63, "name": "pi_first_search_term_c", "comment": null}, "pi_first_search_type_c": {"type": "STRING", "index": 64, "name": "pi_first_search_type_c", "comment": null}, "pi_first_touch_url_c": {"type": "STRING", "index": 65, "name": "pi_first_touch_url_c", "comment": null}, "pi_grade_c": {"type": "STRING", "index": 66, "name": "pi_grade_c", "comment": null}, "pi_last_activity_c": {"type": "TIMESTAMP", "index": 67, "name": "pi_last_activity_c", "comment": null}, "pi_needs_score_synced_c": {"type": "BOOL", "index": 68, "name": "pi_needs_score_synced_c", "comment": null}, "pi_notes_c": {"type": "STRING", "index": 69, "name": "pi_notes_c", "comment": null}, "pi_pardot_hard_bounced_c": {"type": "BOOL", "index": 70, "name": "pi_pardot_hard_bounced_c", "comment": null}, "pi_pardot_last_scored_at_c": {"type": "TIMESTAMP", "index": 71, "name": "pi_pardot_last_scored_at_c", "comment": null}, "pi_score_c": {"type": "FLOAT64", "index": 72, "name": "pi_score_c", "comment": null}, "pi_url_c": {"type": "STRING", "index": 73, "name": "pi_url_c", "comment": null}, "pi_utm_campaign_c": {"type": "STRING", "index": 74, "name": "pi_utm_campaign_c", "comment": null}, "pi_utm_content_c": {"type": "STRING", "index": 75, "name": "pi_utm_content_c", "comment": null}, "pi_utm_medium_c": {"type": "STRING", "index": 76, "name": "pi_utm_medium_c", "comment": null}, "pi_utm_source_c": {"type": "STRING", "index": 77, "name": "pi_utm_source_c", "comment": null}, "pi_utm_term_c": {"type": "STRING", "index": 78, "name": "pi_utm_term_c", "comment": null}, "lead_source": {"type": "STRING", "index": 79, "name": "lead_source", "comment": null}, "contact_status_c": {"type": "STRING", "index": 80, "name": "contact_status_c", "comment": null}, "region_c": {"type": "STRING", "index": 81, "name": "region_c", "comment": null}, "competitor_c": {"type": "BOOL", "index": 82, "name": "competitor_c", "comment": null}, "bt_stripe_gender_c": {"type": "STRING", "index": 83, "name": "bt_stripe_gender_c", "comment": null}, "bt_stripe_ssn_last_4_encrypted_c": {"type": "STRING", "index": 84, "name": "bt_stripe_ssn_last_4_encrypted_c", "comment": null}, "bt_stripe_personal_id_number_c": {"type": "STRING", "index": 85, "name": "bt_stripe_personal_id_number_c", "comment": null}, "bt_stripe_personal_id_number_encrypted_c": {"type": "STRING", "index": 86, "name": "bt_stripe_personal_id_number_encrypted_c", "comment": null}, "bt_stripe_maiden_name_c": {"type": "STRING", "index": 87, "name": "bt_stripe_maiden_name_c", "comment": null}, "bt_stripe_languages_c": {"type": "STRING", "index": 88, "name": "bt_stripe_languages_c", "comment": null}, "bt_stripe_default_payment_method_c": {"type": "STRING", "index": 89, "name": "bt_stripe_default_payment_method_c", "comment": null}, "bt_stripe_ssn_last_4_c": {"type": "FLOAT64", "index": 90, "name": "bt_stripe_ssn_last_4_c", "comment": null}, "bt_stripe_personal_id_type_c": {"type": "STRING", "index": 91, "name": "bt_stripe_personal_id_type_c", "comment": null}, "bt_stripe_default_payment_gateway_c": {"type": "STRING", "index": 92, "name": "bt_stripe_default_payment_gateway_c", "comment": null}, "bt_stripe_level_c": {"type": "STRING", "index": 93, "name": "bt_stripe_level_c", "comment": null}, "lean_data_routing_action_c": {"type": "STRING", "index": 94, "name": "lean_data_routing_action_c", "comment": null}, "lean_data_matched_buyer_persona_c": {"type": "STRING", "index": 95, "name": "lean_data_matched_buyer_persona_c", "comment": null}, "lean_data_ld_segment_c": {"type": "STRING", "index": 96, "name": "lean_data_ld_segment_c", "comment": null}, "lean_data_tag_c": {"type": "STRING", "index": 97, "name": "lean_data_tag_c", "comment": null}, "lean_data_modified_score_c": {"type": "FLOAT64", "index": 98, "name": "lean_data_modified_score_c", "comment": null}, "do_not_route_lead_c": {"type": "BOOL", "index": 99, "name": "do_not_route_lead_c", "comment": null}, "technical_contact_c": {"type": "BOOL", "index": 100, "name": "technical_contact_c", "comment": null}, "allbound_id_c": {"type": "STRING", "index": 101, "name": "allbound_id_c", "comment": null}, "notes_c": {"type": "STRING", "index": 102, "name": "notes_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "BOOL", "index": 103, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "BOOL", "index": 104, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_net_suite_id_c": {"type": "STRING", "index": 105, "name": "netsuite_conn_net_suite_id_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "STRING", "index": 106, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "BOOL", "index": 107, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_pushed_from_opportunity_c": {"type": "BOOL", "index": 108, "name": "netsuite_conn_pushed_from_opportunity_c", "comment": null}, "description": {"type": "STRING", "index": 109, "name": "description", "comment": null}, "lid_linked_in_company_id_c": {"type": "STRING", "index": 110, "name": "lid_linked_in_company_id_c", "comment": null}, "lid_linked_in_member_token_c": {"type": "STRING", "index": 111, "name": "lid_linked_in_member_token_c", "comment": null}, "is_eu_resident_c": {"type": "BOOL", "index": 112, "name": "is_eu_resident_c", "comment": null}, "do_not_call": {"type": "BOOL", "index": 113, "name": "do_not_call", "comment": null}, "sales_loft_1_most_recent_cadence_next_step_due_date_c": {"type": "TIMESTAMP", "index": 114, "name": "sales_loft_1_most_recent_cadence_next_step_due_date_c", "comment": null}, "sales_loft_1_most_recent_last_completed_step_c": {"type": "FLOAT64", "index": 115, "name": "sales_loft_1_most_recent_last_completed_step_c", "comment": null}, "sales_loft_1_most_recent_cadence_name_c": {"type": "STRING", "index": 116, "name": "sales_loft_1_most_recent_cadence_name_c", "comment": null}, "source_detail_c": {"type": "STRING", "index": 117, "name": "source_detail_c", "comment": null}, "utm_source_c": {"type": "STRING", "index": 118, "name": "utm_source_c", "comment": null}, "utm_content_c": {"type": "STRING", "index": 119, "name": "utm_content_c", "comment": null}, "utm_term_c": {"type": "STRING", "index": 120, "name": "utm_term_c", "comment": null}, "utm_medium_c": {"type": "STRING", "index": 121, "name": "utm_medium_c", "comment": null}, "utm_campaign_c": {"type": "STRING", "index": 122, "name": "utm_campaign_c", "comment": null}, "network_c": {"type": "STRING", "index": 123, "name": "network_c", "comment": null}, "matchtype_c": {"type": "STRING", "index": 124, "name": "matchtype_c", "comment": null}, "device_c": {"type": "STRING", "index": 125, "name": "device_c", "comment": null}, "creative_c": {"type": "STRING", "index": 126, "name": "creative_c", "comment": null}, "adgroupid_c": {"type": "STRING", "index": 127, "name": "adgroupid_c", "comment": null}, "keyword_c": {"type": "STRING", "index": 128, "name": "keyword_c", "comment": null}, "campaignid_c": {"type": "STRING", "index": 129, "name": "campaignid_c", "comment": null}, "partner_rep_email_c": {"type": "STRING", "index": 130, "name": "partner_rep_email_c", "comment": null}, "partner_rep_name_c": {"type": "STRING", "index": 131, "name": "partner_rep_name_c", "comment": null}, "contact_type_c": {"type": "STRING", "index": 132, "name": "contact_type_c", "comment": null}, "old_lead_source_c": {"type": "STRING", "index": 133, "name": "old_lead_source_c", "comment": null}, "old_lead_source_detail_c": {"type": "STRING", "index": 134, "name": "old_lead_source_detail_c", "comment": null}, "contact_stage_c": {"type": "STRING", "index": 135, "name": "contact_stage_c", "comment": null}, "original_utm_campaign_c": {"type": "STRING", "index": 136, "name": "original_utm_campaign_c", "comment": null}, "original_utm_content_c": {"type": "STRING", "index": 137, "name": "original_utm_content_c", "comment": null}, "original_utm_medium_c": {"type": "STRING", "index": 138, "name": "original_utm_medium_c", "comment": null}, "original_utm_source_c": {"type": "STRING", "index": 139, "name": "original_utm_source_c", "comment": null}, "original_utm_term_c": {"type": "STRING", "index": 140, "name": "original_utm_term_c", "comment": null}, "es_app_escreated_timestamp_c": {"type": "TIMESTAMP", "index": 141, "name": "es_app_escreated_timestamp_c", "comment": null}, "es_app_esecid_c": {"type": "FLOAT64", "index": 142, "name": "es_app_esecid_c", "comment": null}, "es_app_esenriched_c": {"type": "BOOL", "index": 143, "name": "es_app_esenriched_c", "comment": null}, "es_app_esenriched_timestamp_c": {"type": "TIMESTAMP", "index": 144, "name": "es_app_esenriched_timestamp_c", "comment": null}, "es_app_esintent_aggregate_score_c": {"type": "FLOAT64", "index": 145, "name": "es_app_esintent_aggregate_score_c", "comment": null}, "es_app_esintent_timestamp_c": {"type": "TIMESTAMP", "index": 146, "name": "es_app_esintent_timestamp_c", "comment": null}, "es_app_esintent_topics_c": {"type": "STRING", "index": 147, "name": "es_app_esintent_topics_c", "comment": null}, "es_app_esoverall_fit_score_c": {"type": "FLOAT64", "index": 148, "name": "es_app_esoverall_fit_score_c", "comment": null}, "es_app_essource_c": {"type": "BOOL", "index": 149, "name": "es_app_essource_c", "comment": null}, "individual_id": {"type": "STRING", "index": 150, "name": "individual_id", "comment": null}, "marketing_process_c": {"type": "STRING", "index": 151, "name": "marketing_process_c", "comment": null}, "automation_tracking_c": {"type": "STRING", "index": 152, "name": "automation_tracking_c", "comment": null}, "user_gems_has_changed_job_c": {"type": "TIMESTAMP", "index": 153, "name": "user_gems_has_changed_job_c", "comment": null}, "email_opt_in_explicit_c": {"type": "BOOL", "index": 154, "name": "email_opt_in_explicit_c", "comment": null}, "email_opt_in_implicit_c": {"type": "BOOL", "index": 155, "name": "email_opt_in_implicit_c", "comment": null}, "gdpr_opt_in_explicit_c": {"type": "BOOL", "index": 156, "name": "gdpr_opt_in_explicit_c", "comment": null}, "user_gems_is_a_user_gem_c": {"type": "BOOL", "index": 157, "name": "user_gems_is_a_user_gem_c", "comment": null}, "user_gems_past_account_c": {"type": "STRING", "index": 158, "name": "user_gems_past_account_c", "comment": null}, "user_gems_past_company_c": {"type": "STRING", "index": 159, "name": "user_gems_past_company_c", "comment": null}, "user_gems_past_contact_c": {"type": "STRING", "index": 160, "name": "user_gems_past_contact_c", "comment": null}, "user_gems_past_title_c": {"type": "STRING", "index": 161, "name": "user_gems_past_title_c", "comment": null}, "partner_contact_c": {"type": "BOOL", "index": 162, "name": "partner_contact_c", "comment": null}, "promotion_id_c": {"type": "STRING", "index": 163, "name": "promotion_id_c", "comment": null}, "referral_exists_c": {"type": "BOOL", "index": 164, "name": "referral_exists_c", "comment": null}, "referral_first_name_c": {"type": "STRING", "index": 165, "name": "referral_first_name_c", "comment": null}, "referral_last_name_c": {"type": "STRING", "index": 166, "name": "referral_last_name_c", "comment": null}, "mkto_71_contact_acquisition_date_c": {"type": "TIMESTAMP", "index": 167, "name": "mkto_71_contact_acquisition_date_c", "comment": null}, "mkto_71_contact_acquisition_program_c": {"type": "STRING", "index": 168, "name": "mkto_71_contact_acquisition_program_c", "comment": null}, "mkto_71_contact_acquisition_program_id_c": {"type": "FLOAT64", "index": 169, "name": "mkto_71_contact_acquisition_program_id_c", "comment": null}, "mkto_71_contact_inferred_city_c": {"type": "STRING", "index": 170, "name": "mkto_71_contact_inferred_city_c", "comment": null}, "mkto_71_contact_inferred_company_c": {"type": "STRING", "index": 171, "name": "mkto_71_contact_inferred_company_c", "comment": null}, "mkto_71_contact_inferred_country_c": {"type": "STRING", "index": 172, "name": "mkto_71_contact_inferred_country_c", "comment": null}, "mkto_71_contact_inferred_metropolitan_a_c": {"type": "STRING", "index": 173, "name": "mkto_71_contact_inferred_metropolitan_a_c", "comment": null}, "mkto_71_contact_inferred_phone_area_cod_c": {"type": "STRING", "index": 174, "name": "mkto_71_contact_inferred_phone_area_cod_c", "comment": null}, "mkto_71_contact_inferred_postal_code_c": {"type": "STRING", "index": 175, "name": "mkto_71_contact_inferred_postal_code_c", "comment": null}, "mkto_71_contact_inferred_state_region_c": {"type": "STRING", "index": 176, "name": "mkto_71_contact_inferred_state_region_c", "comment": null}, "mkto_71_contact_lead_score_c": {"type": "FLOAT64", "index": 177, "name": "mkto_71_contact_lead_score_c", "comment": null}, "mkto_71_contact_original_referrer_c": {"type": "STRING", "index": 178, "name": "mkto_71_contact_original_referrer_c", "comment": null}, "mkto_71_contact_original_search_engine_c": {"type": "STRING", "index": 179, "name": "mkto_71_contact_original_search_engine_c", "comment": null}, "mkto_71_contact_original_search_phrase_c": {"type": "STRING", "index": 180, "name": "mkto_71_contact_original_search_phrase_c", "comment": null}, "mkto_71_contact_original_source_info_c": {"type": "STRING", "index": 181, "name": "mkto_71_contact_original_source_info_c", "comment": null}, "mkto_71_contact_original_source_type_c": {"type": "STRING", "index": 182, "name": "mkto_71_contact_original_source_type_c", "comment": null}, "mkto_si_hide_date_c": {"type": "TIMESTAMP", "index": 183, "name": "mkto_si_hide_date_c", "comment": null}, "mkto_si_last_interesting_moment_date_c": {"type": "TIMESTAMP", "index": 184, "name": "mkto_si_last_interesting_moment_date_c", "comment": null}, "mkto_si_last_interesting_moment_desc_c": {"type": "STRING", "index": 185, "name": "mkto_si_last_interesting_moment_desc_c", "comment": null}, "mkto_si_last_interesting_moment_source_c": {"type": "STRING", "index": 186, "name": "mkto_si_last_interesting_moment_source_c", "comment": null}, "mkto_si_last_interesting_moment_type_c": {"type": "STRING", "index": 187, "name": "mkto_si_last_interesting_moment_type_c", "comment": null}, "mkto_si_mkto_lead_score_c": {"type": "FLOAT64", "index": 188, "name": "mkto_si_mkto_lead_score_c", "comment": null}, "mkto_si_priority_c": {"type": "FLOAT64", "index": 189, "name": "mkto_si_priority_c", "comment": null}, "mkto_si_relative_score_value_c": {"type": "FLOAT64", "index": 190, "name": "mkto_si_relative_score_value_c", "comment": null}, "mkto_si_urgency_value_c": {"type": "FLOAT64", "index": 191, "name": "mkto_si_urgency_value_c", "comment": null}, "cloudingo_agent_ces_c": {"type": "FLOAT64", "index": 192, "name": "cloudingo_agent_ces_c", "comment": null}, "cloudingo_agent_mar_c": {"type": "STRING", "index": 193, "name": "cloudingo_agent_mar_c", "comment": null}, "cloudingo_agent_mas_c": {"type": "FLOAT64", "index": 194, "name": "cloudingo_agent_mas_c", "comment": null}, "cloudingo_agent_mav_c": {"type": "STRING", "index": 195, "name": "cloudingo_agent_mav_c", "comment": null}, "cloudingo_agent_mrdi_c": {"type": "STRING", "index": 196, "name": "cloudingo_agent_mrdi_c", "comment": null}, "cloudingo_agent_mtz_c": {"type": "STRING", "index": 197, "name": "cloudingo_agent_mtz_c", "comment": null}, "cloudingo_agent_oar_c": {"type": "STRING", "index": 198, "name": "cloudingo_agent_oar_c", "comment": null}, "cloudingo_agent_oas_c": {"type": "FLOAT64", "index": 199, "name": "cloudingo_agent_oas_c", "comment": null}, "cloudingo_agent_oav_c": {"type": "STRING", "index": 200, "name": "cloudingo_agent_oav_c", "comment": null}, "cloudingo_agent_ordi_c": {"type": "STRING", "index": 201, "name": "cloudingo_agent_ordi_c", "comment": null}, "cloudingo_agent_otz_c": {"type": "STRING", "index": 202, "name": "cloudingo_agent_otz_c", "comment": null}, "do_not_sync_marketo_c": {"type": "BOOL", "index": 203, "name": "do_not_sync_marketo_c", "comment": null}, "phone_extension_c": {"type": "STRING", "index": 204, "name": "phone_extension_c", "comment": null}, "job_function_c": {"type": "STRING", "index": 205, "name": "job_function_c", "comment": null}, "job_level_c": {"type": "STRING", "index": 206, "name": "job_level_c", "comment": null}, "direct_office_c": {"type": "STRING", "index": 207, "name": "direct_office_c", "comment": null}, "city_c": {"type": "STRING", "index": 208, "name": "city_c", "comment": null}, "country_c": {"type": "STRING", "index": 209, "name": "country_c", "comment": null}, "state_c": {"type": "STRING", "index": 210, "name": "state_c", "comment": null}, "secondary_email_c": {"type": "STRING", "index": 211, "name": "secondary_email_c", "comment": null}, "es_seniority_c": {"type": "STRING", "index": 212, "name": "es_seniority_c", "comment": null}, "source_last_lead_source_c": {"type": "STRING", "index": 213, "name": "source_last_lead_source_c", "comment": null}, "source_last_lead_source_category_c": {"type": "STRING", "index": 214, "name": "source_last_lead_source_category_c", "comment": null}, "source_last_lead_source_detail_c": {"type": "STRING", "index": 215, "name": "source_last_lead_source_detail_c", "comment": null}, "drift_cql_c": {"type": "FLOAT64", "index": 216, "name": "drift_cql_c", "comment": null}, "hot_contact_c": {"type": "BOOL", "index": 217, "name": "hot_contact_c", "comment": null}, "behavioral_score_c": {"type": "FLOAT64", "index": 218, "name": "behavioral_score_c", "comment": null}, "unique_email_c": {"type": "STRING", "index": 219, "name": "unique_email_c", "comment": null}, "is_emea_event_routing_c": {"type": "BOOL", "index": 220, "name": "is_emea_event_routing_c", "comment": null}, "csi_code_c": {"type": "FLOAT64", "index": 221, "name": "csi_code_c", "comment": null}, "clearbit_role_c": {"type": "STRING", "index": 222, "name": "clearbit_role_c", "comment": null}, "clearbit_seniority_c": {"type": "STRING", "index": 223, "name": "clearbit_seniority_c", "comment": null}, "clearbit_sub_role_c": {"type": "STRING", "index": 224, "name": "clearbit_sub_role_c", "comment": null}, "rh_2_currency_test_c": {"type": "BIGNUMERIC", "index": 225, "name": "rh_2_currency_test_c", "comment": null}, "rh_2_describe_c": {"type": "STRING", "index": 226, "name": "rh_2_describe_c", "comment": null}, "rh_2_integer_test_c": {"type": "FLOAT64", "index": 227, "name": "rh_2_integer_test_c", "comment": null}, "created_by_role_c": {"type": "STRING", "index": 228, "name": "created_by_role_c", "comment": null}, "demographic_score_c": {"type": "FLOAT64", "index": 229, "name": "demographic_score_c", "comment": null}, "country_code_c": {"type": "STRING", "index": 230, "name": "country_code_c", "comment": null}, "state_code_c": {"type": "STRING", "index": 231, "name": "state_code_c", "comment": null}, "attended_event_c": {"type": "BOOL", "index": 232, "name": "attended_event_c", "comment": null}, "zoominfo_technologies_c": {"type": "STRING", "index": 233, "name": "zoominfo_technologies_c", "comment": null}, "mql_date_c": {"type": "TIMESTAMP", "index": 234, "name": "mql_date_c", "comment": null}, "user_gems_user_gems_id_c": {"type": "STRING", "index": 235, "name": "user_gems_user_gems_id_c", "comment": null}, "dozisf_zoom_info_company_id_c": {"type": "STRING", "index": 236, "name": "dozisf_zoom_info_company_id_c", "comment": null}, "dozisf_zoom_info_first_updated_c": {"type": "TIMESTAMP", "index": 237, "name": "dozisf_zoom_info_first_updated_c", "comment": null}, "dozisf_zoom_info_id_c": {"type": "STRING", "index": 238, "name": "dozisf_zoom_info_id_c", "comment": null}, "dozisf_zoom_info_last_updated_c": {"type": "TIMESTAMP", "index": 239, "name": "dozisf_zoom_info_last_updated_c", "comment": null}, "lean_data_manual_route_trigger_c": {"type": "BOOL", "index": 240, "name": "lean_data_manual_route_trigger_c", "comment": null}, "first_mql_date_c": {"type": "TIMESTAMP", "index": 241, "name": "first_mql_date_c", "comment": null}, "active_relationship_c": {"type": "BOOL", "index": 242, "name": "active_relationship_c", "comment": null}, "clarus_date_c": {"type": "TIMESTAMP", "index": 243, "name": "clarus_date_c", "comment": null}, "clarus_editor_c": {"type": "STRING", "index": 244, "name": "clarus_editor_c", "comment": null}, "clarus_notes_c": {"type": "STRING", "index": 245, "name": "clarus_notes_c", "comment": null}, "clarus_project_c": {"type": "STRING", "index": 246, "name": "clarus_project_c", "comment": null}, "clarus_status_c": {"type": "STRING", "index": 247, "name": "clarus_status_c", "comment": null}, "historical_contact_status_c": {"type": "STRING", "index": 248, "name": "historical_contact_status_c", "comment": null}, "fivetran_account_association_date_c": {"type": "TIMESTAMP", "index": 249, "name": "fivetran_account_association_date_c", "comment": null}, "fivetran_account_user_role_s_c": {"type": "STRING", "index": 250, "name": "fivetran_account_user_role_s_c", "comment": null}, "mql_reason_c": {"type": "STRING", "index": 251, "name": "mql_reason_c", "comment": null}, "attempting_contact_date_time_c": {"type": "TIMESTAMP", "index": 252, "name": "attempting_contact_date_time_c", "comment": null}, "linked_in_url_c": {"type": "STRING", "index": 253, "name": "linked_in_url_c", "comment": null}, "trial_contact_start_date_c": {"type": "TIMESTAMP", "index": 254, "name": "trial_contact_start_date_c", "comment": null}, "contact_holdover_c": {"type": "BOOL", "index": 255, "name": "contact_holdover_c", "comment": null}, "bill_to_contact_hidden_c": {"type": "BOOL", "index": 256, "name": "bill_to_contact_hidden_c", "comment": null}, "enrichment_request_c": {"type": "BOOL", "index": 257, "name": "enrichment_request_c", "comment": null}, "meta_data_create_date_c": {"type": "TIMESTAMP", "index": 258, "name": "meta_data_create_date_c", "comment": null}, "primary_se_c": {"type": "STRING", "index": 259, "name": "primary_se_c", "comment": null}, "unqualified_reason_c": {"type": "STRING", "index": 260, "name": "unqualified_reason_c", "comment": null}, "opp_handoff_ae_c": {"type": "STRING", "index": 261, "name": "opp_handoff_ae_c", "comment": null}, "marketing_connector_interest_c": {"type": "STRING", "index": 262, "name": "marketing_connector_interest_c", "comment": null}, "recent_marketing_campaign_status_c": {"type": "STRING", "index": 263, "name": "recent_marketing_campaign_status_c", "comment": null}, "salesloft_cadence_trigger_c": {"type": "STRING", "index": 264, "name": "salesloft_cadence_trigger_c", "comment": null}, "last_ae_activity_owner_c": {"type": "STRING", "index": 265, "name": "last_ae_activity_owner_c", "comment": null}, "last_bdr_activity_owner_c": {"type": "STRING", "index": 266, "name": "last_bdr_activity_owner_c", "comment": null}, "last_manual_ae_activity_date_c": {"type": "TIMESTAMP", "index": 267, "name": "last_manual_ae_activity_date_c", "comment": null}, "last_manual_bdr_activity_date_c": {"type": "TIMESTAMP", "index": 268, "name": "last_manual_bdr_activity_date_c", "comment": null}, "leandata_contact_owner_override_c": {"type": "STRING", "index": 269, "name": "leandata_contact_owner_override_c", "comment": null}, "potential_fivetran_use_case_c": {"type": "STRING", "index": 270, "name": "potential_fivetran_use_case_c", "comment": null}, "lean_data_router_completion_date_time_c": {"type": "TIMESTAMP", "index": 271, "name": "lean_data_router_completion_date_time_c", "comment": null}, "partner_territory_c": {"type": "STRING", "index": 272, "name": "partner_territory_c", "comment": null}, "partner_company_c": {"type": "STRING", "index": 273, "name": "partner_company_c", "comment": null}, "bizible_2_ad_campaign_name_ft_c": {"type": "STRING", "index": 274, "name": "bizible_2_ad_campaign_name_ft_c", "comment": null}, "bizible_2_ad_campaign_name_lc_c": {"type": "STRING", "index": 275, "name": "bizible_2_ad_campaign_name_lc_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "STRING", "index": 276, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_landing_page_ft_c": {"type": "STRING", "index": 277, "name": "bizible_2_landing_page_ft_c", "comment": null}, "bizible_2_landing_page_lc_c": {"type": "STRING", "index": 278, "name": "bizible_2_landing_page_lc_c", "comment": null}, "bizible_2_marketing_channel_ft_c": {"type": "STRING", "index": 279, "name": "bizible_2_marketing_channel_ft_c", "comment": null}, "bizible_2_marketing_channel_lc_c": {"type": "STRING", "index": 280, "name": "bizible_2_marketing_channel_lc_c", "comment": null}, "bizible_2_touchpoint_date_ft_c": {"type": "TIMESTAMP", "index": 281, "name": "bizible_2_touchpoint_date_ft_c", "comment": null}, "bizible_2_touchpoint_date_lc_c": {"type": "TIMESTAMP", "index": 282, "name": "bizible_2_touchpoint_date_lc_c", "comment": null}, "bizible_2_touchpoint_source_ft_c": {"type": "STRING", "index": 283, "name": "bizible_2_touchpoint_source_ft_c", "comment": null}, "bizible_2_touchpoint_source_lc_c": {"type": "STRING", "index": 284, "name": "bizible_2_touchpoint_source_lc_c", "comment": null}, "sales_email_opt_out_c": {"type": "BOOL", "index": 285, "name": "sales_email_opt_out_c", "comment": null}, "sales_email_opt_out_date_time_c": {"type": "TIMESTAMP", "index": 286, "name": "sales_email_opt_out_date_time_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "STRING", "index": 287, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "STRING", "index": 288, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_net_suite_sync_error_c": {"type": "STRING", "index": 289, "name": "celigo_sfnsio_net_suite_sync_error_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "BOOL", "index": 290, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "BOOL", "index": 291, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "ironclad_workflow_c": {"type": "STRING", "index": 292, "name": "ironclad_workflow_c", "comment": null}, "last_sales_activity_date_time_c": {"type": "TIMESTAMP", "index": 293, "name": "last_sales_activity_date_time_c", "comment": null}, "user_activity_logged_by_c": {"type": "STRING", "index": 294, "name": "user_activity_logged_by_c", "comment": null}, "first_activity_after_mql_date_c": {"type": "TIMESTAMP", "index": 295, "name": "first_activity_after_mql_date_c", "comment": null}, "last_sdr_activity_owner_c": {"type": "STRING", "index": 296, "name": "last_sdr_activity_owner_c", "comment": null}, "last_sdr_activity_date_c": {"type": "TIMESTAMP", "index": 297, "name": "last_sdr_activity_date_c", "comment": null}, "beta_connector_interest_c": {"type": "STRING", "index": 298, "name": "beta_connector_interest_c", "comment": null}, "first_manual_activity_after_mql_date_c": {"type": "TIMESTAMP", "index": 299, "name": "first_manual_activity_after_mql_date_c", "comment": null}, "user_gems_ug_past_infos_c": {"type": "STRING", "index": 300, "name": "user_gems_ug_past_infos_c", "comment": null}, "user_gems_ug_current_infos_c": {"type": "STRING", "index": 301, "name": "user_gems_ug_current_infos_c", "comment": null}, "user_gems_ug_created_by_ug_c": {"type": "BOOL", "index": 302, "name": "user_gems_ug_created_by_ug_c", "comment": null}, "free_trial_email_confirmed_date_c": {"type": "TIMESTAMP", "index": 303, "name": "free_trial_email_confirmed_date_c", "comment": null}, "routed_from_manual_bdr_ae_activity_c": {"type": "BOOL", "index": 304, "name": "routed_from_manual_bdr_ae_activity_c", "comment": null}, "dnboptimizer_dn_bcontact_record_c": {"type": "STRING", "index": 305, "name": "dnboptimizer_dn_bcontact_record_c", "comment": null}, "i_sell_avention_id_c": {"type": "STRING", "index": 306, "name": "i_sell_avention_id_c", "comment": null}, "persona_c": {"type": "STRING", "index": 307, "name": "persona_c", "comment": null}, "last_marketing_interesting_moment_date_c": {"type": "TIMESTAMP", "index": 308, "name": "last_marketing_interesting_moment_date_c", "comment": null}, "verified_c": {"type": "BOOL", "index": 309, "name": "verified_c", "comment": null}, "salesloft_owner_c": {"type": "STRING", "index": 310, "name": "salesloft_owner_c", "comment": null}, "salesloft_owner_sf_c": {"type": "STRING", "index": 311, "name": "salesloft_owner_sf_c", "comment": null}, "email_opt_out_date_time_c": {"type": "TIMESTAMP", "index": 312, "name": "email_opt_out_date_time_c", "comment": null}, "pbf_startup_primary_role_c": {"type": "STRING", "index": 313, "name": "pbf_startup_primary_role_c", "comment": null}, "pbf_startup_certify_eligibility_c": {"type": "BOOL", "index": 314, "name": "pbf_startup_certify_eligibility_c", "comment": null}, "engagio_intent_minutes_last_30_days_c": {"type": "FLOAT64", "index": 315, "name": "engagio_intent_minutes_last_30_days_c", "comment": null}, "engagio_engagement_minutes_last_3_months_c": {"type": "FLOAT64", "index": 316, "name": "engagio_engagement_minutes_last_3_months_c", "comment": null}, "engagio_engagement_minutes_last_7_days_c": {"type": "FLOAT64", "index": 317, "name": "engagio_engagement_minutes_last_7_days_c", "comment": null}, "engagio_first_engagement_date_c": {"type": "TIMESTAMP", "index": 318, "name": "engagio_first_engagement_date_c", "comment": null}, "engagio_department_c": {"type": "STRING", "index": 319, "name": "engagio_department_c", "comment": null}, "engagio_role_c": {"type": "STRING", "index": 320, "name": "engagio_role_c", "comment": null}, "mql_date_changed_c": {"type": "BOOL", "index": 321, "name": "mql_date_changed_c", "comment": null}, "first_activity_after_mql_changed_c": {"type": "BOOL", "index": 322, "name": "first_activity_after_mql_changed_c", "comment": null}, "birthdate": {"type": "TIMESTAMP", "index": 323, "name": "birthdate", "comment": null}, "legacy_hvr_id_c": {"type": "STRING", "index": 324, "name": "legacy_hvr_id_c", "comment": null}, "has_opted_out_of_fax": {"type": "BOOL", "index": 325, "name": "has_opted_out_of_fax", "comment": null}, "other_latitude": {"type": "FLOAT64", "index": 326, "name": "other_latitude", "comment": null}, "username_c": {"type": "STRING", "index": 327, "name": "username_c", "comment": null}, "assistant_name": {"type": "STRING", "index": 328, "name": "assistant_name", "comment": null}, "created_at_c": {"type": "STRING", "index": 329, "name": "created_at_c", "comment": null}, "partner_contact_deprecate_c": {"type": "BOOL", "index": 330, "name": "partner_contact_deprecate_c", "comment": null}, "other_street": {"type": "STRING", "index": 331, "name": "other_street", "comment": null}, "other_state": {"type": "STRING", "index": 332, "name": "other_state", "comment": null}, "home_phone": {"type": "STRING", "index": 333, "name": "home_phone", "comment": null}, "other_city": {"type": "STRING", "index": 334, "name": "other_city", "comment": null}, "company_c": {"type": "STRING", "index": 335, "name": "company_c", "comment": null}, "opportunity_c": {"type": "STRING", "index": 336, "name": "opportunity_c", "comment": null}, "hvr_update_c": {"type": "BOOL", "index": 337, "name": "hvr_update_c", "comment": null}, "other_phone": {"type": "STRING", "index": 338, "name": "other_phone", "comment": null}, "other_geocode_accuracy": {"type": "STRING", "index": 339, "name": "other_geocode_accuracy", "comment": null}, "other_postal_code": {"type": "STRING", "index": 340, "name": "other_postal_code", "comment": null}, "other_country": {"type": "STRING", "index": 341, "name": "other_country", "comment": null}, "assistant_phone": {"type": "STRING", "index": 342, "name": "assistant_phone", "comment": null}, "jigsaw": {"type": "STRING", "index": 343, "name": "jigsaw", "comment": null}, "avatar_c": {"type": "STRING", "index": 344, "name": "avatar_c", "comment": null}, "other_longitude": {"type": "FLOAT64", "index": 345, "name": "other_longitude", "comment": null}, "lean_data_status_info_c": {"type": "STRING", "index": 346, "name": "lean_data_status_info_c", "comment": null}, "analytics_id_c": {"type": "STRING", "index": 347, "name": "analytics_id_c", "comment": null}, "dnb_primary_address_postal_code_c": {"type": "STRING", "index": 348, "name": "dnb_primary_address_postal_code_c", "comment": null}, "dnb_contact_phone_c": {"type": "STRING", "index": 349, "name": "dnb_contact_phone_c", "comment": null}, "dnb_email_deliverability_score_c": {"type": "FLOAT64", "index": 350, "name": "dnb_email_deliverability_score_c", "comment": null}, "dnb_job_title_c": {"type": "STRING", "index": 351, "name": "dnb_job_title_c", "comment": null}, "dnb_email_c": {"type": "STRING", "index": 352, "name": "dnb_email_c", "comment": null}, "dnb_primary_address_city_c": {"type": "STRING", "index": 353, "name": "dnb_primary_address_city_c", "comment": null}, "dnb_phone_accuracy_score_c": {"type": "FLOAT64", "index": 354, "name": "dnb_phone_accuracy_score_c", "comment": null}, "dnb_primary_address_state_province_c": {"type": "STRING", "index": 355, "name": "dnb_primary_address_state_province_c", "comment": null}, "dnb_primary_address_state_province_abbre_c": {"type": "STRING", "index": 356, "name": "dnb_primary_address_state_province_abbre_c", "comment": null}, "dnb_primary_address_country_region_code_c": {"type": "STRING", "index": 357, "name": "dnb_primary_address_country_region_code_c", "comment": null}, "email_opt_in_double_c": {"type": "BOOL", "index": 358, "name": "email_opt_in_double_c", "comment": null}, "phone_number_catch_all_c": {"type": "STRING", "index": 359, "name": "phone_number_catch_all_c", "comment": null}, "contact_owners_manager_stamped_c": {"type": "STRING", "index": 360, "name": "contact_owners_manager_stamped_c", "comment": null}, "fivetran_account_id_c": {"type": "STRING", "index": 361, "name": "fivetran_account_id_c", "comment": null}, "contacts_domain_exists_c": {"type": "BOOL", "index": 362, "name": "contacts_domain_exists_c", "comment": null}, "utm_id_c": {"type": "STRING", "index": 363, "name": "utm_id_c", "comment": null}, "self_service_routing_c": {"type": "BOOL", "index": 364, "name": "self_service_routing_c", "comment": null}, "no_geo_data_c": {"type": "BOOL", "index": 365, "name": "no_geo_data_c", "comment": null}, "to_be_deleted_salesloft_backfill_c": {"type": "BOOL", "index": 366, "name": "to_be_deleted_salesloft_backfill_c", "comment": null}, "do_not_sync_reason_marketo_c": {"type": "STRING", "index": 367, "name": "do_not_sync_reason_marketo_c", "comment": null}, "linked_to_contract_c": {"type": "BOOL", "index": 368, "name": "linked_to_contract_c", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_source.stg_salesforce__contact_tmp"}, "model.salesforce_source.stg_salesforce__order_tmp": {"metadata": {"type": "view", "schema": "dbt_renee", "name": "stg_salesforce__order_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "STRING", "index": 3, "name": "account_id", "comment": null}, "activated_by_id": {"type": "STRING", "index": 4, "name": "activated_by_id", "comment": null}, "activated_date": {"type": "TIMESTAMP", "index": 5, "name": "activated_date", "comment": null}, "billing_city": {"type": "STRING", "index": 6, "name": "billing_city", "comment": null}, "billing_country": {"type": "STRING", "index": 7, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "STRING", "index": 8, "name": "billing_country_code", "comment": null}, "billing_geocode_accuracy": {"type": "STRING", "index": 9, "name": "billing_geocode_accuracy", "comment": null}, "billing_latitude": {"type": "FLOAT64", "index": 10, "name": "billing_latitude", "comment": null}, "billing_longitude": {"type": "FLOAT64", "index": 11, "name": "billing_longitude", "comment": null}, "billing_postal_code": {"type": "STRING", "index": 12, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "STRING", "index": 13, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "STRING", "index": 14, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "STRING", "index": 15, "name": "billing_street", "comment": null}, "company_authorized_by_id": {"type": "STRING", "index": 16, "name": "company_authorized_by_id", "comment": null}, "contract_id": {"type": "STRING", "index": 17, "name": "contract_id", "comment": null}, "created_by_id": {"type": "STRING", "index": 18, "name": "created_by_id", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 19, "name": "created_date", "comment": null}, "customer_authorized_by_id": {"type": "STRING", "index": 20, "name": "customer_authorized_by_id", "comment": null}, "description": {"type": "STRING", "index": 21, "name": "description", "comment": null}, "effective_date": {"type": "TIMESTAMP", "index": 22, "name": "effective_date", "comment": null}, "end_date": {"type": "TIMESTAMP", "index": 23, "name": "end_date", "comment": null}, "is_deleted": {"type": "BOOL", "index": 24, "name": "is_deleted", "comment": null}, "is_reduction_order": {"type": "BOOL", "index": 25, "name": "is_reduction_order", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 26, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 27, "name": "last_modified_date", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 28, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 29, "name": "last_viewed_date", "comment": null}, "order_number": {"type": "STRING", "index": 30, "name": "order_number", "comment": null}, "original_order_id": {"type": "STRING", "index": 31, "name": "original_order_id", "comment": null}, "owner_id": {"type": "STRING", "index": 32, "name": "owner_id", "comment": null}, "pricebook_2_id": {"type": "STRING", "index": 33, "name": "pricebook_2_id", "comment": null}, "shipping_city": {"type": "STRING", "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": "STRING", "index": 37, "name": "shipping_geocode_accuracy", "comment": null}, "shipping_latitude": {"type": "FLOAT64", "index": 38, "name": "shipping_latitude", "comment": null}, "shipping_longitude": {"type": "FLOAT64", "index": 39, "name": "shipping_longitude", "comment": null}, "shipping_postal_code": {"type": "STRING", "index": 40, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "STRING", "index": 41, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "STRING", "index": 42, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "STRING", "index": 43, "name": "shipping_street", "comment": null}, "status": {"type": "STRING", "index": 44, "name": "status", "comment": null}, "status_code": {"type": "STRING", "index": 45, "name": "status_code", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 46, "name": "system_modstamp", "comment": null}, "total_amount": {"type": "FLOAT64", "index": 47, "name": "total_amount", "comment": null}, "type": {"type": "STRING", "index": 48, "name": "type", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "BOOL", "index": 49, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_net_suite_id_c": {"type": "STRING", "index": 50, "name": "netsuite_conn_net_suite_id_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "STRING", "index": 51, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_pushed_from_net_suite_c": {"type": "BOOL", "index": 52, "name": "netsuite_conn_pushed_from_net_suite_c", "comment": null}, "netsuite_conn_opportunity_c": {"type": "STRING", "index": 53, "name": "netsuite_conn_opportunity_c", "comment": null}, "netsuite_conn_net_suite_order_status_c": {"type": "STRING", "index": 54, "name": "netsuite_conn_net_suite_order_status_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "BOOL", "index": 55, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_tax_total_c": {"type": "FLOAT64", "index": 56, "name": "netsuite_conn_tax_total_c", "comment": null}, "netsuite_conn_tracking_numbers_c": {"type": "STRING", "index": 57, "name": "netsuite_conn_tracking_numbers_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "BOOL", "index": 58, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_document_id_c": {"type": "STRING", "index": 59, "name": "netsuite_conn_document_id_c", "comment": null}, "netsuite_conn_subtotal_c": {"type": "FLOAT64", "index": 60, "name": "netsuite_conn_subtotal_c", "comment": null}, "netsuite_conn_discount_total_c": {"type": "FLOAT64", "index": 61, "name": "netsuite_conn_discount_total_c", "comment": null}, "netsuite_conn_total_c": {"type": "FLOAT64", "index": 62, "name": "netsuite_conn_total_c", "comment": null}, "netsuite_conn_net_suite_order_date_c": {"type": "TIMESTAMP", "index": 63, "name": "netsuite_conn_net_suite_order_date_c", "comment": null}, "netsuite_conn_ship_date_c": {"type": "TIMESTAMP", "index": 64, "name": "netsuite_conn_ship_date_c", "comment": null}, "netsuite_conn_quote_c": {"type": "STRING", "index": 65, "name": "netsuite_conn_quote_c", "comment": null}, "netsuite_conn_net_suite_order_number_c": {"type": "STRING", "index": 66, "name": "netsuite_conn_net_suite_order_number_c", "comment": null}, "sbqq_contracted_c": {"type": "BOOL", "index": 67, "name": "sbqq_contracted_c", "comment": null}, "sbqq_contracting_method_c": {"type": "STRING", "index": 68, "name": "sbqq_contracting_method_c", "comment": null}, "sbqq_payment_term_c": {"type": "STRING", "index": 69, "name": "sbqq_payment_term_c", "comment": null}, "sbqq_price_calc_status_c": {"type": "STRING", "index": 70, "name": "sbqq_price_calc_status_c", "comment": null}, "sbqq_price_calc_status_message_c": {"type": "STRING", "index": 71, "name": "sbqq_price_calc_status_message_c", "comment": null}, "sbqq_quote_c": {"type": "STRING", "index": 72, "name": "sbqq_quote_c", "comment": null}, "sbqq_renewal_term_c": {"type": "FLOAT64", "index": 73, "name": "sbqq_renewal_term_c", "comment": null}, "sbqq_renewal_uplift_rate_c": {"type": "FLOAT64", "index": 74, "name": "sbqq_renewal_uplift_rate_c", "comment": null}, "ava_sfcpq_ava_tax_message_c": {"type": "STRING", "index": 75, "name": "ava_sfcpq_ava_tax_message_c", "comment": null}, "ava_sfcpq_entity_use_code_c": {"type": "STRING", "index": 76, "name": "ava_sfcpq_entity_use_code_c", "comment": null}, "ava_sfcpq_invoice_message_c": {"type": "STRING", "index": 77, "name": "ava_sfcpq_invoice_message_c", "comment": null}, "ava_sfcpq_is_seller_importer_of_record_c": {"type": "BOOL", "index": 78, "name": "ava_sfcpq_is_seller_importer_of_record_c", "comment": null}, "ava_sfcpq_order_calculate_tax_c": {"type": "BOOL", "index": 79, "name": "ava_sfcpq_order_calculate_tax_c", "comment": null}, "ava_sfcpq_sales_tax_amount_c": {"type": "BIGNUMERIC", "index": 80, "name": "ava_sfcpq_sales_tax_amount_c", "comment": null}, "blng_bill_now_c": {"type": "BOOL", "index": 81, "name": "blng_bill_now_c", "comment": null}, "blng_billing_account_c": {"type": "STRING", "index": 82, "name": "blng_billing_account_c", "comment": null}, "blng_billing_day_of_month_c": {"type": "STRING", "index": 83, "name": "blng_billing_day_of_month_c", "comment": null}, "blng_invoice_batch_c": {"type": "STRING", "index": 84, "name": "blng_invoice_batch_c", "comment": null}, "amendment_type_c": {"type": "STRING", "index": 85, "name": "amendment_type_c", "comment": null}, "credit_summary_c": {"type": "STRING", "index": 86, "name": "credit_summary_c", "comment": null}, "evergreen_c": {"type": "BOOL", "index": 87, "name": "evergreen_c", "comment": null}, "invoicing_type_c": {"type": "STRING", "index": 88, "name": "invoicing_type_c", "comment": null}, "legal_entity_c": {"type": "STRING", "index": 89, "name": "legal_entity_c", "comment": null}, "prepaid_billing_frequency_c": {"type": "STRING", "index": 90, "name": "prepaid_billing_frequency_c", "comment": null}, "prepaid_order_c": {"type": "BOOL", "index": 91, "name": "prepaid_order_c", "comment": null}, "update_subscriptions_only_c": {"type": "BOOL", "index": 92, "name": "update_subscriptions_only_c", "comment": null}, "order_auto_activated_c": {"type": "BOOL", "index": 93, "name": "order_auto_activated_c", "comment": null}, "synced_to_net_suite_c": {"type": "BOOL", "index": 94, "name": "synced_to_net_suite_c", "comment": null}, "purchase_order_number_c": {"type": "STRING", "index": 95, "name": "purchase_order_number_c", "comment": null}, "celigo_sfnsio_discount_total_net_suite_c": {"type": "BIGNUMERIC", "index": 96, "name": "celigo_sfnsio_discount_total_net_suite_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "STRING", "index": 97, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "celigo_sfnsio_net_suite_order_number_c": {"type": "STRING", "index": 98, "name": "celigo_sfnsio_net_suite_order_number_c", "comment": null}, "celigo_sfnsio_net_suite_order_status_c": {"type": "STRING", "index": 99, "name": "celigo_sfnsio_net_suite_order_status_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "STRING", "index": 100, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_ship_date_c": {"type": "TIMESTAMP", "index": 101, "name": "celigo_sfnsio_ship_date_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "BOOL", "index": 102, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_sub_total_net_suite_c": {"type": "BIGNUMERIC", "index": 103, "name": "celigo_sfnsio_sub_total_net_suite_c", "comment": null}, "celigo_sfnsio_tax_total_net_suite_c": {"type": "BIGNUMERIC", "index": 104, "name": "celigo_sfnsio_tax_total_net_suite_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "BOOL", "index": 105, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "celigo_sfnsio_total_net_suite_c": {"type": "BIGNUMERIC", "index": 106, "name": "celigo_sfnsio_total_net_suite_c", "comment": null}, "amend_with_rollover_spend_type_c": {"type": "BOOL", "index": 107, "name": "amend_with_rollover_spend_type_c", "comment": null}, "customer_spend_type_c": {"type": "STRING", "index": 108, "name": "customer_spend_type_c", "comment": null}, "order_spend_type_c": {"type": "STRING", "index": 109, "name": "order_spend_type_c", "comment": null}, "opportunity_id": {"type": "STRING", "index": 110, "name": "opportunity_id", "comment": null}, "purchase_summary_c": {"type": "STRING", "index": 111, "name": "purchase_summary_c", "comment": null}, "is_hvr_legacy_order_c": {"type": "BOOL", "index": 112, "name": "is_hvr_legacy_order_c", "comment": null}, "ironclad_workflow_c": {"type": "STRING", "index": 113, "name": "ironclad_workflow_c", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_source.stg_salesforce__order_tmp"}, "model.salesforce_source.stg_salesforce__lead": {"metadata": {"type": "table", "schema": "dbt_renee", "name": "stg_salesforce__lead", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "lead_id": {"type": "STRING", "index": 2, "name": "lead_id", "comment": null}, "annual_revenue": {"type": "FLOAT64", "index": 3, "name": "annual_revenue", "comment": null}, "city": {"type": "STRING", "index": 4, "name": "city", "comment": null}, "company": {"type": "STRING", "index": 5, "name": "company", "comment": null}, "converted_account_id": {"type": "STRING", "index": 6, "name": "converted_account_id", "comment": null}, "converted_contact_id": {"type": "STRING", "index": 7, "name": "converted_contact_id", "comment": null}, "converted_date": {"type": "TIMESTAMP", "index": 8, "name": "converted_date", "comment": null}, "converted_opportunity_id": {"type": "STRING", "index": 9, "name": "converted_opportunity_id", "comment": null}, "country": {"type": "STRING", "index": 10, "name": "country", "comment": null}, "country_code": {"type": "STRING", "index": 11, "name": "country_code", "comment": null}, "created_by_id": {"type": "STRING", "index": 12, "name": "created_by_id", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 13, "name": "created_date", "comment": null}, "description": {"type": "STRING", "index": 14, "name": "description", "comment": null}, "email": {"type": "STRING", "index": 15, "name": "email", "comment": null}, "email_bounced_date": {"type": "TIMESTAMP", "index": 16, "name": "email_bounced_date", "comment": null}, "email_bounced_reason": {"type": "STRING", "index": 17, "name": "email_bounced_reason", "comment": null}, "first_name": {"type": "STRING", "index": 18, "name": "first_name", "comment": null}, "geocode_accuracy": {"type": "STRING", "index": 19, "name": "geocode_accuracy", "comment": null}, "has_opted_out_of_email": {"type": "BOOL", "index": 20, "name": "has_opted_out_of_email", "comment": null}, "individual_id": {"type": "STRING", "index": 21, "name": "individual_id", "comment": null}, "industry": {"type": "STRING", "index": 22, "name": "industry", "comment": null}, "is_converted": {"type": "BOOL", "index": 23, "name": "is_converted", "comment": null}, "is_deleted": {"type": "BOOL", "index": 24, "name": "is_deleted", "comment": null}, "is_unread_by_owner": {"type": "BOOL", "index": 25, "name": "is_unread_by_owner", "comment": null}, "last_activity_date": {"type": "TIMESTAMP", "index": 26, "name": "last_activity_date", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 27, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 28, "name": "last_modified_date", "comment": null}, "last_name": {"type": "STRING", "index": 29, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 30, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 31, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "STRING", "index": 32, "name": "lead_source", "comment": null}, "master_record_id": {"type": "STRING", "index": 33, "name": "master_record_id", "comment": null}, "mobile_phone": {"type": "STRING", "index": 34, "name": "mobile_phone", "comment": null}, "name": {"type": "STRING", "index": 35, "name": "name", "comment": null}, "number_of_employees": {"type": "INT64", "index": 36, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "STRING", "index": 37, "name": "owner_id", "comment": null}, "phone": {"type": "STRING", "index": 38, "name": "phone", "comment": null}, "postal_code": {"type": "STRING", "index": 39, "name": "postal_code", "comment": null}, "state": {"type": "STRING", "index": 40, "name": "state", "comment": null}, "state_code": {"type": "STRING", "index": 41, "name": "state_code", "comment": null}, "status": {"type": "STRING", "index": 42, "name": "status", "comment": null}, "street": {"type": "STRING", "index": 43, "name": "street", "comment": null}, "title": {"type": "STRING", "index": 44, "name": "title", "comment": null}, "website": {"type": "STRING", "index": 45, "name": "website", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 437923062.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1222726.0, "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": "model.salesforce_source.stg_salesforce__lead"}, "model.salesforce_source.stg_salesforce__opportunity_line_item": {"metadata": {"type": "table", "schema": "dbt_renee", "name": "stg_salesforce__opportunity_line_item", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "opportunity_line_item_id": {"type": "STRING", "index": 2, "name": "opportunity_line_item_id", "comment": null}, "created_by_id": {"type": "STRING", "index": 3, "name": "created_by_id", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 4, "name": "created_date", "comment": null}, "description": {"type": "STRING", "index": 5, "name": "description", "comment": null}, "discount": {"type": "FLOAT64", "index": 6, "name": "discount", "comment": null}, "has_quantity_schedule": {"type": "BOOL", "index": 7, "name": "has_quantity_schedule", "comment": null}, "has_revenue_schedule": {"type": "BOOL", "index": 8, "name": "has_revenue_schedule", "comment": null}, "has_schedule": {"type": "BOOL", "index": 9, "name": "has_schedule", "comment": null}, "is_deleted": {"type": "BOOL", "index": 10, "name": "is_deleted", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 11, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 12, "name": "last_modified_date", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 13, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 14, "name": "last_viewed_date", "comment": null}, "list_price": {"type": "FLOAT64", "index": 15, "name": "list_price", "comment": null}, "name": {"type": "STRING", "index": 16, "name": "name", "comment": null}, "opportunity_id": {"type": "STRING", "index": 17, "name": "opportunity_id", "comment": null}, "pricebook_entry_id": {"type": "STRING", "index": 18, "name": "pricebook_entry_id", "comment": null}, "product_2_id": {"type": "STRING", "index": 19, "name": "product_2_id", "comment": null}, "product_code": {"type": "STRING", "index": 20, "name": "product_code", "comment": null}, "quantity": {"type": "FLOAT64", "index": 21, "name": "quantity", "comment": null}, "service_date": {"type": "TIMESTAMP", "index": 22, "name": "service_date", "comment": null}, "sort_order": {"type": "INT64", "index": 23, "name": "sort_order", "comment": null}, "total_price": {"type": "FLOAT64", "index": 24, "name": "total_price", "comment": null}, "unit_price": {"type": "FLOAT64", "index": 25, "name": "unit_price", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 14094720.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 59846.0, "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": "model.salesforce_source.stg_salesforce__opportunity_line_item"}, "model.salesforce_source.stg_salesforce__event_tmp": {"metadata": {"type": "view", "schema": "dbt_renee", "name": "stg_salesforce__event_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "STRING", "index": 3, "name": "account_id", "comment": null}, "activity_date": {"type": "TIMESTAMP", "index": 4, "name": "activity_date", "comment": null}, "activity_date_time": {"type": "TIMESTAMP", "index": 5, "name": "activity_date_time", "comment": null}, "created_by_id": {"type": "STRING", "index": 6, "name": "created_by_id", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 7, "name": "created_date", "comment": null}, "description": {"type": "STRING", "index": 8, "name": "description", "comment": null}, "duration_in_minutes": {"type": "INT64", "index": 9, "name": "duration_in_minutes", "comment": null}, "end_date_time": {"type": "TIMESTAMP", "index": 10, "name": "end_date_time", "comment": null}, "event_subtype": {"type": "STRING", "index": 11, "name": "event_subtype", "comment": null}, "group_event_type": {"type": "STRING", "index": 12, "name": "group_event_type", "comment": null}, "invitee_uuid_c": {"type": "STRING", "index": 13, "name": "invitee_uuid_c", "comment": null}, "is_child": {"type": "BOOL", "index": 14, "name": "is_child", "comment": null}, "is_deleted": {"type": "BOOL", "index": 15, "name": "is_deleted", "comment": null}, "is_group_event": {"type": "BOOL", "index": 16, "name": "is_group_event", "comment": null}, "is_private": {"type": "BOOL", "index": 17, "name": "is_private", "comment": null}, "is_recurrence": {"type": "BOOL", "index": 18, "name": "is_recurrence", "comment": null}, "is_reminder_set": {"type": "BOOL", "index": 19, "name": "is_reminder_set", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 20, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 21, "name": "last_modified_date", "comment": null}, "location": {"type": "STRING", "index": 22, "name": "location", "comment": null}, "no_show_c": {"type": "BOOL", "index": 23, "name": "no_show_c", "comment": null}, "owner_id": {"type": "STRING", "index": 24, "name": "owner_id", "comment": null}, "recurrence_activity_id": {"type": "STRING", "index": 25, "name": "recurrence_activity_id", "comment": null}, "recurrence_day_of_month": {"type": "INT64", "index": 26, "name": "recurrence_day_of_month", "comment": null}, "recurrence_day_of_week_mask": {"type": "INT64", "index": 27, "name": "recurrence_day_of_week_mask", "comment": null}, "recurrence_end_date_only": {"type": "TIMESTAMP", "index": 28, "name": "recurrence_end_date_only", "comment": null}, "recurrence_instance": {"type": "STRING", "index": 29, "name": "recurrence_instance", "comment": null}, "recurrence_interval": {"type": "INT64", "index": 30, "name": "recurrence_interval", "comment": null}, "recurrence_month_of_year": {"type": "STRING", "index": 31, "name": "recurrence_month_of_year", "comment": null}, "recurrence_start_date_time": {"type": "TIMESTAMP", "index": 32, "name": "recurrence_start_date_time", "comment": null}, "recurrence_time_zone_sid_key": {"type": "STRING", "index": 33, "name": "recurrence_time_zone_sid_key", "comment": null}, "recurrence_type": {"type": "STRING", "index": 34, "name": "recurrence_type", "comment": null}, "referral_account_c": {"type": "STRING", "index": 35, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "STRING", "index": 36, "name": "referral_contact_c", "comment": null}, "reminder_date_time": {"type": "TIMESTAMP", "index": 37, "name": "reminder_date_time", "comment": null}, "show_as": {"type": "STRING", "index": 38, "name": "show_as", "comment": null}, "start_date_time": {"type": "TIMESTAMP", "index": 39, "name": "start_date_time", "comment": null}, "subject": {"type": "STRING", "index": 40, "name": "subject", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 41, "name": "system_modstamp", "comment": null}, "type": {"type": "STRING", "index": 42, "name": "type", "comment": null}, "what_count": {"type": "INT64", "index": 43, "name": "what_count", "comment": null}, "what_id": {"type": "STRING", "index": 44, "name": "what_id", "comment": null}, "who_count": {"type": "INT64", "index": 45, "name": "who_count", "comment": null}, "who_id": {"type": "STRING", "index": 46, "name": "who_id", "comment": null}, "first_meeting_held_c": {"type": "BOOL", "index": 47, "name": "first_meeting_held_c", "comment": null}, "associated_sdr_c": {"type": "STRING", "index": 48, "name": "associated_sdr_c", "comment": null}, "first_meeting_c": {"type": "BOOL", "index": 49, "name": "first_meeting_c", "comment": null}, "call_recording_c": {"type": "STRING", "index": 50, "name": "call_recording_c", "comment": null}, "affectlayer_chorus_call_id_c": {"type": "STRING", "index": 51, "name": "affectlayer_chorus_call_id_c", "comment": null}, "affectlayer_affect_layer_call_id_c": {"type": "STRING", "index": 52, "name": "affectlayer_affect_layer_call_id_c", "comment": null}, "last_rep_activity_date_c": {"type": "TIMESTAMP", "index": 53, "name": "last_rep_activity_date_c", "comment": null}, "lid_url_c": {"type": "STRING", "index": 54, "name": "lid_url_c", "comment": null}, "lid_date_sent_c": {"type": "TIMESTAMP", "index": 55, "name": "lid_date_sent_c", "comment": null}, "sales_loft_step_id_c": {"type": "STRING", "index": 56, "name": "sales_loft_step_id_c", "comment": null}, "sales_loft_step_name_c": {"type": "STRING", "index": 57, "name": "sales_loft_step_name_c", "comment": null}, "sales_loft_step_type_c": {"type": "STRING", "index": 58, "name": "sales_loft_step_type_c", "comment": null}, "sales_loft_email_template_id_c": {"type": "STRING", "index": 59, "name": "sales_loft_email_template_id_c", "comment": null}, "sales_loft_external_identifier_c": {"type": "STRING", "index": 60, "name": "sales_loft_external_identifier_c", "comment": null}, "sales_loft_cadence_id_c": {"type": "STRING", "index": 61, "name": "sales_loft_cadence_id_c", "comment": null}, "sales_loft_clicked_count_c": {"type": "FLOAT64", "index": 62, "name": "sales_loft_clicked_count_c", "comment": null}, "sales_loft_cadence_name_c": {"type": "STRING", "index": 63, "name": "sales_loft_cadence_name_c", "comment": null}, "sales_loft_reply_count_c": {"type": "FLOAT64", "index": 64, "name": "sales_loft_reply_count_c", "comment": null}, "call_disposition_c": {"type": "STRING", "index": 65, "name": "call_disposition_c", "comment": null}, "sales_loft_email_template_title_c": {"type": "STRING", "index": 66, "name": "sales_loft_email_template_title_c", "comment": null}, "sales_loft_step_day_new_c": {"type": "FLOAT64", "index": 67, "name": "sales_loft_step_day_new_c", "comment": null}, "call_disposition_2_c": {"type": "STRING", "index": 68, "name": "call_disposition_2_c", "comment": null}, "sales_loft_viewed_count_c": {"type": "FLOAT64", "index": 69, "name": "sales_loft_viewed_count_c", "comment": null}, "sales_loft_1_sales_loft_step_day_c": {"type": "FLOAT64", "index": 70, "name": "sales_loft_1_sales_loft_step_day_c", "comment": null}, "sales_loft_1_sales_loft_clicked_count_c": {"type": "FLOAT64", "index": 71, "name": "sales_loft_1_sales_loft_clicked_count_c", "comment": null}, "sales_loft_1_sales_loft_view_count_c": {"type": "FLOAT64", "index": 72, "name": "sales_loft_1_sales_loft_view_count_c", "comment": null}, "sales_loft_1_call_disposition_c": {"type": "STRING", "index": 73, "name": "sales_loft_1_call_disposition_c", "comment": null}, "sales_loft_1_sales_loft_replies_count_c": {"type": "FLOAT64", "index": 74, "name": "sales_loft_1_sales_loft_replies_count_c", "comment": null}, "sales_loft_1_sales_loft_cadence_name_c": {"type": "STRING", "index": 75, "name": "sales_loft_1_sales_loft_cadence_name_c", "comment": null}, "sales_loft_1_call_sentiment_c": {"type": "STRING", "index": 76, "name": "sales_loft_1_call_sentiment_c", "comment": null}, "sales_loft_1_sales_loft_email_template_title_c": {"type": "STRING", "index": 77, "name": "sales_loft_1_sales_loft_email_template_title_c", "comment": null}, "is_recurrence_2": {"type": "BOOL", "index": 78, "name": "is_recurrence_2", "comment": null}, "is_recurrence_2_exception": {"type": "BOOL", "index": 79, "name": "is_recurrence_2_exception", "comment": null}, "is_recurrence_2_exclusion": {"type": "BOOL", "index": 80, "name": "is_recurrence_2_exclusion", "comment": null}, "recurrence_2_pattern_start_date": {"type": "TIMESTAMP", "index": 81, "name": "recurrence_2_pattern_start_date", "comment": null}, "recurrence_2_pattern_text": {"type": "STRING", "index": 82, "name": "recurrence_2_pattern_text", "comment": null}, "recurrence_2_pattern_time_zone": {"type": "STRING", "index": 83, "name": "recurrence_2_pattern_time_zone", "comment": null}, "recurrence_2_pattern_version": {"type": "STRING", "index": 84, "name": "recurrence_2_pattern_version", "comment": null}, "co_selling_activity_c": {"type": "STRING", "index": 85, "name": "co_selling_activity_c", "comment": null}, "is_a_co_sell_activity_c": {"type": "BOOL", "index": 86, "name": "is_a_co_sell_activity_c", "comment": null}, "partner_contact_c": {"type": "STRING", "index": 87, "name": "partner_contact_c", "comment": null}, "description_c": {"type": "STRING", "index": 88, "name": "description_c", "comment": null}, "campaign_c": {"type": "STRING", "index": 89, "name": "campaign_c", "comment": null}, "event_name_c": {"type": "STRING", "index": 90, "name": "event_name_c", "comment": null}, "partner_account_c": {"type": "STRING", "index": 91, "name": "partner_account_c", "comment": null}, "topic_c": {"type": "STRING", "index": 92, "name": "topic_c", "comment": null}, "attendance_number_c": {"type": "FLOAT64", "index": 93, "name": "attendance_number_c", "comment": null}, "partner_activity_type_c": {"type": "STRING", "index": 94, "name": "partner_activity_type_c", "comment": null}, "how_did_you_bring_value_or_create_trust_c": {"type": "STRING", "index": 95, "name": "how_did_you_bring_value_or_create_trust_c", "comment": null}, "proof_of_referral_c": {"type": "STRING", "index": 96, "name": "proof_of_referral_c", "comment": null}, "how_did_you_bring_value_or_earn_trust_c": {"type": "STRING", "index": 97, "name": "how_did_you_bring_value_or_earn_trust_c", "comment": null}, "duration_in_minutes_c": {"type": "FLOAT64", "index": 98, "name": "duration_in_minutes_c", "comment": null}, "vidyard_c": {"type": "BOOL", "index": 99, "name": "vidyard_c", "comment": null}, "collections_hold_c": {"type": "BOOL", "index": 100, "name": "collections_hold_c", "comment": null}, "execute_collections_plan_activity_c": {"type": "BOOL", "index": 101, "name": "execute_collections_plan_activity_c", "comment": null}, "expected_payment_date_c": {"type": "TIMESTAMP", "index": 102, "name": "expected_payment_date_c", "comment": null}, "end_date": {"type": "TIMESTAMP", "index": 103, "name": "end_date", "comment": null}, "opportunity_c": {"type": "STRING", "index": 104, "name": "opportunity_c", "comment": null}, "meeting_type_c": {"type": "STRING", "index": 105, "name": "meeting_type_c", "comment": null}, "meeting_name_c": {"type": "STRING", "index": 106, "name": "meeting_name_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "STRING", "index": 107, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_bizible_touchpoint_date_c": {"type": "TIMESTAMP", "index": 108, "name": "bizible_2_bizible_touchpoint_date_c", "comment": null}, "assigned_to_role_c": {"type": "STRING", "index": 109, "name": "assigned_to_role_c", "comment": null}, "assigned_to_name_c": {"type": "STRING", "index": 110, "name": "assigned_to_name_c", "comment": null}, "legacy_hvr_id_c": {"type": "STRING", "index": 111, "name": "legacy_hvr_id_c", "comment": null}, "is_archived": {"type": "BOOL", "index": 112, "name": "is_archived", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_source.stg_salesforce__event_tmp"}, "model.salesforce_source.stg_salesforce__account_tmp": {"metadata": {"type": "view", "schema": "dbt_renee", "name": "stg_salesforce__account_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"bread_winner_total_unallocated_credit_c": {"type": "FLOAT64", "index": 1, "name": "bread_winner_total_unallocated_credit_c", "comment": null}, "owner_id": {"type": "STRING", "index": 2, "name": "owner_id", "comment": null}, "shipping_city": {"type": "STRING", "index": 3, "name": "shipping_city", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 4, "name": "last_modified_date", "comment": null}, "master_record_id": {"type": "STRING", "index": 5, "name": "master_record_id", "comment": null}, "type": {"type": "STRING", "index": 6, "name": "type", "comment": null}, "zendesk_result_c": {"type": "STRING", "index": 7, "name": "zendesk_result_c", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 8, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 9, "name": "system_modstamp", "comment": null}, "fivetran_group_id_account_3_c": {"type": "STRING", "index": 10, "name": "fivetran_group_id_account_3_c", "comment": null}, "up_region_c": {"type": "STRING", "index": 11, "name": "up_region_c", "comment": null}, "zendesk_zendesk_old_tags_c": {"type": "STRING", "index": 12, "name": "zendesk_zendesk_old_tags_c", "comment": null}, "id": {"type": "STRING", "index": 13, "name": "id", "comment": null}, "photo_url": {"type": "STRING", "index": 14, "name": "photo_url", "comment": null}, "fivetran_group_id_account_1_c": {"type": "STRING", "index": 15, "name": "fivetran_group_id_account_1_c", "comment": null}, "jigsaw_company_id": {"type": "STRING", "index": 16, "name": "jigsaw_company_id", "comment": null}, "shipping_street": {"type": "STRING", "index": 17, "name": "shipping_street", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 18, "name": "last_referenced_date", "comment": null}, "up_district_c": {"type": "STRING", "index": 19, "name": "up_district_c", "comment": null}, "zendesk_zendesk_outof_sync_c": {"type": "BOOL", "index": 20, "name": "zendesk_zendesk_outof_sync_c", "comment": null}, "last_activity_date": {"type": "TIMESTAMP", "index": 21, "name": "last_activity_date", "comment": null}, "fivetran_account_name_1_c": {"type": "STRING", "index": 22, "name": "fivetran_account_name_1_c", "comment": null}, "fivetran_account_name_3_c": {"type": "STRING", "index": 23, "name": "fivetran_account_name_3_c", "comment": null}, "billing_street": {"type": "STRING", "index": 24, "name": "billing_street", "comment": null}, "billing_city": {"type": "STRING", "index": 25, "name": "billing_city", "comment": null}, "shipping_longitude": {"type": "FLOAT64", "index": 26, "name": "shipping_longitude", "comment": null}, "bi_tool_c": {"type": "STRING", "index": 27, "name": "bi_tool_c", "comment": null}, "bread_winner_total_amount_due_c": {"type": "FLOAT64", "index": 28, "name": "bread_winner_total_amount_due_c", "comment": null}, "phone": {"type": "STRING", "index": 29, "name": "phone", "comment": null}, "parent_id": {"type": "STRING", "index": 30, "name": "parent_id", "comment": null}, "name": {"type": "STRING", "index": 31, "name": "name", "comment": null}, "created_by_id": {"type": "STRING", "index": 32, "name": "created_by_id", "comment": null}, "billing_state_code": {"type": "STRING", "index": 33, "name": "billing_state_code", "comment": null}, "shipping_country": {"type": "STRING", "index": 34, "name": "shipping_country", "comment": null}, "shipping_postal_code": {"type": "STRING", "index": 35, "name": "shipping_postal_code", "comment": null}, "shipping_state_code": {"type": "STRING", "index": 36, "name": "shipping_state_code", "comment": null}, "shipping_state": {"type": "STRING", "index": 37, "name": "shipping_state", "comment": null}, "description": {"type": "STRING", "index": 38, "name": "description", "comment": null}, "cbit_clearbit_c": {"type": "STRING", "index": 39, "name": "cbit_clearbit_c", "comment": null}, "contract_renewal_date_c": {"type": "TIMESTAMP", "index": 40, "name": "contract_renewal_date_c", "comment": null}, "industry": {"type": "STRING", "index": 41, "name": "industry", "comment": null}, "bread_winner_total_amount_credit_c": {"type": "FLOAT64", "index": 42, "name": "bread_winner_total_amount_credit_c", "comment": null}, "zendesk_zendesk_organization_id_c": {"type": "STRING", "index": 43, "name": "zendesk_zendesk_organization_id_c", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 44, "name": "_fivetran_synced", "comment": null}, "billing_postal_code": {"type": "STRING", "index": 45, "name": "billing_postal_code", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 46, "name": "last_viewed_date", "comment": null}, "is_deleted": {"type": "BOOL", "index": 47, "name": "is_deleted", "comment": null}, "billing_state": {"type": "STRING", "index": 48, "name": "billing_state", "comment": null}, "bread_winner_total_amount_overdue_c": {"type": "FLOAT64", "index": 49, "name": "bread_winner_total_amount_overdue_c", "comment": null}, "fivetran_group_id_account_2_c": {"type": "STRING", "index": 50, "name": "fivetran_group_id_account_2_c", "comment": null}, "billing_latitude": {"type": "FLOAT64", "index": 51, "name": "billing_latitude", "comment": null}, "shipping_country_code": {"type": "STRING", "index": 52, "name": "shipping_country_code", "comment": null}, "bread_winner_total_amount_invoiced_c": {"type": "FLOAT64", "index": 53, "name": "bread_winner_total_amount_invoiced_c", "comment": null}, "website": {"type": "STRING", "index": 54, "name": "website", "comment": null}, "shipping_geocode_accuracy": {"type": "STRING", "index": 55, "name": "shipping_geocode_accuracy", "comment": null}, "billing_geocode_accuracy": {"type": "STRING", "index": 56, "name": "billing_geocode_accuracy", "comment": null}, "integrations_c": {"type": "STRING", "index": 57, "name": "integrations_c", "comment": null}, "billing_country": {"type": "STRING", "index": 58, "name": "billing_country", "comment": null}, "payment_terms_c": {"type": "STRING", "index": 59, "name": "payment_terms_c", "comment": null}, "zendesk_zendesk_organization_c": {"type": "STRING", "index": 60, "name": "zendesk_zendesk_organization_c", "comment": null}, "fivetran_account_name_2_c": {"type": "STRING", "index": 61, "name": "fivetran_account_name_2_c", "comment": null}, "billing_longitude": {"type": "FLOAT64", "index": 62, "name": "billing_longitude", "comment": null}, "bread_winner_total_draft_amount_c": {"type": "FLOAT64", "index": 63, "name": "bread_winner_total_draft_amount_c", "comment": null}, "lead_source_c": {"type": "STRING", "index": 64, "name": "lead_source_c", "comment": null}, "number_of_employees": {"type": "INT64", "index": 65, "name": "number_of_employees", "comment": null}, "up_territory_c": {"type": "STRING", "index": 66, "name": "up_territory_c", "comment": null}, "billing_country_code": {"type": "STRING", "index": 67, "name": "billing_country_code", "comment": null}, "shipping_latitude": {"type": "FLOAT64", "index": 68, "name": "shipping_latitude", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 69, "name": "created_date", "comment": null}, "cbit_clearbit_ready_c": {"type": "BOOL", "index": 70, "name": "cbit_clearbit_ready_c", "comment": null}, "bread_winner_total_amount_paid_c": {"type": "FLOAT64", "index": 71, "name": "bread_winner_total_amount_paid_c", "comment": null}, "account_level_c": {"type": "STRING", "index": 72, "name": "account_level_c", "comment": null}, "all_connectors_c": {"type": "STRING", "index": 73, "name": "all_connectors_c", "comment": null}, "all_data_warehouses_c": {"type": "STRING", "index": 74, "name": "all_data_warehouses_c", "comment": null}, "bi_tools_c": {"type": "STRING", "index": 75, "name": "bi_tools_c", "comment": null}, "account_all_data_warehouses_c": {"type": "STRING", "index": 76, "name": "account_all_data_warehouses_c", "comment": null}, "account_all_products_c": {"type": "STRING", "index": 77, "name": "account_all_products_c", "comment": null}, "account_bi_tools_c": {"type": "STRING", "index": 78, "name": "account_bi_tools_c", "comment": null}, "msa_effective_date_c": {"type": "TIMESTAMP", "index": 79, "name": "msa_effective_date_c", "comment": null}, "auto_renewal_c": {"type": "BOOL", "index": 80, "name": "auto_renewal_c", "comment": null}, "billing_frequency_c": {"type": "STRING", "index": 81, "name": "billing_frequency_c", "comment": null}, "sla_c": {"type": "BOOL", "index": 82, "name": "sla_c", "comment": null}, "nda_c": {"type": "STRING", "index": 83, "name": "nda_c", "comment": null}, "referral_account_c": {"type": "STRING", "index": 84, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "STRING", "index": 85, "name": "referral_contact_c", "comment": null}, "current_subscription_contracts_value_c": {"type": "FLOAT64", "index": 86, "name": "current_subscription_contracts_value_c", "comment": null}, "billing_contact_first_name_c": {"type": "STRING", "index": 87, "name": "billing_contact_first_name_c", "comment": null}, "billing_contact_last_name_c": {"type": "STRING", "index": 88, "name": "billing_contact_last_name_c", "comment": null}, "billing_email_c": {"type": "STRING", "index": 89, "name": "billing_email_c", "comment": null}, "bill_com_customer_id_c": {"type": "STRING", "index": 90, "name": "bill_com_customer_id_c", "comment": null}, "billing_frequency_del_c": {"type": "STRING", "index": 91, "name": "billing_frequency_del_c", "comment": null}, "primary_contact_c": {"type": "STRING", "index": 92, "name": "primary_contact_c", "comment": null}, "stripe_customer_id_c": {"type": "STRING", "index": 93, "name": "stripe_customer_id_c", "comment": null}, "current_monthly_subscription_end_date_c": {"type": "TIMESTAMP", "index": 94, "name": "current_monthly_subscription_end_date_c", "comment": null}, "monthly_customer_no_contract_c": {"type": "BOOL", "index": 95, "name": "monthly_customer_no_contract_c", "comment": null}, "marketing_approval_c": {"type": "STRING", "index": 96, "name": "marketing_approval_c", "comment": null}, "fivetran_account_id_c": {"type": "STRING", "index": 97, "name": "fivetran_account_id_c", "comment": null}, "fivetran_account_status_c": {"type": "STRING", "index": 98, "name": "fivetran_account_status_c", "comment": null}, "cbit_created_by_clearbit_c": {"type": "BOOL", "index": 99, "name": "cbit_created_by_clearbit_c", "comment": null}, "fivetran_account_name_c": {"type": "STRING", "index": 100, "name": "fivetran_account_name_c", "comment": null}, "mobile_phone_c": {"type": "STRING", "index": 101, "name": "mobile_phone_c", "comment": null}, "signup_page_c": {"type": "STRING", "index": 102, "name": "signup_page_c", "comment": null}, "account_source": {"type": "STRING", "index": 103, "name": "account_source", "comment": null}, "fivetran_account_signup_page_c": {"type": "STRING", "index": 104, "name": "fivetran_account_signup_page_c", "comment": null}, "fivetran_referral_id_c": {"type": "STRING", "index": 105, "name": "fivetran_referral_id_c", "comment": null}, "record_type_id": {"type": "STRING", "index": 106, "name": "record_type_id", "comment": null}, "company_type_c": {"type": "STRING", "index": 107, "name": "company_type_c", "comment": null}, "partner_type_c": {"type": "STRING", "index": 108, "name": "partner_type_c", "comment": null}, "ez_button_signup_page_c": {"type": "STRING", "index": 109, "name": "ez_button_signup_page_c", "comment": null}, "partner_ez_button_id_c": {"type": "STRING", "index": 110, "name": "partner_ez_button_id_c", "comment": null}, "fivetran_account_stage_c": {"type": "STRING", "index": 111, "name": "fivetran_account_stage_c", "comment": null}, "trial_end_date_c": {"type": "TIMESTAMP", "index": 112, "name": "trial_end_date_c", "comment": null}, "handwrytten_numberof_locations_c": {"type": "FLOAT64", "index": 113, "name": "handwrytten_numberof_locations_c", "comment": null}, "account_number": {"type": "STRING", "index": 114, "name": "account_number", "comment": null}, "site": {"type": "STRING", "index": 115, "name": "site", "comment": null}, "ticker_symbol": {"type": "STRING", "index": 116, "name": "ticker_symbol", "comment": null}, "ownership": {"type": "STRING", "index": 117, "name": "ownership", "comment": null}, "rating": {"type": "STRING", "index": 118, "name": "rating", "comment": null}, "jigsaw": {"type": "STRING", "index": 119, "name": "jigsaw", "comment": null}, "sic": {"type": "STRING", "index": 120, "name": "sic", "comment": null}, "fax": {"type": "STRING", "index": 121, "name": "fax", "comment": null}, "sic_desc": {"type": "STRING", "index": 122, "name": "sic_desc", "comment": null}, "annual_revenue": {"type": "FLOAT64", "index": 123, "name": "annual_revenue", "comment": null}, "analytics_id_c": {"type": "STRING", "index": 124, "name": "analytics_id_c", "comment": null}, "competitor_c": {"type": "BOOL", "index": 125, "name": "competitor_c", "comment": null}, "region_c": {"type": "STRING", "index": 126, "name": "region_c", "comment": null}, "exclusive_ownership_c": {"type": "BOOL", "index": 127, "name": "exclusive_ownership_c", "comment": null}, "bt_stripe_slaexpiration_date_c": {"type": "TIMESTAMP", "index": 128, "name": "bt_stripe_slaexpiration_date_c", "comment": null}, "bt_stripe_numberof_locations_c": {"type": "FLOAT64", "index": 129, "name": "bt_stripe_numberof_locations_c", "comment": null}, "bt_stripe_slaserial_number_c": {"type": "STRING", "index": 130, "name": "bt_stripe_slaserial_number_c", "comment": null}, "bt_stripe_sla_c": {"type": "STRING", "index": 131, "name": "bt_stripe_sla_c", "comment": null}, "bt_stripe_customer_priority_c": {"type": "STRING", "index": 132, "name": "bt_stripe_customer_priority_c", "comment": null}, "bt_stripe_active_c": {"type": "STRING", "index": 133, "name": "bt_stripe_active_c", "comment": null}, "bt_stripe_upsell_opportunity_c": {"type": "STRING", "index": 134, "name": "bt_stripe_upsell_opportunity_c", "comment": null}, "last_rep_activity_date_c": {"type": "TIMESTAMP", "index": 135, "name": "last_rep_activity_date_c", "comment": null}, "lean_data_reporting_total_marketing_touches_c": {"type": "FLOAT64", "index": 136, "name": "lean_data_reporting_total_marketing_touches_c", "comment": null}, "lean_data_reporting_total_leads_and_contacts_c": {"type": "FLOAT64", "index": 137, "name": "lean_data_reporting_total_leads_and_contacts_c", "comment": null}, "lean_data_reporting_has_opportunity_c": {"type": "BOOL", "index": 138, "name": "lean_data_reporting_has_opportunity_c", "comment": null}, "lean_data_search_c": {"type": "STRING", "index": 139, "name": "lean_data_search_c", "comment": null}, "lean_data_reporting_last_marketing_touch_date_c": {"type": "TIMESTAMP", "index": 140, "name": "lean_data_reporting_last_marketing_touch_date_c", "comment": null}, "lean_data_reporting_customer_c": {"type": "BOOL", "index": 141, "name": "lean_data_reporting_customer_c", "comment": null}, "lean_data_routing_action_c": {"type": "STRING", "index": 142, "name": "lean_data_routing_action_c", "comment": null}, "lean_data_reporting_total_sales_touches_c": {"type": "FLOAT64", "index": 143, "name": "lean_data_reporting_total_sales_touches_c", "comment": null}, "lean_data_reporting_recent_marketing_touches_c": {"type": "FLOAT64", "index": 144, "name": "lean_data_reporting_recent_marketing_touches_c", "comment": null}, "lean_data_reporting_target_account_c": {"type": "BOOL", "index": 145, "name": "lean_data_reporting_target_account_c", "comment": null}, "lean_data_ld_email_domains_c": {"type": "STRING", "index": 146, "name": "lean_data_ld_email_domains_c", "comment": null}, "lean_data_reporting_last_sales_touch_date_c": {"type": "TIMESTAMP", "index": 147, "name": "lean_data_reporting_last_sales_touch_date_c", "comment": null}, "fivetran_trial_start_date_c": {"type": "TIMESTAMP", "index": 148, "name": "fivetran_trial_start_date_c", "comment": null}, "fivetran_account_created_date_c": {"type": "TIMESTAMP", "index": 149, "name": "fivetran_account_created_date_c", "comment": null}, "partner_owner_c": {"type": "STRING", "index": 150, "name": "partner_owner_c", "comment": null}, "unqualified_reason_c": {"type": "STRING", "index": 151, "name": "unqualified_reason_c", "comment": null}, "allbound_id_c": {"type": "STRING", "index": 152, "name": "allbound_id_c", "comment": null}, "allbound_partner_permissions_c": {"type": "STRING", "index": 153, "name": "allbound_partner_permissions_c", "comment": null}, "allbound_status_c": {"type": "STRING", "index": 154, "name": "allbound_status_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "BOOL", "index": 155, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "BOOL", "index": 156, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_account_balance_c": {"type": "FLOAT64", "index": 157, "name": "netsuite_conn_account_balance_c", "comment": null}, "netsuite_conn_net_suite_id_c": {"type": "STRING", "index": 158, "name": "netsuite_conn_net_suite_id_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "STRING", "index": 159, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_account_overdue_balance_c": {"type": "FLOAT64", "index": 160, "name": "netsuite_conn_account_overdue_balance_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "BOOL", "index": 161, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_credit_limit_c": {"type": "FLOAT64", "index": 162, "name": "netsuite_conn_credit_limit_c", "comment": null}, "netsuite_conn_days_overdue_c": {"type": "FLOAT64", "index": 163, "name": "netsuite_conn_days_overdue_c", "comment": null}, "netsuite_conn_channel_tier_c": {"type": "STRING", "index": 164, "name": "netsuite_conn_channel_tier_c", "comment": null}, "netsuite_conn_credit_hold_c": {"type": "STRING", "index": 165, "name": "netsuite_conn_credit_hold_c", "comment": null}, "netsuite_conn_pushed_from_opportunity_c": {"type": "BOOL", "index": 166, "name": "netsuite_conn_pushed_from_opportunity_c", "comment": null}, "netsuite_conn_unbilled_orders_c": {"type": "FLOAT64", "index": 167, "name": "netsuite_conn_unbilled_orders_c", "comment": null}, "lid_linked_in_company_id_c": {"type": "STRING", "index": 168, "name": "lid_linked_in_company_id_c", "comment": null}, "account_manager_c": {"type": "STRING", "index": 169, "name": "account_manager_c", "comment": null}, "associated_account_exec_c": {"type": "STRING", "index": 170, "name": "associated_account_exec_c", "comment": null}, "email_domain_c": {"type": "STRING", "index": 171, "name": "email_domain_c", "comment": null}, "fivetran_industry_sub_category_c": {"type": "STRING", "index": 172, "name": "fivetran_industry_sub_category_c", "comment": null}, "fivetran_industry_category_c": {"type": "STRING", "index": 173, "name": "fivetran_industry_category_c", "comment": null}, "sales_engineer_c": {"type": "STRING", "index": 174, "name": "sales_engineer_c", "comment": null}, "account_signed_msa_c": {"type": "BOOL", "index": 175, "name": "account_signed_msa_c", "comment": null}, "sbqq_asset_quantities_combined_c": {"type": "BOOL", "index": 176, "name": "sbqq_asset_quantities_combined_c", "comment": null}, "sbqq_co_termed_contracts_combined_c": {"type": "BOOL", "index": 177, "name": "sbqq_co_termed_contracts_combined_c", "comment": null}, "sbqq_co_termination_event_c": {"type": "STRING", "index": 178, "name": "sbqq_co_termination_event_c", "comment": null}, "sbqq_contract_co_termination_c": {"type": "STRING", "index": 179, "name": "sbqq_contract_co_termination_c", "comment": null}, "sbqq_default_opportunity_c": {"type": "STRING", "index": 180, "name": "sbqq_default_opportunity_c", "comment": null}, "sbqq_ignore_parent_contracted_prices_c": {"type": "BOOL", "index": 181, "name": "sbqq_ignore_parent_contracted_prices_c", "comment": null}, "sbqq_preserve_bundle_c": {"type": "BOOL", "index": 182, "name": "sbqq_preserve_bundle_c", "comment": null}, "sbqq_price_hold_end_c": {"type": "TIMESTAMP", "index": 183, "name": "sbqq_price_hold_end_c", "comment": null}, "sbqq_renewal_model_c": {"type": "STRING", "index": 184, "name": "sbqq_renewal_model_c", "comment": null}, "sbqq_renewal_pricing_method_c": {"type": "STRING", "index": 185, "name": "sbqq_renewal_pricing_method_c", "comment": null}, "sbqq_tax_exempt_c": {"type": "STRING", "index": 186, "name": "sbqq_tax_exempt_c", "comment": null}, "funnel_stage_c": {"type": "STRING", "index": 187, "name": "funnel_stage_c", "comment": null}, "funnel_type_c": {"type": "STRING", "index": 188, "name": "funnel_type_c", "comment": null}, "platform_level_c": {"type": "STRING", "index": 189, "name": "platform_level_c", "comment": null}, "subscription_value_c": {"type": "BIGNUMERIC", "index": 190, "name": "subscription_value_c", "comment": null}, "es_app_esalexa_rank_c": {"type": "FLOAT64", "index": 191, "name": "es_app_esalexa_rank_c", "comment": null}, "es_app_esaudience_names_c": {"type": "STRING", "index": 192, "name": "es_app_esaudience_names_c", "comment": null}, "es_app_escity_c": {"type": "STRING", "index": 193, "name": "es_app_escity_c", "comment": null}, "es_app_escompany_phone_c": {"type": "STRING", "index": 194, "name": "es_app_escompany_phone_c", "comment": null}, "es_app_escountry_c": {"type": "STRING", "index": 195, "name": "es_app_escountry_c", "comment": null}, "es_app_escreated_timestamp_c": {"type": "TIMESTAMP", "index": 196, "name": "es_app_escreated_timestamp_c", "comment": null}, "es_app_esecid_c": {"type": "FLOAT64", "index": 197, "name": "es_app_esecid_c", "comment": null}, "es_app_esemployees_c": {"type": "STRING", "index": 198, "name": "es_app_esemployees_c", "comment": null}, "es_app_esenriched_c": {"type": "BOOL", "index": 199, "name": "es_app_esenriched_c", "comment": null}, "es_app_esenriched_timestamp_c": {"type": "TIMESTAMP", "index": 200, "name": "es_app_esenriched_timestamp_c", "comment": null}, "es_app_esfacebook_c": {"type": "STRING", "index": 201, "name": "es_app_esfacebook_c", "comment": null}, "es_app_esindustry_c": {"type": "STRING", "index": 202, "name": "es_app_esindustry_c", "comment": null}, "es_app_esintent_aggregate_score_c": {"type": "FLOAT64", "index": 203, "name": "es_app_esintent_aggregate_score_c", "comment": null}, "es_app_esintent_timestamp_c": {"type": "TIMESTAMP", "index": 204, "name": "es_app_esintent_timestamp_c", "comment": null}, "es_app_esintent_topics_c": {"type": "STRING", "index": 205, "name": "es_app_esintent_topics_c", "comment": null}, "es_app_eskeywords_c": {"type": "STRING", "index": 206, "name": "es_app_eskeywords_c", "comment": null}, "es_app_eslinked_in_c": {"type": "STRING", "index": 207, "name": "es_app_eslinked_in_c", "comment": null}, "es_app_esoverall_fit_score_c": {"type": "FLOAT64", "index": 208, "name": "es_app_esoverall_fit_score_c", "comment": null}, "es_app_esrevenue_c": {"type": "STRING", "index": 209, "name": "es_app_esrevenue_c", "comment": null}, "es_app_essource_c": {"type": "BOOL", "index": 210, "name": "es_app_essource_c", "comment": null}, "es_app_esstate_c": {"type": "STRING", "index": 211, "name": "es_app_esstate_c", "comment": null}, "es_app_esstreet_c": {"type": "STRING", "index": 212, "name": "es_app_esstreet_c", "comment": null}, "es_app_estechnologies_c": {"type": "STRING", "index": 213, "name": "es_app_estechnologies_c", "comment": null}, "es_app_estwitter_c": {"type": "STRING", "index": 214, "name": "es_app_estwitter_c", "comment": null}, "es_app_eszipcode_c": {"type": "STRING", "index": 215, "name": "es_app_eszipcode_c", "comment": null}, "es_general_fit_c": {"type": "FLOAT64", "index": 216, "name": "es_general_fit_c", "comment": null}, "manual_override_country_code_c": {"type": "STRING", "index": 217, "name": "manual_override_country_code_c", "comment": null}, "manual_override_employee_count_c": {"type": "STRING", "index": 218, "name": "manual_override_employee_count_c", "comment": null}, "manual_override_state_c": {"type": "STRING", "index": 219, "name": "manual_override_state_c", "comment": null}, "manual_override_zip_c": {"type": "STRING", "index": 220, "name": "manual_override_zip_c", "comment": null}, "esraw_employee_size_c": {"type": "FLOAT64", "index": 221, "name": "esraw_employee_size_c", "comment": null}, "abm_score_c": {"type": "FLOAT64", "index": 222, "name": "abm_score_c", "comment": null}, "engagement_score_c": {"type": "FLOAT64", "index": 223, "name": "engagement_score_c", "comment": null}, "re_target_date_c": {"type": "TIMESTAMP", "index": 224, "name": "re_target_date_c", "comment": null}, "target_date_c": {"type": "TIMESTAMP", "index": 225, "name": "target_date_c", "comment": null}, "external_id_c": {"type": "STRING", "index": 226, "name": "external_id_c", "comment": null}, "case_study_marketing_use_c": {"type": "STRING", "index": 227, "name": "case_study_marketing_use_c", "comment": null}, "current_fortune_rank_c": {"type": "FLOAT64", "index": 228, "name": "current_fortune_rank_c", "comment": null}, "previouse_fortune_rank_c": {"type": "FLOAT64", "index": 229, "name": "previouse_fortune_rank_c", "comment": null}, "demandbase_country_c": {"type": "STRING", "index": 230, "name": "demandbase_country_c", "comment": null}, "demandbase_number_of_employees_c": {"type": "STRING", "index": 231, "name": "demandbase_number_of_employees_c", "comment": null}, "demandbase_state_c": {"type": "STRING", "index": 232, "name": "demandbase_state_c", "comment": null}, "demandbase_zip_c": {"type": "STRING", "index": 233, "name": "demandbase_zip_c", "comment": null}, "demandbase_general_fit_score_c": {"type": "STRING", "index": 234, "name": "demandbase_general_fit_score_c", "comment": null}, "demandbase_overall_score_c": {"type": "STRING", "index": 235, "name": "demandbase_overall_score_c", "comment": null}, "last_sales_activity_date_time_c": {"type": "TIMESTAMP", "index": 236, "name": "last_sales_activity_date_time_c", "comment": null}, "marketing_process_c": {"type": "STRING", "index": 237, "name": "marketing_process_c", "comment": null}, "automation_tracking_c": {"type": "STRING", "index": 238, "name": "automation_tracking_c", "comment": null}, "country_cc_c": {"type": "STRING", "index": 239, "name": "country_cc_c", "comment": null}, "demandbase_city_c": {"type": "STRING", "index": 240, "name": "demandbase_city_c", "comment": null}, "demandbase_sid_c": {"type": "STRING", "index": 241, "name": "demandbase_sid_c", "comment": null}, "ava_mapper_business_identification_number_c": {"type": "STRING", "index": 242, "name": "ava_mapper_business_identification_number_c", "comment": null}, "ava_mapper_entity_use_code_c": {"type": "STRING", "index": 243, "name": "ava_mapper_entity_use_code_c", "comment": null}, "ava_mapper_exemption_number_c": {"type": "STRING", "index": 244, "name": "ava_mapper_exemption_number_c", "comment": null}, "ava_mapper_is_seller_importer_of_record_c": {"type": "BOOL", "index": 245, "name": "ava_mapper_is_seller_importer_of_record_c", "comment": null}, "roll_out_group_c": {"type": "STRING", "index": 246, "name": "roll_out_group_c", "comment": null}, "is_updated_superset_c": {"type": "BOOL", "index": 247, "name": "is_updated_superset_c", "comment": null}, "assigned_ae_c": {"type": "STRING", "index": 248, "name": "assigned_ae_c", "comment": null}, "assigned_bdr_c": {"type": "STRING", "index": 249, "name": "assigned_bdr_c", "comment": null}, "assigned_se_c": {"type": "STRING", "index": 250, "name": "assigned_se_c", "comment": null}, "rollout_group_override_c": {"type": "STRING", "index": 251, "name": "rollout_group_override_c", "comment": null}, "disctrict_c": {"type": "STRING", "index": 252, "name": "disctrict_c", "comment": null}, "region_terr_c": {"type": "STRING", "index": 253, "name": "region_terr_c", "comment": null}, "territory_c": {"type": "STRING", "index": 254, "name": "territory_c", "comment": null}, "district_c": {"type": "STRING", "index": 255, "name": "district_c", "comment": null}, "territory_country_c": {"type": "STRING", "index": 256, "name": "territory_country_c", "comment": null}, "territory_employee_count_c": {"type": "FLOAT64", "index": 257, "name": "territory_employee_count_c", "comment": null}, "territory_state_c": {"type": "STRING", "index": 258, "name": "territory_state_c", "comment": null}, "territory_zip_c": {"type": "STRING", "index": 259, "name": "territory_zip_c", "comment": null}, "ava_sfcpq_ava_tax_exemption_customer_id_c": {"type": "STRING", "index": 260, "name": "ava_sfcpq_ava_tax_exemption_customer_id_c", "comment": null}, "ava_sfcpq_ava_tax_message_c": {"type": "STRING", "index": 261, "name": "ava_sfcpq_ava_tax_message_c", "comment": null}, "ava_sfcpq_business_identification_number_c": {"type": "STRING", "index": 262, "name": "ava_sfcpq_business_identification_number_c", "comment": null}, "ava_sfcpq_email_c": {"type": "STRING", "index": 263, "name": "ava_sfcpq_email_c", "comment": null}, "ava_sfcpq_exempt_entity_type_c": {"type": "STRING", "index": 264, "name": "ava_sfcpq_exempt_entity_type_c", "comment": null}, "ava_sfcpq_is_seller_importer_of_record_c": {"type": "BOOL", "index": 265, "name": "ava_sfcpq_is_seller_importer_of_record_c", "comment": null}, "ava_sfcpq_tax_exemption_code_c": {"type": "STRING", "index": 266, "name": "ava_sfcpq_tax_exemption_code_c", "comment": null}, "partner_tier_c": {"type": "STRING", "index": 267, "name": "partner_tier_c", "comment": null}, "referral_c": {"type": "STRING", "index": 268, "name": "referral_c", "comment": null}, "source_detail_c": {"type": "STRING", "index": 269, "name": "source_detail_c", "comment": null}, "cloudingo_agent_bar_c": {"type": "STRING", "index": 270, "name": "cloudingo_agent_bar_c", "comment": null}, "cloudingo_agent_bas_c": {"type": "FLOAT64", "index": 271, "name": "cloudingo_agent_bas_c", "comment": null}, "cloudingo_agent_bav_c": {"type": "STRING", "index": 272, "name": "cloudingo_agent_bav_c", "comment": null}, "cloudingo_agent_brdi_c": {"type": "STRING", "index": 273, "name": "cloudingo_agent_brdi_c", "comment": null}, "cloudingo_agent_btz_c": {"type": "STRING", "index": 274, "name": "cloudingo_agent_btz_c", "comment": null}, "cloudingo_agent_sar_c": {"type": "STRING", "index": 275, "name": "cloudingo_agent_sar_c", "comment": null}, "cloudingo_agent_sas_c": {"type": "FLOAT64", "index": 276, "name": "cloudingo_agent_sas_c", "comment": null}, "cloudingo_agent_sav_c": {"type": "STRING", "index": 277, "name": "cloudingo_agent_sav_c", "comment": null}, "cloudingo_agent_srdi_c": {"type": "STRING", "index": 278, "name": "cloudingo_agent_srdi_c", "comment": null}, "cloudingo_agent_stz_c": {"type": "STRING", "index": 279, "name": "cloudingo_agent_stz_c", "comment": null}, "do_not_sync_marketo_c": {"type": "BOOL", "index": 280, "name": "do_not_sync_marketo_c", "comment": null}, "nps_score_c": {"type": "STRING", "index": 281, "name": "nps_score_c", "comment": null}, "marketing_target_account_c": {"type": "BOOL", "index": 282, "name": "marketing_target_account_c", "comment": null}, "fivetran_fit_score_c": {"type": "FLOAT64", "index": 283, "name": "fivetran_fit_score_c", "comment": null}, "automated_communications_suspended_c": {"type": "BOOL", "index": 284, "name": "automated_communications_suspended_c", "comment": null}, "sales_target_account_c": {"type": "BOOL", "index": 285, "name": "sales_target_account_c", "comment": null}, "assigned_am_c": {"type": "STRING", "index": 286, "name": "assigned_am_c", "comment": null}, "account_notes_c": {"type": "STRING", "index": 287, "name": "account_notes_c", "comment": null}, "formula_fields_updated_c": {"type": "BOOL", "index": 288, "name": "formula_fields_updated_c", "comment": null}, "total_credits_bought_c": {"type": "FLOAT64", "index": 289, "name": "total_credits_bought_c", "comment": null}, "end_date_c": {"type": "TIMESTAMP", "index": 290, "name": "end_date_c", "comment": null}, "total_credits_used_c": {"type": "FLOAT64", "index": 291, "name": "total_credits_used_c", "comment": null}, "account_legal_name_c": {"type": "STRING", "index": 292, "name": "account_legal_name_c", "comment": null}, "clearbit_technologies_c": {"type": "STRING", "index": 293, "name": "clearbit_technologies_c", "comment": null}, "clearbit_industry_group_c": {"type": "STRING", "index": 294, "name": "clearbit_industry_group_c", "comment": null}, "employee_range_c": {"type": "STRING", "index": 295, "name": "employee_range_c", "comment": null}, "ft_account_id_s_verified_c": {"type": "BOOL", "index": 296, "name": "ft_account_id_s_verified_c", "comment": null}, "ft_account_verification_needed_c": {"type": "BOOL", "index": 297, "name": "ft_account_verification_needed_c", "comment": null}, "project_based_routing_c": {"type": "BOOL", "index": 298, "name": "project_based_routing_c", "comment": null}, "last_activity_logged_by_c": {"type": "STRING", "index": 299, "name": "last_activity_logged_by_c", "comment": null}, "clawback_trigger_email_alert_c": {"type": "BOOL", "index": 300, "name": "clawback_trigger_email_alert_c", "comment": null}, "start_date_c": {"type": "TIMESTAMP", "index": 301, "name": "start_date_c", "comment": null}, "is_emea_event_routing_c": {"type": "BOOL", "index": 302, "name": "is_emea_event_routing_c", "comment": null}, "csi_code_c": {"type": "FLOAT64", "index": 303, "name": "csi_code_c", "comment": null}, "csi_description_c": {"type": "STRING", "index": 304, "name": "csi_description_c", "comment": null}, "clearbit_alexa_rank_global_c": {"type": "FLOAT64", "index": 305, "name": "clearbit_alexa_rank_global_c", "comment": null}, "clearbit_alexa_rank_us_c": {"type": "FLOAT64", "index": 306, "name": "clearbit_alexa_rank_us_c", "comment": null}, "clearbit_company_type_c": {"type": "STRING", "index": 307, "name": "clearbit_company_type_c", "comment": null}, "clearbit_founded_year_c": {"type": "STRING", "index": 308, "name": "clearbit_founded_year_c", "comment": null}, "clearbit_indexed_at_c": {"type": "TIMESTAMP", "index": 309, "name": "clearbit_indexed_at_c", "comment": null}, "clearbit_industry_c": {"type": "STRING", "index": 310, "name": "clearbit_industry_c", "comment": null}, "clearbit_raised_c": {"type": "BIGNUMERIC", "index": 311, "name": "clearbit_raised_c", "comment": null}, "clearbit_tech_category_c": {"type": "STRING", "index": 312, "name": "clearbit_tech_category_c", "comment": null}, "clearbit_sector_c": {"type": "STRING", "index": 313, "name": "clearbit_sector_c", "comment": null}, "estimated_annual_revenue_c": {"type": "STRING", "index": 314, "name": "estimated_annual_revenue_c", "comment": null}, "clearbit_tags_c": {"type": "STRING", "index": 315, "name": "clearbit_tags_c", "comment": null}, "territory_inbound_c": {"type": "STRING", "index": 316, "name": "territory_inbound_c", "comment": null}, "lead_iq_country_c": {"type": "STRING", "index": 317, "name": "lead_iq_country_c", "comment": null}, "lead_iq_employee_count_c": {"type": "STRING", "index": 318, "name": "lead_iq_employee_count_c", "comment": null}, "lead_iq_employee_range_c": {"type": "STRING", "index": 319, "name": "lead_iq_employee_range_c", "comment": null}, "lead_iq_state_c": {"type": "STRING", "index": 320, "name": "lead_iq_state_c", "comment": null}, "lead_iq_zip_code_c": {"type": "STRING", "index": 321, "name": "lead_iq_zip_code_c", "comment": null}, "zoominfo_country_c": {"type": "STRING", "index": 322, "name": "zoominfo_country_c", "comment": null}, "zoominfo_employee_count_c": {"type": "STRING", "index": 323, "name": "zoominfo_employee_count_c", "comment": null}, "zoominfo_state_c": {"type": "STRING", "index": 324, "name": "zoominfo_state_c", "comment": null}, "zoominfo_technologies_c": {"type": "STRING", "index": 325, "name": "zoominfo_technologies_c", "comment": null}, "zoominfo_zip_code_c": {"type": "STRING", "index": 326, "name": "zoominfo_zip_code_c", "comment": null}, "company_country_c": {"type": "STRING", "index": 327, "name": "company_country_c", "comment": null}, "company_postal_code_c": {"type": "STRING", "index": 328, "name": "company_postal_code_c", "comment": null}, "company_province_c": {"type": "STRING", "index": 329, "name": "company_province_c", "comment": null}, "has_fivetran_connector_c": {"type": "BOOL", "index": 330, "name": "has_fivetran_connector_c", "comment": null}, "user_activity_logged_by_c": {"type": "STRING", "index": 331, "name": "user_activity_logged_by_c", "comment": null}, "segment_c": {"type": "STRING", "index": 332, "name": "segment_c", "comment": null}, "datawarehouse_used_c": {"type": "STRING", "index": 333, "name": "datawarehouse_used_c", "comment": null}, "bdr_priority_c": {"type": "STRING", "index": 334, "name": "bdr_priority_c", "comment": null}, "csi_description_del_c": {"type": "STRING", "index": 335, "name": "csi_description_del_c", "comment": null}, "last_bdr_activity_owner_c": {"type": "STRING", "index": 336, "name": "last_bdr_activity_owner_c", "comment": null}, "last_manual_bdr_activity_date_c": {"type": "TIMESTAMP", "index": 337, "name": "last_manual_bdr_activity_date_c", "comment": null}, "marketing_behavior_score_c": {"type": "FLOAT64", "index": 338, "name": "marketing_behavior_score_c", "comment": null}, "recommended_connector_c": {"type": "STRING", "index": 339, "name": "recommended_connector_c", "comment": null}, "dbt_package_run_c": {"type": "STRING", "index": 340, "name": "dbt_package_run_c", "comment": null}, "user_gems_has_a_user_gem_c": {"type": "BOOL", "index": 341, "name": "user_gems_has_a_user_gem_c", "comment": null}, "user_gems_user_gems_id_c": {"type": "STRING", "index": 342, "name": "user_gems_user_gems_id_c", "comment": null}, "clearbit_parent_company_domain_c": {"type": "STRING", "index": 343, "name": "clearbit_parent_company_domain_c", "comment": null}, "clearbit_ultimate_parent_domain_c": {"type": "STRING", "index": 344, "name": "clearbit_ultimate_parent_domain_c", "comment": null}, "dozisf_zoom_info_first_updated_c": {"type": "TIMESTAMP", "index": 345, "name": "dozisf_zoom_info_first_updated_c", "comment": null}, "dozisf_zoom_info_id_c": {"type": "STRING", "index": 346, "name": "dozisf_zoom_info_id_c", "comment": null}, "dozisf_zoom_info_last_updated_c": {"type": "TIMESTAMP", "index": 347, "name": "dozisf_zoom_info_last_updated_c", "comment": null}, "clearbit_billing_city_c": {"type": "STRING", "index": 348, "name": "clearbit_billing_city_c", "comment": null}, "clearbit_billing_country_c": {"type": "STRING", "index": 349, "name": "clearbit_billing_country_c", "comment": null}, "clearbit_billing_state_province_c": {"type": "STRING", "index": 350, "name": "clearbit_billing_state_province_c", "comment": null}, "clearbit_billing_street_c": {"type": "STRING", "index": 351, "name": "clearbit_billing_street_c", "comment": null}, "clearbit_billing_zip_postal_code_c": {"type": "STRING", "index": 352, "name": "clearbit_billing_zip_postal_code_c", "comment": null}, "date_time_formula_fields_changed_c": {"type": "TIMESTAMP", "index": 353, "name": "date_time_formula_fields_changed_c", "comment": null}, "region_deprecate_c": {"type": "STRING", "index": 354, "name": "region_deprecate_c", "comment": null}, "am_health_score_c": {"type": "FLOAT64", "index": 355, "name": "am_health_score_c", "comment": null}, "business_score_c": {"type": "FLOAT64", "index": 356, "name": "business_score_c", "comment": null}, "champion_relationship_c": {"type": "STRING", "index": 357, "name": "champion_relationship_c", "comment": null}, "customer_health_engagement_score_c": {"type": "FLOAT64", "index": 358, "name": "customer_health_engagement_score_c", "comment": null}, "expansion_score_c": {"type": "FLOAT64", "index": 359, "name": "expansion_score_c", "comment": null}, "friction_score_c": {"type": "FLOAT64", "index": 360, "name": "friction_score_c", "comment": null}, "health_score_c": {"type": "FLOAT64", "index": 361, "name": "health_score_c", "comment": null}, "usage_score_c": {"type": "FLOAT64", "index": 362, "name": "usage_score_c", "comment": null}, "promoter_score_c": {"type": "FLOAT64", "index": 363, "name": "promoter_score_c", "comment": null}, "pbf_account_c": {"type": "BOOL", "index": 364, "name": "pbf_account_c", "comment": null}, "clarus_date_c": {"type": "TIMESTAMP", "index": 365, "name": "clarus_date_c", "comment": null}, "clarus_editor_c": {"type": "STRING", "index": 366, "name": "clarus_editor_c", "comment": null}, "clarus_project_c": {"type": "STRING", "index": 367, "name": "clarus_project_c", "comment": null}, "override_account_type_c": {"type": "BOOL", "index": 368, "name": "override_account_type_c", "comment": null}, "clarus_notes_c": {"type": "STRING", "index": 369, "name": "clarus_notes_c", "comment": null}, "clarus_status_c": {"type": "STRING", "index": 370, "name": "clarus_status_c", "comment": null}, "fivetran_connectors_used_c": {"type": "STRING", "index": 371, "name": "fivetran_connectors_used_c", "comment": null}, "fivetran_data_warehouses_c": {"type": "STRING", "index": 372, "name": "fivetran_data_warehouses_c", "comment": null}, "fivetran_first_sync_date_c": {"type": "TIMESTAMP", "index": 373, "name": "fivetran_first_sync_date_c", "comment": null}, "fivetran_last_sync_date_c": {"type": "TIMESTAMP", "index": 374, "name": "fivetran_last_sync_date_c", "comment": null}, "fivetran_last_updated_date_c": {"type": "TIMESTAMP", "index": 375, "name": "fivetran_last_updated_date_c", "comment": null}, "fivetran_sync_status_c": {"type": "STRING", "index": 376, "name": "fivetran_sync_status_c", "comment": null}, "fivetran_trial_begin_date_c": {"type": "TIMESTAMP", "index": 377, "name": "fivetran_trial_begin_date_c", "comment": null}, "fivetran_trial_end_date_c": {"type": "TIMESTAMP", "index": 378, "name": "fivetran_trial_end_date_c", "comment": null}, "analyst_interview_c": {"type": "STRING", "index": 379, "name": "analyst_interview_c", "comment": null}, "beta_test_c": {"type": "STRING", "index": 380, "name": "beta_test_c", "comment": null}, "case_study_c": {"type": "STRING", "index": 381, "name": "case_study_c", "comment": null}, "customer_advocate_c": {"type": "STRING", "index": 382, "name": "customer_advocate_c", "comment": null}, "customer_advocate_notes_c": {"type": "STRING", "index": 383, "name": "customer_advocate_notes_c", "comment": null}, "event_speaker_c": {"type": "STRING", "index": 384, "name": "event_speaker_c", "comment": null}, "podcast_c": {"type": "STRING", "index": 385, "name": "podcast_c", "comment": null}, "pr_opportunity_c": {"type": "STRING", "index": 386, "name": "pr_opportunity_c", "comment": null}, "product_feedback_c": {"type": "STRING", "index": 387, "name": "product_feedback_c", "comment": null}, "reference_call_c": {"type": "STRING", "index": 388, "name": "reference_call_c", "comment": null}, "video_testimonial_c": {"type": "STRING", "index": 389, "name": "video_testimonial_c", "comment": null}, "webinar_c": {"type": "STRING", "index": 390, "name": "webinar_c", "comment": null}, "assigned_tsm_c": {"type": "STRING", "index": 391, "name": "assigned_tsm_c", "comment": null}, "last_ae_activity_owner_c": {"type": "STRING", "index": 392, "name": "last_ae_activity_owner_c", "comment": null}, "last_manual_ae_activity_date_c": {"type": "TIMESTAMP", "index": 393, "name": "last_manual_ae_activity_date_c", "comment": null}, "account_holdover_c": {"type": "BOOL", "index": 394, "name": "account_holdover_c", "comment": null}, "cpq_migration_complete_c": {"type": "BOOL", "index": 395, "name": "cpq_migration_complete_c", "comment": null}, "blng_bill_to_contact_c": {"type": "STRING", "index": 396, "name": "blng_bill_to_contact_c", "comment": null}, "blng_customer_profile_id_c": {"type": "STRING", "index": 397, "name": "blng_customer_profile_id_c", "comment": null}, "blng_default_payment_type_c": {"type": "STRING", "index": 398, "name": "blng_default_payment_type_c", "comment": null}, "sfbd_collections_agent_c": {"type": "STRING", "index": 399, "name": "sfbd_collections_agent_c", "comment": null}, "sfbd_collections_plan_date_c": {"type": "TIMESTAMP", "index": 400, "name": "sfbd_collections_plan_date_c", "comment": null}, "sfbd_collections_status_c": {"type": "STRING", "index": 401, "name": "sfbd_collections_status_c", "comment": null}, "sfbd_dunning_method_c": {"type": "STRING", "index": 402, "name": "sfbd_dunning_method_c", "comment": null}, "sfbd_sla_c": {"type": "STRING", "index": 403, "name": "sfbd_sla_c", "comment": null}, "sfbd_upsell_opportunity_c": {"type": "STRING", "index": 404, "name": "sfbd_upsell_opportunity_c", "comment": null}, "ava_blng_business_identification_number_c": {"type": "STRING", "index": 405, "name": "ava_blng_business_identification_number_c", "comment": null}, "ava_blng_entity_use_code_c": {"type": "STRING", "index": 406, "name": "ava_blng_entity_use_code_c", "comment": null}, "ava_blng_exemption_number_c": {"type": "STRING", "index": 407, "name": "ava_blng_exemption_number_c", "comment": null}, "ava_blng_is_seller_importer_of_record_c": {"type": "BOOL", "index": 408, "name": "ava_blng_is_seller_importer_of_record_c", "comment": null}, "account_status_c": {"type": "STRING", "index": 409, "name": "account_status_c", "comment": null}, "credit_summary_c": {"type": "STRING", "index": 410, "name": "credit_summary_c", "comment": null}, "current_month_beginning_credit_balance_c": {"type": "FLOAT64", "index": 411, "name": "current_month_beginning_credit_balance_c", "comment": null}, "customer_type_c": {"type": "STRING", "index": 412, "name": "customer_type_c", "comment": null}, "fivetran_customer_account_id_c": {"type": "STRING", "index": 413, "name": "fivetran_customer_account_id_c", "comment": null}, "last_credit_snapshot_date_c": {"type": "TIMESTAMP", "index": 414, "name": "last_credit_snapshot_date_c", "comment": null}, "last_usage_record_c": {"type": "TIMESTAMP", "index": 415, "name": "last_usage_record_c", "comment": null}, "number_of_credits_expired_c": {"type": "FLOAT64", "index": 416, "name": "number_of_credits_expired_c", "comment": null}, "number_of_fivetran_accounts_c": {"type": "FLOAT64", "index": 417, "name": "number_of_fivetran_accounts_c", "comment": null}, "payment_expected_date_c": {"type": "TIMESTAMP", "index": 418, "name": "payment_expected_date_c", "comment": null}, "previous_month_beginning_credit_balance_c": {"type": "FLOAT64", "index": 419, "name": "previous_month_beginning_credit_balance_c", "comment": null}, "previous_month_s_ending_credit_balance_c": {"type": "FLOAT64", "index": 420, "name": "previous_month_s_ending_credit_balance_c", "comment": null}, "previous_month_s_starting_credit_balance_c": {"type": "FLOAT64", "index": 421, "name": "previous_month_s_starting_credit_balance_c", "comment": null}, "trial_start_date_c": {"type": "TIMESTAMP", "index": 422, "name": "trial_start_date_c", "comment": null}, "notes_cs_c": {"type": "STRING", "index": 423, "name": "notes_cs_c", "comment": null}, "usage_ae_c": {"type": "STRING", "index": 424, "name": "usage_ae_c", "comment": null}, "usage_am_c": {"type": "STRING", "index": 425, "name": "usage_am_c", "comment": null}, "first_won_date_c": {"type": "TIMESTAMP", "index": 426, "name": "first_won_date_c", "comment": null}, "land_arr_c": {"type": "BIGNUMERIC", "index": 427, "name": "land_arr_c", "comment": null}, "active_ft_accounts_c": {"type": "FLOAT64", "index": 428, "name": "active_ft_accounts_c", "comment": null}, "usage_csm_c": {"type": "STRING", "index": 429, "name": "usage_csm_c", "comment": null}, "duns_number_c": {"type": "STRING", "index": 430, "name": "duns_number_c", "comment": null}, "land_region_2020_h_2_c": {"type": "STRING", "index": 431, "name": "land_region_2020_h_2_c", "comment": null}, "third_party_payer_c": {"type": "STRING", "index": 432, "name": "third_party_payer_c", "comment": null}, "ae_paired_csm_c": {"type": "STRING", "index": 433, "name": "ae_paired_csm_c", "comment": null}, "month_of_ownership_transfer_hidden_c": {"type": "TIMESTAMP", "index": 434, "name": "month_of_ownership_transfer_hidden_c", "comment": null}, "clearbit_sub_industry_c": {"type": "STRING", "index": 435, "name": "clearbit_sub_industry_c", "comment": null}, "business_intelligence_tool_c": {"type": "STRING", "index": 436, "name": "business_intelligence_tool_c", "comment": null}, "self_service_to_annual_c": {"type": "BOOL", "index": 437, "name": "self_service_to_annual_c", "comment": null}, "suppress_billing_c": {"type": "BOOL", "index": 438, "name": "suppress_billing_c", "comment": null}, "enterprise_target_account_c": {"type": "BOOL", "index": 439, "name": "enterprise_target_account_c", "comment": null}, "pending_to_add_fivetran_account_c": {"type": "BOOL", "index": 440, "name": "pending_to_add_fivetran_account_c", "comment": null}, "revenue_team_c": {"type": "STRING", "index": 441, "name": "revenue_team_c", "comment": null}, "is_non_renewable_c": {"type": "BOOL", "index": 442, "name": "is_non_renewable_c", "comment": null}, "bizible_2_engagement_score_c": {"type": "STRING", "index": 443, "name": "bizible_2_engagement_score_c", "comment": null}, "ad_clicks_rolling_30_c": {"type": "FLOAT64", "index": 444, "name": "ad_clicks_rolling_30_c", "comment": null}, "ad_clicks_rolling_90_c": {"type": "FLOAT64", "index": 445, "name": "ad_clicks_rolling_90_c", "comment": null}, "ad_data_up_to_date_as_of_c": {"type": "TIMESTAMP", "index": 446, "name": "ad_data_up_to_date_as_of_c", "comment": null}, "ad_impressions_rolling_30_c": {"type": "FLOAT64", "index": 447, "name": "ad_impressions_rolling_30_c", "comment": null}, "ad_impressions_rolling_90_c": {"type": "FLOAT64", "index": 448, "name": "ad_impressions_rolling_90_c", "comment": null}, "ad_spend_mt_d_c": {"type": "FLOAT64", "index": 449, "name": "ad_spend_mt_d_c", "comment": null}, "ad_spend_qt_d_c": {"type": "FLOAT64", "index": 450, "name": "ad_spend_qt_d_c", "comment": null}, "associated_terminus_accounts_c": {"type": "STRING", "index": 451, "name": "associated_terminus_accounts_c", "comment": null}, "associated_terminus_accounts_up_to_date_as_of_c": {"type": "TIMESTAMP", "index": 452, "name": "associated_terminus_accounts_up_to_date_as_of_c", "comment": null}, "end_of_surge_c": {"type": "TIMESTAMP", "index": 453, "name": "end_of_surge_c", "comment": null}, "highest_surge_percent_c": {"type": "FLOAT64", "index": 454, "name": "highest_surge_percent_c", "comment": null}, "last_ad_click_date_c": {"type": "TIMESTAMP", "index": 455, "name": "last_ad_click_date_c", "comment": null}, "last_unique_visitors_snapshot_c": {"type": "FLOAT64", "index": 456, "name": "last_unique_visitors_snapshot_c", "comment": null}, "last_visit_moment_c": {"type": "TIMESTAMP", "index": 457, "name": "last_visit_moment_c", "comment": null}, "last_visit_sessions_snapshot_c": {"type": "FLOAT64", "index": 458, "name": "last_visit_sessions_snapshot_c", "comment": null}, "start_of_surge_c": {"type": "TIMESTAMP", "index": 459, "name": "start_of_surge_c", "comment": null}, "surge_data_up_to_date_as_of_c": {"type": "TIMESTAMP", "index": 460, "name": "surge_data_up_to_date_as_of_c", "comment": null}, "surging_awareness_pages_c": {"type": "STRING", "index": 461, "name": "surging_awareness_pages_c", "comment": null}, "surging_high_value_pages_c": {"type": "STRING", "index": 462, "name": "surging_high_value_pages_c", "comment": null}, "surging_models_c": {"type": "STRING", "index": 463, "name": "surging_models_c", "comment": null}, "terminus_account_lists_c": {"type": "STRING", "index": 464, "name": "terminus_account_lists_c", "comment": null}, "terminus_account_lists_updated_moment_utc_c": {"type": "TIMESTAMP", "index": 465, "name": "terminus_account_lists_updated_moment_utc_c", "comment": null}, "unique_web_visitors_rolling_30_c": {"type": "FLOAT64", "index": 466, "name": "unique_web_visitors_rolling_30_c", "comment": null}, "web_visit_data_up_to_date_as_of_c": {"type": "TIMESTAMP", "index": 467, "name": "web_visit_data_up_to_date_as_of_c", "comment": null}, "web_visits_rolling_30_c": {"type": "FLOAT64", "index": 468, "name": "web_visits_rolling_30_c", "comment": null}, "revenue_all_time_c": {"type": "BIGNUMERIC", "index": 469, "name": "revenue_all_time_c", "comment": null}, "revenue_annual_c": {"type": "BIGNUMERIC", "index": 470, "name": "revenue_annual_c", "comment": null}, "total_closed_lost_opportunities_c": {"type": "FLOAT64", "index": 471, "name": "total_closed_lost_opportunities_c", "comment": null}, "total_closed_won_opportunities_c": {"type": "FLOAT64", "index": 472, "name": "total_closed_won_opportunities_c", "comment": null}, "total_opportunities_c": {"type": "FLOAT64", "index": 473, "name": "total_opportunities_c", "comment": null}, "ae_am_ownership_transfer_email_sent_c": {"type": "BOOL", "index": 474, "name": "ae_am_ownership_transfer_email_sent_c", "comment": null}, "comp_credit_quantity_override_c": {"type": "BOOL", "index": 475, "name": "comp_credit_quantity_override_c", "comment": null}, "celigo_sfnsio_account_balance_c": {"type": "BIGNUMERIC", "index": 476, "name": "celigo_sfnsio_account_balance_c", "comment": null}, "celigo_sfnsio_channel_tier_c": {"type": "STRING", "index": 477, "name": "celigo_sfnsio_channel_tier_c", "comment": null}, "celigo_sfnsio_credit_hold_c": {"type": "STRING", "index": 478, "name": "celigo_sfnsio_credit_hold_c", "comment": null}, "celigo_sfnsio_credit_limit_c": {"type": "BIGNUMERIC", "index": 479, "name": "celigo_sfnsio_credit_limit_c", "comment": null}, "celigo_sfnsio_days_overdue_c": {"type": "FLOAT64", "index": 480, "name": "celigo_sfnsio_days_overdue_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "STRING", "index": 481, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "STRING", "index": 482, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_net_suite_sync_error_c": {"type": "STRING", "index": 483, "name": "celigo_sfnsio_net_suite_sync_error_c", "comment": null}, "celigo_sfnsio_overdue_balance_c": {"type": "BIGNUMERIC", "index": 484, "name": "celigo_sfnsio_overdue_balance_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "BOOL", "index": 485, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "BOOL", "index": 486, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "celigo_sfnsio_unbilled_orders_c": {"type": "BIGNUMERIC", "index": 487, "name": "celigo_sfnsio_unbilled_orders_c", "comment": null}, "account_owner_notes_c": {"type": "STRING", "index": 488, "name": "account_owner_notes_c", "comment": null}, "ironclad_workflow_c": {"type": "STRING", "index": 489, "name": "ironclad_workflow_c", "comment": null}, "bombora_app_bombora_surge_record_count_c": {"type": "FLOAT64", "index": 490, "name": "bombora_app_bombora_surge_record_count_c", "comment": null}, "bombora_app_bombora_last_date_time_updated_c": {"type": "TIMESTAMP", "index": 491, "name": "bombora_app_bombora_last_date_time_updated_c", "comment": null}, "bombora_app_bombora_total_composite_score_c": {"type": "FLOAT64", "index": 492, "name": "bombora_app_bombora_total_composite_score_c", "comment": null}, "is_test_account_c": {"type": "BOOL", "index": 493, "name": "is_test_account_c", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 494, "name": "_fivetran_deleted", "comment": null}, "expansion_annual_goal_c": {"type": "BIGNUMERIC", "index": 495, "name": "expansion_annual_goal_c", "comment": null}, "volume_post_sales_c": {"type": "BOOL", "index": 496, "name": "volume_post_sales_c", "comment": null}, "baseline_arr_c": {"type": "BIGNUMERIC", "index": 497, "name": "baseline_arr_c", "comment": null}, "use_cases_notes_c": {"type": "STRING", "index": 498, "name": "use_cases_notes_c", "comment": null}, "cs_strategy_notes_c": {"type": "STRING", "index": 499, "name": "cs_strategy_notes_c", "comment": null}, "use_cases_c": {"type": "STRING", "index": 500, "name": "use_cases_c", "comment": null}, "current_champion_c": {"type": "STRING", "index": 501, "name": "current_champion_c", "comment": null}, "cs_strategy_c": {"type": "STRING", "index": 502, "name": "cs_strategy_c", "comment": null}, "assigned_sdr_c": {"type": "STRING", "index": 503, "name": "assigned_sdr_c", "comment": null}, "last_sdr_activity_owner_c": {"type": "STRING", "index": 504, "name": "last_sdr_activity_owner_c", "comment": null}, "last_sdr_activity_date_c": {"type": "TIMESTAMP", "index": 505, "name": "last_sdr_activity_date_c", "comment": null}, "ae_to_csm_ownership_handoff_c": {"type": "BOOL", "index": 506, "name": "ae_to_csm_ownership_handoff_c", "comment": null}, "customer_spend_type_c": {"type": "STRING", "index": 507, "name": "customer_spend_type_c", "comment": null}, "csm_assignment_date_c": {"type": "TIMESTAMP", "index": 508, "name": "csm_assignment_date_c", "comment": null}, "startup_promotion_qualifier_c": {"type": "BOOL", "index": 509, "name": "startup_promotion_qualifier_c", "comment": null}, "pricing_curve_c": {"type": "STRING", "index": 510, "name": "pricing_curve_c", "comment": null}, "committed_credits_verified_c": {"type": "BOOL", "index": 511, "name": "committed_credits_verified_c", "comment": null}, "connector_s_c": {"type": "STRING", "index": 512, "name": "connector_s_c", "comment": null}, "high_water_mark_arr_c": {"type": "BIGNUMERIC", "index": 513, "name": "high_water_mark_arr_c", "comment": null}, "usage_arr_c": {"type": "BIGNUMERIC", "index": 514, "name": "usage_arr_c", "comment": null}, "use_cases_x_c": {"type": "STRING", "index": 515, "name": "use_cases_x_c", "comment": null}, "p_o_number_c": {"type": "STRING", "index": 516, "name": "p_o_number_c", "comment": null}, "annualized_mrrv_previous_month_c": {"type": "BIGNUMERIC", "index": 517, "name": "annualized_mrrv_previous_month_c", "comment": null}, "olp_to_annual_change_date_c": {"type": "TIMESTAMP", "index": 518, "name": "olp_to_annual_change_date_c", "comment": null}, "customer_type_change_detail_c": {"type": "STRING", "index": 519, "name": "customer_type_change_detail_c", "comment": null}, "annual_to_olp_change_date_c": {"type": "TIMESTAMP", "index": 520, "name": "annual_to_olp_change_date_c", "comment": null}, "value_print_last_updated_c": {"type": "TIMESTAMP", "index": 521, "name": "value_print_last_updated_c", "comment": null}, "bookings_arr_c": {"type": "BIGNUMERIC", "index": 522, "name": "bookings_arr_c", "comment": null}, "geoand_cloud_region_c": {"type": "STRING", "index": 523, "name": "geoand_cloud_region_c", "comment": null}, "on_snowflake_business_critical_ed_c": {"type": "BOOL", "index": 524, "name": "on_snowflake_business_critical_ed_c", "comment": null}, "average_monthly_usage_lifetime_c": {"type": "FLOAT64", "index": 525, "name": "average_monthly_usage_lifetime_c", "comment": null}, "average_monthly_usage_4_mos_c": {"type": "FLOAT64", "index": 526, "name": "average_monthly_usage_4_mos_c", "comment": null}, "account_priority_c": {"type": "STRING", "index": 527, "name": "account_priority_c", "comment": null}, "total_credits_bought_override_c": {"type": "FLOAT64", "index": 528, "name": "total_credits_bought_override_c", "comment": null}, "rollover_credits_verified_c": {"type": "BOOL", "index": 529, "name": "rollover_credits_verified_c", "comment": null}, "dnboptimizer_dn_bcompany_record_c": {"type": "STRING", "index": 530, "name": "dnboptimizer_dn_bcompany_record_c", "comment": null}, "dnboptimizer_dnb_d_u_n_s_number_c": {"type": "STRING", "index": 531, "name": "dnboptimizer_dnb_d_u_n_s_number_c", "comment": null}, "i_sell_oskey_id_c": {"type": "STRING", "index": 532, "name": "i_sell_oskey_id_c", "comment": null}, "count_of_credit_summaries_c": {"type": "FLOAT64", "index": 533, "name": "count_of_credit_summaries_c", "comment": null}, "abm_targeting_timeline_c": {"type": "STRING", "index": 534, "name": "abm_targeting_timeline_c", "comment": null}, "abm_enterprise_tier_c": {"type": "STRING", "index": 535, "name": "abm_enterprise_tier_c", "comment": null}, "zoom_info_naics_c": {"type": "STRING", "index": 536, "name": "zoom_info_naics_c", "comment": null}, "dbt_billing_start_date_c": {"type": "TIMESTAMP", "index": 537, "name": "dbt_billing_start_date_c", "comment": null}, "dnb_match_score_confidence_code_c": {"type": "STRING", "index": 538, "name": "dnb_match_score_confidence_code_c", "comment": null}, "dnb_web_address_c": {"type": "STRING", "index": 539, "name": "dnb_web_address_c", "comment": null}, "dnb_primary_address_line_1_c": {"type": "STRING", "index": 540, "name": "dnb_primary_address_line_1_c", "comment": null}, "dnb_out_of_business_indicator_c": {"type": "STRING", "index": 541, "name": "dnb_out_of_business_indicator_c", "comment": null}, "dnb_location_type_c": {"type": "STRING", "index": 542, "name": "dnb_location_type_c", "comment": null}, "dnb_domestic_ultimate_indicator_c": {"type": "STRING", "index": 543, "name": "dnb_domestic_ultimate_indicator_c", "comment": null}, "dnb_naics_code_1_c": {"type": "STRING", "index": 544, "name": "dnb_naics_code_1_c", "comment": null}, "dnb_naics_code_2_c": {"type": "STRING", "index": 545, "name": "dnb_naics_code_2_c", "comment": null}, "dnb_global_ultimate_indicator_c": {"type": "STRING", "index": 546, "name": "dnb_global_ultimate_indicator_c", "comment": null}, "dnb_employee_count_trend_year_c": {"type": "FLOAT64", "index": 547, "name": "dnb_employee_count_trend_year_c", "comment": null}, "dnb_primary_address_country_region_c": {"type": "STRING", "index": 548, "name": "dnb_primary_address_country_region_c", "comment": null}, "dnb_telephone_number_c": {"type": "STRING", "index": 549, "name": "dnb_telephone_number_c", "comment": null}, "dnb_subsidiary_indicator_c": {"type": "STRING", "index": 550, "name": "dnb_subsidiary_indicator_c", "comment": null}, "dnb_parent_business_name_c": {"type": "STRING", "index": 551, "name": "dnb_parent_business_name_c", "comment": null}, "dnb_fiscal_year_end_c": {"type": "STRING", "index": 552, "name": "dnb_fiscal_year_end_c", "comment": null}, "dnb_us_tax_id_c": {"type": "STRING", "index": 553, "name": "dnb_us_tax_id_c", "comment": null}, "dnb_primary_address_state_province_abbre_c": {"type": "STRING", "index": 554, "name": "dnb_primary_address_state_province_abbre_c", "comment": null}, "dnb_match_grade_c": {"type": "STRING", "index": 555, "name": "dnb_match_grade_c", "comment": null}, "dnb_revenue_trend_year_c": {"type": "FLOAT64", "index": 556, "name": "dnb_revenue_trend_year_c", "comment": null}, "dnb_global_ultimate_duns_c": {"type": "STRING", "index": 557, "name": "dnb_global_ultimate_duns_c", "comment": null}, "dnb_sic_4_code_1_c": {"type": "STRING", "index": 558, "name": "dnb_sic_4_code_1_c", "comment": null}, "dnb_duns_number_c": {"type": "STRING", "index": 559, "name": "dnb_duns_number_c", "comment": null}, "dnb_domestic_ultimate_duns_c": {"type": "STRING", "index": 560, "name": "dnb_domestic_ultimate_duns_c", "comment": null}, "dnb_primary_address_state_province_c": {"type": "STRING", "index": 561, "name": "dnb_primary_address_state_province_c", "comment": null}, "dnb_num_family_members_c": {"type": "FLOAT64", "index": 562, "name": "dnb_num_family_members_c", "comment": null}, "dnb_employee_count_total_reliability_code_c": {"type": "STRING", "index": 563, "name": "dnb_employee_count_total_reliability_code_c", "comment": null}, "dnb_domestic_ultimate_business_name_c": {"type": "STRING", "index": 564, "name": "dnb_domestic_ultimate_business_name_c", "comment": null}, "dnb_primary_address_country_region_code_c": {"type": "STRING", "index": 565, "name": "dnb_primary_address_country_region_code_c", "comment": null}, "dnb_business_name_c": {"type": "STRING", "index": 566, "name": "dnb_business_name_c", "comment": null}, "dnb_sic_4_code_3_c": {"type": "STRING", "index": 567, "name": "dnb_sic_4_code_3_c", "comment": null}, "dnb_sic_4_code_2_c": {"type": "STRING", "index": 568, "name": "dnb_sic_4_code_2_c", "comment": null}, "dnb_match_data_profile_c": {"type": "STRING", "index": 569, "name": "dnb_match_data_profile_c", "comment": null}, "dnb_marketability_indicator_c": {"type": "STRING", "index": 570, "name": "dnb_marketability_indicator_c", "comment": null}, "dnb_primary_address_city_c": {"type": "STRING", "index": 571, "name": "dnb_primary_address_city_c", "comment": null}, "dnb_legal_structure_description_c": {"type": "STRING", "index": 572, "name": "dnb_legal_structure_description_c", "comment": null}, "dnb_sales_volume_usd_c": {"type": "FLOAT64", "index": 573, "name": "dnb_sales_volume_usd_c", "comment": null}, "dnb_primary_address_postal_code_c": {"type": "STRING", "index": 574, "name": "dnb_primary_address_postal_code_c", "comment": null}, "dnb_parent_duns_c": {"type": "STRING", "index": 575, "name": "dnb_parent_duns_c", "comment": null}, "dnb_tradestyle_name_1_c": {"type": "STRING", "index": 576, "name": "dnb_tradestyle_name_1_c", "comment": null}, "dnb_primary_c": {"type": "STRING", "index": 577, "name": "dnb_primary_c", "comment": null}, "dnb_employee_count_total_reliability_desc_c": {"type": "STRING", "index": 578, "name": "dnb_employee_count_total_reliability_desc_c", "comment": null}, "dnb_sales_volume_reliability_description_c": {"type": "STRING", "index": 579, "name": "dnb_sales_volume_reliability_description_c", "comment": null}, "dnb_employee_count_total_c": {"type": "FLOAT64", "index": 580, "name": "dnb_employee_count_total_c", "comment": null}, "dnb_business_description_c": {"type": "STRING", "index": 581, "name": "dnb_business_description_c", "comment": null}, "dnb_employee_count_here_c": {"type": "FLOAT64", "index": 582, "name": "dnb_employee_count_here_c", "comment": null}, "dnb_headquarter_business_name_c": {"type": "STRING", "index": 583, "name": "dnb_headquarter_business_name_c", "comment": null}, "dnb_global_ultimate_business_name_c": {"type": "STRING", "index": 584, "name": "dnb_global_ultimate_business_name_c", "comment": null}, "dnb_fortune_1000_rank_c": {"type": "STRING", "index": 585, "name": "dnb_fortune_1000_rank_c", "comment": null}, "end_date_of_services_package_c": {"type": "TIMESTAMP", "index": 586, "name": "end_date_of_services_package_c", "comment": null}, "third_party_data_c": {"type": "STRING", "index": 587, "name": "third_party_data_c", "comment": null}, "pbf_overlay_c": {"type": "STRING", "index": 588, "name": "pbf_overlay_c", "comment": null}, "pbf_churn_c": {"type": "BOOL", "index": 589, "name": "pbf_churn_c", "comment": null}, "last_pbf_sales_activity_c": {"type": "TIMESTAMP", "index": 590, "name": "last_pbf_sales_activity_c", "comment": null}, "pbf_status_c": {"type": "STRING", "index": 591, "name": "pbf_status_c", "comment": null}, "embedded_am_c": {"type": "STRING", "index": 592, "name": "embedded_am_c", "comment": null}, "pbf_expiration_date_c": {"type": "TIMESTAMP", "index": 593, "name": "pbf_expiration_date_c", "comment": null}, "api_created_connectors_c": {"type": "BOOL", "index": 594, "name": "api_created_connectors_c", "comment": null}, "xbeamprod_available_overlaps_c": {"type": "FLOAT64", "index": 595, "name": "xbeamprod_available_overlaps_c", "comment": null}, "cross_sell_account_approved_c": {"type": "BOOL", "index": 596, "name": "cross_sell_account_approved_c", "comment": null}, "why_was_account_flagged_for_cross_sell_c": {"type": "STRING", "index": 597, "name": "why_was_account_flagged_for_cross_sell_c", "comment": null}, "flagging_hvr_xsell_c": {"type": "BOOL", "index": 598, "name": "flagging_hvr_xsell_c", "comment": null}, "engagio_mqadate_c": {"type": "TIMESTAMP", "index": 599, "name": "engagio_mqadate_c", "comment": null}, "engagio_qualification_score_c": {"type": "FLOAT64", "index": 600, "name": "engagio_qualification_score_c", "comment": null}, "engagio_top_urls_c": {"type": "STRING", "index": 601, "name": "engagio_top_urls_c", "comment": null}, "engagio_number_of_people_c": {"type": "FLOAT64", "index": 602, "name": "engagio_number_of_people_c", "comment": null}, "engagio_engagement_minutes_last_7_days_c": {"type": "FLOAT64", "index": 603, "name": "engagio_engagement_minutes_last_7_days_c", "comment": null}, "engagio_first_engagement_date_c": {"type": "TIMESTAMP", "index": 604, "name": "engagio_first_engagement_date_c", "comment": null}, "engagio_web_visits_last_3_months_c": {"type": "FLOAT64", "index": 605, "name": "engagio_web_visits_last_3_months_c", "comment": null}, "engagio_intent_minutes_last_30_days_c": {"type": "FLOAT64", "index": 606, "name": "engagio_intent_minutes_last_30_days_c", "comment": null}, "engagio_pipeline_predict_score_c": {"type": "FLOAT64", "index": 607, "name": "engagio_pipeline_predict_score_c", "comment": null}, "engagio_engagement_minutes_last_3_months_c": {"type": "FLOAT64", "index": 608, "name": "engagio_engagement_minutes_last_3_months_c", "comment": null}, "engagio_status_c": {"type": "STRING", "index": 609, "name": "engagio_status_c", "comment": null}, "engagio_engaged_people_c": {"type": "FLOAT64", "index": 610, "name": "engagio_engaged_people_c", "comment": null}, "engagio_high_intent_keywords_c": {"type": "STRING", "index": 611, "name": "engagio_high_intent_keywords_c", "comment": null}, "force_merge_c": {"type": "BOOL", "index": 612, "name": "force_merge_c", "comment": null}, "strategic_account_c": {"type": "BOOL", "index": 613, "name": "strategic_account_c", "comment": null}, "feature_request_c": {"type": "STRING", "index": 614, "name": "feature_request_c", "comment": null}, "dbt_billing_enablement_date_c": {"type": "TIMESTAMP", "index": 615, "name": "dbt_billing_enablement_date_c", "comment": null}, "rev_ex_territory_review_dec_21_c": {"type": "BOOL", "index": 616, "name": "rev_ex_territory_review_dec_21_c", "comment": null}, "manual_subsidiary_indicator_c": {"type": "BOOL", "index": 617, "name": "manual_subsidiary_indicator_c", "comment": null}, "potential_fivetran_use_case_c": {"type": "STRING", "index": 618, "name": "potential_fivetran_use_case_c", "comment": null}, "fy_23_enterprise_target_c": {"type": "BOOL", "index": 619, "name": "fy_23_enterprise_target_c", "comment": null}, "target_account_hierarchy_member_c": {"type": "BOOL", "index": 620, "name": "target_account_hierarchy_member_c", "comment": null}, "ignore_manual_override_c": {"type": "BOOL", "index": 621, "name": "ignore_manual_override_c", "comment": null}, "ae_solo_target_account_c": {"type": "BOOL", "index": 622, "name": "ae_solo_target_account_c", "comment": null}, "fy_23_ae_target_accounts_c": {"type": "BOOL", "index": 623, "name": "fy_23_ae_target_accounts_c", "comment": null}, "temporary_target_accounts_c": {"type": "BOOL", "index": 624, "name": "temporary_target_accounts_c", "comment": null}, "fy_23_bdr_target_accounts_c": {"type": "BOOL", "index": 625, "name": "fy_23_bdr_target_accounts_c", "comment": null}, "csm_priority_c": {"type": "STRING", "index": 626, "name": "csm_priority_c", "comment": null}, "purchase_summary_c": {"type": "STRING", "index": 627, "name": "purchase_summary_c", "comment": null}, "approved_rollover_value_c": {"type": "BIGNUMERIC", "index": 628, "name": "approved_rollover_value_c", "comment": null}, "account_prospecting_status_c": {"type": "STRING", "index": 629, "name": "account_prospecting_status_c", "comment": null}, "hvr_customer_type_c": {"type": "STRING", "index": 630, "name": "hvr_customer_type_c", "comment": null}, "account_strategist_c": {"type": "STRING", "index": 631, "name": "account_strategist_c", "comment": null}, "ae_opt_to_hold_account_c": {"type": "BOOL", "index": 632, "name": "ae_opt_to_hold_account_c", "comment": null}, "ae_keeper_account_c": {"type": "STRING", "index": 633, "name": "ae_keeper_account_c", "comment": null}, "legacy_hvr_id_c": {"type": "STRING", "index": 634, "name": "legacy_hvr_id_c", "comment": null}, "has_non_frozen_ft_c": {"type": "BOOL", "index": 635, "name": "has_non_frozen_ft_c", "comment": null}, "is_excluded_from_realign": {"type": "BOOL", "index": 636, "name": "is_excluded_from_realign", "comment": null}, "hvr_primary_systems_c": {"type": "STRING", "index": 637, "name": "hvr_primary_systems_c", "comment": null}, "hvr_update_c": {"type": "BOOL", "index": 638, "name": "hvr_update_c", "comment": null}, "first_won_date_rollup_c": {"type": "FLOAT64", "index": 639, "name": "first_won_date_rollup_c", "comment": null}, "hvr_account_class_c": {"type": "STRING", "index": 640, "name": "hvr_account_class_c", "comment": null}, "csm_handoff_date_c": {"type": "TIMESTAMP", "index": 641, "name": "csm_handoff_date_c", "comment": null}, "domain_temp_c": {"type": "STRING", "index": 642, "name": "domain_temp_c", "comment": null}, "hvr_account_status_c": {"type": "STRING", "index": 643, "name": "hvr_account_status_c", "comment": null}, "had_ftcustomer_c": {"type": "BOOL", "index": 644, "name": "had_ftcustomer_c", "comment": null}, "merged_account_ids_c": {"type": "STRING", "index": 645, "name": "merged_account_ids_c", "comment": null}, "ftcustomer_c": {"type": "BOOL", "index": 646, "name": "ftcustomer_c", "comment": null}, "rh_2_test_currency_c": {"type": "BIGNUMERIC", "index": 647, "name": "rh_2_test_currency_c", "comment": null}, "usage_ae_reset_date_c": {"type": "TIMESTAMP", "index": 648, "name": "usage_ae_reset_date_c", "comment": null}, "behavior_score_summary_c": {"type": "FLOAT64", "index": 649, "name": "behavior_score_summary_c", "comment": null}, "lean_data_status_info_c": {"type": "STRING", "index": 650, "name": "lean_data_status_info_c", "comment": null}, "dnb_headquarter_d_u_n_s_number_c": {"type": "STRING", "index": 651, "name": "dnb_headquarter_d_u_n_s_number_c", "comment": null}, "temporary_subsidiary_flag_fy_23_c": {"type": "BOOL", "index": 652, "name": "temporary_subsidiary_flag_fy_23_c", "comment": null}, "rev_ex_fy_23_manual_override_c": {"type": "BOOL", "index": 653, "name": "rev_ex_fy_23_manual_override_c", "comment": null}, "enterprise_territory_exception_c": {"type": "BOOL", "index": 654, "name": "enterprise_territory_exception_c", "comment": null}, "enterprise_strategic_account_c": {"type": "BOOL", "index": 655, "name": "enterprise_strategic_account_c", "comment": null}, "global_ultimate_account_name_c": {"type": "STRING", "index": 656, "name": "global_ultimate_account_name_c", "comment": null}, "global_account_id_18_c": {"type": "STRING", "index": 657, "name": "global_account_id_18_c", "comment": null}, "global_ultimate_account_c": {"type": "STRING", "index": 658, "name": "global_ultimate_account_c", "comment": null}, "us_only_support_c": {"type": "BOOL", "index": 659, "name": "us_only_support_c", "comment": null}, "tcr_approved_date_c": {"type": "TIMESTAMP", "index": 660, "name": "tcr_approved_date_c", "comment": null}, "project_based_routing_expiration_c": {"type": "TIMESTAMP", "index": 661, "name": "project_based_routing_expiration_c", "comment": null}, "keeper_account_approved_c": {"type": "BOOL", "index": 662, "name": "keeper_account_approved_c", "comment": null}, "ae_keeper_account_request_justification_c": {"type": "STRING", "index": 663, "name": "ae_keeper_account_request_justification_c", "comment": null}, "hvr_fully_verified_migrated_c": {"type": "BOOL", "index": 664, "name": "hvr_fully_verified_migrated_c", "comment": null}, "olp_cancelled_c": {"type": "BOOL", "index": 665, "name": "olp_cancelled_c", "comment": null}, "contract_arr_c": {"type": "BIGNUMERIC", "index": 666, "name": "contract_arr_c", "comment": null}, "rollover_value_c": {"type": "BIGNUMERIC", "index": 667, "name": "rollover_value_c", "comment": null}, "manual_zendesk_sync_c": {"type": "BOOL", "index": 668, "name": "manual_zendesk_sync_c", "comment": null}, "active_contract_c": {"type": "STRING", "index": 669, "name": "active_contract_c", "comment": null}, "x_2022_credit_audit_c": {"type": "BOOL", "index": 670, "name": "x_2022_credit_audit_c", "comment": null}, "hvr_contract_arr_c": {"type": "BIGNUMERIC", "index": 671, "name": "hvr_contract_arr_c", "comment": null}, "customer_notes_c": {"type": "STRING", "index": 672, "name": "customer_notes_c", "comment": null}, "new_trial_opp_owner_c": {"type": "STRING", "index": 673, "name": "new_trial_opp_owner_c", "comment": null}, "duplicate_from_domain_unblocking_c": {"type": "BOOL", "index": 674, "name": "duplicate_from_domain_unblocking_c", "comment": null}, "abm_resource_page_c": {"type": "STRING", "index": 675, "name": "abm_resource_page_c", "comment": null}, "abm_account_summary_doc_c": {"type": "STRING", "index": 676, "name": "abm_account_summary_doc_c", "comment": null}, "abm_landing_page_mutiny_c": {"type": "STRING", "index": 677, "name": "abm_landing_page_mutiny_c", "comment": null}, "to_be_deleted_salesloft_backfill_c": {"type": "BOOL", "index": 678, "name": "to_be_deleted_salesloft_backfill_c", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_source.stg_salesforce__account_tmp"}, "model.salesforce_source.stg_salesforce__product_2_tmp": {"metadata": {"type": "view", "schema": "dbt_renee", "name": "stg_salesforce__product_2_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"last_referenced_date": {"type": "TIMESTAMP", "index": 1, "name": "last_referenced_date", "comment": null}, "is_active": {"type": "BOOL", "index": 2, "name": "is_active", "comment": null}, "description": {"type": "STRING", "index": 3, "name": "description", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 4, "name": "last_modified_date", "comment": null}, "record_type_id": {"type": "STRING", "index": 5, "name": "record_type_id", "comment": null}, "product_code": {"type": "STRING", "index": 6, "name": "product_code", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 7, "name": "_fivetran_synced", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 8, "name": "last_viewed_date", "comment": null}, "is_deleted": {"type": "BOOL", "index": 9, "name": "is_deleted", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 10, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 11, "name": "system_modstamp", "comment": null}, "name": {"type": "STRING", "index": 12, "name": "name", "comment": null}, "id": {"type": "STRING", "index": 13, "name": "id", "comment": null}, "created_by_id": {"type": "STRING", "index": 14, "name": "created_by_id", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 15, "name": "created_date", "comment": null}, "family": {"type": "STRING", "index": 16, "name": "family", "comment": null}, "max_volume_c": {"type": "FLOAT64", "index": 17, "name": "max_volume_c", "comment": null}, "min_volume_c": {"type": "FLOAT64", "index": 18, "name": "min_volume_c", "comment": null}, "request_name_c": {"type": "STRING", "index": 19, "name": "request_name_c", "comment": null}, "default_quantity_c": {"type": "FLOAT64", "index": 20, "name": "default_quantity_c", "comment": null}, "account_c": {"type": "STRING", "index": 21, "name": "account_c", "comment": null}, "related_product_c": {"type": "STRING", "index": 22, "name": "related_product_c", "comment": null}, "picklist_value_c": {"type": "STRING", "index": 23, "name": "picklist_value_c", "comment": null}, "as_input_c": {"type": "BOOL", "index": 24, "name": "as_input_c", "comment": null}, "as_output_c": {"type": "BOOL", "index": 25, "name": "as_output_c", "comment": null}, "status_c": {"type": "STRING", "index": 26, "name": "status_c", "comment": null}, "number_of_quantity_installments": {"type": "INT64", "index": 27, "name": "number_of_quantity_installments", "comment": null}, "number_of_revenue_installments": {"type": "INT64", "index": 28, "name": "number_of_revenue_installments", "comment": null}, "quantity_installment_period": {"type": "STRING", "index": 29, "name": "quantity_installment_period", "comment": null}, "quantity_schedule_type": {"type": "STRING", "index": 30, "name": "quantity_schedule_type", "comment": null}, "revenue_installment_period": {"type": "STRING", "index": 31, "name": "revenue_installment_period", "comment": null}, "revenue_schedule_type": {"type": "STRING", "index": 32, "name": "revenue_schedule_type", "comment": null}, "connections_c": {"type": "STRING", "index": 33, "name": "connections_c", "comment": null}, "event_volume_c": {"type": "STRING", "index": 34, "name": "event_volume_c", "comment": null}, "roadmap_connections_c": {"type": "FLOAT64", "index": 35, "name": "roadmap_connections_c", "comment": null}, "row_volume_c": {"type": "STRING", "index": 36, "name": "row_volume_c", "comment": null}, "display_url": {"type": "STRING", "index": 37, "name": "display_url", "comment": null}, "external_data_source_id": {"type": "STRING", "index": 38, "name": "external_data_source_id", "comment": null}, "external_id": {"type": "STRING", "index": 39, "name": "external_id", "comment": null}, "quantity_unit_of_measure": {"type": "STRING", "index": 40, "name": "quantity_unit_of_measure", "comment": null}, "stock_keeping_unit": {"type": "STRING", "index": 41, "name": "stock_keeping_unit", "comment": null}, "features_c": {"type": "STRING", "index": 42, "name": "features_c", "comment": null}, "tier_3_price_c": {"type": "FLOAT64", "index": 43, "name": "tier_3_price_c", "comment": null}, "tier_2_price_c": {"type": "FLOAT64", "index": 44, "name": "tier_2_price_c", "comment": null}, "tier_4_price_c": {"type": "FLOAT64", "index": 45, "name": "tier_4_price_c", "comment": null}, "tier_1_price_c": {"type": "FLOAT64", "index": 46, "name": "tier_1_price_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "BOOL", "index": 47, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "BOOL", "index": 48, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_term_contract_pricing_type_c": {"type": "STRING", "index": 49, "name": "netsuite_conn_term_contract_pricing_type_c", "comment": null}, "netsuite_conn_net_suite_id_c": {"type": "STRING", "index": 50, "name": "netsuite_conn_net_suite_id_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "STRING", "index": 51, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "BOOL", "index": 52, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_item_category_c": {"type": "STRING", "index": 53, "name": "netsuite_conn_item_category_c", "comment": null}, "netsuite_conn_net_suite_item_type_c": {"type": "STRING", "index": 54, "name": "netsuite_conn_net_suite_item_type_c", "comment": null}, "netsuite_conn_sub_type_c": {"type": "STRING", "index": 55, "name": "netsuite_conn_sub_type_c", "comment": null}, "is_new_c": {"type": "BOOL", "index": 56, "name": "is_new_c", "comment": null}, "product_metadata_c": {"type": "STRING", "index": 57, "name": "product_metadata_c", "comment": null}, "product_metadata_del_c": {"type": "STRING", "index": 58, "name": "product_metadata_del_c", "comment": null}, "sbqq_asset_amendment_behavior_c": {"type": "STRING", "index": 59, "name": "sbqq_asset_amendment_behavior_c", "comment": null}, "sbqq_asset_conversion_c": {"type": "STRING", "index": 60, "name": "sbqq_asset_conversion_c", "comment": null}, "sbqq_batch_quantity_c": {"type": "FLOAT64", "index": 61, "name": "sbqq_batch_quantity_c", "comment": null}, "sbqq_billing_frequency_c": {"type": "STRING", "index": 62, "name": "sbqq_billing_frequency_c", "comment": null}, "sbqq_billing_type_c": {"type": "STRING", "index": 63, "name": "sbqq_billing_type_c", "comment": null}, "sbqq_block_pricing_field_c": {"type": "STRING", "index": 64, "name": "sbqq_block_pricing_field_c", "comment": null}, "sbqq_charge_type_c": {"type": "STRING", "index": 65, "name": "sbqq_charge_type_c", "comment": null}, "sbqq_component_c": {"type": "BOOL", "index": 66, "name": "sbqq_component_c", "comment": null}, "sbqq_compound_discount_rate_c": {"type": "FLOAT64", "index": 67, "name": "sbqq_compound_discount_rate_c", "comment": null}, "sbqq_configuration_event_c": {"type": "STRING", "index": 68, "name": "sbqq_configuration_event_c", "comment": null}, "sbqq_configuration_field_set_c": {"type": "STRING", "index": 69, "name": "sbqq_configuration_field_set_c", "comment": null}, "sbqq_configuration_fields_c": {"type": "STRING", "index": 70, "name": "sbqq_configuration_fields_c", "comment": null}, "sbqq_configuration_form_title_c": {"type": "STRING", "index": 71, "name": "sbqq_configuration_form_title_c", "comment": null}, "sbqq_configuration_type_c": {"type": "STRING", "index": 72, "name": "sbqq_configuration_type_c", "comment": null}, "sbqq_configuration_validator_c": {"type": "STRING", "index": 73, "name": "sbqq_configuration_validator_c", "comment": null}, "sbqq_configured_code_pattern_c": {"type": "STRING", "index": 74, "name": "sbqq_configured_code_pattern_c", "comment": null}, "sbqq_configured_description_pattern_c": {"type": "STRING", "index": 75, "name": "sbqq_configured_description_pattern_c", "comment": null}, "sbqq_cost_editable_c": {"type": "BOOL", "index": 76, "name": "sbqq_cost_editable_c", "comment": null}, "sbqq_cost_schedule_c": {"type": "STRING", "index": 77, "name": "sbqq_cost_schedule_c", "comment": null}, "sbqq_custom_configuration_page_c": {"type": "STRING", "index": 78, "name": "sbqq_custom_configuration_page_c", "comment": null}, "sbqq_custom_configuration_required_c": {"type": "BOOL", "index": 79, "name": "sbqq_custom_configuration_required_c", "comment": null}, "sbqq_customer_community_availability_c": {"type": "STRING", "index": 80, "name": "sbqq_customer_community_availability_c", "comment": null}, "sbqq_default_pricing_table_c": {"type": "STRING", "index": 81, "name": "sbqq_default_pricing_table_c", "comment": null}, "sbqq_default_quantity_c": {"type": "FLOAT64", "index": 82, "name": "sbqq_default_quantity_c", "comment": null}, "sbqq_description_locked_c": {"type": "BOOL", "index": 83, "name": "sbqq_description_locked_c", "comment": null}, "sbqq_discount_category_c": {"type": "STRING", "index": 84, "name": "sbqq_discount_category_c", "comment": null}, "sbqq_discount_schedule_c": {"type": "STRING", "index": 85, "name": "sbqq_discount_schedule_c", "comment": null}, "sbqq_dynamic_pricing_constraint_c": {"type": "STRING", "index": 86, "name": "sbqq_dynamic_pricing_constraint_c", "comment": null}, "sbqq_exclude_from_maintenance_c": {"type": "BOOL", "index": 87, "name": "sbqq_exclude_from_maintenance_c", "comment": null}, "sbqq_exclude_from_opportunity_c": {"type": "BOOL", "index": 88, "name": "sbqq_exclude_from_opportunity_c", "comment": null}, "sbqq_externally_configurable_c": {"type": "BOOL", "index": 89, "name": "sbqq_externally_configurable_c", "comment": null}, "sbqq_generate_contracted_price_c": {"type": "STRING", "index": 90, "name": "sbqq_generate_contracted_price_c", "comment": null}, "sbqq_has_configuration_attributes_c": {"type": "BOOL", "index": 91, "name": "sbqq_has_configuration_attributes_c", "comment": null}, "sbqq_has_consumption_schedule_c": {"type": "BOOL", "index": 92, "name": "sbqq_has_consumption_schedule_c", "comment": null}, "sbqq_hidden_c": {"type": "BOOL", "index": 93, "name": "sbqq_hidden_c", "comment": null}, "sbqq_hide_price_in_search_results_c": {"type": "BOOL", "index": 94, "name": "sbqq_hide_price_in_search_results_c", "comment": null}, "sbqq_include_in_maintenance_c": {"type": "BOOL", "index": 95, "name": "sbqq_include_in_maintenance_c", "comment": null}, "sbqq_new_quote_group_c": {"type": "BOOL", "index": 96, "name": "sbqq_new_quote_group_c", "comment": null}, "sbqq_non_discountable_c": {"type": "BOOL", "index": 97, "name": "sbqq_non_discountable_c", "comment": null}, "sbqq_non_partner_discountable_c": {"type": "BOOL", "index": 98, "name": "sbqq_non_partner_discountable_c", "comment": null}, "sbqq_option_layout_c": {"type": "STRING", "index": 99, "name": "sbqq_option_layout_c", "comment": null}, "sbqq_option_selection_method_c": {"type": "STRING", "index": 100, "name": "sbqq_option_selection_method_c", "comment": null}, "sbqq_optional_c": {"type": "BOOL", "index": 101, "name": "sbqq_optional_c", "comment": null}, "sbqq_price_editable_c": {"type": "BOOL", "index": 102, "name": "sbqq_price_editable_c", "comment": null}, "sbqq_pricing_method_c": {"type": "STRING", "index": 103, "name": "sbqq_pricing_method_c", "comment": null}, "sbqq_pricing_method_editable_c": {"type": "BOOL", "index": 104, "name": "sbqq_pricing_method_editable_c", "comment": null}, "sbqq_product_picture_id_c": {"type": "STRING", "index": 105, "name": "sbqq_product_picture_id_c", "comment": null}, "sbqq_quantity_editable_c": {"type": "BOOL", "index": 106, "name": "sbqq_quantity_editable_c", "comment": null}, "sbqq_quantity_scale_c": {"type": "FLOAT64", "index": 107, "name": "sbqq_quantity_scale_c", "comment": null}, "sbqq_reconfiguration_disabled_c": {"type": "BOOL", "index": 108, "name": "sbqq_reconfiguration_disabled_c", "comment": null}, "sbqq_renewal_product_c": {"type": "STRING", "index": 109, "name": "sbqq_renewal_product_c", "comment": null}, "sbqq_sort_order_c": {"type": "FLOAT64", "index": 110, "name": "sbqq_sort_order_c", "comment": null}, "sbqq_specifications_c": {"type": "STRING", "index": 111, "name": "sbqq_specifications_c", "comment": null}, "sbqq_subscription_base_c": {"type": "STRING", "index": 112, "name": "sbqq_subscription_base_c", "comment": null}, "sbqq_subscription_category_c": {"type": "STRING", "index": 113, "name": "sbqq_subscription_category_c", "comment": null}, "sbqq_subscription_percent_c": {"type": "FLOAT64", "index": 114, "name": "sbqq_subscription_percent_c", "comment": null}, "sbqq_subscription_pricing_c": {"type": "STRING", "index": 115, "name": "sbqq_subscription_pricing_c", "comment": null}, "sbqq_subscription_target_c": {"type": "STRING", "index": 116, "name": "sbqq_subscription_target_c", "comment": null}, "sbqq_subscription_term_c": {"type": "FLOAT64", "index": 117, "name": "sbqq_subscription_term_c", "comment": null}, "sbqq_subscription_type_c": {"type": "STRING", "index": 118, "name": "sbqq_subscription_type_c", "comment": null}, "sbqq_tax_code_c": {"type": "STRING", "index": 119, "name": "sbqq_tax_code_c", "comment": null}, "sbqq_taxable_c": {"type": "BOOL", "index": 120, "name": "sbqq_taxable_c", "comment": null}, "sbqq_term_discount_level_c": {"type": "STRING", "index": 121, "name": "sbqq_term_discount_level_c", "comment": null}, "sbqq_term_discount_schedule_c": {"type": "STRING", "index": 122, "name": "sbqq_term_discount_schedule_c", "comment": null}, "sbqq_upgrade_credit_c": {"type": "STRING", "index": 123, "name": "sbqq_upgrade_credit_c", "comment": null}, "sbqq_upgrade_ratio_c": {"type": "FLOAT64", "index": 124, "name": "sbqq_upgrade_ratio_c", "comment": null}, "sbqq_upgrade_source_c": {"type": "STRING", "index": 125, "name": "sbqq_upgrade_source_c", "comment": null}, "sbqq_upgrade_target_c": {"type": "STRING", "index": 126, "name": "sbqq_upgrade_target_c", "comment": null}, "connector_type_c": {"type": "STRING", "index": 127, "name": "connector_type_c", "comment": null}, "pbf_pro_type_discount_c": {"type": "BOOL", "index": 128, "name": "pbf_pro_type_discount_c", "comment": null}, "dimension_c": {"type": "STRING", "index": 129, "name": "dimension_c", "comment": null}, "connector_status_c": {"type": "STRING", "index": 130, "name": "connector_status_c", "comment": null}, "dimension_definition_c": {"type": "STRING", "index": 131, "name": "dimension_definition_c", "comment": null}, "ava_sfcpq_tax_code_c": {"type": "STRING", "index": 132, "name": "ava_sfcpq_tax_code_c", "comment": null}, "paid_consumption_c": {"type": "STRING", "index": 133, "name": "paid_consumption_c", "comment": null}, "is_complimentary_c": {"type": "BOOL", "index": 134, "name": "is_complimentary_c", "comment": null}, "product_external_id_c": {"type": "FLOAT64", "index": 135, "name": "product_external_id_c", "comment": null}, "blng_billing_rule_c": {"type": "STRING", "index": 136, "name": "blng_billing_rule_c", "comment": null}, "blng_revenue_recognition_rule_c": {"type": "STRING", "index": 137, "name": "blng_revenue_recognition_rule_c", "comment": null}, "blng_tax_rule_c": {"type": "STRING", "index": 138, "name": "blng_tax_rule_c", "comment": null}, "deployment_date_c": {"type": "TIMESTAMP", "index": 139, "name": "deployment_date_c", "comment": null}, "do_not_prorate_c": {"type": "BOOL", "index": 140, "name": "do_not_prorate_c", "comment": null}, "celigo_sfnsio_netsuite_id_c": {"type": "STRING", "index": 141, "name": "celigo_sfnsio_netsuite_id_c", "comment": null}, "sbqq_enable_large_configuration_c": {"type": "BOOL", "index": 142, "name": "sbqq_enable_large_configuration_c", "comment": null}, "sbqq_pricing_guidance_c": {"type": "STRING", "index": 143, "name": "sbqq_pricing_guidance_c", "comment": null}, "celigo_sfnsio_item_pricing_type_c": {"type": "STRING", "index": 144, "name": "celigo_sfnsio_item_pricing_type_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "BOOL", "index": 145, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "celigo_sfnsio_celigo_last_modified_date_c": {"type": "TIMESTAMP", "index": 146, "name": "celigo_sfnsio_celigo_last_modified_date_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "STRING", "index": 147, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "BOOL", "index": 148, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_net_suite_item_type_c": {"type": "STRING", "index": 149, "name": "celigo_sfnsio_net_suite_item_type_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "STRING", "index": 150, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "promo_code_c": {"type": "STRING", "index": 151, "name": "promo_code_c", "comment": null}, "product_category_c": {"type": "STRING", "index": 152, "name": "product_category_c", "comment": null}, "product_source_c": {"type": "STRING", "index": 153, "name": "product_source_c", "comment": null}, "non_recurring_c": {"type": "BOOL", "index": 154, "name": "non_recurring_c", "comment": null}, "is_archived": {"type": "BOOL", "index": 155, "name": "is_archived", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_source.stg_salesforce__product_2_tmp"}, "model.salesforce_source.stg_salesforce__user_role": {"metadata": {"type": "table", "schema": "dbt_renee", "name": "stg_salesforce__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": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "developer_name": {"type": "STRING", "index": 3, "name": "developer_name", "comment": null}, "user_role_id": {"type": "STRING", "index": 4, "name": "user_role_id", "comment": null}, "user_role_name": {"type": "STRING", "index": 5, "name": "user_role_name", "comment": null}, "opportunity_access_for_account_owner": {"type": "STRING", "index": 6, "name": "opportunity_access_for_account_owner", "comment": null}, "parent_role_id": {"type": "STRING", "index": 7, "name": "parent_role_id", "comment": null}, "rollup_description": {"type": "STRING", "index": 8, "name": "rollup_description", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 25041.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 182.0, "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": "model.salesforce_source.stg_salesforce__user_role"}, "model.salesforce_source.stg_salesforce__opportunity_line_item_tmp": {"metadata": {"type": "view", "schema": "dbt_renee", "name": "stg_salesforce__opportunity_line_item_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"product_2_id": {"type": "STRING", "index": 1, "name": "product_2_id", "comment": null}, "quantity": {"type": "FLOAT64", "index": 2, "name": "quantity", "comment": null}, "total_price": {"type": "FLOAT64", "index": 3, "name": "total_price", "comment": null}, "description": {"type": "STRING", "index": 4, "name": "description", "comment": null}, "discount": {"type": "FLOAT64", "index": 5, "name": "discount", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 6, "name": "last_modified_date", "comment": null}, "list_price": {"type": "FLOAT64", "index": 7, "name": "list_price", "comment": null}, "product_code": {"type": "STRING", "index": 8, "name": "product_code", "comment": null}, "unit_price": {"type": "FLOAT64", "index": 9, "name": "unit_price", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 10, "name": "_fivetran_synced", "comment": null}, "is_deleted": {"type": "BOOL", "index": 11, "name": "is_deleted", "comment": null}, "opportunity_id": {"type": "STRING", "index": 12, "name": "opportunity_id", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 13, "name": "last_modified_by_id", "comment": null}, "service_date": {"type": "TIMESTAMP", "index": 14, "name": "service_date", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 15, "name": "system_modstamp", "comment": null}, "name": {"type": "STRING", "index": 16, "name": "name", "comment": null}, "id": {"type": "STRING", "index": 17, "name": "id", "comment": null}, "created_by_id": {"type": "STRING", "index": 18, "name": "created_by_id", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 19, "name": "created_date", "comment": null}, "sort_order": {"type": "INT64", "index": 20, "name": "sort_order", "comment": null}, "pricebook_entry_id": {"type": "STRING", "index": 21, "name": "pricebook_entry_id", "comment": null}, "one_saas_app_included_c": {"type": "BOOL", "index": 22, "name": "one_saas_app_included_c", "comment": null}, "one_saas_app_quantity_invoiced_c": {"type": "FLOAT64", "index": 23, "name": "one_saas_app_quantity_invoiced_c", "comment": null}, "one_saas_app_quantity_not_invoiced_c": {"type": "FLOAT64", "index": 24, "name": "one_saas_app_quantity_not_invoiced_c", "comment": null}, "has_quantity_schedule": {"type": "BOOL", "index": 25, "name": "has_quantity_schedule", "comment": null}, "has_revenue_schedule": {"type": "BOOL", "index": 26, "name": "has_revenue_schedule", "comment": null}, "has_schedule": {"type": "BOOL", "index": 27, "name": "has_schedule", "comment": null}, "event_volume_c": {"type": "FLOAT64", "index": 28, "name": "event_volume_c", "comment": null}, "roadmap_connections_c": {"type": "FLOAT64", "index": 29, "name": "roadmap_connections_c", "comment": null}, "row_volume_c": {"type": "FLOAT64", "index": 30, "name": "row_volume_c", "comment": null}, "months_c": {"type": "FLOAT64", "index": 31, "name": "months_c", "comment": null}, "netsuite_conn_term_contract_pricing_type_c": {"type": "STRING", "index": 32, "name": "netsuite_conn_term_contract_pricing_type_c", "comment": null}, "netsuite_conn_discount_item_c": {"type": "STRING", "index": 33, "name": "netsuite_conn_discount_item_c", "comment": null}, "netsuite_conn_user_entered_sales_price_c": {"type": "FLOAT64", "index": 34, "name": "netsuite_conn_user_entered_sales_price_c", "comment": null}, "netsuite_conn_item_category_c": {"type": "STRING", "index": 35, "name": "netsuite_conn_item_category_c", "comment": null}, "netsuite_conn_terms_c": {"type": "FLOAT64", "index": 36, "name": "netsuite_conn_terms_c", "comment": null}, "netsuite_conn_net_suite_item_key_id_c": {"type": "STRING", "index": 37, "name": "netsuite_conn_net_suite_item_key_id_c", "comment": null}, "netsuite_conn_pushed_from_net_suite_c": {"type": "BOOL", "index": 38, "name": "netsuite_conn_pushed_from_net_suite_c", "comment": null}, "netsuite_conn_end_date_c": {"type": "TIMESTAMP", "index": 39, "name": "netsuite_conn_end_date_c", "comment": null}, "netsuite_conn_list_rate_c": {"type": "FLOAT64", "index": 40, "name": "netsuite_conn_list_rate_c", "comment": null}, "netsuite_conn_from_contract_item_id_c": {"type": "STRING", "index": 41, "name": "netsuite_conn_from_contract_item_id_c", "comment": null}, "netsuite_conn_start_date_c": {"type": "TIMESTAMP", "index": 42, "name": "netsuite_conn_start_date_c", "comment": null}, "netsuite_conn_net_suite_item_id_import_c": {"type": "STRING", "index": 43, "name": "netsuite_conn_net_suite_item_id_import_c", "comment": null}, "sbqq_parent_id_c": {"type": "STRING", "index": 44, "name": "sbqq_parent_id_c", "comment": null}, "sbqq_quote_line_c": {"type": "STRING", "index": 45, "name": "sbqq_quote_line_c", "comment": null}, "sbqq_subscription_type_c": {"type": "STRING", "index": 46, "name": "sbqq_subscription_type_c", "comment": null}, "product_family_c": {"type": "STRING", "index": 47, "name": "product_family_c", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 48, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 49, "name": "last_viewed_date", "comment": null}, "celigo_sfnsio_contract_item_id_c": {"type": "STRING", "index": 50, "name": "celigo_sfnsio_contract_item_id_c", "comment": null}, "celigo_sfnsio_contract_term_c": {"type": "FLOAT64", "index": 51, "name": "celigo_sfnsio_contract_term_c", "comment": null}, "celigo_sfnsio_end_date_c": {"type": "TIMESTAMP", "index": 52, "name": "celigo_sfnsio_end_date_c", "comment": null}, "celigo_sfnsio_list_rate_c": {"type": "BIGNUMERIC", "index": 53, "name": "celigo_sfnsio_list_rate_c", "comment": null}, "celigo_sfnsio_net_suite_line_id_c": {"type": "STRING", "index": 54, "name": "celigo_sfnsio_net_suite_line_id_c", "comment": null}, "celigo_sfnsio_start_date_c": {"type": "TIMESTAMP", "index": 55, "name": "celigo_sfnsio_start_date_c", "comment": null}, "product_code_stamped_c": {"type": "STRING", "index": 56, "name": "product_code_stamped_c", "comment": null}, "hvr_use_case_c": {"type": "BOOL", "index": 57, "name": "hvr_use_case_c", "comment": null}, "net_unit_price_stamp_c": {"type": "BIGNUMERIC", "index": 58, "name": "net_unit_price_stamp_c", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_source.stg_salesforce__opportunity_line_item_tmp"}, "model.salesforce_source.stg_salesforce__task": {"metadata": {"type": "table", "schema": "dbt_renee", "name": "stg_salesforce__task", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "task_id": {"type": "STRING", "index": 2, "name": "task_id", "comment": null}, "account_id": {"type": "STRING", "index": 3, "name": "account_id", "comment": null}, "activity_date": {"type": "TIMESTAMP", "index": 4, "name": "activity_date", "comment": null}, "call_disposition": {"type": "STRING", "index": 5, "name": "call_disposition", "comment": null}, "call_duration_in_seconds": {"type": "INT64", "index": 6, "name": "call_duration_in_seconds", "comment": null}, "call_object": {"type": "STRING", "index": 7, "name": "call_object", "comment": null}, "call_type": {"type": "STRING", "index": 8, "name": "call_type", "comment": null}, "completed_date_time": {"type": "TIMESTAMP", "index": 9, "name": "completed_date_time", "comment": null}, "created_by_id": {"type": "STRING", "index": 10, "name": "created_by_id", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 11, "name": "created_date", "comment": null}, "description": {"type": "STRING", "index": 12, "name": "description", "comment": null}, "is_archived": {"type": "BOOL", "index": 13, "name": "is_archived", "comment": null}, "is_closed": {"type": "BOOL", "index": 14, "name": "is_closed", "comment": null}, "is_deleted": {"type": "BOOL", "index": 15, "name": "is_deleted", "comment": null}, "is_high_priority": {"type": "BOOL", "index": 16, "name": "is_high_priority", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 17, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 18, "name": "last_modified_date", "comment": null}, "owner_id": {"type": "STRING", "index": 19, "name": "owner_id", "comment": null}, "priority": {"type": "STRING", "index": 20, "name": "priority", "comment": null}, "record_type_id": {"type": "STRING", "index": 21, "name": "record_type_id", "comment": null}, "status": {"type": "STRING", "index": 22, "name": "status", "comment": null}, "subject": {"type": "STRING", "index": 23, "name": "subject", "comment": null}, "task_subtype": {"type": "STRING", "index": 24, "name": "task_subtype", "comment": null}, "type": {"type": "STRING", "index": 25, "name": "type", "comment": null}, "what_count": {"type": "INT64", "index": 26, "name": "what_count", "comment": null}, "what_id": {"type": "STRING", "index": 27, "name": "what_id", "comment": null}, "who_count": {"type": "INT64", "index": 28, "name": "who_count", "comment": null}, "who_id": {"type": "STRING", "index": 29, "name": "who_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 11835198091.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 5108505.0, "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": "model.salesforce_source.stg_salesforce__task"}}, "sources": {"source.salesforce_source.salesforce.user_role": {"metadata": {"type": "table", "schema": "salesforce", "name": "user_role", "database": "fivetran", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "case_access_for_account_owner": {"type": "STRING", "index": 4, "name": "case_access_for_account_owner", "comment": null}, "contact_access_for_account_owner": {"type": "STRING", "index": 5, "name": "contact_access_for_account_owner", "comment": null}, "developer_name": {"type": "STRING", "index": 6, "name": "developer_name", "comment": null}, "forecast_user_id": {"type": "STRING", "index": 7, "name": "forecast_user_id", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 8, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 9, "name": "last_modified_date", "comment": null}, "may_forecast_manager_share": {"type": "BOOL", "index": 10, "name": "may_forecast_manager_share", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}, "opportunity_access_for_account_owner": {"type": "STRING", "index": 12, "name": "opportunity_access_for_account_owner", "comment": null}, "parent_role_id": {"type": "STRING", "index": 13, "name": "parent_role_id", "comment": null}, "portal_account_id": {"type": "STRING", "index": 14, "name": "portal_account_id", "comment": null}, "portal_account_owner_id": {"type": "STRING", "index": 15, "name": "portal_account_owner_id", "comment": null}, "portal_type": {"type": "STRING", "index": 16, "name": "portal_type", "comment": null}, "rollup_description": {"type": "STRING", "index": 17, "name": "rollup_description", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 18, "name": "system_modstamp", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 35171.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 182.0, "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_source.salesforce.user_role"}, "source.salesforce_source.salesforce.task": {"metadata": {"type": "table", "schema": "salesforce", "name": "task", "database": "fivetran", "comment": null, "owner": null}, "columns": {"referral_account_c": {"type": "STRING", "index": 1, "name": "referral_account_c", "comment": null}, "who_id": {"type": "STRING", "index": 2, "name": "who_id", "comment": null}, "call_disposition": {"type": "STRING", "index": 3, "name": "call_disposition", "comment": null}, "recurrence_day_of_month": {"type": "INT64", "index": 4, "name": "recurrence_day_of_month", "comment": null}, "owner_id": {"type": "STRING", "index": 5, "name": "owner_id", "comment": null}, "recurrence_end_date_only": {"type": "TIMESTAMP", "index": 6, "name": "recurrence_end_date_only", "comment": null}, "subject": {"type": "STRING", "index": 7, "name": "subject", "comment": null}, "description": {"type": "STRING", "index": 8, "name": "description", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 9, "name": "last_modified_date", "comment": null}, "recurrence_time_zone_sid_key": {"type": "STRING", "index": 10, "name": "recurrence_time_zone_sid_key", "comment": null}, "is_recurrence": {"type": "BOOL", "index": 11, "name": "is_recurrence", "comment": null}, "what_count": {"type": "INT64", "index": 12, "name": "what_count", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 13, "name": "_fivetran_synced", "comment": null}, "call_object": {"type": "STRING", "index": 14, "name": "call_object", "comment": null}, "is_deleted": {"type": "BOOL", "index": 15, "name": "is_deleted", "comment": null}, "recurrence_day_of_week_mask": {"type": "INT64", "index": 16, "name": "recurrence_day_of_week_mask", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 17, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 18, "name": "system_modstamp", "comment": null}, "recurrence_regenerated_type": {"type": "STRING", "index": 19, "name": "recurrence_regenerated_type", "comment": null}, "id": {"type": "STRING", "index": 20, "name": "id", "comment": null}, "recurrence_type": {"type": "STRING", "index": 21, "name": "recurrence_type", "comment": null}, "reminder_date_time": {"type": "TIMESTAMP", "index": 22, "name": "reminder_date_time", "comment": null}, "call_type": {"type": "STRING", "index": 23, "name": "call_type", "comment": null}, "is_high_priority": {"type": "BOOL", "index": 24, "name": "is_high_priority", "comment": null}, "is_closed": {"type": "BOOL", "index": 25, "name": "is_closed", "comment": null}, "recurrence_month_of_year": {"type": "STRING", "index": 26, "name": "recurrence_month_of_year", "comment": null}, "is_reminder_set": {"type": "BOOL", "index": 27, "name": "is_reminder_set", "comment": null}, "activity_date": {"type": "TIMESTAMP", "index": 28, "name": "activity_date", "comment": null}, "recurrence_instance": {"type": "STRING", "index": 29, "name": "recurrence_instance", "comment": null}, "priority": {"type": "STRING", "index": 30, "name": "priority", "comment": null}, "recurrence_interval": {"type": "INT64", "index": 31, "name": "recurrence_interval", "comment": null}, "who_count": {"type": "INT64", "index": 32, "name": "who_count", "comment": null}, "recurrence_start_date_only": {"type": "TIMESTAMP", "index": 33, "name": "recurrence_start_date_only", "comment": null}, "account_id": {"type": "STRING", "index": 34, "name": "account_id", "comment": null}, "referral_contact_c": {"type": "STRING", "index": 35, "name": "referral_contact_c", "comment": null}, "call_duration_in_seconds": {"type": "INT64", "index": 36, "name": "call_duration_in_seconds", "comment": null}, "created_by_id": {"type": "STRING", "index": 37, "name": "created_by_id", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 38, "name": "created_date", "comment": null}, "recurrence_activity_id": {"type": "STRING", "index": 39, "name": "recurrence_activity_id", "comment": null}, "what_id": {"type": "STRING", "index": 40, "name": "what_id", "comment": null}, "task_subtype": {"type": "STRING", "index": 41, "name": "task_subtype", "comment": null}, "status": {"type": "STRING", "index": 42, "name": "status", "comment": null}, "invitee_uuid_c": {"type": "STRING", "index": 43, "name": "invitee_uuid_c", "comment": null}, "type": {"type": "STRING", "index": 44, "name": "type", "comment": null}, "no_show_c": {"type": "BOOL", "index": 45, "name": "no_show_c", "comment": null}, "first_meeting_held_c": {"type": "BOOL", "index": 46, "name": "first_meeting_held_c", "comment": null}, "associated_sdr_c": {"type": "STRING", "index": 47, "name": "associated_sdr_c", "comment": null}, "first_meeting_c": {"type": "BOOL", "index": 48, "name": "first_meeting_c", "comment": null}, "call_recording_c": {"type": "STRING", "index": 49, "name": "call_recording_c", "comment": null}, "affectlayer_chorus_call_id_c": {"type": "STRING", "index": 50, "name": "affectlayer_chorus_call_id_c", "comment": null}, "affectlayer_affect_layer_call_id_c": {"type": "STRING", "index": 51, "name": "affectlayer_affect_layer_call_id_c", "comment": null}, "last_rep_activity_date_c": {"type": "TIMESTAMP", "index": 52, "name": "last_rep_activity_date_c", "comment": null}, "lid_url_c": {"type": "STRING", "index": 53, "name": "lid_url_c", "comment": null}, "lid_date_sent_c": {"type": "TIMESTAMP", "index": 54, "name": "lid_date_sent_c", "comment": null}, "record_type_id": {"type": "STRING", "index": 55, "name": "record_type_id", "comment": null}, "sales_loft_step_id_c": {"type": "STRING", "index": 56, "name": "sales_loft_step_id_c", "comment": null}, "sales_loft_step_name_c": {"type": "STRING", "index": 57, "name": "sales_loft_step_name_c", "comment": null}, "sales_loft_step_type_c": {"type": "STRING", "index": 58, "name": "sales_loft_step_type_c", "comment": null}, "sales_loft_email_template_id_c": {"type": "STRING", "index": 59, "name": "sales_loft_email_template_id_c", "comment": null}, "sales_loft_external_identifier_c": {"type": "STRING", "index": 60, "name": "sales_loft_external_identifier_c", "comment": null}, "sales_loft_cadence_id_c": {"type": "STRING", "index": 61, "name": "sales_loft_cadence_id_c", "comment": null}, "sales_loft_clicked_count_c": {"type": "FLOAT64", "index": 62, "name": "sales_loft_clicked_count_c", "comment": null}, "sales_loft_cadence_name_c": {"type": "STRING", "index": 63, "name": "sales_loft_cadence_name_c", "comment": null}, "sales_loft_reply_count_c": {"type": "FLOAT64", "index": 64, "name": "sales_loft_reply_count_c", "comment": null}, "call_disposition_c": {"type": "STRING", "index": 65, "name": "call_disposition_c", "comment": null}, "sales_loft_email_template_title_c": {"type": "STRING", "index": 66, "name": "sales_loft_email_template_title_c", "comment": null}, "sales_loft_step_day_new_c": {"type": "FLOAT64", "index": 67, "name": "sales_loft_step_day_new_c", "comment": null}, "call_disposition_2_c": {"type": "STRING", "index": 68, "name": "call_disposition_2_c", "comment": null}, "sales_loft_viewed_count_c": {"type": "FLOAT64", "index": 69, "name": "sales_loft_viewed_count_c", "comment": null}, "sales_loft_1_sales_loft_step_day_c": {"type": "FLOAT64", "index": 70, "name": "sales_loft_1_sales_loft_step_day_c", "comment": null}, "sales_loft_1_sales_loft_clicked_count_c": {"type": "FLOAT64", "index": 71, "name": "sales_loft_1_sales_loft_clicked_count_c", "comment": null}, "sales_loft_1_sales_loft_view_count_c": {"type": "FLOAT64", "index": 72, "name": "sales_loft_1_sales_loft_view_count_c", "comment": null}, "sales_loft_1_call_disposition_c": {"type": "STRING", "index": 73, "name": "sales_loft_1_call_disposition_c", "comment": null}, "sales_loft_1_sales_loft_replies_count_c": {"type": "FLOAT64", "index": 74, "name": "sales_loft_1_sales_loft_replies_count_c", "comment": null}, "sales_loft_1_sales_loft_cadence_name_c": {"type": "STRING", "index": 75, "name": "sales_loft_1_sales_loft_cadence_name_c", "comment": null}, "sales_loft_1_call_sentiment_c": {"type": "STRING", "index": 76, "name": "sales_loft_1_call_sentiment_c", "comment": null}, "sales_loft_1_sales_loft_email_template_title_c": {"type": "STRING", "index": 77, "name": "sales_loft_1_sales_loft_email_template_title_c", "comment": null}, "completed_date_time": {"type": "TIMESTAMP", "index": 78, "name": "completed_date_time", "comment": null}, "is_a_co_sell_activity_c": {"type": "BOOL", "index": 79, "name": "is_a_co_sell_activity_c", "comment": null}, "partner_contact_c": {"type": "STRING", "index": 80, "name": "partner_contact_c", "comment": null}, "co_selling_activity_c": {"type": "STRING", "index": 81, "name": "co_selling_activity_c", "comment": null}, "description_c": {"type": "STRING", "index": 82, "name": "description_c", "comment": null}, "co_sell_partner_account_c": {"type": "STRING", "index": 83, "name": "co_sell_partner_account_c", "comment": null}, "campaign_c": {"type": "STRING", "index": 84, "name": "campaign_c", "comment": null}, "partner_account_c": {"type": "STRING", "index": 85, "name": "partner_account_c", "comment": null}, "topic_c": {"type": "STRING", "index": 86, "name": "topic_c", "comment": null}, "event_name_c": {"type": "STRING", "index": 87, "name": "event_name_c", "comment": null}, "attendance_number_c": {"type": "FLOAT64", "index": 88, "name": "attendance_number_c", "comment": null}, "partner_activity_type_c": {"type": "STRING", "index": 89, "name": "partner_activity_type_c", "comment": null}, "proof_of_referral_c": {"type": "STRING", "index": 90, "name": "proof_of_referral_c", "comment": null}, "how_did_you_bring_value_or_create_trust_c": {"type": "STRING", "index": 91, "name": "how_did_you_bring_value_or_create_trust_c", "comment": null}, "how_did_you_bring_value_or_earn_trust_c": {"type": "STRING", "index": 92, "name": "how_did_you_bring_value_or_earn_trust_c", "comment": null}, "duration_in_minutes_c": {"type": "FLOAT64", "index": 93, "name": "duration_in_minutes_c", "comment": null}, "vidyard_c": {"type": "BOOL", "index": 94, "name": "vidyard_c", "comment": null}, "expected_payment_date_c": {"type": "TIMESTAMP", "index": 95, "name": "expected_payment_date_c", "comment": null}, "execute_collections_plan_activity_c": {"type": "BOOL", "index": 96, "name": "execute_collections_plan_activity_c", "comment": null}, "collections_hold_c": {"type": "BOOL", "index": 97, "name": "collections_hold_c", "comment": null}, "opportunity_c": {"type": "STRING", "index": 98, "name": "opportunity_c", "comment": null}, "meeting_type_c": {"type": "STRING", "index": 99, "name": "meeting_type_c", "comment": null}, "meeting_name_c": {"type": "STRING", "index": 100, "name": "meeting_name_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "STRING", "index": 101, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_bizible_touchpoint_date_c": {"type": "TIMESTAMP", "index": 102, "name": "bizible_2_bizible_touchpoint_date_c", "comment": null}, "assigned_to_role_c": {"type": "STRING", "index": 103, "name": "assigned_to_role_c", "comment": null}, "assigned_to_name_c": {"type": "STRING", "index": 104, "name": "assigned_to_name_c", "comment": null}, "legacy_hvr_id_c": {"type": "STRING", "index": 105, "name": "legacy_hvr_id_c", "comment": null}, "is_archived": {"type": "BOOL", "index": 106, "name": "is_archived", "comment": null}}, "stats": {"clustering_fields": {"id": "clustering_fields", "label": "Clustered By", "value": "id", "include": true, "description": "The clustering columns for this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 13395156561.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 5996308.0, "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_source.salesforce.task"}, "source.salesforce_source.salesforce.order": {"metadata": {"type": "table", "schema": "salesforce", "name": "order", "database": "fivetran", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "STRING", "index": 3, "name": "account_id", "comment": null}, "activated_by_id": {"type": "STRING", "index": 4, "name": "activated_by_id", "comment": null}, "activated_date": {"type": "TIMESTAMP", "index": 5, "name": "activated_date", "comment": null}, "billing_city": {"type": "STRING", "index": 6, "name": "billing_city", "comment": null}, "billing_country": {"type": "STRING", "index": 7, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "STRING", "index": 8, "name": "billing_country_code", "comment": null}, "billing_geocode_accuracy": {"type": "STRING", "index": 9, "name": "billing_geocode_accuracy", "comment": null}, "billing_latitude": {"type": "FLOAT64", "index": 10, "name": "billing_latitude", "comment": null}, "billing_longitude": {"type": "FLOAT64", "index": 11, "name": "billing_longitude", "comment": null}, "billing_postal_code": {"type": "STRING", "index": 12, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "STRING", "index": 13, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "STRING", "index": 14, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "STRING", "index": 15, "name": "billing_street", "comment": null}, "company_authorized_by_id": {"type": "STRING", "index": 16, "name": "company_authorized_by_id", "comment": null}, "contract_id": {"type": "STRING", "index": 17, "name": "contract_id", "comment": null}, "created_by_id": {"type": "STRING", "index": 18, "name": "created_by_id", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 19, "name": "created_date", "comment": null}, "customer_authorized_by_id": {"type": "STRING", "index": 20, "name": "customer_authorized_by_id", "comment": null}, "description": {"type": "STRING", "index": 21, "name": "description", "comment": null}, "effective_date": {"type": "TIMESTAMP", "index": 22, "name": "effective_date", "comment": null}, "end_date": {"type": "TIMESTAMP", "index": 23, "name": "end_date", "comment": null}, "is_deleted": {"type": "BOOL", "index": 24, "name": "is_deleted", "comment": null}, "is_reduction_order": {"type": "BOOL", "index": 25, "name": "is_reduction_order", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 26, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 27, "name": "last_modified_date", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 28, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 29, "name": "last_viewed_date", "comment": null}, "order_number": {"type": "STRING", "index": 30, "name": "order_number", "comment": null}, "original_order_id": {"type": "STRING", "index": 31, "name": "original_order_id", "comment": null}, "owner_id": {"type": "STRING", "index": 32, "name": "owner_id", "comment": null}, "pricebook_2_id": {"type": "STRING", "index": 33, "name": "pricebook_2_id", "comment": null}, "shipping_city": {"type": "STRING", "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": "STRING", "index": 37, "name": "shipping_geocode_accuracy", "comment": null}, "shipping_latitude": {"type": "FLOAT64", "index": 38, "name": "shipping_latitude", "comment": null}, "shipping_longitude": {"type": "FLOAT64", "index": 39, "name": "shipping_longitude", "comment": null}, "shipping_postal_code": {"type": "STRING", "index": 40, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "STRING", "index": 41, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "STRING", "index": 42, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "STRING", "index": 43, "name": "shipping_street", "comment": null}, "status": {"type": "STRING", "index": 44, "name": "status", "comment": null}, "status_code": {"type": "STRING", "index": 45, "name": "status_code", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 46, "name": "system_modstamp", "comment": null}, "total_amount": {"type": "FLOAT64", "index": 47, "name": "total_amount", "comment": null}, "type": {"type": "STRING", "index": 48, "name": "type", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "BOOL", "index": 49, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_net_suite_id_c": {"type": "STRING", "index": 50, "name": "netsuite_conn_net_suite_id_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "STRING", "index": 51, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_pushed_from_net_suite_c": {"type": "BOOL", "index": 52, "name": "netsuite_conn_pushed_from_net_suite_c", "comment": null}, "netsuite_conn_opportunity_c": {"type": "STRING", "index": 53, "name": "netsuite_conn_opportunity_c", "comment": null}, "netsuite_conn_net_suite_order_status_c": {"type": "STRING", "index": 54, "name": "netsuite_conn_net_suite_order_status_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "BOOL", "index": 55, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_tax_total_c": {"type": "FLOAT64", "index": 56, "name": "netsuite_conn_tax_total_c", "comment": null}, "netsuite_conn_tracking_numbers_c": {"type": "STRING", "index": 57, "name": "netsuite_conn_tracking_numbers_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "BOOL", "index": 58, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_document_id_c": {"type": "STRING", "index": 59, "name": "netsuite_conn_document_id_c", "comment": null}, "netsuite_conn_subtotal_c": {"type": "FLOAT64", "index": 60, "name": "netsuite_conn_subtotal_c", "comment": null}, "netsuite_conn_discount_total_c": {"type": "FLOAT64", "index": 61, "name": "netsuite_conn_discount_total_c", "comment": null}, "netsuite_conn_total_c": {"type": "FLOAT64", "index": 62, "name": "netsuite_conn_total_c", "comment": null}, "netsuite_conn_net_suite_order_date_c": {"type": "TIMESTAMP", "index": 63, "name": "netsuite_conn_net_suite_order_date_c", "comment": null}, "netsuite_conn_ship_date_c": {"type": "TIMESTAMP", "index": 64, "name": "netsuite_conn_ship_date_c", "comment": null}, "netsuite_conn_quote_c": {"type": "STRING", "index": 65, "name": "netsuite_conn_quote_c", "comment": null}, "netsuite_conn_net_suite_order_number_c": {"type": "STRING", "index": 66, "name": "netsuite_conn_net_suite_order_number_c", "comment": null}, "sbqq_contracted_c": {"type": "BOOL", "index": 67, "name": "sbqq_contracted_c", "comment": null}, "sbqq_contracting_method_c": {"type": "STRING", "index": 68, "name": "sbqq_contracting_method_c", "comment": null}, "sbqq_payment_term_c": {"type": "STRING", "index": 69, "name": "sbqq_payment_term_c", "comment": null}, "sbqq_price_calc_status_c": {"type": "STRING", "index": 70, "name": "sbqq_price_calc_status_c", "comment": null}, "sbqq_price_calc_status_message_c": {"type": "STRING", "index": 71, "name": "sbqq_price_calc_status_message_c", "comment": null}, "sbqq_quote_c": {"type": "STRING", "index": 72, "name": "sbqq_quote_c", "comment": null}, "sbqq_renewal_term_c": {"type": "FLOAT64", "index": 73, "name": "sbqq_renewal_term_c", "comment": null}, "sbqq_renewal_uplift_rate_c": {"type": "FLOAT64", "index": 74, "name": "sbqq_renewal_uplift_rate_c", "comment": null}, "ava_sfcpq_ava_tax_message_c": {"type": "STRING", "index": 75, "name": "ava_sfcpq_ava_tax_message_c", "comment": null}, "ava_sfcpq_entity_use_code_c": {"type": "STRING", "index": 76, "name": "ava_sfcpq_entity_use_code_c", "comment": null}, "ava_sfcpq_invoice_message_c": {"type": "STRING", "index": 77, "name": "ava_sfcpq_invoice_message_c", "comment": null}, "ava_sfcpq_is_seller_importer_of_record_c": {"type": "BOOL", "index": 78, "name": "ava_sfcpq_is_seller_importer_of_record_c", "comment": null}, "ava_sfcpq_order_calculate_tax_c": {"type": "BOOL", "index": 79, "name": "ava_sfcpq_order_calculate_tax_c", "comment": null}, "ava_sfcpq_sales_tax_amount_c": {"type": "BIGNUMERIC", "index": 80, "name": "ava_sfcpq_sales_tax_amount_c", "comment": null}, "blng_bill_now_c": {"type": "BOOL", "index": 81, "name": "blng_bill_now_c", "comment": null}, "blng_billing_account_c": {"type": "STRING", "index": 82, "name": "blng_billing_account_c", "comment": null}, "blng_billing_day_of_month_c": {"type": "STRING", "index": 83, "name": "blng_billing_day_of_month_c", "comment": null}, "blng_invoice_batch_c": {"type": "STRING", "index": 84, "name": "blng_invoice_batch_c", "comment": null}, "amendment_type_c": {"type": "STRING", "index": 85, "name": "amendment_type_c", "comment": null}, "credit_summary_c": {"type": "STRING", "index": 86, "name": "credit_summary_c", "comment": null}, "evergreen_c": {"type": "BOOL", "index": 87, "name": "evergreen_c", "comment": null}, "invoicing_type_c": {"type": "STRING", "index": 88, "name": "invoicing_type_c", "comment": null}, "legal_entity_c": {"type": "STRING", "index": 89, "name": "legal_entity_c", "comment": null}, "prepaid_billing_frequency_c": {"type": "STRING", "index": 90, "name": "prepaid_billing_frequency_c", "comment": null}, "prepaid_order_c": {"type": "BOOL", "index": 91, "name": "prepaid_order_c", "comment": null}, "update_subscriptions_only_c": {"type": "BOOL", "index": 92, "name": "update_subscriptions_only_c", "comment": null}, "order_auto_activated_c": {"type": "BOOL", "index": 93, "name": "order_auto_activated_c", "comment": null}, "synced_to_net_suite_c": {"type": "BOOL", "index": 94, "name": "synced_to_net_suite_c", "comment": null}, "purchase_order_number_c": {"type": "STRING", "index": 95, "name": "purchase_order_number_c", "comment": null}, "celigo_sfnsio_discount_total_net_suite_c": {"type": "BIGNUMERIC", "index": 96, "name": "celigo_sfnsio_discount_total_net_suite_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "STRING", "index": 97, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "celigo_sfnsio_net_suite_order_number_c": {"type": "STRING", "index": 98, "name": "celigo_sfnsio_net_suite_order_number_c", "comment": null}, "celigo_sfnsio_net_suite_order_status_c": {"type": "STRING", "index": 99, "name": "celigo_sfnsio_net_suite_order_status_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "STRING", "index": 100, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_ship_date_c": {"type": "TIMESTAMP", "index": 101, "name": "celigo_sfnsio_ship_date_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "BOOL", "index": 102, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_sub_total_net_suite_c": {"type": "BIGNUMERIC", "index": 103, "name": "celigo_sfnsio_sub_total_net_suite_c", "comment": null}, "celigo_sfnsio_tax_total_net_suite_c": {"type": "BIGNUMERIC", "index": 104, "name": "celigo_sfnsio_tax_total_net_suite_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "BOOL", "index": 105, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "celigo_sfnsio_total_net_suite_c": {"type": "BIGNUMERIC", "index": 106, "name": "celigo_sfnsio_total_net_suite_c", "comment": null}, "amend_with_rollover_spend_type_c": {"type": "BOOL", "index": 107, "name": "amend_with_rollover_spend_type_c", "comment": null}, "customer_spend_type_c": {"type": "STRING", "index": 108, "name": "customer_spend_type_c", "comment": null}, "order_spend_type_c": {"type": "STRING", "index": 109, "name": "order_spend_type_c", "comment": null}, "opportunity_id": {"type": "STRING", "index": 110, "name": "opportunity_id", "comment": null}, "purchase_summary_c": {"type": "STRING", "index": 111, "name": "purchase_summary_c", "comment": null}, "is_hvr_legacy_order_c": {"type": "BOOL", "index": 112, "name": "is_hvr_legacy_order_c", "comment": null}, "ironclad_workflow_c": {"type": "STRING", "index": 113, "name": "ironclad_workflow_c", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 13422186.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 24896.0, "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_source.salesforce.order"}, "source.salesforce_source.salesforce.lead": {"metadata": {"type": "table", "schema": "salesforce", "name": "lead", "database": "fivetran", "comment": null, "owner": null}, "columns": {"country": {"type": "STRING", "index": 1, "name": "country", "comment": null}, "email_bounced_reason": {"type": "STRING", "index": 2, "name": "email_bounced_reason", "comment": null}, "email_bounced_date": {"type": "TIMESTAMP", "index": 3, "name": "email_bounced_date", "comment": null}, "owner_id": {"type": "STRING", "index": 4, "name": "owner_id", "comment": null}, "secondary_email_c": {"type": "STRING", "index": 5, "name": "secondary_email_c", "comment": null}, "lead_source": {"type": "STRING", "index": 6, "name": "lead_source", "comment": null}, "converted_date": {"type": "TIMESTAMP", "index": 7, "name": "converted_date", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 8, "name": "last_modified_date", "comment": null}, "master_record_id": {"type": "STRING", "index": 9, "name": "master_record_id", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 10, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 11, "name": "system_modstamp", "comment": null}, "geocode_accuracy": {"type": "STRING", "index": 12, "name": "geocode_accuracy", "comment": null}, "converted_contact_id": {"type": "STRING", "index": 13, "name": "converted_contact_id", "comment": null}, "up_region_c": {"type": "STRING", "index": 14, "name": "up_region_c", "comment": null}, "id": {"type": "STRING", "index": 15, "name": "id", "comment": null}, "photo_url": {"type": "STRING", "index": 16, "name": "photo_url", "comment": null}, "state": {"type": "STRING", "index": 17, "name": "state", "comment": null}, "longitude": {"type": "FLOAT64", "index": 18, "name": "longitude", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 19, "name": "last_referenced_date", "comment": null}, "up_district_c": {"type": "STRING", "index": 20, "name": "up_district_c", "comment": null}, "last_activity_date": {"type": "TIMESTAMP", "index": 21, "name": "last_activity_date", "comment": null}, "country_code": {"type": "STRING", "index": 22, "name": "country_code", "comment": null}, "phone": {"type": "STRING", "index": 23, "name": "phone", "comment": null}, "mc_4_sf_mc_subscriber_c": {"type": "STRING", "index": 24, "name": "mc_4_sf_mc_subscriber_c", "comment": null}, "name": {"type": "STRING", "index": 25, "name": "name", "comment": null}, "jigsaw_contact_id": {"type": "STRING", "index": 26, "name": "jigsaw_contact_id", "comment": null}, "lead_source_detail_c": {"type": "STRING", "index": 27, "name": "lead_source_detail_c", "comment": null}, "created_by_id": {"type": "STRING", "index": 28, "name": "created_by_id", "comment": null}, "salutation": {"type": "STRING", "index": 29, "name": "salutation", "comment": null}, "is_converted": {"type": "BOOL", "index": 30, "name": "is_converted", "comment": null}, "state_code": {"type": "STRING", "index": 31, "name": "state_code", "comment": null}, "is_unread_by_owner": {"type": "BOOL", "index": 32, "name": "is_unread_by_owner", "comment": null}, "status": {"type": "STRING", "index": 33, "name": "status", "comment": null}, "city": {"type": "STRING", "index": 34, "name": "city", "comment": null}, "latitude": {"type": "FLOAT64", "index": 35, "name": "latitude", "comment": null}, "cbit_clearbit_c": {"type": "STRING", "index": 36, "name": "cbit_clearbit_c", "comment": null}, "industry": {"type": "STRING", "index": 37, "name": "industry", "comment": null}, "title": {"type": "STRING", "index": 38, "name": "title", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 39, "name": "_fivetran_synced", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 40, "name": "last_viewed_date", "comment": null}, "converted_opportunity_id": {"type": "STRING", "index": 41, "name": "converted_opportunity_id", "comment": null}, "is_deleted": {"type": "BOOL", "index": 42, "name": "is_deleted", "comment": null}, "street": {"type": "STRING", "index": 43, "name": "street", "comment": null}, "company": {"type": "STRING", "index": 44, "name": "company", "comment": null}, "first_name": {"type": "STRING", "index": 45, "name": "first_name", "comment": null}, "email": {"type": "STRING", "index": 46, "name": "email", "comment": null}, "website": {"type": "STRING", "index": 47, "name": "website", "comment": null}, "last_name": {"type": "STRING", "index": 48, "name": "last_name", "comment": null}, "number_of_employees": {"type": "INT64", "index": 49, "name": "number_of_employees", "comment": null}, "up_territory_c": {"type": "STRING", "index": 50, "name": "up_territory_c", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 51, "name": "created_date", "comment": null}, "gclid_c": {"type": "STRING", "index": 52, "name": "gclid_c", "comment": null}, "active_in_sequence_c": {"type": "BOOL", "index": 53, "name": "active_in_sequence_c", "comment": null}, "postal_code": {"type": "STRING", "index": 54, "name": "postal_code", "comment": null}, "cbit_clearbit_ready_c": {"type": "BOOL", "index": 55, "name": "cbit_clearbit_ready_c", "comment": null}, "has_opted_out_of_email": {"type": "BOOL", "index": 56, "name": "has_opted_out_of_email", "comment": null}, "converted_account_id": {"type": "STRING", "index": 57, "name": "converted_account_id", "comment": null}, "mobile_phone": {"type": "STRING", "index": 58, "name": "mobile_phone", "comment": null}, "calendly_created_c": {"type": "BOOL", "index": 59, "name": "calendly_created_c", "comment": null}, "account_c": {"type": "STRING", "index": 60, "name": "account_c", "comment": null}, "all_connectors_c": {"type": "STRING", "index": 61, "name": "all_connectors_c", "comment": null}, "all_data_warehouses_c": {"type": "STRING", "index": 62, "name": "all_data_warehouses_c", "comment": null}, "bi_tools_c": {"type": "STRING", "index": 63, "name": "bi_tools_c", "comment": null}, "competitors_c": {"type": "STRING", "index": 64, "name": "competitors_c", "comment": null}, "annual_revenue": {"type": "FLOAT64", "index": 65, "name": "annual_revenue", "comment": null}, "connectors_products_c": {"type": "STRING", "index": 66, "name": "connectors_products_c", "comment": null}, "contact_c": {"type": "STRING", "index": 67, "name": "contact_c", "comment": null}, "data_warehouse_products_c": {"type": "STRING", "index": 68, "name": "data_warehouse_products_c", "comment": null}, "notes_c": {"type": "STRING", "index": 69, "name": "notes_c", "comment": null}, "timeframe_c": {"type": "STRING", "index": 70, "name": "timeframe_c", "comment": null}, "account_all_products_c": {"type": "STRING", "index": 71, "name": "account_all_products_c", "comment": null}, "account_bi_tools_c": {"type": "STRING", "index": 72, "name": "account_bi_tools_c", "comment": null}, "account_data_warehouses_c": {"type": "STRING", "index": 73, "name": "account_data_warehouses_c", "comment": null}, "opportunity_competitors_c": {"type": "STRING", "index": 74, "name": "opportunity_competitors_c", "comment": null}, "opportunity_products_c": {"type": "STRING", "index": 75, "name": "opportunity_products_c", "comment": null}, "description": {"type": "STRING", "index": 76, "name": "description", "comment": null}, "referral_account_c": {"type": "STRING", "index": 77, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "STRING", "index": 78, "name": "referral_contact_c", "comment": null}, "volume_in_millions_c": {"type": "FLOAT64", "index": 79, "name": "volume_in_millions_c", "comment": null}, "feature_requests_c": {"type": "STRING", "index": 80, "name": "feature_requests_c", "comment": null}, "lead_number_c": {"type": "STRING", "index": 81, "name": "lead_number_c", "comment": null}, "demo_scheduled_by_calenderly_c": {"type": "BOOL", "index": 82, "name": "demo_scheduled_by_calenderly_c", "comment": null}, "to_delete_c": {"type": "BOOL", "index": 83, "name": "to_delete_c", "comment": null}, "bounced_email_c": {"type": "BOOL", "index": 84, "name": "bounced_email_c", "comment": null}, "email_quality_c": {"type": "BOOL", "index": 85, "name": "email_quality_c", "comment": null}, "email_quality_catchall_c": {"type": "BOOL", "index": 86, "name": "email_quality_catchall_c", "comment": null}, "old_lead_source_c": {"type": "STRING", "index": 87, "name": "old_lead_source_c", "comment": null}, "email_bounced_c": {"type": "BOOL", "index": 88, "name": "email_bounced_c", "comment": null}, "old_lead_source_detail_c": {"type": "STRING", "index": 89, "name": "old_lead_source_detail_c", "comment": null}, "utm_medium_c": {"type": "STRING", "index": 90, "name": "utm_medium_c", "comment": null}, "utm_source_c": {"type": "STRING", "index": 91, "name": "utm_source_c", "comment": null}, "utm_campaign_c": {"type": "STRING", "index": 92, "name": "utm_campaign_c", "comment": null}, "utm_content_c": {"type": "STRING", "index": 93, "name": "utm_content_c", "comment": null}, "utm_term_c": {"type": "STRING", "index": 94, "name": "utm_term_c", "comment": null}, "act_on_lead_score_c": {"type": "FLOAT64", "index": 95, "name": "act_on_lead_score_c", "comment": null}, "cbit_created_by_clearbit_c": {"type": "BOOL", "index": 96, "name": "cbit_created_by_clearbit_c", "comment": null}, "fivetran_user_id_c": {"type": "STRING", "index": 97, "name": "fivetran_user_id_c", "comment": null}, "geo_state_acton_c": {"type": "STRING", "index": 98, "name": "geo_state_acton_c", "comment": null}, "actoncountry_c": {"type": "STRING", "index": 99, "name": "actoncountry_c", "comment": null}, "actoncity_c": {"type": "STRING", "index": 100, "name": "actoncity_c", "comment": null}, "actoncountrycode_c": {"type": "STRING", "index": 101, "name": "actoncountrycode_c", "comment": null}, "actonpostalcode_c": {"type": "STRING", "index": 102, "name": "actonpostalcode_c", "comment": null}, "actonreferrer_c": {"type": "STRING", "index": 103, "name": "actonreferrer_c", "comment": null}, "actonstate_c": {"type": "STRING", "index": 104, "name": "actonstate_c", "comment": null}, "geo_city_c": {"type": "STRING", "index": 105, "name": "geo_city_c", "comment": null}, "geo_country_c": {"type": "STRING", "index": 106, "name": "geo_country_c", "comment": null}, "geo_country_code_c": {"type": "STRING", "index": 107, "name": "geo_country_code_c", "comment": null}, "geo_postal_code_c": {"type": "STRING", "index": 108, "name": "geo_postal_code_c", "comment": null}, "geo_state_c": {"type": "STRING", "index": 109, "name": "geo_state_c", "comment": null}, "company_type_c": {"type": "STRING", "index": 110, "name": "company_type_c", "comment": null}, "pi_campaign_c": {"type": "STRING", "index": 111, "name": "pi_campaign_c", "comment": null}, "pi_comments_c": {"type": "STRING", "index": 112, "name": "pi_comments_c", "comment": null}, "pi_conversion_date_c": {"type": "TIMESTAMP", "index": 113, "name": "pi_conversion_date_c", "comment": null}, "pi_conversion_object_name_c": {"type": "STRING", "index": 114, "name": "pi_conversion_object_name_c", "comment": null}, "pi_conversion_object_type_c": {"type": "STRING", "index": 115, "name": "pi_conversion_object_type_c", "comment": null}, "pi_created_date_c": {"type": "TIMESTAMP", "index": 116, "name": "pi_created_date_c", "comment": null}, "pi_first_activity_c": {"type": "TIMESTAMP", "index": 117, "name": "pi_first_activity_c", "comment": null}, "pi_first_search_term_c": {"type": "STRING", "index": 118, "name": "pi_first_search_term_c", "comment": null}, "pi_first_search_type_c": {"type": "STRING", "index": 119, "name": "pi_first_search_type_c", "comment": null}, "pi_first_touch_url_c": {"type": "STRING", "index": 120, "name": "pi_first_touch_url_c", "comment": null}, "pi_grade_c": {"type": "STRING", "index": 121, "name": "pi_grade_c", "comment": null}, "pi_last_activity_c": {"type": "TIMESTAMP", "index": 122, "name": "pi_last_activity_c", "comment": null}, "pi_needs_score_synced_c": {"type": "BOOL", "index": 123, "name": "pi_needs_score_synced_c", "comment": null}, "pi_notes_c": {"type": "STRING", "index": 124, "name": "pi_notes_c", "comment": null}, "pi_pardot_hard_bounced_c": {"type": "BOOL", "index": 125, "name": "pi_pardot_hard_bounced_c", "comment": null}, "pi_pardot_last_scored_at_c": {"type": "TIMESTAMP", "index": 126, "name": "pi_pardot_last_scored_at_c", "comment": null}, "pi_score_c": {"type": "FLOAT64", "index": 127, "name": "pi_score_c", "comment": null}, "pi_url_c": {"type": "STRING", "index": 128, "name": "pi_url_c", "comment": null}, "pi_utm_campaign_c": {"type": "STRING", "index": 129, "name": "pi_utm_campaign_c", "comment": null}, "pi_utm_content_c": {"type": "STRING", "index": 130, "name": "pi_utm_content_c", "comment": null}, "pi_utm_medium_c": {"type": "STRING", "index": 131, "name": "pi_utm_medium_c", "comment": null}, "pi_utm_source_c": {"type": "STRING", "index": 132, "name": "pi_utm_source_c", "comment": null}, "pi_utm_term_c": {"type": "STRING", "index": 133, "name": "pi_utm_term_c", "comment": null}, "fax": {"type": "STRING", "index": 134, "name": "fax", "comment": null}, "region_c": {"type": "STRING", "index": 135, "name": "region_c", "comment": null}, "competitor_c": {"type": "BOOL", "index": 136, "name": "competitor_c", "comment": null}, "source_detail_c": {"type": "STRING", "index": 137, "name": "source_detail_c", "comment": null}, "fivetran_account_stage_c": {"type": "STRING", "index": 138, "name": "fivetran_account_stage_c", "comment": null}, "fivetran_account_id_c": {"type": "STRING", "index": 139, "name": "fivetran_account_id_c", "comment": null}, "lean_data_router_status_c": {"type": "STRING", "index": 140, "name": "lean_data_router_status_c", "comment": null}, "lean_data_matched_lead_c": {"type": "STRING", "index": 141, "name": "lean_data_matched_lead_c", "comment": null}, "lean_data_routing_action_c": {"type": "STRING", "index": 142, "name": "lean_data_routing_action_c", "comment": null}, "lean_data_search_index_c": {"type": "STRING", "index": 143, "name": "lean_data_search_index_c", "comment": null}, "lean_data_reporting_matched_account_c": {"type": "STRING", "index": 144, "name": "lean_data_reporting_matched_account_c", "comment": null}, "lean_data_reporting_timestamp_c": {"type": "TIMESTAMP", "index": 145, "name": "lean_data_reporting_timestamp_c", "comment": null}, "lean_data_ld_segment_c": {"type": "STRING", "index": 146, "name": "lean_data_ld_segment_c", "comment": null}, "lean_data_marketing_sys_created_date_c": {"type": "TIMESTAMP", "index": 147, "name": "lean_data_marketing_sys_created_date_c", "comment": null}, "lean_data_matched_account_c": {"type": "STRING", "index": 148, "name": "lean_data_matched_account_c", "comment": null}, "lean_data_a_2_b_account_c": {"type": "STRING", "index": 149, "name": "lean_data_a_2_b_account_c", "comment": null}, "lean_data_search_c": {"type": "STRING", "index": 150, "name": "lean_data_search_c", "comment": null}, "lean_data_routing_status_c": {"type": "STRING", "index": 151, "name": "lean_data_routing_status_c", "comment": null}, "lean_data_a_2_b_group_c": {"type": "STRING", "index": 152, "name": "lean_data_a_2_b_group_c", "comment": null}, "lean_data_matched_buyer_persona_c": {"type": "STRING", "index": 153, "name": "lean_data_matched_buyer_persona_c", "comment": null}, "lean_data_tag_c": {"type": "STRING", "index": 154, "name": "lean_data_tag_c", "comment": null}, "lean_data_status_info_c": {"type": "STRING", "index": 155, "name": "lean_data_status_info_c", "comment": null}, "lean_data_modified_score_c": {"type": "FLOAT64", "index": 156, "name": "lean_data_modified_score_c", "comment": null}, "do_not_route_lead_c": {"type": "BOOL", "index": 157, "name": "do_not_route_lead_c", "comment": null}, "partner_type_c": {"type": "STRING", "index": 158, "name": "partner_type_c", "comment": null}, "allbound_id_c": {"type": "STRING", "index": 159, "name": "allbound_id_c", "comment": null}, "lid_linked_in_company_id_c": {"type": "STRING", "index": 160, "name": "lid_linked_in_company_id_c", "comment": null}, "lid_linked_in_member_token_c": {"type": "STRING", "index": 161, "name": "lid_linked_in_member_token_c", "comment": null}, "lean_data_re_route_c": {"type": "FLOAT64", "index": 162, "name": "lean_data_re_route_c", "comment": null}, "sales_loft_1_most_recent_cadence_next_step_due_date_c": {"type": "TIMESTAMP", "index": 163, "name": "sales_loft_1_most_recent_cadence_next_step_due_date_c", "comment": null}, "sales_loft_1_most_recent_last_completed_step_c": {"type": "FLOAT64", "index": 164, "name": "sales_loft_1_most_recent_last_completed_step_c", "comment": null}, "sales_loft_1_most_recent_cadence_name_c": {"type": "STRING", "index": 165, "name": "sales_loft_1_most_recent_cadence_name_c", "comment": null}, "network_c": {"type": "STRING", "index": 166, "name": "network_c", "comment": null}, "matchtype_c": {"type": "STRING", "index": 167, "name": "matchtype_c", "comment": null}, "device_c": {"type": "STRING", "index": 168, "name": "device_c", "comment": null}, "creative_c": {"type": "STRING", "index": 169, "name": "creative_c", "comment": null}, "adgroupid_c": {"type": "STRING", "index": 170, "name": "adgroupid_c", "comment": null}, "keyword_c": {"type": "STRING", "index": 171, "name": "keyword_c", "comment": null}, "campaignid_c": {"type": "STRING", "index": 172, "name": "campaignid_c", "comment": null}, "partner_rep_email_c": {"type": "STRING", "index": 173, "name": "partner_rep_email_c", "comment": null}, "partner_rep_name_c": {"type": "STRING", "index": 174, "name": "partner_rep_name_c", "comment": null}, "lead_type_c": {"type": "STRING", "index": 175, "name": "lead_type_c", "comment": null}, "contact_stage_c": {"type": "STRING", "index": 176, "name": "contact_stage_c", "comment": null}, "original_utm_campaign_c": {"type": "STRING", "index": 177, "name": "original_utm_campaign_c", "comment": null}, "original_utm_content_c": {"type": "STRING", "index": 178, "name": "original_utm_content_c", "comment": null}, "original_utm_medium_c": {"type": "STRING", "index": 179, "name": "original_utm_medium_c", "comment": null}, "original_utm_source_c": {"type": "STRING", "index": 180, "name": "original_utm_source_c", "comment": null}, "original_utm_term_c": {"type": "STRING", "index": 181, "name": "original_utm_term_c", "comment": null}, "es_app_esalexa_rank_c": {"type": "FLOAT64", "index": 182, "name": "es_app_esalexa_rank_c", "comment": null}, "es_app_esaudience_names_c": {"type": "STRING", "index": 183, "name": "es_app_esaudience_names_c", "comment": null}, "es_app_escity_c": {"type": "STRING", "index": 184, "name": "es_app_escity_c", "comment": null}, "es_app_escompany_phone_c": {"type": "STRING", "index": 185, "name": "es_app_escompany_phone_c", "comment": null}, "es_app_escountry_c": {"type": "STRING", "index": 186, "name": "es_app_escountry_c", "comment": null}, "es_app_escreated_timestamp_c": {"type": "TIMESTAMP", "index": 187, "name": "es_app_escreated_timestamp_c", "comment": null}, "es_app_esecid_c": {"type": "FLOAT64", "index": 188, "name": "es_app_esecid_c", "comment": null}, "es_app_esemployees_c": {"type": "STRING", "index": 189, "name": "es_app_esemployees_c", "comment": null}, "es_app_esenriched_c": {"type": "BOOL", "index": 190, "name": "es_app_esenriched_c", "comment": null}, "es_app_esenriched_timestamp_c": {"type": "TIMESTAMP", "index": 191, "name": "es_app_esenriched_timestamp_c", "comment": null}, "es_app_esfacebook_c": {"type": "STRING", "index": 192, "name": "es_app_esfacebook_c", "comment": null}, "es_app_esindustry_c": {"type": "STRING", "index": 193, "name": "es_app_esindustry_c", "comment": null}, "es_app_esintent_aggregate_score_c": {"type": "FLOAT64", "index": 194, "name": "es_app_esintent_aggregate_score_c", "comment": null}, "es_app_esintent_timestamp_c": {"type": "TIMESTAMP", "index": 195, "name": "es_app_esintent_timestamp_c", "comment": null}, "es_app_esintent_topics_c": {"type": "STRING", "index": 196, "name": "es_app_esintent_topics_c", "comment": null}, "es_app_eskeywords_c": {"type": "STRING", "index": 197, "name": "es_app_eskeywords_c", "comment": null}, "es_app_eslinked_in_c": {"type": "STRING", "index": 198, "name": "es_app_eslinked_in_c", "comment": null}, "es_app_esoverall_fit_score_c": {"type": "FLOAT64", "index": 199, "name": "es_app_esoverall_fit_score_c", "comment": null}, "es_app_esrevenue_c": {"type": "STRING", "index": 200, "name": "es_app_esrevenue_c", "comment": null}, "es_app_essource_c": {"type": "BOOL", "index": 201, "name": "es_app_essource_c", "comment": null}, "es_app_esstate_c": {"type": "STRING", "index": 202, "name": "es_app_esstate_c", "comment": null}, "es_app_esstreet_c": {"type": "STRING", "index": 203, "name": "es_app_esstreet_c", "comment": null}, "es_app_estechnologies_c": {"type": "STRING", "index": 204, "name": "es_app_estechnologies_c", "comment": null}, "es_app_estwitter_c": {"type": "STRING", "index": 205, "name": "es_app_estwitter_c", "comment": null}, "es_app_eszipcode_c": {"type": "STRING", "index": 206, "name": "es_app_eszipcode_c", "comment": null}, "marketing_prospect_routing_rules_c": {"type": "BOOL", "index": 207, "name": "marketing_prospect_routing_rules_c", "comment": null}, "individual_id": {"type": "STRING", "index": 208, "name": "individual_id", "comment": null}, "marketing_process_c": {"type": "STRING", "index": 209, "name": "marketing_process_c", "comment": null}, "automation_tracking_c": {"type": "STRING", "index": 210, "name": "automation_tracking_c", "comment": null}, "user_gems_has_changed_job_c": {"type": "TIMESTAMP", "index": 211, "name": "user_gems_has_changed_job_c", "comment": null}, "user_gems_linked_in_c": {"type": "STRING", "index": 212, "name": "user_gems_linked_in_c", "comment": null}, "email_opt_in_c": {"type": "BOOL", "index": 213, "name": "email_opt_in_c", "comment": null}, "email_opt_in_explicit_c": {"type": "BOOL", "index": 214, "name": "email_opt_in_explicit_c", "comment": null}, "email_opt_in_implicit_c": {"type": "BOOL", "index": 215, "name": "email_opt_in_implicit_c", "comment": null}, "gdpr_opt_in_explicit_c": {"type": "BOOL", "index": 216, "name": "gdpr_opt_in_explicit_c", "comment": null}, "user_gems_is_a_user_gem_c": {"type": "BOOL", "index": 217, "name": "user_gems_is_a_user_gem_c", "comment": null}, "user_gems_past_account_c": {"type": "STRING", "index": 218, "name": "user_gems_past_account_c", "comment": null}, "user_gems_past_company_c": {"type": "STRING", "index": 219, "name": "user_gems_past_company_c", "comment": null}, "user_gems_past_contact_c": {"type": "STRING", "index": 220, "name": "user_gems_past_contact_c", "comment": null}, "user_gems_past_title_c": {"type": "STRING", "index": 221, "name": "user_gems_past_title_c", "comment": null}, "promotion_id_c": {"type": "STRING", "index": 222, "name": "promotion_id_c", "comment": null}, "previous_customer_c": {"type": "BOOL", "index": 223, "name": "previous_customer_c", "comment": null}, "referral_contact_email_c": {"type": "STRING", "index": 224, "name": "referral_contact_email_c", "comment": null}, "referral_firstname_c": {"type": "STRING", "index": 225, "name": "referral_firstname_c", "comment": null}, "referral_last_name_c": {"type": "STRING", "index": 226, "name": "referral_last_name_c", "comment": null}, "mkto_71_lead_score_c": {"type": "FLOAT64", "index": 227, "name": "mkto_71_lead_score_c", "comment": null}, "mkto_71_acquisition_date_c": {"type": "TIMESTAMP", "index": 228, "name": "mkto_71_acquisition_date_c", "comment": null}, "mkto_71_acquisition_program_id_c": {"type": "FLOAT64", "index": 229, "name": "mkto_71_acquisition_program_id_c", "comment": null}, "mkto_acquisition_program_c": {"type": "STRING", "index": 230, "name": "mkto_acquisition_program_c", "comment": null}, "mkto_71_inferred_city_c": {"type": "STRING", "index": 231, "name": "mkto_71_inferred_city_c", "comment": null}, "mkto_71_inferred_company_c": {"type": "STRING", "index": 232, "name": "mkto_71_inferred_company_c", "comment": null}, "mkto_71_inferred_country_c": {"type": "STRING", "index": 233, "name": "mkto_71_inferred_country_c", "comment": null}, "mkto_71_inferred_metropolitan_area_c": {"type": "STRING", "index": 234, "name": "mkto_71_inferred_metropolitan_area_c", "comment": null}, "mkto_71_inferred_phone_area_code_c": {"type": "STRING", "index": 235, "name": "mkto_71_inferred_phone_area_code_c", "comment": null}, "mkto_71_inferred_postal_code_c": {"type": "STRING", "index": 236, "name": "mkto_71_inferred_postal_code_c", "comment": null}, "mkto_71_inferred_state_region_c": {"type": "STRING", "index": 237, "name": "mkto_71_inferred_state_region_c", "comment": null}, "mkto_71_original_referrer_c": {"type": "STRING", "index": 238, "name": "mkto_71_original_referrer_c", "comment": null}, "mkto_71_original_search_engine_c": {"type": "STRING", "index": 239, "name": "mkto_71_original_search_engine_c", "comment": null}, "mkto_71_original_search_phrase_c": {"type": "STRING", "index": 240, "name": "mkto_71_original_search_phrase_c", "comment": null}, "mkto_71_original_source_info_c": {"type": "STRING", "index": 241, "name": "mkto_71_original_source_info_c", "comment": null}, "mkto_71_original_source_type_c": {"type": "STRING", "index": 242, "name": "mkto_71_original_source_type_c", "comment": null}, "mkto_si_hide_date_c": {"type": "TIMESTAMP", "index": 243, "name": "mkto_si_hide_date_c", "comment": null}, "mkto_si_last_interesting_moment_date_c": {"type": "TIMESTAMP", "index": 244, "name": "mkto_si_last_interesting_moment_date_c", "comment": null}, "mkto_si_last_interesting_moment_desc_c": {"type": "STRING", "index": 245, "name": "mkto_si_last_interesting_moment_desc_c", "comment": null}, "mkto_si_last_interesting_moment_source_c": {"type": "STRING", "index": 246, "name": "mkto_si_last_interesting_moment_source_c", "comment": null}, "mkto_si_last_interesting_moment_type_c": {"type": "STRING", "index": 247, "name": "mkto_si_last_interesting_moment_type_c", "comment": null}, "mkto_si_msicontact_id_c": {"type": "STRING", "index": 248, "name": "mkto_si_msicontact_id_c", "comment": null}, "mkto_si_priority_c": {"type": "FLOAT64", "index": 249, "name": "mkto_si_priority_c", "comment": null}, "mkto_si_relative_score_value_c": {"type": "FLOAT64", "index": 250, "name": "mkto_si_relative_score_value_c", "comment": null}, "mkto_si_urgency_value_c": {"type": "FLOAT64", "index": 251, "name": "mkto_si_urgency_value_c", "comment": null}, "cloudingo_agent_ar_c": {"type": "STRING", "index": 252, "name": "cloudingo_agent_ar_c", "comment": null}, "cloudingo_agent_ardi_c": {"type": "STRING", "index": 253, "name": "cloudingo_agent_ardi_c", "comment": null}, "cloudingo_agent_as_c": {"type": "FLOAT64", "index": 254, "name": "cloudingo_agent_as_c", "comment": null}, "cloudingo_agent_atz_c": {"type": "STRING", "index": 255, "name": "cloudingo_agent_atz_c", "comment": null}, "cloudingo_agent_av_c": {"type": "STRING", "index": 256, "name": "cloudingo_agent_av_c", "comment": null}, "cloudingo_agent_les_c": {"type": "FLOAT64", "index": 257, "name": "cloudingo_agent_les_c", "comment": null}, "do_not_sync_marketo_c": {"type": "BOOL", "index": 258, "name": "do_not_sync_marketo_c", "comment": null}, "source_every_utm_campaign_c": {"type": "STRING", "index": 259, "name": "source_every_utm_campaign_c", "comment": null}, "source_every_utm_content_c": {"type": "STRING", "index": 260, "name": "source_every_utm_content_c", "comment": null}, "source_every_utm_medium_c": {"type": "STRING", "index": 261, "name": "source_every_utm_medium_c", "comment": null}, "source_every_utm_source_c": {"type": "STRING", "index": 262, "name": "source_every_utm_source_c", "comment": null}, "source_every_utm_term_c": {"type": "STRING", "index": 263, "name": "source_every_utm_term_c", "comment": null}, "source_first_utm_campaign_c": {"type": "STRING", "index": 264, "name": "source_first_utm_campaign_c", "comment": null}, "source_first_utm_content_c": {"type": "STRING", "index": 265, "name": "source_first_utm_content_c", "comment": null}, "source_first_utm_medium_c": {"type": "STRING", "index": 266, "name": "source_first_utm_medium_c", "comment": null}, "source_first_utm_source_c": {"type": "STRING", "index": 267, "name": "source_first_utm_source_c", "comment": null}, "source_first_utm_term_c": {"type": "STRING", "index": 268, "name": "source_first_utm_term_c", "comment": null}, "source_last_utm_campaign_c": {"type": "STRING", "index": 269, "name": "source_last_utm_campaign_c", "comment": null}, "source_last_utm_content_c": {"type": "STRING", "index": 270, "name": "source_last_utm_content_c", "comment": null}, "source_last_utm_medium_c": {"type": "STRING", "index": 271, "name": "source_last_utm_medium_c", "comment": null}, "source_last_utm_source_c": {"type": "STRING", "index": 272, "name": "source_last_utm_source_c", "comment": null}, "source_last_utm_term_c": {"type": "STRING", "index": 273, "name": "source_last_utm_term_c", "comment": null}, "direct_office_c": {"type": "STRING", "index": 274, "name": "direct_office_c", "comment": null}, "city_c": {"type": "STRING", "index": 275, "name": "city_c", "comment": null}, "country_c": {"type": "STRING", "index": 276, "name": "country_c", "comment": null}, "state_c": {"type": "STRING", "index": 277, "name": "state_c", "comment": null}, "source_first_lead_source_category_c": {"type": "STRING", "index": 278, "name": "source_first_lead_source_category_c", "comment": null}, "source_last_lead_source_c": {"type": "STRING", "index": 279, "name": "source_last_lead_source_c", "comment": null}, "source_last_lead_source_category_c": {"type": "STRING", "index": 280, "name": "source_last_lead_source_category_c", "comment": null}, "source_last_lead_source_detail_c": {"type": "STRING", "index": 281, "name": "source_last_lead_source_detail_c", "comment": null}, "source_every_lead_source_c": {"type": "STRING", "index": 282, "name": "source_every_lead_source_c", "comment": null}, "source_every_lead_source_category_c": {"type": "STRING", "index": 283, "name": "source_every_lead_source_category_c", "comment": null}, "source_every_lead_source_detail_c": {"type": "STRING", "index": 284, "name": "source_every_lead_source_detail_c", "comment": null}, "source_first_lead_source_c": {"type": "STRING", "index": 285, "name": "source_first_lead_source_c", "comment": null}, "source_first_lead_source_detail_c": {"type": "STRING", "index": 286, "name": "source_first_lead_source_detail_c", "comment": null}, "behavioral_score_c": {"type": "FLOAT64", "index": 287, "name": "behavioral_score_c", "comment": null}, "demographic_score_c": {"type": "FLOAT64", "index": 288, "name": "demographic_score_c", "comment": null}, "drift_cql_c": {"type": "FLOAT64", "index": 289, "name": "drift_cql_c", "comment": null}, "unique_email_c": {"type": "STRING", "index": 290, "name": "unique_email_c", "comment": null}, "is_emea_event_routing_c": {"type": "BOOL", "index": 291, "name": "is_emea_event_routing_c", "comment": null}, "csi_code_c": {"type": "FLOAT64", "index": 292, "name": "csi_code_c", "comment": null}, "csi_description_c": {"type": "STRING", "index": 293, "name": "csi_description_c", "comment": null}, "converted_date_time_c": {"type": "TIMESTAMP", "index": 294, "name": "converted_date_time_c", "comment": null}, "lead_created_date_time_reporting_c": {"type": "TIMESTAMP", "index": 295, "name": "lead_created_date_time_reporting_c", "comment": null}, "lead_iq_country_c": {"type": "STRING", "index": 296, "name": "lead_iq_country_c", "comment": null}, "lead_iq_employee_count_c": {"type": "STRING", "index": 297, "name": "lead_iq_employee_count_c", "comment": null}, "lead_iq_employee_range_c": {"type": "STRING", "index": 298, "name": "lead_iq_employee_range_c", "comment": null}, "lead_iq_state_c": {"type": "STRING", "index": 299, "name": "lead_iq_state_c", "comment": null}, "lead_iq_zip_code_c": {"type": "STRING", "index": 300, "name": "lead_iq_zip_code_c", "comment": null}, "zoominfo_country_c": {"type": "STRING", "index": 301, "name": "zoominfo_country_c", "comment": null}, "zoominfo_employee_count_c": {"type": "STRING", "index": 302, "name": "zoominfo_employee_count_c", "comment": null}, "zoominfo_state_c": {"type": "STRING", "index": 303, "name": "zoominfo_state_c", "comment": null}, "zoominfo_technologies_c": {"type": "STRING", "index": 304, "name": "zoominfo_technologies_c", "comment": null}, "zoominfo_zip_code_c": {"type": "STRING", "index": 305, "name": "zoominfo_zip_code_c", "comment": null}, "attended_event_c": {"type": "BOOL", "index": 306, "name": "attended_event_c", "comment": null}, "mql_date_c": {"type": "TIMESTAMP", "index": 307, "name": "mql_date_c", "comment": null}, "user_gems_user_gems_id_c": {"type": "STRING", "index": 308, "name": "user_gems_user_gems_id_c", "comment": null}, "dozisf_zoom_info_company_id_c": {"type": "STRING", "index": 309, "name": "dozisf_zoom_info_company_id_c", "comment": null}, "dozisf_zoom_info_first_updated_c": {"type": "TIMESTAMP", "index": 310, "name": "dozisf_zoom_info_first_updated_c", "comment": null}, "dozisf_zoom_info_id_c": {"type": "STRING", "index": 311, "name": "dozisf_zoom_info_id_c", "comment": null}, "dozisf_zoom_info_last_updated_c": {"type": "TIMESTAMP", "index": 312, "name": "dozisf_zoom_info_last_updated_c", "comment": null}, "lean_data_manual_route_trigger_c": {"type": "BOOL", "index": 313, "name": "lean_data_manual_route_trigger_c", "comment": null}, "first_mql_date_c": {"type": "TIMESTAMP", "index": 314, "name": "first_mql_date_c", "comment": null}, "fivetran_account_association_date_c": {"type": "TIMESTAMP", "index": 315, "name": "fivetran_account_association_date_c", "comment": null}, "fivetran_account_user_role_s_c": {"type": "STRING", "index": 316, "name": "fivetran_account_user_role_s_c", "comment": null}, "mql_reason_c": {"type": "STRING", "index": 317, "name": "mql_reason_c", "comment": null}, "trial_contact_start_date_c": {"type": "TIMESTAMP", "index": 318, "name": "trial_contact_start_date_c", "comment": null}, "enrichment_request_c": {"type": "BOOL", "index": 319, "name": "enrichment_request_c", "comment": null}, "meta_data_create_date_c": {"type": "TIMESTAMP", "index": 320, "name": "meta_data_create_date_c", "comment": null}, "clarus_date_c": {"type": "TIMESTAMP", "index": 321, "name": "clarus_date_c", "comment": null}, "clarus_editor_c": {"type": "STRING", "index": 322, "name": "clarus_editor_c", "comment": null}, "clarus_notes_c": {"type": "STRING", "index": 323, "name": "clarus_notes_c", "comment": null}, "clarus_project_c": {"type": "STRING", "index": 324, "name": "clarus_project_c", "comment": null}, "clarus_status_c": {"type": "STRING", "index": 325, "name": "clarus_status_c", "comment": null}, "marketing_connector_interest_c": {"type": "STRING", "index": 326, "name": "marketing_connector_interest_c", "comment": null}, "recent_marketing_campaign_status_c": {"type": "STRING", "index": 327, "name": "recent_marketing_campaign_status_c", "comment": null}, "salesloft_cadence_trigger_c": {"type": "STRING", "index": 328, "name": "salesloft_cadence_trigger_c", "comment": null}, "datawarehouse_used_c": {"type": "STRING", "index": 329, "name": "datawarehouse_used_c", "comment": null}, "contact_status_c": {"type": "STRING", "index": 330, "name": "contact_status_c", "comment": null}, "leandata_contact_owner_override_c": {"type": "STRING", "index": 331, "name": "leandata_contact_owner_override_c", "comment": null}, "potential_fivetran_use_case_c": {"type": "STRING", "index": 332, "name": "potential_fivetran_use_case_c", "comment": null}, "bizible_2_account_c": {"type": "STRING", "index": 333, "name": "bizible_2_account_c", "comment": null}, "bizible_2_ad_campaign_name_ft_c": {"type": "STRING", "index": 334, "name": "bizible_2_ad_campaign_name_ft_c", "comment": null}, "bizible_2_ad_campaign_name_lc_c": {"type": "STRING", "index": 335, "name": "bizible_2_ad_campaign_name_lc_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "STRING", "index": 336, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_landing_page_ft_c": {"type": "STRING", "index": 337, "name": "bizible_2_landing_page_ft_c", "comment": null}, "bizible_2_landing_page_lc_c": {"type": "STRING", "index": 338, "name": "bizible_2_landing_page_lc_c", "comment": null}, "bizible_2_marketing_channel_ft_c": {"type": "STRING", "index": 339, "name": "bizible_2_marketing_channel_ft_c", "comment": null}, "bizible_2_marketing_channel_lc_c": {"type": "STRING", "index": 340, "name": "bizible_2_marketing_channel_lc_c", "comment": null}, "bizible_2_touchpoint_date_ft_c": {"type": "TIMESTAMP", "index": 341, "name": "bizible_2_touchpoint_date_ft_c", "comment": null}, "bizible_2_touchpoint_date_lc_c": {"type": "TIMESTAMP", "index": 342, "name": "bizible_2_touchpoint_date_lc_c", "comment": null}, "bizible_2_touchpoint_source_ft_c": {"type": "STRING", "index": 343, "name": "bizible_2_touchpoint_source_ft_c", "comment": null}, "bizible_2_touchpoint_source_lc_c": {"type": "STRING", "index": 344, "name": "bizible_2_touchpoint_source_lc_c", "comment": null}, "sales_email_opt_out_c": {"type": "BOOL", "index": 345, "name": "sales_email_opt_out_c", "comment": null}, "sales_email_opt_out_date_time_c": {"type": "TIMESTAMP", "index": 346, "name": "sales_email_opt_out_date_time_c", "comment": null}, "bombora_app_bombora_surge_record_count_c": {"type": "FLOAT64", "index": 347, "name": "bombora_app_bombora_surge_record_count_c", "comment": null}, "bombora_app_bombora_last_date_time_updated_c": {"type": "TIMESTAMP", "index": 348, "name": "bombora_app_bombora_last_date_time_updated_c", "comment": null}, "bombora_app_bombora_total_composite_score_c": {"type": "FLOAT64", "index": 349, "name": "bombora_app_bombora_total_composite_score_c", "comment": null}, "linked_in_url_c": {"type": "STRING", "index": 350, "name": "linked_in_url_c", "comment": null}, "beta_connector_interest_c": {"type": "STRING", "index": 351, "name": "beta_connector_interest_c", "comment": null}, "user_gems_ug_past_infos_c": {"type": "STRING", "index": 352, "name": "user_gems_ug_past_infos_c", "comment": null}, "user_gems_ug_current_infos_c": {"type": "STRING", "index": 353, "name": "user_gems_ug_current_infos_c", "comment": null}, "user_gems_ug_created_by_ug_c": {"type": "BOOL", "index": 354, "name": "user_gems_ug_created_by_ug_c", "comment": null}, "free_trial_email_confirmed_date_c": {"type": "TIMESTAMP", "index": 355, "name": "free_trial_email_confirmed_date_c", "comment": null}, "dnboptimizer_dn_bcontact_record_c": {"type": "STRING", "index": 356, "name": "dnboptimizer_dn_bcontact_record_c", "comment": null}, "dnboptimizer_dn_bcompany_record_c": {"type": "STRING", "index": 357, "name": "dnboptimizer_dn_bcompany_record_c", "comment": null}, "dnboptimizer_dnb_d_u_n_s_number_c": {"type": "STRING", "index": 358, "name": "dnboptimizer_dnb_d_u_n_s_number_c", "comment": null}, "i_sell_oskey_id_c": {"type": "STRING", "index": 359, "name": "i_sell_oskey_id_c", "comment": null}, "verified_c": {"type": "BOOL", "index": 360, "name": "verified_c", "comment": null}, "email_opt_out_date_time_c": {"type": "TIMESTAMP", "index": 361, "name": "email_opt_out_date_time_c", "comment": null}, "pbf_startup_c": {"type": "STRING", "index": 362, "name": "pbf_startup_c", "comment": null}, "pbf_startup_certify_eligibility_c": {"type": "BOOL", "index": 363, "name": "pbf_startup_certify_eligibility_c", "comment": null}, "engagio_intent_minutes_last_30_days_c": {"type": "FLOAT64", "index": 364, "name": "engagio_intent_minutes_last_30_days_c", "comment": null}, "engagio_engagement_minutes_last_3_months_c": {"type": "FLOAT64", "index": 365, "name": "engagio_engagement_minutes_last_3_months_c", "comment": null}, "engagio_engagement_minutes_last_7_days_c": {"type": "FLOAT64", "index": 366, "name": "engagio_engagement_minutes_last_7_days_c", "comment": null}, "engagio_matched_account_c": {"type": "STRING", "index": 367, "name": "engagio_matched_account_c", "comment": null}, "engagio_first_engagement_date_c": {"type": "TIMESTAMP", "index": 368, "name": "engagio_first_engagement_date_c", "comment": null}, "engagio_match_time_c": {"type": "TIMESTAMP", "index": 369, "name": "engagio_match_time_c", "comment": null}, "engagio_department_c": {"type": "STRING", "index": 370, "name": "engagio_department_c", "comment": null}, "engagio_role_c": {"type": "STRING", "index": 371, "name": "engagio_role_c", "comment": null}, "legacy_hvr_id_c": {"type": "STRING", "index": 372, "name": "legacy_hvr_id_c", "comment": null}, "hvr_channel_c": {"type": "STRING", "index": 373, "name": "hvr_channel_c", "comment": null}, "email_opt_in_double_c": {"type": "BOOL", "index": 374, "name": "email_opt_in_double_c", "comment": null}, "phone_number_catch_all_c": {"type": "STRING", "index": 375, "name": "phone_number_catch_all_c", "comment": null}, "contacts_domain_exists_c": {"type": "BOOL", "index": 376, "name": "contacts_domain_exists_c", "comment": null}, "utm_id_c": {"type": "STRING", "index": 377, "name": "utm_id_c", "comment": null}, "source_every_utm_id_c": {"type": "STRING", "index": 378, "name": "source_every_utm_id_c", "comment": null}, "source_last_utm_id_c": {"type": "STRING", "index": 379, "name": "source_last_utm_id_c", "comment": null}, "source_first_utm_id_c": {"type": "STRING", "index": 380, "name": "source_first_utm_id_c", "comment": null}, "do_not_sync_reason_marketo_c": {"type": "STRING", "index": 381, "name": "do_not_sync_reason_marketo_c", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1256082289.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1350895.0, "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_source.salesforce.lead"}, "source.salesforce_source.salesforce.account": {"metadata": {"type": "table", "schema": "salesforce", "name": "account", "database": "fivetran", "comment": null, "owner": null}, "columns": {"bread_winner_total_unallocated_credit_c": {"type": "FLOAT64", "index": 1, "name": "bread_winner_total_unallocated_credit_c", "comment": null}, "owner_id": {"type": "STRING", "index": 2, "name": "owner_id", "comment": null}, "shipping_city": {"type": "STRING", "index": 3, "name": "shipping_city", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 4, "name": "last_modified_date", "comment": null}, "master_record_id": {"type": "STRING", "index": 5, "name": "master_record_id", "comment": null}, "type": {"type": "STRING", "index": 6, "name": "type", "comment": null}, "zendesk_result_c": {"type": "STRING", "index": 7, "name": "zendesk_result_c", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 8, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 9, "name": "system_modstamp", "comment": null}, "fivetran_group_id_account_3_c": {"type": "STRING", "index": 10, "name": "fivetran_group_id_account_3_c", "comment": null}, "up_region_c": {"type": "STRING", "index": 11, "name": "up_region_c", "comment": null}, "zendesk_zendesk_old_tags_c": {"type": "STRING", "index": 12, "name": "zendesk_zendesk_old_tags_c", "comment": null}, "id": {"type": "STRING", "index": 13, "name": "id", "comment": null}, "photo_url": {"type": "STRING", "index": 14, "name": "photo_url", "comment": null}, "fivetran_group_id_account_1_c": {"type": "STRING", "index": 15, "name": "fivetran_group_id_account_1_c", "comment": null}, "jigsaw_company_id": {"type": "STRING", "index": 16, "name": "jigsaw_company_id", "comment": null}, "shipping_street": {"type": "STRING", "index": 17, "name": "shipping_street", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 18, "name": "last_referenced_date", "comment": null}, "up_district_c": {"type": "STRING", "index": 19, "name": "up_district_c", "comment": null}, "zendesk_zendesk_outof_sync_c": {"type": "BOOL", "index": 20, "name": "zendesk_zendesk_outof_sync_c", "comment": null}, "last_activity_date": {"type": "TIMESTAMP", "index": 21, "name": "last_activity_date", "comment": null}, "fivetran_account_name_1_c": {"type": "STRING", "index": 22, "name": "fivetran_account_name_1_c", "comment": null}, "fivetran_account_name_3_c": {"type": "STRING", "index": 23, "name": "fivetran_account_name_3_c", "comment": null}, "billing_street": {"type": "STRING", "index": 24, "name": "billing_street", "comment": null}, "billing_city": {"type": "STRING", "index": 25, "name": "billing_city", "comment": null}, "shipping_longitude": {"type": "FLOAT64", "index": 26, "name": "shipping_longitude", "comment": null}, "bi_tool_c": {"type": "STRING", "index": 27, "name": "bi_tool_c", "comment": null}, "bread_winner_total_amount_due_c": {"type": "FLOAT64", "index": 28, "name": "bread_winner_total_amount_due_c", "comment": null}, "phone": {"type": "STRING", "index": 29, "name": "phone", "comment": null}, "parent_id": {"type": "STRING", "index": 30, "name": "parent_id", "comment": null}, "name": {"type": "STRING", "index": 31, "name": "name", "comment": null}, "created_by_id": {"type": "STRING", "index": 32, "name": "created_by_id", "comment": null}, "billing_state_code": {"type": "STRING", "index": 33, "name": "billing_state_code", "comment": null}, "shipping_country": {"type": "STRING", "index": 34, "name": "shipping_country", "comment": null}, "shipping_postal_code": {"type": "STRING", "index": 35, "name": "shipping_postal_code", "comment": null}, "shipping_state_code": {"type": "STRING", "index": 36, "name": "shipping_state_code", "comment": null}, "shipping_state": {"type": "STRING", "index": 37, "name": "shipping_state", "comment": null}, "description": {"type": "STRING", "index": 38, "name": "description", "comment": null}, "cbit_clearbit_c": {"type": "STRING", "index": 39, "name": "cbit_clearbit_c", "comment": null}, "contract_renewal_date_c": {"type": "TIMESTAMP", "index": 40, "name": "contract_renewal_date_c", "comment": null}, "industry": {"type": "STRING", "index": 41, "name": "industry", "comment": null}, "bread_winner_total_amount_credit_c": {"type": "FLOAT64", "index": 42, "name": "bread_winner_total_amount_credit_c", "comment": null}, "zendesk_zendesk_organization_id_c": {"type": "STRING", "index": 43, "name": "zendesk_zendesk_organization_id_c", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 44, "name": "_fivetran_synced", "comment": null}, "billing_postal_code": {"type": "STRING", "index": 45, "name": "billing_postal_code", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 46, "name": "last_viewed_date", "comment": null}, "is_deleted": {"type": "BOOL", "index": 47, "name": "is_deleted", "comment": null}, "billing_state": {"type": "STRING", "index": 48, "name": "billing_state", "comment": null}, "bread_winner_total_amount_overdue_c": {"type": "FLOAT64", "index": 49, "name": "bread_winner_total_amount_overdue_c", "comment": null}, "fivetran_group_id_account_2_c": {"type": "STRING", "index": 50, "name": "fivetran_group_id_account_2_c", "comment": null}, "billing_latitude": {"type": "FLOAT64", "index": 51, "name": "billing_latitude", "comment": null}, "shipping_country_code": {"type": "STRING", "index": 52, "name": "shipping_country_code", "comment": null}, "bread_winner_total_amount_invoiced_c": {"type": "FLOAT64", "index": 53, "name": "bread_winner_total_amount_invoiced_c", "comment": null}, "website": {"type": "STRING", "index": 54, "name": "website", "comment": null}, "shipping_geocode_accuracy": {"type": "STRING", "index": 55, "name": "shipping_geocode_accuracy", "comment": null}, "billing_geocode_accuracy": {"type": "STRING", "index": 56, "name": "billing_geocode_accuracy", "comment": null}, "integrations_c": {"type": "STRING", "index": 57, "name": "integrations_c", "comment": null}, "billing_country": {"type": "STRING", "index": 58, "name": "billing_country", "comment": null}, "payment_terms_c": {"type": "STRING", "index": 59, "name": "payment_terms_c", "comment": null}, "zendesk_zendesk_organization_c": {"type": "STRING", "index": 60, "name": "zendesk_zendesk_organization_c", "comment": null}, "fivetran_account_name_2_c": {"type": "STRING", "index": 61, "name": "fivetran_account_name_2_c", "comment": null}, "billing_longitude": {"type": "FLOAT64", "index": 62, "name": "billing_longitude", "comment": null}, "bread_winner_total_draft_amount_c": {"type": "FLOAT64", "index": 63, "name": "bread_winner_total_draft_amount_c", "comment": null}, "lead_source_c": {"type": "STRING", "index": 64, "name": "lead_source_c", "comment": null}, "number_of_employees": {"type": "INT64", "index": 65, "name": "number_of_employees", "comment": null}, "up_territory_c": {"type": "STRING", "index": 66, "name": "up_territory_c", "comment": null}, "billing_country_code": {"type": "STRING", "index": 67, "name": "billing_country_code", "comment": null}, "shipping_latitude": {"type": "FLOAT64", "index": 68, "name": "shipping_latitude", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 69, "name": "created_date", "comment": null}, "cbit_clearbit_ready_c": {"type": "BOOL", "index": 70, "name": "cbit_clearbit_ready_c", "comment": null}, "bread_winner_total_amount_paid_c": {"type": "FLOAT64", "index": 71, "name": "bread_winner_total_amount_paid_c", "comment": null}, "account_level_c": {"type": "STRING", "index": 72, "name": "account_level_c", "comment": null}, "all_connectors_c": {"type": "STRING", "index": 73, "name": "all_connectors_c", "comment": null}, "all_data_warehouses_c": {"type": "STRING", "index": 74, "name": "all_data_warehouses_c", "comment": null}, "bi_tools_c": {"type": "STRING", "index": 75, "name": "bi_tools_c", "comment": null}, "account_all_data_warehouses_c": {"type": "STRING", "index": 76, "name": "account_all_data_warehouses_c", "comment": null}, "account_all_products_c": {"type": "STRING", "index": 77, "name": "account_all_products_c", "comment": null}, "account_bi_tools_c": {"type": "STRING", "index": 78, "name": "account_bi_tools_c", "comment": null}, "msa_effective_date_c": {"type": "TIMESTAMP", "index": 79, "name": "msa_effective_date_c", "comment": null}, "auto_renewal_c": {"type": "BOOL", "index": 80, "name": "auto_renewal_c", "comment": null}, "billing_frequency_c": {"type": "STRING", "index": 81, "name": "billing_frequency_c", "comment": null}, "sla_c": {"type": "BOOL", "index": 82, "name": "sla_c", "comment": null}, "nda_c": {"type": "STRING", "index": 83, "name": "nda_c", "comment": null}, "referral_account_c": {"type": "STRING", "index": 84, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "STRING", "index": 85, "name": "referral_contact_c", "comment": null}, "current_subscription_contracts_value_c": {"type": "FLOAT64", "index": 86, "name": "current_subscription_contracts_value_c", "comment": null}, "billing_contact_first_name_c": {"type": "STRING", "index": 87, "name": "billing_contact_first_name_c", "comment": null}, "billing_contact_last_name_c": {"type": "STRING", "index": 88, "name": "billing_contact_last_name_c", "comment": null}, "billing_email_c": {"type": "STRING", "index": 89, "name": "billing_email_c", "comment": null}, "bill_com_customer_id_c": {"type": "STRING", "index": 90, "name": "bill_com_customer_id_c", "comment": null}, "billing_frequency_del_c": {"type": "STRING", "index": 91, "name": "billing_frequency_del_c", "comment": null}, "primary_contact_c": {"type": "STRING", "index": 92, "name": "primary_contact_c", "comment": null}, "stripe_customer_id_c": {"type": "STRING", "index": 93, "name": "stripe_customer_id_c", "comment": null}, "current_monthly_subscription_end_date_c": {"type": "TIMESTAMP", "index": 94, "name": "current_monthly_subscription_end_date_c", "comment": null}, "monthly_customer_no_contract_c": {"type": "BOOL", "index": 95, "name": "monthly_customer_no_contract_c", "comment": null}, "marketing_approval_c": {"type": "STRING", "index": 96, "name": "marketing_approval_c", "comment": null}, "fivetran_account_id_c": {"type": "STRING", "index": 97, "name": "fivetran_account_id_c", "comment": null}, "fivetran_account_status_c": {"type": "STRING", "index": 98, "name": "fivetran_account_status_c", "comment": null}, "cbit_created_by_clearbit_c": {"type": "BOOL", "index": 99, "name": "cbit_created_by_clearbit_c", "comment": null}, "fivetran_account_name_c": {"type": "STRING", "index": 100, "name": "fivetran_account_name_c", "comment": null}, "mobile_phone_c": {"type": "STRING", "index": 101, "name": "mobile_phone_c", "comment": null}, "signup_page_c": {"type": "STRING", "index": 102, "name": "signup_page_c", "comment": null}, "account_source": {"type": "STRING", "index": 103, "name": "account_source", "comment": null}, "fivetran_account_signup_page_c": {"type": "STRING", "index": 104, "name": "fivetran_account_signup_page_c", "comment": null}, "fivetran_referral_id_c": {"type": "STRING", "index": 105, "name": "fivetran_referral_id_c", "comment": null}, "record_type_id": {"type": "STRING", "index": 106, "name": "record_type_id", "comment": null}, "company_type_c": {"type": "STRING", "index": 107, "name": "company_type_c", "comment": null}, "partner_type_c": {"type": "STRING", "index": 108, "name": "partner_type_c", "comment": null}, "ez_button_signup_page_c": {"type": "STRING", "index": 109, "name": "ez_button_signup_page_c", "comment": null}, "partner_ez_button_id_c": {"type": "STRING", "index": 110, "name": "partner_ez_button_id_c", "comment": null}, "fivetran_account_stage_c": {"type": "STRING", "index": 111, "name": "fivetran_account_stage_c", "comment": null}, "trial_end_date_c": {"type": "TIMESTAMP", "index": 112, "name": "trial_end_date_c", "comment": null}, "handwrytten_numberof_locations_c": {"type": "FLOAT64", "index": 113, "name": "handwrytten_numberof_locations_c", "comment": null}, "account_number": {"type": "STRING", "index": 114, "name": "account_number", "comment": null}, "site": {"type": "STRING", "index": 115, "name": "site", "comment": null}, "ticker_symbol": {"type": "STRING", "index": 116, "name": "ticker_symbol", "comment": null}, "ownership": {"type": "STRING", "index": 117, "name": "ownership", "comment": null}, "rating": {"type": "STRING", "index": 118, "name": "rating", "comment": null}, "jigsaw": {"type": "STRING", "index": 119, "name": "jigsaw", "comment": null}, "sic": {"type": "STRING", "index": 120, "name": "sic", "comment": null}, "fax": {"type": "STRING", "index": 121, "name": "fax", "comment": null}, "sic_desc": {"type": "STRING", "index": 122, "name": "sic_desc", "comment": null}, "annual_revenue": {"type": "FLOAT64", "index": 123, "name": "annual_revenue", "comment": null}, "analytics_id_c": {"type": "STRING", "index": 124, "name": "analytics_id_c", "comment": null}, "competitor_c": {"type": "BOOL", "index": 125, "name": "competitor_c", "comment": null}, "region_c": {"type": "STRING", "index": 126, "name": "region_c", "comment": null}, "exclusive_ownership_c": {"type": "BOOL", "index": 127, "name": "exclusive_ownership_c", "comment": null}, "bt_stripe_slaexpiration_date_c": {"type": "TIMESTAMP", "index": 128, "name": "bt_stripe_slaexpiration_date_c", "comment": null}, "bt_stripe_numberof_locations_c": {"type": "FLOAT64", "index": 129, "name": "bt_stripe_numberof_locations_c", "comment": null}, "bt_stripe_slaserial_number_c": {"type": "STRING", "index": 130, "name": "bt_stripe_slaserial_number_c", "comment": null}, "bt_stripe_sla_c": {"type": "STRING", "index": 131, "name": "bt_stripe_sla_c", "comment": null}, "bt_stripe_customer_priority_c": {"type": "STRING", "index": 132, "name": "bt_stripe_customer_priority_c", "comment": null}, "bt_stripe_active_c": {"type": "STRING", "index": 133, "name": "bt_stripe_active_c", "comment": null}, "bt_stripe_upsell_opportunity_c": {"type": "STRING", "index": 134, "name": "bt_stripe_upsell_opportunity_c", "comment": null}, "last_rep_activity_date_c": {"type": "TIMESTAMP", "index": 135, "name": "last_rep_activity_date_c", "comment": null}, "lean_data_reporting_total_marketing_touches_c": {"type": "FLOAT64", "index": 136, "name": "lean_data_reporting_total_marketing_touches_c", "comment": null}, "lean_data_reporting_total_leads_and_contacts_c": {"type": "FLOAT64", "index": 137, "name": "lean_data_reporting_total_leads_and_contacts_c", "comment": null}, "lean_data_reporting_has_opportunity_c": {"type": "BOOL", "index": 138, "name": "lean_data_reporting_has_opportunity_c", "comment": null}, "lean_data_search_c": {"type": "STRING", "index": 139, "name": "lean_data_search_c", "comment": null}, "lean_data_reporting_last_marketing_touch_date_c": {"type": "TIMESTAMP", "index": 140, "name": "lean_data_reporting_last_marketing_touch_date_c", "comment": null}, "lean_data_reporting_customer_c": {"type": "BOOL", "index": 141, "name": "lean_data_reporting_customer_c", "comment": null}, "lean_data_routing_action_c": {"type": "STRING", "index": 142, "name": "lean_data_routing_action_c", "comment": null}, "lean_data_reporting_total_sales_touches_c": {"type": "FLOAT64", "index": 143, "name": "lean_data_reporting_total_sales_touches_c", "comment": null}, "lean_data_reporting_recent_marketing_touches_c": {"type": "FLOAT64", "index": 144, "name": "lean_data_reporting_recent_marketing_touches_c", "comment": null}, "lean_data_reporting_target_account_c": {"type": "BOOL", "index": 145, "name": "lean_data_reporting_target_account_c", "comment": null}, "lean_data_ld_email_domains_c": {"type": "STRING", "index": 146, "name": "lean_data_ld_email_domains_c", "comment": null}, "lean_data_reporting_last_sales_touch_date_c": {"type": "TIMESTAMP", "index": 147, "name": "lean_data_reporting_last_sales_touch_date_c", "comment": null}, "fivetran_trial_start_date_c": {"type": "TIMESTAMP", "index": 148, "name": "fivetran_trial_start_date_c", "comment": null}, "fivetran_account_created_date_c": {"type": "TIMESTAMP", "index": 149, "name": "fivetran_account_created_date_c", "comment": null}, "partner_owner_c": {"type": "STRING", "index": 150, "name": "partner_owner_c", "comment": null}, "unqualified_reason_c": {"type": "STRING", "index": 151, "name": "unqualified_reason_c", "comment": null}, "allbound_id_c": {"type": "STRING", "index": 152, "name": "allbound_id_c", "comment": null}, "allbound_partner_permissions_c": {"type": "STRING", "index": 153, "name": "allbound_partner_permissions_c", "comment": null}, "allbound_status_c": {"type": "STRING", "index": 154, "name": "allbound_status_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "BOOL", "index": 155, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "BOOL", "index": 156, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_account_balance_c": {"type": "FLOAT64", "index": 157, "name": "netsuite_conn_account_balance_c", "comment": null}, "netsuite_conn_net_suite_id_c": {"type": "STRING", "index": 158, "name": "netsuite_conn_net_suite_id_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "STRING", "index": 159, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_account_overdue_balance_c": {"type": "FLOAT64", "index": 160, "name": "netsuite_conn_account_overdue_balance_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "BOOL", "index": 161, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_credit_limit_c": {"type": "FLOAT64", "index": 162, "name": "netsuite_conn_credit_limit_c", "comment": null}, "netsuite_conn_days_overdue_c": {"type": "FLOAT64", "index": 163, "name": "netsuite_conn_days_overdue_c", "comment": null}, "netsuite_conn_channel_tier_c": {"type": "STRING", "index": 164, "name": "netsuite_conn_channel_tier_c", "comment": null}, "netsuite_conn_credit_hold_c": {"type": "STRING", "index": 165, "name": "netsuite_conn_credit_hold_c", "comment": null}, "netsuite_conn_pushed_from_opportunity_c": {"type": "BOOL", "index": 166, "name": "netsuite_conn_pushed_from_opportunity_c", "comment": null}, "netsuite_conn_unbilled_orders_c": {"type": "FLOAT64", "index": 167, "name": "netsuite_conn_unbilled_orders_c", "comment": null}, "lid_linked_in_company_id_c": {"type": "STRING", "index": 168, "name": "lid_linked_in_company_id_c", "comment": null}, "account_manager_c": {"type": "STRING", "index": 169, "name": "account_manager_c", "comment": null}, "associated_account_exec_c": {"type": "STRING", "index": 170, "name": "associated_account_exec_c", "comment": null}, "email_domain_c": {"type": "STRING", "index": 171, "name": "email_domain_c", "comment": null}, "fivetran_industry_sub_category_c": {"type": "STRING", "index": 172, "name": "fivetran_industry_sub_category_c", "comment": null}, "fivetran_industry_category_c": {"type": "STRING", "index": 173, "name": "fivetran_industry_category_c", "comment": null}, "sales_engineer_c": {"type": "STRING", "index": 174, "name": "sales_engineer_c", "comment": null}, "account_signed_msa_c": {"type": "BOOL", "index": 175, "name": "account_signed_msa_c", "comment": null}, "sbqq_asset_quantities_combined_c": {"type": "BOOL", "index": 176, "name": "sbqq_asset_quantities_combined_c", "comment": null}, "sbqq_co_termed_contracts_combined_c": {"type": "BOOL", "index": 177, "name": "sbqq_co_termed_contracts_combined_c", "comment": null}, "sbqq_co_termination_event_c": {"type": "STRING", "index": 178, "name": "sbqq_co_termination_event_c", "comment": null}, "sbqq_contract_co_termination_c": {"type": "STRING", "index": 179, "name": "sbqq_contract_co_termination_c", "comment": null}, "sbqq_default_opportunity_c": {"type": "STRING", "index": 180, "name": "sbqq_default_opportunity_c", "comment": null}, "sbqq_ignore_parent_contracted_prices_c": {"type": "BOOL", "index": 181, "name": "sbqq_ignore_parent_contracted_prices_c", "comment": null}, "sbqq_preserve_bundle_c": {"type": "BOOL", "index": 182, "name": "sbqq_preserve_bundle_c", "comment": null}, "sbqq_price_hold_end_c": {"type": "TIMESTAMP", "index": 183, "name": "sbqq_price_hold_end_c", "comment": null}, "sbqq_renewal_model_c": {"type": "STRING", "index": 184, "name": "sbqq_renewal_model_c", "comment": null}, "sbqq_renewal_pricing_method_c": {"type": "STRING", "index": 185, "name": "sbqq_renewal_pricing_method_c", "comment": null}, "sbqq_tax_exempt_c": {"type": "STRING", "index": 186, "name": "sbqq_tax_exempt_c", "comment": null}, "funnel_stage_c": {"type": "STRING", "index": 187, "name": "funnel_stage_c", "comment": null}, "funnel_type_c": {"type": "STRING", "index": 188, "name": "funnel_type_c", "comment": null}, "platform_level_c": {"type": "STRING", "index": 189, "name": "platform_level_c", "comment": null}, "subscription_value_c": {"type": "BIGNUMERIC", "index": 190, "name": "subscription_value_c", "comment": null}, "es_app_esalexa_rank_c": {"type": "FLOAT64", "index": 191, "name": "es_app_esalexa_rank_c", "comment": null}, "es_app_esaudience_names_c": {"type": "STRING", "index": 192, "name": "es_app_esaudience_names_c", "comment": null}, "es_app_escity_c": {"type": "STRING", "index": 193, "name": "es_app_escity_c", "comment": null}, "es_app_escompany_phone_c": {"type": "STRING", "index": 194, "name": "es_app_escompany_phone_c", "comment": null}, "es_app_escountry_c": {"type": "STRING", "index": 195, "name": "es_app_escountry_c", "comment": null}, "es_app_escreated_timestamp_c": {"type": "TIMESTAMP", "index": 196, "name": "es_app_escreated_timestamp_c", "comment": null}, "es_app_esecid_c": {"type": "FLOAT64", "index": 197, "name": "es_app_esecid_c", "comment": null}, "es_app_esemployees_c": {"type": "STRING", "index": 198, "name": "es_app_esemployees_c", "comment": null}, "es_app_esenriched_c": {"type": "BOOL", "index": 199, "name": "es_app_esenriched_c", "comment": null}, "es_app_esenriched_timestamp_c": {"type": "TIMESTAMP", "index": 200, "name": "es_app_esenriched_timestamp_c", "comment": null}, "es_app_esfacebook_c": {"type": "STRING", "index": 201, "name": "es_app_esfacebook_c", "comment": null}, "es_app_esindustry_c": {"type": "STRING", "index": 202, "name": "es_app_esindustry_c", "comment": null}, "es_app_esintent_aggregate_score_c": {"type": "FLOAT64", "index": 203, "name": "es_app_esintent_aggregate_score_c", "comment": null}, "es_app_esintent_timestamp_c": {"type": "TIMESTAMP", "index": 204, "name": "es_app_esintent_timestamp_c", "comment": null}, "es_app_esintent_topics_c": {"type": "STRING", "index": 205, "name": "es_app_esintent_topics_c", "comment": null}, "es_app_eskeywords_c": {"type": "STRING", "index": 206, "name": "es_app_eskeywords_c", "comment": null}, "es_app_eslinked_in_c": {"type": "STRING", "index": 207, "name": "es_app_eslinked_in_c", "comment": null}, "es_app_esoverall_fit_score_c": {"type": "FLOAT64", "index": 208, "name": "es_app_esoverall_fit_score_c", "comment": null}, "es_app_esrevenue_c": {"type": "STRING", "index": 209, "name": "es_app_esrevenue_c", "comment": null}, "es_app_essource_c": {"type": "BOOL", "index": 210, "name": "es_app_essource_c", "comment": null}, "es_app_esstate_c": {"type": "STRING", "index": 211, "name": "es_app_esstate_c", "comment": null}, "es_app_esstreet_c": {"type": "STRING", "index": 212, "name": "es_app_esstreet_c", "comment": null}, "es_app_estechnologies_c": {"type": "STRING", "index": 213, "name": "es_app_estechnologies_c", "comment": null}, "es_app_estwitter_c": {"type": "STRING", "index": 214, "name": "es_app_estwitter_c", "comment": null}, "es_app_eszipcode_c": {"type": "STRING", "index": 215, "name": "es_app_eszipcode_c", "comment": null}, "es_general_fit_c": {"type": "FLOAT64", "index": 216, "name": "es_general_fit_c", "comment": null}, "manual_override_country_code_c": {"type": "STRING", "index": 217, "name": "manual_override_country_code_c", "comment": null}, "manual_override_employee_count_c": {"type": "STRING", "index": 218, "name": "manual_override_employee_count_c", "comment": null}, "manual_override_state_c": {"type": "STRING", "index": 219, "name": "manual_override_state_c", "comment": null}, "manual_override_zip_c": {"type": "STRING", "index": 220, "name": "manual_override_zip_c", "comment": null}, "esraw_employee_size_c": {"type": "FLOAT64", "index": 221, "name": "esraw_employee_size_c", "comment": null}, "abm_score_c": {"type": "FLOAT64", "index": 222, "name": "abm_score_c", "comment": null}, "engagement_score_c": {"type": "FLOAT64", "index": 223, "name": "engagement_score_c", "comment": null}, "re_target_date_c": {"type": "TIMESTAMP", "index": 224, "name": "re_target_date_c", "comment": null}, "target_date_c": {"type": "TIMESTAMP", "index": 225, "name": "target_date_c", "comment": null}, "external_id_c": {"type": "STRING", "index": 226, "name": "external_id_c", "comment": null}, "case_study_marketing_use_c": {"type": "STRING", "index": 227, "name": "case_study_marketing_use_c", "comment": null}, "current_fortune_rank_c": {"type": "FLOAT64", "index": 228, "name": "current_fortune_rank_c", "comment": null}, "previouse_fortune_rank_c": {"type": "FLOAT64", "index": 229, "name": "previouse_fortune_rank_c", "comment": null}, "demandbase_country_c": {"type": "STRING", "index": 230, "name": "demandbase_country_c", "comment": null}, "demandbase_number_of_employees_c": {"type": "STRING", "index": 231, "name": "demandbase_number_of_employees_c", "comment": null}, "demandbase_state_c": {"type": "STRING", "index": 232, "name": "demandbase_state_c", "comment": null}, "demandbase_zip_c": {"type": "STRING", "index": 233, "name": "demandbase_zip_c", "comment": null}, "demandbase_general_fit_score_c": {"type": "STRING", "index": 234, "name": "demandbase_general_fit_score_c", "comment": null}, "demandbase_overall_score_c": {"type": "STRING", "index": 235, "name": "demandbase_overall_score_c", "comment": null}, "last_sales_activity_date_time_c": {"type": "TIMESTAMP", "index": 236, "name": "last_sales_activity_date_time_c", "comment": null}, "marketing_process_c": {"type": "STRING", "index": 237, "name": "marketing_process_c", "comment": null}, "automation_tracking_c": {"type": "STRING", "index": 238, "name": "automation_tracking_c", "comment": null}, "country_cc_c": {"type": "STRING", "index": 239, "name": "country_cc_c", "comment": null}, "demandbase_city_c": {"type": "STRING", "index": 240, "name": "demandbase_city_c", "comment": null}, "demandbase_sid_c": {"type": "STRING", "index": 241, "name": "demandbase_sid_c", "comment": null}, "ava_mapper_business_identification_number_c": {"type": "STRING", "index": 242, "name": "ava_mapper_business_identification_number_c", "comment": null}, "ava_mapper_entity_use_code_c": {"type": "STRING", "index": 243, "name": "ava_mapper_entity_use_code_c", "comment": null}, "ava_mapper_exemption_number_c": {"type": "STRING", "index": 244, "name": "ava_mapper_exemption_number_c", "comment": null}, "ava_mapper_is_seller_importer_of_record_c": {"type": "BOOL", "index": 245, "name": "ava_mapper_is_seller_importer_of_record_c", "comment": null}, "roll_out_group_c": {"type": "STRING", "index": 246, "name": "roll_out_group_c", "comment": null}, "is_updated_superset_c": {"type": "BOOL", "index": 247, "name": "is_updated_superset_c", "comment": null}, "assigned_ae_c": {"type": "STRING", "index": 248, "name": "assigned_ae_c", "comment": null}, "assigned_bdr_c": {"type": "STRING", "index": 249, "name": "assigned_bdr_c", "comment": null}, "assigned_se_c": {"type": "STRING", "index": 250, "name": "assigned_se_c", "comment": null}, "rollout_group_override_c": {"type": "STRING", "index": 251, "name": "rollout_group_override_c", "comment": null}, "disctrict_c": {"type": "STRING", "index": 252, "name": "disctrict_c", "comment": null}, "region_terr_c": {"type": "STRING", "index": 253, "name": "region_terr_c", "comment": null}, "territory_c": {"type": "STRING", "index": 254, "name": "territory_c", "comment": null}, "district_c": {"type": "STRING", "index": 255, "name": "district_c", "comment": null}, "territory_country_c": {"type": "STRING", "index": 256, "name": "territory_country_c", "comment": null}, "territory_employee_count_c": {"type": "FLOAT64", "index": 257, "name": "territory_employee_count_c", "comment": null}, "territory_state_c": {"type": "STRING", "index": 258, "name": "territory_state_c", "comment": null}, "territory_zip_c": {"type": "STRING", "index": 259, "name": "territory_zip_c", "comment": null}, "ava_sfcpq_ava_tax_exemption_customer_id_c": {"type": "STRING", "index": 260, "name": "ava_sfcpq_ava_tax_exemption_customer_id_c", "comment": null}, "ava_sfcpq_ava_tax_message_c": {"type": "STRING", "index": 261, "name": "ava_sfcpq_ava_tax_message_c", "comment": null}, "ava_sfcpq_business_identification_number_c": {"type": "STRING", "index": 262, "name": "ava_sfcpq_business_identification_number_c", "comment": null}, "ava_sfcpq_email_c": {"type": "STRING", "index": 263, "name": "ava_sfcpq_email_c", "comment": null}, "ava_sfcpq_exempt_entity_type_c": {"type": "STRING", "index": 264, "name": "ava_sfcpq_exempt_entity_type_c", "comment": null}, "ava_sfcpq_is_seller_importer_of_record_c": {"type": "BOOL", "index": 265, "name": "ava_sfcpq_is_seller_importer_of_record_c", "comment": null}, "ava_sfcpq_tax_exemption_code_c": {"type": "STRING", "index": 266, "name": "ava_sfcpq_tax_exemption_code_c", "comment": null}, "partner_tier_c": {"type": "STRING", "index": 267, "name": "partner_tier_c", "comment": null}, "referral_c": {"type": "STRING", "index": 268, "name": "referral_c", "comment": null}, "source_detail_c": {"type": "STRING", "index": 269, "name": "source_detail_c", "comment": null}, "cloudingo_agent_bar_c": {"type": "STRING", "index": 270, "name": "cloudingo_agent_bar_c", "comment": null}, "cloudingo_agent_bas_c": {"type": "FLOAT64", "index": 271, "name": "cloudingo_agent_bas_c", "comment": null}, "cloudingo_agent_bav_c": {"type": "STRING", "index": 272, "name": "cloudingo_agent_bav_c", "comment": null}, "cloudingo_agent_brdi_c": {"type": "STRING", "index": 273, "name": "cloudingo_agent_brdi_c", "comment": null}, "cloudingo_agent_btz_c": {"type": "STRING", "index": 274, "name": "cloudingo_agent_btz_c", "comment": null}, "cloudingo_agent_sar_c": {"type": "STRING", "index": 275, "name": "cloudingo_agent_sar_c", "comment": null}, "cloudingo_agent_sas_c": {"type": "FLOAT64", "index": 276, "name": "cloudingo_agent_sas_c", "comment": null}, "cloudingo_agent_sav_c": {"type": "STRING", "index": 277, "name": "cloudingo_agent_sav_c", "comment": null}, "cloudingo_agent_srdi_c": {"type": "STRING", "index": 278, "name": "cloudingo_agent_srdi_c", "comment": null}, "cloudingo_agent_stz_c": {"type": "STRING", "index": 279, "name": "cloudingo_agent_stz_c", "comment": null}, "do_not_sync_marketo_c": {"type": "BOOL", "index": 280, "name": "do_not_sync_marketo_c", "comment": null}, "nps_score_c": {"type": "STRING", "index": 281, "name": "nps_score_c", "comment": null}, "marketing_target_account_c": {"type": "BOOL", "index": 282, "name": "marketing_target_account_c", "comment": null}, "fivetran_fit_score_c": {"type": "FLOAT64", "index": 283, "name": "fivetran_fit_score_c", "comment": null}, "automated_communications_suspended_c": {"type": "BOOL", "index": 284, "name": "automated_communications_suspended_c", "comment": null}, "sales_target_account_c": {"type": "BOOL", "index": 285, "name": "sales_target_account_c", "comment": null}, "assigned_am_c": {"type": "STRING", "index": 286, "name": "assigned_am_c", "comment": null}, "account_notes_c": {"type": "STRING", "index": 287, "name": "account_notes_c", "comment": null}, "formula_fields_updated_c": {"type": "BOOL", "index": 288, "name": "formula_fields_updated_c", "comment": null}, "total_credits_bought_c": {"type": "FLOAT64", "index": 289, "name": "total_credits_bought_c", "comment": null}, "end_date_c": {"type": "TIMESTAMP", "index": 290, "name": "end_date_c", "comment": null}, "total_credits_used_c": {"type": "FLOAT64", "index": 291, "name": "total_credits_used_c", "comment": null}, "account_legal_name_c": {"type": "STRING", "index": 292, "name": "account_legal_name_c", "comment": null}, "clearbit_technologies_c": {"type": "STRING", "index": 293, "name": "clearbit_technologies_c", "comment": null}, "clearbit_industry_group_c": {"type": "STRING", "index": 294, "name": "clearbit_industry_group_c", "comment": null}, "employee_range_c": {"type": "STRING", "index": 295, "name": "employee_range_c", "comment": null}, "ft_account_id_s_verified_c": {"type": "BOOL", "index": 296, "name": "ft_account_id_s_verified_c", "comment": null}, "ft_account_verification_needed_c": {"type": "BOOL", "index": 297, "name": "ft_account_verification_needed_c", "comment": null}, "project_based_routing_c": {"type": "BOOL", "index": 298, "name": "project_based_routing_c", "comment": null}, "last_activity_logged_by_c": {"type": "STRING", "index": 299, "name": "last_activity_logged_by_c", "comment": null}, "clawback_trigger_email_alert_c": {"type": "BOOL", "index": 300, "name": "clawback_trigger_email_alert_c", "comment": null}, "start_date_c": {"type": "TIMESTAMP", "index": 301, "name": "start_date_c", "comment": null}, "is_emea_event_routing_c": {"type": "BOOL", "index": 302, "name": "is_emea_event_routing_c", "comment": null}, "csi_code_c": {"type": "FLOAT64", "index": 303, "name": "csi_code_c", "comment": null}, "csi_description_c": {"type": "STRING", "index": 304, "name": "csi_description_c", "comment": null}, "clearbit_alexa_rank_global_c": {"type": "FLOAT64", "index": 305, "name": "clearbit_alexa_rank_global_c", "comment": null}, "clearbit_alexa_rank_us_c": {"type": "FLOAT64", "index": 306, "name": "clearbit_alexa_rank_us_c", "comment": null}, "clearbit_company_type_c": {"type": "STRING", "index": 307, "name": "clearbit_company_type_c", "comment": null}, "clearbit_founded_year_c": {"type": "STRING", "index": 308, "name": "clearbit_founded_year_c", "comment": null}, "clearbit_indexed_at_c": {"type": "TIMESTAMP", "index": 309, "name": "clearbit_indexed_at_c", "comment": null}, "clearbit_industry_c": {"type": "STRING", "index": 310, "name": "clearbit_industry_c", "comment": null}, "clearbit_raised_c": {"type": "BIGNUMERIC", "index": 311, "name": "clearbit_raised_c", "comment": null}, "clearbit_tech_category_c": {"type": "STRING", "index": 312, "name": "clearbit_tech_category_c", "comment": null}, "clearbit_sector_c": {"type": "STRING", "index": 313, "name": "clearbit_sector_c", "comment": null}, "estimated_annual_revenue_c": {"type": "STRING", "index": 314, "name": "estimated_annual_revenue_c", "comment": null}, "clearbit_tags_c": {"type": "STRING", "index": 315, "name": "clearbit_tags_c", "comment": null}, "territory_inbound_c": {"type": "STRING", "index": 316, "name": "territory_inbound_c", "comment": null}, "lead_iq_country_c": {"type": "STRING", "index": 317, "name": "lead_iq_country_c", "comment": null}, "lead_iq_employee_count_c": {"type": "STRING", "index": 318, "name": "lead_iq_employee_count_c", "comment": null}, "lead_iq_employee_range_c": {"type": "STRING", "index": 319, "name": "lead_iq_employee_range_c", "comment": null}, "lead_iq_state_c": {"type": "STRING", "index": 320, "name": "lead_iq_state_c", "comment": null}, "lead_iq_zip_code_c": {"type": "STRING", "index": 321, "name": "lead_iq_zip_code_c", "comment": null}, "zoominfo_country_c": {"type": "STRING", "index": 322, "name": "zoominfo_country_c", "comment": null}, "zoominfo_employee_count_c": {"type": "STRING", "index": 323, "name": "zoominfo_employee_count_c", "comment": null}, "zoominfo_state_c": {"type": "STRING", "index": 324, "name": "zoominfo_state_c", "comment": null}, "zoominfo_technologies_c": {"type": "STRING", "index": 325, "name": "zoominfo_technologies_c", "comment": null}, "zoominfo_zip_code_c": {"type": "STRING", "index": 326, "name": "zoominfo_zip_code_c", "comment": null}, "company_country_c": {"type": "STRING", "index": 327, "name": "company_country_c", "comment": null}, "company_postal_code_c": {"type": "STRING", "index": 328, "name": "company_postal_code_c", "comment": null}, "company_province_c": {"type": "STRING", "index": 329, "name": "company_province_c", "comment": null}, "has_fivetran_connector_c": {"type": "BOOL", "index": 330, "name": "has_fivetran_connector_c", "comment": null}, "user_activity_logged_by_c": {"type": "STRING", "index": 331, "name": "user_activity_logged_by_c", "comment": null}, "segment_c": {"type": "STRING", "index": 332, "name": "segment_c", "comment": null}, "datawarehouse_used_c": {"type": "STRING", "index": 333, "name": "datawarehouse_used_c", "comment": null}, "bdr_priority_c": {"type": "STRING", "index": 334, "name": "bdr_priority_c", "comment": null}, "csi_description_del_c": {"type": "STRING", "index": 335, "name": "csi_description_del_c", "comment": null}, "last_bdr_activity_owner_c": {"type": "STRING", "index": 336, "name": "last_bdr_activity_owner_c", "comment": null}, "last_manual_bdr_activity_date_c": {"type": "TIMESTAMP", "index": 337, "name": "last_manual_bdr_activity_date_c", "comment": null}, "marketing_behavior_score_c": {"type": "FLOAT64", "index": 338, "name": "marketing_behavior_score_c", "comment": null}, "recommended_connector_c": {"type": "STRING", "index": 339, "name": "recommended_connector_c", "comment": null}, "dbt_package_run_c": {"type": "STRING", "index": 340, "name": "dbt_package_run_c", "comment": null}, "user_gems_has_a_user_gem_c": {"type": "BOOL", "index": 341, "name": "user_gems_has_a_user_gem_c", "comment": null}, "user_gems_user_gems_id_c": {"type": "STRING", "index": 342, "name": "user_gems_user_gems_id_c", "comment": null}, "clearbit_parent_company_domain_c": {"type": "STRING", "index": 343, "name": "clearbit_parent_company_domain_c", "comment": null}, "clearbit_ultimate_parent_domain_c": {"type": "STRING", "index": 344, "name": "clearbit_ultimate_parent_domain_c", "comment": null}, "dozisf_zoom_info_first_updated_c": {"type": "TIMESTAMP", "index": 345, "name": "dozisf_zoom_info_first_updated_c", "comment": null}, "dozisf_zoom_info_id_c": {"type": "STRING", "index": 346, "name": "dozisf_zoom_info_id_c", "comment": null}, "dozisf_zoom_info_last_updated_c": {"type": "TIMESTAMP", "index": 347, "name": "dozisf_zoom_info_last_updated_c", "comment": null}, "clearbit_billing_city_c": {"type": "STRING", "index": 348, "name": "clearbit_billing_city_c", "comment": null}, "clearbit_billing_country_c": {"type": "STRING", "index": 349, "name": "clearbit_billing_country_c", "comment": null}, "clearbit_billing_state_province_c": {"type": "STRING", "index": 350, "name": "clearbit_billing_state_province_c", "comment": null}, "clearbit_billing_street_c": {"type": "STRING", "index": 351, "name": "clearbit_billing_street_c", "comment": null}, "clearbit_billing_zip_postal_code_c": {"type": "STRING", "index": 352, "name": "clearbit_billing_zip_postal_code_c", "comment": null}, "date_time_formula_fields_changed_c": {"type": "TIMESTAMP", "index": 353, "name": "date_time_formula_fields_changed_c", "comment": null}, "region_deprecate_c": {"type": "STRING", "index": 354, "name": "region_deprecate_c", "comment": null}, "am_health_score_c": {"type": "FLOAT64", "index": 355, "name": "am_health_score_c", "comment": null}, "business_score_c": {"type": "FLOAT64", "index": 356, "name": "business_score_c", "comment": null}, "champion_relationship_c": {"type": "STRING", "index": 357, "name": "champion_relationship_c", "comment": null}, "customer_health_engagement_score_c": {"type": "FLOAT64", "index": 358, "name": "customer_health_engagement_score_c", "comment": null}, "expansion_score_c": {"type": "FLOAT64", "index": 359, "name": "expansion_score_c", "comment": null}, "friction_score_c": {"type": "FLOAT64", "index": 360, "name": "friction_score_c", "comment": null}, "health_score_c": {"type": "FLOAT64", "index": 361, "name": "health_score_c", "comment": null}, "usage_score_c": {"type": "FLOAT64", "index": 362, "name": "usage_score_c", "comment": null}, "promoter_score_c": {"type": "FLOAT64", "index": 363, "name": "promoter_score_c", "comment": null}, "pbf_account_c": {"type": "BOOL", "index": 364, "name": "pbf_account_c", "comment": null}, "clarus_date_c": {"type": "TIMESTAMP", "index": 365, "name": "clarus_date_c", "comment": null}, "clarus_editor_c": {"type": "STRING", "index": 366, "name": "clarus_editor_c", "comment": null}, "clarus_project_c": {"type": "STRING", "index": 367, "name": "clarus_project_c", "comment": null}, "override_account_type_c": {"type": "BOOL", "index": 368, "name": "override_account_type_c", "comment": null}, "clarus_notes_c": {"type": "STRING", "index": 369, "name": "clarus_notes_c", "comment": null}, "clarus_status_c": {"type": "STRING", "index": 370, "name": "clarus_status_c", "comment": null}, "fivetran_connectors_used_c": {"type": "STRING", "index": 371, "name": "fivetran_connectors_used_c", "comment": null}, "fivetran_data_warehouses_c": {"type": "STRING", "index": 372, "name": "fivetran_data_warehouses_c", "comment": null}, "fivetran_first_sync_date_c": {"type": "TIMESTAMP", "index": 373, "name": "fivetran_first_sync_date_c", "comment": null}, "fivetran_last_sync_date_c": {"type": "TIMESTAMP", "index": 374, "name": "fivetran_last_sync_date_c", "comment": null}, "fivetran_last_updated_date_c": {"type": "TIMESTAMP", "index": 375, "name": "fivetran_last_updated_date_c", "comment": null}, "fivetran_sync_status_c": {"type": "STRING", "index": 376, "name": "fivetran_sync_status_c", "comment": null}, "fivetran_trial_begin_date_c": {"type": "TIMESTAMP", "index": 377, "name": "fivetran_trial_begin_date_c", "comment": null}, "fivetran_trial_end_date_c": {"type": "TIMESTAMP", "index": 378, "name": "fivetran_trial_end_date_c", "comment": null}, "analyst_interview_c": {"type": "STRING", "index": 379, "name": "analyst_interview_c", "comment": null}, "beta_test_c": {"type": "STRING", "index": 380, "name": "beta_test_c", "comment": null}, "case_study_c": {"type": "STRING", "index": 381, "name": "case_study_c", "comment": null}, "customer_advocate_c": {"type": "STRING", "index": 382, "name": "customer_advocate_c", "comment": null}, "customer_advocate_notes_c": {"type": "STRING", "index": 383, "name": "customer_advocate_notes_c", "comment": null}, "event_speaker_c": {"type": "STRING", "index": 384, "name": "event_speaker_c", "comment": null}, "podcast_c": {"type": "STRING", "index": 385, "name": "podcast_c", "comment": null}, "pr_opportunity_c": {"type": "STRING", "index": 386, "name": "pr_opportunity_c", "comment": null}, "product_feedback_c": {"type": "STRING", "index": 387, "name": "product_feedback_c", "comment": null}, "reference_call_c": {"type": "STRING", "index": 388, "name": "reference_call_c", "comment": null}, "video_testimonial_c": {"type": "STRING", "index": 389, "name": "video_testimonial_c", "comment": null}, "webinar_c": {"type": "STRING", "index": 390, "name": "webinar_c", "comment": null}, "assigned_tsm_c": {"type": "STRING", "index": 391, "name": "assigned_tsm_c", "comment": null}, "last_ae_activity_owner_c": {"type": "STRING", "index": 392, "name": "last_ae_activity_owner_c", "comment": null}, "last_manual_ae_activity_date_c": {"type": "TIMESTAMP", "index": 393, "name": "last_manual_ae_activity_date_c", "comment": null}, "account_holdover_c": {"type": "BOOL", "index": 394, "name": "account_holdover_c", "comment": null}, "cpq_migration_complete_c": {"type": "BOOL", "index": 395, "name": "cpq_migration_complete_c", "comment": null}, "blng_bill_to_contact_c": {"type": "STRING", "index": 396, "name": "blng_bill_to_contact_c", "comment": null}, "blng_customer_profile_id_c": {"type": "STRING", "index": 397, "name": "blng_customer_profile_id_c", "comment": null}, "blng_default_payment_type_c": {"type": "STRING", "index": 398, "name": "blng_default_payment_type_c", "comment": null}, "sfbd_collections_agent_c": {"type": "STRING", "index": 399, "name": "sfbd_collections_agent_c", "comment": null}, "sfbd_collections_plan_date_c": {"type": "TIMESTAMP", "index": 400, "name": "sfbd_collections_plan_date_c", "comment": null}, "sfbd_collections_status_c": {"type": "STRING", "index": 401, "name": "sfbd_collections_status_c", "comment": null}, "sfbd_dunning_method_c": {"type": "STRING", "index": 402, "name": "sfbd_dunning_method_c", "comment": null}, "sfbd_sla_c": {"type": "STRING", "index": 403, "name": "sfbd_sla_c", "comment": null}, "sfbd_upsell_opportunity_c": {"type": "STRING", "index": 404, "name": "sfbd_upsell_opportunity_c", "comment": null}, "ava_blng_business_identification_number_c": {"type": "STRING", "index": 405, "name": "ava_blng_business_identification_number_c", "comment": null}, "ava_blng_entity_use_code_c": {"type": "STRING", "index": 406, "name": "ava_blng_entity_use_code_c", "comment": null}, "ava_blng_exemption_number_c": {"type": "STRING", "index": 407, "name": "ava_blng_exemption_number_c", "comment": null}, "ava_blng_is_seller_importer_of_record_c": {"type": "BOOL", "index": 408, "name": "ava_blng_is_seller_importer_of_record_c", "comment": null}, "account_status_c": {"type": "STRING", "index": 409, "name": "account_status_c", "comment": null}, "credit_summary_c": {"type": "STRING", "index": 410, "name": "credit_summary_c", "comment": null}, "current_month_beginning_credit_balance_c": {"type": "FLOAT64", "index": 411, "name": "current_month_beginning_credit_balance_c", "comment": null}, "customer_type_c": {"type": "STRING", "index": 412, "name": "customer_type_c", "comment": null}, "fivetran_customer_account_id_c": {"type": "STRING", "index": 413, "name": "fivetran_customer_account_id_c", "comment": null}, "last_credit_snapshot_date_c": {"type": "TIMESTAMP", "index": 414, "name": "last_credit_snapshot_date_c", "comment": null}, "last_usage_record_c": {"type": "TIMESTAMP", "index": 415, "name": "last_usage_record_c", "comment": null}, "number_of_credits_expired_c": {"type": "FLOAT64", "index": 416, "name": "number_of_credits_expired_c", "comment": null}, "number_of_fivetran_accounts_c": {"type": "FLOAT64", "index": 417, "name": "number_of_fivetran_accounts_c", "comment": null}, "payment_expected_date_c": {"type": "TIMESTAMP", "index": 418, "name": "payment_expected_date_c", "comment": null}, "previous_month_beginning_credit_balance_c": {"type": "FLOAT64", "index": 419, "name": "previous_month_beginning_credit_balance_c", "comment": null}, "previous_month_s_ending_credit_balance_c": {"type": "FLOAT64", "index": 420, "name": "previous_month_s_ending_credit_balance_c", "comment": null}, "previous_month_s_starting_credit_balance_c": {"type": "FLOAT64", "index": 421, "name": "previous_month_s_starting_credit_balance_c", "comment": null}, "trial_start_date_c": {"type": "TIMESTAMP", "index": 422, "name": "trial_start_date_c", "comment": null}, "notes_cs_c": {"type": "STRING", "index": 423, "name": "notes_cs_c", "comment": null}, "usage_ae_c": {"type": "STRING", "index": 424, "name": "usage_ae_c", "comment": null}, "usage_am_c": {"type": "STRING", "index": 425, "name": "usage_am_c", "comment": null}, "first_won_date_c": {"type": "TIMESTAMP", "index": 426, "name": "first_won_date_c", "comment": null}, "land_arr_c": {"type": "BIGNUMERIC", "index": 427, "name": "land_arr_c", "comment": null}, "active_ft_accounts_c": {"type": "FLOAT64", "index": 428, "name": "active_ft_accounts_c", "comment": null}, "usage_csm_c": {"type": "STRING", "index": 429, "name": "usage_csm_c", "comment": null}, "duns_number_c": {"type": "STRING", "index": 430, "name": "duns_number_c", "comment": null}, "land_region_2020_h_2_c": {"type": "STRING", "index": 431, "name": "land_region_2020_h_2_c", "comment": null}, "third_party_payer_c": {"type": "STRING", "index": 432, "name": "third_party_payer_c", "comment": null}, "ae_paired_csm_c": {"type": "STRING", "index": 433, "name": "ae_paired_csm_c", "comment": null}, "month_of_ownership_transfer_hidden_c": {"type": "TIMESTAMP", "index": 434, "name": "month_of_ownership_transfer_hidden_c", "comment": null}, "clearbit_sub_industry_c": {"type": "STRING", "index": 435, "name": "clearbit_sub_industry_c", "comment": null}, "business_intelligence_tool_c": {"type": "STRING", "index": 436, "name": "business_intelligence_tool_c", "comment": null}, "self_service_to_annual_c": {"type": "BOOL", "index": 437, "name": "self_service_to_annual_c", "comment": null}, "suppress_billing_c": {"type": "BOOL", "index": 438, "name": "suppress_billing_c", "comment": null}, "enterprise_target_account_c": {"type": "BOOL", "index": 439, "name": "enterprise_target_account_c", "comment": null}, "pending_to_add_fivetran_account_c": {"type": "BOOL", "index": 440, "name": "pending_to_add_fivetran_account_c", "comment": null}, "revenue_team_c": {"type": "STRING", "index": 441, "name": "revenue_team_c", "comment": null}, "is_non_renewable_c": {"type": "BOOL", "index": 442, "name": "is_non_renewable_c", "comment": null}, "bizible_2_engagement_score_c": {"type": "STRING", "index": 443, "name": "bizible_2_engagement_score_c", "comment": null}, "ad_clicks_rolling_30_c": {"type": "FLOAT64", "index": 444, "name": "ad_clicks_rolling_30_c", "comment": null}, "ad_clicks_rolling_90_c": {"type": "FLOAT64", "index": 445, "name": "ad_clicks_rolling_90_c", "comment": null}, "ad_data_up_to_date_as_of_c": {"type": "TIMESTAMP", "index": 446, "name": "ad_data_up_to_date_as_of_c", "comment": null}, "ad_impressions_rolling_30_c": {"type": "FLOAT64", "index": 447, "name": "ad_impressions_rolling_30_c", "comment": null}, "ad_impressions_rolling_90_c": {"type": "FLOAT64", "index": 448, "name": "ad_impressions_rolling_90_c", "comment": null}, "ad_spend_mt_d_c": {"type": "FLOAT64", "index": 449, "name": "ad_spend_mt_d_c", "comment": null}, "ad_spend_qt_d_c": {"type": "FLOAT64", "index": 450, "name": "ad_spend_qt_d_c", "comment": null}, "associated_terminus_accounts_c": {"type": "STRING", "index": 451, "name": "associated_terminus_accounts_c", "comment": null}, "associated_terminus_accounts_up_to_date_as_of_c": {"type": "TIMESTAMP", "index": 452, "name": "associated_terminus_accounts_up_to_date_as_of_c", "comment": null}, "end_of_surge_c": {"type": "TIMESTAMP", "index": 453, "name": "end_of_surge_c", "comment": null}, "highest_surge_percent_c": {"type": "FLOAT64", "index": 454, "name": "highest_surge_percent_c", "comment": null}, "last_ad_click_date_c": {"type": "TIMESTAMP", "index": 455, "name": "last_ad_click_date_c", "comment": null}, "last_unique_visitors_snapshot_c": {"type": "FLOAT64", "index": 456, "name": "last_unique_visitors_snapshot_c", "comment": null}, "last_visit_moment_c": {"type": "TIMESTAMP", "index": 457, "name": "last_visit_moment_c", "comment": null}, "last_visit_sessions_snapshot_c": {"type": "FLOAT64", "index": 458, "name": "last_visit_sessions_snapshot_c", "comment": null}, "start_of_surge_c": {"type": "TIMESTAMP", "index": 459, "name": "start_of_surge_c", "comment": null}, "surge_data_up_to_date_as_of_c": {"type": "TIMESTAMP", "index": 460, "name": "surge_data_up_to_date_as_of_c", "comment": null}, "surging_awareness_pages_c": {"type": "STRING", "index": 461, "name": "surging_awareness_pages_c", "comment": null}, "surging_high_value_pages_c": {"type": "STRING", "index": 462, "name": "surging_high_value_pages_c", "comment": null}, "surging_models_c": {"type": "STRING", "index": 463, "name": "surging_models_c", "comment": null}, "terminus_account_lists_c": {"type": "STRING", "index": 464, "name": "terminus_account_lists_c", "comment": null}, "terminus_account_lists_updated_moment_utc_c": {"type": "TIMESTAMP", "index": 465, "name": "terminus_account_lists_updated_moment_utc_c", "comment": null}, "unique_web_visitors_rolling_30_c": {"type": "FLOAT64", "index": 466, "name": "unique_web_visitors_rolling_30_c", "comment": null}, "web_visit_data_up_to_date_as_of_c": {"type": "TIMESTAMP", "index": 467, "name": "web_visit_data_up_to_date_as_of_c", "comment": null}, "web_visits_rolling_30_c": {"type": "FLOAT64", "index": 468, "name": "web_visits_rolling_30_c", "comment": null}, "revenue_all_time_c": {"type": "BIGNUMERIC", "index": 469, "name": "revenue_all_time_c", "comment": null}, "revenue_annual_c": {"type": "BIGNUMERIC", "index": 470, "name": "revenue_annual_c", "comment": null}, "total_closed_lost_opportunities_c": {"type": "FLOAT64", "index": 471, "name": "total_closed_lost_opportunities_c", "comment": null}, "total_closed_won_opportunities_c": {"type": "FLOAT64", "index": 472, "name": "total_closed_won_opportunities_c", "comment": null}, "total_opportunities_c": {"type": "FLOAT64", "index": 473, "name": "total_opportunities_c", "comment": null}, "ae_am_ownership_transfer_email_sent_c": {"type": "BOOL", "index": 474, "name": "ae_am_ownership_transfer_email_sent_c", "comment": null}, "comp_credit_quantity_override_c": {"type": "BOOL", "index": 475, "name": "comp_credit_quantity_override_c", "comment": null}, "celigo_sfnsio_account_balance_c": {"type": "BIGNUMERIC", "index": 476, "name": "celigo_sfnsio_account_balance_c", "comment": null}, "celigo_sfnsio_channel_tier_c": {"type": "STRING", "index": 477, "name": "celigo_sfnsio_channel_tier_c", "comment": null}, "celigo_sfnsio_credit_hold_c": {"type": "STRING", "index": 478, "name": "celigo_sfnsio_credit_hold_c", "comment": null}, "celigo_sfnsio_credit_limit_c": {"type": "BIGNUMERIC", "index": 479, "name": "celigo_sfnsio_credit_limit_c", "comment": null}, "celigo_sfnsio_days_overdue_c": {"type": "FLOAT64", "index": 480, "name": "celigo_sfnsio_days_overdue_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "STRING", "index": 481, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "STRING", "index": 482, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_net_suite_sync_error_c": {"type": "STRING", "index": 483, "name": "celigo_sfnsio_net_suite_sync_error_c", "comment": null}, "celigo_sfnsio_overdue_balance_c": {"type": "BIGNUMERIC", "index": 484, "name": "celigo_sfnsio_overdue_balance_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "BOOL", "index": 485, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "BOOL", "index": 486, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "celigo_sfnsio_unbilled_orders_c": {"type": "BIGNUMERIC", "index": 487, "name": "celigo_sfnsio_unbilled_orders_c", "comment": null}, "account_owner_notes_c": {"type": "STRING", "index": 488, "name": "account_owner_notes_c", "comment": null}, "ironclad_workflow_c": {"type": "STRING", "index": 489, "name": "ironclad_workflow_c", "comment": null}, "bombora_app_bombora_surge_record_count_c": {"type": "FLOAT64", "index": 490, "name": "bombora_app_bombora_surge_record_count_c", "comment": null}, "bombora_app_bombora_last_date_time_updated_c": {"type": "TIMESTAMP", "index": 491, "name": "bombora_app_bombora_last_date_time_updated_c", "comment": null}, "bombora_app_bombora_total_composite_score_c": {"type": "FLOAT64", "index": 492, "name": "bombora_app_bombora_total_composite_score_c", "comment": null}, "is_test_account_c": {"type": "BOOL", "index": 493, "name": "is_test_account_c", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 494, "name": "_fivetran_deleted", "comment": null}, "expansion_annual_goal_c": {"type": "BIGNUMERIC", "index": 495, "name": "expansion_annual_goal_c", "comment": null}, "volume_post_sales_c": {"type": "BOOL", "index": 496, "name": "volume_post_sales_c", "comment": null}, "baseline_arr_c": {"type": "BIGNUMERIC", "index": 497, "name": "baseline_arr_c", "comment": null}, "use_cases_notes_c": {"type": "STRING", "index": 498, "name": "use_cases_notes_c", "comment": null}, "cs_strategy_notes_c": {"type": "STRING", "index": 499, "name": "cs_strategy_notes_c", "comment": null}, "use_cases_c": {"type": "STRING", "index": 500, "name": "use_cases_c", "comment": null}, "current_champion_c": {"type": "STRING", "index": 501, "name": "current_champion_c", "comment": null}, "cs_strategy_c": {"type": "STRING", "index": 502, "name": "cs_strategy_c", "comment": null}, "assigned_sdr_c": {"type": "STRING", "index": 503, "name": "assigned_sdr_c", "comment": null}, "last_sdr_activity_owner_c": {"type": "STRING", "index": 504, "name": "last_sdr_activity_owner_c", "comment": null}, "last_sdr_activity_date_c": {"type": "TIMESTAMP", "index": 505, "name": "last_sdr_activity_date_c", "comment": null}, "ae_to_csm_ownership_handoff_c": {"type": "BOOL", "index": 506, "name": "ae_to_csm_ownership_handoff_c", "comment": null}, "customer_spend_type_c": {"type": "STRING", "index": 507, "name": "customer_spend_type_c", "comment": null}, "csm_assignment_date_c": {"type": "TIMESTAMP", "index": 508, "name": "csm_assignment_date_c", "comment": null}, "startup_promotion_qualifier_c": {"type": "BOOL", "index": 509, "name": "startup_promotion_qualifier_c", "comment": null}, "pricing_curve_c": {"type": "STRING", "index": 510, "name": "pricing_curve_c", "comment": null}, "committed_credits_verified_c": {"type": "BOOL", "index": 511, "name": "committed_credits_verified_c", "comment": null}, "connector_s_c": {"type": "STRING", "index": 512, "name": "connector_s_c", "comment": null}, "high_water_mark_arr_c": {"type": "BIGNUMERIC", "index": 513, "name": "high_water_mark_arr_c", "comment": null}, "usage_arr_c": {"type": "BIGNUMERIC", "index": 514, "name": "usage_arr_c", "comment": null}, "use_cases_x_c": {"type": "STRING", "index": 515, "name": "use_cases_x_c", "comment": null}, "p_o_number_c": {"type": "STRING", "index": 516, "name": "p_o_number_c", "comment": null}, "annualized_mrrv_previous_month_c": {"type": "BIGNUMERIC", "index": 517, "name": "annualized_mrrv_previous_month_c", "comment": null}, "olp_to_annual_change_date_c": {"type": "TIMESTAMP", "index": 518, "name": "olp_to_annual_change_date_c", "comment": null}, "customer_type_change_detail_c": {"type": "STRING", "index": 519, "name": "customer_type_change_detail_c", "comment": null}, "annual_to_olp_change_date_c": {"type": "TIMESTAMP", "index": 520, "name": "annual_to_olp_change_date_c", "comment": null}, "value_print_last_updated_c": {"type": "TIMESTAMP", "index": 521, "name": "value_print_last_updated_c", "comment": null}, "bookings_arr_c": {"type": "BIGNUMERIC", "index": 522, "name": "bookings_arr_c", "comment": null}, "geoand_cloud_region_c": {"type": "STRING", "index": 523, "name": "geoand_cloud_region_c", "comment": null}, "on_snowflake_business_critical_ed_c": {"type": "BOOL", "index": 524, "name": "on_snowflake_business_critical_ed_c", "comment": null}, "average_monthly_usage_lifetime_c": {"type": "FLOAT64", "index": 525, "name": "average_monthly_usage_lifetime_c", "comment": null}, "average_monthly_usage_4_mos_c": {"type": "FLOAT64", "index": 526, "name": "average_monthly_usage_4_mos_c", "comment": null}, "account_priority_c": {"type": "STRING", "index": 527, "name": "account_priority_c", "comment": null}, "total_credits_bought_override_c": {"type": "FLOAT64", "index": 528, "name": "total_credits_bought_override_c", "comment": null}, "rollover_credits_verified_c": {"type": "BOOL", "index": 529, "name": "rollover_credits_verified_c", "comment": null}, "dnboptimizer_dn_bcompany_record_c": {"type": "STRING", "index": 530, "name": "dnboptimizer_dn_bcompany_record_c", "comment": null}, "dnboptimizer_dnb_d_u_n_s_number_c": {"type": "STRING", "index": 531, "name": "dnboptimizer_dnb_d_u_n_s_number_c", "comment": null}, "i_sell_oskey_id_c": {"type": "STRING", "index": 532, "name": "i_sell_oskey_id_c", "comment": null}, "count_of_credit_summaries_c": {"type": "FLOAT64", "index": 533, "name": "count_of_credit_summaries_c", "comment": null}, "abm_targeting_timeline_c": {"type": "STRING", "index": 534, "name": "abm_targeting_timeline_c", "comment": null}, "abm_enterprise_tier_c": {"type": "STRING", "index": 535, "name": "abm_enterprise_tier_c", "comment": null}, "zoom_info_naics_c": {"type": "STRING", "index": 536, "name": "zoom_info_naics_c", "comment": null}, "dbt_billing_start_date_c": {"type": "TIMESTAMP", "index": 537, "name": "dbt_billing_start_date_c", "comment": null}, "dnb_match_score_confidence_code_c": {"type": "STRING", "index": 538, "name": "dnb_match_score_confidence_code_c", "comment": null}, "dnb_web_address_c": {"type": "STRING", "index": 539, "name": "dnb_web_address_c", "comment": null}, "dnb_primary_address_line_1_c": {"type": "STRING", "index": 540, "name": "dnb_primary_address_line_1_c", "comment": null}, "dnb_out_of_business_indicator_c": {"type": "STRING", "index": 541, "name": "dnb_out_of_business_indicator_c", "comment": null}, "dnb_location_type_c": {"type": "STRING", "index": 542, "name": "dnb_location_type_c", "comment": null}, "dnb_domestic_ultimate_indicator_c": {"type": "STRING", "index": 543, "name": "dnb_domestic_ultimate_indicator_c", "comment": null}, "dnb_naics_code_1_c": {"type": "STRING", "index": 544, "name": "dnb_naics_code_1_c", "comment": null}, "dnb_naics_code_2_c": {"type": "STRING", "index": 545, "name": "dnb_naics_code_2_c", "comment": null}, "dnb_global_ultimate_indicator_c": {"type": "STRING", "index": 546, "name": "dnb_global_ultimate_indicator_c", "comment": null}, "dnb_employee_count_trend_year_c": {"type": "FLOAT64", "index": 547, "name": "dnb_employee_count_trend_year_c", "comment": null}, "dnb_primary_address_country_region_c": {"type": "STRING", "index": 548, "name": "dnb_primary_address_country_region_c", "comment": null}, "dnb_telephone_number_c": {"type": "STRING", "index": 549, "name": "dnb_telephone_number_c", "comment": null}, "dnb_subsidiary_indicator_c": {"type": "STRING", "index": 550, "name": "dnb_subsidiary_indicator_c", "comment": null}, "dnb_parent_business_name_c": {"type": "STRING", "index": 551, "name": "dnb_parent_business_name_c", "comment": null}, "dnb_fiscal_year_end_c": {"type": "STRING", "index": 552, "name": "dnb_fiscal_year_end_c", "comment": null}, "dnb_us_tax_id_c": {"type": "STRING", "index": 553, "name": "dnb_us_tax_id_c", "comment": null}, "dnb_primary_address_state_province_abbre_c": {"type": "STRING", "index": 554, "name": "dnb_primary_address_state_province_abbre_c", "comment": null}, "dnb_match_grade_c": {"type": "STRING", "index": 555, "name": "dnb_match_grade_c", "comment": null}, "dnb_revenue_trend_year_c": {"type": "FLOAT64", "index": 556, "name": "dnb_revenue_trend_year_c", "comment": null}, "dnb_global_ultimate_duns_c": {"type": "STRING", "index": 557, "name": "dnb_global_ultimate_duns_c", "comment": null}, "dnb_sic_4_code_1_c": {"type": "STRING", "index": 558, "name": "dnb_sic_4_code_1_c", "comment": null}, "dnb_duns_number_c": {"type": "STRING", "index": 559, "name": "dnb_duns_number_c", "comment": null}, "dnb_domestic_ultimate_duns_c": {"type": "STRING", "index": 560, "name": "dnb_domestic_ultimate_duns_c", "comment": null}, "dnb_primary_address_state_province_c": {"type": "STRING", "index": 561, "name": "dnb_primary_address_state_province_c", "comment": null}, "dnb_num_family_members_c": {"type": "FLOAT64", "index": 562, "name": "dnb_num_family_members_c", "comment": null}, "dnb_employee_count_total_reliability_code_c": {"type": "STRING", "index": 563, "name": "dnb_employee_count_total_reliability_code_c", "comment": null}, "dnb_domestic_ultimate_business_name_c": {"type": "STRING", "index": 564, "name": "dnb_domestic_ultimate_business_name_c", "comment": null}, "dnb_primary_address_country_region_code_c": {"type": "STRING", "index": 565, "name": "dnb_primary_address_country_region_code_c", "comment": null}, "dnb_business_name_c": {"type": "STRING", "index": 566, "name": "dnb_business_name_c", "comment": null}, "dnb_sic_4_code_3_c": {"type": "STRING", "index": 567, "name": "dnb_sic_4_code_3_c", "comment": null}, "dnb_sic_4_code_2_c": {"type": "STRING", "index": 568, "name": "dnb_sic_4_code_2_c", "comment": null}, "dnb_match_data_profile_c": {"type": "STRING", "index": 569, "name": "dnb_match_data_profile_c", "comment": null}, "dnb_marketability_indicator_c": {"type": "STRING", "index": 570, "name": "dnb_marketability_indicator_c", "comment": null}, "dnb_primary_address_city_c": {"type": "STRING", "index": 571, "name": "dnb_primary_address_city_c", "comment": null}, "dnb_legal_structure_description_c": {"type": "STRING", "index": 572, "name": "dnb_legal_structure_description_c", "comment": null}, "dnb_sales_volume_usd_c": {"type": "FLOAT64", "index": 573, "name": "dnb_sales_volume_usd_c", "comment": null}, "dnb_primary_address_postal_code_c": {"type": "STRING", "index": 574, "name": "dnb_primary_address_postal_code_c", "comment": null}, "dnb_parent_duns_c": {"type": "STRING", "index": 575, "name": "dnb_parent_duns_c", "comment": null}, "dnb_tradestyle_name_1_c": {"type": "STRING", "index": 576, "name": "dnb_tradestyle_name_1_c", "comment": null}, "dnb_primary_c": {"type": "STRING", "index": 577, "name": "dnb_primary_c", "comment": null}, "dnb_employee_count_total_reliability_desc_c": {"type": "STRING", "index": 578, "name": "dnb_employee_count_total_reliability_desc_c", "comment": null}, "dnb_sales_volume_reliability_description_c": {"type": "STRING", "index": 579, "name": "dnb_sales_volume_reliability_description_c", "comment": null}, "dnb_employee_count_total_c": {"type": "FLOAT64", "index": 580, "name": "dnb_employee_count_total_c", "comment": null}, "dnb_business_description_c": {"type": "STRING", "index": 581, "name": "dnb_business_description_c", "comment": null}, "dnb_employee_count_here_c": {"type": "FLOAT64", "index": 582, "name": "dnb_employee_count_here_c", "comment": null}, "dnb_headquarter_business_name_c": {"type": "STRING", "index": 583, "name": "dnb_headquarter_business_name_c", "comment": null}, "dnb_global_ultimate_business_name_c": {"type": "STRING", "index": 584, "name": "dnb_global_ultimate_business_name_c", "comment": null}, "dnb_fortune_1000_rank_c": {"type": "STRING", "index": 585, "name": "dnb_fortune_1000_rank_c", "comment": null}, "end_date_of_services_package_c": {"type": "TIMESTAMP", "index": 586, "name": "end_date_of_services_package_c", "comment": null}, "third_party_data_c": {"type": "STRING", "index": 587, "name": "third_party_data_c", "comment": null}, "pbf_overlay_c": {"type": "STRING", "index": 588, "name": "pbf_overlay_c", "comment": null}, "pbf_churn_c": {"type": "BOOL", "index": 589, "name": "pbf_churn_c", "comment": null}, "last_pbf_sales_activity_c": {"type": "TIMESTAMP", "index": 590, "name": "last_pbf_sales_activity_c", "comment": null}, "pbf_status_c": {"type": "STRING", "index": 591, "name": "pbf_status_c", "comment": null}, "embedded_am_c": {"type": "STRING", "index": 592, "name": "embedded_am_c", "comment": null}, "pbf_expiration_date_c": {"type": "TIMESTAMP", "index": 593, "name": "pbf_expiration_date_c", "comment": null}, "api_created_connectors_c": {"type": "BOOL", "index": 594, "name": "api_created_connectors_c", "comment": null}, "xbeamprod_available_overlaps_c": {"type": "FLOAT64", "index": 595, "name": "xbeamprod_available_overlaps_c", "comment": null}, "cross_sell_account_approved_c": {"type": "BOOL", "index": 596, "name": "cross_sell_account_approved_c", "comment": null}, "why_was_account_flagged_for_cross_sell_c": {"type": "STRING", "index": 597, "name": "why_was_account_flagged_for_cross_sell_c", "comment": null}, "flagging_hvr_xsell_c": {"type": "BOOL", "index": 598, "name": "flagging_hvr_xsell_c", "comment": null}, "engagio_mqadate_c": {"type": "TIMESTAMP", "index": 599, "name": "engagio_mqadate_c", "comment": null}, "engagio_qualification_score_c": {"type": "FLOAT64", "index": 600, "name": "engagio_qualification_score_c", "comment": null}, "engagio_top_urls_c": {"type": "STRING", "index": 601, "name": "engagio_top_urls_c", "comment": null}, "engagio_number_of_people_c": {"type": "FLOAT64", "index": 602, "name": "engagio_number_of_people_c", "comment": null}, "engagio_engagement_minutes_last_7_days_c": {"type": "FLOAT64", "index": 603, "name": "engagio_engagement_minutes_last_7_days_c", "comment": null}, "engagio_first_engagement_date_c": {"type": "TIMESTAMP", "index": 604, "name": "engagio_first_engagement_date_c", "comment": null}, "engagio_web_visits_last_3_months_c": {"type": "FLOAT64", "index": 605, "name": "engagio_web_visits_last_3_months_c", "comment": null}, "engagio_intent_minutes_last_30_days_c": {"type": "FLOAT64", "index": 606, "name": "engagio_intent_minutes_last_30_days_c", "comment": null}, "engagio_pipeline_predict_score_c": {"type": "FLOAT64", "index": 607, "name": "engagio_pipeline_predict_score_c", "comment": null}, "engagio_engagement_minutes_last_3_months_c": {"type": "FLOAT64", "index": 608, "name": "engagio_engagement_minutes_last_3_months_c", "comment": null}, "engagio_status_c": {"type": "STRING", "index": 609, "name": "engagio_status_c", "comment": null}, "engagio_engaged_people_c": {"type": "FLOAT64", "index": 610, "name": "engagio_engaged_people_c", "comment": null}, "engagio_high_intent_keywords_c": {"type": "STRING", "index": 611, "name": "engagio_high_intent_keywords_c", "comment": null}, "force_merge_c": {"type": "BOOL", "index": 612, "name": "force_merge_c", "comment": null}, "strategic_account_c": {"type": "BOOL", "index": 613, "name": "strategic_account_c", "comment": null}, "feature_request_c": {"type": "STRING", "index": 614, "name": "feature_request_c", "comment": null}, "dbt_billing_enablement_date_c": {"type": "TIMESTAMP", "index": 615, "name": "dbt_billing_enablement_date_c", "comment": null}, "rev_ex_territory_review_dec_21_c": {"type": "BOOL", "index": 616, "name": "rev_ex_territory_review_dec_21_c", "comment": null}, "manual_subsidiary_indicator_c": {"type": "BOOL", "index": 617, "name": "manual_subsidiary_indicator_c", "comment": null}, "potential_fivetran_use_case_c": {"type": "STRING", "index": 618, "name": "potential_fivetran_use_case_c", "comment": null}, "fy_23_enterprise_target_c": {"type": "BOOL", "index": 619, "name": "fy_23_enterprise_target_c", "comment": null}, "target_account_hierarchy_member_c": {"type": "BOOL", "index": 620, "name": "target_account_hierarchy_member_c", "comment": null}, "ignore_manual_override_c": {"type": "BOOL", "index": 621, "name": "ignore_manual_override_c", "comment": null}, "ae_solo_target_account_c": {"type": "BOOL", "index": 622, "name": "ae_solo_target_account_c", "comment": null}, "fy_23_ae_target_accounts_c": {"type": "BOOL", "index": 623, "name": "fy_23_ae_target_accounts_c", "comment": null}, "temporary_target_accounts_c": {"type": "BOOL", "index": 624, "name": "temporary_target_accounts_c", "comment": null}, "fy_23_bdr_target_accounts_c": {"type": "BOOL", "index": 625, "name": "fy_23_bdr_target_accounts_c", "comment": null}, "csm_priority_c": {"type": "STRING", "index": 626, "name": "csm_priority_c", "comment": null}, "purchase_summary_c": {"type": "STRING", "index": 627, "name": "purchase_summary_c", "comment": null}, "approved_rollover_value_c": {"type": "BIGNUMERIC", "index": 628, "name": "approved_rollover_value_c", "comment": null}, "account_prospecting_status_c": {"type": "STRING", "index": 629, "name": "account_prospecting_status_c", "comment": null}, "hvr_customer_type_c": {"type": "STRING", "index": 630, "name": "hvr_customer_type_c", "comment": null}, "account_strategist_c": {"type": "STRING", "index": 631, "name": "account_strategist_c", "comment": null}, "ae_opt_to_hold_account_c": {"type": "BOOL", "index": 632, "name": "ae_opt_to_hold_account_c", "comment": null}, "ae_keeper_account_c": {"type": "STRING", "index": 633, "name": "ae_keeper_account_c", "comment": null}, "legacy_hvr_id_c": {"type": "STRING", "index": 634, "name": "legacy_hvr_id_c", "comment": null}, "has_non_frozen_ft_c": {"type": "BOOL", "index": 635, "name": "has_non_frozen_ft_c", "comment": null}, "is_excluded_from_realign": {"type": "BOOL", "index": 636, "name": "is_excluded_from_realign", "comment": null}, "hvr_primary_systems_c": {"type": "STRING", "index": 637, "name": "hvr_primary_systems_c", "comment": null}, "hvr_update_c": {"type": "BOOL", "index": 638, "name": "hvr_update_c", "comment": null}, "first_won_date_rollup_c": {"type": "FLOAT64", "index": 639, "name": "first_won_date_rollup_c", "comment": null}, "hvr_account_class_c": {"type": "STRING", "index": 640, "name": "hvr_account_class_c", "comment": null}, "csm_handoff_date_c": {"type": "TIMESTAMP", "index": 641, "name": "csm_handoff_date_c", "comment": null}, "domain_temp_c": {"type": "STRING", "index": 642, "name": "domain_temp_c", "comment": null}, "hvr_account_status_c": {"type": "STRING", "index": 643, "name": "hvr_account_status_c", "comment": null}, "had_ftcustomer_c": {"type": "BOOL", "index": 644, "name": "had_ftcustomer_c", "comment": null}, "merged_account_ids_c": {"type": "STRING", "index": 645, "name": "merged_account_ids_c", "comment": null}, "ftcustomer_c": {"type": "BOOL", "index": 646, "name": "ftcustomer_c", "comment": null}, "rh_2_test_currency_c": {"type": "BIGNUMERIC", "index": 647, "name": "rh_2_test_currency_c", "comment": null}, "usage_ae_reset_date_c": {"type": "TIMESTAMP", "index": 648, "name": "usage_ae_reset_date_c", "comment": null}, "behavior_score_summary_c": {"type": "FLOAT64", "index": 649, "name": "behavior_score_summary_c", "comment": null}, "lean_data_status_info_c": {"type": "STRING", "index": 650, "name": "lean_data_status_info_c", "comment": null}, "dnb_headquarter_d_u_n_s_number_c": {"type": "STRING", "index": 651, "name": "dnb_headquarter_d_u_n_s_number_c", "comment": null}, "temporary_subsidiary_flag_fy_23_c": {"type": "BOOL", "index": 652, "name": "temporary_subsidiary_flag_fy_23_c", "comment": null}, "rev_ex_fy_23_manual_override_c": {"type": "BOOL", "index": 653, "name": "rev_ex_fy_23_manual_override_c", "comment": null}, "enterprise_territory_exception_c": {"type": "BOOL", "index": 654, "name": "enterprise_territory_exception_c", "comment": null}, "enterprise_strategic_account_c": {"type": "BOOL", "index": 655, "name": "enterprise_strategic_account_c", "comment": null}, "global_ultimate_account_name_c": {"type": "STRING", "index": 656, "name": "global_ultimate_account_name_c", "comment": null}, "global_account_id_18_c": {"type": "STRING", "index": 657, "name": "global_account_id_18_c", "comment": null}, "global_ultimate_account_c": {"type": "STRING", "index": 658, "name": "global_ultimate_account_c", "comment": null}, "us_only_support_c": {"type": "BOOL", "index": 659, "name": "us_only_support_c", "comment": null}, "tcr_approved_date_c": {"type": "TIMESTAMP", "index": 660, "name": "tcr_approved_date_c", "comment": null}, "project_based_routing_expiration_c": {"type": "TIMESTAMP", "index": 661, "name": "project_based_routing_expiration_c", "comment": null}, "keeper_account_approved_c": {"type": "BOOL", "index": 662, "name": "keeper_account_approved_c", "comment": null}, "ae_keeper_account_request_justification_c": {"type": "STRING", "index": 663, "name": "ae_keeper_account_request_justification_c", "comment": null}, "hvr_fully_verified_migrated_c": {"type": "BOOL", "index": 664, "name": "hvr_fully_verified_migrated_c", "comment": null}, "olp_cancelled_c": {"type": "BOOL", "index": 665, "name": "olp_cancelled_c", "comment": null}, "contract_arr_c": {"type": "BIGNUMERIC", "index": 666, "name": "contract_arr_c", "comment": null}, "rollover_value_c": {"type": "BIGNUMERIC", "index": 667, "name": "rollover_value_c", "comment": null}, "manual_zendesk_sync_c": {"type": "BOOL", "index": 668, "name": "manual_zendesk_sync_c", "comment": null}, "active_contract_c": {"type": "STRING", "index": 669, "name": "active_contract_c", "comment": null}, "x_2022_credit_audit_c": {"type": "BOOL", "index": 670, "name": "x_2022_credit_audit_c", "comment": null}, "hvr_contract_arr_c": {"type": "BIGNUMERIC", "index": 671, "name": "hvr_contract_arr_c", "comment": null}, "customer_notes_c": {"type": "STRING", "index": 672, "name": "customer_notes_c", "comment": null}, "new_trial_opp_owner_c": {"type": "STRING", "index": 673, "name": "new_trial_opp_owner_c", "comment": null}, "duplicate_from_domain_unblocking_c": {"type": "BOOL", "index": 674, "name": "duplicate_from_domain_unblocking_c", "comment": null}, "abm_resource_page_c": {"type": "STRING", "index": 675, "name": "abm_resource_page_c", "comment": null}, "abm_account_summary_doc_c": {"type": "STRING", "index": 676, "name": "abm_account_summary_doc_c", "comment": null}, "abm_landing_page_mutiny_c": {"type": "STRING", "index": 677, "name": "abm_landing_page_mutiny_c", "comment": null}, "to_be_deleted_salesloft_backfill_c": {"type": "BOOL", "index": 678, "name": "to_be_deleted_salesloft_backfill_c", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1153934194.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 645925.0, "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_source.salesforce.account"}, "source.salesforce_source.salesforce.opportunity_line_item": {"metadata": {"type": "table", "schema": "salesforce", "name": "opportunity_line_item", "database": "fivetran", "comment": null, "owner": null}, "columns": {"product_2_id": {"type": "STRING", "index": 1, "name": "product_2_id", "comment": null}, "quantity": {"type": "FLOAT64", "index": 2, "name": "quantity", "comment": null}, "total_price": {"type": "FLOAT64", "index": 3, "name": "total_price", "comment": null}, "description": {"type": "STRING", "index": 4, "name": "description", "comment": null}, "discount": {"type": "FLOAT64", "index": 5, "name": "discount", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 6, "name": "last_modified_date", "comment": null}, "list_price": {"type": "FLOAT64", "index": 7, "name": "list_price", "comment": null}, "product_code": {"type": "STRING", "index": 8, "name": "product_code", "comment": null}, "unit_price": {"type": "FLOAT64", "index": 9, "name": "unit_price", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 10, "name": "_fivetran_synced", "comment": null}, "is_deleted": {"type": "BOOL", "index": 11, "name": "is_deleted", "comment": null}, "opportunity_id": {"type": "STRING", "index": 12, "name": "opportunity_id", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 13, "name": "last_modified_by_id", "comment": null}, "service_date": {"type": "TIMESTAMP", "index": 14, "name": "service_date", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 15, "name": "system_modstamp", "comment": null}, "name": {"type": "STRING", "index": 16, "name": "name", "comment": null}, "id": {"type": "STRING", "index": 17, "name": "id", "comment": null}, "created_by_id": {"type": "STRING", "index": 18, "name": "created_by_id", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 19, "name": "created_date", "comment": null}, "sort_order": {"type": "INT64", "index": 20, "name": "sort_order", "comment": null}, "pricebook_entry_id": {"type": "STRING", "index": 21, "name": "pricebook_entry_id", "comment": null}, "one_saas_app_included_c": {"type": "BOOL", "index": 22, "name": "one_saas_app_included_c", "comment": null}, "one_saas_app_quantity_invoiced_c": {"type": "FLOAT64", "index": 23, "name": "one_saas_app_quantity_invoiced_c", "comment": null}, "one_saas_app_quantity_not_invoiced_c": {"type": "FLOAT64", "index": 24, "name": "one_saas_app_quantity_not_invoiced_c", "comment": null}, "has_quantity_schedule": {"type": "BOOL", "index": 25, "name": "has_quantity_schedule", "comment": null}, "has_revenue_schedule": {"type": "BOOL", "index": 26, "name": "has_revenue_schedule", "comment": null}, "has_schedule": {"type": "BOOL", "index": 27, "name": "has_schedule", "comment": null}, "event_volume_c": {"type": "FLOAT64", "index": 28, "name": "event_volume_c", "comment": null}, "roadmap_connections_c": {"type": "FLOAT64", "index": 29, "name": "roadmap_connections_c", "comment": null}, "row_volume_c": {"type": "FLOAT64", "index": 30, "name": "row_volume_c", "comment": null}, "months_c": {"type": "FLOAT64", "index": 31, "name": "months_c", "comment": null}, "netsuite_conn_term_contract_pricing_type_c": {"type": "STRING", "index": 32, "name": "netsuite_conn_term_contract_pricing_type_c", "comment": null}, "netsuite_conn_discount_item_c": {"type": "STRING", "index": 33, "name": "netsuite_conn_discount_item_c", "comment": null}, "netsuite_conn_user_entered_sales_price_c": {"type": "FLOAT64", "index": 34, "name": "netsuite_conn_user_entered_sales_price_c", "comment": null}, "netsuite_conn_item_category_c": {"type": "STRING", "index": 35, "name": "netsuite_conn_item_category_c", "comment": null}, "netsuite_conn_terms_c": {"type": "FLOAT64", "index": 36, "name": "netsuite_conn_terms_c", "comment": null}, "netsuite_conn_net_suite_item_key_id_c": {"type": "STRING", "index": 37, "name": "netsuite_conn_net_suite_item_key_id_c", "comment": null}, "netsuite_conn_pushed_from_net_suite_c": {"type": "BOOL", "index": 38, "name": "netsuite_conn_pushed_from_net_suite_c", "comment": null}, "netsuite_conn_end_date_c": {"type": "TIMESTAMP", "index": 39, "name": "netsuite_conn_end_date_c", "comment": null}, "netsuite_conn_list_rate_c": {"type": "FLOAT64", "index": 40, "name": "netsuite_conn_list_rate_c", "comment": null}, "netsuite_conn_from_contract_item_id_c": {"type": "STRING", "index": 41, "name": "netsuite_conn_from_contract_item_id_c", "comment": null}, "netsuite_conn_start_date_c": {"type": "TIMESTAMP", "index": 42, "name": "netsuite_conn_start_date_c", "comment": null}, "netsuite_conn_net_suite_item_id_import_c": {"type": "STRING", "index": 43, "name": "netsuite_conn_net_suite_item_id_import_c", "comment": null}, "sbqq_parent_id_c": {"type": "STRING", "index": 44, "name": "sbqq_parent_id_c", "comment": null}, "sbqq_quote_line_c": {"type": "STRING", "index": 45, "name": "sbqq_quote_line_c", "comment": null}, "sbqq_subscription_type_c": {"type": "STRING", "index": 46, "name": "sbqq_subscription_type_c", "comment": null}, "product_family_c": {"type": "STRING", "index": 47, "name": "product_family_c", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 48, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 49, "name": "last_viewed_date", "comment": null}, "celigo_sfnsio_contract_item_id_c": {"type": "STRING", "index": 50, "name": "celigo_sfnsio_contract_item_id_c", "comment": null}, "celigo_sfnsio_contract_term_c": {"type": "FLOAT64", "index": 51, "name": "celigo_sfnsio_contract_term_c", "comment": null}, "celigo_sfnsio_end_date_c": {"type": "TIMESTAMP", "index": 52, "name": "celigo_sfnsio_end_date_c", "comment": null}, "celigo_sfnsio_list_rate_c": {"type": "BIGNUMERIC", "index": 53, "name": "celigo_sfnsio_list_rate_c", "comment": null}, "celigo_sfnsio_net_suite_line_id_c": {"type": "STRING", "index": 54, "name": "celigo_sfnsio_net_suite_line_id_c", "comment": null}, "celigo_sfnsio_start_date_c": {"type": "TIMESTAMP", "index": 55, "name": "celigo_sfnsio_start_date_c", "comment": null}, "product_code_stamped_c": {"type": "STRING", "index": 56, "name": "product_code_stamped_c", "comment": null}, "hvr_use_case_c": {"type": "BOOL", "index": 57, "name": "hvr_use_case_c", "comment": null}, "net_unit_price_stamp_c": {"type": "BIGNUMERIC", "index": 58, "name": "net_unit_price_stamp_c", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 29109475.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 99430.0, "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_source.salesforce.opportunity_line_item"}, "source.salesforce_source.salesforce.fivetran_formula": {"metadata": {"type": "table", "schema": "salesforce", "name": "fivetran_formula", "database": "fivetran", "comment": null, "owner": null}, "columns": {"field": {"type": "STRING", "index": 1, "name": "field", "comment": null}, "formula": {"type": "STRING", "index": 2, "name": "formula", "comment": null}, "object": {"type": "STRING", "index": 3, "name": "object", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "sql": {"type": "STRING", "index": 5, "name": "sql", "comment": null}, "view_sql": {"type": "STRING", "index": 6, "name": "view_sql", "comment": null}, "reason_null": {"type": "STRING", "index": 7, "name": "reason_null", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 8, "name": "_fivetran_deleted", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 338611.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1030.0, "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_source.salesforce.fivetran_formula"}, "source.salesforce_source.salesforce.opportunity": {"metadata": {"type": "table", "schema": "salesforce", "name": "opportunity", "database": "fivetran", "comment": null, "owner": null}, "columns": {"close_date": {"type": "TIMESTAMP", "index": 1, "name": "close_date", "comment": null}, "secondary_reason_won_c": {"type": "STRING", "index": 2, "name": "secondary_reason_won_c", "comment": null}, "owner_id": {"type": "STRING", "index": 3, "name": "owner_id", "comment": null}, "primary_reason_lost_c": {"type": "STRING", "index": 4, "name": "primary_reason_lost_c", "comment": null}, "subscription_end_date_c": {"type": "TIMESTAMP", "index": 5, "name": "subscription_end_date_c", "comment": null}, "lead_source": {"type": "STRING", "index": 6, "name": "lead_source", "comment": null}, "expected_trial_start_date_c": {"type": "TIMESTAMP", "index": 7, "name": "expected_trial_start_date_c", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 8, "name": "last_modified_date", "comment": null}, "type": {"type": "STRING", "index": 9, "name": "type", "comment": null}, "trial_end_date_c": {"type": "TIMESTAMP", "index": 10, "name": "trial_end_date_c", "comment": null}, "pricebook_2_id": {"type": "STRING", "index": 11, "name": "pricebook_2_id", "comment": null}, "next_step": {"type": "STRING", "index": 12, "name": "next_step", "comment": null}, "fiscal_year": {"type": "INT64", "index": 13, "name": "fiscal_year", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 14, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 15, "name": "system_modstamp", "comment": null}, "stage_name": {"type": "STRING", "index": 16, "name": "stage_name", "comment": null}, "id": {"type": "STRING", "index": 17, "name": "id", "comment": null}, "campaign_id": {"type": "STRING", "index": 18, "name": "campaign_id", "comment": null}, "is_closed": {"type": "BOOL", "index": 19, "name": "is_closed", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 20, "name": "last_referenced_date", "comment": null}, "probability": {"type": "FLOAT64", "index": 21, "name": "probability", "comment": null}, "last_activity_date": {"type": "TIMESTAMP", "index": 22, "name": "last_activity_date", "comment": null}, "secondary_reason_lost_c": {"type": "STRING", "index": 23, "name": "secondary_reason_lost_c", "comment": null}, "synced_quote_id": {"type": "STRING", "index": 24, "name": "synced_quote_id", "comment": null}, "is_won": {"type": "BOOL", "index": 25, "name": "is_won", "comment": null}, "fiscal": {"type": "STRING", "index": 26, "name": "fiscal", "comment": null}, "name": {"type": "STRING", "index": 27, "name": "name", "comment": null}, "lead_source_detail_c": {"type": "STRING", "index": 28, "name": "lead_source_detail_c", "comment": null}, "created_by_id": {"type": "STRING", "index": 29, "name": "created_by_id", "comment": null}, "primary_reason_won_c": {"type": "STRING", "index": 30, "name": "primary_reason_won_c", "comment": null}, "billing_frequency_c": {"type": "STRING", "index": 31, "name": "billing_frequency_c", "comment": null}, "forecast_category": {"type": "STRING", "index": 32, "name": "forecast_category", "comment": null}, "description": {"type": "STRING", "index": 33, "name": "description", "comment": null}, "has_overdue_task": {"type": "BOOL", "index": 34, "name": "has_overdue_task", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 35, "name": "last_viewed_date", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 36, "name": "_fivetran_synced", "comment": null}, "pandadoc_tracking_number_c": {"type": "STRING", "index": 37, "name": "pandadoc_tracking_number_c", "comment": null}, "is_deleted": {"type": "BOOL", "index": 38, "name": "is_deleted", "comment": null}, "trial_start_date_c": {"type": "TIMESTAMP", "index": 39, "name": "trial_start_date_c", "comment": null}, "subscription_start_date_c": {"type": "TIMESTAMP", "index": 40, "name": "subscription_start_date_c", "comment": null}, "has_open_activity": {"type": "BOOL", "index": 41, "name": "has_open_activity", "comment": null}, "fiscal_quarter": {"type": "INT64", "index": 42, "name": "fiscal_quarter", "comment": null}, "automatic_renewal_c": {"type": "BOOL", "index": 43, "name": "automatic_renewal_c", "comment": null}, "confidence_c": {"type": "STRING", "index": 44, "name": "confidence_c", "comment": null}, "amount": {"type": "FLOAT64", "index": 45, "name": "amount", "comment": null}, "discount_c": {"type": "FLOAT64", "index": 46, "name": "discount_c", "comment": null}, "integrations_c": {"type": "STRING", "index": 47, "name": "integrations_c", "comment": null}, "has_opportunity_line_item": {"type": "BOOL", "index": 48, "name": "has_opportunity_line_item", "comment": null}, "account_id": {"type": "STRING", "index": 49, "name": "account_id", "comment": null}, "forecast_category_name": {"type": "STRING", "index": 50, "name": "forecast_category_name", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 51, "name": "created_date", "comment": null}, "gclid_c": {"type": "STRING", "index": 52, "name": "gclid_c", "comment": null}, "next_step_due_date_c": {"type": "TIMESTAMP", "index": 53, "name": "next_step_due_date_c", "comment": null}, "next_step_due_date_del_c": {"type": "TIMESTAMP", "index": 54, "name": "next_step_due_date_del_c", "comment": null}, "competitors_c": {"type": "STRING", "index": 55, "name": "competitors_c", "comment": null}, "connector_products_c": {"type": "STRING", "index": 56, "name": "connector_products_c", "comment": null}, "data_warehouse_products_c": {"type": "STRING", "index": 57, "name": "data_warehouse_products_c", "comment": null}, "notes_c": {"type": "STRING", "index": 58, "name": "notes_c", "comment": null}, "timeframe_c": {"type": "STRING", "index": 59, "name": "timeframe_c", "comment": null}, "website_c": {"type": "STRING", "index": 60, "name": "website_c", "comment": null}, "opportunity_competitors_c": {"type": "STRING", "index": 61, "name": "opportunity_competitors_c", "comment": null}, "opportunity_data_warehouses_c": {"type": "STRING", "index": 62, "name": "opportunity_data_warehouses_c", "comment": null}, "opportunity_products_c": {"type": "STRING", "index": 63, "name": "opportunity_products_c", "comment": null}, "account_all_products_c": {"type": "STRING", "index": 64, "name": "account_all_products_c", "comment": null}, "account_bi_tools_c": {"type": "STRING", "index": 65, "name": "account_bi_tools_c", "comment": null}, "account_data_warehouses_c": {"type": "STRING", "index": 66, "name": "account_data_warehouses_c", "comment": null}, "referral_account_c": {"type": "STRING", "index": 67, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "STRING", "index": 68, "name": "referral_contact_c", "comment": null}, "subscription_active_c": {"type": "BOOL", "index": 69, "name": "subscription_active_c", "comment": null}, "volume_in_millions_c": {"type": "FLOAT64", "index": 70, "name": "volume_in_millions_c", "comment": null}, "feature_requests_c": {"type": "STRING", "index": 71, "name": "feature_requests_c", "comment": null}, "subscription_end_date_greater_than_today_c": {"type": "BOOL", "index": 72, "name": "subscription_end_date_greater_than_today_c", "comment": null}, "bread_winner_total_amount_due_c": {"type": "FLOAT64", "index": 73, "name": "bread_winner_total_amount_due_c", "comment": null}, "bread_winner_total_amount_invoiced_c": {"type": "FLOAT64", "index": 74, "name": "bread_winner_total_amount_invoiced_c", "comment": null}, "bread_winner_total_amount_overdue_c": {"type": "FLOAT64", "index": 75, "name": "bread_winner_total_amount_overdue_c", "comment": null}, "bread_winner_total_amount_paid_c": {"type": "FLOAT64", "index": 76, "name": "bread_winner_total_amount_paid_c", "comment": null}, "bread_winner_total_draft_amount_c": {"type": "FLOAT64", "index": 77, "name": "bread_winner_total_draft_amount_c", "comment": null}, "reason_lost_c": {"type": "STRING", "index": 78, "name": "reason_lost_c", "comment": null}, "reason_won_c": {"type": "STRING", "index": 79, "name": "reason_won_c", "comment": null}, "billing_contact_first_name_c": {"type": "STRING", "index": 80, "name": "billing_contact_first_name_c", "comment": null}, "billing_contact_last_name_c": {"type": "STRING", "index": 81, "name": "billing_contact_last_name_c", "comment": null}, "billing_email_c": {"type": "STRING", "index": 82, "name": "billing_email_c", "comment": null}, "billing_phone_c": {"type": "STRING", "index": 83, "name": "billing_phone_c", "comment": null}, "invoice_payment_terms_net_c": {"type": "STRING", "index": 84, "name": "invoice_payment_terms_net_c", "comment": null}, "subscription_not_started_c": {"type": "BOOL", "index": 85, "name": "subscription_not_started_c", "comment": null}, "invoice_due_date_c": {"type": "TIMESTAMP", "index": 86, "name": "invoice_due_date_c", "comment": null}, "payment_terms_c": {"type": "STRING", "index": 87, "name": "payment_terms_c", "comment": null}, "associated_stripe_charge_id_c": {"type": "STRING", "index": 88, "name": "associated_stripe_charge_id_c", "comment": null}, "record_type_id": {"type": "STRING", "index": 89, "name": "record_type_id", "comment": null}, "contract_type_c": {"type": "STRING", "index": 90, "name": "contract_type_c", "comment": null}, "lost_communication_preference_c": {"type": "STRING", "index": 91, "name": "lost_communication_preference_c", "comment": null}, "lost_primary_reason_c": {"type": "STRING", "index": 92, "name": "lost_primary_reason_c", "comment": null}, "associate_sdr_c": {"type": "STRING", "index": 93, "name": "associate_sdr_c", "comment": null}, "associated_sdr_c": {"type": "STRING", "index": 94, "name": "associated_sdr_c", "comment": null}, "no_show_c": {"type": "BOOL", "index": 95, "name": "no_show_c", "comment": null}, "order_form_c": {"type": "STRING", "index": 96, "name": "order_form_c", "comment": null}, "reason_unqualified_c": {"type": "STRING", "index": 97, "name": "reason_unqualified_c", "comment": null}, "closing_notes_for_ams_c": {"type": "STRING", "index": 98, "name": "closing_notes_for_ams_c", "comment": null}, "sdr_setup_trial_successfully_c": {"type": "BOOL", "index": 99, "name": "sdr_setup_trial_successfully_c", "comment": null}, "number_of_contact_roles_c": {"type": "FLOAT64", "index": 100, "name": "number_of_contact_roles_c", "comment": null}, "utm_campaign_c": {"type": "STRING", "index": 101, "name": "utm_campaign_c", "comment": null}, "utm_content_c": {"type": "STRING", "index": 102, "name": "utm_content_c", "comment": null}, "utm_medium_c": {"type": "STRING", "index": 103, "name": "utm_medium_c", "comment": null}, "utm_source_c": {"type": "STRING", "index": 104, "name": "utm_source_c", "comment": null}, "utm_term_c": {"type": "STRING", "index": 105, "name": "utm_term_c", "comment": null}, "original_opportunity_c": {"type": "STRING", "index": 106, "name": "original_opportunity_c", "comment": null}, "lean_data_reporting_total_marketing_touches_c": {"type": "FLOAT64", "index": 107, "name": "lean_data_reporting_total_marketing_touches_c", "comment": null}, "lean_data_days_in_stage_c": {"type": "FLOAT64", "index": 108, "name": "lean_data_days_in_stage_c", "comment": null}, "lean_data_routing_action_c": {"type": "STRING", "index": 109, "name": "lean_data_routing_action_c", "comment": null}, "lean_data_reporting_won_number_c": {"type": "STRING", "index": 110, "name": "lean_data_reporting_won_number_c", "comment": null}, "lean_data_reporting_opportunity_source_c": {"type": "STRING", "index": 111, "name": "lean_data_reporting_opportunity_source_c", "comment": null}, "lean_data_reporting_last_run_date_c": {"type": "TIMESTAMP", "index": 112, "name": "lean_data_reporting_last_run_date_c", "comment": null}, "lean_data_order_number_c": {"type": "STRING", "index": 113, "name": "lean_data_order_number_c", "comment": null}, "sales_engineer_c": {"type": "STRING", "index": 114, "name": "sales_engineer_c", "comment": null}, "sales_engineer_needed_c": {"type": "BOOL", "index": 115, "name": "sales_engineer_needed_c", "comment": null}, "netsuite_conn_reseller_c": {"type": "STRING", "index": 116, "name": "netsuite_conn_reseller_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "STRING", "index": 117, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_from_contract_c": {"type": "STRING", "index": 118, "name": "netsuite_conn_from_contract_c", "comment": null}, "netsuite_conn_celigo_contract_c": {"type": "STRING", "index": 119, "name": "netsuite_conn_celigo_contract_c", "comment": null}, "netsuite_conn_ns_renewal_transaction_internal_id_c": {"type": "STRING", "index": 120, "name": "netsuite_conn_ns_renewal_transaction_internal_id_c", "comment": null}, "netsuite_conn_end_date_c": {"type": "TIMESTAMP", "index": 121, "name": "netsuite_conn_end_date_c", "comment": null}, "netsuite_conn_contract_term_c": {"type": "FLOAT64", "index": 122, "name": "netsuite_conn_contract_term_c", "comment": null}, "netsuite_conn_push_as_net_suite_project_c": {"type": "BOOL", "index": 123, "name": "netsuite_conn_push_as_net_suite_project_c", "comment": null}, "netsuite_conn_net_suite_contract_id_c": {"type": "STRING", "index": 124, "name": "netsuite_conn_net_suite_contract_id_c", "comment": null}, "netsuite_conn_current_opportunity_id_c": {"type": "STRING", "index": 125, "name": "netsuite_conn_current_opportunity_id_c", "comment": null}, "netsuite_conn_distributor_c": {"type": "STRING", "index": 126, "name": "netsuite_conn_distributor_c", "comment": null}, "netsuite_conn_bill_to_tier_c": {"type": "STRING", "index": 127, "name": "netsuite_conn_bill_to_tier_c", "comment": null}, "netsuite_conn_end_user_c": {"type": "STRING", "index": 128, "name": "netsuite_conn_end_user_c", "comment": null}, "netsuite_conn_current_sales_order_id_c": {"type": "STRING", "index": 129, "name": "netsuite_conn_current_sales_order_id_c", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "BOOL", "index": 130, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_eligible_account_for_channel_sales_c": {"type": "STRING", "index": 131, "name": "netsuite_conn_eligible_account_for_channel_sales_c", "comment": null}, "netsuite_conn_tracking_number_c": {"type": "STRING", "index": 132, "name": "netsuite_conn_tracking_number_c", "comment": null}, "netsuite_conn_originated_from_net_suite_c": {"type": "BOOL", "index": 133, "name": "netsuite_conn_originated_from_net_suite_c", "comment": null}, "netsuite_conn_nsrenewal_opportunity_internal_id_c": {"type": "FLOAT64", "index": 134, "name": "netsuite_conn_nsrenewal_opportunity_internal_id_c", "comment": null}, "netsuite_conn_net_suite_renewal_terms_c": {"type": "FLOAT64", "index": 135, "name": "netsuite_conn_net_suite_renewal_terms_c", "comment": null}, "netsuite_conn_push_as_net_suite_opportunity_c": {"type": "BOOL", "index": 136, "name": "netsuite_conn_push_as_net_suite_opportunity_c", "comment": null}, "netsuite_conn_order_type_c": {"type": "STRING", "index": 137, "name": "netsuite_conn_order_type_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "BOOL", "index": 138, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_net_suite_sales_order_number_c": {"type": "STRING", "index": 139, "name": "netsuite_conn_net_suite_sales_order_number_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "BOOL", "index": 140, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_net_suite_project_id_c": {"type": "STRING", "index": 141, "name": "netsuite_conn_net_suite_project_id_c", "comment": null}, "netsuite_conn_net_suite_contract_term_c": {"type": "FLOAT64", "index": 142, "name": "netsuite_conn_net_suite_contract_term_c", "comment": null}, "netsuite_conn_start_date_c": {"type": "TIMESTAMP", "index": 143, "name": "netsuite_conn_start_date_c", "comment": null}, "netsuite_conn_ship_to_tier_c": {"type": "STRING", "index": 144, "name": "netsuite_conn_ship_to_tier_c", "comment": null}, "db_competitor_c": {"type": "STRING", "index": 145, "name": "db_competitor_c", "comment": null}, "lid_linked_in_company_id_c": {"type": "STRING", "index": 146, "name": "lid_linked_in_company_id_c", "comment": null}, "lid_is_influenced_c": {"type": "BOOL", "index": 147, "name": "lid_is_influenced_c", "comment": null}, "debooked_date_c": {"type": "TIMESTAMP", "index": 148, "name": "debooked_date_c", "comment": null}, "debooked_amount_c": {"type": "BIGNUMERIC", "index": 149, "name": "debooked_amount_c", "comment": null}, "is_debooked_c": {"type": "BOOL", "index": 150, "name": "is_debooked_c", "comment": null}, "economic_buyer_c": {"type": "STRING", "index": 151, "name": "economic_buyer_c", "comment": null}, "decision_process_c": {"type": "STRING", "index": 152, "name": "decision_process_c", "comment": null}, "decision_criteria_c": {"type": "STRING", "index": 153, "name": "decision_criteria_c", "comment": null}, "champion_c": {"type": "STRING", "index": 154, "name": "champion_c", "comment": null}, "metrics_c": {"type": "STRING", "index": 155, "name": "metrics_c", "comment": null}, "identify_pain_c": {"type": "STRING", "index": 156, "name": "identify_pain_c", "comment": null}, "is_non_renewable_c": {"type": "BOOL", "index": 157, "name": "is_non_renewable_c", "comment": null}, "sales_loft_1_primary_contact_c": {"type": "STRING", "index": 158, "name": "sales_loft_1_primary_contact_c", "comment": null}, "sales_loft_1_most_recent_last_completed_step_c": {"type": "FLOAT64", "index": 159, "name": "sales_loft_1_most_recent_last_completed_step_c", "comment": null}, "sales_loft_1_most_recent_cadence_name_c": {"type": "STRING", "index": 160, "name": "sales_loft_1_most_recent_cadence_name_c", "comment": null}, "is_partner_opp_c": {"type": "BOOL", "index": 161, "name": "is_partner_opp_c", "comment": null}, "territory_2_id": {"type": "STRING", "index": 162, "name": "territory_2_id", "comment": null}, "is_excluded_from_territory_2_filter": {"type": "BOOL", "index": 163, "name": "is_excluded_from_territory_2_filter", "comment": null}, "sbqq_amended_contract_c": {"type": "STRING", "index": 164, "name": "sbqq_amended_contract_c", "comment": null}, "sbqq_contracted_c": {"type": "BOOL", "index": 165, "name": "sbqq_contracted_c", "comment": null}, "sbqq_create_contracted_prices_c": {"type": "BOOL", "index": 166, "name": "sbqq_create_contracted_prices_c", "comment": null}, "sbqq_order_group_id_c": {"type": "STRING", "index": 167, "name": "sbqq_order_group_id_c", "comment": null}, "sbqq_ordered_c": {"type": "BOOL", "index": 168, "name": "sbqq_ordered_c", "comment": null}, "sbqq_primary_quote_c": {"type": "STRING", "index": 169, "name": "sbqq_primary_quote_c", "comment": null}, "sbqq_quote_pricebook_id_c": {"type": "STRING", "index": 170, "name": "sbqq_quote_pricebook_id_c", "comment": null}, "sbqq_renewal_c": {"type": "BOOL", "index": 171, "name": "sbqq_renewal_c", "comment": null}, "sbqq_renewed_contract_c": {"type": "STRING", "index": 172, "name": "sbqq_renewed_contract_c", "comment": null}, "is_non_recurring_c": {"type": "BOOL", "index": 173, "name": "is_non_recurring_c", "comment": null}, "did_a_partner_help_this_sale_c": {"type": "STRING", "index": 174, "name": "did_a_partner_help_this_sale_c", "comment": null}, "did_they_select_a_bi_tool_c": {"type": "STRING", "index": 175, "name": "did_they_select_a_bi_tool_c", "comment": null}, "which_bi_tool_did_they_select_c": {"type": "STRING", "index": 176, "name": "which_bi_tool_did_they_select_c", "comment": null}, "which_partner_was_most_influential_c": {"type": "STRING", "index": 177, "name": "which_partner_was_most_influential_c", "comment": null}, "which_bi_tool_s_are_they_using_c": {"type": "STRING", "index": 178, "name": "which_bi_tool_s_are_they_using_c", "comment": null}, "associated_bdr_c": {"type": "STRING", "index": 179, "name": "associated_bdr_c", "comment": null}, "aws_payment_c": {"type": "BOOL", "index": 180, "name": "aws_payment_c", "comment": null}, "expected_revenue": {"type": "BIGNUMERIC", "index": 181, "name": "expected_revenue", "comment": null}, "competitor_we_lost_to_c": {"type": "STRING", "index": 182, "name": "competitor_we_lost_to_c", "comment": null}, "marketplace_payment_c": {"type": "STRING", "index": 183, "name": "marketplace_payment_c", "comment": null}, "has_competition_c": {"type": "BOOL", "index": 184, "name": "has_competition_c", "comment": null}, "no_known_competition_c": {"type": "BOOL", "index": 185, "name": "no_known_competition_c", "comment": null}, "marketing_process_c": {"type": "STRING", "index": 186, "name": "marketing_process_c", "comment": null}, "automation_tracking_c": {"type": "STRING", "index": 187, "name": "automation_tracking_c", "comment": null}, "user_gems_has_changed_job_c": {"type": "TIMESTAMP", "index": 188, "name": "user_gems_has_changed_job_c", "comment": null}, "manager_forecast_amount_c": {"type": "FLOAT64", "index": 189, "name": "manager_forecast_amount_c", "comment": null}, "manager_forecast_category_c": {"type": "STRING", "index": 190, "name": "manager_forecast_category_c", "comment": null}, "superset_forecast_category_c": {"type": "STRING", "index": 191, "name": "superset_forecast_category_c", "comment": null}, "forecast_amount_c": {"type": "BIGNUMERIC", "index": 192, "name": "forecast_amount_c", "comment": null}, "are_we_co_selling_with_anyone_c": {"type": "STRING", "index": 193, "name": "are_we_co_selling_with_anyone_c", "comment": null}, "has_co_sell_activity_c": {"type": "BOOL", "index": 194, "name": "has_co_sell_activity_c", "comment": null}, "signed_order_c": {"type": "BOOL", "index": 195, "name": "signed_order_c", "comment": null}, "compelling_event_c": {"type": "STRING", "index": 196, "name": "compelling_event_c", "comment": null}, "territory_c": {"type": "STRING", "index": 197, "name": "territory_c", "comment": null}, "validation_override_c": {"type": "BOOL", "index": 198, "name": "validation_override_c", "comment": null}, "map_reviewed_with_ae_c": {"type": "STRING", "index": 199, "name": "map_reviewed_with_ae_c", "comment": null}, "se_manager_notes_c": {"type": "STRING", "index": 200, "name": "se_manager_notes_c", "comment": null}, "se_notes_c": {"type": "STRING", "index": 201, "name": "se_notes_c", "comment": null}, "se_stage_c": {"type": "STRING", "index": 202, "name": "se_stage_c", "comment": null}, "next_steps_date_c": {"type": "TIMESTAMP", "index": 203, "name": "next_steps_date_c", "comment": null}, "pbf_c": {"type": "BOOL", "index": 204, "name": "pbf_c", "comment": null}, "partner_c": {"type": "STRING", "index": 205, "name": "partner_c", "comment": null}, "channel_c": {"type": "STRING", "index": 206, "name": "channel_c", "comment": null}, "primary_contact_fivetran_c": {"type": "STRING", "index": 207, "name": "primary_contact_fivetran_c", "comment": null}, "time_spent_minutes_c": {"type": "FLOAT64", "index": 208, "name": "time_spent_minutes_c", "comment": null}, "date_for_next_update_c": {"type": "TIMESTAMP", "index": 209, "name": "date_for_next_update_c", "comment": null}, "lean_data_trigger_c": {"type": "BOOL", "index": 210, "name": "lean_data_trigger_c", "comment": null}, "workflow_helper_c": {"type": "BOOL", "index": 211, "name": "workflow_helper_c", "comment": null}, "deal_risk_c": {"type": "STRING", "index": 212, "name": "deal_risk_c", "comment": null}, "gcp_approved_c": {"type": "BOOL", "index": 213, "name": "gcp_approved_c", "comment": null}, "next_steps_c": {"type": "STRING", "index": 214, "name": "next_steps_c", "comment": null}, "manger_notes_c": {"type": "STRING", "index": 215, "name": "manger_notes_c", "comment": null}, "manager_notes_c": {"type": "STRING", "index": 216, "name": "manager_notes_c", "comment": null}, "marketplace_offer_accepted_c": {"type": "BOOL", "index": 217, "name": "marketplace_offer_accepted_c", "comment": null}, "stage_0_date_time_c": {"type": "TIMESTAMP", "index": 218, "name": "stage_0_date_time_c", "comment": null}, "stage_1_date_time_c": {"type": "TIMESTAMP", "index": 219, "name": "stage_1_date_time_c", "comment": null}, "round_robin_ae_c": {"type": "STRING", "index": 220, "name": "round_robin_ae_c", "comment": null}, "round_robin_ae_trigger_c": {"type": "BOOL", "index": 221, "name": "round_robin_ae_trigger_c", "comment": null}, "automation_validation_override_c": {"type": "BOOL", "index": 222, "name": "automation_validation_override_c", "comment": null}, "related_renewal_opportunity_c": {"type": "STRING", "index": 223, "name": "related_renewal_opportunity_c", "comment": null}, "sales_rep_to_be_credited_c": {"type": "STRING", "index": 224, "name": "sales_rep_to_be_credited_c", "comment": null}, "trial_self_service_converted_c": {"type": "BOOL", "index": 225, "name": "trial_self_service_converted_c", "comment": null}, "migration_opportunity_c": {"type": "BOOL", "index": 226, "name": "migration_opportunity_c", "comment": null}, "post_close_changes_c": {"type": "BOOL", "index": 227, "name": "post_close_changes_c", "comment": null}, "assigned_tsm_c": {"type": "STRING", "index": 228, "name": "assigned_tsm_c", "comment": null}, "allbound_partner_id_c": {"type": "STRING", "index": 229, "name": "allbound_partner_id_c", "comment": null}, "se_summary_c": {"type": "STRING", "index": 230, "name": "se_summary_c", "comment": null}, "ae_paired_csm_c": {"type": "STRING", "index": 231, "name": "ae_paired_csm_c", "comment": null}, "vh_can_revive_c": {"type": "BOOL", "index": 232, "name": "vh_can_revive_c", "comment": null}, "vh_date_revived_c": {"type": "TIMESTAMP", "index": 233, "name": "vh_date_revived_c", "comment": null}, "vh_deal_breaker_opportunity_gap_score_c": {"type": "STRING", "index": 234, "name": "vh_deal_breaker_opportunity_gap_score_c", "comment": null}, "vh_deal_challenge_opportunity_gap_score_c": {"type": "STRING", "index": 235, "name": "vh_deal_challenge_opportunity_gap_score_c", "comment": null}, "vh_nice_to_have_opportunity_gap_score_c": {"type": "STRING", "index": 236, "name": "vh_nice_to_have_opportunity_gap_score_c", "comment": null}, "vh_opportunity_gap_score_c": {"type": "STRING", "index": 237, "name": "vh_opportunity_gap_score_c", "comment": null}, "vh_opportunity_score_c": {"type": "FLOAT64", "index": 238, "name": "vh_opportunity_score_c", "comment": null}, "vh_presales_concern_c": {"type": "STRING", "index": 239, "name": "vh_presales_concern_c", "comment": null}, "vh_presales_stage_c": {"type": "STRING", "index": 240, "name": "vh_presales_stage_c", "comment": null}, "vh_technical_differentiation_c": {"type": "STRING", "index": 241, "name": "vh_technical_differentiation_c", "comment": null}, "se_manager_summary_c": {"type": "STRING", "index": 242, "name": "se_manager_summary_c", "comment": null}, "bugs_c": {"type": "STRING", "index": 243, "name": "bugs_c", "comment": null}, "approval_required_c": {"type": "BOOL", "index": 244, "name": "approval_required_c", "comment": null}, "push_counter_c": {"type": "FLOAT64", "index": 245, "name": "push_counter_c", "comment": null}, "mar_link_c": {"type": "STRING", "index": 246, "name": "mar_link_c", "comment": null}, "contact_id": {"type": "STRING", "index": 247, "name": "contact_id", "comment": null}, "last_amount_changed_history_id": {"type": "STRING", "index": 248, "name": "last_amount_changed_history_id", "comment": null}, "last_close_date_changed_history_id": {"type": "STRING", "index": 249, "name": "last_close_date_changed_history_id", "comment": null}, "expected_renewal_amount_c": {"type": "NUMERIC", "index": 250, "name": "expected_renewal_amount_c", "comment": null}, "connectors_c": {"type": "STRING", "index": 251, "name": "connectors_c", "comment": null}, "estimated_credit_consumption_per_month_c": {"type": "FLOAT64", "index": 252, "name": "estimated_credit_consumption_per_month_c", "comment": null}, "project_status_c": {"type": "STRING", "index": 253, "name": "project_status_c", "comment": null}, "type_of_churn_c": {"type": "STRING", "index": 254, "name": "type_of_churn_c", "comment": null}, "usage_reason_c": {"type": "STRING", "index": 255, "name": "usage_reason_c", "comment": null}, "use_cases_c": {"type": "STRING", "index": 256, "name": "use_cases_c", "comment": null}, "bizible_2_bizible_opportunity_amount_c": {"type": "BIGNUMERIC", "index": 257, "name": "bizible_2_bizible_opportunity_amount_c", "comment": null}, "active_technical_owner_c": {"type": "STRING", "index": 258, "name": "active_technical_owner_c", "comment": null}, "referral_partner_c": {"type": "STRING", "index": 259, "name": "referral_partner_c", "comment": null}, "celigo_sfnsio_bill_to_tier_c": {"type": "STRING", "index": 260, "name": "celigo_sfnsio_bill_to_tier_c", "comment": null}, "celigo_sfnsio_contract_opportunity_c": {"type": "BOOL", "index": 261, "name": "celigo_sfnsio_contract_opportunity_c", "comment": null}, "celigo_sfnsio_contract_term_c": {"type": "FLOAT64", "index": 262, "name": "celigo_sfnsio_contract_term_c", "comment": null}, "celigo_sfnsio_distributor_c": {"type": "STRING", "index": 263, "name": "celigo_sfnsio_distributor_c", "comment": null}, "celigo_sfnsio_end_date_c": {"type": "TIMESTAMP", "index": 264, "name": "celigo_sfnsio_end_date_c", "comment": null}, "celigo_sfnsio_end_user_c": {"type": "STRING", "index": 265, "name": "celigo_sfnsio_end_user_c", "comment": null}, "celigo_sfnsio_from_contract_c": {"type": "STRING", "index": 266, "name": "celigo_sfnsio_from_contract_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "STRING", "index": 267, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "celigo_sfnsio_net_suite_opportunity_id_c": {"type": "STRING", "index": 268, "name": "celigo_sfnsio_net_suite_opportunity_id_c", "comment": null}, "celigo_sfnsio_net_suite_opportunity_record_url_c": {"type": "STRING", "index": 269, "name": "celigo_sfnsio_net_suite_opportunity_record_url_c", "comment": null}, "celigo_sfnsio_net_suite_order_number_c": {"type": "STRING", "index": 270, "name": "celigo_sfnsio_net_suite_order_number_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "STRING", "index": 271, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_net_suite_sync_error_c": {"type": "STRING", "index": 272, "name": "celigo_sfnsio_net_suite_sync_error_c", "comment": null}, "celigo_sfnsio_ns_originated_order_c": {"type": "BOOL", "index": 273, "name": "celigo_sfnsio_ns_originated_order_c", "comment": null}, "celigo_sfnsio_renewal_term_c": {"type": "FLOAT64", "index": 274, "name": "celigo_sfnsio_renewal_term_c", "comment": null}, "celigo_sfnsio_reseller_c": {"type": "STRING", "index": 275, "name": "celigo_sfnsio_reseller_c", "comment": null}, "celigo_sfnsio_ship_to_tier_c": {"type": "STRING", "index": 276, "name": "celigo_sfnsio_ship_to_tier_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "BOOL", "index": 277, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_start_date_c": {"type": "TIMESTAMP", "index": 278, "name": "celigo_sfnsio_start_date_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "BOOL", "index": 279, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "initial_meeting_notes_c": {"type": "STRING", "index": 280, "name": "initial_meeting_notes_c", "comment": null}, "initial_meeting_source_c": {"type": "STRING", "index": 281, "name": "initial_meeting_source_c", "comment": null}, "initial_meeting_date_c": {"type": "TIMESTAMP", "index": 282, "name": "initial_meeting_date_c", "comment": null}, "initial_meeting_status_c": {"type": "STRING", "index": 283, "name": "initial_meeting_status_c", "comment": null}, "bdr_sdr_override_c": {"type": "BOOL", "index": 284, "name": "bdr_sdr_override_c", "comment": null}, "tsm_discovered_c": {"type": "BOOL", "index": 285, "name": "tsm_discovered_c", "comment": null}, "for_initial_revenue_ramp_c": {"type": "BOOL", "index": 286, "name": "for_initial_revenue_ramp_c", "comment": null}, "clari_amount_c": {"type": "BIGNUMERIC", "index": 287, "name": "clari_amount_c", "comment": null}, "connector_x_c": {"type": "STRING", "index": 288, "name": "connector_x_c", "comment": null}, "use_cases_deprecate_c": {"type": "STRING", "index": 289, "name": "use_cases_deprecate_c", "comment": null}, "data_stack_c": {"type": "STRING", "index": 290, "name": "data_stack_c", "comment": null}, "projected_ending_4_mos_amount_total_c": {"type": "BIGNUMERIC", "index": 291, "name": "projected_ending_4_mos_amount_total_c", "comment": null}, "p_o_number_c": {"type": "STRING", "index": 292, "name": "p_o_number_c", "comment": null}, "user_gems_user_gems_summary_c": {"type": "STRING", "index": 293, "name": "user_gems_user_gems_summary_c", "comment": null}, "fivetran_map_link_c": {"type": "STRING", "index": 294, "name": "fivetran_map_link_c", "comment": null}, "after_scenario_c": {"type": "STRING", "index": 295, "name": "after_scenario_c", "comment": null}, "top_competition_c": {"type": "STRING", "index": 296, "name": "top_competition_c", "comment": null}, "economic_buyer_lu_c": {"type": "STRING", "index": 297, "name": "economic_buyer_lu_c", "comment": null}, "champion_lu_c": {"type": "STRING", "index": 298, "name": "champion_lu_c", "comment": null}, "paper_process_c": {"type": "STRING", "index": 299, "name": "paper_process_c", "comment": null}, "before_scenario_c": {"type": "STRING", "index": 300, "name": "before_scenario_c", "comment": null}, "defensible_differentiators_c": {"type": "STRING", "index": 301, "name": "defensible_differentiators_c", "comment": null}, "positive_business_outcomes_c": {"type": "STRING", "index": 302, "name": "positive_business_outcomes_c", "comment": null}, "customer_marketplace_pref_c": {"type": "STRING", "index": 303, "name": "customer_marketplace_pref_c", "comment": null}, "using_consultant_si_c": {"type": "STRING", "index": 304, "name": "using_consultant_si_c", "comment": null}, "value_drivers_c": {"type": "STRING", "index": 305, "name": "value_drivers_c", "comment": null}, "is_solution_architect_needed_c": {"type": "BOOL", "index": 306, "name": "is_solution_architect_needed_c", "comment": null}, "contact_opportunity_created_from_c": {"type": "STRING", "index": 307, "name": "contact_opportunity_created_from_c", "comment": null}, "previous_contract_blended_unit_price_c": {"type": "BIGNUMERIC", "index": 308, "name": "previous_contract_blended_unit_price_c", "comment": null}, "previous_contract_total_credits_purchase_c": {"type": "FLOAT64", "index": 309, "name": "previous_contract_total_credits_purchase_c", "comment": null}, "original_price_per_credit_c": {"type": "BIGNUMERIC", "index": 310, "name": "original_price_per_credit_c", "comment": null}, "previous_contract_discount_percentage_c": {"type": "FLOAT64", "index": 311, "name": "previous_contract_discount_percentage_c", "comment": null}, "expected_renewal_amount_override_1_c": {"type": "NUMERIC", "index": 312, "name": "expected_renewal_amount_override_1_c", "comment": null}, "expected_renewal_override_c": {"type": "BIGNUMERIC", "index": 313, "name": "expected_renewal_override_c", "comment": null}, "bookings_arr_2_c": {"type": "BIGNUMERIC", "index": 314, "name": "bookings_arr_2_c", "comment": null}, "baseline_arr_2_c": {"type": "BIGNUMERIC", "index": 315, "name": "baseline_arr_2_c", "comment": null}, "value_of_services_purchased_c": {"type": "BIGNUMERIC", "index": 316, "name": "value_of_services_purchased_c", "comment": null}, "value_of_credits_purchased_c": {"type": "NUMERIC", "index": 317, "name": "value_of_credits_purchased_c", "comment": null}, "renewal_fields_verified_c": {"type": "BOOL", "index": 318, "name": "renewal_fields_verified_c", "comment": null}, "no_co_sell_reason_c": {"type": "STRING", "index": 319, "name": "no_co_sell_reason_c", "comment": null}, "credit_summary_at_creation_c": {"type": "STRING", "index": 320, "name": "credit_summary_at_creation_c", "comment": null}, "renewal_date_on_creation_c": {"type": "TIMESTAMP", "index": 321, "name": "renewal_date_on_creation_c", "comment": null}, "did_you_pitch_quickstart_packages_c": {"type": "STRING", "index": 322, "name": "did_you_pitch_quickstart_packages_c", "comment": null}, "expected_renewal_amount_stamp_c": {"type": "BIGNUMERIC", "index": 323, "name": "expected_renewal_amount_stamp_c", "comment": null}, "platform_level_stamped_c": {"type": "STRING", "index": 324, "name": "platform_level_stamped_c", "comment": null}, "customer_spend_type_c": {"type": "STRING", "index": 325, "name": "customer_spend_type_c", "comment": null}, "self_service_routing_c": {"type": "BOOL", "index": 326, "name": "self_service_routing_c", "comment": null}, "value_of_rollover_credits_quote_stamp_c": {"type": "BIGNUMERIC", "index": 327, "name": "value_of_rollover_credits_quote_stamp_c", "comment": null}, "renewal_manager_notes_c": {"type": "STRING", "index": 328, "name": "renewal_manager_notes_c", "comment": null}, "fivetran_use_case_c": {"type": "STRING", "index": 329, "name": "fivetran_use_case_c", "comment": null}, "did_you_try_to_sell_services_c": {"type": "STRING", "index": 330, "name": "did_you_try_to_sell_services_c", "comment": null}, "routed_from_manual_bdr_ae_activity_c": {"type": "BOOL", "index": 331, "name": "routed_from_manual_bdr_ae_activity_c", "comment": null}, "group_id_c": {"type": "STRING", "index": 332, "name": "group_id_c", "comment": null}, "comma_separated_schema_list_c": {"type": "STRING", "index": 333, "name": "comma_separated_schema_list_c", "comment": null}, "si_referral_count_c": {"type": "FLOAT64", "index": 334, "name": "si_referral_count_c", "comment": null}, "si_referral_partner_chosen_c": {"type": "BOOL", "index": 335, "name": "si_referral_partner_chosen_c", "comment": null}, "partner_relationship_added_c": {"type": "STRING", "index": 336, "name": "partner_relationship_added_c", "comment": null}, "si_with_partner_referral_activity_type_c": {"type": "BOOL", "index": 337, "name": "si_with_partner_referral_activity_type_c", "comment": null}, "late_renewal_subscription_c": {"type": "STRING", "index": 338, "name": "late_renewal_subscription_c", "comment": null}, "rev_ops_created_renewal_c": {"type": "BOOL", "index": 339, "name": "rev_ops_created_renewal_c", "comment": null}, "conversion_opp_type_c": {"type": "STRING", "index": 340, "name": "conversion_opp_type_c", "comment": null}, "projected_mrr_increase_clari_c": {"type": "FLOAT64", "index": 341, "name": "projected_mrr_increase_clari_c", "comment": null}, "amount_rollover_annualized_stamped_c": {"type": "BIGNUMERIC", "index": 342, "name": "amount_rollover_annualized_stamped_c", "comment": null}, "credit_amount_stamped_c": {"type": "BIGNUMERIC", "index": 343, "name": "credit_amount_stamped_c", "comment": null}, "rollover_value_on_close_c": {"type": "BIGNUMERIC", "index": 344, "name": "rollover_value_on_close_c", "comment": null}, "lost_to_a_competitive_solution_c": {"type": "STRING", "index": 345, "name": "lost_to_a_competitive_solution_c", "comment": null}, "lost_primary_reason_detail_c": {"type": "STRING", "index": 346, "name": "lost_primary_reason_detail_c", "comment": null}, "marketing_activity_in_last_30_days_c": {"type": "BOOL", "index": 347, "name": "marketing_activity_in_last_30_days_c", "comment": null}, "disco_meeting_date_c": {"type": "TIMESTAMP", "index": 348, "name": "disco_meeting_date_c", "comment": null}, "disco_meeting_status_c": {"type": "STRING", "index": 349, "name": "disco_meeting_status_c", "comment": null}, "third_party_data_c": {"type": "STRING", "index": 350, "name": "third_party_data_c", "comment": null}, "pbf_overlay_c": {"type": "STRING", "index": 351, "name": "pbf_overlay_c", "comment": null}, "services_stage_2_date_c": {"type": "TIMESTAMP", "index": 352, "name": "services_stage_2_date_c", "comment": null}, "why_did_we_lose_the_services_pitch_c": {"type": "STRING", "index": 353, "name": "why_did_we_lose_the_services_pitch_c", "comment": null}, "partner_relationship_created_automation_c": {"type": "BOOL", "index": 354, "name": "partner_relationship_created_automation_c", "comment": null}, "non_connector_expansion_c": {"type": "BOOL", "index": 355, "name": "non_connector_expansion_c", "comment": null}, "purchase_order_required_c": {"type": "STRING", "index": 356, "name": "purchase_order_required_c", "comment": null}, "push_count": {"type": "INT64", "index": 357, "name": "push_count", "comment": null}, "last_stage_change_date": {"type": "TIMESTAMP", "index": 358, "name": "last_stage_change_date", "comment": null}, "logged_to_partner_portal_c": {"type": "BOOL", "index": 359, "name": "logged_to_partner_portal_c", "comment": null}, "bdr_sdr_cross_sell_disco_call_c": {"type": "BOOL", "index": 360, "name": "bdr_sdr_cross_sell_disco_call_c", "comment": null}, "expected_renewal_expansion_override_c": {"type": "BIGNUMERIC", "index": 361, "name": "expected_renewal_expansion_override_c", "comment": null}, "hvr_contract_end_date_c": {"type": "TIMESTAMP", "index": 362, "name": "hvr_contract_end_date_c", "comment": null}, "hvr_technical_fit_c": {"type": "STRING", "index": 363, "name": "hvr_technical_fit_c", "comment": null}, "hvr_arr_new_c": {"type": "BIGNUMERIC", "index": 364, "name": "hvr_arr_new_c", "comment": null}, "legacy_hvr_id_c": {"type": "STRING", "index": 365, "name": "legacy_hvr_id_c", "comment": null}, "hvr_sales_region_c": {"type": "STRING", "index": 366, "name": "hvr_sales_region_c", "comment": null}, "contract_id": {"type": "STRING", "index": 367, "name": "contract_id", "comment": null}, "hvr_arr_end_c": {"type": "TIMESTAMP", "index": 368, "name": "hvr_arr_end_c", "comment": null}, "hvr_sum_of_forecast_calc_c": {"type": "BIGNUMERIC", "index": 369, "name": "hvr_sum_of_forecast_calc_c", "comment": null}, "hvr_nrr_total_c": {"type": "BIGNUMERIC", "index": 370, "name": "hvr_nrr_total_c", "comment": null}, "hvr_type_summary_c": {"type": "STRING", "index": 371, "name": "hvr_type_summary_c", "comment": null}, "hvr_special_instructions_for_licensing_c": {"type": "STRING", "index": 372, "name": "hvr_special_instructions_for_licensing_c", "comment": null}, "hvr_year_3_amount_c": {"type": "BIGNUMERIC", "index": 373, "name": "hvr_year_3_amount_c", "comment": null}, "hvr_targets_c": {"type": "STRING", "index": 374, "name": "hvr_targets_c", "comment": null}, "hvr_type_adj_c": {"type": "STRING", "index": 375, "name": "hvr_type_adj_c", "comment": null}, "hvr_arr_expansion_c": {"type": "BIGNUMERIC", "index": 376, "name": "hvr_arr_expansion_c", "comment": null}, "negative_consequences_c": {"type": "STRING", "index": 377, "name": "negative_consequences_c", "comment": null}, "hvr_quarterly_forecast_summary_c": {"type": "STRING", "index": 378, "name": "hvr_quarterly_forecast_summary_c", "comment": null}, "hvr_sal_confirmed_with_ae_c": {"type": "BOOL", "index": 379, "name": "hvr_sal_confirmed_with_ae_c", "comment": null}, "hvr_years_2_5_on_quote_c": {"type": "BIGNUMERIC", "index": 380, "name": "hvr_years_2_5_on_quote_c", "comment": null}, "hvr_arr_license_total_c": {"type": "BIGNUMERIC", "index": 381, "name": "hvr_arr_license_total_c", "comment": null}, "hvr_term_months_c": {"type": "FLOAT64", "index": 382, "name": "hvr_term_months_c", "comment": null}, "hvr_upside_value_at_50_c": {"type": "BIGNUMERIC", "index": 383, "name": "hvr_upside_value_at_50_c", "comment": null}, "proof_point_c": {"type": "STRING", "index": 384, "name": "proof_point_c", "comment": null}, "hub_fingerprint_c": {"type": "STRING", "index": 385, "name": "hub_fingerprint_c", "comment": null}, "demo_deep_technical_dive_completed_date_c": {"type": "TIMESTAMP", "index": 386, "name": "demo_deep_technical_dive_completed_date_c", "comment": null}, "hvr_license_type_1_c": {"type": "STRING", "index": 387, "name": "hvr_license_type_1_c", "comment": null}, "hvr_year_2_c": {"type": "STRING", "index": 388, "name": "hvr_year_2_c", "comment": null}, "hvr_currency_code_c": {"type": "STRING", "index": 389, "name": "hvr_currency_code_c", "comment": null}, "hvr_fq_c": {"type": "STRING", "index": 390, "name": "hvr_fq_c", "comment": null}, "hvr_multi_year_total_c": {"type": "BIGNUMERIC", "index": 391, "name": "hvr_multi_year_total_c", "comment": null}, "hvr_annual_support_c": {"type": "BIGNUMERIC", "index": 392, "name": "hvr_annual_support_c", "comment": null}, "hvr_targets_count_c": {"type": "FLOAT64", "index": 393, "name": "hvr_targets_count_c", "comment": null}, "opportunity_channel_confirmed_c": {"type": "BOOL", "index": 394, "name": "opportunity_channel_confirmed_c", "comment": null}, "how_we_do_it_c": {"type": "STRING", "index": 395, "name": "how_we_do_it_c", "comment": null}, "hvr_primary_cloud_preference_c": {"type": "STRING", "index": 396, "name": "hvr_primary_cloud_preference_c", "comment": null}, "hvr_year_4_c": {"type": "STRING", "index": 397, "name": "hvr_year_4_c", "comment": null}, "hvr_sources_c": {"type": "STRING", "index": 398, "name": "hvr_sources_c", "comment": null}, "hvr_arr_start_c": {"type": "TIMESTAMP", "index": 399, "name": "hvr_arr_start_c", "comment": null}, "hvr_fy_c": {"type": "STRING", "index": 400, "name": "hvr_fy_c", "comment": null}, "hvr_year_5_amount_c": {"type": "BIGNUMERIC", "index": 401, "name": "hvr_year_5_amount_c", "comment": null}, "is_private": {"type": "BOOL", "index": 402, "name": "is_private", "comment": null}, "hvr_arr_support_products_c": {"type": "FLOAT64", "index": 403, "name": "hvr_arr_support_products_c", "comment": null}, "license_key_generated_c": {"type": "BOOL", "index": 404, "name": "license_key_generated_c", "comment": null}, "hvr_arr_from_products_c": {"type": "BIGNUMERIC", "index": 405, "name": "hvr_arr_from_products_c", "comment": null}, "total_opportunity_quantity": {"type": "FLOAT64", "index": 406, "name": "total_opportunity_quantity", "comment": null}, "hvr_sapruntimeflag_c": {"type": "BOOL", "index": 407, "name": "hvr_sapruntimeflag_c", "comment": null}, "hvr_arr_from_total_arr_products_added_c": {"type": "BIGNUMERIC", "index": 408, "name": "hvr_arr_from_total_arr_products_added_c", "comment": null}, "hvr_arr_support_total_c": {"type": "BIGNUMERIC", "index": 409, "name": "hvr_arr_support_total_c", "comment": null}, "hvr_year_4_amount_c": {"type": "BIGNUMERIC", "index": 410, "name": "hvr_year_4_amount_c", "comment": null}, "opportunity_sources_and_targets_reviewed_c": {"type": "BOOL", "index": 411, "name": "opportunity_sources_and_targets_reviewed_c", "comment": null}, "hvr_pilot_fees_c": {"type": "BIGNUMERIC", "index": 412, "name": "hvr_pilot_fees_c", "comment": null}, "intacct_customer_id_c": {"type": "STRING", "index": 413, "name": "intacct_customer_id_c", "comment": null}, "hvr_arr_old_c": {"type": "BIGNUMERIC", "index": 414, "name": "hvr_arr_old_c", "comment": null}, "hvr_arr_adjusted_c": {"type": "BIGNUMERIC", "index": 415, "name": "hvr_arr_adjusted_c", "comment": null}, "hvr_churn_date_c": {"type": "TIMESTAMP", "index": 416, "name": "hvr_churn_date_c", "comment": null}, "hvr_arr_total_products_c": {"type": "BIGNUMERIC", "index": 417, "name": "hvr_arr_total_products_c", "comment": null}, "required_capabilities_c": {"type": "STRING", "index": 418, "name": "required_capabilities_c", "comment": null}, "hvr_sources_count_c": {"type": "FLOAT64", "index": 419, "name": "hvr_sources_count_c", "comment": null}, "hvr_secondary_cloud_preference_c": {"type": "STRING", "index": 420, "name": "hvr_secondary_cloud_preference_c", "comment": null}, "hvr_arr_type_2_c": {"type": "STRING", "index": 421, "name": "hvr_arr_type_2_c", "comment": null}, "differentiators_against_c": {"type": "STRING", "index": 422, "name": "differentiators_against_c", "comment": null}, "nrr_total_c": {"type": "BIGNUMERIC", "index": 423, "name": "nrr_total_c", "comment": null}, "hvr_years_25_on_quote_c": {"type": "BIGNUMERIC", "index": 424, "name": "hvr_years_25_on_quote_c", "comment": null}, "hvr_opportunity_targets_c": {"type": "STRING", "index": 425, "name": "hvr_opportunity_targets_c", "comment": null}, "hvr_license_type_2_c": {"type": "STRING", "index": 426, "name": "hvr_license_type_2_c", "comment": null}, "hvr_solution_use_case_sub_category_c": {"type": "STRING", "index": 427, "name": "hvr_solution_use_case_sub_category_c", "comment": null}, "license_key_submission_date_stamp_c": {"type": "TIMESTAMP", "index": 428, "name": "license_key_submission_date_stamp_c", "comment": null}, "hvr_year_2_amount_c": {"type": "BIGNUMERIC", "index": 429, "name": "hvr_year_2_amount_c", "comment": null}, "hvr_new_arr_c": {"type": "BIGNUMERIC", "index": 430, "name": "hvr_new_arr_c", "comment": null}, "support_level_c": {"type": "STRING", "index": 431, "name": "support_level_c", "comment": null}, "hvr_arr_c": {"type": "BIGNUMERIC", "index": 432, "name": "hvr_arr_c", "comment": null}, "hvr_arr_calculated_c": {"type": "BIGNUMERIC", "index": 433, "name": "hvr_arr_calculated_c", "comment": null}, "hvr_amount_arrperpetual_c": {"type": "BIGNUMERIC", "index": 434, "name": "hvr_amount_arrperpetual_c", "comment": null}, "hvr_exchange_rate_c": {"type": "FLOAT64", "index": 435, "name": "hvr_exchange_rate_c", "comment": null}, "hvr_perpetual_amount_c": {"type": "BIGNUMERIC", "index": 436, "name": "hvr_perpetual_amount_c", "comment": null}, "hvr_arr_contraction_c": {"type": "BIGNUMERIC", "index": 437, "name": "hvr_arr_contraction_c", "comment": null}, "hvr_arr_months_c": {"type": "FLOAT64", "index": 438, "name": "hvr_arr_months_c", "comment": null}, "hvr_arr_gold_at_12_of_license_total_c": {"type": "BIGNUMERIC", "index": 439, "name": "hvr_arr_gold_at_12_of_license_total_c", "comment": null}, "hvr_arr_forecast_expected_c": {"type": "BIGNUMERIC", "index": 440, "name": "hvr_arr_forecast_expected_c", "comment": null}, "hvr_year_5_c": {"type": "STRING", "index": 441, "name": "hvr_year_5_c", "comment": null}, "hvr_arr_total_c": {"type": "BIGNUMERIC", "index": 442, "name": "hvr_arr_total_c", "comment": null}, "hvr_type_arrperpetual_c": {"type": "STRING", "index": 443, "name": "hvr_type_arrperpetual_c", "comment": null}, "hvr_tcv_c": {"type": "BIGNUMERIC", "index": 444, "name": "hvr_tcv_c", "comment": null}, "hvr_year_3_c": {"type": "STRING", "index": 445, "name": "hvr_year_3_c", "comment": null}, "hvr_arr_type_c": {"type": "STRING", "index": 446, "name": "hvr_arr_type_c", "comment": null}, "demo_deep_technical_dive_scheduled_date_c": {"type": "TIMESTAMP", "index": 447, "name": "demo_deep_technical_dive_scheduled_date_c", "comment": null}, "hvr_pro_serve_products_c": {"type": "FLOAT64", "index": 448, "name": "hvr_pro_serve_products_c", "comment": null}, "hvr_pro_serve_total_c": {"type": "BIGNUMERIC", "index": 449, "name": "hvr_pro_serve_total_c", "comment": null}, "hvr_total_amount_c": {"type": "BIGNUMERIC", "index": 450, "name": "hvr_total_amount_c", "comment": null}, "lean_data_status_info_c": {"type": "STRING", "index": 451, "name": "lean_data_status_info_c", "comment": null}, "hvr_additional_partners_c": {"type": "STRING", "index": 452, "name": "hvr_additional_partners_c", "comment": null}, "hvr_local_amount_c": {"type": "FLOAT64", "index": 453, "name": "hvr_local_amount_c", "comment": null}, "explain_reason_for_hvr_6_1_sale_c": {"type": "STRING", "index": 454, "name": "explain_reason_for_hvr_6_1_sale_c", "comment": null}, "hvr_6_1_proposed_sale_c": {"type": "BOOL", "index": 455, "name": "hvr_6_1_proposed_sale_c", "comment": null}, "approval_of_hvr_6_1_sale_c": {"type": "BOOL", "index": 456, "name": "approval_of_hvr_6_1_sale_c", "comment": null}, "hvr_6_1_sale_decision_c": {"type": "STRING", "index": 457, "name": "hvr_6_1_sale_decision_c", "comment": null}, "hvr_poc_sources_details_c": {"type": "STRING", "index": 458, "name": "hvr_poc_sources_details_c", "comment": null}, "hvr_poc_targets_c": {"type": "STRING", "index": 459, "name": "hvr_poc_targets_c", "comment": null}, "hvr_check_list_sent_c": {"type": "STRING", "index": 460, "name": "hvr_check_list_sent_c", "comment": null}, "hvr_start_date_actual_c": {"type": "STRING", "index": 461, "name": "hvr_start_date_actual_c", "comment": null}, "hvr_check_list_received_c": {"type": "STRING", "index": 462, "name": "hvr_check_list_received_c", "comment": null}, "hvr_support_location_c": {"type": "STRING", "index": 463, "name": "hvr_support_location_c", "comment": null}, "hvr_stop_date_plan_c": {"type": "STRING", "index": 464, "name": "hvr_stop_date_plan_c", "comment": null}, "hvr_start_date_plan_c": {"type": "STRING", "index": 465, "name": "hvr_start_date_plan_c", "comment": null}, "hvr_what_worked_c": {"type": "STRING", "index": 466, "name": "hvr_what_worked_c", "comment": null}, "hvr_competition_c": {"type": "STRING", "index": 467, "name": "hvr_competition_c", "comment": null}, "hvr_what_didnt_work_c": {"type": "STRING", "index": 468, "name": "hvr_what_didnt_work_c", "comment": null}, "hvr_conducted_by_c": {"type": "STRING", "index": 469, "name": "hvr_conducted_by_c", "comment": null}, "hvr_poc_sources_c": {"type": "STRING", "index": 470, "name": "hvr_poc_sources_c", "comment": null}, "hvr_review_call_date_c": {"type": "STRING", "index": 471, "name": "hvr_review_call_date_c", "comment": null}, "hvr_stop_date_actual_c": {"type": "STRING", "index": 472, "name": "hvr_stop_date_actual_c", "comment": null}, "hvr_will_there_be_a_poc_c": {"type": "STRING", "index": 473, "name": "hvr_will_there_be_a_poc_c", "comment": null}, "hvr_poc_of_days_c": {"type": "STRING", "index": 474, "name": "hvr_poc_of_days_c", "comment": null}, "hvr_poc_targets_details_c": {"type": "STRING", "index": 475, "name": "hvr_poc_targets_details_c", "comment": null}, "hvr_hub_details_c": {"type": "STRING", "index": 476, "name": "hvr_hub_details_c", "comment": null}, "legacy_hvr_channel_c": {"type": "STRING", "index": 477, "name": "legacy_hvr_channel_c", "comment": null}, "account_strategist_stamp_c": {"type": "STRING", "index": 478, "name": "account_strategist_stamp_c", "comment": null}, "hvr_fivetran_conversion_type_c": {"type": "STRING", "index": 479, "name": "hvr_fivetran_conversion_type_c", "comment": null}, "olp_cancellation_override_c": {"type": "BOOL", "index": 480, "name": "olp_cancellation_override_c", "comment": null}, "account_strategist_1_c": {"type": "STRING", "index": 481, "name": "account_strategist_1_c", "comment": null}, "product_being_pitched_c": {"type": "STRING", "index": 482, "name": "product_being_pitched_c", "comment": null}, "estimated_monthly_dollar_consumption_c": {"type": "BIGNUMERIC", "index": 483, "name": "estimated_monthly_dollar_consumption_c", "comment": null}, "platform_level_sso_c": {"type": "STRING", "index": 484, "name": "platform_level_sso_c", "comment": null}, "salesforce_created_c": {"type": "BOOL", "index": 485, "name": "salesforce_created_c", "comment": null}, "route_pbf_overlay_c": {"type": "BOOL", "index": 486, "name": "route_pbf_overlay_c", "comment": null}, "hvr_deal_submitted_c": {"type": "BOOL", "index": 487, "name": "hvr_deal_submitted_c", "comment": null}, "annual_2_olp_conversion_created_c": {"type": "BOOL", "index": 488, "name": "annual_2_olp_conversion_created_c", "comment": null}, "sub_start_date_vp_level_exception_c": {"type": "BOOL", "index": 489, "name": "sub_start_date_vp_level_exception_c", "comment": null}, "closed_won_region_c": {"type": "STRING", "index": 490, "name": "closed_won_region_c", "comment": null}, "closed_won_segment_c": {"type": "STRING", "index": 491, "name": "closed_won_segment_c", "comment": null}, "deal_desk_notes_c": {"type": "STRING", "index": 492, "name": "deal_desk_notes_c", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 141684051.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 121417.0, "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_source.salesforce.opportunity"}, "source.salesforce_source.salesforce.user": {"metadata": {"type": "table", "schema": "salesforce", "name": "user", "database": "fivetran", "comment": null, "owner": null}, "columns": {"user_preferences_disable_endorsement_email": {"type": "BOOL", "index": 1, "name": "user_preferences_disable_endorsement_email", "comment": null}, "locale_sid_key": {"type": "STRING", "index": 2, "name": "locale_sid_key", "comment": null}, "receives_info_emails": {"type": "BOOL", "index": 3, "name": "receives_info_emails", "comment": null}, "about_me": {"type": "STRING", "index": 4, "name": "about_me", "comment": null}, "division": {"type": "STRING", "index": 5, "name": "division", "comment": null}, "user_preferences_disable_change_comment_email": {"type": "BOOL", "index": 6, "name": "user_preferences_disable_change_comment_email", "comment": null}, "user_preferences_show_title_to_external_users": {"type": "BOOL", "index": 7, "name": "user_preferences_show_title_to_external_users", "comment": null}, "user_role_id": {"type": "STRING", "index": 8, "name": "user_role_id", "comment": null}, "user_type": {"type": "STRING", "index": 9, "name": "user_type", "comment": null}, "user_preferences_show_city_to_external_users": {"type": "BOOL", "index": 10, "name": "user_preferences_show_city_to_external_users", "comment": null}, "community_nickname": {"type": "STRING", "index": 11, "name": "community_nickname", "comment": null}, "user_preferences_show_postal_code_to_guest_users": {"type": "BOOL", "index": 12, "name": "user_preferences_show_postal_code_to_guest_users", "comment": null}, "id": {"type": "STRING", "index": 13, "name": "id", "comment": null}, "state": {"type": "STRING", "index": 14, "name": "state", "comment": null}, "fax": {"type": "STRING", "index": 15, "name": "fax", "comment": null}, "echosign_dev_1_echo_sign_email_verified_c": {"type": "BOOL", "index": 16, "name": "echosign_dev_1_echo_sign_email_verified_c", "comment": null}, "user_permissions_mobile_user": {"type": "BOOL", "index": 17, "name": "user_permissions_mobile_user", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 18, "name": "last_referenced_date", "comment": null}, "badge_text": {"type": "STRING", "index": 19, "name": "badge_text", "comment": null}, "offline_pda_trial_expiration_date": {"type": "TIMESTAMP", "index": 20, "name": "offline_pda_trial_expiration_date", "comment": null}, "offline_trial_expiration_date": {"type": "TIMESTAMP", "index": 21, "name": "offline_trial_expiration_date", "comment": null}, "user_preferences_show_fax_to_guest_users": {"type": "BOOL", "index": 22, "name": "user_preferences_show_fax_to_guest_users", "comment": null}, "user_preferences_show_street_address_to_guest_users": {"type": "BOOL", "index": 23, "name": "user_preferences_show_street_address_to_guest_users", "comment": null}, "user_preferences_show_email_to_guest_users": {"type": "BOOL", "index": 24, "name": "user_preferences_show_email_to_guest_users", "comment": null}, "phone": {"type": "STRING", "index": 25, "name": "phone", "comment": null}, "profile_id": {"type": "STRING", "index": 26, "name": "profile_id", "comment": null}, "company_name": {"type": "STRING", "index": 27, "name": "company_name", "comment": null}, "user_preferences_disable_file_share_notifications_for_api": {"type": "BOOL", "index": 28, "name": "user_preferences_disable_file_share_notifications_for_api", "comment": null}, "employee_number": {"type": "STRING", "index": 29, "name": "employee_number", "comment": null}, "user_preferences_activity_reminders_popup": {"type": "BOOL", "index": 30, "name": "user_preferences_activity_reminders_popup", "comment": null}, "user_preferences_sort_feed_by_comment": {"type": "BOOL", "index": 31, "name": "user_preferences_sort_feed_by_comment", "comment": null}, "user_preferences_disable_profile_post_email": {"type": "BOOL", "index": 32, "name": "user_preferences_disable_profile_post_email", "comment": null}, "user_permissions_offline_user": {"type": "BOOL", "index": 33, "name": "user_permissions_offline_user", "comment": null}, "extension": {"type": "STRING", "index": 34, "name": "extension", "comment": null}, "user_permissions_chatter_answers_user": {"type": "BOOL", "index": 35, "name": "user_permissions_chatter_answers_user", "comment": null}, "user_preferences_show_street_address_to_external_users": {"type": "BOOL", "index": 36, "name": "user_preferences_show_street_address_to_external_users", "comment": null}, "city": {"type": "STRING", "index": 37, "name": "city", "comment": null}, "signature": {"type": "STRING", "index": 38, "name": "signature", "comment": null}, "user_preferences_show_title_to_guest_users": {"type": "BOOL", "index": 39, "name": "user_preferences_show_title_to_guest_users", "comment": null}, "latitude": {"type": "FLOAT64", "index": 40, "name": "latitude", "comment": null}, "user_preferences_show_manager_to_guest_users": {"type": "BOOL", "index": 41, "name": "user_preferences_show_manager_to_guest_users", "comment": null}, "default_group_notification_frequency": {"type": "STRING", "index": 42, "name": "default_group_notification_frequency", "comment": null}, "user_preferences_disable_bookmark_email": {"type": "BOOL", "index": 43, "name": "user_preferences_disable_bookmark_email", "comment": null}, "user_preferences_show_state_to_guest_users": {"type": "BOOL", "index": 44, "name": "user_preferences_show_state_to_guest_users", "comment": null}, "forecast_enabled": {"type": "BOOL", "index": 45, "name": "forecast_enabled", "comment": null}, "user_preferences_disable_later_comment_email": {"type": "BOOL", "index": 46, "name": "user_preferences_disable_later_comment_email", "comment": null}, "user_preferences_show_manager_to_external_users": {"type": "BOOL", "index": 47, "name": "user_preferences_show_manager_to_external_users", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 48, "name": "_fivetran_synced", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 49, "name": "last_viewed_date", "comment": null}, "manager_id": {"type": "STRING", "index": 50, "name": "manager_id", "comment": null}, "user_preferences_reminder_sound_off": {"type": "BOOL", "index": 51, "name": "user_preferences_reminder_sound_off", "comment": null}, "full_photo_url": {"type": "STRING", "index": 52, "name": "full_photo_url", "comment": null}, "user_preferences_show_postal_code_to_external_users": {"type": "BOOL", "index": 53, "name": "user_preferences_show_postal_code_to_external_users", "comment": null}, "email": {"type": "STRING", "index": 54, "name": "email", "comment": null}, "user_preferences_show_mobile_phone_to_guest_users": {"type": "BOOL", "index": 55, "name": "user_preferences_show_mobile_phone_to_guest_users", "comment": null}, "stay_in_touch_note": {"type": "STRING", "index": 56, "name": "stay_in_touch_note", "comment": null}, "user_preferences_disable_followers_email": {"type": "BOOL", "index": 57, "name": "user_preferences_disable_followers_email", "comment": null}, "user_preferences_hide_csnget_chatter_mobile_task": {"type": "BOOL", "index": 58, "name": "user_preferences_hide_csnget_chatter_mobile_task", "comment": null}, "is_active": {"type": "BOOL", "index": 59, "name": "is_active", "comment": null}, "echosign_dev_1_echo_sign_allow_delegated_sending_c": {"type": "BOOL", "index": 60, "name": "echosign_dev_1_echo_sign_allow_delegated_sending_c", "comment": null}, "small_photo_url": {"type": "STRING", "index": 61, "name": "small_photo_url", "comment": null}, "user_preferences_show_work_phone_to_external_users": {"type": "BOOL", "index": 62, "name": "user_preferences_show_work_phone_to_external_users", "comment": null}, "user_preferences_hide_csndesktop_task": {"type": "BOOL", "index": 63, "name": "user_preferences_hide_csndesktop_task", "comment": null}, "last_name": {"type": "STRING", "index": 64, "name": "last_name", "comment": null}, "user_preferences_task_reminders_checkbox_default": {"type": "BOOL", "index": 65, "name": "user_preferences_task_reminders_checkbox_default", "comment": null}, "user_preferences_dis_comment_after_like_email": {"type": "BOOL", "index": 66, "name": "user_preferences_dis_comment_after_like_email", "comment": null}, "is_profile_photo_active": {"type": "BOOL", "index": 67, "name": "is_profile_photo_active", "comment": null}, "account_id": {"type": "STRING", "index": 68, "name": "account_id", "comment": null}, "user_preferences_show_profile_pic_to_guest_users": {"type": "BOOL", "index": 69, "name": "user_preferences_show_profile_pic_to_guest_users", "comment": null}, "postal_code": {"type": "STRING", "index": 70, "name": "postal_code", "comment": null}, "user_preferences_show_email_to_external_users": {"type": "BOOL", "index": 71, "name": "user_preferences_show_email_to_external_users", "comment": null}, "user_permissions_marketing_user": {"type": "BOOL", "index": 72, "name": "user_permissions_marketing_user", "comment": null}, "country": {"type": "STRING", "index": 73, "name": "country", "comment": null}, "email_encoding_key": {"type": "STRING", "index": 74, "name": "email_encoding_key", "comment": null}, "user_preferences_show_country_to_guest_users": {"type": "BOOL", "index": 75, "name": "user_preferences_show_country_to_guest_users", "comment": null}, "user_preferences_disable_mentions_post_email": {"type": "BOOL", "index": 76, "name": "user_preferences_disable_mentions_post_email", "comment": null}, "user_preferences_show_country_to_external_users": {"type": "BOOL", "index": 77, "name": "user_preferences_show_country_to_external_users", "comment": null}, "user_preferences_show_work_phone_to_guest_users": {"type": "BOOL", "index": 78, "name": "user_preferences_show_work_phone_to_guest_users", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 79, "name": "last_modified_date", "comment": null}, "sender_name": {"type": "STRING", "index": 80, "name": "sender_name", "comment": null}, "user_preferences_apex_pages_developer_mode": {"type": "BOOL", "index": 81, "name": "user_preferences_apex_pages_developer_mode", "comment": null}, "user_preferences_hide_chatter_onboarding_splash": {"type": "BOOL", "index": 82, "name": "user_preferences_hide_chatter_onboarding_splash", "comment": null}, "stay_in_touch_signature": {"type": "STRING", "index": 83, "name": "stay_in_touch_signature", "comment": null}, "language_locale_key": {"type": "STRING", "index": 84, "name": "language_locale_key", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 85, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 86, "name": "system_modstamp", "comment": null}, "geocode_accuracy": {"type": "STRING", "index": 87, "name": "geocode_accuracy", "comment": null}, "receives_admin_info_emails": {"type": "BOOL", "index": 88, "name": "receives_admin_info_emails", "comment": null}, "user_preferences_disable_message_email": {"type": "BOOL", "index": 89, "name": "user_preferences_disable_message_email", "comment": null}, "time_zone_sid_key": {"type": "STRING", "index": 90, "name": "time_zone_sid_key", "comment": null}, "user_preferences_hide_second_chatter_onboarding_splash": {"type": "BOOL", "index": 91, "name": "user_preferences_hide_second_chatter_onboarding_splash", "comment": null}, "longitude": {"type": "FLOAT64", "index": 92, "name": "longitude", "comment": null}, "sender_email": {"type": "STRING", "index": 93, "name": "sender_email", "comment": null}, "email_preferences_auto_bcc_stay_in_touch": {"type": "BOOL", "index": 94, "name": "email_preferences_auto_bcc_stay_in_touch", "comment": null}, "email_preferences_auto_bcc": {"type": "BOOL", "index": 95, "name": "email_preferences_auto_bcc", "comment": null}, "last_login_date": {"type": "TIMESTAMP", "index": 96, "name": "last_login_date", "comment": null}, "call_center_id": {"type": "STRING", "index": 97, "name": "call_center_id", "comment": null}, "country_code": {"type": "STRING", "index": 98, "name": "country_code", "comment": null}, "user_preferences_path_assistant_collapsed": {"type": "BOOL", "index": 99, "name": "user_preferences_path_assistant_collapsed", "comment": null}, "banner_photo_url": {"type": "STRING", "index": 100, "name": "banner_photo_url", "comment": null}, "user_preferences_event_reminders_checkbox_default": {"type": "BOOL", "index": 101, "name": "user_preferences_event_reminders_checkbox_default", "comment": null}, "user_preferences_lightning_experience_preferred": {"type": "BOOL", "index": 102, "name": "user_preferences_lightning_experience_preferred", "comment": null}, "delegated_approver_id": {"type": "STRING", "index": 103, "name": "delegated_approver_id", "comment": null}, "user_preferences_disable_share_post_email": {"type": "BOOL", "index": 104, "name": "user_preferences_disable_share_post_email", "comment": null}, "last_password_change_date": {"type": "TIMESTAMP", "index": 105, "name": "last_password_change_date", "comment": null}, "name": {"type": "STRING", "index": 106, "name": "name", "comment": null}, "user_permissions_call_center_auto_login": {"type": "BOOL", "index": 107, "name": "user_permissions_call_center_auto_login", "comment": null}, "created_by_id": {"type": "STRING", "index": 108, "name": "created_by_id", "comment": null}, "user_preferences_dis_mentions_comment_email": {"type": "BOOL", "index": 109, "name": "user_preferences_dis_mentions_comment_email", "comment": null}, "state_code": {"type": "STRING", "index": 110, "name": "state_code", "comment": null}, "email_preferences_stay_in_touch_reminder": {"type": "BOOL", "index": 111, "name": "email_preferences_stay_in_touch_reminder", "comment": null}, "user_preferences_hide_s_1_browser_ui": {"type": "BOOL", "index": 112, "name": "user_preferences_hide_s_1_browser_ui", "comment": null}, "digest_frequency": {"type": "STRING", "index": 113, "name": "digest_frequency", "comment": null}, "contact_id": {"type": "STRING", "index": 114, "name": "contact_id", "comment": null}, "title": {"type": "STRING", "index": 115, "name": "title", "comment": null}, "user_permissions_interaction_user": {"type": "BOOL", "index": 116, "name": "user_permissions_interaction_user", "comment": null}, "user_preferences_enable_auto_sub_for_feeds": {"type": "BOOL", "index": 117, "name": "user_preferences_enable_auto_sub_for_feeds", "comment": null}, "user_permissions_support_user": {"type": "BOOL", "index": 118, "name": "user_permissions_support_user", "comment": null}, "user_preferences_show_fax_to_external_users": {"type": "BOOL", "index": 119, "name": "user_preferences_show_fax_to_external_users", "comment": null}, "mobile_phone": {"type": "STRING", "index": 120, "name": "mobile_phone", "comment": null}, "street": {"type": "STRING", "index": 121, "name": "street", "comment": null}, "user_permissions_avantgo_user": {"type": "BOOL", "index": 122, "name": "user_permissions_avantgo_user", "comment": null}, "user_preferences_disable_all_feeds_email": {"type": "BOOL", "index": 123, "name": "user_preferences_disable_all_feeds_email", "comment": null}, "alias": {"type": "STRING", "index": 124, "name": "alias", "comment": null}, "department": {"type": "STRING", "index": 125, "name": "department", "comment": null}, "first_name": {"type": "STRING", "index": 126, "name": "first_name", "comment": null}, "user_preferences_show_mobile_phone_to_external_users": {"type": "BOOL", "index": 127, "name": "user_preferences_show_mobile_phone_to_external_users", "comment": null}, "user_preferences_show_state_to_external_users": {"type": "BOOL", "index": 128, "name": "user_preferences_show_state_to_external_users", "comment": null}, "user_preferences_cache_diagnostics": {"type": "BOOL", "index": 129, "name": "user_preferences_cache_diagnostics", "comment": null}, "stay_in_touch_subject": {"type": "STRING", "index": 130, "name": "stay_in_touch_subject", "comment": null}, "federation_identifier": {"type": "STRING", "index": 131, "name": "federation_identifier", "comment": null}, "user_permissions_sfcontent_user": {"type": "BOOL", "index": 132, "name": "user_permissions_sfcontent_user", "comment": null}, "user_preferences_show_city_to_guest_users": {"type": "BOOL", "index": 133, "name": "user_preferences_show_city_to_guest_users", "comment": null}, "user_preferences_disable_like_email": {"type": "BOOL", "index": 134, "name": "user_preferences_disable_like_email", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 135, "name": "created_date", "comment": null}, "user_preferences_dis_prof_post_comment_email": {"type": "BOOL", "index": 136, "name": "user_preferences_dis_prof_post_comment_email", "comment": null}, "username": {"type": "STRING", "index": 137, "name": "username", "comment": null}, "user_permissions_knowledge_user": {"type": "BOOL", "index": 138, "name": "user_permissions_knowledge_user", "comment": null}, "dsfs_dspro_sfmembership_status_c": {"type": "STRING", "index": 139, "name": "dsfs_dspro_sfmembership_status_c", "comment": null}, "dsfs_dspro_sfpassword_c": {"type": "STRING", "index": 140, "name": "dsfs_dspro_sfpassword_c", "comment": null}, "dsfs_dspro_sfusername_c": {"type": "STRING", "index": 141, "name": "dsfs_dspro_sfusername_c", "comment": null}, "calendly_c": {"type": "STRING", "index": 142, "name": "calendly_c", "comment": null}, "user_preferences_enable_voice_pilot": {"type": "BOOL", "index": 143, "name": "user_preferences_enable_voice_pilot", "comment": null}, "is_ext_indicator_visible": {"type": "BOOL", "index": 144, "name": "is_ext_indicator_visible", "comment": null}, "medium_banner_photo_url": {"type": "STRING", "index": 145, "name": "medium_banner_photo_url", "comment": null}, "medium_photo_url": {"type": "STRING", "index": 146, "name": "medium_photo_url", "comment": null}, "out_of_office_message": {"type": "STRING", "index": 147, "name": "out_of_office_message", "comment": null}, "small_banner_photo_url": {"type": "STRING", "index": 148, "name": "small_banner_photo_url", "comment": null}, "user_preferences_create_lexapps_wtshown": {"type": "BOOL", "index": 149, "name": "user_preferences_create_lexapps_wtshown", "comment": null}, "user_preferences_exclude_mail_app_attachments": {"type": "BOOL", "index": 150, "name": "user_preferences_exclude_mail_app_attachments", "comment": null}, "user_preferences_favorites_show_top_favorites": {"type": "BOOL", "index": 151, "name": "user_preferences_favorites_show_top_favorites", "comment": null}, "user_preferences_favorites_wtshown": {"type": "BOOL", "index": 152, "name": "user_preferences_favorites_wtshown", "comment": null}, "user_preferences_global_nav_bar_wtshown": {"type": "BOOL", "index": 153, "name": "user_preferences_global_nav_bar_wtshown", "comment": null}, "user_preferences_global_nav_grid_menu_wtshown": {"type": "BOOL", "index": 154, "name": "user_preferences_global_nav_grid_menu_wtshown", "comment": null}, "user_preferences_hide_bigger_photo_callout": {"type": "BOOL", "index": 155, "name": "user_preferences_hide_bigger_photo_callout", "comment": null}, "user_preferences_hide_end_user_onboarding_assistant_modal": {"type": "BOOL", "index": 156, "name": "user_preferences_hide_end_user_onboarding_assistant_modal", "comment": null}, "user_preferences_hide_lightning_migration_modal": {"type": "BOOL", "index": 157, "name": "user_preferences_hide_lightning_migration_modal", "comment": null}, "user_preferences_hide_sfx_welcome_mat": {"type": "BOOL", "index": 158, "name": "user_preferences_hide_sfx_welcome_mat", "comment": null}, "user_preferences_preview_lightning": {"type": "BOOL", "index": 159, "name": "user_preferences_preview_lightning", "comment": null}, "user_preferences_record_home_reserved_wtshown": {"type": "BOOL", "index": 160, "name": "user_preferences_record_home_reserved_wtshown", "comment": null}, "user_preferences_record_home_section_collapse_wtshown": {"type": "BOOL", "index": 161, "name": "user_preferences_record_home_section_collapse_wtshown", "comment": null}, "pi_can_view_not_assigned_prospects_c": {"type": "BOOL", "index": 162, "name": "pi_can_view_not_assigned_prospects_c", "comment": null}, "pi_pardot_api_key_c": {"type": "STRING", "index": 163, "name": "pi_pardot_api_key_c", "comment": null}, "pi_pardot_api_version_c": {"type": "STRING", "index": 164, "name": "pi_pardot_api_version_c", "comment": null}, "pi_pardot_user_id_c": {"type": "STRING", "index": 165, "name": "pi_pardot_user_id_c", "comment": null}, "pi_pardot_user_key_c": {"type": "STRING", "index": 166, "name": "pi_pardot_user_key_c", "comment": null}, "pi_pardot_user_role_c": {"type": "STRING", "index": 167, "name": "pi_pardot_user_role_c", "comment": null}, "affectlayer_affect_layer_callback_number_label_c": {"type": "STRING", "index": 168, "name": "affectlayer_affect_layer_callback_number_label_c", "comment": null}, "affectlayer_affect_layer_caller_id_label_c": {"type": "STRING", "index": 169, "name": "affectlayer_affect_layer_caller_id_label_c", "comment": null}, "affectlayer_affect_layer_callback_number_c": {"type": "STRING", "index": 170, "name": "affectlayer_affect_layer_callback_number_c", "comment": null}, "affectlayer_affect_layer_caller_id_c": {"type": "STRING", "index": 171, "name": "affectlayer_affect_layer_caller_id_c", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 172, "name": "_fivetran_deleted", "comment": null}, "db_region_c": {"type": "STRING", "index": 173, "name": "db_region_c", "comment": null}, "sbqq_default_product_lookup_tab_c": {"type": "STRING", "index": 174, "name": "sbqq_default_product_lookup_tab_c", "comment": null}, "sbqq_diagnostic_tool_enabled_c": {"type": "BOOL", "index": 175, "name": "sbqq_diagnostic_tool_enabled_c", "comment": null}, "sbqq_output_format_change_allowed_c": {"type": "BOOL", "index": 176, "name": "sbqq_output_format_change_allowed_c", "comment": null}, "sbqq_product_sort_preference_c": {"type": "STRING", "index": 177, "name": "sbqq_product_sort_preference_c", "comment": null}, "sbqq_reset_product_lookup_c": {"type": "BOOL", "index": 178, "name": "sbqq_reset_product_lookup_c", "comment": null}, "sbqq_theme_c": {"type": "STRING", "index": 179, "name": "sbqq_theme_c", "comment": null}, "individual_id": {"type": "STRING", "index": 180, "name": "individual_id", "comment": null}, "user_preferences_has_celebration_badge": {"type": "BOOL", "index": 181, "name": "user_preferences_has_celebration_badge", "comment": null}, "user_preferences_new_lightning_report_run_page_enabled": {"type": "BOOL", "index": 182, "name": "user_preferences_new_lightning_report_run_page_enabled", "comment": null}, "user_preferences_pipeline_view_hide_help_popover": {"type": "BOOL", "index": 183, "name": "user_preferences_pipeline_view_hide_help_popover", "comment": null}, "user_preferences_preview_custom_theme": {"type": "BOOL", "index": 184, "name": "user_preferences_preview_custom_theme", "comment": null}, "user_preferences_suppress_event_sfxreminders": {"type": "BOOL", "index": 185, "name": "user_preferences_suppress_event_sfxreminders", "comment": null}, "user_preferences_suppress_task_sfxreminders": {"type": "BOOL", "index": 186, "name": "user_preferences_suppress_task_sfxreminders", "comment": null}, "user_preferences_user_debug_mode_pref": {"type": "BOOL", "index": 187, "name": "user_preferences_user_debug_mode_pref", "comment": null}, "mkto_si_is_caching_anon_web_activity_list_c": {"type": "BOOL", "index": 188, "name": "mkto_si_is_caching_anon_web_activity_list_c", "comment": null}, "mkto_si_is_caching_best_bets_c": {"type": "BOOL", "index": 189, "name": "mkto_si_is_caching_best_bets_c", "comment": null}, "mkto_si_is_caching_email_activity_list_c": {"type": "BOOL", "index": 190, "name": "mkto_si_is_caching_email_activity_list_c", "comment": null}, "mkto_si_is_caching_grouped_web_activity_list_c": {"type": "BOOL", "index": 191, "name": "mkto_si_is_caching_grouped_web_activity_list_c", "comment": null}, "mkto_si_is_caching_interesting_moments_list_c": {"type": "BOOL", "index": 192, "name": "mkto_si_is_caching_interesting_moments_list_c", "comment": null}, "mkto_si_is_caching_scoring_list_c": {"type": "BOOL", "index": 193, "name": "mkto_si_is_caching_scoring_list_c", "comment": null}, "mkto_si_is_caching_stream_list_c": {"type": "BOOL", "index": 194, "name": "mkto_si_is_caching_stream_list_c", "comment": null}, "mkto_si_is_caching_watch_list_c": {"type": "BOOL", "index": 195, "name": "mkto_si_is_caching_watch_list_c", "comment": null}, "mkto_si_is_caching_web_activity_list_c": {"type": "BOOL", "index": 196, "name": "mkto_si_is_caching_web_activity_list_c", "comment": null}, "mkto_si_sales_insight_counter_c": {"type": "FLOAT64", "index": 197, "name": "mkto_si_sales_insight_counter_c", "comment": null}, "tmd_enable_merge_c": {"type": "BOOL", "index": 198, "name": "tmd_enable_merge_c", "comment": null}, "work_ramp_groups_c": {"type": "STRING", "index": 199, "name": "work_ramp_groups_c", "comment": null}, "new_2_h_role_name_c": {"type": "STRING", "index": 200, "name": "new_2_h_role_name_c", "comment": null}, "vh_customer_success_request_approver_c": {"type": "STRING", "index": 201, "name": "vh_customer_success_request_approver_c", "comment": null}, "vh_customer_support_request_approver_c": {"type": "STRING", "index": 202, "name": "vh_customer_support_request_approver_c", "comment": null}, "vh_engineering_request_approver_c": {"type": "STRING", "index": 203, "name": "vh_engineering_request_approver_c", "comment": null}, "vh_industry_specialist_request_approver_c": {"type": "STRING", "index": 204, "name": "vh_industry_specialist_request_approver_c", "comment": null}, "vh_other_request_approver_c": {"type": "STRING", "index": 205, "name": "vh_other_request_approver_c", "comment": null}, "vh_product_manager_request_approver_c": {"type": "STRING", "index": 206, "name": "vh_product_manager_request_approver_c", "comment": null}, "vh_rfp_specialist_request_approver_c": {"type": "STRING", "index": 207, "name": "vh_rfp_specialist_request_approver_c", "comment": null}, "vh_sales_engineer_request_approver_c": {"type": "STRING", "index": 208, "name": "vh_sales_engineer_request_approver_c", "comment": null}, "vh_sales_support_engineer_request_approver_c": {"type": "STRING", "index": 209, "name": "vh_sales_support_engineer_request_approver_c", "comment": null}, "vh_security_request_approver_c": {"type": "STRING", "index": 210, "name": "vh_security_request_approver_c", "comment": null}, "vh_services_request_approver_c": {"type": "STRING", "index": 211, "name": "vh_services_request_approver_c", "comment": null}, "vh_tech_ops_request_approver_c": {"type": "STRING", "index": 212, "name": "vh_tech_ops_request_approver_c", "comment": null}, "vh_technical_specialist_request_approver_c": {"type": "STRING", "index": 213, "name": "vh_technical_specialist_request_approver_c", "comment": null}, "vh_value_engineer_request_approver_c": {"type": "STRING", "index": 214, "name": "vh_value_engineer_request_approver_c", "comment": null}, "has_been_mapped_to_csm_in_custom_setting_c": {"type": "BOOL", "index": 215, "name": "has_been_mapped_to_csm_in_custom_setting_c", "comment": null}, "number_of_failed_logins": {"type": "INT64", "index": 216, "name": "number_of_failed_logins", "comment": null}, "user_preferences_native_email_client": {"type": "BOOL", "index": 217, "name": "user_preferences_native_email_client", "comment": null}, "user_preferences_receive_no_notifications_as_approver": {"type": "BOOL", "index": 218, "name": "user_preferences_receive_no_notifications_as_approver", "comment": null}, "user_preferences_receive_notifications_as_delegated_approver": {"type": "BOOL", "index": 219, "name": "user_preferences_receive_notifications_as_delegated_approver", "comment": null}, "user_preferences_srhoverride_activities": {"type": "BOOL", "index": 220, "name": "user_preferences_srhoverride_activities", "comment": null}, "sync_to_spiff_c": {"type": "BOOL", "index": 221, "name": "sync_to_spiff_c", "comment": null}, "user_preferences_hide_statements_redirect_confirmation": {"type": "BOOL", "index": 222, "name": "user_preferences_hide_statements_redirect_confirmation", "comment": null}, "user_preferences_hide_invoices_redirect_confirmation": {"type": "BOOL", "index": 223, "name": "user_preferences_hide_invoices_redirect_confirmation", "comment": null}, "user_preferences_hide_browse_product_redirect_confirmation": {"type": "BOOL", "index": 224, "name": "user_preferences_hide_browse_product_redirect_confirmation", "comment": null}, "user_preferences_hide_online_sales_app_welcome_mat": {"type": "BOOL", "index": 225, "name": "user_preferences_hide_online_sales_app_welcome_mat", "comment": null}, "user_preferences_send_list_email_through_external_service": {"type": "BOOL", "index": 226, "name": "user_preferences_send_list_email_through_external_service", "comment": null}, "user_preferences_reverse_open_activities_view": {"type": "BOOL", "index": 227, "name": "user_preferences_reverse_open_activities_view", "comment": null}, "csm_manager_c": {"type": "BOOL", "index": 228, "name": "csm_manager_c", "comment": null}, "legacy_hvr_id_c": {"type": "STRING", "index": 229, "name": "legacy_hvr_id_c", "comment": null}, "installed_package_licenses_auto_applied_c": {"type": "BOOL", "index": 230, "name": "installed_package_licenses_auto_applied_c", "comment": null}, "csm_skip_director_approval_c": {"type": "BOOL", "index": 231, "name": "csm_skip_director_approval_c", "comment": null}, "user_preferences_show_forecasting_change_signals": {"type": "BOOL", "index": 232, "name": "user_preferences_show_forecasting_change_signals", "comment": null}, "user_preferences_has_sent_warning_email": {"type": "BOOL", "index": 233, "name": "user_preferences_has_sent_warning_email", "comment": null}, "vivun_approvers_auto_created_c": {"type": "BOOL", "index": 234, "name": "vivun_approvers_auto_created_c", "comment": null}, "vivun_alert_sent_c": {"type": "BOOL", "index": 235, "name": "vivun_alert_sent_c", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 952650.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1055.0, "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_source.salesforce.user"}, "source.salesforce_source.salesforce.event": {"metadata": {"type": "table", "schema": "salesforce", "name": "event", "database": "fivetran", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "STRING", "index": 3, "name": "account_id", "comment": null}, "activity_date": {"type": "TIMESTAMP", "index": 4, "name": "activity_date", "comment": null}, "activity_date_time": {"type": "TIMESTAMP", "index": 5, "name": "activity_date_time", "comment": null}, "created_by_id": {"type": "STRING", "index": 6, "name": "created_by_id", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 7, "name": "created_date", "comment": null}, "description": {"type": "STRING", "index": 8, "name": "description", "comment": null}, "duration_in_minutes": {"type": "INT64", "index": 9, "name": "duration_in_minutes", "comment": null}, "end_date_time": {"type": "TIMESTAMP", "index": 10, "name": "end_date_time", "comment": null}, "event_subtype": {"type": "STRING", "index": 11, "name": "event_subtype", "comment": null}, "group_event_type": {"type": "STRING", "index": 12, "name": "group_event_type", "comment": null}, "invitee_uuid_c": {"type": "STRING", "index": 13, "name": "invitee_uuid_c", "comment": null}, "is_child": {"type": "BOOL", "index": 14, "name": "is_child", "comment": null}, "is_deleted": {"type": "BOOL", "index": 15, "name": "is_deleted", "comment": null}, "is_group_event": {"type": "BOOL", "index": 16, "name": "is_group_event", "comment": null}, "is_private": {"type": "BOOL", "index": 17, "name": "is_private", "comment": null}, "is_recurrence": {"type": "BOOL", "index": 18, "name": "is_recurrence", "comment": null}, "is_reminder_set": {"type": "BOOL", "index": 19, "name": "is_reminder_set", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 20, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 21, "name": "last_modified_date", "comment": null}, "location": {"type": "STRING", "index": 22, "name": "location", "comment": null}, "no_show_c": {"type": "BOOL", "index": 23, "name": "no_show_c", "comment": null}, "owner_id": {"type": "STRING", "index": 24, "name": "owner_id", "comment": null}, "recurrence_activity_id": {"type": "STRING", "index": 25, "name": "recurrence_activity_id", "comment": null}, "recurrence_day_of_month": {"type": "INT64", "index": 26, "name": "recurrence_day_of_month", "comment": null}, "recurrence_day_of_week_mask": {"type": "INT64", "index": 27, "name": "recurrence_day_of_week_mask", "comment": null}, "recurrence_end_date_only": {"type": "TIMESTAMP", "index": 28, "name": "recurrence_end_date_only", "comment": null}, "recurrence_instance": {"type": "STRING", "index": 29, "name": "recurrence_instance", "comment": null}, "recurrence_interval": {"type": "INT64", "index": 30, "name": "recurrence_interval", "comment": null}, "recurrence_month_of_year": {"type": "STRING", "index": 31, "name": "recurrence_month_of_year", "comment": null}, "recurrence_start_date_time": {"type": "TIMESTAMP", "index": 32, "name": "recurrence_start_date_time", "comment": null}, "recurrence_time_zone_sid_key": {"type": "STRING", "index": 33, "name": "recurrence_time_zone_sid_key", "comment": null}, "recurrence_type": {"type": "STRING", "index": 34, "name": "recurrence_type", "comment": null}, "referral_account_c": {"type": "STRING", "index": 35, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "STRING", "index": 36, "name": "referral_contact_c", "comment": null}, "reminder_date_time": {"type": "TIMESTAMP", "index": 37, "name": "reminder_date_time", "comment": null}, "show_as": {"type": "STRING", "index": 38, "name": "show_as", "comment": null}, "start_date_time": {"type": "TIMESTAMP", "index": 39, "name": "start_date_time", "comment": null}, "subject": {"type": "STRING", "index": 40, "name": "subject", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 41, "name": "system_modstamp", "comment": null}, "type": {"type": "STRING", "index": 42, "name": "type", "comment": null}, "what_count": {"type": "INT64", "index": 43, "name": "what_count", "comment": null}, "what_id": {"type": "STRING", "index": 44, "name": "what_id", "comment": null}, "who_count": {"type": "INT64", "index": 45, "name": "who_count", "comment": null}, "who_id": {"type": "STRING", "index": 46, "name": "who_id", "comment": null}, "first_meeting_held_c": {"type": "BOOL", "index": 47, "name": "first_meeting_held_c", "comment": null}, "associated_sdr_c": {"type": "STRING", "index": 48, "name": "associated_sdr_c", "comment": null}, "first_meeting_c": {"type": "BOOL", "index": 49, "name": "first_meeting_c", "comment": null}, "call_recording_c": {"type": "STRING", "index": 50, "name": "call_recording_c", "comment": null}, "affectlayer_chorus_call_id_c": {"type": "STRING", "index": 51, "name": "affectlayer_chorus_call_id_c", "comment": null}, "affectlayer_affect_layer_call_id_c": {"type": "STRING", "index": 52, "name": "affectlayer_affect_layer_call_id_c", "comment": null}, "last_rep_activity_date_c": {"type": "TIMESTAMP", "index": 53, "name": "last_rep_activity_date_c", "comment": null}, "lid_url_c": {"type": "STRING", "index": 54, "name": "lid_url_c", "comment": null}, "lid_date_sent_c": {"type": "TIMESTAMP", "index": 55, "name": "lid_date_sent_c", "comment": null}, "sales_loft_step_id_c": {"type": "STRING", "index": 56, "name": "sales_loft_step_id_c", "comment": null}, "sales_loft_step_name_c": {"type": "STRING", "index": 57, "name": "sales_loft_step_name_c", "comment": null}, "sales_loft_step_type_c": {"type": "STRING", "index": 58, "name": "sales_loft_step_type_c", "comment": null}, "sales_loft_email_template_id_c": {"type": "STRING", "index": 59, "name": "sales_loft_email_template_id_c", "comment": null}, "sales_loft_external_identifier_c": {"type": "STRING", "index": 60, "name": "sales_loft_external_identifier_c", "comment": null}, "sales_loft_cadence_id_c": {"type": "STRING", "index": 61, "name": "sales_loft_cadence_id_c", "comment": null}, "sales_loft_clicked_count_c": {"type": "FLOAT64", "index": 62, "name": "sales_loft_clicked_count_c", "comment": null}, "sales_loft_cadence_name_c": {"type": "STRING", "index": 63, "name": "sales_loft_cadence_name_c", "comment": null}, "sales_loft_reply_count_c": {"type": "FLOAT64", "index": 64, "name": "sales_loft_reply_count_c", "comment": null}, "call_disposition_c": {"type": "STRING", "index": 65, "name": "call_disposition_c", "comment": null}, "sales_loft_email_template_title_c": {"type": "STRING", "index": 66, "name": "sales_loft_email_template_title_c", "comment": null}, "sales_loft_step_day_new_c": {"type": "FLOAT64", "index": 67, "name": "sales_loft_step_day_new_c", "comment": null}, "call_disposition_2_c": {"type": "STRING", "index": 68, "name": "call_disposition_2_c", "comment": null}, "sales_loft_viewed_count_c": {"type": "FLOAT64", "index": 69, "name": "sales_loft_viewed_count_c", "comment": null}, "sales_loft_1_sales_loft_step_day_c": {"type": "FLOAT64", "index": 70, "name": "sales_loft_1_sales_loft_step_day_c", "comment": null}, "sales_loft_1_sales_loft_clicked_count_c": {"type": "FLOAT64", "index": 71, "name": "sales_loft_1_sales_loft_clicked_count_c", "comment": null}, "sales_loft_1_sales_loft_view_count_c": {"type": "FLOAT64", "index": 72, "name": "sales_loft_1_sales_loft_view_count_c", "comment": null}, "sales_loft_1_call_disposition_c": {"type": "STRING", "index": 73, "name": "sales_loft_1_call_disposition_c", "comment": null}, "sales_loft_1_sales_loft_replies_count_c": {"type": "FLOAT64", "index": 74, "name": "sales_loft_1_sales_loft_replies_count_c", "comment": null}, "sales_loft_1_sales_loft_cadence_name_c": {"type": "STRING", "index": 75, "name": "sales_loft_1_sales_loft_cadence_name_c", "comment": null}, "sales_loft_1_call_sentiment_c": {"type": "STRING", "index": 76, "name": "sales_loft_1_call_sentiment_c", "comment": null}, "sales_loft_1_sales_loft_email_template_title_c": {"type": "STRING", "index": 77, "name": "sales_loft_1_sales_loft_email_template_title_c", "comment": null}, "is_recurrence_2": {"type": "BOOL", "index": 78, "name": "is_recurrence_2", "comment": null}, "is_recurrence_2_exception": {"type": "BOOL", "index": 79, "name": "is_recurrence_2_exception", "comment": null}, "is_recurrence_2_exclusion": {"type": "BOOL", "index": 80, "name": "is_recurrence_2_exclusion", "comment": null}, "recurrence_2_pattern_start_date": {"type": "TIMESTAMP", "index": 81, "name": "recurrence_2_pattern_start_date", "comment": null}, "recurrence_2_pattern_text": {"type": "STRING", "index": 82, "name": "recurrence_2_pattern_text", "comment": null}, "recurrence_2_pattern_time_zone": {"type": "STRING", "index": 83, "name": "recurrence_2_pattern_time_zone", "comment": null}, "recurrence_2_pattern_version": {"type": "STRING", "index": 84, "name": "recurrence_2_pattern_version", "comment": null}, "co_selling_activity_c": {"type": "STRING", "index": 85, "name": "co_selling_activity_c", "comment": null}, "is_a_co_sell_activity_c": {"type": "BOOL", "index": 86, "name": "is_a_co_sell_activity_c", "comment": null}, "partner_contact_c": {"type": "STRING", "index": 87, "name": "partner_contact_c", "comment": null}, "description_c": {"type": "STRING", "index": 88, "name": "description_c", "comment": null}, "campaign_c": {"type": "STRING", "index": 89, "name": "campaign_c", "comment": null}, "event_name_c": {"type": "STRING", "index": 90, "name": "event_name_c", "comment": null}, "partner_account_c": {"type": "STRING", "index": 91, "name": "partner_account_c", "comment": null}, "topic_c": {"type": "STRING", "index": 92, "name": "topic_c", "comment": null}, "attendance_number_c": {"type": "FLOAT64", "index": 93, "name": "attendance_number_c", "comment": null}, "partner_activity_type_c": {"type": "STRING", "index": 94, "name": "partner_activity_type_c", "comment": null}, "how_did_you_bring_value_or_create_trust_c": {"type": "STRING", "index": 95, "name": "how_did_you_bring_value_or_create_trust_c", "comment": null}, "proof_of_referral_c": {"type": "STRING", "index": 96, "name": "proof_of_referral_c", "comment": null}, "how_did_you_bring_value_or_earn_trust_c": {"type": "STRING", "index": 97, "name": "how_did_you_bring_value_or_earn_trust_c", "comment": null}, "duration_in_minutes_c": {"type": "FLOAT64", "index": 98, "name": "duration_in_minutes_c", "comment": null}, "vidyard_c": {"type": "BOOL", "index": 99, "name": "vidyard_c", "comment": null}, "collections_hold_c": {"type": "BOOL", "index": 100, "name": "collections_hold_c", "comment": null}, "execute_collections_plan_activity_c": {"type": "BOOL", "index": 101, "name": "execute_collections_plan_activity_c", "comment": null}, "expected_payment_date_c": {"type": "TIMESTAMP", "index": 102, "name": "expected_payment_date_c", "comment": null}, "end_date": {"type": "TIMESTAMP", "index": 103, "name": "end_date", "comment": null}, "opportunity_c": {"type": "STRING", "index": 104, "name": "opportunity_c", "comment": null}, "meeting_type_c": {"type": "STRING", "index": 105, "name": "meeting_type_c", "comment": null}, "meeting_name_c": {"type": "STRING", "index": 106, "name": "meeting_name_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "STRING", "index": 107, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_bizible_touchpoint_date_c": {"type": "TIMESTAMP", "index": 108, "name": "bizible_2_bizible_touchpoint_date_c", "comment": null}, "assigned_to_role_c": {"type": "STRING", "index": 109, "name": "assigned_to_role_c", "comment": null}, "assigned_to_name_c": {"type": "STRING", "index": 110, "name": "assigned_to_name_c", "comment": null}, "legacy_hvr_id_c": {"type": "STRING", "index": 111, "name": "legacy_hvr_id_c", "comment": null}, "is_archived": {"type": "BOOL", "index": 112, "name": "is_archived", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 32437946.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 106671.0, "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_source.salesforce.event"}, "source.salesforce_source.salesforce.product_2": {"metadata": {"type": "table", "schema": "salesforce", "name": "product_2", "database": "fivetran", "comment": null, "owner": null}, "columns": {"last_referenced_date": {"type": "TIMESTAMP", "index": 1, "name": "last_referenced_date", "comment": null}, "is_active": {"type": "BOOL", "index": 2, "name": "is_active", "comment": null}, "description": {"type": "STRING", "index": 3, "name": "description", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 4, "name": "last_modified_date", "comment": null}, "record_type_id": {"type": "STRING", "index": 5, "name": "record_type_id", "comment": null}, "product_code": {"type": "STRING", "index": 6, "name": "product_code", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 7, "name": "_fivetran_synced", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 8, "name": "last_viewed_date", "comment": null}, "is_deleted": {"type": "BOOL", "index": 9, "name": "is_deleted", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 10, "name": "last_modified_by_id", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 11, "name": "system_modstamp", "comment": null}, "name": {"type": "STRING", "index": 12, "name": "name", "comment": null}, "id": {"type": "STRING", "index": 13, "name": "id", "comment": null}, "created_by_id": {"type": "STRING", "index": 14, "name": "created_by_id", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 15, "name": "created_date", "comment": null}, "family": {"type": "STRING", "index": 16, "name": "family", "comment": null}, "max_volume_c": {"type": "FLOAT64", "index": 17, "name": "max_volume_c", "comment": null}, "min_volume_c": {"type": "FLOAT64", "index": 18, "name": "min_volume_c", "comment": null}, "request_name_c": {"type": "STRING", "index": 19, "name": "request_name_c", "comment": null}, "default_quantity_c": {"type": "FLOAT64", "index": 20, "name": "default_quantity_c", "comment": null}, "account_c": {"type": "STRING", "index": 21, "name": "account_c", "comment": null}, "related_product_c": {"type": "STRING", "index": 22, "name": "related_product_c", "comment": null}, "picklist_value_c": {"type": "STRING", "index": 23, "name": "picklist_value_c", "comment": null}, "as_input_c": {"type": "BOOL", "index": 24, "name": "as_input_c", "comment": null}, "as_output_c": {"type": "BOOL", "index": 25, "name": "as_output_c", "comment": null}, "status_c": {"type": "STRING", "index": 26, "name": "status_c", "comment": null}, "number_of_quantity_installments": {"type": "INT64", "index": 27, "name": "number_of_quantity_installments", "comment": null}, "number_of_revenue_installments": {"type": "INT64", "index": 28, "name": "number_of_revenue_installments", "comment": null}, "quantity_installment_period": {"type": "STRING", "index": 29, "name": "quantity_installment_period", "comment": null}, "quantity_schedule_type": {"type": "STRING", "index": 30, "name": "quantity_schedule_type", "comment": null}, "revenue_installment_period": {"type": "STRING", "index": 31, "name": "revenue_installment_period", "comment": null}, "revenue_schedule_type": {"type": "STRING", "index": 32, "name": "revenue_schedule_type", "comment": null}, "connections_c": {"type": "STRING", "index": 33, "name": "connections_c", "comment": null}, "event_volume_c": {"type": "STRING", "index": 34, "name": "event_volume_c", "comment": null}, "roadmap_connections_c": {"type": "FLOAT64", "index": 35, "name": "roadmap_connections_c", "comment": null}, "row_volume_c": {"type": "STRING", "index": 36, "name": "row_volume_c", "comment": null}, "display_url": {"type": "STRING", "index": 37, "name": "display_url", "comment": null}, "external_data_source_id": {"type": "STRING", "index": 38, "name": "external_data_source_id", "comment": null}, "external_id": {"type": "STRING", "index": 39, "name": "external_id", "comment": null}, "quantity_unit_of_measure": {"type": "STRING", "index": 40, "name": "quantity_unit_of_measure", "comment": null}, "stock_keeping_unit": {"type": "STRING", "index": 41, "name": "stock_keeping_unit", "comment": null}, "features_c": {"type": "STRING", "index": 42, "name": "features_c", "comment": null}, "tier_3_price_c": {"type": "FLOAT64", "index": 43, "name": "tier_3_price_c", "comment": null}, "tier_2_price_c": {"type": "FLOAT64", "index": 44, "name": "tier_2_price_c", "comment": null}, "tier_4_price_c": {"type": "FLOAT64", "index": 45, "name": "tier_4_price_c", "comment": null}, "tier_1_price_c": {"type": "FLOAT64", "index": 46, "name": "tier_1_price_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "BOOL", "index": 47, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "BOOL", "index": 48, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_term_contract_pricing_type_c": {"type": "STRING", "index": 49, "name": "netsuite_conn_term_contract_pricing_type_c", "comment": null}, "netsuite_conn_net_suite_id_c": {"type": "STRING", "index": 50, "name": "netsuite_conn_net_suite_id_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "STRING", "index": 51, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "BOOL", "index": 52, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_item_category_c": {"type": "STRING", "index": 53, "name": "netsuite_conn_item_category_c", "comment": null}, "netsuite_conn_net_suite_item_type_c": {"type": "STRING", "index": 54, "name": "netsuite_conn_net_suite_item_type_c", "comment": null}, "netsuite_conn_sub_type_c": {"type": "STRING", "index": 55, "name": "netsuite_conn_sub_type_c", "comment": null}, "is_new_c": {"type": "BOOL", "index": 56, "name": "is_new_c", "comment": null}, "product_metadata_c": {"type": "STRING", "index": 57, "name": "product_metadata_c", "comment": null}, "product_metadata_del_c": {"type": "STRING", "index": 58, "name": "product_metadata_del_c", "comment": null}, "sbqq_asset_amendment_behavior_c": {"type": "STRING", "index": 59, "name": "sbqq_asset_amendment_behavior_c", "comment": null}, "sbqq_asset_conversion_c": {"type": "STRING", "index": 60, "name": "sbqq_asset_conversion_c", "comment": null}, "sbqq_batch_quantity_c": {"type": "FLOAT64", "index": 61, "name": "sbqq_batch_quantity_c", "comment": null}, "sbqq_billing_frequency_c": {"type": "STRING", "index": 62, "name": "sbqq_billing_frequency_c", "comment": null}, "sbqq_billing_type_c": {"type": "STRING", "index": 63, "name": "sbqq_billing_type_c", "comment": null}, "sbqq_block_pricing_field_c": {"type": "STRING", "index": 64, "name": "sbqq_block_pricing_field_c", "comment": null}, "sbqq_charge_type_c": {"type": "STRING", "index": 65, "name": "sbqq_charge_type_c", "comment": null}, "sbqq_component_c": {"type": "BOOL", "index": 66, "name": "sbqq_component_c", "comment": null}, "sbqq_compound_discount_rate_c": {"type": "FLOAT64", "index": 67, "name": "sbqq_compound_discount_rate_c", "comment": null}, "sbqq_configuration_event_c": {"type": "STRING", "index": 68, "name": "sbqq_configuration_event_c", "comment": null}, "sbqq_configuration_field_set_c": {"type": "STRING", "index": 69, "name": "sbqq_configuration_field_set_c", "comment": null}, "sbqq_configuration_fields_c": {"type": "STRING", "index": 70, "name": "sbqq_configuration_fields_c", "comment": null}, "sbqq_configuration_form_title_c": {"type": "STRING", "index": 71, "name": "sbqq_configuration_form_title_c", "comment": null}, "sbqq_configuration_type_c": {"type": "STRING", "index": 72, "name": "sbqq_configuration_type_c", "comment": null}, "sbqq_configuration_validator_c": {"type": "STRING", "index": 73, "name": "sbqq_configuration_validator_c", "comment": null}, "sbqq_configured_code_pattern_c": {"type": "STRING", "index": 74, "name": "sbqq_configured_code_pattern_c", "comment": null}, "sbqq_configured_description_pattern_c": {"type": "STRING", "index": 75, "name": "sbqq_configured_description_pattern_c", "comment": null}, "sbqq_cost_editable_c": {"type": "BOOL", "index": 76, "name": "sbqq_cost_editable_c", "comment": null}, "sbqq_cost_schedule_c": {"type": "STRING", "index": 77, "name": "sbqq_cost_schedule_c", "comment": null}, "sbqq_custom_configuration_page_c": {"type": "STRING", "index": 78, "name": "sbqq_custom_configuration_page_c", "comment": null}, "sbqq_custom_configuration_required_c": {"type": "BOOL", "index": 79, "name": "sbqq_custom_configuration_required_c", "comment": null}, "sbqq_customer_community_availability_c": {"type": "STRING", "index": 80, "name": "sbqq_customer_community_availability_c", "comment": null}, "sbqq_default_pricing_table_c": {"type": "STRING", "index": 81, "name": "sbqq_default_pricing_table_c", "comment": null}, "sbqq_default_quantity_c": {"type": "FLOAT64", "index": 82, "name": "sbqq_default_quantity_c", "comment": null}, "sbqq_description_locked_c": {"type": "BOOL", "index": 83, "name": "sbqq_description_locked_c", "comment": null}, "sbqq_discount_category_c": {"type": "STRING", "index": 84, "name": "sbqq_discount_category_c", "comment": null}, "sbqq_discount_schedule_c": {"type": "STRING", "index": 85, "name": "sbqq_discount_schedule_c", "comment": null}, "sbqq_dynamic_pricing_constraint_c": {"type": "STRING", "index": 86, "name": "sbqq_dynamic_pricing_constraint_c", "comment": null}, "sbqq_exclude_from_maintenance_c": {"type": "BOOL", "index": 87, "name": "sbqq_exclude_from_maintenance_c", "comment": null}, "sbqq_exclude_from_opportunity_c": {"type": "BOOL", "index": 88, "name": "sbqq_exclude_from_opportunity_c", "comment": null}, "sbqq_externally_configurable_c": {"type": "BOOL", "index": 89, "name": "sbqq_externally_configurable_c", "comment": null}, "sbqq_generate_contracted_price_c": {"type": "STRING", "index": 90, "name": "sbqq_generate_contracted_price_c", "comment": null}, "sbqq_has_configuration_attributes_c": {"type": "BOOL", "index": 91, "name": "sbqq_has_configuration_attributes_c", "comment": null}, "sbqq_has_consumption_schedule_c": {"type": "BOOL", "index": 92, "name": "sbqq_has_consumption_schedule_c", "comment": null}, "sbqq_hidden_c": {"type": "BOOL", "index": 93, "name": "sbqq_hidden_c", "comment": null}, "sbqq_hide_price_in_search_results_c": {"type": "BOOL", "index": 94, "name": "sbqq_hide_price_in_search_results_c", "comment": null}, "sbqq_include_in_maintenance_c": {"type": "BOOL", "index": 95, "name": "sbqq_include_in_maintenance_c", "comment": null}, "sbqq_new_quote_group_c": {"type": "BOOL", "index": 96, "name": "sbqq_new_quote_group_c", "comment": null}, "sbqq_non_discountable_c": {"type": "BOOL", "index": 97, "name": "sbqq_non_discountable_c", "comment": null}, "sbqq_non_partner_discountable_c": {"type": "BOOL", "index": 98, "name": "sbqq_non_partner_discountable_c", "comment": null}, "sbqq_option_layout_c": {"type": "STRING", "index": 99, "name": "sbqq_option_layout_c", "comment": null}, "sbqq_option_selection_method_c": {"type": "STRING", "index": 100, "name": "sbqq_option_selection_method_c", "comment": null}, "sbqq_optional_c": {"type": "BOOL", "index": 101, "name": "sbqq_optional_c", "comment": null}, "sbqq_price_editable_c": {"type": "BOOL", "index": 102, "name": "sbqq_price_editable_c", "comment": null}, "sbqq_pricing_method_c": {"type": "STRING", "index": 103, "name": "sbqq_pricing_method_c", "comment": null}, "sbqq_pricing_method_editable_c": {"type": "BOOL", "index": 104, "name": "sbqq_pricing_method_editable_c", "comment": null}, "sbqq_product_picture_id_c": {"type": "STRING", "index": 105, "name": "sbqq_product_picture_id_c", "comment": null}, "sbqq_quantity_editable_c": {"type": "BOOL", "index": 106, "name": "sbqq_quantity_editable_c", "comment": null}, "sbqq_quantity_scale_c": {"type": "FLOAT64", "index": 107, "name": "sbqq_quantity_scale_c", "comment": null}, "sbqq_reconfiguration_disabled_c": {"type": "BOOL", "index": 108, "name": "sbqq_reconfiguration_disabled_c", "comment": null}, "sbqq_renewal_product_c": {"type": "STRING", "index": 109, "name": "sbqq_renewal_product_c", "comment": null}, "sbqq_sort_order_c": {"type": "FLOAT64", "index": 110, "name": "sbqq_sort_order_c", "comment": null}, "sbqq_specifications_c": {"type": "STRING", "index": 111, "name": "sbqq_specifications_c", "comment": null}, "sbqq_subscription_base_c": {"type": "STRING", "index": 112, "name": "sbqq_subscription_base_c", "comment": null}, "sbqq_subscription_category_c": {"type": "STRING", "index": 113, "name": "sbqq_subscription_category_c", "comment": null}, "sbqq_subscription_percent_c": {"type": "FLOAT64", "index": 114, "name": "sbqq_subscription_percent_c", "comment": null}, "sbqq_subscription_pricing_c": {"type": "STRING", "index": 115, "name": "sbqq_subscription_pricing_c", "comment": null}, "sbqq_subscription_target_c": {"type": "STRING", "index": 116, "name": "sbqq_subscription_target_c", "comment": null}, "sbqq_subscription_term_c": {"type": "FLOAT64", "index": 117, "name": "sbqq_subscription_term_c", "comment": null}, "sbqq_subscription_type_c": {"type": "STRING", "index": 118, "name": "sbqq_subscription_type_c", "comment": null}, "sbqq_tax_code_c": {"type": "STRING", "index": 119, "name": "sbqq_tax_code_c", "comment": null}, "sbqq_taxable_c": {"type": "BOOL", "index": 120, "name": "sbqq_taxable_c", "comment": null}, "sbqq_term_discount_level_c": {"type": "STRING", "index": 121, "name": "sbqq_term_discount_level_c", "comment": null}, "sbqq_term_discount_schedule_c": {"type": "STRING", "index": 122, "name": "sbqq_term_discount_schedule_c", "comment": null}, "sbqq_upgrade_credit_c": {"type": "STRING", "index": 123, "name": "sbqq_upgrade_credit_c", "comment": null}, "sbqq_upgrade_ratio_c": {"type": "FLOAT64", "index": 124, "name": "sbqq_upgrade_ratio_c", "comment": null}, "sbqq_upgrade_source_c": {"type": "STRING", "index": 125, "name": "sbqq_upgrade_source_c", "comment": null}, "sbqq_upgrade_target_c": {"type": "STRING", "index": 126, "name": "sbqq_upgrade_target_c", "comment": null}, "connector_type_c": {"type": "STRING", "index": 127, "name": "connector_type_c", "comment": null}, "pbf_pro_type_discount_c": {"type": "BOOL", "index": 128, "name": "pbf_pro_type_discount_c", "comment": null}, "dimension_c": {"type": "STRING", "index": 129, "name": "dimension_c", "comment": null}, "connector_status_c": {"type": "STRING", "index": 130, "name": "connector_status_c", "comment": null}, "dimension_definition_c": {"type": "STRING", "index": 131, "name": "dimension_definition_c", "comment": null}, "ava_sfcpq_tax_code_c": {"type": "STRING", "index": 132, "name": "ava_sfcpq_tax_code_c", "comment": null}, "paid_consumption_c": {"type": "STRING", "index": 133, "name": "paid_consumption_c", "comment": null}, "is_complimentary_c": {"type": "BOOL", "index": 134, "name": "is_complimentary_c", "comment": null}, "product_external_id_c": {"type": "FLOAT64", "index": 135, "name": "product_external_id_c", "comment": null}, "blng_billing_rule_c": {"type": "STRING", "index": 136, "name": "blng_billing_rule_c", "comment": null}, "blng_revenue_recognition_rule_c": {"type": "STRING", "index": 137, "name": "blng_revenue_recognition_rule_c", "comment": null}, "blng_tax_rule_c": {"type": "STRING", "index": 138, "name": "blng_tax_rule_c", "comment": null}, "deployment_date_c": {"type": "TIMESTAMP", "index": 139, "name": "deployment_date_c", "comment": null}, "do_not_prorate_c": {"type": "BOOL", "index": 140, "name": "do_not_prorate_c", "comment": null}, "celigo_sfnsio_netsuite_id_c": {"type": "STRING", "index": 141, "name": "celigo_sfnsio_netsuite_id_c", "comment": null}, "sbqq_enable_large_configuration_c": {"type": "BOOL", "index": 142, "name": "sbqq_enable_large_configuration_c", "comment": null}, "sbqq_pricing_guidance_c": {"type": "STRING", "index": 143, "name": "sbqq_pricing_guidance_c", "comment": null}, "celigo_sfnsio_item_pricing_type_c": {"type": "STRING", "index": 144, "name": "celigo_sfnsio_item_pricing_type_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "BOOL", "index": 145, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "celigo_sfnsio_celigo_last_modified_date_c": {"type": "TIMESTAMP", "index": 146, "name": "celigo_sfnsio_celigo_last_modified_date_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "STRING", "index": 147, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "BOOL", "index": 148, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_net_suite_item_type_c": {"type": "STRING", "index": 149, "name": "celigo_sfnsio_net_suite_item_type_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "STRING", "index": 150, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "promo_code_c": {"type": "STRING", "index": 151, "name": "promo_code_c", "comment": null}, "product_category_c": {"type": "STRING", "index": 152, "name": "product_category_c", "comment": null}, "product_source_c": {"type": "STRING", "index": 153, "name": "product_source_c", "comment": null}, "non_recurring_c": {"type": "BOOL", "index": 154, "name": "non_recurring_c", "comment": null}, "is_archived": {"type": "BOOL", "index": 155, "name": "is_archived", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 747748.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1188.0, "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_source.salesforce.product_2"}, "source.salesforce_source.salesforce.contact": {"metadata": {"type": "table", "schema": "salesforce", "name": "contact", "database": "fivetran", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "STRING", "index": 3, "name": "account_id", "comment": null}, "cbit_clearbit_c": {"type": "STRING", "index": 4, "name": "cbit_clearbit_c", "comment": null}, "cbit_clearbit_ready_c": {"type": "BOOL", "index": 5, "name": "cbit_clearbit_ready_c", "comment": null}, "created_by_id": {"type": "STRING", "index": 6, "name": "created_by_id", "comment": null}, "created_date": {"type": "TIMESTAMP", "index": 7, "name": "created_date", "comment": null}, "department": {"type": "STRING", "index": 8, "name": "department", "comment": null}, "email": {"type": "STRING", "index": 9, "name": "email", "comment": null}, "email_bounced_date": {"type": "TIMESTAMP", "index": 10, "name": "email_bounced_date", "comment": null}, "email_bounced_reason": {"type": "STRING", "index": 11, "name": "email_bounced_reason", "comment": null}, "fax": {"type": "STRING", "index": 12, "name": "fax", "comment": null}, "first_name": {"type": "STRING", "index": 13, "name": "first_name", "comment": null}, "is_deleted": {"type": "BOOL", "index": 14, "name": "is_deleted", "comment": null}, "is_email_bounced": {"type": "BOOL", "index": 15, "name": "is_email_bounced", "comment": null}, "jigsaw_contact_id": {"type": "STRING", "index": 16, "name": "jigsaw_contact_id", "comment": null}, "last_activity_date": {"type": "TIMESTAMP", "index": 17, "name": "last_activity_date", "comment": null}, "last_curequest_date": {"type": "TIMESTAMP", "index": 18, "name": "last_curequest_date", "comment": null}, "last_cuupdate_date": {"type": "TIMESTAMP", "index": 19, "name": "last_cuupdate_date", "comment": null}, "last_modified_by_id": {"type": "STRING", "index": 20, "name": "last_modified_by_id", "comment": null}, "last_modified_date": {"type": "TIMESTAMP", "index": 21, "name": "last_modified_date", "comment": null}, "last_name": {"type": "STRING", "index": 22, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "TIMESTAMP", "index": 23, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "TIMESTAMP", "index": 24, "name": "last_viewed_date", "comment": null}, "mailing_city": {"type": "STRING", "index": 25, "name": "mailing_city", "comment": null}, "mailing_country": {"type": "STRING", "index": 26, "name": "mailing_country", "comment": null}, "mailing_country_code": {"type": "STRING", "index": 27, "name": "mailing_country_code", "comment": null}, "mailing_geocode_accuracy": {"type": "STRING", "index": 28, "name": "mailing_geocode_accuracy", "comment": null}, "mailing_latitude": {"type": "FLOAT64", "index": 29, "name": "mailing_latitude", "comment": null}, "mailing_longitude": {"type": "FLOAT64", "index": 30, "name": "mailing_longitude", "comment": null}, "mailing_postal_code": {"type": "STRING", "index": 31, "name": "mailing_postal_code", "comment": null}, "mailing_state": {"type": "STRING", "index": 32, "name": "mailing_state", "comment": null}, "mailing_state_code": {"type": "STRING", "index": 33, "name": "mailing_state_code", "comment": null}, "mailing_street": {"type": "STRING", "index": 34, "name": "mailing_street", "comment": null}, "master_record_id": {"type": "STRING", "index": 35, "name": "master_record_id", "comment": null}, "mc_4_sf_mc_subscriber_c": {"type": "STRING", "index": 36, "name": "mc_4_sf_mc_subscriber_c", "comment": null}, "mobile_phone": {"type": "STRING", "index": 37, "name": "mobile_phone", "comment": null}, "name": {"type": "STRING", "index": 38, "name": "name", "comment": null}, "owner_id": {"type": "STRING", "index": 39, "name": "owner_id", "comment": null}, "phone": {"type": "STRING", "index": 40, "name": "phone", "comment": null}, "photo_url": {"type": "STRING", "index": 41, "name": "photo_url", "comment": null}, "reports_to_id": {"type": "STRING", "index": 42, "name": "reports_to_id", "comment": null}, "salutation": {"type": "STRING", "index": 43, "name": "salutation", "comment": null}, "system_modstamp": {"type": "TIMESTAMP", "index": 44, "name": "system_modstamp", "comment": null}, "title": {"type": "STRING", "index": 45, "name": "title", "comment": null}, "email_bounced_c": {"type": "BOOL", "index": 46, "name": "email_bounced_c", "comment": null}, "email_quality_unknown_c": {"type": "BOOL", "index": 47, "name": "email_quality_unknown_c", "comment": null}, "gclid_c": {"type": "STRING", "index": 48, "name": "gclid_c", "comment": null}, "referral_account_c": {"type": "STRING", "index": 49, "name": "referral_account_c", "comment": null}, "referral_contact_c": {"type": "STRING", "index": 50, "name": "referral_contact_c", "comment": null}, "has_opted_out_of_email": {"type": "BOOL", "index": 51, "name": "has_opted_out_of_email", "comment": null}, "act_on_lead_score_c": {"type": "FLOAT64", "index": 52, "name": "act_on_lead_score_c", "comment": null}, "cbit_created_by_clearbit_c": {"type": "BOOL", "index": 53, "name": "cbit_created_by_clearbit_c", "comment": null}, "fivetran_user_id_c": {"type": "STRING", "index": 54, "name": "fivetran_user_id_c", "comment": null}, "no_longer_at_company_c": {"type": "BOOL", "index": 55, "name": "no_longer_at_company_c", "comment": null}, "pi_campaign_c": {"type": "STRING", "index": 56, "name": "pi_campaign_c", "comment": null}, "pi_comments_c": {"type": "STRING", "index": 57, "name": "pi_comments_c", "comment": null}, "pi_conversion_date_c": {"type": "TIMESTAMP", "index": 58, "name": "pi_conversion_date_c", "comment": null}, "pi_conversion_object_name_c": {"type": "STRING", "index": 59, "name": "pi_conversion_object_name_c", "comment": null}, "pi_conversion_object_type_c": {"type": "STRING", "index": 60, "name": "pi_conversion_object_type_c", "comment": null}, "pi_created_date_c": {"type": "TIMESTAMP", "index": 61, "name": "pi_created_date_c", "comment": null}, "pi_first_activity_c": {"type": "TIMESTAMP", "index": 62, "name": "pi_first_activity_c", "comment": null}, "pi_first_search_term_c": {"type": "STRING", "index": 63, "name": "pi_first_search_term_c", "comment": null}, "pi_first_search_type_c": {"type": "STRING", "index": 64, "name": "pi_first_search_type_c", "comment": null}, "pi_first_touch_url_c": {"type": "STRING", "index": 65, "name": "pi_first_touch_url_c", "comment": null}, "pi_grade_c": {"type": "STRING", "index": 66, "name": "pi_grade_c", "comment": null}, "pi_last_activity_c": {"type": "TIMESTAMP", "index": 67, "name": "pi_last_activity_c", "comment": null}, "pi_needs_score_synced_c": {"type": "BOOL", "index": 68, "name": "pi_needs_score_synced_c", "comment": null}, "pi_notes_c": {"type": "STRING", "index": 69, "name": "pi_notes_c", "comment": null}, "pi_pardot_hard_bounced_c": {"type": "BOOL", "index": 70, "name": "pi_pardot_hard_bounced_c", "comment": null}, "pi_pardot_last_scored_at_c": {"type": "TIMESTAMP", "index": 71, "name": "pi_pardot_last_scored_at_c", "comment": null}, "pi_score_c": {"type": "FLOAT64", "index": 72, "name": "pi_score_c", "comment": null}, "pi_url_c": {"type": "STRING", "index": 73, "name": "pi_url_c", "comment": null}, "pi_utm_campaign_c": {"type": "STRING", "index": 74, "name": "pi_utm_campaign_c", "comment": null}, "pi_utm_content_c": {"type": "STRING", "index": 75, "name": "pi_utm_content_c", "comment": null}, "pi_utm_medium_c": {"type": "STRING", "index": 76, "name": "pi_utm_medium_c", "comment": null}, "pi_utm_source_c": {"type": "STRING", "index": 77, "name": "pi_utm_source_c", "comment": null}, "pi_utm_term_c": {"type": "STRING", "index": 78, "name": "pi_utm_term_c", "comment": null}, "lead_source": {"type": "STRING", "index": 79, "name": "lead_source", "comment": null}, "contact_status_c": {"type": "STRING", "index": 80, "name": "contact_status_c", "comment": null}, "region_c": {"type": "STRING", "index": 81, "name": "region_c", "comment": null}, "competitor_c": {"type": "BOOL", "index": 82, "name": "competitor_c", "comment": null}, "bt_stripe_gender_c": {"type": "STRING", "index": 83, "name": "bt_stripe_gender_c", "comment": null}, "bt_stripe_ssn_last_4_encrypted_c": {"type": "STRING", "index": 84, "name": "bt_stripe_ssn_last_4_encrypted_c", "comment": null}, "bt_stripe_personal_id_number_c": {"type": "STRING", "index": 85, "name": "bt_stripe_personal_id_number_c", "comment": null}, "bt_stripe_personal_id_number_encrypted_c": {"type": "STRING", "index": 86, "name": "bt_stripe_personal_id_number_encrypted_c", "comment": null}, "bt_stripe_maiden_name_c": {"type": "STRING", "index": 87, "name": "bt_stripe_maiden_name_c", "comment": null}, "bt_stripe_languages_c": {"type": "STRING", "index": 88, "name": "bt_stripe_languages_c", "comment": null}, "bt_stripe_default_payment_method_c": {"type": "STRING", "index": 89, "name": "bt_stripe_default_payment_method_c", "comment": null}, "bt_stripe_ssn_last_4_c": {"type": "FLOAT64", "index": 90, "name": "bt_stripe_ssn_last_4_c", "comment": null}, "bt_stripe_personal_id_type_c": {"type": "STRING", "index": 91, "name": "bt_stripe_personal_id_type_c", "comment": null}, "bt_stripe_default_payment_gateway_c": {"type": "STRING", "index": 92, "name": "bt_stripe_default_payment_gateway_c", "comment": null}, "bt_stripe_level_c": {"type": "STRING", "index": 93, "name": "bt_stripe_level_c", "comment": null}, "lean_data_routing_action_c": {"type": "STRING", "index": 94, "name": "lean_data_routing_action_c", "comment": null}, "lean_data_matched_buyer_persona_c": {"type": "STRING", "index": 95, "name": "lean_data_matched_buyer_persona_c", "comment": null}, "lean_data_ld_segment_c": {"type": "STRING", "index": 96, "name": "lean_data_ld_segment_c", "comment": null}, "lean_data_tag_c": {"type": "STRING", "index": 97, "name": "lean_data_tag_c", "comment": null}, "lean_data_modified_score_c": {"type": "FLOAT64", "index": 98, "name": "lean_data_modified_score_c", "comment": null}, "do_not_route_lead_c": {"type": "BOOL", "index": 99, "name": "do_not_route_lead_c", "comment": null}, "technical_contact_c": {"type": "BOOL", "index": 100, "name": "technical_contact_c", "comment": null}, "allbound_id_c": {"type": "STRING", "index": 101, "name": "allbound_id_c", "comment": null}, "notes_c": {"type": "STRING", "index": 102, "name": "notes_c", "comment": null}, "netsuite_conn_sync_in_progress_c": {"type": "BOOL", "index": 103, "name": "netsuite_conn_sync_in_progress_c", "comment": null}, "netsuite_conn_celigo_update_c": {"type": "BOOL", "index": 104, "name": "netsuite_conn_celigo_update_c", "comment": null}, "netsuite_conn_net_suite_id_c": {"type": "STRING", "index": 105, "name": "netsuite_conn_net_suite_id_c", "comment": null}, "netsuite_conn_net_suite_sync_err_c": {"type": "STRING", "index": 106, "name": "netsuite_conn_net_suite_sync_err_c", "comment": null}, "netsuite_conn_push_to_net_suite_c": {"type": "BOOL", "index": 107, "name": "netsuite_conn_push_to_net_suite_c", "comment": null}, "netsuite_conn_pushed_from_opportunity_c": {"type": "BOOL", "index": 108, "name": "netsuite_conn_pushed_from_opportunity_c", "comment": null}, "description": {"type": "STRING", "index": 109, "name": "description", "comment": null}, "lid_linked_in_company_id_c": {"type": "STRING", "index": 110, "name": "lid_linked_in_company_id_c", "comment": null}, "lid_linked_in_member_token_c": {"type": "STRING", "index": 111, "name": "lid_linked_in_member_token_c", "comment": null}, "is_eu_resident_c": {"type": "BOOL", "index": 112, "name": "is_eu_resident_c", "comment": null}, "do_not_call": {"type": "BOOL", "index": 113, "name": "do_not_call", "comment": null}, "sales_loft_1_most_recent_cadence_next_step_due_date_c": {"type": "TIMESTAMP", "index": 114, "name": "sales_loft_1_most_recent_cadence_next_step_due_date_c", "comment": null}, "sales_loft_1_most_recent_last_completed_step_c": {"type": "FLOAT64", "index": 115, "name": "sales_loft_1_most_recent_last_completed_step_c", "comment": null}, "sales_loft_1_most_recent_cadence_name_c": {"type": "STRING", "index": 116, "name": "sales_loft_1_most_recent_cadence_name_c", "comment": null}, "source_detail_c": {"type": "STRING", "index": 117, "name": "source_detail_c", "comment": null}, "utm_source_c": {"type": "STRING", "index": 118, "name": "utm_source_c", "comment": null}, "utm_content_c": {"type": "STRING", "index": 119, "name": "utm_content_c", "comment": null}, "utm_term_c": {"type": "STRING", "index": 120, "name": "utm_term_c", "comment": null}, "utm_medium_c": {"type": "STRING", "index": 121, "name": "utm_medium_c", "comment": null}, "utm_campaign_c": {"type": "STRING", "index": 122, "name": "utm_campaign_c", "comment": null}, "network_c": {"type": "STRING", "index": 123, "name": "network_c", "comment": null}, "matchtype_c": {"type": "STRING", "index": 124, "name": "matchtype_c", "comment": null}, "device_c": {"type": "STRING", "index": 125, "name": "device_c", "comment": null}, "creative_c": {"type": "STRING", "index": 126, "name": "creative_c", "comment": null}, "adgroupid_c": {"type": "STRING", "index": 127, "name": "adgroupid_c", "comment": null}, "keyword_c": {"type": "STRING", "index": 128, "name": "keyword_c", "comment": null}, "campaignid_c": {"type": "STRING", "index": 129, "name": "campaignid_c", "comment": null}, "partner_rep_email_c": {"type": "STRING", "index": 130, "name": "partner_rep_email_c", "comment": null}, "partner_rep_name_c": {"type": "STRING", "index": 131, "name": "partner_rep_name_c", "comment": null}, "contact_type_c": {"type": "STRING", "index": 132, "name": "contact_type_c", "comment": null}, "old_lead_source_c": {"type": "STRING", "index": 133, "name": "old_lead_source_c", "comment": null}, "old_lead_source_detail_c": {"type": "STRING", "index": 134, "name": "old_lead_source_detail_c", "comment": null}, "contact_stage_c": {"type": "STRING", "index": 135, "name": "contact_stage_c", "comment": null}, "original_utm_campaign_c": {"type": "STRING", "index": 136, "name": "original_utm_campaign_c", "comment": null}, "original_utm_content_c": {"type": "STRING", "index": 137, "name": "original_utm_content_c", "comment": null}, "original_utm_medium_c": {"type": "STRING", "index": 138, "name": "original_utm_medium_c", "comment": null}, "original_utm_source_c": {"type": "STRING", "index": 139, "name": "original_utm_source_c", "comment": null}, "original_utm_term_c": {"type": "STRING", "index": 140, "name": "original_utm_term_c", "comment": null}, "es_app_escreated_timestamp_c": {"type": "TIMESTAMP", "index": 141, "name": "es_app_escreated_timestamp_c", "comment": null}, "es_app_esecid_c": {"type": "FLOAT64", "index": 142, "name": "es_app_esecid_c", "comment": null}, "es_app_esenriched_c": {"type": "BOOL", "index": 143, "name": "es_app_esenriched_c", "comment": null}, "es_app_esenriched_timestamp_c": {"type": "TIMESTAMP", "index": 144, "name": "es_app_esenriched_timestamp_c", "comment": null}, "es_app_esintent_aggregate_score_c": {"type": "FLOAT64", "index": 145, "name": "es_app_esintent_aggregate_score_c", "comment": null}, "es_app_esintent_timestamp_c": {"type": "TIMESTAMP", "index": 146, "name": "es_app_esintent_timestamp_c", "comment": null}, "es_app_esintent_topics_c": {"type": "STRING", "index": 147, "name": "es_app_esintent_topics_c", "comment": null}, "es_app_esoverall_fit_score_c": {"type": "FLOAT64", "index": 148, "name": "es_app_esoverall_fit_score_c", "comment": null}, "es_app_essource_c": {"type": "BOOL", "index": 149, "name": "es_app_essource_c", "comment": null}, "individual_id": {"type": "STRING", "index": 150, "name": "individual_id", "comment": null}, "marketing_process_c": {"type": "STRING", "index": 151, "name": "marketing_process_c", "comment": null}, "automation_tracking_c": {"type": "STRING", "index": 152, "name": "automation_tracking_c", "comment": null}, "user_gems_has_changed_job_c": {"type": "TIMESTAMP", "index": 153, "name": "user_gems_has_changed_job_c", "comment": null}, "email_opt_in_explicit_c": {"type": "BOOL", "index": 154, "name": "email_opt_in_explicit_c", "comment": null}, "email_opt_in_implicit_c": {"type": "BOOL", "index": 155, "name": "email_opt_in_implicit_c", "comment": null}, "gdpr_opt_in_explicit_c": {"type": "BOOL", "index": 156, "name": "gdpr_opt_in_explicit_c", "comment": null}, "user_gems_is_a_user_gem_c": {"type": "BOOL", "index": 157, "name": "user_gems_is_a_user_gem_c", "comment": null}, "user_gems_past_account_c": {"type": "STRING", "index": 158, "name": "user_gems_past_account_c", "comment": null}, "user_gems_past_company_c": {"type": "STRING", "index": 159, "name": "user_gems_past_company_c", "comment": null}, "user_gems_past_contact_c": {"type": "STRING", "index": 160, "name": "user_gems_past_contact_c", "comment": null}, "user_gems_past_title_c": {"type": "STRING", "index": 161, "name": "user_gems_past_title_c", "comment": null}, "partner_contact_c": {"type": "BOOL", "index": 162, "name": "partner_contact_c", "comment": null}, "promotion_id_c": {"type": "STRING", "index": 163, "name": "promotion_id_c", "comment": null}, "referral_exists_c": {"type": "BOOL", "index": 164, "name": "referral_exists_c", "comment": null}, "referral_first_name_c": {"type": "STRING", "index": 165, "name": "referral_first_name_c", "comment": null}, "referral_last_name_c": {"type": "STRING", "index": 166, "name": "referral_last_name_c", "comment": null}, "mkto_71_contact_acquisition_date_c": {"type": "TIMESTAMP", "index": 167, "name": "mkto_71_contact_acquisition_date_c", "comment": null}, "mkto_71_contact_acquisition_program_c": {"type": "STRING", "index": 168, "name": "mkto_71_contact_acquisition_program_c", "comment": null}, "mkto_71_contact_acquisition_program_id_c": {"type": "FLOAT64", "index": 169, "name": "mkto_71_contact_acquisition_program_id_c", "comment": null}, "mkto_71_contact_inferred_city_c": {"type": "STRING", "index": 170, "name": "mkto_71_contact_inferred_city_c", "comment": null}, "mkto_71_contact_inferred_company_c": {"type": "STRING", "index": 171, "name": "mkto_71_contact_inferred_company_c", "comment": null}, "mkto_71_contact_inferred_country_c": {"type": "STRING", "index": 172, "name": "mkto_71_contact_inferred_country_c", "comment": null}, "mkto_71_contact_inferred_metropolitan_a_c": {"type": "STRING", "index": 173, "name": "mkto_71_contact_inferred_metropolitan_a_c", "comment": null}, "mkto_71_contact_inferred_phone_area_cod_c": {"type": "STRING", "index": 174, "name": "mkto_71_contact_inferred_phone_area_cod_c", "comment": null}, "mkto_71_contact_inferred_postal_code_c": {"type": "STRING", "index": 175, "name": "mkto_71_contact_inferred_postal_code_c", "comment": null}, "mkto_71_contact_inferred_state_region_c": {"type": "STRING", "index": 176, "name": "mkto_71_contact_inferred_state_region_c", "comment": null}, "mkto_71_contact_lead_score_c": {"type": "FLOAT64", "index": 177, "name": "mkto_71_contact_lead_score_c", "comment": null}, "mkto_71_contact_original_referrer_c": {"type": "STRING", "index": 178, "name": "mkto_71_contact_original_referrer_c", "comment": null}, "mkto_71_contact_original_search_engine_c": {"type": "STRING", "index": 179, "name": "mkto_71_contact_original_search_engine_c", "comment": null}, "mkto_71_contact_original_search_phrase_c": {"type": "STRING", "index": 180, "name": "mkto_71_contact_original_search_phrase_c", "comment": null}, "mkto_71_contact_original_source_info_c": {"type": "STRING", "index": 181, "name": "mkto_71_contact_original_source_info_c", "comment": null}, "mkto_71_contact_original_source_type_c": {"type": "STRING", "index": 182, "name": "mkto_71_contact_original_source_type_c", "comment": null}, "mkto_si_hide_date_c": {"type": "TIMESTAMP", "index": 183, "name": "mkto_si_hide_date_c", "comment": null}, "mkto_si_last_interesting_moment_date_c": {"type": "TIMESTAMP", "index": 184, "name": "mkto_si_last_interesting_moment_date_c", "comment": null}, "mkto_si_last_interesting_moment_desc_c": {"type": "STRING", "index": 185, "name": "mkto_si_last_interesting_moment_desc_c", "comment": null}, "mkto_si_last_interesting_moment_source_c": {"type": "STRING", "index": 186, "name": "mkto_si_last_interesting_moment_source_c", "comment": null}, "mkto_si_last_interesting_moment_type_c": {"type": "STRING", "index": 187, "name": "mkto_si_last_interesting_moment_type_c", "comment": null}, "mkto_si_mkto_lead_score_c": {"type": "FLOAT64", "index": 188, "name": "mkto_si_mkto_lead_score_c", "comment": null}, "mkto_si_priority_c": {"type": "FLOAT64", "index": 189, "name": "mkto_si_priority_c", "comment": null}, "mkto_si_relative_score_value_c": {"type": "FLOAT64", "index": 190, "name": "mkto_si_relative_score_value_c", "comment": null}, "mkto_si_urgency_value_c": {"type": "FLOAT64", "index": 191, "name": "mkto_si_urgency_value_c", "comment": null}, "cloudingo_agent_ces_c": {"type": "FLOAT64", "index": 192, "name": "cloudingo_agent_ces_c", "comment": null}, "cloudingo_agent_mar_c": {"type": "STRING", "index": 193, "name": "cloudingo_agent_mar_c", "comment": null}, "cloudingo_agent_mas_c": {"type": "FLOAT64", "index": 194, "name": "cloudingo_agent_mas_c", "comment": null}, "cloudingo_agent_mav_c": {"type": "STRING", "index": 195, "name": "cloudingo_agent_mav_c", "comment": null}, "cloudingo_agent_mrdi_c": {"type": "STRING", "index": 196, "name": "cloudingo_agent_mrdi_c", "comment": null}, "cloudingo_agent_mtz_c": {"type": "STRING", "index": 197, "name": "cloudingo_agent_mtz_c", "comment": null}, "cloudingo_agent_oar_c": {"type": "STRING", "index": 198, "name": "cloudingo_agent_oar_c", "comment": null}, "cloudingo_agent_oas_c": {"type": "FLOAT64", "index": 199, "name": "cloudingo_agent_oas_c", "comment": null}, "cloudingo_agent_oav_c": {"type": "STRING", "index": 200, "name": "cloudingo_agent_oav_c", "comment": null}, "cloudingo_agent_ordi_c": {"type": "STRING", "index": 201, "name": "cloudingo_agent_ordi_c", "comment": null}, "cloudingo_agent_otz_c": {"type": "STRING", "index": 202, "name": "cloudingo_agent_otz_c", "comment": null}, "do_not_sync_marketo_c": {"type": "BOOL", "index": 203, "name": "do_not_sync_marketo_c", "comment": null}, "phone_extension_c": {"type": "STRING", "index": 204, "name": "phone_extension_c", "comment": null}, "job_function_c": {"type": "STRING", "index": 205, "name": "job_function_c", "comment": null}, "job_level_c": {"type": "STRING", "index": 206, "name": "job_level_c", "comment": null}, "direct_office_c": {"type": "STRING", "index": 207, "name": "direct_office_c", "comment": null}, "city_c": {"type": "STRING", "index": 208, "name": "city_c", "comment": null}, "country_c": {"type": "STRING", "index": 209, "name": "country_c", "comment": null}, "state_c": {"type": "STRING", "index": 210, "name": "state_c", "comment": null}, "secondary_email_c": {"type": "STRING", "index": 211, "name": "secondary_email_c", "comment": null}, "es_seniority_c": {"type": "STRING", "index": 212, "name": "es_seniority_c", "comment": null}, "source_last_lead_source_c": {"type": "STRING", "index": 213, "name": "source_last_lead_source_c", "comment": null}, "source_last_lead_source_category_c": {"type": "STRING", "index": 214, "name": "source_last_lead_source_category_c", "comment": null}, "source_last_lead_source_detail_c": {"type": "STRING", "index": 215, "name": "source_last_lead_source_detail_c", "comment": null}, "drift_cql_c": {"type": "FLOAT64", "index": 216, "name": "drift_cql_c", "comment": null}, "hot_contact_c": {"type": "BOOL", "index": 217, "name": "hot_contact_c", "comment": null}, "behavioral_score_c": {"type": "FLOAT64", "index": 218, "name": "behavioral_score_c", "comment": null}, "unique_email_c": {"type": "STRING", "index": 219, "name": "unique_email_c", "comment": null}, "is_emea_event_routing_c": {"type": "BOOL", "index": 220, "name": "is_emea_event_routing_c", "comment": null}, "csi_code_c": {"type": "FLOAT64", "index": 221, "name": "csi_code_c", "comment": null}, "clearbit_role_c": {"type": "STRING", "index": 222, "name": "clearbit_role_c", "comment": null}, "clearbit_seniority_c": {"type": "STRING", "index": 223, "name": "clearbit_seniority_c", "comment": null}, "clearbit_sub_role_c": {"type": "STRING", "index": 224, "name": "clearbit_sub_role_c", "comment": null}, "rh_2_currency_test_c": {"type": "BIGNUMERIC", "index": 225, "name": "rh_2_currency_test_c", "comment": null}, "rh_2_describe_c": {"type": "STRING", "index": 226, "name": "rh_2_describe_c", "comment": null}, "rh_2_integer_test_c": {"type": "FLOAT64", "index": 227, "name": "rh_2_integer_test_c", "comment": null}, "created_by_role_c": {"type": "STRING", "index": 228, "name": "created_by_role_c", "comment": null}, "demographic_score_c": {"type": "FLOAT64", "index": 229, "name": "demographic_score_c", "comment": null}, "country_code_c": {"type": "STRING", "index": 230, "name": "country_code_c", "comment": null}, "state_code_c": {"type": "STRING", "index": 231, "name": "state_code_c", "comment": null}, "attended_event_c": {"type": "BOOL", "index": 232, "name": "attended_event_c", "comment": null}, "zoominfo_technologies_c": {"type": "STRING", "index": 233, "name": "zoominfo_technologies_c", "comment": null}, "mql_date_c": {"type": "TIMESTAMP", "index": 234, "name": "mql_date_c", "comment": null}, "user_gems_user_gems_id_c": {"type": "STRING", "index": 235, "name": "user_gems_user_gems_id_c", "comment": null}, "dozisf_zoom_info_company_id_c": {"type": "STRING", "index": 236, "name": "dozisf_zoom_info_company_id_c", "comment": null}, "dozisf_zoom_info_first_updated_c": {"type": "TIMESTAMP", "index": 237, "name": "dozisf_zoom_info_first_updated_c", "comment": null}, "dozisf_zoom_info_id_c": {"type": "STRING", "index": 238, "name": "dozisf_zoom_info_id_c", "comment": null}, "dozisf_zoom_info_last_updated_c": {"type": "TIMESTAMP", "index": 239, "name": "dozisf_zoom_info_last_updated_c", "comment": null}, "lean_data_manual_route_trigger_c": {"type": "BOOL", "index": 240, "name": "lean_data_manual_route_trigger_c", "comment": null}, "first_mql_date_c": {"type": "TIMESTAMP", "index": 241, "name": "first_mql_date_c", "comment": null}, "active_relationship_c": {"type": "BOOL", "index": 242, "name": "active_relationship_c", "comment": null}, "clarus_date_c": {"type": "TIMESTAMP", "index": 243, "name": "clarus_date_c", "comment": null}, "clarus_editor_c": {"type": "STRING", "index": 244, "name": "clarus_editor_c", "comment": null}, "clarus_notes_c": {"type": "STRING", "index": 245, "name": "clarus_notes_c", "comment": null}, "clarus_project_c": {"type": "STRING", "index": 246, "name": "clarus_project_c", "comment": null}, "clarus_status_c": {"type": "STRING", "index": 247, "name": "clarus_status_c", "comment": null}, "historical_contact_status_c": {"type": "STRING", "index": 248, "name": "historical_contact_status_c", "comment": null}, "fivetran_account_association_date_c": {"type": "TIMESTAMP", "index": 249, "name": "fivetran_account_association_date_c", "comment": null}, "fivetran_account_user_role_s_c": {"type": "STRING", "index": 250, "name": "fivetran_account_user_role_s_c", "comment": null}, "mql_reason_c": {"type": "STRING", "index": 251, "name": "mql_reason_c", "comment": null}, "attempting_contact_date_time_c": {"type": "TIMESTAMP", "index": 252, "name": "attempting_contact_date_time_c", "comment": null}, "linked_in_url_c": {"type": "STRING", "index": 253, "name": "linked_in_url_c", "comment": null}, "trial_contact_start_date_c": {"type": "TIMESTAMP", "index": 254, "name": "trial_contact_start_date_c", "comment": null}, "contact_holdover_c": {"type": "BOOL", "index": 255, "name": "contact_holdover_c", "comment": null}, "bill_to_contact_hidden_c": {"type": "BOOL", "index": 256, "name": "bill_to_contact_hidden_c", "comment": null}, "enrichment_request_c": {"type": "BOOL", "index": 257, "name": "enrichment_request_c", "comment": null}, "meta_data_create_date_c": {"type": "TIMESTAMP", "index": 258, "name": "meta_data_create_date_c", "comment": null}, "primary_se_c": {"type": "STRING", "index": 259, "name": "primary_se_c", "comment": null}, "unqualified_reason_c": {"type": "STRING", "index": 260, "name": "unqualified_reason_c", "comment": null}, "opp_handoff_ae_c": {"type": "STRING", "index": 261, "name": "opp_handoff_ae_c", "comment": null}, "marketing_connector_interest_c": {"type": "STRING", "index": 262, "name": "marketing_connector_interest_c", "comment": null}, "recent_marketing_campaign_status_c": {"type": "STRING", "index": 263, "name": "recent_marketing_campaign_status_c", "comment": null}, "salesloft_cadence_trigger_c": {"type": "STRING", "index": 264, "name": "salesloft_cadence_trigger_c", "comment": null}, "last_ae_activity_owner_c": {"type": "STRING", "index": 265, "name": "last_ae_activity_owner_c", "comment": null}, "last_bdr_activity_owner_c": {"type": "STRING", "index": 266, "name": "last_bdr_activity_owner_c", "comment": null}, "last_manual_ae_activity_date_c": {"type": "TIMESTAMP", "index": 267, "name": "last_manual_ae_activity_date_c", "comment": null}, "last_manual_bdr_activity_date_c": {"type": "TIMESTAMP", "index": 268, "name": "last_manual_bdr_activity_date_c", "comment": null}, "leandata_contact_owner_override_c": {"type": "STRING", "index": 269, "name": "leandata_contact_owner_override_c", "comment": null}, "potential_fivetran_use_case_c": {"type": "STRING", "index": 270, "name": "potential_fivetran_use_case_c", "comment": null}, "lean_data_router_completion_date_time_c": {"type": "TIMESTAMP", "index": 271, "name": "lean_data_router_completion_date_time_c", "comment": null}, "partner_territory_c": {"type": "STRING", "index": 272, "name": "partner_territory_c", "comment": null}, "partner_company_c": {"type": "STRING", "index": 273, "name": "partner_company_c", "comment": null}, "bizible_2_ad_campaign_name_ft_c": {"type": "STRING", "index": 274, "name": "bizible_2_ad_campaign_name_ft_c", "comment": null}, "bizible_2_ad_campaign_name_lc_c": {"type": "STRING", "index": 275, "name": "bizible_2_ad_campaign_name_lc_c", "comment": null}, "bizible_2_bizible_id_c": {"type": "STRING", "index": 276, "name": "bizible_2_bizible_id_c", "comment": null}, "bizible_2_landing_page_ft_c": {"type": "STRING", "index": 277, "name": "bizible_2_landing_page_ft_c", "comment": null}, "bizible_2_landing_page_lc_c": {"type": "STRING", "index": 278, "name": "bizible_2_landing_page_lc_c", "comment": null}, "bizible_2_marketing_channel_ft_c": {"type": "STRING", "index": 279, "name": "bizible_2_marketing_channel_ft_c", "comment": null}, "bizible_2_marketing_channel_lc_c": {"type": "STRING", "index": 280, "name": "bizible_2_marketing_channel_lc_c", "comment": null}, "bizible_2_touchpoint_date_ft_c": {"type": "TIMESTAMP", "index": 281, "name": "bizible_2_touchpoint_date_ft_c", "comment": null}, "bizible_2_touchpoint_date_lc_c": {"type": "TIMESTAMP", "index": 282, "name": "bizible_2_touchpoint_date_lc_c", "comment": null}, "bizible_2_touchpoint_source_ft_c": {"type": "STRING", "index": 283, "name": "bizible_2_touchpoint_source_ft_c", "comment": null}, "bizible_2_touchpoint_source_lc_c": {"type": "STRING", "index": 284, "name": "bizible_2_touchpoint_source_lc_c", "comment": null}, "sales_email_opt_out_c": {"type": "BOOL", "index": 285, "name": "sales_email_opt_out_c", "comment": null}, "sales_email_opt_out_date_time_c": {"type": "TIMESTAMP", "index": 286, "name": "sales_email_opt_out_date_time_c", "comment": null}, "celigo_sfnsio_net_suite_id_c": {"type": "STRING", "index": 287, "name": "celigo_sfnsio_net_suite_id_c", "comment": null}, "celigo_sfnsio_net_suite_record_c": {"type": "STRING", "index": 288, "name": "celigo_sfnsio_net_suite_record_c", "comment": null}, "celigo_sfnsio_net_suite_sync_error_c": {"type": "STRING", "index": 289, "name": "celigo_sfnsio_net_suite_sync_error_c", "comment": null}, "celigo_sfnsio_skip_export_to_net_suite_c": {"type": "BOOL", "index": 290, "name": "celigo_sfnsio_skip_export_to_net_suite_c", "comment": null}, "celigo_sfnsio_test_mode_record_c": {"type": "BOOL", "index": 291, "name": "celigo_sfnsio_test_mode_record_c", "comment": null}, "ironclad_workflow_c": {"type": "STRING", "index": 292, "name": "ironclad_workflow_c", "comment": null}, "last_sales_activity_date_time_c": {"type": "TIMESTAMP", "index": 293, "name": "last_sales_activity_date_time_c", "comment": null}, "user_activity_logged_by_c": {"type": "STRING", "index": 294, "name": "user_activity_logged_by_c", "comment": null}, "first_activity_after_mql_date_c": {"type": "TIMESTAMP", "index": 295, "name": "first_activity_after_mql_date_c", "comment": null}, "last_sdr_activity_owner_c": {"type": "STRING", "index": 296, "name": "last_sdr_activity_owner_c", "comment": null}, "last_sdr_activity_date_c": {"type": "TIMESTAMP", "index": 297, "name": "last_sdr_activity_date_c", "comment": null}, "beta_connector_interest_c": {"type": "STRING", "index": 298, "name": "beta_connector_interest_c", "comment": null}, "first_manual_activity_after_mql_date_c": {"type": "TIMESTAMP", "index": 299, "name": "first_manual_activity_after_mql_date_c", "comment": null}, "user_gems_ug_past_infos_c": {"type": "STRING", "index": 300, "name": "user_gems_ug_past_infos_c", "comment": null}, "user_gems_ug_current_infos_c": {"type": "STRING", "index": 301, "name": "user_gems_ug_current_infos_c", "comment": null}, "user_gems_ug_created_by_ug_c": {"type": "BOOL", "index": 302, "name": "user_gems_ug_created_by_ug_c", "comment": null}, "free_trial_email_confirmed_date_c": {"type": "TIMESTAMP", "index": 303, "name": "free_trial_email_confirmed_date_c", "comment": null}, "routed_from_manual_bdr_ae_activity_c": {"type": "BOOL", "index": 304, "name": "routed_from_manual_bdr_ae_activity_c", "comment": null}, "dnboptimizer_dn_bcontact_record_c": {"type": "STRING", "index": 305, "name": "dnboptimizer_dn_bcontact_record_c", "comment": null}, "i_sell_avention_id_c": {"type": "STRING", "index": 306, "name": "i_sell_avention_id_c", "comment": null}, "persona_c": {"type": "STRING", "index": 307, "name": "persona_c", "comment": null}, "last_marketing_interesting_moment_date_c": {"type": "TIMESTAMP", "index": 308, "name": "last_marketing_interesting_moment_date_c", "comment": null}, "verified_c": {"type": "BOOL", "index": 309, "name": "verified_c", "comment": null}, "salesloft_owner_c": {"type": "STRING", "index": 310, "name": "salesloft_owner_c", "comment": null}, "salesloft_owner_sf_c": {"type": "STRING", "index": 311, "name": "salesloft_owner_sf_c", "comment": null}, "email_opt_out_date_time_c": {"type": "TIMESTAMP", "index": 312, "name": "email_opt_out_date_time_c", "comment": null}, "pbf_startup_primary_role_c": {"type": "STRING", "index": 313, "name": "pbf_startup_primary_role_c", "comment": null}, "pbf_startup_certify_eligibility_c": {"type": "BOOL", "index": 314, "name": "pbf_startup_certify_eligibility_c", "comment": null}, "engagio_intent_minutes_last_30_days_c": {"type": "FLOAT64", "index": 315, "name": "engagio_intent_minutes_last_30_days_c", "comment": null}, "engagio_engagement_minutes_last_3_months_c": {"type": "FLOAT64", "index": 316, "name": "engagio_engagement_minutes_last_3_months_c", "comment": null}, "engagio_engagement_minutes_last_7_days_c": {"type": "FLOAT64", "index": 317, "name": "engagio_engagement_minutes_last_7_days_c", "comment": null}, "engagio_first_engagement_date_c": {"type": "TIMESTAMP", "index": 318, "name": "engagio_first_engagement_date_c", "comment": null}, "engagio_department_c": {"type": "STRING", "index": 319, "name": "engagio_department_c", "comment": null}, "engagio_role_c": {"type": "STRING", "index": 320, "name": "engagio_role_c", "comment": null}, "mql_date_changed_c": {"type": "BOOL", "index": 321, "name": "mql_date_changed_c", "comment": null}, "first_activity_after_mql_changed_c": {"type": "BOOL", "index": 322, "name": "first_activity_after_mql_changed_c", "comment": null}, "birthdate": {"type": "TIMESTAMP", "index": 323, "name": "birthdate", "comment": null}, "legacy_hvr_id_c": {"type": "STRING", "index": 324, "name": "legacy_hvr_id_c", "comment": null}, "has_opted_out_of_fax": {"type": "BOOL", "index": 325, "name": "has_opted_out_of_fax", "comment": null}, "other_latitude": {"type": "FLOAT64", "index": 326, "name": "other_latitude", "comment": null}, "username_c": {"type": "STRING", "index": 327, "name": "username_c", "comment": null}, "assistant_name": {"type": "STRING", "index": 328, "name": "assistant_name", "comment": null}, "created_at_c": {"type": "STRING", "index": 329, "name": "created_at_c", "comment": null}, "partner_contact_deprecate_c": {"type": "BOOL", "index": 330, "name": "partner_contact_deprecate_c", "comment": null}, "other_street": {"type": "STRING", "index": 331, "name": "other_street", "comment": null}, "other_state": {"type": "STRING", "index": 332, "name": "other_state", "comment": null}, "home_phone": {"type": "STRING", "index": 333, "name": "home_phone", "comment": null}, "other_city": {"type": "STRING", "index": 334, "name": "other_city", "comment": null}, "company_c": {"type": "STRING", "index": 335, "name": "company_c", "comment": null}, "opportunity_c": {"type": "STRING", "index": 336, "name": "opportunity_c", "comment": null}, "hvr_update_c": {"type": "BOOL", "index": 337, "name": "hvr_update_c", "comment": null}, "other_phone": {"type": "STRING", "index": 338, "name": "other_phone", "comment": null}, "other_geocode_accuracy": {"type": "STRING", "index": 339, "name": "other_geocode_accuracy", "comment": null}, "other_postal_code": {"type": "STRING", "index": 340, "name": "other_postal_code", "comment": null}, "other_country": {"type": "STRING", "index": 341, "name": "other_country", "comment": null}, "assistant_phone": {"type": "STRING", "index": 342, "name": "assistant_phone", "comment": null}, "jigsaw": {"type": "STRING", "index": 343, "name": "jigsaw", "comment": null}, "avatar_c": {"type": "STRING", "index": 344, "name": "avatar_c", "comment": null}, "other_longitude": {"type": "FLOAT64", "index": 345, "name": "other_longitude", "comment": null}, "lean_data_status_info_c": {"type": "STRING", "index": 346, "name": "lean_data_status_info_c", "comment": null}, "analytics_id_c": {"type": "STRING", "index": 347, "name": "analytics_id_c", "comment": null}, "dnb_primary_address_postal_code_c": {"type": "STRING", "index": 348, "name": "dnb_primary_address_postal_code_c", "comment": null}, "dnb_contact_phone_c": {"type": "STRING", "index": 349, "name": "dnb_contact_phone_c", "comment": null}, "dnb_email_deliverability_score_c": {"type": "FLOAT64", "index": 350, "name": "dnb_email_deliverability_score_c", "comment": null}, "dnb_job_title_c": {"type": "STRING", "index": 351, "name": "dnb_job_title_c", "comment": null}, "dnb_email_c": {"type": "STRING", "index": 352, "name": "dnb_email_c", "comment": null}, "dnb_primary_address_city_c": {"type": "STRING", "index": 353, "name": "dnb_primary_address_city_c", "comment": null}, "dnb_phone_accuracy_score_c": {"type": "FLOAT64", "index": 354, "name": "dnb_phone_accuracy_score_c", "comment": null}, "dnb_primary_address_state_province_c": {"type": "STRING", "index": 355, "name": "dnb_primary_address_state_province_c", "comment": null}, "dnb_primary_address_state_province_abbre_c": {"type": "STRING", "index": 356, "name": "dnb_primary_address_state_province_abbre_c", "comment": null}, "dnb_primary_address_country_region_code_c": {"type": "STRING", "index": 357, "name": "dnb_primary_address_country_region_code_c", "comment": null}, "email_opt_in_double_c": {"type": "BOOL", "index": 358, "name": "email_opt_in_double_c", "comment": null}, "phone_number_catch_all_c": {"type": "STRING", "index": 359, "name": "phone_number_catch_all_c", "comment": null}, "contact_owners_manager_stamped_c": {"type": "STRING", "index": 360, "name": "contact_owners_manager_stamped_c", "comment": null}, "fivetran_account_id_c": {"type": "STRING", "index": 361, "name": "fivetran_account_id_c", "comment": null}, "contacts_domain_exists_c": {"type": "BOOL", "index": 362, "name": "contacts_domain_exists_c", "comment": null}, "utm_id_c": {"type": "STRING", "index": 363, "name": "utm_id_c", "comment": null}, "self_service_routing_c": {"type": "BOOL", "index": 364, "name": "self_service_routing_c", "comment": null}, "no_geo_data_c": {"type": "BOOL", "index": 365, "name": "no_geo_data_c", "comment": null}, "to_be_deleted_salesloft_backfill_c": {"type": "BOOL", "index": 366, "name": "to_be_deleted_salesloft_backfill_c", "comment": null}, "do_not_sync_reason_marketo_c": {"type": "STRING", "index": 367, "name": "do_not_sync_reason_marketo_c", "comment": null}, "linked_to_contract_c": {"type": "BOOL", "index": 368, "name": "linked_to_contract_c", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 933267431.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1310965.0, "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_source.salesforce.contact"}}, "errors": null}
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
index db3f6b2..fa8b08b 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -24,7 +24,7 @@
-