diff --git a/.buildkite/scripts/run_models.sh b/.buildkite/scripts/run_models.sh index 0dd1cb9..793b272 100644 --- a/.buildkite/scripts/run_models.sh +++ b/.buildkite/scripts/run_models.sh @@ -23,4 +23,5 @@ dbt run --vars '{hubspot_marketing_enabled: true, hubspot_sales_enabled: false}' dbt run --vars '{hubspot_marketing_enabled: true, hubspot_contact_merge_audit_enabled: true, hubspot_sales_enabled: false}' --target "$db" dbt run --vars '{hubspot_marketing_enabled: false, hubspot_sales_enabled: true}' --target "$db" dbt run --vars '{hubspot_marketing_enabled: false, hubspot_sales_enabled: false}' --target "$db" +dbt run --vars '{hubspot__pass_through_all_columns: true, hubspot_service_enabled: true}' --target "$db" dbt test --target "$db" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fd97da..2e2d514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# dbt_hubspot_source v0.9.0 + +## 🚨 Breaking Changes 🚨 +In [November 2022](https://fivetran.com/docs/applications/hubspot/changelog#november2022), the Fivetran Hubspot connector switched to v3 of the Hubspot CRM API, which deprecated the `CONTACT_MERGE_AUDIT` table and stored merged contacts in a field in the `CONTACT` table. **This has not been rolled out to BigQuery warehouses yet.** BigQuery connectors with the `CONTACT_MERGE_AUDIT` table enabled will continue to sync this table until the new `CONTACT.property_hs_calculated_merged_vids` field and API version becomes available to them. + +This release introduces breaking changes around how contacts are merged in order to align with the above connector changes. It is, however, backwards-compatible. + +[PR #98](https://github.com/fivetran/dbt_hubspot_source/pull/98) applies the following changes: +- Updates logic around the recently deprecated `CONTACT_MERGE_AUDIT` table. + - The package now brings in the new `property_hs_calculated_merged_vids` field (and removes the `property_hs_` prefix) for all customers, including those on BigQuery (the field will just be `null`). + - **Backwards-compatibility:** the package will only reference the old `CONTACT_MERGE_AUDIT` table and create `stg_hubspot__contact_merge_audit` if `hubspot_contact_merge_audit_enabled` is explicitly set to `true` in your root `dbt_project.yml` file. + +## Bug Fixes +- The `CONTACT`, `COMPANY`, `DEAL`, and `TICKET` staging models have been updated to ensure users enabling the `hubspot__pass_through_all_columns` will have all required columns. ([PR #100](https://github.com/fivetran/dbt_hubspot_source/pull/100)) +## Under the Hood +- Updates seed data to test new merging paradigm. ([PR #98](https://github.com/fivetran/dbt_hubspot_source/pull/98)) +- Ensures that all timestamp fields are explicitly cast as timestamps without timezone, as recent API changes also introduced inconsistent timestamp formats. ([PR #98](https://github.com/fivetran/dbt_hubspot_source/pull/98)) +- Creation of the `get_macro_columns` macro to help perform a check when enabling the `hubspot__pass_through_all_columns` to ensure the required fields are captured regardless of their existence in the source table. ([PR #100](https://github.com/fivetran/dbt_hubspot_source/pull/100)) +- Creation of the `all_passthrough_column_check` macro to help ensure that the operation to bring in all fields for the `CONTACT`, `COMPANY`, `DEAL`, and `TICKET` staging models is performed **only** if additional fields from the required are present in the source. ([PR #100](https://github.com/fivetran/dbt_hubspot_source/pull/100)) + +See the transform package [CHANGELOG](https://github.com/fivetran/dbt_hubspot/blob/main/CHANGELOG.md) for updates made to end models in `dbt_hubspot v0.9.0`. + # dbt_hubspot_source v0.8.0 ## 🚨 Breaking Changes 🚨: diff --git a/README.md b/README.md index 46c574a..0874f01 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ dispatch: search_order: ['spark_utils', 'dbt_utils'] ``` -## Step 2: Install the package +## Step 2: Install the package (skip if also using the `hubspot` transformation package) Include the following hubspot_source package version in your `packages.yml` file. > TIP: 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/hubspot_source - version: [">=0.7.0", "<0.8.0"] + version: [">=0.9.0", "<0.10.0"] ``` ## Step 3: Define database and schema variables By default, this package runs using your destination and the `hubspot` schema. If this is not where your HubSpot data is (for example, if your HubSpot schema is named `hubspot_fivetran`), add the following configuration to your root `dbt_project.yml` file: @@ -57,7 +57,6 @@ vars: ## Step 4: Disable models for non-existent sources When setting up your Hubspot connection in Fivetran, it is possible that not every table this package expects will be synced. This can occur because you either don't use that functionality in Hubspot or have actively decided to not sync some tables. Therefore we have added enable/disable configs in the `src.yml` to allow you to disable certain sources not present. Downstream models are automatically disabled as well. In order to disable the relevant functionality in the package, you will need to add the relevant variables in your root `dbt_project.yml`. By default, all variables are assumed to be `true` (with exception of `hubspot_service_enabled`, `hubspot_ticket_deal_enabled`, and `hubspot_contact_merge_audit_enabled`). You only need to add variables for the tables different from default: - ```yml # dbt_project.yml vars: @@ -82,8 +81,9 @@ vars: hubspot_email_event_spam_report_enabled: false hubspot_email_event_status_change_enabled: false - hubspot_contact_merge_audit_enabled: true # Enables contact merge auditing to be applied to final models (removes any merged contacts that are still persisting in the contact table) - + hubspot_contact_merge_audit_enabled: true # Enables the use of the CONTACT_MERGE_AUDIT table (deprecated by Hubspot v3 API) for removing merged contacts in the final models. + # If false, ~~~contacts will still be merged~~~, but using the CONTACT.property_hs_calculated_merged_vids field (introduced in v3 of the Hubspot CRM API) + # Default = false # Sales hubspot_sales_enabled: false # Disables all sales models diff --git a/dbt_project.yml b/dbt_project.yml index 0df68dc..683400a 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'hubspot_source' -version: '0.8.0' +version: '0.9.0' config-version: 2 require-dbt-version: [">=1.3.0", "<2.0.0"] models: diff --git a/docs/catalog.json b/docs/catalog.json index 8779f08..4c38985 100644 --- a/docs/catalog.json +++ b/docs/catalog.json @@ -1 +1 @@ -{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.3.0", "generated_at": "2023-01-11T18:33:19.200948Z", "invocation_id": "cf59ca50-fba0-4ebb-bb91-fe67425a37da", "env": {}}, "nodes": {"seed.hubspot_source_integration_tests.company_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "company_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "is_deleted": {"type": "boolean", "index": 2, "name": "is_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "property_name": {"type": "text", "index": 4, "name": "property_name", "comment": null}, "property_description": {"type": "text", "index": 5, "name": "property_description", "comment": null}, "property_createdate": {"type": "timestamp without time zone", "index": 6, "name": "property_createdate", "comment": null}, "property_industry": {"type": "text", "index": 7, "name": "property_industry", "comment": null}, "property_address": {"type": "text", "index": 8, "name": "property_address", "comment": null}, "property_address_2": {"type": "text", "index": 9, "name": "property_address_2", "comment": null}, "property_city": {"type": "text", "index": 10, "name": "property_city", "comment": null}, "property_state": {"type": "text", "index": 11, "name": "property_state", "comment": null}, "property_country": {"type": "text", "index": 12, "name": "property_country", "comment": null}, "property_annualrevenue": {"type": "integer", "index": 13, "name": "property_annualrevenue", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.company_data"}, "seed.hubspot_source_integration_tests.company_property_history_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "company_property_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"company_id": {"type": "bigint", "index": 1, "name": "company_id", "comment": null}, "timestamp": {"type": "text", "index": 2, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "source": {"type": "text", "index": 4, "name": "source", "comment": null}, "source_id": {"type": "integer", "index": 5, "name": "source_id", "comment": null}, "name": {"type": "text", "index": 6, "name": "name", "comment": null}, "value": {"type": "text", "index": 7, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.company_property_history_data"}, "seed.hubspot_source_integration_tests.contact_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "contact_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "property_email": {"type": "text", "index": 3, "name": "property_email", "comment": null}, "id": {"type": "integer", "index": 4, "name": "id", "comment": null}, "property_company": {"type": "text", "index": 5, "name": "property_company", "comment": null}, "property_firstname": {"type": "text", "index": 6, "name": "property_firstname", "comment": null}, "property_lastname": {"type": "text", "index": 7, "name": "property_lastname", "comment": null}, "property_email_1": {"type": "text", "index": 8, "name": "property_email_1", "comment": null}, "property_createdate": {"type": "timestamp without time zone", "index": 9, "name": "property_createdate", "comment": null}, "property_jobtitle": {"type": "integer", "index": 10, "name": "property_jobtitle", "comment": null}, "property_annualrevenue": {"type": "integer", "index": 11, "name": "property_annualrevenue", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.contact_data"}, "seed.hubspot_source_integration_tests.contact_list_data_postgres": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "contact_list_data_postgres", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "text", "index": 4, "name": "created_at", "comment": null}, "deleteable": {"type": "boolean", "index": 5, "name": "deleteable", "comment": null}, "dynamic": {"type": "boolean", "index": 6, "name": "dynamic", "comment": null}, "metadata_error": {"type": "integer", "index": 7, "name": "metadata_error", "comment": null}, "metadata_last_processing_state_change_at": {"type": "text", "index": 8, "name": "metadata_last_processing_state_change_at", "comment": null}, "metadata_last_size_change_at": {"type": "text", "index": 9, "name": "metadata_last_size_change_at", "comment": null}, "metadata_processing": {"type": "text", "index": 10, "name": "metadata_processing", "comment": null}, "metadata_size": {"type": "integer", "index": 11, "name": "metadata_size", "comment": null}, "offset": {"type": "integer", "index": 12, "name": "offset", "comment": null}, "portal_id": {"type": "integer", "index": 13, "name": "portal_id", "comment": null}, "updated_at": {"type": "text", "index": 14, "name": "updated_at", "comment": null}, "name": {"type": "text", "index": 15, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.contact_list_data_postgres"}, "seed.hubspot_source_integration_tests.contact_list_member_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "contact_list_member_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"contact_id": {"type": "integer", "index": 1, "name": "contact_id", "comment": null}, "contact_list_id": {"type": "integer", "index": 2, "name": "contact_list_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 4, "name": "_fivetran_synced", "comment": null}, "added_at": {"type": "text", "index": 5, "name": "added_at", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.contact_list_member_data"}, "seed.hubspot_source_integration_tests.contact_merge_audit_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "contact_merge_audit_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"canonical_vid": {"type": "integer", "index": 1, "name": "canonical_vid", "comment": null}, "contact_id": {"type": "integer", "index": 2, "name": "contact_id", "comment": null}, "vid_to_merge": {"type": "integer", "index": 3, "name": "vid_to_merge", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "entity_id": {"type": "text", "index": 5, "name": "entity_id", "comment": null}, "first_name": {"type": "integer", "index": 6, "name": "first_name", "comment": null}, "last_name": {"type": "integer", "index": 7, "name": "last_name", "comment": null}, "num_properties_moved": {"type": "integer", "index": 8, "name": "num_properties_moved", "comment": null}, "timestamp": {"type": "timestamp without time zone", "index": 9, "name": "timestamp", "comment": null}, "user_id": {"type": "integer", "index": 10, "name": "user_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.contact_merge_audit_data"}, "seed.hubspot_source_integration_tests.contact_property_history_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "contact_property_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"contact_id": {"type": "integer", "index": 1, "name": "contact_id", "comment": null}, "timestamp": {"type": "text", "index": 2, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "source": {"type": "text", "index": 4, "name": "source", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "value": {"type": "text", "index": 6, "name": "value", "comment": null}, "source_id": {"type": "text", "index": 7, "name": "source_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.contact_property_history_data"}, "seed.hubspot_source_integration_tests.deal_company_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "deal_company_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"company_id": {"type": "integer", "index": 1, "name": "company_id", "comment": null}, "deal_id": {"type": "integer", "index": 2, "name": "deal_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.deal_company_data"}, "seed.hubspot_source_integration_tests.deal_contact_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "deal_contact_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"contact_id": {"type": "bigint", "index": 1, "name": "contact_id", "comment": null}, "deal_id": {"type": "bigint", "index": 2, "name": "deal_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.deal_contact_data"}, "seed.hubspot_source_integration_tests.deal_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "deal_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"deal_id": {"type": "bigint", "index": 1, "name": "deal_id", "comment": null}, "is_deleted": {"type": "boolean", "index": 2, "name": "is_deleted", "comment": null}, "deal_pipeline_id": {"type": "integer", "index": 3, "name": "deal_pipeline_id", "comment": null}, "deal_pipeline_stage_id": {"type": "integer", "index": 4, "name": "deal_pipeline_stage_id", "comment": null}, "owner_id": {"type": "bigint", "index": 5, "name": "owner_id", "comment": null}, "portal_id": {"type": "integer", "index": 6, "name": "portal_id", "comment": null}, "property_dealname": {"type": "text", "index": 7, "name": "property_dealname", "comment": null}, "property_description": {"type": "integer", "index": 8, "name": "property_description", "comment": null}, "property_amount": {"type": "integer", "index": 9, "name": "property_amount", "comment": null}, "property_closedate": {"type": "integer", "index": 10, "name": "property_closedate", "comment": null}, "property_createdate": {"type": "timestamp without time zone", "index": 11, "name": "property_createdate", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.deal_data"}, "seed.hubspot_source_integration_tests.deal_pipeline_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "deal_pipeline_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"pipeline_id": {"type": "character varying(100)", "index": 1, "name": "pipeline_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "active": {"type": "boolean", "index": 4, "name": "active", "comment": null}, "display_order": {"type": "integer", "index": 5, "name": "display_order", "comment": null}, "label": {"type": "text", "index": 6, "name": "label", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.deal_pipeline_data"}, "seed.hubspot_source_integration_tests.deal_pipeline_stage_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "deal_pipeline_stage_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "active": {"type": "boolean", "index": 3, "name": "active", "comment": null}, "closed_won": {"type": "boolean", "index": 4, "name": "closed_won", "comment": null}, "display_order": {"type": "integer", "index": 5, "name": "display_order", "comment": null}, "probability": {"type": "double precision", "index": 6, "name": "probability", "comment": null}, "stage_id": {"type": "character varying(100)", "index": 7, "name": "stage_id", "comment": null}, "label": {"type": "text", "index": 8, "name": "label", "comment": null}, "pipeline_id": {"type": "text", "index": 9, "name": "pipeline_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.deal_pipeline_stage_data"}, "seed.hubspot_source_integration_tests.deal_property_history_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "deal_property_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"deal_id": {"type": "bigint", "index": 1, "name": "deal_id", "comment": null}, "timestamp": {"type": "text", "index": 2, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "source": {"type": "text", "index": 4, "name": "source", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "source_id": {"type": "text", "index": 6, "name": "source_id", "comment": null}, "value": {"type": "text", "index": 7, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.deal_property_history_data"}, "seed.hubspot_source_integration_tests.deal_stage_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "deal_stage_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_start": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_start", "comment": null}, "deal_id": {"type": "bigint", "index": 2, "name": "deal_id", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 3, "name": "_fivetran_active", "comment": null}, "_fivetran_end": {"type": "text", "index": 4, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "date_entered": {"type": "timestamp without time zone", "index": 6, "name": "date_entered", "comment": null}, "source": {"type": "text", "index": 7, "name": "source", "comment": null}, "source_id": {"type": "text", "index": 8, "name": "source_id", "comment": null}, "value": {"type": "text", "index": 9, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.deal_stage_data"}, "seed.hubspot_source_integration_tests.email_campaign_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_campaign_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "integer", "index": 3, "name": "app_id", "comment": null}, "content_id": {"type": "bigint", "index": 4, "name": "content_id", "comment": null}, "num_included": {"type": "integer", "index": 5, "name": "num_included", "comment": null}, "num_queued": {"type": "integer", "index": 6, "name": "num_queued", "comment": null}, "sub_type": {"type": "integer", "index": 7, "name": "sub_type", "comment": null}, "type": {"type": "text", "index": 8, "name": "type", "comment": null}, "app_name": {"type": "text", "index": 9, "name": "app_name", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "subject": {"type": "text", "index": 11, "name": "subject", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.email_campaign_data"}, "seed.hubspot_source_integration_tests.email_event_bounce_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_bounce_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "category": {"type": "text", "index": 3, "name": "category", "comment": null}, "status": {"type": "integer", "index": 4, "name": "status", "comment": null}, "response": {"type": "text", "index": 5, "name": "response", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.email_event_bounce_data"}, "seed.hubspot_source_integration_tests.email_event_click_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_click_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "referer": {"type": "integer", "index": 3, "name": "referer", "comment": null}, "browser": {"type": "text", "index": 4, "name": "browser", "comment": null}, "location": {"type": "text", "index": 5, "name": "location", "comment": null}, "ip_address": {"type": "integer", "index": 6, "name": "ip_address", "comment": null}, "url": {"type": "text", "index": 7, "name": "url", "comment": null}, "user_agent": {"type": "text", "index": 8, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.email_event_click_data"}, "seed.hubspot_source_integration_tests.email_event_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "integer", "index": 3, "name": "app_id", "comment": null}, "caused_by_created": {"type": "integer", "index": 4, "name": "caused_by_created", "comment": null}, "caused_by_id": {"type": "integer", "index": 5, "name": "caused_by_id", "comment": null}, "created": {"type": "text", "index": 6, "name": "created", "comment": null}, "email_campaign_id": {"type": "integer", "index": 7, "name": "email_campaign_id", "comment": null}, "obsoleted_by_created": {"type": "integer", "index": 8, "name": "obsoleted_by_created", "comment": null}, "obsoleted_by_id": {"type": "integer", "index": 9, "name": "obsoleted_by_id", "comment": null}, "portal_id": {"type": "integer", "index": 10, "name": "portal_id", "comment": null}, "sent_by_created": {"type": "text", "index": 11, "name": "sent_by_created", "comment": null}, "sent_by_id": {"type": "text", "index": 12, "name": "sent_by_id", "comment": null}, "type": {"type": "text", "index": 13, "name": "type", "comment": null}, "filtered_event": {"type": "boolean", "index": 14, "name": "filtered_event", "comment": null}, "recipient": {"type": "text", "index": 15, "name": "recipient", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.email_event_data"}, "seed.hubspot_source_integration_tests.email_event_deferred_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_deferred_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "attempt": {"type": "integer", "index": 3, "name": "attempt", "comment": null}, "response": {"type": "integer", "index": 4, "name": "response", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.email_event_deferred_data"}, "seed.hubspot_source_integration_tests.email_event_delivered_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_delivered_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "response": {"type": "text", "index": 3, "name": "response", "comment": null}, "smtp_id": {"type": "text", "index": 4, "name": "smtp_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.email_event_delivered_data"}, "seed.hubspot_source_integration_tests.email_event_dropped_data_postgres": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_dropped_data_postgres", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "drop_reason": {"type": "text", "index": 3, "name": "drop_reason", "comment": null}, "bcc": {"type": "text", "index": 4, "name": "bcc", "comment": null}, "cc": {"type": "text", "index": 5, "name": "cc", "comment": null}, "drop_message": {"type": "text", "index": 6, "name": "drop_message", "comment": null}, "from": {"type": "text", "index": 7, "name": "from", "comment": null}, "reply_to": {"type": "text", "index": 8, "name": "reply_to", "comment": null}, "subject": {"type": "text", "index": 9, "name": "subject", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.email_event_dropped_data_postgres"}, "seed.hubspot_source_integration_tests.email_event_forward_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_forward_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "browser": {"type": "text", "index": 3, "name": "browser", "comment": null}, "ip_address": {"type": "integer", "index": 4, "name": "ip_address", "comment": null}, "location": {"type": "text", "index": 5, "name": "location", "comment": null}, "user_agent": {"type": "text", "index": 6, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.email_event_forward_data"}, "seed.hubspot_source_integration_tests.email_event_open_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_open_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "duration": {"type": "integer", "index": 3, "name": "duration", "comment": null}, "browser": {"type": "text", "index": 4, "name": "browser", "comment": null}, "ip_address": {"type": "integer", "index": 5, "name": "ip_address", "comment": null}, "location": {"type": "text", "index": 6, "name": "location", "comment": null}, "user_agent": {"type": "text", "index": 7, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.email_event_open_data"}, "seed.hubspot_source_integration_tests.email_event_print_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_print_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "browser": {"type": "text", "index": 3, "name": "browser", "comment": null}, "ip_address": {"type": "integer", "index": 4, "name": "ip_address", "comment": null}, "location": {"type": "text", "index": 5, "name": "location", "comment": null}, "user_agent": {"type": "text", "index": 6, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.email_event_print_data"}, "seed.hubspot_source_integration_tests.email_event_sent_data_postgres": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_sent_data_postgres", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "bcc": {"type": "text", "index": 3, "name": "bcc", "comment": null}, "cc": {"type": "text", "index": 4, "name": "cc", "comment": null}, "from": {"type": "text", "index": 5, "name": "from", "comment": null}, "reply_to": {"type": "text", "index": 6, "name": "reply_to", "comment": null}, "subject": {"type": "text", "index": 7, "name": "subject", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.email_event_sent_data_postgres"}, "seed.hubspot_source_integration_tests.email_event_spam_report_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_spam_report_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "ip_address": {"type": "integer", "index": 3, "name": "ip_address", "comment": null}, "user_agent": {"type": "integer", "index": 4, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.email_event_spam_report_data"}, "seed.hubspot_source_integration_tests.email_event_status_change_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_status_change_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "bounced": {"type": "integer", "index": 3, "name": "bounced", "comment": null}, "portal_subscription_status": {"type": "text", "index": 4, "name": "portal_subscription_status", "comment": null}, "requested_by": {"type": "integer", "index": 5, "name": "requested_by", "comment": null}, "source": {"type": "text", "index": 6, "name": "source", "comment": null}, "subscriptions": {"type": "text", "index": 7, "name": "subscriptions", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.email_event_status_change_data"}, "seed.hubspot_source_integration_tests.engagement_call_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "engagement_call_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"engagement_id": {"type": "bigint", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "callee_object_id": {"type": "integer", "index": 3, "name": "callee_object_id", "comment": null}, "callee_object_type": {"type": "integer", "index": 4, "name": "callee_object_type", "comment": null}, "disposition": {"type": "text", "index": 5, "name": "disposition", "comment": null}, "duration_milliseconds": {"type": "integer", "index": 6, "name": "duration_milliseconds", "comment": null}, "external_account_id": {"type": "integer", "index": 7, "name": "external_account_id", "comment": null}, "external_id": {"type": "integer", "index": 8, "name": "external_id", "comment": null}, "from_number": {"type": "integer", "index": 9, "name": "from_number", "comment": null}, "recording_url": {"type": "integer", "index": 10, "name": "recording_url", "comment": null}, "status": {"type": "integer", "index": 11, "name": "status", "comment": null}, "to_number": {"type": "integer", "index": 12, "name": "to_number", "comment": null}, "transcription_id": {"type": "integer", "index": 13, "name": "transcription_id", "comment": null}, "unknown_visitor_conversation": {"type": "integer", "index": 14, "name": "unknown_visitor_conversation", "comment": null}, "body": {"type": "text", "index": 15, "name": "body", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.engagement_call_data"}, "seed.hubspot_source_integration_tests.engagement_company_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "engagement_company_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"company_id": {"type": "bigint", "index": 1, "name": "company_id", "comment": null}, "engagement_id": {"type": "bigint", "index": 2, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.engagement_company_data"}, "seed.hubspot_source_integration_tests.engagement_contact_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "engagement_contact_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"contact_id": {"type": "bigint", "index": 1, "name": "contact_id", "comment": null}, "engagement_id": {"type": "bigint", "index": 2, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.engagement_contact_data"}, "seed.hubspot_source_integration_tests.engagement_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "engagement_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "active": {"type": "boolean", "index": 3, "name": "active", "comment": null}, "activity_type": {"type": "integer", "index": 4, "name": "activity_type", "comment": null}, "created_at": {"type": "text", "index": 5, "name": "created_at", "comment": null}, "last_updated": {"type": "text", "index": 6, "name": "last_updated", "comment": null}, "owner_id": {"type": "integer", "index": 7, "name": "owner_id", "comment": null}, "portal_id": {"type": "integer", "index": 8, "name": "portal_id", "comment": null}, "timestamp": {"type": "text", "index": 9, "name": "timestamp", "comment": null}, "type": {"type": "text", "index": 10, "name": "type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.engagement_data"}, "seed.hubspot_source_integration_tests.engagement_deal_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "engagement_deal_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"deal_id": {"type": "bigint", "index": 1, "name": "deal_id", "comment": null}, "engagement_id": {"type": "bigint", "index": 2, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.engagement_deal_data"}, "seed.hubspot_source_integration_tests.engagement_email_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "engagement_email_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"engagement_id": {"type": "bigint", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "attached_video_id": {"type": "integer", "index": 3, "name": "attached_video_id", "comment": null}, "attached_video_opened": {"type": "boolean", "index": 4, "name": "attached_video_opened", "comment": null}, "attached_video_watched": {"type": "boolean", "index": 5, "name": "attached_video_watched", "comment": null}, "email_send_event_id_created": {"type": "integer", "index": 6, "name": "email_send_event_id_created", "comment": null}, "email_send_event_id_id": {"type": "integer", "index": 7, "name": "email_send_event_id_id", "comment": null}, "error_message": {"type": "integer", "index": 8, "name": "error_message", "comment": null}, "facsimile_send_id": {"type": "text", "index": 9, "name": "facsimile_send_id", "comment": null}, "logged_from": {"type": "text", "index": 10, "name": "logged_from", "comment": null}, "media_processing_status": {"type": "text", "index": 11, "name": "media_processing_status", "comment": null}, "message_id": {"type": "text", "index": 12, "name": "message_id", "comment": null}, "post_send_status": {"type": "text", "index": 13, "name": "post_send_status", "comment": null}, "recipient_drop_reasons": {"type": "integer", "index": 14, "name": "recipient_drop_reasons", "comment": null}, "sent_via": {"type": "text", "index": 15, "name": "sent_via", "comment": null}, "status": {"type": "text", "index": 16, "name": "status", "comment": null}, "thread_id": {"type": "text", "index": 17, "name": "thread_id", "comment": null}, "tracker_key": {"type": "text", "index": 18, "name": "tracker_key", "comment": null}, "validation_skipped": {"type": "text", "index": 19, "name": "validation_skipped", "comment": null}, "from_email": {"type": "text", "index": 20, "name": "from_email", "comment": null}, "from_first_name": {"type": "text", "index": 21, "name": "from_first_name", "comment": null}, "from_last_name": {"type": "text", "index": 22, "name": "from_last_name", "comment": null}, "html": {"type": "text", "index": 23, "name": "html", "comment": null}, "subject": {"type": "text", "index": 24, "name": "subject", "comment": null}, "text": {"type": "text", "index": 25, "name": "text", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.engagement_email_data"}, "seed.hubspot_source_integration_tests.engagement_meeting_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "engagement_meeting_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"engagement_id": {"type": "bigint", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_from_link_id": {"type": "integer", "index": 3, "name": "created_from_link_id", "comment": null}, "end_time": {"type": "text", "index": 4, "name": "end_time", "comment": null}, "pre_meeting_prospect_reminders": {"type": "text", "index": 5, "name": "pre_meeting_prospect_reminders", "comment": null}, "source": {"type": "text", "index": 6, "name": "source", "comment": null}, "source_id": {"type": "text", "index": 7, "name": "source_id", "comment": null}, "start_time": {"type": "text", "index": 8, "name": "start_time", "comment": null}, "web_conference_meeting_id": {"type": "integer", "index": 9, "name": "web_conference_meeting_id", "comment": null}, "meeting_outcome": {"type": "integer", "index": 10, "name": "meeting_outcome", "comment": null}, "body": {"type": "text", "index": 11, "name": "body", "comment": null}, "external_url": {"type": "text", "index": 12, "name": "external_url", "comment": null}, "title": {"type": "text", "index": 13, "name": "title", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.engagement_meeting_data"}, "seed.hubspot_source_integration_tests.engagement_note_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "engagement_note_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"engagement_id": {"type": "bigint", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "body": {"type": "text", "index": 3, "name": "body", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.engagement_note_data"}, "seed.hubspot_source_integration_tests.engagement_task_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "engagement_task_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"engagement_id": {"type": "bigint", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "completion_date": {"type": "character varying(100)", "index": 3, "name": "completion_date", "comment": null}, "for_object_type": {"type": "text", "index": 4, "name": "for_object_type", "comment": null}, "is_all_day": {"type": "integer", "index": 5, "name": "is_all_day", "comment": null}, "priority": {"type": "text", "index": 6, "name": "priority", "comment": null}, "probability_to_complete": {"type": "integer", "index": 7, "name": "probability_to_complete", "comment": null}, "status": {"type": "text", "index": 8, "name": "status", "comment": null}, "subject": {"type": "text", "index": 9, "name": "subject", "comment": null}, "task_type": {"type": "text", "index": 10, "name": "task_type", "comment": null}, "body": {"type": "text", "index": 11, "name": "body", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.engagement_task_data"}, "seed.hubspot_source_integration_tests.owner_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "owner_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"owner_id": {"type": "bigint", "index": 1, "name": "owner_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "text", "index": 3, "name": "created_at", "comment": null}, "portal_id": {"type": "integer", "index": 4, "name": "portal_id", "comment": null}, "type": {"type": "text", "index": 5, "name": "type", "comment": null}, "updated_at": {"type": "text", "index": 6, "name": "updated_at", "comment": null}, "email": {"type": "text", "index": 7, "name": "email", "comment": null}, "first_name": {"type": "text", "index": 8, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 9, "name": "last_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.owner_data"}, "model.hubspot_source.stg_hubspot__company": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__company", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"company_id": {"type": "bigint", "index": 1, "name": "company_id", "comment": null}, "is_company_deleted": {"type": "boolean", "index": 2, "name": "is_company_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "company_name": {"type": "text", "index": 4, "name": "company_name", "comment": null}, "description": {"type": "text", "index": 5, "name": "description", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 6, "name": "created_at", "comment": null}, "industry": {"type": "text", "index": 7, "name": "industry", "comment": null}, "street_address": {"type": "text", "index": 8, "name": "street_address", "comment": null}, "street_address_2": {"type": "text", "index": 9, "name": "street_address_2", "comment": null}, "city": {"type": "text", "index": 10, "name": "city", "comment": null}, "state": {"type": "text", "index": 11, "name": "state", "comment": null}, "country": {"type": "text", "index": 12, "name": "country", "comment": null}, "company_annual_revenue": {"type": "integer", "index": 13, "name": "company_annual_revenue", "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.hubspot_source.stg_hubspot__company"}, "model.hubspot_source.stg_hubspot__company_property_history": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__company_property_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "company_id": {"type": "bigint", "index": 2, "name": "company_id", "comment": null}, "field_name": {"type": "text", "index": 3, "name": "field_name", "comment": null}, "change_source": {"type": "text", "index": 4, "name": "change_source", "comment": null}, "change_source_id": {"type": "integer", "index": 5, "name": "change_source_id", "comment": null}, "change_timestamp": {"type": "text", "index": 6, "name": "change_timestamp", "comment": null}, "new_value": {"type": "text", "index": 7, "name": "new_value", "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.hubspot_source.stg_hubspot__company_property_history"}, "model.hubspot_source.stg_hubspot__company_property_history_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__company_property_history_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"company_id": {"type": "bigint", "index": 1, "name": "company_id", "comment": null}, "timestamp": {"type": "text", "index": 2, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "source": {"type": "text", "index": 4, "name": "source", "comment": null}, "source_id": {"type": "integer", "index": 5, "name": "source_id", "comment": null}, "name": {"type": "text", "index": 6, "name": "name", "comment": null}, "value": {"type": "text", "index": 7, "name": "value", "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.hubspot_source.stg_hubspot__company_property_history_tmp"}, "model.hubspot_source.stg_hubspot__company_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__company_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "is_deleted": {"type": "boolean", "index": 2, "name": "is_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "property_name": {"type": "text", "index": 4, "name": "property_name", "comment": null}, "property_description": {"type": "text", "index": 5, "name": "property_description", "comment": null}, "property_createdate": {"type": "timestamp without time zone", "index": 6, "name": "property_createdate", "comment": null}, "property_industry": {"type": "text", "index": 7, "name": "property_industry", "comment": null}, "property_address": {"type": "text", "index": 8, "name": "property_address", "comment": null}, "property_address_2": {"type": "text", "index": 9, "name": "property_address_2", "comment": null}, "property_city": {"type": "text", "index": 10, "name": "property_city", "comment": null}, "property_state": {"type": "text", "index": 11, "name": "property_state", "comment": null}, "property_country": {"type": "text", "index": 12, "name": "property_country", "comment": null}, "property_annualrevenue": {"type": "integer", "index": 13, "name": "property_annualrevenue", "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.hubspot_source.stg_hubspot__company_tmp"}, "model.hubspot_source.stg_hubspot__contact": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__contact", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"contact_id": {"type": "integer", "index": 1, "name": "contact_id", "comment": null}, "is_contact_deleted": {"type": "boolean", "index": 2, "name": "is_contact_deleted", "comment": null}, "email": {"type": "text", "index": 3, "name": "email", "comment": null}, "contact_company": {"type": "text", "index": 4, "name": "contact_company", "comment": null}, "first_name": {"type": "text", "index": 5, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 6, "name": "last_name", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "job_title": {"type": "integer", "index": 8, "name": "job_title", "comment": null}, "company_annual_revenue": {"type": "integer", "index": 9, "name": "company_annual_revenue", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 10, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__contact"}, "model.hubspot_source.stg_hubspot__contact_list": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__contact_list", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"is_contact_list_deleted": {"type": "boolean", "index": 1, "name": "is_contact_list_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_timestamp": {"type": "text", "index": 3, "name": "created_timestamp", "comment": null}, "is_deletable": {"type": "boolean", "index": 4, "name": "is_deletable", "comment": null}, "is_dynamic": {"type": "boolean", "index": 5, "name": "is_dynamic", "comment": null}, "contact_list_id": {"type": "integer", "index": 6, "name": "contact_list_id", "comment": null}, "metadata_error": {"type": "integer", "index": 7, "name": "metadata_error", "comment": null}, "metadata_last_processing_state_change_at": {"type": "text", "index": 8, "name": "metadata_last_processing_state_change_at", "comment": null}, "metadata_last_size_change_at": {"type": "text", "index": 9, "name": "metadata_last_size_change_at", "comment": null}, "metadata_processing": {"type": "text", "index": 10, "name": "metadata_processing", "comment": null}, "metadata_size": {"type": "integer", "index": 11, "name": "metadata_size", "comment": null}, "contact_list_name": {"type": "text", "index": 12, "name": "contact_list_name", "comment": null}, "portal_id": {"type": "integer", "index": 13, "name": "portal_id", "comment": null}, "updated_timestamp": {"type": "text", "index": 14, "name": "updated_timestamp", "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.hubspot_source.stg_hubspot__contact_list"}, "model.hubspot_source.stg_hubspot__contact_list_member": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__contact_list_member", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"is_contact_list_member_deleted": {"type": "boolean", "index": 1, "name": "is_contact_list_member_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "added_timestamp": {"type": "text", "index": 3, "name": "added_timestamp", "comment": null}, "contact_id": {"type": "integer", "index": 4, "name": "contact_id", "comment": null}, "contact_list_id": {"type": "integer", "index": 5, "name": "contact_list_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__contact_list_member"}, "model.hubspot_source.stg_hubspot__contact_list_member_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__contact_list_member_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"contact_id": {"type": "integer", "index": 1, "name": "contact_id", "comment": null}, "contact_list_id": {"type": "integer", "index": 2, "name": "contact_list_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 4, "name": "_fivetran_synced", "comment": null}, "added_at": {"type": "text", "index": 5, "name": "added_at", "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.hubspot_source.stg_hubspot__contact_list_member_tmp"}, "model.hubspot_source.stg_hubspot__contact_list_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__contact_list_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "text", "index": 4, "name": "created_at", "comment": null}, "deleteable": {"type": "boolean", "index": 5, "name": "deleteable", "comment": null}, "dynamic": {"type": "boolean", "index": 6, "name": "dynamic", "comment": null}, "metadata_error": {"type": "integer", "index": 7, "name": "metadata_error", "comment": null}, "metadata_last_processing_state_change_at": {"type": "text", "index": 8, "name": "metadata_last_processing_state_change_at", "comment": null}, "metadata_last_size_change_at": {"type": "text", "index": 9, "name": "metadata_last_size_change_at", "comment": null}, "metadata_processing": {"type": "text", "index": 10, "name": "metadata_processing", "comment": null}, "metadata_size": {"type": "integer", "index": 11, "name": "metadata_size", "comment": null}, "offset": {"type": "integer", "index": 12, "name": "offset", "comment": null}, "portal_id": {"type": "integer", "index": 13, "name": "portal_id", "comment": null}, "updated_at": {"type": "text", "index": 14, "name": "updated_at", "comment": null}, "name": {"type": "text", "index": 15, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__contact_list_tmp"}, "model.hubspot_source.stg_hubspot__contact_property_history": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__contact_property_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "contact_id": {"type": "integer", "index": 2, "name": "contact_id", "comment": null}, "field_name": {"type": "text", "index": 3, "name": "field_name", "comment": null}, "change_source": {"type": "text", "index": 4, "name": "change_source", "comment": null}, "change_source_id": {"type": "text", "index": 5, "name": "change_source_id", "comment": null}, "change_timestamp": {"type": "text", "index": 6, "name": "change_timestamp", "comment": null}, "new_value": {"type": "text", "index": 7, "name": "new_value", "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.hubspot_source.stg_hubspot__contact_property_history"}, "model.hubspot_source.stg_hubspot__contact_property_history_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__contact_property_history_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"contact_id": {"type": "integer", "index": 1, "name": "contact_id", "comment": null}, "timestamp": {"type": "text", "index": 2, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "source": {"type": "text", "index": 4, "name": "source", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "value": {"type": "text", "index": 6, "name": "value", "comment": null}, "source_id": {"type": "text", "index": 7, "name": "source_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__contact_property_history_tmp"}, "model.hubspot_source.stg_hubspot__contact_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__contact_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "property_email": {"type": "text", "index": 3, "name": "property_email", "comment": null}, "id": {"type": "integer", "index": 4, "name": "id", "comment": null}, "property_company": {"type": "text", "index": 5, "name": "property_company", "comment": null}, "property_firstname": {"type": "text", "index": 6, "name": "property_firstname", "comment": null}, "property_lastname": {"type": "text", "index": 7, "name": "property_lastname", "comment": null}, "property_email_1": {"type": "text", "index": 8, "name": "property_email_1", "comment": null}, "property_createdate": {"type": "timestamp without time zone", "index": 9, "name": "property_createdate", "comment": null}, "property_jobtitle": {"type": "integer", "index": 10, "name": "property_jobtitle", "comment": null}, "property_annualrevenue": {"type": "integer", "index": 11, "name": "property_annualrevenue", "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.hubspot_source.stg_hubspot__contact_tmp"}, "model.hubspot_source.stg_hubspot__deal": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__deal", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"deal_name": {"type": "text", "index": 1, "name": "deal_name", "comment": null}, "closed_at": {"type": "integer", "index": 2, "name": "closed_at", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 3, "name": "created_at", "comment": null}, "is_deal_deleted": {"type": "boolean", "index": 4, "name": "is_deal_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "deal_id": {"type": "bigint", "index": 6, "name": "deal_id", "comment": null}, "deal_pipeline_id": {"type": "text", "index": 7, "name": "deal_pipeline_id", "comment": null}, "deal_pipeline_stage_id": {"type": "text", "index": 8, "name": "deal_pipeline_stage_id", "comment": null}, "owner_id": {"type": "bigint", "index": 9, "name": "owner_id", "comment": null}, "portal_id": {"type": "integer", "index": 10, "name": "portal_id", "comment": null}, "description": {"type": "integer", "index": 11, "name": "description", "comment": null}, "amount": {"type": "integer", "index": 12, "name": "amount", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__deal"}, "model.hubspot_source.stg_hubspot__deal_company": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__deal_company", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"company_id": {"type": "integer", "index": 1, "name": "company_id", "comment": null}, "deal_id": {"type": "integer", "index": 2, "name": "deal_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__deal_company"}, "model.hubspot_source.stg_hubspot__deal_company_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__deal_company_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"company_id": {"type": "integer", "index": 1, "name": "company_id", "comment": null}, "deal_id": {"type": "integer", "index": 2, "name": "deal_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__deal_company_tmp"}, "model.hubspot_source.stg_hubspot__deal_contact": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__deal_contact", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"contact_id": {"type": "bigint", "index": 1, "name": "contact_id", "comment": null}, "deal_id": {"type": "bigint", "index": 2, "name": "deal_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__deal_contact"}, "model.hubspot_source.stg_hubspot__deal_contact_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__deal_contact_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"contact_id": {"type": "bigint", "index": 1, "name": "contact_id", "comment": null}, "deal_id": {"type": "bigint", "index": 2, "name": "deal_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__deal_contact_tmp"}, "model.hubspot_source.stg_hubspot__deal_pipeline": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__deal_pipeline", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"is_deal_pipeline_deleted": {"type": "boolean", "index": 1, "name": "is_deal_pipeline_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "is_active": {"type": "boolean", "index": 3, "name": "is_active", "comment": null}, "display_order": {"type": "integer", "index": 4, "name": "display_order", "comment": null}, "pipeline_label": {"type": "text", "index": 5, "name": "pipeline_label", "comment": null}, "deal_pipeline_id": {"type": "text", "index": 6, "name": "deal_pipeline_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__deal_pipeline"}, "model.hubspot_source.stg_hubspot__deal_pipeline_stage": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__deal_pipeline_stage", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"is_deal_pipeline_stage_deleted": {"type": "boolean", "index": 1, "name": "is_deal_pipeline_stage_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "is_active": {"type": "boolean", "index": 3, "name": "is_active", "comment": null}, "is_closed_won": {"type": "boolean", "index": 4, "name": "is_closed_won", "comment": null}, "display_order": {"type": "integer", "index": 5, "name": "display_order", "comment": null}, "pipeline_stage_label": {"type": "text", "index": 6, "name": "pipeline_stage_label", "comment": null}, "deal_pipeline_id": {"type": "text", "index": 7, "name": "deal_pipeline_id", "comment": null}, "probability": {"type": "double precision", "index": 8, "name": "probability", "comment": null}, "deal_pipeline_stage_id": {"type": "text", "index": 9, "name": "deal_pipeline_stage_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__deal_pipeline_stage"}, "model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__deal_pipeline_stage_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "active": {"type": "boolean", "index": 3, "name": "active", "comment": null}, "closed_won": {"type": "boolean", "index": 4, "name": "closed_won", "comment": null}, "display_order": {"type": "integer", "index": 5, "name": "display_order", "comment": null}, "probability": {"type": "double precision", "index": 6, "name": "probability", "comment": null}, "stage_id": {"type": "character varying(100)", "index": 7, "name": "stage_id", "comment": null}, "label": {"type": "text", "index": 8, "name": "label", "comment": null}, "pipeline_id": {"type": "text", "index": 9, "name": "pipeline_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp"}, "model.hubspot_source.stg_hubspot__deal_pipeline_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__deal_pipeline_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"pipeline_id": {"type": "character varying(100)", "index": 1, "name": "pipeline_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "active": {"type": "boolean", "index": 4, "name": "active", "comment": null}, "display_order": {"type": "integer", "index": 5, "name": "display_order", "comment": null}, "label": {"type": "text", "index": 6, "name": "label", "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.hubspot_source.stg_hubspot__deal_pipeline_tmp"}, "model.hubspot_source.stg_hubspot__deal_property_history": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__deal_property_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "deal_id": {"type": "bigint", "index": 2, "name": "deal_id", "comment": null}, "field_name": {"type": "text", "index": 3, "name": "field_name", "comment": null}, "change_source": {"type": "text", "index": 4, "name": "change_source", "comment": null}, "change_source_id": {"type": "text", "index": 5, "name": "change_source_id", "comment": null}, "change_timestamp": {"type": "text", "index": 6, "name": "change_timestamp", "comment": null}, "new_value": {"type": "text", "index": 7, "name": "new_value", "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.hubspot_source.stg_hubspot__deal_property_history"}, "model.hubspot_source.stg_hubspot__deal_property_history_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__deal_property_history_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"deal_id": {"type": "bigint", "index": 1, "name": "deal_id", "comment": null}, "timestamp": {"type": "text", "index": 2, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "source": {"type": "text", "index": 4, "name": "source", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "source_id": {"type": "text", "index": 6, "name": "source_id", "comment": null}, "value": {"type": "text", "index": 7, "name": "value", "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.hubspot_source.stg_hubspot__deal_property_history_tmp"}, "model.hubspot_source.stg_hubspot__deal_stage": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__deal_stage", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date_entered": {"type": "timestamp without time zone", "index": 1, "name": "date_entered", "comment": null}, "deal_id": {"type": "bigint", "index": 2, "name": "deal_id", "comment": null}, "source": {"type": "text", "index": 3, "name": "source", "comment": null}, "source_id": {"type": "text", "index": 4, "name": "source_id", "comment": null}, "deal_stage_name": {"type": "text", "index": 5, "name": "deal_stage_name", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 6, "name": "_fivetran_active", "comment": null}, "_fivetran_end": {"type": "text", "index": 7, "name": "_fivetran_end", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 8, "name": "_fivetran_start", "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.hubspot_source.stg_hubspot__deal_stage"}, "model.hubspot_source.stg_hubspot__deal_stage_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__deal_stage_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_start": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_start", "comment": null}, "deal_id": {"type": "bigint", "index": 2, "name": "deal_id", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 3, "name": "_fivetran_active", "comment": null}, "_fivetran_end": {"type": "text", "index": 4, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "date_entered": {"type": "timestamp without time zone", "index": 6, "name": "date_entered", "comment": null}, "source": {"type": "text", "index": 7, "name": "source", "comment": null}, "source_id": {"type": "text", "index": 8, "name": "source_id", "comment": null}, "value": {"type": "text", "index": 9, "name": "value", "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.hubspot_source.stg_hubspot__deal_stage_tmp"}, "model.hubspot_source.stg_hubspot__deal_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__deal_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"deal_id": {"type": "bigint", "index": 1, "name": "deal_id", "comment": null}, "is_deleted": {"type": "boolean", "index": 2, "name": "is_deleted", "comment": null}, "deal_pipeline_id": {"type": "integer", "index": 3, "name": "deal_pipeline_id", "comment": null}, "deal_pipeline_stage_id": {"type": "integer", "index": 4, "name": "deal_pipeline_stage_id", "comment": null}, "owner_id": {"type": "bigint", "index": 5, "name": "owner_id", "comment": null}, "portal_id": {"type": "integer", "index": 6, "name": "portal_id", "comment": null}, "property_dealname": {"type": "text", "index": 7, "name": "property_dealname", "comment": null}, "property_description": {"type": "integer", "index": 8, "name": "property_description", "comment": null}, "property_amount": {"type": "integer", "index": 9, "name": "property_amount", "comment": null}, "property_closedate": {"type": "integer", "index": 10, "name": "property_closedate", "comment": null}, "property_createdate": {"type": "timestamp without time zone", "index": 11, "name": "property_createdate", "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.hubspot_source.stg_hubspot__deal_tmp"}, "model.hubspot_source.stg_hubspot__email_campaign": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_campaign", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "integer", "index": 2, "name": "app_id", "comment": null}, "app_name": {"type": "text", "index": 3, "name": "app_name", "comment": null}, "content_id": {"type": "bigint", "index": 4, "name": "content_id", "comment": null}, "email_campaign_id": {"type": "bigint", "index": 5, "name": "email_campaign_id", "comment": null}, "email_campaign_name": {"type": "text", "index": 6, "name": "email_campaign_name", "comment": null}, "num_included": {"type": "integer", "index": 7, "name": "num_included", "comment": null}, "num_queued": {"type": "integer", "index": 8, "name": "num_queued", "comment": null}, "email_campaign_sub_type": {"type": "integer", "index": 9, "name": "email_campaign_sub_type", "comment": null}, "email_campaign_subject": {"type": "text", "index": 10, "name": "email_campaign_subject", "comment": null}, "email_campaign_type": {"type": "text", "index": 11, "name": "email_campaign_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__email_campaign"}, "model.hubspot_source.stg_hubspot__email_campaign_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_campaign_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "integer", "index": 3, "name": "app_id", "comment": null}, "content_id": {"type": "bigint", "index": 4, "name": "content_id", "comment": null}, "num_included": {"type": "integer", "index": 5, "name": "num_included", "comment": null}, "num_queued": {"type": "integer", "index": 6, "name": "num_queued", "comment": null}, "sub_type": {"type": "integer", "index": 7, "name": "sub_type", "comment": null}, "type": {"type": "text", "index": 8, "name": "type", "comment": null}, "app_name": {"type": "text", "index": 9, "name": "app_name", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "subject": {"type": "text", "index": 11, "name": "subject", "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.hubspot_source.stg_hubspot__email_campaign_tmp"}, "model.hubspot_source.stg_hubspot__email_event": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "integer", "index": 2, "name": "app_id", "comment": null}, "caused_timestamp": {"type": "integer", "index": 3, "name": "caused_timestamp", "comment": null}, "caused_by_event_id": {"type": "integer", "index": 4, "name": "caused_by_event_id", "comment": null}, "created_timestamp": {"type": "text", "index": 5, "name": "created_timestamp", "comment": null}, "email_campaign_id": {"type": "integer", "index": 6, "name": "email_campaign_id", "comment": null}, "is_filtered_event": {"type": "boolean", "index": 7, "name": "is_filtered_event", "comment": null}, "event_id": {"type": "text", "index": 8, "name": "event_id", "comment": null}, "obsoleted_timestamp": {"type": "integer", "index": 9, "name": "obsoleted_timestamp", "comment": null}, "obsoleted_by_event_id": {"type": "integer", "index": 10, "name": "obsoleted_by_event_id", "comment": null}, "portal_id": {"type": "integer", "index": 11, "name": "portal_id", "comment": null}, "recipient_email_address": {"type": "text", "index": 12, "name": "recipient_email_address", "comment": null}, "sent_timestamp": {"type": "text", "index": 13, "name": "sent_timestamp", "comment": null}, "sent_by_event_id": {"type": "text", "index": 14, "name": "sent_by_event_id", "comment": null}, "event_type": {"type": "text", "index": 15, "name": "event_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__email_event"}, "model.hubspot_source.stg_hubspot__email_event_bounce": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_bounce", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "bounce_category": {"type": "text", "index": 2, "name": "bounce_category", "comment": null}, "event_id": {"type": "text", "index": 3, "name": "event_id", "comment": null}, "returned_response": {"type": "text", "index": 4, "name": "returned_response", "comment": null}, "returned_status": {"type": "integer", "index": 5, "name": "returned_status", "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.hubspot_source.stg_hubspot__email_event_bounce"}, "model.hubspot_source.stg_hubspot__email_event_bounce_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_bounce_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "category": {"type": "text", "index": 3, "name": "category", "comment": null}, "status": {"type": "integer", "index": 4, "name": "status", "comment": null}, "response": {"type": "text", "index": 5, "name": "response", "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.hubspot_source.stg_hubspot__email_event_bounce_tmp"}, "model.hubspot_source.stg_hubspot__email_event_click": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_click", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "browser": {"type": "text", "index": 2, "name": "browser", "comment": null}, "event_id": {"type": "text", "index": 3, "name": "event_id", "comment": null}, "ip_address": {"type": "integer", "index": 4, "name": "ip_address", "comment": null}, "geo_location": {"type": "text", "index": 5, "name": "geo_location", "comment": null}, "referer_url": {"type": "integer", "index": 6, "name": "referer_url", "comment": null}, "click_url": {"type": "text", "index": 7, "name": "click_url", "comment": null}, "user_agent": {"type": "text", "index": 8, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__email_event_click"}, "model.hubspot_source.stg_hubspot__email_event_click_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_click_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "referer": {"type": "integer", "index": 3, "name": "referer", "comment": null}, "browser": {"type": "text", "index": 4, "name": "browser", "comment": null}, "location": {"type": "text", "index": 5, "name": "location", "comment": null}, "ip_address": {"type": "integer", "index": 6, "name": "ip_address", "comment": null}, "url": {"type": "text", "index": 7, "name": "url", "comment": null}, "user_agent": {"type": "text", "index": 8, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__email_event_click_tmp"}, "model.hubspot_source.stg_hubspot__email_event_deferred": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_deferred", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "attempt_number": {"type": "integer", "index": 2, "name": "attempt_number", "comment": null}, "event_id": {"type": "text", "index": 3, "name": "event_id", "comment": null}, "returned_response": {"type": "integer", "index": 4, "name": "returned_response", "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.hubspot_source.stg_hubspot__email_event_deferred"}, "model.hubspot_source.stg_hubspot__email_event_deferred_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_deferred_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "attempt": {"type": "integer", "index": 3, "name": "attempt", "comment": null}, "response": {"type": "integer", "index": 4, "name": "response", "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.hubspot_source.stg_hubspot__email_event_deferred_tmp"}, "model.hubspot_source.stg_hubspot__email_event_delivered": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_delivered", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "event_id": {"type": "text", "index": 2, "name": "event_id", "comment": null}, "returned_response": {"type": "text", "index": 3, "name": "returned_response", "comment": null}, "smtp_id": {"type": "text", "index": 4, "name": "smtp_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__email_event_delivered"}, "model.hubspot_source.stg_hubspot__email_event_delivered_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_delivered_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "response": {"type": "text", "index": 3, "name": "response", "comment": null}, "smtp_id": {"type": "text", "index": 4, "name": "smtp_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__email_event_delivered_tmp"}, "model.hubspot_source.stg_hubspot__email_event_dropped": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_dropped", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "bcc_emails": {"type": "text", "index": 2, "name": "bcc_emails", "comment": null}, "cc_emails": {"type": "text", "index": 3, "name": "cc_emails", "comment": null}, "drop_message": {"type": "text", "index": 4, "name": "drop_message", "comment": null}, "drop_reason": {"type": "text", "index": 5, "name": "drop_reason", "comment": null}, "from_email": {"type": "text", "index": 6, "name": "from_email", "comment": null}, "event_id": {"type": "text", "index": 7, "name": "event_id", "comment": null}, "reply_to_email": {"type": "text", "index": 8, "name": "reply_to_email", "comment": null}, "email_subject": {"type": "text", "index": 9, "name": "email_subject", "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.hubspot_source.stg_hubspot__email_event_dropped"}, "model.hubspot_source.stg_hubspot__email_event_dropped_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_dropped_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "drop_reason": {"type": "text", "index": 3, "name": "drop_reason", "comment": null}, "bcc": {"type": "text", "index": 4, "name": "bcc", "comment": null}, "cc": {"type": "text", "index": 5, "name": "cc", "comment": null}, "drop_message": {"type": "text", "index": 6, "name": "drop_message", "comment": null}, "from": {"type": "text", "index": 7, "name": "from", "comment": null}, "reply_to": {"type": "text", "index": 8, "name": "reply_to", "comment": null}, "subject": {"type": "text", "index": 9, "name": "subject", "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.hubspot_source.stg_hubspot__email_event_dropped_tmp"}, "model.hubspot_source.stg_hubspot__email_event_forward": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_forward", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "browser": {"type": "text", "index": 2, "name": "browser", "comment": null}, "event_id": {"type": "text", "index": 3, "name": "event_id", "comment": null}, "ip_address": {"type": "integer", "index": 4, "name": "ip_address", "comment": null}, "geo_location": {"type": "text", "index": 5, "name": "geo_location", "comment": null}, "user_agent": {"type": "text", "index": 6, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__email_event_forward"}, "model.hubspot_source.stg_hubspot__email_event_forward_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_forward_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "browser": {"type": "text", "index": 3, "name": "browser", "comment": null}, "ip_address": {"type": "integer", "index": 4, "name": "ip_address", "comment": null}, "location": {"type": "text", "index": 5, "name": "location", "comment": null}, "user_agent": {"type": "text", "index": 6, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__email_event_forward_tmp"}, "model.hubspot_source.stg_hubspot__email_event_open": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_open", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "browser": {"type": "text", "index": 2, "name": "browser", "comment": null}, "duration_open": {"type": "integer", "index": 3, "name": "duration_open", "comment": null}, "event_id": {"type": "text", "index": 4, "name": "event_id", "comment": null}, "ip_address": {"type": "integer", "index": 5, "name": "ip_address", "comment": null}, "geo_location": {"type": "text", "index": 6, "name": "geo_location", "comment": null}, "user_agent": {"type": "text", "index": 7, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__email_event_open"}, "model.hubspot_source.stg_hubspot__email_event_open_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_open_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "duration": {"type": "integer", "index": 3, "name": "duration", "comment": null}, "browser": {"type": "text", "index": 4, "name": "browser", "comment": null}, "ip_address": {"type": "integer", "index": 5, "name": "ip_address", "comment": null}, "location": {"type": "text", "index": 6, "name": "location", "comment": null}, "user_agent": {"type": "text", "index": 7, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__email_event_open_tmp"}, "model.hubspot_source.stg_hubspot__email_event_print": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_print", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "browser": {"type": "text", "index": 2, "name": "browser", "comment": null}, "event_id": {"type": "text", "index": 3, "name": "event_id", "comment": null}, "ip_address": {"type": "integer", "index": 4, "name": "ip_address", "comment": null}, "geo_location": {"type": "text", "index": 5, "name": "geo_location", "comment": null}, "user_agent": {"type": "text", "index": 6, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__email_event_print"}, "model.hubspot_source.stg_hubspot__email_event_print_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_print_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "browser": {"type": "text", "index": 3, "name": "browser", "comment": null}, "ip_address": {"type": "integer", "index": 4, "name": "ip_address", "comment": null}, "location": {"type": "text", "index": 5, "name": "location", "comment": null}, "user_agent": {"type": "text", "index": 6, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__email_event_print_tmp"}, "model.hubspot_source.stg_hubspot__email_event_sent": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_sent", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "bcc_emails": {"type": "text", "index": 2, "name": "bcc_emails", "comment": null}, "cc_emails": {"type": "text", "index": 3, "name": "cc_emails", "comment": null}, "from_email": {"type": "text", "index": 4, "name": "from_email", "comment": null}, "event_id": {"type": "text", "index": 5, "name": "event_id", "comment": null}, "reply_to_email": {"type": "text", "index": 6, "name": "reply_to_email", "comment": null}, "email_subject": {"type": "text", "index": 7, "name": "email_subject", "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.hubspot_source.stg_hubspot__email_event_sent"}, "model.hubspot_source.stg_hubspot__email_event_sent_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_sent_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "bcc": {"type": "text", "index": 3, "name": "bcc", "comment": null}, "cc": {"type": "text", "index": 4, "name": "cc", "comment": null}, "from": {"type": "text", "index": 5, "name": "from", "comment": null}, "reply_to": {"type": "text", "index": 6, "name": "reply_to", "comment": null}, "subject": {"type": "text", "index": 7, "name": "subject", "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.hubspot_source.stg_hubspot__email_event_sent_tmp"}, "model.hubspot_source.stg_hubspot__email_event_spam_report": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_spam_report", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "event_id": {"type": "text", "index": 2, "name": "event_id", "comment": null}, "ip_address": {"type": "integer", "index": 3, "name": "ip_address", "comment": null}, "user_agent": {"type": "integer", "index": 4, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__email_event_spam_report"}, "model.hubspot_source.stg_hubspot__email_event_spam_report_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_spam_report_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "ip_address": {"type": "integer", "index": 3, "name": "ip_address", "comment": null}, "user_agent": {"type": "integer", "index": 4, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__email_event_spam_report_tmp"}, "model.hubspot_source.stg_hubspot__email_event_status_change": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_status_change", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "is_bounced": {"type": "integer", "index": 2, "name": "is_bounced", "comment": null}, "event_id": {"type": "text", "index": 3, "name": "event_id", "comment": null}, "subscription_status": {"type": "text", "index": 4, "name": "subscription_status", "comment": null}, "requested_by_email": {"type": "integer", "index": 5, "name": "requested_by_email", "comment": null}, "change_source": {"type": "text", "index": 6, "name": "change_source", "comment": null}, "subscriptions": {"type": "text", "index": 7, "name": "subscriptions", "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.hubspot_source.stg_hubspot__email_event_status_change"}, "model.hubspot_source.stg_hubspot__email_event_status_change_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_status_change_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "bounced": {"type": "integer", "index": 3, "name": "bounced", "comment": null}, "portal_subscription_status": {"type": "text", "index": 4, "name": "portal_subscription_status", "comment": null}, "requested_by": {"type": "integer", "index": 5, "name": "requested_by", "comment": null}, "source": {"type": "text", "index": 6, "name": "source", "comment": null}, "subscriptions": {"type": "text", "index": 7, "name": "subscriptions", "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.hubspot_source.stg_hubspot__email_event_status_change_tmp"}, "model.hubspot_source.stg_hubspot__email_event_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__email_event_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "integer", "index": 3, "name": "app_id", "comment": null}, "caused_by_created": {"type": "integer", "index": 4, "name": "caused_by_created", "comment": null}, "caused_by_id": {"type": "integer", "index": 5, "name": "caused_by_id", "comment": null}, "created": {"type": "text", "index": 6, "name": "created", "comment": null}, "email_campaign_id": {"type": "integer", "index": 7, "name": "email_campaign_id", "comment": null}, "obsoleted_by_created": {"type": "integer", "index": 8, "name": "obsoleted_by_created", "comment": null}, "obsoleted_by_id": {"type": "integer", "index": 9, "name": "obsoleted_by_id", "comment": null}, "portal_id": {"type": "integer", "index": 10, "name": "portal_id", "comment": null}, "sent_by_created": {"type": "text", "index": 11, "name": "sent_by_created", "comment": null}, "sent_by_id": {"type": "text", "index": 12, "name": "sent_by_id", "comment": null}, "type": {"type": "text", "index": 13, "name": "type", "comment": null}, "filtered_event": {"type": "boolean", "index": 14, "name": "filtered_event", "comment": null}, "recipient": {"type": "text", "index": 15, "name": "recipient", "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.hubspot_source.stg_hubspot__email_event_tmp"}, "model.hubspot_source.stg_hubspot__engagement": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__engagement", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "is_active": {"type": "boolean", "index": 2, "name": "is_active", "comment": null}, "activity_type": {"type": "integer", "index": 3, "name": "activity_type", "comment": null}, "created_timestamp": {"type": "text", "index": 4, "name": "created_timestamp", "comment": null}, "engagement_id": {"type": "bigint", "index": 5, "name": "engagement_id", "comment": null}, "last_updated_timestamp": {"type": "text", "index": 6, "name": "last_updated_timestamp", "comment": null}, "owner_id": {"type": "integer", "index": 7, "name": "owner_id", "comment": null}, "portal_id": {"type": "integer", "index": 8, "name": "portal_id", "comment": null}, "occurred_timestamp": {"type": "text", "index": 9, "name": "occurred_timestamp", "comment": null}, "engagement_type": {"type": "text", "index": 10, "name": "engagement_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__engagement"}, "model.hubspot_source.stg_hubspot__engagement_call": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__engagement_call", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "call_notes": {"type": "text", "index": 2, "name": "call_notes", "comment": null}, "callee_object_id": {"type": "integer", "index": 3, "name": "callee_object_id", "comment": null}, "callee_object_type": {"type": "integer", "index": 4, "name": "callee_object_type", "comment": null}, "disposition_id": {"type": "text", "index": 5, "name": "disposition_id", "comment": null}, "call_duration_milliseconds": {"type": "integer", "index": 6, "name": "call_duration_milliseconds", "comment": null}, "engagement_id": {"type": "bigint", "index": 7, "name": "engagement_id", "comment": null}, "external_account_id": {"type": "integer", "index": 8, "name": "external_account_id", "comment": null}, "external_id": {"type": "integer", "index": 9, "name": "external_id", "comment": null}, "from_number": {"type": "integer", "index": 10, "name": "from_number", "comment": null}, "recording_url": {"type": "integer", "index": 11, "name": "recording_url", "comment": null}, "call_status": {"type": "integer", "index": 12, "name": "call_status", "comment": null}, "to_number": {"type": "integer", "index": 13, "name": "to_number", "comment": null}, "transcription_id": {"type": "integer", "index": 14, "name": "transcription_id", "comment": null}, "unknown_visitor_conversation": {"type": "integer", "index": 15, "name": "unknown_visitor_conversation", "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.hubspot_source.stg_hubspot__engagement_call"}, "model.hubspot_source.stg_hubspot__engagement_call_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__engagement_call_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"engagement_id": {"type": "bigint", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "callee_object_id": {"type": "integer", "index": 3, "name": "callee_object_id", "comment": null}, "callee_object_type": {"type": "integer", "index": 4, "name": "callee_object_type", "comment": null}, "disposition": {"type": "text", "index": 5, "name": "disposition", "comment": null}, "duration_milliseconds": {"type": "integer", "index": 6, "name": "duration_milliseconds", "comment": null}, "external_account_id": {"type": "integer", "index": 7, "name": "external_account_id", "comment": null}, "external_id": {"type": "integer", "index": 8, "name": "external_id", "comment": null}, "from_number": {"type": "integer", "index": 9, "name": "from_number", "comment": null}, "recording_url": {"type": "integer", "index": 10, "name": "recording_url", "comment": null}, "status": {"type": "integer", "index": 11, "name": "status", "comment": null}, "to_number": {"type": "integer", "index": 12, "name": "to_number", "comment": null}, "transcription_id": {"type": "integer", "index": 13, "name": "transcription_id", "comment": null}, "unknown_visitor_conversation": {"type": "integer", "index": 14, "name": "unknown_visitor_conversation", "comment": null}, "body": {"type": "text", "index": 15, "name": "body", "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.hubspot_source.stg_hubspot__engagement_call_tmp"}, "model.hubspot_source.stg_hubspot__engagement_company": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__engagement_company", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "company_id": {"type": "bigint", "index": 2, "name": "company_id", "comment": null}, "engagement_id": {"type": "bigint", "index": 3, "name": "engagement_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__engagement_company"}, "model.hubspot_source.stg_hubspot__engagement_company_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__engagement_company_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"company_id": {"type": "bigint", "index": 1, "name": "company_id", "comment": null}, "engagement_id": {"type": "bigint", "index": 2, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__engagement_company_tmp"}, "model.hubspot_source.stg_hubspot__engagement_contact": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__engagement_contact", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "contact_id": {"type": "bigint", "index": 2, "name": "contact_id", "comment": null}, "engagement_id": {"type": "bigint", "index": 3, "name": "engagement_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__engagement_contact"}, "model.hubspot_source.stg_hubspot__engagement_contact_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__engagement_contact_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"contact_id": {"type": "bigint", "index": 1, "name": "contact_id", "comment": null}, "engagement_id": {"type": "bigint", "index": 2, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__engagement_contact_tmp"}, "model.hubspot_source.stg_hubspot__engagement_deal": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__engagement_deal", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "deal_id": {"type": "bigint", "index": 2, "name": "deal_id", "comment": null}, "engagement_id": {"type": "bigint", "index": 3, "name": "engagement_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__engagement_deal"}, "model.hubspot_source.stg_hubspot__engagement_deal_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__engagement_deal_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"deal_id": {"type": "bigint", "index": 1, "name": "deal_id", "comment": null}, "engagement_id": {"type": "bigint", "index": 2, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__engagement_deal_tmp"}, "model.hubspot_source.stg_hubspot__engagement_email": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__engagement_email", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "attached_video_id": {"type": "integer", "index": 2, "name": "attached_video_id", "comment": null}, "was_attached_video_opened": {"type": "boolean", "index": 3, "name": "was_attached_video_opened", "comment": null}, "was_attached_video_watched": {"type": "boolean", "index": 4, "name": "was_attached_video_watched", "comment": null}, "email_send_event_created_timestamp": {"type": "integer", "index": 5, "name": "email_send_event_created_timestamp", "comment": null}, "email_send_event_id": {"type": "integer", "index": 6, "name": "email_send_event_id", "comment": null}, "engagement_id": {"type": "bigint", "index": 7, "name": "engagement_id", "comment": null}, "error_message": {"type": "integer", "index": 8, "name": "error_message", "comment": null}, "facsimile_send_id": {"type": "text", "index": 9, "name": "facsimile_send_id", "comment": null}, "from_email": {"type": "text", "index": 10, "name": "from_email", "comment": null}, "from_first_name": {"type": "text", "index": 11, "name": "from_first_name", "comment": null}, "from_last_name": {"type": "text", "index": 12, "name": "from_last_name", "comment": null}, "email_html": {"type": "text", "index": 13, "name": "email_html", "comment": null}, "logged_from": {"type": "text", "index": 14, "name": "logged_from", "comment": null}, "media_processing_status": {"type": "text", "index": 15, "name": "media_processing_status", "comment": null}, "message_id": {"type": "text", "index": 16, "name": "message_id", "comment": null}, "post_send_status": {"type": "text", "index": 17, "name": "post_send_status", "comment": null}, "recipient_drop_reasons": {"type": "integer", "index": 18, "name": "recipient_drop_reasons", "comment": null}, "sent_via": {"type": "text", "index": 19, "name": "sent_via", "comment": null}, "email_status": {"type": "text", "index": 20, "name": "email_status", "comment": null}, "email_subject": {"type": "text", "index": 21, "name": "email_subject", "comment": null}, "email_text": {"type": "text", "index": 22, "name": "email_text", "comment": null}, "thread_id": {"type": "text", "index": 23, "name": "thread_id", "comment": null}, "tracker_key": {"type": "text", "index": 24, "name": "tracker_key", "comment": null}, "validation_skipped": {"type": "text", "index": 25, "name": "validation_skipped", "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.hubspot_source.stg_hubspot__engagement_email"}, "model.hubspot_source.stg_hubspot__engagement_email_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__engagement_email_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"engagement_id": {"type": "bigint", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "attached_video_id": {"type": "integer", "index": 3, "name": "attached_video_id", "comment": null}, "attached_video_opened": {"type": "boolean", "index": 4, "name": "attached_video_opened", "comment": null}, "attached_video_watched": {"type": "boolean", "index": 5, "name": "attached_video_watched", "comment": null}, "email_send_event_id_created": {"type": "integer", "index": 6, "name": "email_send_event_id_created", "comment": null}, "email_send_event_id_id": {"type": "integer", "index": 7, "name": "email_send_event_id_id", "comment": null}, "error_message": {"type": "integer", "index": 8, "name": "error_message", "comment": null}, "facsimile_send_id": {"type": "text", "index": 9, "name": "facsimile_send_id", "comment": null}, "logged_from": {"type": "text", "index": 10, "name": "logged_from", "comment": null}, "media_processing_status": {"type": "text", "index": 11, "name": "media_processing_status", "comment": null}, "message_id": {"type": "text", "index": 12, "name": "message_id", "comment": null}, "post_send_status": {"type": "text", "index": 13, "name": "post_send_status", "comment": null}, "recipient_drop_reasons": {"type": "integer", "index": 14, "name": "recipient_drop_reasons", "comment": null}, "sent_via": {"type": "text", "index": 15, "name": "sent_via", "comment": null}, "status": {"type": "text", "index": 16, "name": "status", "comment": null}, "thread_id": {"type": "text", "index": 17, "name": "thread_id", "comment": null}, "tracker_key": {"type": "text", "index": 18, "name": "tracker_key", "comment": null}, "validation_skipped": {"type": "text", "index": 19, "name": "validation_skipped", "comment": null}, "from_email": {"type": "text", "index": 20, "name": "from_email", "comment": null}, "from_first_name": {"type": "text", "index": 21, "name": "from_first_name", "comment": null}, "from_last_name": {"type": "text", "index": 22, "name": "from_last_name", "comment": null}, "html": {"type": "text", "index": 23, "name": "html", "comment": null}, "subject": {"type": "text", "index": 24, "name": "subject", "comment": null}, "text": {"type": "text", "index": 25, "name": "text", "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.hubspot_source.stg_hubspot__engagement_email_tmp"}, "model.hubspot_source.stg_hubspot__engagement_meeting": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__engagement_meeting", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "meeting_notes": {"type": "text", "index": 2, "name": "meeting_notes", "comment": null}, "created_from_link_id": {"type": "integer", "index": 3, "name": "created_from_link_id", "comment": null}, "end_timestamp": {"type": "text", "index": 4, "name": "end_timestamp", "comment": null}, "engagement_id": {"type": "bigint", "index": 5, "name": "engagement_id", "comment": null}, "external_url": {"type": "text", "index": 6, "name": "external_url", "comment": null}, "meeting_outcome": {"type": "integer", "index": 7, "name": "meeting_outcome", "comment": null}, "pre_meeting_prospect_reminders": {"type": "text", "index": 8, "name": "pre_meeting_prospect_reminders", "comment": null}, "source": {"type": "text", "index": 9, "name": "source", "comment": null}, "source_id": {"type": "text", "index": 10, "name": "source_id", "comment": null}, "start_timestamp": {"type": "text", "index": 11, "name": "start_timestamp", "comment": null}, "meeting_title": {"type": "text", "index": 12, "name": "meeting_title", "comment": null}, "web_conference_meeting_id": {"type": "integer", "index": 13, "name": "web_conference_meeting_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__engagement_meeting"}, "model.hubspot_source.stg_hubspot__engagement_meeting_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__engagement_meeting_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"engagement_id": {"type": "bigint", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_from_link_id": {"type": "integer", "index": 3, "name": "created_from_link_id", "comment": null}, "end_time": {"type": "text", "index": 4, "name": "end_time", "comment": null}, "pre_meeting_prospect_reminders": {"type": "text", "index": 5, "name": "pre_meeting_prospect_reminders", "comment": null}, "source": {"type": "text", "index": 6, "name": "source", "comment": null}, "source_id": {"type": "text", "index": 7, "name": "source_id", "comment": null}, "start_time": {"type": "text", "index": 8, "name": "start_time", "comment": null}, "web_conference_meeting_id": {"type": "integer", "index": 9, "name": "web_conference_meeting_id", "comment": null}, "meeting_outcome": {"type": "integer", "index": 10, "name": "meeting_outcome", "comment": null}, "body": {"type": "text", "index": 11, "name": "body", "comment": null}, "external_url": {"type": "text", "index": 12, "name": "external_url", "comment": null}, "title": {"type": "text", "index": 13, "name": "title", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__engagement_meeting_tmp"}, "model.hubspot_source.stg_hubspot__engagement_note": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__engagement_note", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "note": {"type": "text", "index": 2, "name": "note", "comment": null}, "engagement_id": {"type": "bigint", "index": 3, "name": "engagement_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__engagement_note"}, "model.hubspot_source.stg_hubspot__engagement_note_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__engagement_note_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"engagement_id": {"type": "bigint", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "body": {"type": "text", "index": 3, "name": "body", "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.hubspot_source.stg_hubspot__engagement_note_tmp"}, "model.hubspot_source.stg_hubspot__engagement_task": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__engagement_task", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "task_note": {"type": "text", "index": 2, "name": "task_note", "comment": null}, "completion_timestamp": {"type": "timestamp without time zone", "index": 3, "name": "completion_timestamp", "comment": null}, "engagement_id": {"type": "bigint", "index": 4, "name": "engagement_id", "comment": null}, "for_object_type": {"type": "text", "index": 5, "name": "for_object_type", "comment": null}, "is_all_day": {"type": "integer", "index": 6, "name": "is_all_day", "comment": null}, "priority": {"type": "text", "index": 7, "name": "priority", "comment": null}, "probability_to_complete": {"type": "integer", "index": 8, "name": "probability_to_complete", "comment": null}, "task_status": {"type": "text", "index": 9, "name": "task_status", "comment": null}, "task_subject": {"type": "text", "index": 10, "name": "task_subject", "comment": null}, "task_type": {"type": "text", "index": 11, "name": "task_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__engagement_task"}, "model.hubspot_source.stg_hubspot__engagement_task_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__engagement_task_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"engagement_id": {"type": "bigint", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "completion_date": {"type": "character varying(100)", "index": 3, "name": "completion_date", "comment": null}, "for_object_type": {"type": "text", "index": 4, "name": "for_object_type", "comment": null}, "is_all_day": {"type": "integer", "index": 5, "name": "is_all_day", "comment": null}, "priority": {"type": "text", "index": 6, "name": "priority", "comment": null}, "probability_to_complete": {"type": "integer", "index": 7, "name": "probability_to_complete", "comment": null}, "status": {"type": "text", "index": 8, "name": "status", "comment": null}, "subject": {"type": "text", "index": 9, "name": "subject", "comment": null}, "task_type": {"type": "text", "index": 10, "name": "task_type", "comment": null}, "body": {"type": "text", "index": 11, "name": "body", "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.hubspot_source.stg_hubspot__engagement_task_tmp"}, "model.hubspot_source.stg_hubspot__engagement_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__engagement_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "active": {"type": "boolean", "index": 3, "name": "active", "comment": null}, "activity_type": {"type": "integer", "index": 4, "name": "activity_type", "comment": null}, "created_at": {"type": "text", "index": 5, "name": "created_at", "comment": null}, "last_updated": {"type": "text", "index": 6, "name": "last_updated", "comment": null}, "owner_id": {"type": "integer", "index": 7, "name": "owner_id", "comment": null}, "portal_id": {"type": "integer", "index": 8, "name": "portal_id", "comment": null}, "timestamp": {"type": "text", "index": 9, "name": "timestamp", "comment": null}, "type": {"type": "text", "index": 10, "name": "type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__engagement_tmp"}, "model.hubspot_source.stg_hubspot__owner": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__owner", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "created_timestamp": {"type": "text", "index": 2, "name": "created_timestamp", "comment": null}, "email_address": {"type": "text", "index": 3, "name": "email_address", "comment": null}, "first_name": {"type": "text", "index": 4, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 5, "name": "last_name", "comment": null}, "owner_id": {"type": "bigint", "index": 6, "name": "owner_id", "comment": null}, "portal_id": {"type": "integer", "index": 7, "name": "portal_id", "comment": null}, "owner_type": {"type": "text", "index": 8, "name": "owner_type", "comment": null}, "updated_timestamp": {"type": "text", "index": 9, "name": "updated_timestamp", "comment": null}, "full_name": {"type": "text", "index": 10, "name": "full_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__owner"}, "model.hubspot_source.stg_hubspot__owner_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__owner_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"owner_id": {"type": "bigint", "index": 1, "name": "owner_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "text", "index": 3, "name": "created_at", "comment": null}, "portal_id": {"type": "integer", "index": 4, "name": "portal_id", "comment": null}, "type": {"type": "text", "index": 5, "name": "type", "comment": null}, "updated_at": {"type": "text", "index": 6, "name": "updated_at", "comment": null}, "email": {"type": "text", "index": 7, "name": "email", "comment": null}, "first_name": {"type": "text", "index": 8, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 9, "name": "last_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__owner_tmp"}, "model.hubspot_source.stg_hubspot__ticket": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__ticket", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"ticket_id": {"type": "integer", "index": 1, "name": "ticket_id", "comment": null}, "is_ticket_deleted": {"type": "boolean", "index": 2, "name": "is_ticket_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "closed_at": {"type": "timestamp without time zone", "index": 4, "name": "closed_at", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 5, "name": "created_at", "comment": null}, "first_agent_reply_at": {"type": "timestamp without time zone", "index": 6, "name": "first_agent_reply_at", "comment": null}, "ticket_pipeline_id": {"type": "integer", "index": 7, "name": "ticket_pipeline_id", "comment": null}, "ticket_pipeline_stage_id": {"type": "integer", "index": 8, "name": "ticket_pipeline_stage_id", "comment": null}, "ticket_category": {"type": "text", "index": 9, "name": "ticket_category", "comment": null}, "ticket_priority": {"type": "integer", "index": 10, "name": "ticket_priority", "comment": null}, "owner_id": {"type": "integer", "index": 11, "name": "owner_id", "comment": null}, "ticket_subject": {"type": "text", "index": 12, "name": "ticket_subject", "comment": null}, "ticket_content": {"type": "text", "index": 13, "name": "ticket_content", "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.hubspot_source.stg_hubspot__ticket"}, "model.hubspot_source.stg_hubspot__ticket_company": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__ticket_company", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "integer", "index": 2, "name": "ticket_id", "comment": null}, "company_id": {"type": "integer", "index": 3, "name": "company_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__ticket_company"}, "model.hubspot_source.stg_hubspot__ticket_company_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__ticket_company_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "integer", "index": 2, "name": "ticket_id", "comment": null}, "company_id": {"type": "integer", "index": 3, "name": "company_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__ticket_company_tmp"}, "model.hubspot_source.stg_hubspot__ticket_contact": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__ticket_contact", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "integer", "index": 2, "name": "ticket_id", "comment": null}, "contact_id": {"type": "integer", "index": 3, "name": "contact_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__ticket_contact"}, "model.hubspot_source.stg_hubspot__ticket_contact_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__ticket_contact_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "integer", "index": 2, "name": "ticket_id", "comment": null}, "contact_id": {"type": "integer", "index": 3, "name": "contact_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__ticket_contact_tmp"}, "model.hubspot_source.stg_hubspot__ticket_engagement": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__ticket_engagement", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "integer", "index": 2, "name": "ticket_id", "comment": null}, "engagement_id": {"type": "integer", "index": 3, "name": "engagement_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__ticket_engagement"}, "model.hubspot_source.stg_hubspot__ticket_engagement_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__ticket_engagement_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "integer", "index": 2, "name": "ticket_id", "comment": null}, "engagement_id": {"type": "integer", "index": 3, "name": "engagement_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__ticket_engagement_tmp"}, "model.hubspot_source.stg_hubspot__ticket_pipeline": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__ticket_pipeline", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"ticket_pipeline_id": {"type": "integer", "index": 1, "name": "ticket_pipeline_id", "comment": null}, "is_ticket_pipeline_deleted": {"type": "boolean", "index": 2, "name": "is_ticket_pipeline_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "is_active": {"type": "boolean", "index": 4, "name": "is_active", "comment": null}, "display_order": {"type": "integer", "index": 5, "name": "display_order", "comment": null}, "pipeline_label": {"type": "text", "index": 6, "name": "pipeline_label", "comment": null}, "object_type_id": {"type": "text", "index": 7, "name": "object_type_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__ticket_pipeline"}, "model.hubspot_source.stg_hubspot__ticket_pipeline_stage": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__ticket_pipeline_stage", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"is_ticket_pipeline_stage_deleted": {"type": "boolean", "index": 1, "name": "is_ticket_pipeline_stage_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "is_active": {"type": "boolean", "index": 3, "name": "is_active", "comment": null}, "display_order": {"type": "integer", "index": 4, "name": "display_order", "comment": null}, "is_closed": {"type": "boolean", "index": 5, "name": "is_closed", "comment": null}, "pipeline_stage_label": {"type": "text", "index": 6, "name": "pipeline_stage_label", "comment": null}, "ticket_pipeline_id": {"type": "integer", "index": 7, "name": "ticket_pipeline_id", "comment": null}, "ticket_pipeline_stage_id": {"type": "integer", "index": 8, "name": "ticket_pipeline_stage_id", "comment": null}, "ticket_state": {"type": "text", "index": 9, "name": "ticket_state", "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.hubspot_source.stg_hubspot__ticket_pipeline_stage"}, "model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__ticket_pipeline_stage_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"stage_id": {"type": "integer", "index": 1, "name": "stage_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "active": {"type": "boolean", "index": 4, "name": "active", "comment": null}, "display_order": {"type": "integer", "index": 5, "name": "display_order", "comment": null}, "is_closed": {"type": "boolean", "index": 6, "name": "is_closed", "comment": null}, "label": {"type": "text", "index": 7, "name": "label", "comment": null}, "pipeline_id": {"type": "integer", "index": 8, "name": "pipeline_id", "comment": null}, "ticket_state": {"type": "text", "index": 9, "name": "ticket_state", "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.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp"}, "model.hubspot_source.stg_hubspot__ticket_pipeline_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__ticket_pipeline_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"pipeline_id": {"type": "integer", "index": 1, "name": "pipeline_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "active": {"type": "boolean", "index": 4, "name": "active", "comment": null}, "display_order": {"type": "integer", "index": 5, "name": "display_order", "comment": null}, "label": {"type": "text", "index": 6, "name": "label", "comment": null}, "object_type_id": {"type": "text", "index": 7, "name": "object_type_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__ticket_pipeline_tmp"}, "model.hubspot_source.stg_hubspot__ticket_property_history": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__ticket_property_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "integer", "index": 2, "name": "ticket_id", "comment": null}, "field_name": {"type": "text", "index": 3, "name": "field_name", "comment": null}, "change_source": {"type": "text", "index": 4, "name": "change_source", "comment": null}, "change_source_id": {"type": "text", "index": 5, "name": "change_source_id", "comment": null}, "change_timestamp": {"type": "text", "index": 6, "name": "change_timestamp", "comment": null}, "new_value": {"type": "text", "index": 7, "name": "new_value", "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.hubspot_source.stg_hubspot__ticket_property_history"}, "model.hubspot_source.stg_hubspot__ticket_property_history_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__ticket_property_history_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "integer", "index": 2, "name": "ticket_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "source": {"type": "text", "index": 4, "name": "source", "comment": null}, "source_id": {"type": "text", "index": 5, "name": "source_id", "comment": null}, "timestamp_instant": {"type": "text", "index": 6, "name": "timestamp_instant", "comment": null}, "value": {"type": "text", "index": 7, "name": "value", "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.hubspot_source.stg_hubspot__ticket_property_history_tmp"}, "model.hubspot_source.stg_hubspot__ticket_tmp": {"metadata": {"type": "VIEW", "schema": "hubspot_source_integration_tests_1", "name": "stg_hubspot__ticket_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "id": {"type": "integer", "index": 2, "name": "id", "comment": null}, "is_deleted": {"type": "boolean", "index": 3, "name": "is_deleted", "comment": null}, "property_closed_date": {"type": "timestamp without time zone", "index": 4, "name": "property_closed_date", "comment": null}, "property_createdate": {"type": "timestamp without time zone", "index": 5, "name": "property_createdate", "comment": null}, "property_first_agent_reply_date": {"type": "timestamp without time zone", "index": 6, "name": "property_first_agent_reply_date", "comment": null}, "property_hs_pipeline": {"type": "integer", "index": 7, "name": "property_hs_pipeline", "comment": null}, "property_hs_pipeline_stage": {"type": "integer", "index": 8, "name": "property_hs_pipeline_stage", "comment": null}, "property_hs_ticket_category": {"type": "text", "index": 9, "name": "property_hs_ticket_category", "comment": null}, "property_hs_ticket_priority": {"type": "integer", "index": 10, "name": "property_hs_ticket_priority", "comment": null}, "property_hubspot_owner_id": {"type": "integer", "index": 11, "name": "property_hubspot_owner_id", "comment": null}, "property_subject": {"type": "text", "index": 12, "name": "property_subject", "comment": null}, "property_content": {"type": "text", "index": 13, "name": "property_content", "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.hubspot_source.stg_hubspot__ticket_tmp"}, "seed.hubspot_source_integration_tests.ticket_company_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "ticket_company_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "integer", "index": 2, "name": "ticket_id", "comment": null}, "company_id": {"type": "integer", "index": 3, "name": "company_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.ticket_company_data"}, "seed.hubspot_source_integration_tests.ticket_contact_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "ticket_contact_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "integer", "index": 2, "name": "ticket_id", "comment": null}, "contact_id": {"type": "integer", "index": 3, "name": "contact_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.ticket_contact_data"}, "seed.hubspot_source_integration_tests.ticket_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "ticket_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "id": {"type": "integer", "index": 2, "name": "id", "comment": null}, "is_deleted": {"type": "boolean", "index": 3, "name": "is_deleted", "comment": null}, "property_closed_date": {"type": "timestamp without time zone", "index": 4, "name": "property_closed_date", "comment": null}, "property_createdate": {"type": "timestamp without time zone", "index": 5, "name": "property_createdate", "comment": null}, "property_first_agent_reply_date": {"type": "timestamp without time zone", "index": 6, "name": "property_first_agent_reply_date", "comment": null}, "property_hs_pipeline": {"type": "integer", "index": 7, "name": "property_hs_pipeline", "comment": null}, "property_hs_pipeline_stage": {"type": "integer", "index": 8, "name": "property_hs_pipeline_stage", "comment": null}, "property_hs_ticket_category": {"type": "text", "index": 9, "name": "property_hs_ticket_category", "comment": null}, "property_hs_ticket_priority": {"type": "integer", "index": 10, "name": "property_hs_ticket_priority", "comment": null}, "property_hubspot_owner_id": {"type": "integer", "index": 11, "name": "property_hubspot_owner_id", "comment": null}, "property_subject": {"type": "text", "index": 12, "name": "property_subject", "comment": null}, "property_content": {"type": "text", "index": 13, "name": "property_content", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.ticket_data"}, "seed.hubspot_source_integration_tests.ticket_deal_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "ticket_deal_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "integer", "index": 2, "name": "ticket_id", "comment": null}, "deal_id": {"type": "integer", "index": 3, "name": "deal_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.ticket_deal_data"}, "seed.hubspot_source_integration_tests.ticket_engagement_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "ticket_engagement_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "integer", "index": 2, "name": "ticket_id", "comment": null}, "engagement_id": {"type": "integer", "index": 3, "name": "engagement_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.ticket_engagement_data"}, "seed.hubspot_source_integration_tests.ticket_pipeline_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "ticket_pipeline_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"pipeline_id": {"type": "integer", "index": 1, "name": "pipeline_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "active": {"type": "boolean", "index": 4, "name": "active", "comment": null}, "display_order": {"type": "integer", "index": 5, "name": "display_order", "comment": null}, "label": {"type": "text", "index": 6, "name": "label", "comment": null}, "object_type_id": {"type": "text", "index": 7, "name": "object_type_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.ticket_pipeline_data"}, "seed.hubspot_source_integration_tests.ticket_pipeline_stage_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "ticket_pipeline_stage_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"stage_id": {"type": "integer", "index": 1, "name": "stage_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "active": {"type": "boolean", "index": 4, "name": "active", "comment": null}, "display_order": {"type": "integer", "index": 5, "name": "display_order", "comment": null}, "is_closed": {"type": "boolean", "index": 6, "name": "is_closed", "comment": null}, "label": {"type": "text", "index": 7, "name": "label", "comment": null}, "pipeline_id": {"type": "integer", "index": 8, "name": "pipeline_id", "comment": null}, "ticket_state": {"type": "text", "index": 9, "name": "ticket_state", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.ticket_pipeline_stage_data"}, "seed.hubspot_source_integration_tests.ticket_property_history_data": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "ticket_property_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "integer", "index": 2, "name": "ticket_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "source": {"type": "text", "index": 4, "name": "source", "comment": null}, "source_id": {"type": "text", "index": 5, "name": "source_id", "comment": null}, "timestamp_instant": {"type": "text", "index": 6, "name": "timestamp_instant", "comment": null}, "value": {"type": "text", "index": 7, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.hubspot_source_integration_tests.ticket_property_history_data"}}, "sources": {"source.hubspot_source.hubspot.company": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "company_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "is_deleted": {"type": "boolean", "index": 2, "name": "is_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "property_name": {"type": "text", "index": 4, "name": "property_name", "comment": null}, "property_description": {"type": "text", "index": 5, "name": "property_description", "comment": null}, "property_createdate": {"type": "timestamp without time zone", "index": 6, "name": "property_createdate", "comment": null}, "property_industry": {"type": "text", "index": 7, "name": "property_industry", "comment": null}, "property_address": {"type": "text", "index": 8, "name": "property_address", "comment": null}, "property_address_2": {"type": "text", "index": 9, "name": "property_address_2", "comment": null}, "property_city": {"type": "text", "index": 10, "name": "property_city", "comment": null}, "property_state": {"type": "text", "index": 11, "name": "property_state", "comment": null}, "property_country": {"type": "text", "index": 12, "name": "property_country", "comment": null}, "property_annualrevenue": {"type": "integer", "index": 13, "name": "property_annualrevenue", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.company"}, "source.hubspot_source.hubspot.company_property_history": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "company_property_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"company_id": {"type": "bigint", "index": 1, "name": "company_id", "comment": null}, "timestamp": {"type": "text", "index": 2, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "source": {"type": "text", "index": 4, "name": "source", "comment": null}, "source_id": {"type": "integer", "index": 5, "name": "source_id", "comment": null}, "name": {"type": "text", "index": 6, "name": "name", "comment": null}, "value": {"type": "text", "index": 7, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.company_property_history"}, "source.hubspot_source.hubspot.contact": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "contact_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "property_email": {"type": "text", "index": 3, "name": "property_email", "comment": null}, "id": {"type": "integer", "index": 4, "name": "id", "comment": null}, "property_company": {"type": "text", "index": 5, "name": "property_company", "comment": null}, "property_firstname": {"type": "text", "index": 6, "name": "property_firstname", "comment": null}, "property_lastname": {"type": "text", "index": 7, "name": "property_lastname", "comment": null}, "property_email_1": {"type": "text", "index": 8, "name": "property_email_1", "comment": null}, "property_createdate": {"type": "timestamp without time zone", "index": 9, "name": "property_createdate", "comment": null}, "property_jobtitle": {"type": "integer", "index": 10, "name": "property_jobtitle", "comment": null}, "property_annualrevenue": {"type": "integer", "index": 11, "name": "property_annualrevenue", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.contact"}, "source.hubspot_source.hubspot.contact_list_member": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "contact_list_member_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"contact_id": {"type": "integer", "index": 1, "name": "contact_id", "comment": null}, "contact_list_id": {"type": "integer", "index": 2, "name": "contact_list_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 4, "name": "_fivetran_synced", "comment": null}, "added_at": {"type": "text", "index": 5, "name": "added_at", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.contact_list_member"}, "source.hubspot_source.hubspot.contact_property_history": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "contact_property_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"contact_id": {"type": "integer", "index": 1, "name": "contact_id", "comment": null}, "timestamp": {"type": "text", "index": 2, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "source": {"type": "text", "index": 4, "name": "source", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "value": {"type": "text", "index": 6, "name": "value", "comment": null}, "source_id": {"type": "text", "index": 7, "name": "source_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.contact_property_history"}, "source.hubspot_source.hubspot.deal_company": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "deal_company_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"company_id": {"type": "integer", "index": 1, "name": "company_id", "comment": null}, "deal_id": {"type": "integer", "index": 2, "name": "deal_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.deal_company"}, "source.hubspot_source.hubspot.deal_contact": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "deal_contact_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"contact_id": {"type": "bigint", "index": 1, "name": "contact_id", "comment": null}, "deal_id": {"type": "bigint", "index": 2, "name": "deal_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.deal_contact"}, "source.hubspot_source.hubspot.deal": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "deal_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"deal_id": {"type": "bigint", "index": 1, "name": "deal_id", "comment": null}, "is_deleted": {"type": "boolean", "index": 2, "name": "is_deleted", "comment": null}, "deal_pipeline_id": {"type": "integer", "index": 3, "name": "deal_pipeline_id", "comment": null}, "deal_pipeline_stage_id": {"type": "integer", "index": 4, "name": "deal_pipeline_stage_id", "comment": null}, "owner_id": {"type": "bigint", "index": 5, "name": "owner_id", "comment": null}, "portal_id": {"type": "integer", "index": 6, "name": "portal_id", "comment": null}, "property_dealname": {"type": "text", "index": 7, "name": "property_dealname", "comment": null}, "property_description": {"type": "integer", "index": 8, "name": "property_description", "comment": null}, "property_amount": {"type": "integer", "index": 9, "name": "property_amount", "comment": null}, "property_closedate": {"type": "integer", "index": 10, "name": "property_closedate", "comment": null}, "property_createdate": {"type": "timestamp without time zone", "index": 11, "name": "property_createdate", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.deal"}, "source.hubspot_source.hubspot.deal_pipeline": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "deal_pipeline_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"pipeline_id": {"type": "character varying(100)", "index": 1, "name": "pipeline_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "active": {"type": "boolean", "index": 4, "name": "active", "comment": null}, "display_order": {"type": "integer", "index": 5, "name": "display_order", "comment": null}, "label": {"type": "text", "index": 6, "name": "label", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.deal_pipeline"}, "source.hubspot_source.hubspot.deal_pipeline_stage": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "deal_pipeline_stage_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "active": {"type": "boolean", "index": 3, "name": "active", "comment": null}, "closed_won": {"type": "boolean", "index": 4, "name": "closed_won", "comment": null}, "display_order": {"type": "integer", "index": 5, "name": "display_order", "comment": null}, "probability": {"type": "double precision", "index": 6, "name": "probability", "comment": null}, "stage_id": {"type": "character varying(100)", "index": 7, "name": "stage_id", "comment": null}, "label": {"type": "text", "index": 8, "name": "label", "comment": null}, "pipeline_id": {"type": "text", "index": 9, "name": "pipeline_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.deal_pipeline_stage"}, "source.hubspot_source.hubspot.deal_property_history": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "deal_property_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"deal_id": {"type": "bigint", "index": 1, "name": "deal_id", "comment": null}, "timestamp": {"type": "text", "index": 2, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "source": {"type": "text", "index": 4, "name": "source", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "source_id": {"type": "text", "index": 6, "name": "source_id", "comment": null}, "value": {"type": "text", "index": 7, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.deal_property_history"}, "source.hubspot_source.hubspot.deal_stage": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "deal_stage_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_start": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_start", "comment": null}, "deal_id": {"type": "bigint", "index": 2, "name": "deal_id", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 3, "name": "_fivetran_active", "comment": null}, "_fivetran_end": {"type": "text", "index": 4, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "date_entered": {"type": "timestamp without time zone", "index": 6, "name": "date_entered", "comment": null}, "source": {"type": "text", "index": 7, "name": "source", "comment": null}, "source_id": {"type": "text", "index": 8, "name": "source_id", "comment": null}, "value": {"type": "text", "index": 9, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.deal_stage"}, "source.hubspot_source.hubspot.email_campaign": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_campaign_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "integer", "index": 3, "name": "app_id", "comment": null}, "content_id": {"type": "bigint", "index": 4, "name": "content_id", "comment": null}, "num_included": {"type": "integer", "index": 5, "name": "num_included", "comment": null}, "num_queued": {"type": "integer", "index": 6, "name": "num_queued", "comment": null}, "sub_type": {"type": "integer", "index": 7, "name": "sub_type", "comment": null}, "type": {"type": "text", "index": 8, "name": "type", "comment": null}, "app_name": {"type": "text", "index": 9, "name": "app_name", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "subject": {"type": "text", "index": 11, "name": "subject", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.email_campaign"}, "source.hubspot_source.hubspot.email_event_bounce": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_bounce_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "category": {"type": "text", "index": 3, "name": "category", "comment": null}, "status": {"type": "integer", "index": 4, "name": "status", "comment": null}, "response": {"type": "text", "index": 5, "name": "response", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.email_event_bounce"}, "source.hubspot_source.hubspot.email_event_click": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_click_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "referer": {"type": "integer", "index": 3, "name": "referer", "comment": null}, "browser": {"type": "text", "index": 4, "name": "browser", "comment": null}, "location": {"type": "text", "index": 5, "name": "location", "comment": null}, "ip_address": {"type": "integer", "index": 6, "name": "ip_address", "comment": null}, "url": {"type": "text", "index": 7, "name": "url", "comment": null}, "user_agent": {"type": "text", "index": 8, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.email_event_click"}, "source.hubspot_source.hubspot.email_event": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "integer", "index": 3, "name": "app_id", "comment": null}, "caused_by_created": {"type": "integer", "index": 4, "name": "caused_by_created", "comment": null}, "caused_by_id": {"type": "integer", "index": 5, "name": "caused_by_id", "comment": null}, "created": {"type": "text", "index": 6, "name": "created", "comment": null}, "email_campaign_id": {"type": "integer", "index": 7, "name": "email_campaign_id", "comment": null}, "obsoleted_by_created": {"type": "integer", "index": 8, "name": "obsoleted_by_created", "comment": null}, "obsoleted_by_id": {"type": "integer", "index": 9, "name": "obsoleted_by_id", "comment": null}, "portal_id": {"type": "integer", "index": 10, "name": "portal_id", "comment": null}, "sent_by_created": {"type": "text", "index": 11, "name": "sent_by_created", "comment": null}, "sent_by_id": {"type": "text", "index": 12, "name": "sent_by_id", "comment": null}, "type": {"type": "text", "index": 13, "name": "type", "comment": null}, "filtered_event": {"type": "boolean", "index": 14, "name": "filtered_event", "comment": null}, "recipient": {"type": "text", "index": 15, "name": "recipient", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.email_event"}, "source.hubspot_source.hubspot.email_event_deferred": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_deferred_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "attempt": {"type": "integer", "index": 3, "name": "attempt", "comment": null}, "response": {"type": "integer", "index": 4, "name": "response", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.email_event_deferred"}, "source.hubspot_source.hubspot.email_event_delivered": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_delivered_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "response": {"type": "text", "index": 3, "name": "response", "comment": null}, "smtp_id": {"type": "text", "index": 4, "name": "smtp_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.email_event_delivered"}, "source.hubspot_source.hubspot.email_event_forward": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_forward_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "browser": {"type": "text", "index": 3, "name": "browser", "comment": null}, "ip_address": {"type": "integer", "index": 4, "name": "ip_address", "comment": null}, "location": {"type": "text", "index": 5, "name": "location", "comment": null}, "user_agent": {"type": "text", "index": 6, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.email_event_forward"}, "source.hubspot_source.hubspot.email_event_open": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_open_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "duration": {"type": "integer", "index": 3, "name": "duration", "comment": null}, "browser": {"type": "text", "index": 4, "name": "browser", "comment": null}, "ip_address": {"type": "integer", "index": 5, "name": "ip_address", "comment": null}, "location": {"type": "text", "index": 6, "name": "location", "comment": null}, "user_agent": {"type": "text", "index": 7, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.email_event_open"}, "source.hubspot_source.hubspot.email_event_print": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_print_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "browser": {"type": "text", "index": 3, "name": "browser", "comment": null}, "ip_address": {"type": "integer", "index": 4, "name": "ip_address", "comment": null}, "location": {"type": "text", "index": 5, "name": "location", "comment": null}, "user_agent": {"type": "text", "index": 6, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.email_event_print"}, "source.hubspot_source.hubspot.email_event_spam_report": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_spam_report_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "ip_address": {"type": "integer", "index": 3, "name": "ip_address", "comment": null}, "user_agent": {"type": "integer", "index": 4, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.email_event_spam_report"}, "source.hubspot_source.hubspot.email_event_status_change": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "email_event_status_change_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "bounced": {"type": "integer", "index": 3, "name": "bounced", "comment": null}, "portal_subscription_status": {"type": "text", "index": 4, "name": "portal_subscription_status", "comment": null}, "requested_by": {"type": "integer", "index": 5, "name": "requested_by", "comment": null}, "source": {"type": "text", "index": 6, "name": "source", "comment": null}, "subscriptions": {"type": "text", "index": 7, "name": "subscriptions", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.email_event_status_change"}, "source.hubspot_source.hubspot.engagement_call": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "engagement_call_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"engagement_id": {"type": "bigint", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "callee_object_id": {"type": "integer", "index": 3, "name": "callee_object_id", "comment": null}, "callee_object_type": {"type": "integer", "index": 4, "name": "callee_object_type", "comment": null}, "disposition": {"type": "text", "index": 5, "name": "disposition", "comment": null}, "duration_milliseconds": {"type": "integer", "index": 6, "name": "duration_milliseconds", "comment": null}, "external_account_id": {"type": "integer", "index": 7, "name": "external_account_id", "comment": null}, "external_id": {"type": "integer", "index": 8, "name": "external_id", "comment": null}, "from_number": {"type": "integer", "index": 9, "name": "from_number", "comment": null}, "recording_url": {"type": "integer", "index": 10, "name": "recording_url", "comment": null}, "status": {"type": "integer", "index": 11, "name": "status", "comment": null}, "to_number": {"type": "integer", "index": 12, "name": "to_number", "comment": null}, "transcription_id": {"type": "integer", "index": 13, "name": "transcription_id", "comment": null}, "unknown_visitor_conversation": {"type": "integer", "index": 14, "name": "unknown_visitor_conversation", "comment": null}, "body": {"type": "text", "index": 15, "name": "body", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.engagement_call"}, "source.hubspot_source.hubspot.engagement_company": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "engagement_company_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"company_id": {"type": "bigint", "index": 1, "name": "company_id", "comment": null}, "engagement_id": {"type": "bigint", "index": 2, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.engagement_company"}, "source.hubspot_source.hubspot.engagement_contact": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "engagement_contact_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"contact_id": {"type": "bigint", "index": 1, "name": "contact_id", "comment": null}, "engagement_id": {"type": "bigint", "index": 2, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.engagement_contact"}, "source.hubspot_source.hubspot.engagement": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "engagement_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "active": {"type": "boolean", "index": 3, "name": "active", "comment": null}, "activity_type": {"type": "integer", "index": 4, "name": "activity_type", "comment": null}, "created_at": {"type": "text", "index": 5, "name": "created_at", "comment": null}, "last_updated": {"type": "text", "index": 6, "name": "last_updated", "comment": null}, "owner_id": {"type": "integer", "index": 7, "name": "owner_id", "comment": null}, "portal_id": {"type": "integer", "index": 8, "name": "portal_id", "comment": null}, "timestamp": {"type": "text", "index": 9, "name": "timestamp", "comment": null}, "type": {"type": "text", "index": 10, "name": "type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.engagement"}, "source.hubspot_source.hubspot.engagement_deal": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "engagement_deal_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"deal_id": {"type": "bigint", "index": 1, "name": "deal_id", "comment": null}, "engagement_id": {"type": "bigint", "index": 2, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.engagement_deal"}, "source.hubspot_source.hubspot.engagement_email": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "engagement_email_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"engagement_id": {"type": "bigint", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "attached_video_id": {"type": "integer", "index": 3, "name": "attached_video_id", "comment": null}, "attached_video_opened": {"type": "boolean", "index": 4, "name": "attached_video_opened", "comment": null}, "attached_video_watched": {"type": "boolean", "index": 5, "name": "attached_video_watched", "comment": null}, "email_send_event_id_created": {"type": "integer", "index": 6, "name": "email_send_event_id_created", "comment": null}, "email_send_event_id_id": {"type": "integer", "index": 7, "name": "email_send_event_id_id", "comment": null}, "error_message": {"type": "integer", "index": 8, "name": "error_message", "comment": null}, "facsimile_send_id": {"type": "text", "index": 9, "name": "facsimile_send_id", "comment": null}, "logged_from": {"type": "text", "index": 10, "name": "logged_from", "comment": null}, "media_processing_status": {"type": "text", "index": 11, "name": "media_processing_status", "comment": null}, "message_id": {"type": "text", "index": 12, "name": "message_id", "comment": null}, "post_send_status": {"type": "text", "index": 13, "name": "post_send_status", "comment": null}, "recipient_drop_reasons": {"type": "integer", "index": 14, "name": "recipient_drop_reasons", "comment": null}, "sent_via": {"type": "text", "index": 15, "name": "sent_via", "comment": null}, "status": {"type": "text", "index": 16, "name": "status", "comment": null}, "thread_id": {"type": "text", "index": 17, "name": "thread_id", "comment": null}, "tracker_key": {"type": "text", "index": 18, "name": "tracker_key", "comment": null}, "validation_skipped": {"type": "text", "index": 19, "name": "validation_skipped", "comment": null}, "from_email": {"type": "text", "index": 20, "name": "from_email", "comment": null}, "from_first_name": {"type": "text", "index": 21, "name": "from_first_name", "comment": null}, "from_last_name": {"type": "text", "index": 22, "name": "from_last_name", "comment": null}, "html": {"type": "text", "index": 23, "name": "html", "comment": null}, "subject": {"type": "text", "index": 24, "name": "subject", "comment": null}, "text": {"type": "text", "index": 25, "name": "text", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.engagement_email"}, "source.hubspot_source.hubspot.engagement_meeting": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "engagement_meeting_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"engagement_id": {"type": "bigint", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_from_link_id": {"type": "integer", "index": 3, "name": "created_from_link_id", "comment": null}, "end_time": {"type": "text", "index": 4, "name": "end_time", "comment": null}, "pre_meeting_prospect_reminders": {"type": "text", "index": 5, "name": "pre_meeting_prospect_reminders", "comment": null}, "source": {"type": "text", "index": 6, "name": "source", "comment": null}, "source_id": {"type": "text", "index": 7, "name": "source_id", "comment": null}, "start_time": {"type": "text", "index": 8, "name": "start_time", "comment": null}, "web_conference_meeting_id": {"type": "integer", "index": 9, "name": "web_conference_meeting_id", "comment": null}, "meeting_outcome": {"type": "integer", "index": 10, "name": "meeting_outcome", "comment": null}, "body": {"type": "text", "index": 11, "name": "body", "comment": null}, "external_url": {"type": "text", "index": 12, "name": "external_url", "comment": null}, "title": {"type": "text", "index": 13, "name": "title", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.engagement_meeting"}, "source.hubspot_source.hubspot.engagement_note": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "engagement_note_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"engagement_id": {"type": "bigint", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "body": {"type": "text", "index": 3, "name": "body", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.engagement_note"}, "source.hubspot_source.hubspot.engagement_task": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "engagement_task_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"engagement_id": {"type": "bigint", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "completion_date": {"type": "character varying(100)", "index": 3, "name": "completion_date", "comment": null}, "for_object_type": {"type": "text", "index": 4, "name": "for_object_type", "comment": null}, "is_all_day": {"type": "integer", "index": 5, "name": "is_all_day", "comment": null}, "priority": {"type": "text", "index": 6, "name": "priority", "comment": null}, "probability_to_complete": {"type": "integer", "index": 7, "name": "probability_to_complete", "comment": null}, "status": {"type": "text", "index": 8, "name": "status", "comment": null}, "subject": {"type": "text", "index": 9, "name": "subject", "comment": null}, "task_type": {"type": "text", "index": 10, "name": "task_type", "comment": null}, "body": {"type": "text", "index": 11, "name": "body", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.engagement_task"}, "source.hubspot_source.hubspot.owner": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "owner_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"owner_id": {"type": "bigint", "index": 1, "name": "owner_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "text", "index": 3, "name": "created_at", "comment": null}, "portal_id": {"type": "integer", "index": 4, "name": "portal_id", "comment": null}, "type": {"type": "text", "index": 5, "name": "type", "comment": null}, "updated_at": {"type": "text", "index": 6, "name": "updated_at", "comment": null}, "email": {"type": "text", "index": 7, "name": "email", "comment": null}, "first_name": {"type": "text", "index": 8, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 9, "name": "last_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.owner"}, "source.hubspot_source.hubspot.ticket_company": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "ticket_company_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "integer", "index": 2, "name": "ticket_id", "comment": null}, "company_id": {"type": "integer", "index": 3, "name": "company_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.ticket_company"}, "source.hubspot_source.hubspot.ticket_contact": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "ticket_contact_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "integer", "index": 2, "name": "ticket_id", "comment": null}, "contact_id": {"type": "integer", "index": 3, "name": "contact_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.ticket_contact"}, "source.hubspot_source.hubspot.ticket": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "ticket_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "id": {"type": "integer", "index": 2, "name": "id", "comment": null}, "is_deleted": {"type": "boolean", "index": 3, "name": "is_deleted", "comment": null}, "property_closed_date": {"type": "timestamp without time zone", "index": 4, "name": "property_closed_date", "comment": null}, "property_createdate": {"type": "timestamp without time zone", "index": 5, "name": "property_createdate", "comment": null}, "property_first_agent_reply_date": {"type": "timestamp without time zone", "index": 6, "name": "property_first_agent_reply_date", "comment": null}, "property_hs_pipeline": {"type": "integer", "index": 7, "name": "property_hs_pipeline", "comment": null}, "property_hs_pipeline_stage": {"type": "integer", "index": 8, "name": "property_hs_pipeline_stage", "comment": null}, "property_hs_ticket_category": {"type": "text", "index": 9, "name": "property_hs_ticket_category", "comment": null}, "property_hs_ticket_priority": {"type": "integer", "index": 10, "name": "property_hs_ticket_priority", "comment": null}, "property_hubspot_owner_id": {"type": "integer", "index": 11, "name": "property_hubspot_owner_id", "comment": null}, "property_subject": {"type": "text", "index": 12, "name": "property_subject", "comment": null}, "property_content": {"type": "text", "index": 13, "name": "property_content", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.ticket"}, "source.hubspot_source.hubspot.ticket_engagement": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "ticket_engagement_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "integer", "index": 2, "name": "ticket_id", "comment": null}, "engagement_id": {"type": "integer", "index": 3, "name": "engagement_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.ticket_engagement"}, "source.hubspot_source.hubspot.ticket_pipeline": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "ticket_pipeline_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"pipeline_id": {"type": "integer", "index": 1, "name": "pipeline_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "active": {"type": "boolean", "index": 4, "name": "active", "comment": null}, "display_order": {"type": "integer", "index": 5, "name": "display_order", "comment": null}, "label": {"type": "text", "index": 6, "name": "label", "comment": null}, "object_type_id": {"type": "text", "index": 7, "name": "object_type_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.ticket_pipeline"}, "source.hubspot_source.hubspot.ticket_pipeline_stage": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "ticket_pipeline_stage_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"stage_id": {"type": "integer", "index": 1, "name": "stage_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "active": {"type": "boolean", "index": 4, "name": "active", "comment": null}, "display_order": {"type": "integer", "index": 5, "name": "display_order", "comment": null}, "is_closed": {"type": "boolean", "index": 6, "name": "is_closed", "comment": null}, "label": {"type": "text", "index": 7, "name": "label", "comment": null}, "pipeline_id": {"type": "integer", "index": 8, "name": "pipeline_id", "comment": null}, "ticket_state": {"type": "text", "index": 9, "name": "ticket_state", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.ticket_pipeline_stage"}, "source.hubspot_source.hubspot.ticket_property_history": {"metadata": {"type": "BASE TABLE", "schema": "hubspot_source_integration_tests_1", "name": "ticket_property_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "integer", "index": 2, "name": "ticket_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "source": {"type": "text", "index": 4, "name": "source", "comment": null}, "source_id": {"type": "text", "index": 5, "name": "source_id", "comment": null}, "timestamp_instant": {"type": "text", "index": 6, "name": "timestamp_instant", "comment": null}, "value": {"type": "text", "index": 7, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.hubspot_source.hubspot.ticket_property_history"}}, "errors": null} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.4.5", "generated_at": "2023-03-29T17:56:37.221574Z", "invocation_id": "357ed5a9-2c3b-4dd2-aeff-88d72887eb20", "env": {}}, "nodes": {"model.hubspot_source.stg_hubspot__deal_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"deal_id": {"type": "INT64", "index": 1, "name": "deal_id", "comment": null}, "is_deleted": {"type": "BOOL", "index": 2, "name": "is_deleted", "comment": null}, "deal_pipeline_id": {"type": "INT64", "index": 3, "name": "deal_pipeline_id", "comment": null}, "deal_pipeline_stage_id": {"type": "INT64", "index": 4, "name": "deal_pipeline_stage_id", "comment": null}, "owner_id": {"type": "INT64", "index": 5, "name": "owner_id", "comment": null}, "portal_id": {"type": "INT64", "index": 6, "name": "portal_id", "comment": null}, "property_dealname": {"type": "STRING", "index": 7, "name": "property_dealname", "comment": null}, "property_description": {"type": "INT64", "index": 8, "name": "property_description", "comment": null}, "property_amount": {"type": "INT64", "index": 9, "name": "property_amount", "comment": null}, "property_closedate": {"type": "TIMESTAMP", "index": 10, "name": "property_closedate", "comment": null}, "property_createdate": {"type": "TIMESTAMP", "index": 11, "name": "property_createdate", "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.hubspot_source.stg_hubspot__deal_tmp"}, "seed.hubspot_source_integration_tests.deal_stage_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "deal_stage_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_start": {"type": "DATETIME", "index": 1, "name": "_fivetran_start", "comment": null}, "deal_id": {"type": "INT64", "index": 2, "name": "deal_id", "comment": null}, "_fivetran_active": {"type": "BOOL", "index": 3, "name": "_fivetran_active", "comment": null}, "_fivetran_end": {"type": "DATETIME", "index": 4, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 5, "name": "_fivetran_synced", "comment": null}, "date_entered": {"type": "DATETIME", "index": 6, "name": "date_entered", "comment": null}, "source": {"type": "STRING", "index": 7, "name": "source", "comment": null}, "source_id": {"type": "STRING", "index": 8, "name": "source_id", "comment": null}, "value": {"type": "STRING", "index": 9, "name": "value", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2002.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 14.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": "seed.hubspot_source_integration_tests.deal_stage_data"}, "seed.hubspot_source_integration_tests.ticket_property_history_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "ticket_property_history_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "STRING", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "INT64", "index": 2, "name": "ticket_id", "comment": null}, "name": {"type": "STRING", "index": 3, "name": "name", "comment": null}, "source": {"type": "STRING", "index": 4, "name": "source", "comment": null}, "source_id": {"type": "STRING", "index": 5, "name": "source_id", "comment": null}, "timestamp_instant": {"type": "STRING", "index": 6, "name": "timestamp_instant", "comment": null}, "value": {"type": "STRING", "index": 7, "name": "value", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1174.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 11.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": "seed.hubspot_source_integration_tests.ticket_property_history_data"}, "model.hubspot_source.stg_hubspot__email_event_deferred": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_deferred", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "attempt_number": {"type": "INT64", "index": 2, "name": "attempt_number", "comment": null}, "event_id": {"type": "STRING", "index": 3, "name": "event_id", "comment": null}, "returned_response": {"type": "INT64", "index": 4, "name": "returned_response", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 5400.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__email_event_deferred"}, "seed.hubspot_source_integration_tests.deal_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "deal_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"deal_id": {"type": "INT64", "index": 1, "name": "deal_id", "comment": null}, "is_deleted": {"type": "BOOL", "index": 2, "name": "is_deleted", "comment": null}, "deal_pipeline_id": {"type": "INT64", "index": 3, "name": "deal_pipeline_id", "comment": null}, "deal_pipeline_stage_id": {"type": "INT64", "index": 4, "name": "deal_pipeline_stage_id", "comment": null}, "owner_id": {"type": "INT64", "index": 5, "name": "owner_id", "comment": null}, "portal_id": {"type": "INT64", "index": 6, "name": "portal_id", "comment": null}, "property_dealname": {"type": "STRING", "index": 7, "name": "property_dealname", "comment": null}, "property_description": {"type": "INT64", "index": 8, "name": "property_description", "comment": null}, "property_amount": {"type": "INT64", "index": 9, "name": "property_amount", "comment": null}, "property_closedate": {"type": "TIMESTAMP", "index": 10, "name": "property_closedate", "comment": null}, "property_createdate": {"type": "TIMESTAMP", "index": 11, "name": "property_createdate", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2772.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 44.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": "seed.hubspot_source_integration_tests.deal_data"}, "seed.hubspot_source_integration_tests.email_campaign_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_campaign_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 3, "name": "app_id", "comment": null}, "content_id": {"type": "INT64", "index": 4, "name": "content_id", "comment": null}, "num_included": {"type": "INT64", "index": 5, "name": "num_included", "comment": null}, "num_queued": {"type": "INT64", "index": 6, "name": "num_queued", "comment": null}, "sub_type": {"type": "INT64", "index": 7, "name": "sub_type", "comment": null}, "type": {"type": "STRING", "index": 8, "name": "type", "comment": null}, "app_name": {"type": "STRING", "index": 9, "name": "app_name", "comment": null}, "name": {"type": "STRING", "index": 10, "name": "name", "comment": null}, "subject": {"type": "STRING", "index": 11, "name": "subject", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 14326.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.email_campaign_data"}, "seed.hubspot_source_integration_tests.owner_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "owner_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"owner_id": {"type": "INT64", "index": 1, "name": "owner_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "STRING", "index": 3, "name": "created_at", "comment": null}, "portal_id": {"type": "INT64", "index": 4, "name": "portal_id", "comment": null}, "type": {"type": "STRING", "index": 5, "name": "type", "comment": null}, "updated_at": {"type": "STRING", "index": 6, "name": "updated_at", "comment": null}, "email": {"type": "STRING", "index": 7, "name": "email", "comment": null}, "first_name": {"type": "STRING", "index": 8, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 9, "name": "last_name", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 17700.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.owner_data"}, "model.hubspot_source.stg_hubspot__ticket_contact_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_contact_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "STRING", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "INT64", "index": 2, "name": "ticket_id", "comment": null}, "contact_id": {"type": "INT64", "index": 3, "name": "contact_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__ticket_contact_tmp"}, "model.hubspot_source.stg_hubspot__ticket_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "DATETIME", "index": 1, "name": "_fivetran_synced", "comment": null}, "id": {"type": "INT64", "index": 2, "name": "id", "comment": null}, "is_deleted": {"type": "BOOL", "index": 3, "name": "is_deleted", "comment": null}, "property_closed_date": {"type": "DATETIME", "index": 4, "name": "property_closed_date", "comment": null}, "property_createdate": {"type": "DATETIME", "index": 5, "name": "property_createdate", "comment": null}, "property_first_agent_reply_date": {"type": "DATETIME", "index": 6, "name": "property_first_agent_reply_date", "comment": null}, "property_hs_pipeline": {"type": "INT64", "index": 7, "name": "property_hs_pipeline", "comment": null}, "property_hs_pipeline_stage": {"type": "INT64", "index": 8, "name": "property_hs_pipeline_stage", "comment": null}, "property_hs_ticket_category": {"type": "STRING", "index": 9, "name": "property_hs_ticket_category", "comment": null}, "property_hs_ticket_priority": {"type": "INT64", "index": 10, "name": "property_hs_ticket_priority", "comment": null}, "property_hubspot_owner_id": {"type": "INT64", "index": 11, "name": "property_hubspot_owner_id", "comment": null}, "property_subject": {"type": "STRING", "index": 12, "name": "property_subject", "comment": null}, "property_content": {"type": "STRING", "index": 13, "name": "property_content", "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.hubspot_source.stg_hubspot__ticket_tmp"}, "seed.hubspot_source_integration_tests.ticket_company_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "ticket_company_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "STRING", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "INT64", "index": 2, "name": "ticket_id", "comment": null}, "company_id": {"type": "INT64", "index": 3, "name": "company_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 369.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 9.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": "seed.hubspot_source_integration_tests.ticket_company_data"}, "model.hubspot_source.stg_hubspot__engagement_email_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_email_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"engagement_id": {"type": "INT64", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "attached_video_id": {"type": "INT64", "index": 3, "name": "attached_video_id", "comment": null}, "attached_video_opened": {"type": "BOOL", "index": 4, "name": "attached_video_opened", "comment": null}, "attached_video_watched": {"type": "BOOL", "index": 5, "name": "attached_video_watched", "comment": null}, "email_send_event_id_created": {"type": "TIMESTAMP", "index": 6, "name": "email_send_event_id_created", "comment": null}, "email_send_event_id_id": {"type": "INT64", "index": 7, "name": "email_send_event_id_id", "comment": null}, "error_message": {"type": "INT64", "index": 8, "name": "error_message", "comment": null}, "facsimile_send_id": {"type": "STRING", "index": 9, "name": "facsimile_send_id", "comment": null}, "logged_from": {"type": "STRING", "index": 10, "name": "logged_from", "comment": null}, "media_processing_status": {"type": "STRING", "index": 11, "name": "media_processing_status", "comment": null}, "message_id": {"type": "STRING", "index": 12, "name": "message_id", "comment": null}, "post_send_status": {"type": "STRING", "index": 13, "name": "post_send_status", "comment": null}, "recipient_drop_reasons": {"type": "INT64", "index": 14, "name": "recipient_drop_reasons", "comment": null}, "sent_via": {"type": "STRING", "index": 15, "name": "sent_via", "comment": null}, "status": {"type": "STRING", "index": 16, "name": "status", "comment": null}, "thread_id": {"type": "STRING", "index": 17, "name": "thread_id", "comment": null}, "tracker_key": {"type": "STRING", "index": 18, "name": "tracker_key", "comment": null}, "validation_skipped": {"type": "STRING", "index": 19, "name": "validation_skipped", "comment": null}, "from_email": {"type": "STRING", "index": 20, "name": "from_email", "comment": null}, "from_first_name": {"type": "STRING", "index": 21, "name": "from_first_name", "comment": null}, "from_last_name": {"type": "STRING", "index": 22, "name": "from_last_name", "comment": null}, "html": {"type": "STRING", "index": 23, "name": "html", "comment": null}, "subject": {"type": "STRING", "index": 24, "name": "subject", "comment": null}, "text": {"type": "STRING", "index": 25, "name": "text", "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.hubspot_source.stg_hubspot__engagement_email_tmp"}, "model.hubspot_source.stg_hubspot__ticket_engagement": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_engagement", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "INT64", "index": 2, "name": "ticket_id", "comment": null}, "engagement_id": {"type": "INT64", "index": 3, "name": "engagement_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 216.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 9.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.hubspot_source.stg_hubspot__ticket_engagement"}, "seed.hubspot_source_integration_tests.email_event_bounce_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_bounce_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "category": {"type": "STRING", "index": 3, "name": "category", "comment": null}, "status": {"type": "INT64", "index": 4, "name": "status", "comment": null}, "response": {"type": "STRING", "index": 5, "name": "response", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 10865.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.email_event_bounce_data"}, "model.hubspot_source.stg_hubspot__deal_contact_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_contact_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"contact_id": {"type": "INT64", "index": 1, "name": "contact_id", "comment": null}, "deal_id": {"type": "INT64", "index": 2, "name": "deal_id", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__deal_contact_tmp"}, "seed.hubspot_source_integration_tests.email_event_deferred_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_deferred_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "attempt": {"type": "INT64", "index": 3, "name": "attempt", "comment": null}, "response": {"type": "INT64", "index": 4, "name": "response", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 7100.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.email_event_deferred_data"}, "model.hubspot_source.stg_hubspot__engagement_call": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_call", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "call_notes": {"type": "STRING", "index": 2, "name": "call_notes", "comment": null}, "callee_object_id": {"type": "INT64", "index": 3, "name": "callee_object_id", "comment": null}, "callee_object_type": {"type": "INT64", "index": 4, "name": "callee_object_type", "comment": null}, "disposition_id": {"type": "STRING", "index": 5, "name": "disposition_id", "comment": null}, "call_duration_milliseconds": {"type": "INT64", "index": 6, "name": "call_duration_milliseconds", "comment": null}, "engagement_id": {"type": "INT64", "index": 7, "name": "engagement_id", "comment": null}, "external_account_id": {"type": "INT64", "index": 8, "name": "external_account_id", "comment": null}, "external_id": {"type": "INT64", "index": 9, "name": "external_id", "comment": null}, "from_number": {"type": "INT64", "index": 10, "name": "from_number", "comment": null}, "recording_url": {"type": "INT64", "index": 11, "name": "recording_url", "comment": null}, "call_status": {"type": "INT64", "index": 12, "name": "call_status", "comment": null}, "to_number": {"type": "INT64", "index": 13, "name": "to_number", "comment": null}, "transcription_id": {"type": "INT64", "index": 14, "name": "transcription_id", "comment": null}, "unknown_visitor_conversation": {"type": "INT64", "index": 15, "name": "unknown_visitor_conversation", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 8610.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__engagement_call"}, "model.hubspot_source.stg_hubspot__contact_property_history": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__contact_property_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "contact_id": {"type": "INT64", "index": 2, "name": "contact_id", "comment": null}, "field_name": {"type": "STRING", "index": 3, "name": "field_name", "comment": null}, "change_source": {"type": "STRING", "index": 4, "name": "change_source", "comment": null}, "change_source_id": {"type": "STRING", "index": 5, "name": "change_source_id", "comment": null}, "change_timestamp": {"type": "TIMESTAMP", "index": 6, "name": "change_timestamp", "comment": null}, "new_value": {"type": "STRING", "index": 7, "name": "new_value", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 10573.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__contact_property_history"}, "seed.hubspot_source_integration_tests.ticket_engagement_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "ticket_engagement_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "STRING", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "INT64", "index": 2, "name": "ticket_id", "comment": null}, "engagement_id": {"type": "INT64", "index": 3, "name": "engagement_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 369.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 9.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": "seed.hubspot_source_integration_tests.ticket_engagement_data"}, "seed.hubspot_source_integration_tests.email_event_delivered_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_delivered_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "response": {"type": "STRING", "index": 3, "name": "response", "comment": null}, "smtp_id": {"type": "STRING", "index": 4, "name": "smtp_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 11814.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.email_event_delivered_data"}, "seed.hubspot_source_integration_tests.ticket_deal_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "ticket_deal_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "STRING", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "INT64", "index": 2, "name": "ticket_id", "comment": null}, "deal_id": {"type": "INT64", "index": 3, "name": "deal_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 369.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 9.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": "seed.hubspot_source_integration_tests.ticket_deal_data"}, "model.hubspot_source.stg_hubspot__deal_pipeline_stage": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_pipeline_stage", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"is_deal_pipeline_stage_deleted": {"type": "BOOL", "index": 1, "name": "is_deal_pipeline_stage_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "is_active": {"type": "BOOL", "index": 3, "name": "is_active", "comment": null}, "is_closed_won": {"type": "BOOL", "index": 4, "name": "is_closed_won", "comment": null}, "display_order": {"type": "INT64", "index": 5, "name": "display_order", "comment": null}, "pipeline_stage_label": {"type": "STRING", "index": 6, "name": "pipeline_stage_label", "comment": null}, "deal_pipeline_id": {"type": "STRING", "index": 7, "name": "deal_pipeline_id", "comment": null}, "probability": {"type": "FLOAT64", "index": 8, "name": "probability", "comment": null}, "deal_pipeline_stage_id": {"type": "STRING", "index": 9, "name": "deal_pipeline_stage_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 7455.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 71.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.hubspot_source.stg_hubspot__deal_pipeline_stage"}, "model.hubspot_source.stg_hubspot__email_event_sent_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_sent_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "bcc": {"type": "STRING", "index": 3, "name": "bcc", "comment": null}, "cc": {"type": "STRING", "index": 4, "name": "cc", "comment": null}, "from": {"type": "STRING", "index": 5, "name": "from", "comment": null}, "reply_to": {"type": "STRING", "index": 6, "name": "reply_to", "comment": null}, "subject": {"type": "STRING", "index": 7, "name": "subject", "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.hubspot_source.stg_hubspot__email_event_sent_tmp"}, "model.hubspot_source.stg_hubspot__email_event_dropped": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_dropped", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "bcc_emails": {"type": "STRING", "index": 2, "name": "bcc_emails", "comment": null}, "cc_emails": {"type": "STRING", "index": 3, "name": "cc_emails", "comment": null}, "drop_message": {"type": "STRING", "index": 4, "name": "drop_message", "comment": null}, "drop_reason": {"type": "STRING", "index": 5, "name": "drop_reason", "comment": null}, "from_email": {"type": "STRING", "index": 6, "name": "from_email", "comment": null}, "event_id": {"type": "STRING", "index": 7, "name": "event_id", "comment": null}, "reply_to_email": {"type": "STRING", "index": 8, "name": "reply_to_email", "comment": null}, "email_subject": {"type": "STRING", "index": 9, "name": "email_subject", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 22570.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__email_event_dropped"}, "model.hubspot_source.stg_hubspot__ticket_company": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_company", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "INT64", "index": 2, "name": "ticket_id", "comment": null}, "company_id": {"type": "INT64", "index": 3, "name": "company_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 216.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 9.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.hubspot_source.stg_hubspot__ticket_company"}, "model.hubspot_source.stg_hubspot__contact_list_member_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__contact_list_member_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"contact_id": {"type": "INT64", "index": 1, "name": "contact_id", "comment": null}, "contact_list_id": {"type": "INT64", "index": 2, "name": "contact_list_id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 4, "name": "_fivetran_synced", "comment": null}, "added_at": {"type": "STRING", "index": 5, "name": "added_at", "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.hubspot_source.stg_hubspot__contact_list_member_tmp"}, "model.hubspot_source.stg_hubspot__engagement_company_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_company_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"company_id": {"type": "INT64", "index": 1, "name": "company_id", "comment": null}, "engagement_id": {"type": "INT64", "index": 2, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__engagement_company_tmp"}, "seed.hubspot_source_integration_tests.engagement_deal_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "engagement_deal_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"deal_id": {"type": "INT64", "index": 1, "name": "deal_id", "comment": null}, "engagement_id": {"type": "INT64", "index": 2, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 4096.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.engagement_deal_data"}, "model.hubspot_source.stg_hubspot__ticket_engagement_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_engagement_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "STRING", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "INT64", "index": 2, "name": "ticket_id", "comment": null}, "engagement_id": {"type": "INT64", "index": 3, "name": "engagement_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__ticket_engagement_tmp"}, "seed.hubspot_source_integration_tests.email_event_forward_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_forward_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "browser": {"type": "STRING", "index": 3, "name": "browser", "comment": null}, "ip_address": {"type": "INT64", "index": 4, "name": "ip_address", "comment": null}, "location": {"type": "STRING", "index": 5, "name": "location", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 14100.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.email_event_forward_data"}, "seed.hubspot_source_integration_tests.email_event_dropped_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_dropped_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "drop_reason": {"type": "STRING", "index": 3, "name": "drop_reason", "comment": null}, "bcc": {"type": "STRING", "index": 4, "name": "bcc", "comment": null}, "cc": {"type": "STRING", "index": 5, "name": "cc", "comment": null}, "drop_message": {"type": "STRING", "index": 6, "name": "drop_message", "comment": null}, "from": {"type": "STRING", "index": 7, "name": "from", "comment": null}, "reply_to": {"type": "STRING", "index": 8, "name": "reply_to", "comment": null}, "subject": {"type": "STRING", "index": 9, "name": "subject", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 24270.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.email_event_dropped_data"}, "seed.hubspot_source_integration_tests.engagement_company_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "engagement_company_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"company_id": {"type": "INT64", "index": 1, "name": "company_id", "comment": null}, "engagement_id": {"type": "INT64", "index": 2, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 4100.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.engagement_company_data"}, "model.hubspot_source.stg_hubspot__email_campaign_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_campaign_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 3, "name": "app_id", "comment": null}, "content_id": {"type": "INT64", "index": 4, "name": "content_id", "comment": null}, "num_included": {"type": "INT64", "index": 5, "name": "num_included", "comment": null}, "num_queued": {"type": "INT64", "index": 6, "name": "num_queued", "comment": null}, "sub_type": {"type": "INT64", "index": 7, "name": "sub_type", "comment": null}, "type": {"type": "STRING", "index": 8, "name": "type", "comment": null}, "app_name": {"type": "STRING", "index": 9, "name": "app_name", "comment": null}, "name": {"type": "STRING", "index": 10, "name": "name", "comment": null}, "subject": {"type": "STRING", "index": 11, "name": "subject", "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.hubspot_source.stg_hubspot__email_campaign_tmp"}, "model.hubspot_source.stg_hubspot__email_event_spam_report": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_spam_report", "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}, "ip_address": {"type": "INT64", "index": 3, "name": "ip_address", "comment": null}, "user_agent": {"type": "INT64", "index": 4, "name": "user_agent", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1472.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 32.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.hubspot_source.stg_hubspot__email_event_spam_report"}, "seed.hubspot_source_integration_tests.ticket_pipeline_stage_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "ticket_pipeline_stage_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"stage_id": {"type": "INT64", "index": 1, "name": "stage_id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 3, "name": "_fivetran_synced", "comment": null}, "active": {"type": "BOOL", "index": 4, "name": "active", "comment": null}, "display_order": {"type": "INT64", "index": 5, "name": "display_order", "comment": null}, "is_closed": {"type": "BOOL", "index": 6, "name": "is_closed", "comment": null}, "label": {"type": "STRING", "index": 7, "name": "label", "comment": null}, "pipeline_id": {"type": "INT64", "index": 8, "name": "pipeline_id", "comment": null}, "ticket_state": {"type": "STRING", "index": 9, "name": "ticket_state", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 825.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 11.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": "seed.hubspot_source_integration_tests.ticket_pipeline_stage_data"}, "seed.hubspot_source_integration_tests.contact_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "contact_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_deleted": {"type": "BOOL", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 2, "name": "_fivetran_synced", "comment": null}, "property_email": {"type": "STRING", "index": 3, "name": "property_email", "comment": null}, "id": {"type": "INT64", "index": 4, "name": "id", "comment": null}, "property_company": {"type": "STRING", "index": 5, "name": "property_company", "comment": null}, "property_firstname": {"type": "STRING", "index": 6, "name": "property_firstname", "comment": null}, "property_lastname": {"type": "STRING", "index": 7, "name": "property_lastname", "comment": null}, "property_email_1": {"type": "STRING", "index": 8, "name": "property_email_1", "comment": null}, "property_createdate": {"type": "DATETIME", "index": 9, "name": "property_createdate", "comment": null}, "property_jobtitle": {"type": "INT64", "index": 10, "name": "property_jobtitle", "comment": null}, "property_annualrevenue": {"type": "INT64", "index": 11, "name": "property_annualrevenue", "comment": null}, "property_hs_calculated_merged_vids": {"type": "STRING", "index": 12, "name": "property_hs_calculated_merged_vids", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 3803.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 22.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": "seed.hubspot_source_integration_tests.contact_data"}, "seed.hubspot_source_integration_tests.contact_property_history_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "contact_property_history_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"contact_id": {"type": "INT64", "index": 1, "name": "contact_id", "comment": null}, "timestamp": {"type": "STRING", "index": 2, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}, "source": {"type": "STRING", "index": 4, "name": "source", "comment": null}, "name": {"type": "STRING", "index": 5, "name": "name", "comment": null}, "value": {"type": "STRING", "index": 6, "name": "value", "comment": null}, "source_id": {"type": "STRING", "index": 7, "name": "source_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 13973.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.contact_property_history_data"}, "model.hubspot_source.stg_hubspot__deal_company_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_company_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"company_id": {"type": "INT64", "index": 1, "name": "company_id", "comment": null}, "deal_id": {"type": "INT64", "index": 2, "name": "deal_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__deal_company_tmp"}, "model.hubspot_source.stg_hubspot__engagement_meeting_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_meeting_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"engagement_id": {"type": "INT64", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_from_link_id": {"type": "INT64", "index": 3, "name": "created_from_link_id", "comment": null}, "end_time": {"type": "STRING", "index": 4, "name": "end_time", "comment": null}, "pre_meeting_prospect_reminders": {"type": "STRING", "index": 5, "name": "pre_meeting_prospect_reminders", "comment": null}, "source": {"type": "STRING", "index": 6, "name": "source", "comment": null}, "source_id": {"type": "STRING", "index": 7, "name": "source_id", "comment": null}, "start_time": {"type": "STRING", "index": 8, "name": "start_time", "comment": null}, "web_conference_meeting_id": {"type": "INT64", "index": 9, "name": "web_conference_meeting_id", "comment": null}, "meeting_outcome": {"type": "INT64", "index": 10, "name": "meeting_outcome", "comment": null}, "body": {"type": "STRING", "index": 11, "name": "body", "comment": null}, "external_url": {"type": "STRING", "index": 12, "name": "external_url", "comment": null}, "title": {"type": "STRING", "index": 13, "name": "title", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__engagement_meeting_tmp"}, "seed.hubspot_source_integration_tests.engagement_meeting_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "engagement_meeting_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"engagement_id": {"type": "INT64", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_from_link_id": {"type": "INT64", "index": 3, "name": "created_from_link_id", "comment": null}, "end_time": {"type": "STRING", "index": 4, "name": "end_time", "comment": null}, "pre_meeting_prospect_reminders": {"type": "STRING", "index": 5, "name": "pre_meeting_prospect_reminders", "comment": null}, "source": {"type": "STRING", "index": 6, "name": "source", "comment": null}, "source_id": {"type": "STRING", "index": 7, "name": "source_id", "comment": null}, "start_time": {"type": "STRING", "index": 8, "name": "start_time", "comment": null}, "web_conference_meeting_id": {"type": "INT64", "index": 9, "name": "web_conference_meeting_id", "comment": null}, "meeting_outcome": {"type": "INT64", "index": 10, "name": "meeting_outcome", "comment": null}, "body": {"type": "STRING", "index": 11, "name": "body", "comment": null}, "external_url": {"type": "STRING", "index": 12, "name": "external_url", "comment": null}, "title": {"type": "STRING", "index": 13, "name": "title", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 21645.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.engagement_meeting_data"}, "model.hubspot_source.stg_hubspot__company": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__company", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"company_id": {"type": "INT64", "index": 1, "name": "company_id", "comment": null}, "is_company_deleted": {"type": "BOOL", "index": 2, "name": "is_company_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "company_name": {"type": "STRING", "index": 4, "name": "company_name", "comment": null}, "description": {"type": "STRING", "index": 5, "name": "description", "comment": null}, "created_at": {"type": "DATETIME", "index": 6, "name": "created_at", "comment": null}, "industry": {"type": "STRING", "index": 7, "name": "industry", "comment": null}, "street_address": {"type": "STRING", "index": 8, "name": "street_address", "comment": null}, "street_address_2": {"type": "STRING", "index": 9, "name": "street_address_2", "comment": null}, "city": {"type": "STRING", "index": 10, "name": "city", "comment": null}, "state": {"type": "STRING", "index": 11, "name": "state", "comment": null}, "country": {"type": "STRING", "index": 12, "name": "country", "comment": null}, "company_annual_revenue": {"type": "INT64", "index": 13, "name": "company_annual_revenue", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 6112.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 24.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.hubspot_source.stg_hubspot__company"}, "model.hubspot_source.stg_hubspot__contact_property_history_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__contact_property_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"contact_id": {"type": "INT64", "index": 1, "name": "contact_id", "comment": null}, "timestamp": {"type": "STRING", "index": 2, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}, "source": {"type": "STRING", "index": 4, "name": "source", "comment": null}, "name": {"type": "STRING", "index": 5, "name": "name", "comment": null}, "value": {"type": "STRING", "index": 6, "name": "value", "comment": null}, "source_id": {"type": "STRING", "index": 7, "name": "source_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__contact_property_history_tmp"}, "model.hubspot_source.stg_hubspot__email_event_deferred_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_deferred_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "attempt": {"type": "INT64", "index": 3, "name": "attempt", "comment": null}, "response": {"type": "INT64", "index": 4, "name": "response", "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.hubspot_source.stg_hubspot__email_event_deferred_tmp"}, "model.hubspot_source.stg_hubspot__owner": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__owner", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 2, "name": "created_timestamp", "comment": null}, "email_address": {"type": "STRING", "index": 3, "name": "email_address", "comment": null}, "first_name": {"type": "STRING", "index": 4, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 5, "name": "last_name", "comment": null}, "owner_id": {"type": "INT64", "index": 6, "name": "owner_id", "comment": null}, "portal_id": {"type": "INT64", "index": 7, "name": "portal_id", "comment": null}, "owner_type": {"type": "STRING", "index": 8, "name": "owner_type", "comment": null}, "updated_timestamp": {"type": "TIMESTAMP", "index": 9, "name": "updated_timestamp", "comment": null}, "full_name": {"type": "STRING", "index": 10, "name": "full_name", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 17700.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__owner"}, "model.hubspot_source.stg_hubspot__ticket_pipeline": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_pipeline", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ticket_pipeline_id": {"type": "INT64", "index": 1, "name": "ticket_pipeline_id", "comment": null}, "is_ticket_pipeline_deleted": {"type": "BOOL", "index": 2, "name": "is_ticket_pipeline_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "is_active": {"type": "BOOL", "index": 4, "name": "is_active", "comment": null}, "display_order": {"type": "INT64", "index": 5, "name": "display_order", "comment": null}, "pipeline_label": {"type": "STRING", "index": 6, "name": "pipeline_label", "comment": null}, "object_type_id": {"type": "STRING", "index": 7, "name": "object_type_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 520.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 8.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.hubspot_source.stg_hubspot__ticket_pipeline"}, "seed.hubspot_source_integration_tests.contact_merge_audit_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "contact_merge_audit_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"canonical_vid": {"type": "INT64", "index": 1, "name": "canonical_vid", "comment": null}, "contact_id": {"type": "INT64", "index": 2, "name": "contact_id", "comment": null}, "vid_to_merge": {"type": "INT64", "index": 3, "name": "vid_to_merge", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 4, "name": "_fivetran_synced", "comment": null}, "entity_id": {"type": "STRING", "index": 5, "name": "entity_id", "comment": null}, "first_name": {"type": "INT64", "index": 6, "name": "first_name", "comment": null}, "last_name": {"type": "INT64", "index": 7, "name": "last_name", "comment": null}, "num_properties_moved": {"type": "INT64", "index": 8, "name": "num_properties_moved", "comment": null}, "timestamp": {"type": "DATETIME", "index": 9, "name": "timestamp", "comment": null}, "user_id": {"type": "INT64", "index": 10, "name": "user_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 216.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 4.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": "seed.hubspot_source_integration_tests.contact_merge_audit_data"}, "model.hubspot_source.stg_hubspot__contact": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__contact", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"contact_id": {"type": "INT64", "index": 1, "name": "contact_id", "comment": null}, "is_contact_deleted": {"type": "BOOL", "index": 2, "name": "is_contact_deleted", "comment": null}, "calculated_merged_vids": {"type": "STRING", "index": 3, "name": "calculated_merged_vids", "comment": null}, "email": {"type": "STRING", "index": 4, "name": "email", "comment": null}, "contact_company": {"type": "STRING", "index": 5, "name": "contact_company", "comment": null}, "first_name": {"type": "STRING", "index": 6, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 7, "name": "last_name", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 8, "name": "created_at", "comment": null}, "job_title": {"type": "INT64", "index": 9, "name": "job_title", "comment": null}, "company_annual_revenue": {"type": "INT64", "index": 10, "name": "company_annual_revenue", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 11, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 3055.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 22.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.hubspot_source.stg_hubspot__contact"}, "model.hubspot_source.stg_hubspot__deal": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"deal_name": {"type": "STRING", "index": 1, "name": "deal_name", "comment": null}, "closed_at": {"type": "TIMESTAMP", "index": 2, "name": "closed_at", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 3, "name": "created_at", "comment": null}, "is_deal_deleted": {"type": "BOOL", "index": 4, "name": "is_deal_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 5, "name": "_fivetran_synced", "comment": null}, "deal_id": {"type": "INT64", "index": 6, "name": "deal_id", "comment": null}, "deal_pipeline_id": {"type": "STRING", "index": 7, "name": "deal_pipeline_id", "comment": null}, "deal_pipeline_stage_id": {"type": "STRING", "index": 8, "name": "deal_pipeline_stage_id", "comment": null}, "owner_id": {"type": "INT64", "index": 9, "name": "owner_id", "comment": null}, "portal_id": {"type": "INT64", "index": 10, "name": "portal_id", "comment": null}, "description": {"type": "INT64", "index": 11, "name": "description", "comment": null}, "amount": {"type": "INT64", "index": 12, "name": "amount", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2772.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 44.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.hubspot_source.stg_hubspot__deal"}, "model.hubspot_source.stg_hubspot__engagement_task_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_task_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"engagement_id": {"type": "INT64", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "completion_date": {"type": "STRING", "index": 3, "name": "completion_date", "comment": null}, "for_object_type": {"type": "STRING", "index": 4, "name": "for_object_type", "comment": null}, "is_all_day": {"type": "INT64", "index": 5, "name": "is_all_day", "comment": null}, "priority": {"type": "STRING", "index": 6, "name": "priority", "comment": null}, "probability_to_complete": {"type": "INT64", "index": 7, "name": "probability_to_complete", "comment": null}, "status": {"type": "STRING", "index": 8, "name": "status", "comment": null}, "subject": {"type": "STRING", "index": 9, "name": "subject", "comment": null}, "task_type": {"type": "STRING", "index": 10, "name": "task_type", "comment": null}, "body": {"type": "STRING", "index": 11, "name": "body", "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.hubspot_source.stg_hubspot__engagement_task_tmp"}, "seed.hubspot_source_integration_tests.contact_list_member_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "contact_list_member_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"contact_id": {"type": "INT64", "index": 1, "name": "contact_id", "comment": null}, "contact_list_id": {"type": "INT64", "index": 2, "name": "contact_list_id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 4, "name": "_fivetran_synced", "comment": null}, "added_at": {"type": "STRING", "index": 5, "name": "added_at", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 6700.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.contact_list_member_data"}, "seed.hubspot_source_integration_tests.deal_property_history_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "deal_property_history_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"deal_id": {"type": "INT64", "index": 1, "name": "deal_id", "comment": null}, "timestamp": {"type": "STRING", "index": 2, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}, "source": {"type": "STRING", "index": 4, "name": "source", "comment": null}, "name": {"type": "STRING", "index": 5, "name": "name", "comment": null}, "source_id": {"type": "STRING", "index": 6, "name": "source_id", "comment": null}, "value": {"type": "STRING", "index": 7, "name": "value", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 14632.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.deal_property_history_data"}, "model.hubspot_source.stg_hubspot__company_property_history_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__company_property_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"company_id": {"type": "INT64", "index": 1, "name": "company_id", "comment": null}, "timestamp": {"type": "STRING", "index": 2, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}, "source": {"type": "STRING", "index": 4, "name": "source", "comment": null}, "source_id": {"type": "INT64", "index": 5, "name": "source_id", "comment": null}, "name": {"type": "STRING", "index": 6, "name": "name", "comment": null}, "value": {"type": "STRING", "index": 7, "name": "value", "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.hubspot_source.stg_hubspot__company_property_history_tmp"}, "seed.hubspot_source_integration_tests.deal_contact_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "deal_contact_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"contact_id": {"type": "INT64", "index": 1, "name": "contact_id", "comment": null}, "deal_id": {"type": "INT64", "index": 2, "name": "deal_id", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 264.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 11.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": "seed.hubspot_source_integration_tests.deal_contact_data"}, "model.hubspot_source.stg_hubspot__email_campaign": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_campaign", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 2, "name": "app_id", "comment": null}, "app_name": {"type": "STRING", "index": 3, "name": "app_name", "comment": null}, "content_id": {"type": "INT64", "index": 4, "name": "content_id", "comment": null}, "email_campaign_id": {"type": "INT64", "index": 5, "name": "email_campaign_id", "comment": null}, "email_campaign_name": {"type": "STRING", "index": 6, "name": "email_campaign_name", "comment": null}, "num_included": {"type": "INT64", "index": 7, "name": "num_included", "comment": null}, "num_queued": {"type": "INT64", "index": 8, "name": "num_queued", "comment": null}, "email_campaign_sub_type": {"type": "INT64", "index": 9, "name": "email_campaign_sub_type", "comment": null}, "email_campaign_subject": {"type": "STRING", "index": 10, "name": "email_campaign_subject", "comment": null}, "email_campaign_type": {"type": "STRING", "index": 11, "name": "email_campaign_type", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 12626.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__email_campaign"}, "model.hubspot_source.stg_hubspot__ticket_pipeline_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_pipeline_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"pipeline_id": {"type": "INT64", "index": 1, "name": "pipeline_id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 3, "name": "_fivetran_synced", "comment": null}, "active": {"type": "BOOL", "index": 4, "name": "active", "comment": null}, "display_order": {"type": "INT64", "index": 5, "name": "display_order", "comment": null}, "label": {"type": "STRING", "index": 6, "name": "label", "comment": null}, "object_type_id": {"type": "STRING", "index": 7, "name": "object_type_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__ticket_pipeline_tmp"}, "model.hubspot_source.stg_hubspot__contact_list_member": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__contact_list_member", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"is_contact_list_member_deleted": {"type": "BOOL", "index": 1, "name": "is_contact_list_member_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "added_timestamp": {"type": "TIMESTAMP", "index": 3, "name": "added_timestamp", "comment": null}, "contact_id": {"type": "INT64", "index": 4, "name": "contact_id", "comment": null}, "contact_list_id": {"type": "INT64", "index": 5, "name": "contact_list_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 3300.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__contact_list_member"}, "model.hubspot_source.stg_hubspot__ticket_property_history": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_property_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "INT64", "index": 2, "name": "ticket_id", "comment": null}, "field_name": {"type": "STRING", "index": 3, "name": "field_name", "comment": null}, "change_source": {"type": "STRING", "index": 4, "name": "change_source", "comment": null}, "change_source_id": {"type": "STRING", "index": 5, "name": "change_source_id", "comment": null}, "change_timestamp": {"type": "TIMESTAMP", "index": 6, "name": "change_timestamp", "comment": null}, "new_value": {"type": "STRING", "index": 7, "name": "new_value", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 800.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 11.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.hubspot_source.stg_hubspot__ticket_property_history"}, "model.hubspot_source.stg_hubspot__deal_stage_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_stage_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_start": {"type": "DATETIME", "index": 1, "name": "_fivetran_start", "comment": null}, "deal_id": {"type": "INT64", "index": 2, "name": "deal_id", "comment": null}, "_fivetran_active": {"type": "BOOL", "index": 3, "name": "_fivetran_active", "comment": null}, "_fivetran_end": {"type": "DATETIME", "index": 4, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 5, "name": "_fivetran_synced", "comment": null}, "date_entered": {"type": "DATETIME", "index": 6, "name": "date_entered", "comment": null}, "source": {"type": "STRING", "index": 7, "name": "source", "comment": null}, "source_id": {"type": "STRING", "index": 8, "name": "source_id", "comment": null}, "value": {"type": "STRING", "index": 9, "name": "value", "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.hubspot_source.stg_hubspot__deal_stage_tmp"}, "model.hubspot_source.stg_hubspot__email_event_spam_report_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_spam_report_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "ip_address": {"type": "INT64", "index": 3, "name": "ip_address", "comment": null}, "user_agent": {"type": "INT64", "index": 4, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__email_event_spam_report_tmp"}, "seed.hubspot_source_integration_tests.deal_pipeline_stage_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "deal_pipeline_stage_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_deleted": {"type": "BOOL", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "active": {"type": "BOOL", "index": 3, "name": "active", "comment": null}, "closed_won": {"type": "BOOL", "index": 4, "name": "closed_won", "comment": null}, "display_order": {"type": "INT64", "index": 5, "name": "display_order", "comment": null}, "probability": {"type": "FLOAT64", "index": 6, "name": "probability", "comment": null}, "stage_id": {"type": "STRING", "index": 7, "name": "stage_id", "comment": null}, "label": {"type": "STRING", "index": 8, "name": "label", "comment": null}, "pipeline_id": {"type": "STRING", "index": 9, "name": "pipeline_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 8662.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 71.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": "seed.hubspot_source_integration_tests.deal_pipeline_stage_data"}, "model.hubspot_source.stg_hubspot__engagement_deal_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_deal_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"deal_id": {"type": "INT64", "index": 1, "name": "deal_id", "comment": null}, "engagement_id": {"type": "INT64", "index": 2, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__engagement_deal_tmp"}, "model.hubspot_source.stg_hubspot__ticket_company_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_company_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "STRING", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "INT64", "index": 2, "name": "ticket_id", "comment": null}, "company_id": {"type": "INT64", "index": 3, "name": "company_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__ticket_company_tmp"}, "seed.hubspot_source_integration_tests.engagement_call_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "engagement_call_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"engagement_id": {"type": "INT64", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "callee_object_id": {"type": "INT64", "index": 3, "name": "callee_object_id", "comment": null}, "callee_object_type": {"type": "INT64", "index": 4, "name": "callee_object_type", "comment": null}, "disposition": {"type": "STRING", "index": 5, "name": "disposition", "comment": null}, "duration_milliseconds": {"type": "INT64", "index": 6, "name": "duration_milliseconds", "comment": null}, "external_account_id": {"type": "INT64", "index": 7, "name": "external_account_id", "comment": null}, "external_id": {"type": "INT64", "index": 8, "name": "external_id", "comment": null}, "from_number": {"type": "INT64", "index": 9, "name": "from_number", "comment": null}, "recording_url": {"type": "INT64", "index": 10, "name": "recording_url", "comment": null}, "status": {"type": "INT64", "index": 11, "name": "status", "comment": null}, "to_number": {"type": "INT64", "index": 12, "name": "to_number", "comment": null}, "transcription_id": {"type": "INT64", "index": 13, "name": "transcription_id", "comment": null}, "unknown_visitor_conversation": {"type": "INT64", "index": 14, "name": "unknown_visitor_conversation", "comment": null}, "body": {"type": "STRING", "index": 15, "name": "body", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 10306.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.engagement_call_data"}, "model.hubspot_source.stg_hubspot__company_property_history": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__company_property_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "company_id": {"type": "INT64", "index": 2, "name": "company_id", "comment": null}, "field_name": {"type": "STRING", "index": 3, "name": "field_name", "comment": null}, "change_source": {"type": "STRING", "index": 4, "name": "change_source", "comment": null}, "change_source_id": {"type": "INT64", "index": 5, "name": "change_source_id", "comment": null}, "change_timestamp": {"type": "TIMESTAMP", "index": 6, "name": "change_timestamp", "comment": null}, "new_value": {"type": "STRING", "index": 7, "name": "new_value", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 8800.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__company_property_history"}, "model.hubspot_source.stg_hubspot__deal_property_history_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_property_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"deal_id": {"type": "INT64", "index": 1, "name": "deal_id", "comment": null}, "timestamp": {"type": "STRING", "index": 2, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}, "source": {"type": "STRING", "index": 4, "name": "source", "comment": null}, "name": {"type": "STRING", "index": 5, "name": "name", "comment": null}, "source_id": {"type": "STRING", "index": 6, "name": "source_id", "comment": null}, "value": {"type": "STRING", "index": 7, "name": "value", "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.hubspot_source.stg_hubspot__deal_property_history_tmp"}, "model.hubspot_source.stg_hubspot__engagement_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "active": {"type": "BOOL", "index": 3, "name": "active", "comment": null}, "activity_type": {"type": "INT64", "index": 4, "name": "activity_type", "comment": null}, "created_at": {"type": "STRING", "index": 5, "name": "created_at", "comment": null}, "last_updated": {"type": "STRING", "index": 6, "name": "last_updated", "comment": null}, "owner_id": {"type": "INT64", "index": 7, "name": "owner_id", "comment": null}, "portal_id": {"type": "INT64", "index": 8, "name": "portal_id", "comment": null}, "timestamp": {"type": "DATETIME", "index": 9, "name": "timestamp", "comment": null}, "type": {"type": "STRING", "index": 10, "name": "type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__engagement_tmp"}, "model.hubspot_source.stg_hubspot__engagement_contact_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_contact_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"contact_id": {"type": "INT64", "index": 1, "name": "contact_id", "comment": null}, "engagement_id": {"type": "INT64", "index": 2, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__engagement_contact_tmp"}, "model.hubspot_source.stg_hubspot__engagement_note": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_note", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "note": {"type": "STRING", "index": 2, "name": "note", "comment": null}, "engagement_id": {"type": "INT64", "index": 3, "name": "engagement_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 4200.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__engagement_note"}, "model.hubspot_source.stg_hubspot__engagement": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "is_active": {"type": "BOOL", "index": 2, "name": "is_active", "comment": null}, "activity_type": {"type": "INT64", "index": 3, "name": "activity_type", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 4, "name": "created_timestamp", "comment": null}, "engagement_id": {"type": "INT64", "index": 5, "name": "engagement_id", "comment": null}, "last_updated_timestamp": {"type": "TIMESTAMP", "index": 6, "name": "last_updated_timestamp", "comment": null}, "owner_id": {"type": "INT64", "index": 7, "name": "owner_id", "comment": null}, "portal_id": {"type": "INT64", "index": 8, "name": "portal_id", "comment": null}, "occurred_timestamp": {"type": "TIMESTAMP", "index": 9, "name": "occurred_timestamp", "comment": null}, "engagement_type": {"type": "STRING", "index": 10, "name": "engagement_type", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 6300.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__engagement"}, "seed.hubspot_source_integration_tests.contact_list_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "contact_list_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "STRING", "index": 4, "name": "created_at", "comment": null}, "deleteable": {"type": "BOOL", "index": 5, "name": "deleteable", "comment": null}, "dynamic": {"type": "BOOL", "index": 6, "name": "dynamic", "comment": null}, "metadata_error": {"type": "INT64", "index": 7, "name": "metadata_error", "comment": null}, "metadata_last_processing_state_change_at": {"type": "STRING", "index": 8, "name": "metadata_last_processing_state_change_at", "comment": null}, "metadata_last_size_change_at": {"type": "STRING", "index": 9, "name": "metadata_last_size_change_at", "comment": null}, "metadata_processing": {"type": "STRING", "index": 10, "name": "metadata_processing", "comment": null}, "metadata_size": {"type": "INT64", "index": 11, "name": "metadata_size", "comment": null}, "offset": {"type": "INT64", "index": 12, "name": "offset", "comment": null}, "portal_id": {"type": "INT64", "index": 13, "name": "portal_id", "comment": null}, "updated_at": {"type": "STRING", "index": 14, "name": "updated_at", "comment": null}, "name": {"type": "STRING", "index": 15, "name": "name", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 10996.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 60.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": "seed.hubspot_source_integration_tests.contact_list_data"}, "model.hubspot_source.stg_hubspot__engagement_call_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_call_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"engagement_id": {"type": "INT64", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "callee_object_id": {"type": "INT64", "index": 3, "name": "callee_object_id", "comment": null}, "callee_object_type": {"type": "INT64", "index": 4, "name": "callee_object_type", "comment": null}, "disposition": {"type": "STRING", "index": 5, "name": "disposition", "comment": null}, "duration_milliseconds": {"type": "INT64", "index": 6, "name": "duration_milliseconds", "comment": null}, "external_account_id": {"type": "INT64", "index": 7, "name": "external_account_id", "comment": null}, "external_id": {"type": "INT64", "index": 8, "name": "external_id", "comment": null}, "from_number": {"type": "INT64", "index": 9, "name": "from_number", "comment": null}, "recording_url": {"type": "INT64", "index": 10, "name": "recording_url", "comment": null}, "status": {"type": "INT64", "index": 11, "name": "status", "comment": null}, "to_number": {"type": "INT64", "index": 12, "name": "to_number", "comment": null}, "transcription_id": {"type": "INT64", "index": 13, "name": "transcription_id", "comment": null}, "unknown_visitor_conversation": {"type": "INT64", "index": 14, "name": "unknown_visitor_conversation", "comment": null}, "body": {"type": "STRING", "index": 15, "name": "body", "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.hubspot_source.stg_hubspot__engagement_call_tmp"}, "model.hubspot_source.stg_hubspot__engagement_deal": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_deal", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "deal_id": {"type": "INT64", "index": 2, "name": "deal_id", "comment": null}, "engagement_id": {"type": "INT64", "index": 3, "name": "engagement_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2400.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__engagement_deal"}, "model.hubspot_source.stg_hubspot__engagement_task": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_task", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "task_note": {"type": "STRING", "index": 2, "name": "task_note", "comment": null}, "completion_timestamp": {"type": "TIMESTAMP", "index": 3, "name": "completion_timestamp", "comment": null}, "engagement_id": {"type": "INT64", "index": 4, "name": "engagement_id", "comment": null}, "for_object_type": {"type": "STRING", "index": 5, "name": "for_object_type", "comment": null}, "is_all_day": {"type": "INT64", "index": 6, "name": "is_all_day", "comment": null}, "priority": {"type": "STRING", "index": 7, "name": "priority", "comment": null}, "probability_to_complete": {"type": "INT64", "index": 8, "name": "probability_to_complete", "comment": null}, "task_status": {"type": "STRING", "index": 9, "name": "task_status", "comment": null}, "task_subject": {"type": "STRING", "index": 10, "name": "task_subject", "comment": null}, "task_type": {"type": "STRING", "index": 11, "name": "task_type", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 6992.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__engagement_task"}, "model.hubspot_source.stg_hubspot__deal_pipeline_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_pipeline_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"pipeline_id": {"type": "STRING", "index": 1, "name": "pipeline_id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}, "active": {"type": "BOOL", "index": 4, "name": "active", "comment": null}, "display_order": {"type": "INT64", "index": 5, "name": "display_order", "comment": null}, "label": {"type": "STRING", "index": 6, "name": "label", "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.hubspot_source.stg_hubspot__deal_pipeline_tmp"}, "seed.hubspot_source_integration_tests.email_event_status_change_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_status_change_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "bounced": {"type": "INT64", "index": 3, "name": "bounced", "comment": null}, "portal_subscription_status": {"type": "STRING", "index": 4, "name": "portal_subscription_status", "comment": null}, "requested_by": {"type": "INT64", "index": 5, "name": "requested_by", "comment": null}, "source": {"type": "STRING", "index": 6, "name": "source", "comment": null}, "subscriptions": {"type": "STRING", "index": 7, "name": "subscriptions", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 9900.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.email_event_status_change_data"}, "model.hubspot_source.stg_hubspot__company_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__company_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "is_deleted": {"type": "BOOL", "index": 2, "name": "is_deleted", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 3, "name": "_fivetran_synced", "comment": null}, "property_name": {"type": "STRING", "index": 4, "name": "property_name", "comment": null}, "property_description": {"type": "STRING", "index": 5, "name": "property_description", "comment": null}, "property_createdate": {"type": "DATETIME", "index": 6, "name": "property_createdate", "comment": null}, "property_industry": {"type": "STRING", "index": 7, "name": "property_industry", "comment": null}, "property_address": {"type": "STRING", "index": 8, "name": "property_address", "comment": null}, "property_address_2": {"type": "STRING", "index": 9, "name": "property_address_2", "comment": null}, "property_city": {"type": "STRING", "index": 10, "name": "property_city", "comment": null}, "property_state": {"type": "STRING", "index": 11, "name": "property_state", "comment": null}, "property_country": {"type": "STRING", "index": 12, "name": "property_country", "comment": null}, "property_annualrevenue": {"type": "INT64", "index": 13, "name": "property_annualrevenue", "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.hubspot_source.stg_hubspot__company_tmp"}, "model.hubspot_source.stg_hubspot__email_event_forward_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_forward_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "browser": {"type": "STRING", "index": 3, "name": "browser", "comment": null}, "ip_address": {"type": "INT64", "index": 4, "name": "ip_address", "comment": null}, "location": {"type": "STRING", "index": 5, "name": "location", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__email_event_forward_tmp"}, "seed.hubspot_source_integration_tests.ticket_pipeline_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "ticket_pipeline_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"pipeline_id": {"type": "INT64", "index": 1, "name": "pipeline_id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 3, "name": "_fivetran_synced", "comment": null}, "active": {"type": "BOOL", "index": 4, "name": "active", "comment": null}, "display_order": {"type": "INT64", "index": 5, "name": "display_order", "comment": null}, "label": {"type": "STRING", "index": 6, "name": "label", "comment": null}, "object_type_id": {"type": "STRING", "index": 7, "name": "object_type_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 520.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 8.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": "seed.hubspot_source_integration_tests.ticket_pipeline_data"}, "seed.hubspot_source_integration_tests.company_property_history_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "company_property_history_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"company_id": {"type": "INT64", "index": 1, "name": "company_id", "comment": null}, "timestamp": {"type": "STRING", "index": 2, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}, "source": {"type": "STRING", "index": 4, "name": "source", "comment": null}, "source_id": {"type": "INT64", "index": 5, "name": "source_id", "comment": null}, "name": {"type": "STRING", "index": 6, "name": "name", "comment": null}, "value": {"type": "STRING", "index": 7, "name": "value", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 12200.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.company_property_history_data"}, "model.hubspot_source.stg_hubspot__email_event_delivered": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_delivered", "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}, "returned_response": {"type": "STRING", "index": 3, "name": "returned_response", "comment": null}, "smtp_id": {"type": "STRING", "index": 4, "name": "smtp_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 10114.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__email_event_delivered"}, "model.hubspot_source.stg_hubspot__email_event_sent": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_sent", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "bcc_emails": {"type": "STRING", "index": 2, "name": "bcc_emails", "comment": null}, "cc_emails": {"type": "STRING", "index": 3, "name": "cc_emails", "comment": null}, "from_email": {"type": "STRING", "index": 4, "name": "from_email", "comment": null}, "event_id": {"type": "STRING", "index": 5, "name": "event_id", "comment": null}, "reply_to_email": {"type": "STRING", "index": 6, "name": "reply_to_email", "comment": null}, "email_subject": {"type": "STRING", "index": 7, "name": "email_subject", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 17600.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__email_event_sent"}, "seed.hubspot_source_integration_tests.deal_company_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "deal_company_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"company_id": {"type": "INT64", "index": 1, "name": "company_id", "comment": null}, "deal_id": {"type": "INT64", "index": 2, "name": "deal_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 32.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.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": "seed.hubspot_source_integration_tests.deal_company_data"}, "model.hubspot_source.stg_hubspot__contact_list_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__contact_list_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "STRING", "index": 4, "name": "created_at", "comment": null}, "deleteable": {"type": "BOOL", "index": 5, "name": "deleteable", "comment": null}, "dynamic": {"type": "BOOL", "index": 6, "name": "dynamic", "comment": null}, "metadata_error": {"type": "INT64", "index": 7, "name": "metadata_error", "comment": null}, "metadata_last_processing_state_change_at": {"type": "STRING", "index": 8, "name": "metadata_last_processing_state_change_at", "comment": null}, "metadata_last_size_change_at": {"type": "STRING", "index": 9, "name": "metadata_last_size_change_at", "comment": null}, "metadata_processing": {"type": "STRING", "index": 10, "name": "metadata_processing", "comment": null}, "metadata_size": {"type": "INT64", "index": 11, "name": "metadata_size", "comment": null}, "offset": {"type": "INT64", "index": 12, "name": "offset", "comment": null}, "portal_id": {"type": "INT64", "index": 13, "name": "portal_id", "comment": null}, "updated_at": {"type": "STRING", "index": 14, "name": "updated_at", "comment": null}, "name": {"type": "STRING", "index": 15, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__contact_list_tmp"}, "model.hubspot_source.stg_hubspot__engagement_contact": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_contact", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "contact_id": {"type": "INT64", "index": 2, "name": "contact_id", "comment": null}, "engagement_id": {"type": "INT64", "index": 3, "name": "engagement_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2400.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__engagement_contact"}, "seed.hubspot_source_integration_tests.company_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "company_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "is_deleted": {"type": "BOOL", "index": 2, "name": "is_deleted", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 3, "name": "_fivetran_synced", "comment": null}, "property_name": {"type": "STRING", "index": 4, "name": "property_name", "comment": null}, "property_description": {"type": "STRING", "index": 5, "name": "property_description", "comment": null}, "property_createdate": {"type": "DATETIME", "index": 6, "name": "property_createdate", "comment": null}, "property_industry": {"type": "STRING", "index": 7, "name": "property_industry", "comment": null}, "property_address": {"type": "STRING", "index": 8, "name": "property_address", "comment": null}, "property_address_2": {"type": "STRING", "index": 9, "name": "property_address_2", "comment": null}, "property_city": {"type": "STRING", "index": 10, "name": "property_city", "comment": null}, "property_state": {"type": "STRING", "index": 11, "name": "property_state", "comment": null}, "property_country": {"type": "STRING", "index": 12, "name": "property_country", "comment": null}, "property_annualrevenue": {"type": "INT64", "index": 13, "name": "property_annualrevenue", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 6112.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 24.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": "seed.hubspot_source_integration_tests.company_data"}, "model.hubspot_source.stg_hubspot__email_event_status_change": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_status_change", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "is_bounced": {"type": "INT64", "index": 2, "name": "is_bounced", "comment": null}, "event_id": {"type": "STRING", "index": 3, "name": "event_id", "comment": null}, "subscription_status": {"type": "STRING", "index": 4, "name": "subscription_status", "comment": null}, "requested_by_email": {"type": "INT64", "index": 5, "name": "requested_by_email", "comment": null}, "change_source": {"type": "STRING", "index": 6, "name": "change_source", "comment": null}, "subscriptions": {"type": "STRING", "index": 7, "name": "subscriptions", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 8200.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__email_event_status_change"}, "model.hubspot_source.stg_hubspot__engagement_meeting": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_meeting", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "meeting_notes": {"type": "STRING", "index": 2, "name": "meeting_notes", "comment": null}, "created_from_link_id": {"type": "INT64", "index": 3, "name": "created_from_link_id", "comment": null}, "end_timestamp": {"type": "TIMESTAMP", "index": 4, "name": "end_timestamp", "comment": null}, "engagement_id": {"type": "INT64", "index": 5, "name": "engagement_id", "comment": null}, "external_url": {"type": "STRING", "index": 6, "name": "external_url", "comment": null}, "meeting_outcome": {"type": "INT64", "index": 7, "name": "meeting_outcome", "comment": null}, "pre_meeting_prospect_reminders": {"type": "STRING", "index": 8, "name": "pre_meeting_prospect_reminders", "comment": null}, "source": {"type": "STRING", "index": 9, "name": "source", "comment": null}, "source_id": {"type": "STRING", "index": 10, "name": "source_id", "comment": null}, "start_timestamp": {"type": "TIMESTAMP", "index": 11, "name": "start_timestamp", "comment": null}, "meeting_title": {"type": "STRING", "index": 12, "name": "meeting_title", "comment": null}, "web_conference_meeting_id": {"type": "INT64", "index": 13, "name": "web_conference_meeting_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 17297.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__engagement_meeting"}, "seed.hubspot_source_integration_tests.engagement_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "engagement_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "active": {"type": "BOOL", "index": 3, "name": "active", "comment": null}, "activity_type": {"type": "INT64", "index": 4, "name": "activity_type", "comment": null}, "created_at": {"type": "STRING", "index": 5, "name": "created_at", "comment": null}, "last_updated": {"type": "STRING", "index": 6, "name": "last_updated", "comment": null}, "owner_id": {"type": "INT64", "index": 7, "name": "owner_id", "comment": null}, "portal_id": {"type": "INT64", "index": 8, "name": "portal_id", "comment": null}, "timestamp": {"type": "DATETIME", "index": 9, "name": "timestamp", "comment": null}, "type": {"type": "STRING", "index": 10, "name": "type", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 11400.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.engagement_data"}, "seed.hubspot_source_integration_tests.ticket_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "ticket_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "DATETIME", "index": 1, "name": "_fivetran_synced", "comment": null}, "id": {"type": "INT64", "index": 2, "name": "id", "comment": null}, "is_deleted": {"type": "BOOL", "index": 3, "name": "is_deleted", "comment": null}, "property_closed_date": {"type": "DATETIME", "index": 4, "name": "property_closed_date", "comment": null}, "property_createdate": {"type": "DATETIME", "index": 5, "name": "property_createdate", "comment": null}, "property_first_agent_reply_date": {"type": "DATETIME", "index": 6, "name": "property_first_agent_reply_date", "comment": null}, "property_hs_pipeline": {"type": "INT64", "index": 7, "name": "property_hs_pipeline", "comment": null}, "property_hs_pipeline_stage": {"type": "INT64", "index": 8, "name": "property_hs_pipeline_stage", "comment": null}, "property_hs_ticket_category": {"type": "STRING", "index": 9, "name": "property_hs_ticket_category", "comment": null}, "property_hs_ticket_priority": {"type": "INT64", "index": 10, "name": "property_hs_ticket_priority", "comment": null}, "property_hubspot_owner_id": {"type": "INT64", "index": 11, "name": "property_hubspot_owner_id", "comment": null}, "property_subject": {"type": "STRING", "index": 12, "name": "property_subject", "comment": null}, "property_content": {"type": "STRING", "index": 13, "name": "property_content", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2918.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 24.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": "seed.hubspot_source_integration_tests.ticket_data"}, "seed.hubspot_source_integration_tests.email_event_spam_report_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_spam_report_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "ip_address": {"type": "INT64", "index": 3, "name": "ip_address", "comment": null}, "user_agent": {"type": "INT64", "index": 4, "name": "user_agent", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2016.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 32.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": "seed.hubspot_source_integration_tests.email_event_spam_report_data"}, "model.hubspot_source.stg_hubspot__contact_list": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__contact_list", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"is_contact_list_deleted": {"type": "BOOL", "index": 1, "name": "is_contact_list_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 3, "name": "created_timestamp", "comment": null}, "is_deletable": {"type": "BOOL", "index": 4, "name": "is_deletable", "comment": null}, "is_dynamic": {"type": "BOOL", "index": 5, "name": "is_dynamic", "comment": null}, "contact_list_id": {"type": "INT64", "index": 6, "name": "contact_list_id", "comment": null}, "metadata_error": {"type": "INT64", "index": 7, "name": "metadata_error", "comment": null}, "metadata_last_processing_state_change_at": {"type": "TIMESTAMP", "index": 8, "name": "metadata_last_processing_state_change_at", "comment": null}, "metadata_last_size_change_at": {"type": "TIMESTAMP", "index": 9, "name": "metadata_last_size_change_at", "comment": null}, "metadata_processing": {"type": "STRING", "index": 10, "name": "metadata_processing", "comment": null}, "metadata_size": {"type": "INT64", "index": 11, "name": "metadata_size", "comment": null}, "contact_list_name": {"type": "STRING", "index": 12, "name": "contact_list_name", "comment": null}, "portal_id": {"type": "INT64", "index": 13, "name": "portal_id", "comment": null}, "updated_timestamp": {"type": "TIMESTAMP", "index": 14, "name": "updated_timestamp", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 5896.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 60.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.hubspot_source.stg_hubspot__contact_list"}, "seed.hubspot_source_integration_tests.email_event_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_data", "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}, "app_id": {"type": "INT64", "index": 3, "name": "app_id", "comment": null}, "caused_by_created": {"type": "TIMESTAMP", "index": 4, "name": "caused_by_created", "comment": null}, "caused_by_id": {"type": "INT64", "index": 5, "name": "caused_by_id", "comment": null}, "created": {"type": "TIMESTAMP", "index": 6, "name": "created", "comment": null}, "email_campaign_id": {"type": "INT64", "index": 7, "name": "email_campaign_id", "comment": null}, "obsoleted_by_created": {"type": "TIMESTAMP", "index": 8, "name": "obsoleted_by_created", "comment": null}, "obsoleted_by_id": {"type": "INT64", "index": 9, "name": "obsoleted_by_id", "comment": null}, "portal_id": {"type": "INT64", "index": 10, "name": "portal_id", "comment": null}, "sent_by_created": {"type": "TIMESTAMP", "index": 11, "name": "sent_by_created", "comment": null}, "sent_by_id": {"type": "STRING", "index": 12, "name": "sent_by_id", "comment": null}, "type": {"type": "STRING", "index": 13, "name": "type", "comment": null}, "filtered_event": {"type": "BOOL", "index": 14, "name": "filtered_event", "comment": null}, "recipient": {"type": "STRING", "index": 15, "name": "recipient", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 15720.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.email_event_data"}, "model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_pipeline_stage_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_deleted": {"type": "BOOL", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "active": {"type": "BOOL", "index": 3, "name": "active", "comment": null}, "closed_won": {"type": "BOOL", "index": 4, "name": "closed_won", "comment": null}, "display_order": {"type": "INT64", "index": 5, "name": "display_order", "comment": null}, "probability": {"type": "FLOAT64", "index": 6, "name": "probability", "comment": null}, "stage_id": {"type": "STRING", "index": 7, "name": "stage_id", "comment": null}, "label": {"type": "STRING", "index": 8, "name": "label", "comment": null}, "pipeline_id": {"type": "STRING", "index": 9, "name": "pipeline_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp"}, "model.hubspot_source.stg_hubspot__email_event_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_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}, "app_id": {"type": "INT64", "index": 3, "name": "app_id", "comment": null}, "caused_by_created": {"type": "TIMESTAMP", "index": 4, "name": "caused_by_created", "comment": null}, "caused_by_id": {"type": "INT64", "index": 5, "name": "caused_by_id", "comment": null}, "created": {"type": "TIMESTAMP", "index": 6, "name": "created", "comment": null}, "email_campaign_id": {"type": "INT64", "index": 7, "name": "email_campaign_id", "comment": null}, "obsoleted_by_created": {"type": "TIMESTAMP", "index": 8, "name": "obsoleted_by_created", "comment": null}, "obsoleted_by_id": {"type": "INT64", "index": 9, "name": "obsoleted_by_id", "comment": null}, "portal_id": {"type": "INT64", "index": 10, "name": "portal_id", "comment": null}, "sent_by_created": {"type": "TIMESTAMP", "index": 11, "name": "sent_by_created", "comment": null}, "sent_by_id": {"type": "STRING", "index": 12, "name": "sent_by_id", "comment": null}, "type": {"type": "STRING", "index": 13, "name": "type", "comment": null}, "filtered_event": {"type": "BOOL", "index": 14, "name": "filtered_event", "comment": null}, "recipient": {"type": "STRING", "index": 15, "name": "recipient", "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.hubspot_source.stg_hubspot__email_event_tmp"}, "model.hubspot_source.stg_hubspot__engagement_note_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_note_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"engagement_id": {"type": "INT64", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "body": {"type": "STRING", "index": 3, "name": "body", "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.hubspot_source.stg_hubspot__engagement_note_tmp"}, "model.hubspot_source.stg_hubspot__email_event_forward": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_forward", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "browser": {"type": "STRING", "index": 2, "name": "browser", "comment": null}, "event_id": {"type": "STRING", "index": 3, "name": "event_id", "comment": null}, "ip_address": {"type": "INT64", "index": 4, "name": "ip_address", "comment": null}, "geo_location": {"type": "STRING", "index": 5, "name": "geo_location", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 12400.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__email_event_forward"}, "model.hubspot_source.stg_hubspot__email_event": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 2, "name": "app_id", "comment": null}, "caused_timestamp": {"type": "TIMESTAMP", "index": 3, "name": "caused_timestamp", "comment": null}, "caused_by_event_id": {"type": "INT64", "index": 4, "name": "caused_by_event_id", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 5, "name": "created_timestamp", "comment": null}, "email_campaign_id": {"type": "INT64", "index": 6, "name": "email_campaign_id", "comment": null}, "is_filtered_event": {"type": "BOOL", "index": 7, "name": "is_filtered_event", "comment": null}, "event_id": {"type": "STRING", "index": 8, "name": "event_id", "comment": null}, "obsoleted_timestamp": {"type": "TIMESTAMP", "index": 9, "name": "obsoleted_timestamp", "comment": null}, "obsoleted_by_event_id": {"type": "INT64", "index": 10, "name": "obsoleted_by_event_id", "comment": null}, "portal_id": {"type": "INT64", "index": 11, "name": "portal_id", "comment": null}, "recipient_email_address": {"type": "STRING", "index": 12, "name": "recipient_email_address", "comment": null}, "sent_timestamp": {"type": "TIMESTAMP", "index": 13, "name": "sent_timestamp", "comment": null}, "sent_by_event_id": {"type": "STRING", "index": 14, "name": "sent_by_event_id", "comment": null}, "event_type": {"type": "STRING", "index": 15, "name": "event_type", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 15720.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__email_event"}, "model.hubspot_source.stg_hubspot__email_event_delivered_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_delivered_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "response": {"type": "STRING", "index": 3, "name": "response", "comment": null}, "smtp_id": {"type": "STRING", "index": 4, "name": "smtp_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__email_event_delivered_tmp"}, "model.hubspot_source.stg_hubspot__ticket_contact": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_contact", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "INT64", "index": 2, "name": "ticket_id", "comment": null}, "contact_id": {"type": "INT64", "index": 3, "name": "contact_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 216.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 9.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.hubspot_source.stg_hubspot__ticket_contact"}, "seed.hubspot_source_integration_tests.ticket_contact_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "ticket_contact_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "STRING", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "INT64", "index": 2, "name": "ticket_id", "comment": null}, "contact_id": {"type": "INT64", "index": 3, "name": "contact_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 369.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 9.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": "seed.hubspot_source_integration_tests.ticket_contact_data"}, "model.hubspot_source.stg_hubspot__email_event_click_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_click_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "referer": {"type": "INT64", "index": 3, "name": "referer", "comment": null}, "browser": {"type": "STRING", "index": 4, "name": "browser", "comment": null}, "location": {"type": "STRING", "index": 5, "name": "location", "comment": null}, "ip_address": {"type": "INT64", "index": 6, "name": "ip_address", "comment": null}, "url": {"type": "STRING", "index": 7, "name": "url", "comment": null}, "user_agent": {"type": "STRING", "index": 8, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__email_event_click_tmp"}, "seed.hubspot_source_integration_tests.email_event_open_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_open_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "duration": {"type": "INT64", "index": 3, "name": "duration", "comment": null}, "browser": {"type": "STRING", "index": 4, "name": "browser", "comment": null}, "ip_address": {"type": "INT64", "index": 5, "name": "ip_address", "comment": null}, "location": {"type": "STRING", "index": 6, "name": "location", "comment": null}, "user_agent": {"type": "STRING", "index": 7, "name": "user_agent", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 14900.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.email_event_open_data"}, "seed.hubspot_source_integration_tests.engagement_note_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "engagement_note_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"engagement_id": {"type": "INT64", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "body": {"type": "STRING", "index": 3, "name": "body", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 5900.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.engagement_note_data"}, "model.hubspot_source.stg_hubspot__ticket": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ticket_id": {"type": "INT64", "index": 1, "name": "ticket_id", "comment": null}, "is_ticket_deleted": {"type": "BOOL", "index": 2, "name": "is_ticket_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "closed_at": {"type": "TIMESTAMP", "index": 4, "name": "closed_at", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 5, "name": "created_at", "comment": null}, "first_agent_reply_at": {"type": "DATETIME", "index": 6, "name": "first_agent_reply_at", "comment": null}, "ticket_pipeline_id": {"type": "INT64", "index": 7, "name": "ticket_pipeline_id", "comment": null}, "ticket_pipeline_stage_id": {"type": "INT64", "index": 8, "name": "ticket_pipeline_stage_id", "comment": null}, "ticket_category": {"type": "STRING", "index": 9, "name": "ticket_category", "comment": null}, "ticket_priority": {"type": "INT64", "index": 10, "name": "ticket_priority", "comment": null}, "owner_id": {"type": "INT64", "index": 11, "name": "owner_id", "comment": null}, "ticket_subject": {"type": "STRING", "index": 12, "name": "ticket_subject", "comment": null}, "ticket_content": {"type": "STRING", "index": 13, "name": "ticket_content", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2918.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 24.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.hubspot_source.stg_hubspot__ticket"}, "model.hubspot_source.stg_hubspot__ticket_pipeline_stage": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_pipeline_stage", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"is_ticket_pipeline_stage_deleted": {"type": "BOOL", "index": 1, "name": "is_ticket_pipeline_stage_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "is_active": {"type": "BOOL", "index": 3, "name": "is_active", "comment": null}, "display_order": {"type": "INT64", "index": 4, "name": "display_order", "comment": null}, "is_closed": {"type": "BOOL", "index": 5, "name": "is_closed", "comment": null}, "pipeline_stage_label": {"type": "STRING", "index": 6, "name": "pipeline_stage_label", "comment": null}, "ticket_pipeline_id": {"type": "INT64", "index": 7, "name": "ticket_pipeline_id", "comment": null}, "ticket_pipeline_stage_id": {"type": "INT64", "index": 8, "name": "ticket_pipeline_stage_id", "comment": null}, "ticket_state": {"type": "STRING", "index": 9, "name": "ticket_state", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 825.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 11.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.hubspot_source.stg_hubspot__ticket_pipeline_stage"}, "model.hubspot_source.stg_hubspot__deal_property_history": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_property_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "deal_id": {"type": "INT64", "index": 2, "name": "deal_id", "comment": null}, "field_name": {"type": "STRING", "index": 3, "name": "field_name", "comment": null}, "change_source": {"type": "STRING", "index": 4, "name": "change_source", "comment": null}, "change_source_id": {"type": "STRING", "index": 5, "name": "change_source_id", "comment": null}, "change_timestamp": {"type": "TIMESTAMP", "index": 6, "name": "change_timestamp", "comment": null}, "new_value": {"type": "STRING", "index": 7, "name": "new_value", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 11236.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__deal_property_history"}, "seed.hubspot_source_integration_tests.engagement_task_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "engagement_task_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"engagement_id": {"type": "INT64", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "completion_date": {"type": "STRING", "index": 3, "name": "completion_date", "comment": null}, "for_object_type": {"type": "STRING", "index": 4, "name": "for_object_type", "comment": null}, "is_all_day": {"type": "INT64", "index": 5, "name": "is_all_day", "comment": null}, "priority": {"type": "STRING", "index": 6, "name": "priority", "comment": null}, "probability_to_complete": {"type": "INT64", "index": 7, "name": "probability_to_complete", "comment": null}, "status": {"type": "STRING", "index": 8, "name": "status", "comment": null}, "subject": {"type": "STRING", "index": 9, "name": "subject", "comment": null}, "task_type": {"type": "STRING", "index": 10, "name": "task_type", "comment": null}, "body": {"type": "STRING", "index": 11, "name": "body", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 10474.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.engagement_task_data"}, "model.hubspot_source.stg_hubspot__engagement_company": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_company", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "company_id": {"type": "INT64", "index": 2, "name": "company_id", "comment": null}, "engagement_id": {"type": "INT64", "index": 3, "name": "engagement_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2400.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__engagement_company"}, "seed.hubspot_source_integration_tests.email_event_sent_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_sent_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "bcc": {"type": "STRING", "index": 3, "name": "bcc", "comment": null}, "cc": {"type": "STRING", "index": 4, "name": "cc", "comment": null}, "from": {"type": "STRING", "index": 5, "name": "from", "comment": null}, "reply_to": {"type": "STRING", "index": 6, "name": "reply_to", "comment": null}, "subject": {"type": "STRING", "index": 7, "name": "subject", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 19300.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.email_event_sent_data"}, "model.hubspot_source.stg_hubspot__email_event_open": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_open", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "browser": {"type": "STRING", "index": 2, "name": "browser", "comment": null}, "duration_open": {"type": "INT64", "index": 3, "name": "duration_open", "comment": null}, "event_id": {"type": "STRING", "index": 4, "name": "event_id", "comment": null}, "ip_address": {"type": "INT64", "index": 5, "name": "ip_address", "comment": null}, "geo_location": {"type": "STRING", "index": 6, "name": "geo_location", "comment": null}, "user_agent": {"type": "STRING", "index": 7, "name": "user_agent", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 13200.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__email_event_open"}, "seed.hubspot_source_integration_tests.email_event_print_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_print_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "browser": {"type": "STRING", "index": 3, "name": "browser", "comment": null}, "ip_address": {"type": "INT64", "index": 4, "name": "ip_address", "comment": null}, "location": {"type": "STRING", "index": 5, "name": "location", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 705.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.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": "seed.hubspot_source_integration_tests.email_event_print_data"}, "model.hubspot_source.stg_hubspot__deal_pipeline": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_pipeline", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"is_deal_pipeline_deleted": {"type": "BOOL", "index": 1, "name": "is_deal_pipeline_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "is_active": {"type": "BOOL", "index": 3, "name": "is_active", "comment": null}, "display_order": {"type": "INT64", "index": 4, "name": "display_order", "comment": null}, "pipeline_label": {"type": "STRING", "index": 5, "name": "pipeline_label", "comment": null}, "deal_pipeline_id": {"type": "STRING", "index": 6, "name": "deal_pipeline_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 383.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 6.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.hubspot_source.stg_hubspot__deal_pipeline"}, "seed.hubspot_source_integration_tests.engagement_contact_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "engagement_contact_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"contact_id": {"type": "INT64", "index": 1, "name": "contact_id", "comment": null}, "engagement_id": {"type": "INT64", "index": 2, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 4072.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.engagement_contact_data"}, "model.hubspot_source.stg_hubspot__email_event_dropped_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_dropped_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "drop_reason": {"type": "STRING", "index": 3, "name": "drop_reason", "comment": null}, "bcc": {"type": "STRING", "index": 4, "name": "bcc", "comment": null}, "cc": {"type": "STRING", "index": 5, "name": "cc", "comment": null}, "drop_message": {"type": "STRING", "index": 6, "name": "drop_message", "comment": null}, "from": {"type": "STRING", "index": 7, "name": "from", "comment": null}, "reply_to": {"type": "STRING", "index": 8, "name": "reply_to", "comment": null}, "subject": {"type": "STRING", "index": 9, "name": "subject", "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.hubspot_source.stg_hubspot__email_event_dropped_tmp"}, "model.hubspot_source.stg_hubspot__email_event_bounce": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_bounce", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "bounce_category": {"type": "STRING", "index": 2, "name": "bounce_category", "comment": null}, "event_id": {"type": "STRING", "index": 3, "name": "event_id", "comment": null}, "returned_response": {"type": "STRING", "index": 4, "name": "returned_response", "comment": null}, "returned_status": {"type": "INT64", "index": 5, "name": "returned_status", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 9165.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__email_event_bounce"}, "model.hubspot_source.stg_hubspot__engagement_email": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_email", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "attached_video_id": {"type": "INT64", "index": 2, "name": "attached_video_id", "comment": null}, "was_attached_video_opened": {"type": "BOOL", "index": 3, "name": "was_attached_video_opened", "comment": null}, "was_attached_video_watched": {"type": "BOOL", "index": 4, "name": "was_attached_video_watched", "comment": null}, "email_send_event_created_timestamp": {"type": "TIMESTAMP", "index": 5, "name": "email_send_event_created_timestamp", "comment": null}, "email_send_event_id": {"type": "INT64", "index": 6, "name": "email_send_event_id", "comment": null}, "engagement_id": {"type": "INT64", "index": 7, "name": "engagement_id", "comment": null}, "error_message": {"type": "INT64", "index": 8, "name": "error_message", "comment": null}, "facsimile_send_id": {"type": "STRING", "index": 9, "name": "facsimile_send_id", "comment": null}, "from_email": {"type": "STRING", "index": 10, "name": "from_email", "comment": null}, "from_first_name": {"type": "STRING", "index": 11, "name": "from_first_name", "comment": null}, "from_last_name": {"type": "STRING", "index": 12, "name": "from_last_name", "comment": null}, "email_html": {"type": "STRING", "index": 13, "name": "email_html", "comment": null}, "logged_from": {"type": "STRING", "index": 14, "name": "logged_from", "comment": null}, "media_processing_status": {"type": "STRING", "index": 15, "name": "media_processing_status", "comment": null}, "message_id": {"type": "STRING", "index": 16, "name": "message_id", "comment": null}, "post_send_status": {"type": "STRING", "index": 17, "name": "post_send_status", "comment": null}, "recipient_drop_reasons": {"type": "INT64", "index": 18, "name": "recipient_drop_reasons", "comment": null}, "sent_via": {"type": "STRING", "index": 19, "name": "sent_via", "comment": null}, "email_status": {"type": "STRING", "index": 20, "name": "email_status", "comment": null}, "email_subject": {"type": "STRING", "index": 21, "name": "email_subject", "comment": null}, "email_text": {"type": "STRING", "index": 22, "name": "email_text", "comment": null}, "thread_id": {"type": "STRING", "index": 23, "name": "thread_id", "comment": null}, "tracker_key": {"type": "STRING", "index": 24, "name": "tracker_key", "comment": null}, "validation_skipped": {"type": "STRING", "index": 25, "name": "validation_skipped", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 34107.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__engagement_email"}, "model.hubspot_source.stg_hubspot__owner_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__owner_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"owner_id": {"type": "INT64", "index": 1, "name": "owner_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "STRING", "index": 3, "name": "created_at", "comment": null}, "portal_id": {"type": "INT64", "index": 4, "name": "portal_id", "comment": null}, "type": {"type": "STRING", "index": 5, "name": "type", "comment": null}, "updated_at": {"type": "STRING", "index": 6, "name": "updated_at", "comment": null}, "email": {"type": "STRING", "index": 7, "name": "email", "comment": null}, "first_name": {"type": "STRING", "index": 8, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 9, "name": "last_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__owner_tmp"}, "seed.hubspot_source_integration_tests.email_event_click_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_click_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "referer": {"type": "INT64", "index": 3, "name": "referer", "comment": null}, "browser": {"type": "STRING", "index": 4, "name": "browser", "comment": null}, "location": {"type": "STRING", "index": 5, "name": "location", "comment": null}, "ip_address": {"type": "INT64", "index": 6, "name": "ip_address", "comment": null}, "url": {"type": "STRING", "index": 7, "name": "url", "comment": null}, "user_agent": {"type": "STRING", "index": 8, "name": "user_agent", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 16700.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.email_event_click_data"}, "model.hubspot_source.stg_hubspot__contact_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__contact_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_deleted": {"type": "BOOL", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 2, "name": "_fivetran_synced", "comment": null}, "property_email": {"type": "STRING", "index": 3, "name": "property_email", "comment": null}, "id": {"type": "INT64", "index": 4, "name": "id", "comment": null}, "property_company": {"type": "STRING", "index": 5, "name": "property_company", "comment": null}, "property_firstname": {"type": "STRING", "index": 6, "name": "property_firstname", "comment": null}, "property_lastname": {"type": "STRING", "index": 7, "name": "property_lastname", "comment": null}, "property_email_1": {"type": "STRING", "index": 8, "name": "property_email_1", "comment": null}, "property_createdate": {"type": "DATETIME", "index": 9, "name": "property_createdate", "comment": null}, "property_jobtitle": {"type": "INT64", "index": 10, "name": "property_jobtitle", "comment": null}, "property_annualrevenue": {"type": "INT64", "index": 11, "name": "property_annualrevenue", "comment": null}, "property_hs_calculated_merged_vids": {"type": "STRING", "index": 12, "name": "property_hs_calculated_merged_vids", "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.hubspot_source.stg_hubspot__contact_tmp"}, "model.hubspot_source.stg_hubspot__email_event_bounce_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_bounce_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "category": {"type": "STRING", "index": 3, "name": "category", "comment": null}, "status": {"type": "INT64", "index": 4, "name": "status", "comment": null}, "response": {"type": "STRING", "index": 5, "name": "response", "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.hubspot_source.stg_hubspot__email_event_bounce_tmp"}, "model.hubspot_source.stg_hubspot__email_event_print_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_print_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "browser": {"type": "STRING", "index": 3, "name": "browser", "comment": null}, "ip_address": {"type": "INT64", "index": 4, "name": "ip_address", "comment": null}, "location": {"type": "STRING", "index": 5, "name": "location", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__email_event_print_tmp"}, "model.hubspot_source.stg_hubspot__deal_company": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_company", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"company_id": {"type": "INT64", "index": 1, "name": "company_id", "comment": null}, "deal_id": {"type": "INT64", "index": 2, "name": "deal_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 32.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.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.hubspot_source.stg_hubspot__deal_company"}, "seed.hubspot_source_integration_tests.deal_pipeline_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "deal_pipeline_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"pipeline_id": {"type": "STRING", "index": 1, "name": "pipeline_id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}, "active": {"type": "BOOL", "index": 4, "name": "active", "comment": null}, "display_order": {"type": "INT64", "index": 5, "name": "display_order", "comment": null}, "label": {"type": "STRING", "index": 6, "name": "label", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 485.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 6.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": "seed.hubspot_source_integration_tests.deal_pipeline_data"}, "model.hubspot_source.stg_hubspot__email_event_open_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_open_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "duration": {"type": "INT64", "index": 3, "name": "duration", "comment": null}, "browser": {"type": "STRING", "index": 4, "name": "browser", "comment": null}, "ip_address": {"type": "INT64", "index": 5, "name": "ip_address", "comment": null}, "location": {"type": "STRING", "index": 6, "name": "location", "comment": null}, "user_agent": {"type": "STRING", "index": 7, "name": "user_agent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.hubspot_source.stg_hubspot__email_event_open_tmp"}, "model.hubspot_source.stg_hubspot__email_event_click": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_click", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "browser": {"type": "STRING", "index": 2, "name": "browser", "comment": null}, "event_id": {"type": "STRING", "index": 3, "name": "event_id", "comment": null}, "ip_address": {"type": "INT64", "index": 4, "name": "ip_address", "comment": null}, "geo_location": {"type": "STRING", "index": 5, "name": "geo_location", "comment": null}, "referer_url": {"type": "INT64", "index": 6, "name": "referer_url", "comment": null}, "click_url": {"type": "STRING", "index": 7, "name": "click_url", "comment": null}, "user_agent": {"type": "STRING", "index": 8, "name": "user_agent", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 15000.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.stg_hubspot__email_event_click"}, "model.hubspot_source.stg_hubspot__deal_contact": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_contact", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"contact_id": {"type": "INT64", "index": 1, "name": "contact_id", "comment": null}, "deal_id": {"type": "INT64", "index": 2, "name": "deal_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 264.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 11.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.hubspot_source.stg_hubspot__deal_contact"}, "model.hubspot_source.stg_hubspot__email_event_status_change_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_status_change_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "bounced": {"type": "INT64", "index": 3, "name": "bounced", "comment": null}, "portal_subscription_status": {"type": "STRING", "index": 4, "name": "portal_subscription_status", "comment": null}, "requested_by": {"type": "INT64", "index": 5, "name": "requested_by", "comment": null}, "source": {"type": "STRING", "index": 6, "name": "source", "comment": null}, "subscriptions": {"type": "STRING", "index": 7, "name": "subscriptions", "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.hubspot_source.stg_hubspot__email_event_status_change_tmp"}, "model.hubspot_source.stg_hubspot__deal_stage": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_stage", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"date_entered": {"type": "TIMESTAMP", "index": 1, "name": "date_entered", "comment": null}, "deal_id": {"type": "INT64", "index": 2, "name": "deal_id", "comment": null}, "source": {"type": "STRING", "index": 3, "name": "source", "comment": null}, "source_id": {"type": "STRING", "index": 4, "name": "source_id", "comment": null}, "deal_stage_name": {"type": "STRING", "index": 5, "name": "deal_stage_name", "comment": null}, "_fivetran_active": {"type": "BOOL", "index": 6, "name": "_fivetran_active", "comment": null}, "_fivetran_end": {"type": "TIMESTAMP", "index": 7, "name": "_fivetran_end", "comment": null}, "_fivetran_start": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_start", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1890.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 14.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.hubspot_source.stg_hubspot__deal_stage"}, "model.hubspot_source.stg_hubspot__email_event_print": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_print", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "TIMESTAMP", "index": 1, "name": "_fivetran_synced", "comment": null}, "browser": {"type": "STRING", "index": 2, "name": "browser", "comment": null}, "event_id": {"type": "STRING", "index": 3, "name": "event_id", "comment": null}, "ip_address": {"type": "INT64", "index": 4, "name": "ip_address", "comment": null}, "geo_location": {"type": "STRING", "index": 5, "name": "geo_location", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 620.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.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.hubspot_source.stg_hubspot__email_event_print"}, "model.hubspot_source.stg_hubspot__ticket_property_history_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_property_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "STRING", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "INT64", "index": 2, "name": "ticket_id", "comment": null}, "name": {"type": "STRING", "index": 3, "name": "name", "comment": null}, "source": {"type": "STRING", "index": 4, "name": "source", "comment": null}, "source_id": {"type": "STRING", "index": 5, "name": "source_id", "comment": null}, "timestamp_instant": {"type": "STRING", "index": 6, "name": "timestamp_instant", "comment": null}, "value": {"type": "STRING", "index": 7, "name": "value", "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.hubspot_source.stg_hubspot__ticket_property_history_tmp"}, "seed.hubspot_source_integration_tests.engagement_email_data": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "engagement_email_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"engagement_id": {"type": "INT64", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "attached_video_id": {"type": "INT64", "index": 3, "name": "attached_video_id", "comment": null}, "attached_video_opened": {"type": "BOOL", "index": 4, "name": "attached_video_opened", "comment": null}, "attached_video_watched": {"type": "BOOL", "index": 5, "name": "attached_video_watched", "comment": null}, "email_send_event_id_created": {"type": "TIMESTAMP", "index": 6, "name": "email_send_event_id_created", "comment": null}, "email_send_event_id_id": {"type": "INT64", "index": 7, "name": "email_send_event_id_id", "comment": null}, "error_message": {"type": "INT64", "index": 8, "name": "error_message", "comment": null}, "facsimile_send_id": {"type": "STRING", "index": 9, "name": "facsimile_send_id", "comment": null}, "logged_from": {"type": "STRING", "index": 10, "name": "logged_from", "comment": null}, "media_processing_status": {"type": "STRING", "index": 11, "name": "media_processing_status", "comment": null}, "message_id": {"type": "STRING", "index": 12, "name": "message_id", "comment": null}, "post_send_status": {"type": "STRING", "index": 13, "name": "post_send_status", "comment": null}, "recipient_drop_reasons": {"type": "INT64", "index": 14, "name": "recipient_drop_reasons", "comment": null}, "sent_via": {"type": "STRING", "index": 15, "name": "sent_via", "comment": null}, "status": {"type": "STRING", "index": 16, "name": "status", "comment": null}, "thread_id": {"type": "STRING", "index": 17, "name": "thread_id", "comment": null}, "tracker_key": {"type": "STRING", "index": 18, "name": "tracker_key", "comment": null}, "validation_skipped": {"type": "STRING", "index": 19, "name": "validation_skipped", "comment": null}, "from_email": {"type": "STRING", "index": 20, "name": "from_email", "comment": null}, "from_first_name": {"type": "STRING", "index": 21, "name": "from_first_name", "comment": null}, "from_last_name": {"type": "STRING", "index": 22, "name": "from_last_name", "comment": null}, "html": {"type": "STRING", "index": 23, "name": "html", "comment": null}, "subject": {"type": "STRING", "index": 24, "name": "subject", "comment": null}, "text": {"type": "STRING", "index": 25, "name": "text", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 34107.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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": "seed.hubspot_source_integration_tests.engagement_email_data"}, "model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp": {"metadata": {"type": "view", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_pipeline_stage_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"stage_id": {"type": "INT64", "index": 1, "name": "stage_id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 3, "name": "_fivetran_synced", "comment": null}, "active": {"type": "BOOL", "index": 4, "name": "active", "comment": null}, "display_order": {"type": "INT64", "index": 5, "name": "display_order", "comment": null}, "is_closed": {"type": "BOOL", "index": 6, "name": "is_closed", "comment": null}, "label": {"type": "STRING", "index": 7, "name": "label", "comment": null}, "pipeline_id": {"type": "INT64", "index": 8, "name": "pipeline_id", "comment": null}, "ticket_state": {"type": "STRING", "index": 9, "name": "ticket_state", "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.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp"}}, "sources": {"source.hubspot_source.hubspot.deal_stage": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "deal_stage_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_start": {"type": "DATETIME", "index": 1, "name": "_fivetran_start", "comment": null}, "deal_id": {"type": "INT64", "index": 2, "name": "deal_id", "comment": null}, "_fivetran_active": {"type": "BOOL", "index": 3, "name": "_fivetran_active", "comment": null}, "_fivetran_end": {"type": "DATETIME", "index": 4, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 5, "name": "_fivetran_synced", "comment": null}, "date_entered": {"type": "DATETIME", "index": 6, "name": "date_entered", "comment": null}, "source": {"type": "STRING", "index": 7, "name": "source", "comment": null}, "source_id": {"type": "STRING", "index": 8, "name": "source_id", "comment": null}, "value": {"type": "STRING", "index": 9, "name": "value", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2002.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 14.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.hubspot_source.hubspot.deal_stage"}, "source.hubspot_source.hubspot.ticket_property_history": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "ticket_property_history_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "STRING", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "INT64", "index": 2, "name": "ticket_id", "comment": null}, "name": {"type": "STRING", "index": 3, "name": "name", "comment": null}, "source": {"type": "STRING", "index": 4, "name": "source", "comment": null}, "source_id": {"type": "STRING", "index": 5, "name": "source_id", "comment": null}, "timestamp_instant": {"type": "STRING", "index": 6, "name": "timestamp_instant", "comment": null}, "value": {"type": "STRING", "index": 7, "name": "value", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1174.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 11.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.hubspot_source.hubspot.ticket_property_history"}, "source.hubspot_source.hubspot.deal": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "deal_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"deal_id": {"type": "INT64", "index": 1, "name": "deal_id", "comment": null}, "is_deleted": {"type": "BOOL", "index": 2, "name": "is_deleted", "comment": null}, "deal_pipeline_id": {"type": "INT64", "index": 3, "name": "deal_pipeline_id", "comment": null}, "deal_pipeline_stage_id": {"type": "INT64", "index": 4, "name": "deal_pipeline_stage_id", "comment": null}, "owner_id": {"type": "INT64", "index": 5, "name": "owner_id", "comment": null}, "portal_id": {"type": "INT64", "index": 6, "name": "portal_id", "comment": null}, "property_dealname": {"type": "STRING", "index": 7, "name": "property_dealname", "comment": null}, "property_description": {"type": "INT64", "index": 8, "name": "property_description", "comment": null}, "property_amount": {"type": "INT64", "index": 9, "name": "property_amount", "comment": null}, "property_closedate": {"type": "TIMESTAMP", "index": 10, "name": "property_closedate", "comment": null}, "property_createdate": {"type": "TIMESTAMP", "index": 11, "name": "property_createdate", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2772.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 44.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.hubspot_source.hubspot.deal"}, "source.hubspot_source.hubspot.email_campaign": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_campaign_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 3, "name": "app_id", "comment": null}, "content_id": {"type": "INT64", "index": 4, "name": "content_id", "comment": null}, "num_included": {"type": "INT64", "index": 5, "name": "num_included", "comment": null}, "num_queued": {"type": "INT64", "index": 6, "name": "num_queued", "comment": null}, "sub_type": {"type": "INT64", "index": 7, "name": "sub_type", "comment": null}, "type": {"type": "STRING", "index": 8, "name": "type", "comment": null}, "app_name": {"type": "STRING", "index": 9, "name": "app_name", "comment": null}, "name": {"type": "STRING", "index": 10, "name": "name", "comment": null}, "subject": {"type": "STRING", "index": 11, "name": "subject", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 14326.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.email_campaign"}, "source.hubspot_source.hubspot.owner": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "owner_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"owner_id": {"type": "INT64", "index": 1, "name": "owner_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "STRING", "index": 3, "name": "created_at", "comment": null}, "portal_id": {"type": "INT64", "index": 4, "name": "portal_id", "comment": null}, "type": {"type": "STRING", "index": 5, "name": "type", "comment": null}, "updated_at": {"type": "STRING", "index": 6, "name": "updated_at", "comment": null}, "email": {"type": "STRING", "index": 7, "name": "email", "comment": null}, "first_name": {"type": "STRING", "index": 8, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 9, "name": "last_name", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 17700.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.owner"}, "source.hubspot_source.hubspot.ticket_company": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "ticket_company_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "STRING", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "INT64", "index": 2, "name": "ticket_id", "comment": null}, "company_id": {"type": "INT64", "index": 3, "name": "company_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 369.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 9.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.hubspot_source.hubspot.ticket_company"}, "source.hubspot_source.hubspot.email_event_bounce": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_bounce_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "category": {"type": "STRING", "index": 3, "name": "category", "comment": null}, "status": {"type": "INT64", "index": 4, "name": "status", "comment": null}, "response": {"type": "STRING", "index": 5, "name": "response", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 10865.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.email_event_bounce"}, "source.hubspot_source.hubspot.email_event_deferred": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_deferred_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "attempt": {"type": "INT64", "index": 3, "name": "attempt", "comment": null}, "response": {"type": "INT64", "index": 4, "name": "response", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 7100.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.email_event_deferred"}, "source.hubspot_source.hubspot.ticket_engagement": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "ticket_engagement_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "STRING", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "INT64", "index": 2, "name": "ticket_id", "comment": null}, "engagement_id": {"type": "INT64", "index": 3, "name": "engagement_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 369.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 9.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.hubspot_source.hubspot.ticket_engagement"}, "source.hubspot_source.hubspot.email_event_delivered": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_delivered_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "response": {"type": "STRING", "index": 3, "name": "response", "comment": null}, "smtp_id": {"type": "STRING", "index": 4, "name": "smtp_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 11814.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.email_event_delivered"}, "source.hubspot_source.hubspot.engagement_deal": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "engagement_deal_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"deal_id": {"type": "INT64", "index": 1, "name": "deal_id", "comment": null}, "engagement_id": {"type": "INT64", "index": 2, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 4096.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.engagement_deal"}, "source.hubspot_source.hubspot.email_event_forward": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_forward_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "browser": {"type": "STRING", "index": 3, "name": "browser", "comment": null}, "ip_address": {"type": "INT64", "index": 4, "name": "ip_address", "comment": null}, "location": {"type": "STRING", "index": 5, "name": "location", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 14100.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.email_event_forward"}, "source.hubspot_source.hubspot.engagement_company": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "engagement_company_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"company_id": {"type": "INT64", "index": 1, "name": "company_id", "comment": null}, "engagement_id": {"type": "INT64", "index": 2, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 4100.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.engagement_company"}, "source.hubspot_source.hubspot.ticket_pipeline_stage": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "ticket_pipeline_stage_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"stage_id": {"type": "INT64", "index": 1, "name": "stage_id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 3, "name": "_fivetran_synced", "comment": null}, "active": {"type": "BOOL", "index": 4, "name": "active", "comment": null}, "display_order": {"type": "INT64", "index": 5, "name": "display_order", "comment": null}, "is_closed": {"type": "BOOL", "index": 6, "name": "is_closed", "comment": null}, "label": {"type": "STRING", "index": 7, "name": "label", "comment": null}, "pipeline_id": {"type": "INT64", "index": 8, "name": "pipeline_id", "comment": null}, "ticket_state": {"type": "STRING", "index": 9, "name": "ticket_state", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 825.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 11.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.hubspot_source.hubspot.ticket_pipeline_stage"}, "source.hubspot_source.hubspot.contact": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "contact_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_deleted": {"type": "BOOL", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 2, "name": "_fivetran_synced", "comment": null}, "property_email": {"type": "STRING", "index": 3, "name": "property_email", "comment": null}, "id": {"type": "INT64", "index": 4, "name": "id", "comment": null}, "property_company": {"type": "STRING", "index": 5, "name": "property_company", "comment": null}, "property_firstname": {"type": "STRING", "index": 6, "name": "property_firstname", "comment": null}, "property_lastname": {"type": "STRING", "index": 7, "name": "property_lastname", "comment": null}, "property_email_1": {"type": "STRING", "index": 8, "name": "property_email_1", "comment": null}, "property_createdate": {"type": "DATETIME", "index": 9, "name": "property_createdate", "comment": null}, "property_jobtitle": {"type": "INT64", "index": 10, "name": "property_jobtitle", "comment": null}, "property_annualrevenue": {"type": "INT64", "index": 11, "name": "property_annualrevenue", "comment": null}, "property_hs_calculated_merged_vids": {"type": "STRING", "index": 12, "name": "property_hs_calculated_merged_vids", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 3803.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 22.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.hubspot_source.hubspot.contact"}, "source.hubspot_source.hubspot.contact_property_history": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "contact_property_history_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"contact_id": {"type": "INT64", "index": 1, "name": "contact_id", "comment": null}, "timestamp": {"type": "STRING", "index": 2, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}, "source": {"type": "STRING", "index": 4, "name": "source", "comment": null}, "name": {"type": "STRING", "index": 5, "name": "name", "comment": null}, "value": {"type": "STRING", "index": 6, "name": "value", "comment": null}, "source_id": {"type": "STRING", "index": 7, "name": "source_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 13973.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.contact_property_history"}, "source.hubspot_source.hubspot.engagement_meeting": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "engagement_meeting_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"engagement_id": {"type": "INT64", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_from_link_id": {"type": "INT64", "index": 3, "name": "created_from_link_id", "comment": null}, "end_time": {"type": "STRING", "index": 4, "name": "end_time", "comment": null}, "pre_meeting_prospect_reminders": {"type": "STRING", "index": 5, "name": "pre_meeting_prospect_reminders", "comment": null}, "source": {"type": "STRING", "index": 6, "name": "source", "comment": null}, "source_id": {"type": "STRING", "index": 7, "name": "source_id", "comment": null}, "start_time": {"type": "STRING", "index": 8, "name": "start_time", "comment": null}, "web_conference_meeting_id": {"type": "INT64", "index": 9, "name": "web_conference_meeting_id", "comment": null}, "meeting_outcome": {"type": "INT64", "index": 10, "name": "meeting_outcome", "comment": null}, "body": {"type": "STRING", "index": 11, "name": "body", "comment": null}, "external_url": {"type": "STRING", "index": 12, "name": "external_url", "comment": null}, "title": {"type": "STRING", "index": 13, "name": "title", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 21645.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.engagement_meeting"}, "source.hubspot_source.hubspot.contact_list_member": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "contact_list_member_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"contact_id": {"type": "INT64", "index": 1, "name": "contact_id", "comment": null}, "contact_list_id": {"type": "INT64", "index": 2, "name": "contact_list_id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 4, "name": "_fivetran_synced", "comment": null}, "added_at": {"type": "STRING", "index": 5, "name": "added_at", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 6700.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.contact_list_member"}, "source.hubspot_source.hubspot.deal_property_history": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "deal_property_history_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"deal_id": {"type": "INT64", "index": 1, "name": "deal_id", "comment": null}, "timestamp": {"type": "STRING", "index": 2, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}, "source": {"type": "STRING", "index": 4, "name": "source", "comment": null}, "name": {"type": "STRING", "index": 5, "name": "name", "comment": null}, "source_id": {"type": "STRING", "index": 6, "name": "source_id", "comment": null}, "value": {"type": "STRING", "index": 7, "name": "value", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 14632.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.deal_property_history"}, "source.hubspot_source.hubspot.deal_contact": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "deal_contact_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"contact_id": {"type": "INT64", "index": 1, "name": "contact_id", "comment": null}, "deal_id": {"type": "INT64", "index": 2, "name": "deal_id", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 264.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 11.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.hubspot_source.hubspot.deal_contact"}, "source.hubspot_source.hubspot.deal_pipeline_stage": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "deal_pipeline_stage_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_deleted": {"type": "BOOL", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "active": {"type": "BOOL", "index": 3, "name": "active", "comment": null}, "closed_won": {"type": "BOOL", "index": 4, "name": "closed_won", "comment": null}, "display_order": {"type": "INT64", "index": 5, "name": "display_order", "comment": null}, "probability": {"type": "FLOAT64", "index": 6, "name": "probability", "comment": null}, "stage_id": {"type": "STRING", "index": 7, "name": "stage_id", "comment": null}, "label": {"type": "STRING", "index": 8, "name": "label", "comment": null}, "pipeline_id": {"type": "STRING", "index": 9, "name": "pipeline_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 8662.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 71.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.hubspot_source.hubspot.deal_pipeline_stage"}, "source.hubspot_source.hubspot.engagement_call": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "engagement_call_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"engagement_id": {"type": "INT64", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "callee_object_id": {"type": "INT64", "index": 3, "name": "callee_object_id", "comment": null}, "callee_object_type": {"type": "INT64", "index": 4, "name": "callee_object_type", "comment": null}, "disposition": {"type": "STRING", "index": 5, "name": "disposition", "comment": null}, "duration_milliseconds": {"type": "INT64", "index": 6, "name": "duration_milliseconds", "comment": null}, "external_account_id": {"type": "INT64", "index": 7, "name": "external_account_id", "comment": null}, "external_id": {"type": "INT64", "index": 8, "name": "external_id", "comment": null}, "from_number": {"type": "INT64", "index": 9, "name": "from_number", "comment": null}, "recording_url": {"type": "INT64", "index": 10, "name": "recording_url", "comment": null}, "status": {"type": "INT64", "index": 11, "name": "status", "comment": null}, "to_number": {"type": "INT64", "index": 12, "name": "to_number", "comment": null}, "transcription_id": {"type": "INT64", "index": 13, "name": "transcription_id", "comment": null}, "unknown_visitor_conversation": {"type": "INT64", "index": 14, "name": "unknown_visitor_conversation", "comment": null}, "body": {"type": "STRING", "index": 15, "name": "body", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 10306.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.engagement_call"}, "source.hubspot_source.hubspot.email_event_status_change": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_status_change_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "bounced": {"type": "INT64", "index": 3, "name": "bounced", "comment": null}, "portal_subscription_status": {"type": "STRING", "index": 4, "name": "portal_subscription_status", "comment": null}, "requested_by": {"type": "INT64", "index": 5, "name": "requested_by", "comment": null}, "source": {"type": "STRING", "index": 6, "name": "source", "comment": null}, "subscriptions": {"type": "STRING", "index": 7, "name": "subscriptions", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 9900.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.email_event_status_change"}, "source.hubspot_source.hubspot.ticket_pipeline": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "ticket_pipeline_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"pipeline_id": {"type": "INT64", "index": 1, "name": "pipeline_id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 3, "name": "_fivetran_synced", "comment": null}, "active": {"type": "BOOL", "index": 4, "name": "active", "comment": null}, "display_order": {"type": "INT64", "index": 5, "name": "display_order", "comment": null}, "label": {"type": "STRING", "index": 6, "name": "label", "comment": null}, "object_type_id": {"type": "STRING", "index": 7, "name": "object_type_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 520.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 8.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.hubspot_source.hubspot.ticket_pipeline"}, "source.hubspot_source.hubspot.company_property_history": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "company_property_history_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"company_id": {"type": "INT64", "index": 1, "name": "company_id", "comment": null}, "timestamp": {"type": "STRING", "index": 2, "name": "timestamp", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}, "source": {"type": "STRING", "index": 4, "name": "source", "comment": null}, "source_id": {"type": "INT64", "index": 5, "name": "source_id", "comment": null}, "name": {"type": "STRING", "index": 6, "name": "name", "comment": null}, "value": {"type": "STRING", "index": 7, "name": "value", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 12200.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.company_property_history"}, "source.hubspot_source.hubspot.deal_company": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "deal_company_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"company_id": {"type": "INT64", "index": 1, "name": "company_id", "comment": null}, "deal_id": {"type": "INT64", "index": 2, "name": "deal_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 32.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.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.hubspot_source.hubspot.deal_company"}, "source.hubspot_source.hubspot.company": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "company_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "is_deleted": {"type": "BOOL", "index": 2, "name": "is_deleted", "comment": null}, "_fivetran_synced": {"type": "DATETIME", "index": 3, "name": "_fivetran_synced", "comment": null}, "property_name": {"type": "STRING", "index": 4, "name": "property_name", "comment": null}, "property_description": {"type": "STRING", "index": 5, "name": "property_description", "comment": null}, "property_createdate": {"type": "DATETIME", "index": 6, "name": "property_createdate", "comment": null}, "property_industry": {"type": "STRING", "index": 7, "name": "property_industry", "comment": null}, "property_address": {"type": "STRING", "index": 8, "name": "property_address", "comment": null}, "property_address_2": {"type": "STRING", "index": 9, "name": "property_address_2", "comment": null}, "property_city": {"type": "STRING", "index": 10, "name": "property_city", "comment": null}, "property_state": {"type": "STRING", "index": 11, "name": "property_state", "comment": null}, "property_country": {"type": "STRING", "index": 12, "name": "property_country", "comment": null}, "property_annualrevenue": {"type": "INT64", "index": 13, "name": "property_annualrevenue", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 6112.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 24.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.hubspot_source.hubspot.company"}, "source.hubspot_source.hubspot.engagement": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "engagement_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "active": {"type": "BOOL", "index": 3, "name": "active", "comment": null}, "activity_type": {"type": "INT64", "index": 4, "name": "activity_type", "comment": null}, "created_at": {"type": "STRING", "index": 5, "name": "created_at", "comment": null}, "last_updated": {"type": "STRING", "index": 6, "name": "last_updated", "comment": null}, "owner_id": {"type": "INT64", "index": 7, "name": "owner_id", "comment": null}, "portal_id": {"type": "INT64", "index": 8, "name": "portal_id", "comment": null}, "timestamp": {"type": "DATETIME", "index": 9, "name": "timestamp", "comment": null}, "type": {"type": "STRING", "index": 10, "name": "type", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 11400.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.engagement"}, "source.hubspot_source.hubspot.ticket": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "ticket_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "DATETIME", "index": 1, "name": "_fivetran_synced", "comment": null}, "id": {"type": "INT64", "index": 2, "name": "id", "comment": null}, "is_deleted": {"type": "BOOL", "index": 3, "name": "is_deleted", "comment": null}, "property_closed_date": {"type": "DATETIME", "index": 4, "name": "property_closed_date", "comment": null}, "property_createdate": {"type": "DATETIME", "index": 5, "name": "property_createdate", "comment": null}, "property_first_agent_reply_date": {"type": "DATETIME", "index": 6, "name": "property_first_agent_reply_date", "comment": null}, "property_hs_pipeline": {"type": "INT64", "index": 7, "name": "property_hs_pipeline", "comment": null}, "property_hs_pipeline_stage": {"type": "INT64", "index": 8, "name": "property_hs_pipeline_stage", "comment": null}, "property_hs_ticket_category": {"type": "STRING", "index": 9, "name": "property_hs_ticket_category", "comment": null}, "property_hs_ticket_priority": {"type": "INT64", "index": 10, "name": "property_hs_ticket_priority", "comment": null}, "property_hubspot_owner_id": {"type": "INT64", "index": 11, "name": "property_hubspot_owner_id", "comment": null}, "property_subject": {"type": "STRING", "index": 12, "name": "property_subject", "comment": null}, "property_content": {"type": "STRING", "index": 13, "name": "property_content", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2918.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 24.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.hubspot_source.hubspot.ticket"}, "source.hubspot_source.hubspot.email_event_spam_report": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_spam_report_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "ip_address": {"type": "INT64", "index": 3, "name": "ip_address", "comment": null}, "user_agent": {"type": "INT64", "index": 4, "name": "user_agent", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2016.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 32.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.hubspot_source.hubspot.email_event_spam_report"}, "source.hubspot_source.hubspot.email_event": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_data", "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}, "app_id": {"type": "INT64", "index": 3, "name": "app_id", "comment": null}, "caused_by_created": {"type": "TIMESTAMP", "index": 4, "name": "caused_by_created", "comment": null}, "caused_by_id": {"type": "INT64", "index": 5, "name": "caused_by_id", "comment": null}, "created": {"type": "TIMESTAMP", "index": 6, "name": "created", "comment": null}, "email_campaign_id": {"type": "INT64", "index": 7, "name": "email_campaign_id", "comment": null}, "obsoleted_by_created": {"type": "TIMESTAMP", "index": 8, "name": "obsoleted_by_created", "comment": null}, "obsoleted_by_id": {"type": "INT64", "index": 9, "name": "obsoleted_by_id", "comment": null}, "portal_id": {"type": "INT64", "index": 10, "name": "portal_id", "comment": null}, "sent_by_created": {"type": "TIMESTAMP", "index": 11, "name": "sent_by_created", "comment": null}, "sent_by_id": {"type": "STRING", "index": 12, "name": "sent_by_id", "comment": null}, "type": {"type": "STRING", "index": 13, "name": "type", "comment": null}, "filtered_event": {"type": "BOOL", "index": 14, "name": "filtered_event", "comment": null}, "recipient": {"type": "STRING", "index": 15, "name": "recipient", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 15720.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.email_event"}, "source.hubspot_source.hubspot.ticket_contact": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "ticket_contact_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"_fivetran_synced": {"type": "STRING", "index": 1, "name": "_fivetran_synced", "comment": null}, "ticket_id": {"type": "INT64", "index": 2, "name": "ticket_id", "comment": null}, "contact_id": {"type": "INT64", "index": 3, "name": "contact_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 369.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 9.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.hubspot_source.hubspot.ticket_contact"}, "source.hubspot_source.hubspot.email_event_open": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_open_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "duration": {"type": "INT64", "index": 3, "name": "duration", "comment": null}, "browser": {"type": "STRING", "index": 4, "name": "browser", "comment": null}, "ip_address": {"type": "INT64", "index": 5, "name": "ip_address", "comment": null}, "location": {"type": "STRING", "index": 6, "name": "location", "comment": null}, "user_agent": {"type": "STRING", "index": 7, "name": "user_agent", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 14900.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.email_event_open"}, "source.hubspot_source.hubspot.engagement_note": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "engagement_note_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"engagement_id": {"type": "INT64", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "body": {"type": "STRING", "index": 3, "name": "body", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 5900.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.engagement_note"}, "source.hubspot_source.hubspot.engagement_task": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "engagement_task_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"engagement_id": {"type": "INT64", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "completion_date": {"type": "STRING", "index": 3, "name": "completion_date", "comment": null}, "for_object_type": {"type": "STRING", "index": 4, "name": "for_object_type", "comment": null}, "is_all_day": {"type": "INT64", "index": 5, "name": "is_all_day", "comment": null}, "priority": {"type": "STRING", "index": 6, "name": "priority", "comment": null}, "probability_to_complete": {"type": "INT64", "index": 7, "name": "probability_to_complete", "comment": null}, "status": {"type": "STRING", "index": 8, "name": "status", "comment": null}, "subject": {"type": "STRING", "index": 9, "name": "subject", "comment": null}, "task_type": {"type": "STRING", "index": 10, "name": "task_type", "comment": null}, "body": {"type": "STRING", "index": 11, "name": "body", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 10474.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.engagement_task"}, "source.hubspot_source.hubspot.email_event_print": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_print_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "browser": {"type": "STRING", "index": 3, "name": "browser", "comment": null}, "ip_address": {"type": "INT64", "index": 4, "name": "ip_address", "comment": null}, "location": {"type": "STRING", "index": 5, "name": "location", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 705.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.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.hubspot_source.hubspot.email_event_print"}, "source.hubspot_source.hubspot.engagement_contact": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "engagement_contact_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"contact_id": {"type": "INT64", "index": 1, "name": "contact_id", "comment": null}, "engagement_id": {"type": "INT64", "index": 2, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 4072.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.engagement_contact"}, "source.hubspot_source.hubspot.email_event_click": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "email_event_click_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 2, "name": "_fivetran_synced", "comment": null}, "referer": {"type": "INT64", "index": 3, "name": "referer", "comment": null}, "browser": {"type": "STRING", "index": 4, "name": "browser", "comment": null}, "location": {"type": "STRING", "index": 5, "name": "location", "comment": null}, "ip_address": {"type": "INT64", "index": 6, "name": "ip_address", "comment": null}, "url": {"type": "STRING", "index": 7, "name": "url", "comment": null}, "user_agent": {"type": "STRING", "index": 8, "name": "user_agent", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 16700.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.email_event_click"}, "source.hubspot_source.hubspot.deal_pipeline": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "deal_pipeline_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"pipeline_id": {"type": "STRING", "index": 1, "name": "pipeline_id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "STRING", "index": 3, "name": "_fivetran_synced", "comment": null}, "active": {"type": "BOOL", "index": 4, "name": "active", "comment": null}, "display_order": {"type": "INT64", "index": 5, "name": "display_order", "comment": null}, "label": {"type": "STRING", "index": 6, "name": "label", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 485.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 6.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.hubspot_source.hubspot.deal_pipeline"}, "source.hubspot_source.hubspot.engagement_email": {"metadata": {"type": "table", "schema": "hubspot_source_integration_tests_2", "name": "engagement_email_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"engagement_id": {"type": "INT64", "index": 1, "name": "engagement_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "attached_video_id": {"type": "INT64", "index": 3, "name": "attached_video_id", "comment": null}, "attached_video_opened": {"type": "BOOL", "index": 4, "name": "attached_video_opened", "comment": null}, "attached_video_watched": {"type": "BOOL", "index": 5, "name": "attached_video_watched", "comment": null}, "email_send_event_id_created": {"type": "TIMESTAMP", "index": 6, "name": "email_send_event_id_created", "comment": null}, "email_send_event_id_id": {"type": "INT64", "index": 7, "name": "email_send_event_id_id", "comment": null}, "error_message": {"type": "INT64", "index": 8, "name": "error_message", "comment": null}, "facsimile_send_id": {"type": "STRING", "index": 9, "name": "facsimile_send_id", "comment": null}, "logged_from": {"type": "STRING", "index": 10, "name": "logged_from", "comment": null}, "media_processing_status": {"type": "STRING", "index": 11, "name": "media_processing_status", "comment": null}, "message_id": {"type": "STRING", "index": 12, "name": "message_id", "comment": null}, "post_send_status": {"type": "STRING", "index": 13, "name": "post_send_status", "comment": null}, "recipient_drop_reasons": {"type": "INT64", "index": 14, "name": "recipient_drop_reasons", "comment": null}, "sent_via": {"type": "STRING", "index": 15, "name": "sent_via", "comment": null}, "status": {"type": "STRING", "index": 16, "name": "status", "comment": null}, "thread_id": {"type": "STRING", "index": 17, "name": "thread_id", "comment": null}, "tracker_key": {"type": "STRING", "index": 18, "name": "tracker_key", "comment": null}, "validation_skipped": {"type": "STRING", "index": 19, "name": "validation_skipped", "comment": null}, "from_email": {"type": "STRING", "index": 20, "name": "from_email", "comment": null}, "from_first_name": {"type": "STRING", "index": 21, "name": "from_first_name", "comment": null}, "from_last_name": {"type": "STRING", "index": 22, "name": "from_last_name", "comment": null}, "html": {"type": "STRING", "index": 23, "name": "html", "comment": null}, "subject": {"type": "STRING", "index": 24, "name": "subject", "comment": null}, "text": {"type": "STRING", "index": 25, "name": "text", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 34107.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.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.hubspot_source.hubspot.engagement_email"}}, "errors": null} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 182b6b4..0807e63 100644 --- a/docs/index.html +++ b/docs/index.html @@ -90,13 +90,13 @@ https://github.com/jquery/jquery/blob/master/src/event.js */var r=function(e,t){this.recycle(e,t)};function i(){return!1}function o(){return!0}r.prototype={instanceString:function(){return"event"},recycle:function(e,t){if(this.isImmediatePropagationStopped=this.isPropagationStopped=this.isDefaultPrevented=i,null!=e&&e.preventDefault?(this.type=e.type,this.isDefaultPrevented=e.defaultPrevented?o:i):null!=e&&e.type?t=e:this.type=e,null!=t&&(this.originalEvent=t.originalEvent,this.type=null!=t.type?t.type:this.type,this.cy=t.cy,this.target=t.target,this.position=t.position,this.renderedPosition=t.renderedPosition,this.namespace=t.namespace,this.layout=t.layout),null!=this.cy&&null!=this.position&&null==this.renderedPosition){var n=this.position,r=this.cy.zoom(),a=this.cy.pan();this.renderedPosition={x:n.x*r+a.x,y:n.y*r+a.y}}this.timeStamp=e&&e.timeStamp||Date.now()},preventDefault:function(){this.isDefaultPrevented=o;var e=this.originalEvent;e&&e.preventDefault&&e.preventDefault()},stopPropagation:function(){this.isPropagationStopped=o;var e=this.originalEvent;e&&e.stopPropagation&&e.stopPropagation()},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=o,this.stopPropagation()},isDefaultPrevented:i,isPropagationStopped:i,isImmediatePropagationStopped:i},e.exports=r},function(e,t,n){"use strict";var r=n(1);e.exports=function(e,t){var n=e.cy().hasCompoundNodes();function i(e){var t=e.pstyle("z-compound-depth");return"auto"===t.value?n?e.zDepth():0:"bottom"===t.value?-1:"top"===t.value?r.MAX_INT:0}var o=i(e)-i(t);if(0!==o)return o;function a(e){return"auto"===e.pstyle("z-index-compare").value&&e.isNode()?1:0}var s=a(e)-a(t);if(0!==s)return s;var l=e.pstyle("z-index").value-t.pstyle("z-index").value;return 0!==l?l:e.poolIndex()-t.poolIndex()}},function(e,t,n){"use strict";var r=n(0),i=n(1),o=n(6),a=function e(t){if(!(this instanceof e))return new e(t);r.core(t)?(this._private={cy:t,coreStyle:{}},this.length=0,this.resetToDefault()):i.error("A style must have a core reference")},s=a.prototype;s.instanceString=function(){return"style"},s.clear=function(){for(var e=0;e=e.deqFastCost*m)break}else if(o){if(h>=e.deqCost*c||h>=e.deqAvgCost*l)break}else if(g>=e.deqNoDrawCost*(1e3/60))break;var v=e.deq(t,f,d);if(!(v.length>0))break;for(var b=0;b0&&(e.onDeqd(t,u),!o&&e.shouldRedraw(t,u,f,d)&&i())}),o(t))}}}}},function(e,t,n){"use strict";var r=n(0),i=n(12),o=n(94),a=n(136),s=function(e){return void 0===e&&(e={}),r.plainObject(e)?new i(e):r.string(e)?o.apply(o,arguments):void 0};s.use=function(e){var t=Array.prototype.slice.call(arguments,1);return t.unshift(s),e.apply(null,t),this},s.version=n(137),s.stylesheet=s.Stylesheet=a,e.exports=s},function(e,t,n){"use strict";var r=n(0);e.exports={hex2tuple:function(e){if((4===e.length||7===e.length)&&"#"===e[0]){var t=void 0,n=void 0,r=void 0;return 4===e.length?(t=parseInt(e[1]+e[1],16),n=parseInt(e[2]+e[2],16),r=parseInt(e[3]+e[3],16)):(t=parseInt(e[1]+e[2],16),n=parseInt(e[3]+e[4],16),r=parseInt(e[5]+e[6],16)),[t,n,r]}},hsl2tuple:function(e){var t=void 0,n=void 0,r=void 0,i=void 0,o=void 0,a=void 0,s=void 0,l=void 0;function c(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}var u=new RegExp("^"+this.regex.hsla+"$").exec(e);if(u){if((n=parseInt(u[1]))<0?n=(360- -1*n%360)%360:n>360&&(n%=360),n/=360,(r=parseFloat(u[2]))<0||r>100)return;if(r/=100,(i=parseFloat(u[3]))<0||i>100)return;if(i/=100,void 0!==(o=u[4])&&((o=parseFloat(o))<0||o>1))return;if(0===r)a=s=l=Math.round(255*i);else{var d=i<.5?i*(1+r):i+r-i*r,f=2*i-d;a=Math.round(255*c(f,d,n+1/3)),s=Math.round(255*c(f,d,n)),l=Math.round(255*c(f,d,n-1/3))}t=[a,s,l,o]}return t},rgb2tuple:function(e){var t=void 0,n=new RegExp("^"+this.regex.rgba+"$").exec(e);if(n){t=[];for(var r=[],i=1;i<=3;i++){var o=n[i];if("%"===o[o.length-1]&&(r[i]=!0),o=parseFloat(o),r[i]&&(o=o/100*255),o<0||o>255)return;t.push(Math.floor(o))}var a=r[1]||r[2]||r[3],s=r[1]&&r[2]&&r[3];if(a&&!s)return;var l=n[4];if(void 0!==l){if((l=parseFloat(l))<0||l>1)return;t.push(l)}}return t},colorname2tuple:function(e){return this.colors[e.toLowerCase()]},color2tuple:function(e){return(r.array(e)?e:null)||this.colorname2tuple(e)||this.hex2tuple(e)||this.rgb2tuple(e)||this.hsl2tuple(e)},colors:{transparent:[0,0,0,0],aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],grey:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}}},function(e,t,n){"use strict";var r=n(0);e.exports={mapEmpty:function(e){return null==e||0===Object.keys(e).length},pushMap:function(e){var t=this.getMap(e);null==t?this.setMap(this.extend({},e,{value:[e.value]})):t.push(e.value)},setMap:function(e){for(var t=e.map,n=e.keys,i=n.length,o=0;ot?1:0}e.exports={sort:{ascending:r,descending:function(e,t){return-1*r(e,t)}}}},function(e,t,n){"use strict";function r(){this._obj={}}var i=r.prototype;i.set=function(e,t){this._obj[e]=t},i.delete=function(e){this._obj[e]=null},i.has=function(e){return null!=this._obj[e]},i.get=function(e){return this._obj[e]},e.exports=r},function(e,t,n){"use strict";var r=n(1),i={};[n(30),n(31),n(33),n(34),n(35),n(36),n(37),n(38),n(39),n(40),n(41)].forEach((function(e){r.extend(i,e)})),e.exports=i},function(e,t,n){"use strict";var r=n(0),i=function(e){return e={bfs:e.bfs||!e.dfs,dfs:e.dfs||!e.bfs},function(t,n,i){var o;r.plainObject(t)&&!r.elementOrCollection(t)&&(t=(o=t).roots||o.root,n=o.visit,i=o.directed),i=2!==arguments.length||r.fn(n)?i:n,n=r.fn(n)?n:function(){};for(var a,s=this._private.cy,l=t=r.string(t)?this.filter(t):t,c=[],u=[],d={},f={},p={},h=0,g=this.nodes(),m=this.edges(),v=0;v0;){var y=g.pop(),x=p(y),w=y.id();if(u[w]=x,x!==1/0){var k=y.neighborhood().intersect(f);for(m=0;m0)for(n.unshift(t);c[i.id()];){var o=c[i.id()];n.unshift(o.edge),n.unshift(o.node),i=o.node}return a.collection(n)}}}};e.exports=o},function(e,t){e.exports=n},function(e,t,n){"use strict";var r=n(0),i={kruskal:function(e){var t=this.cy();function n(e){for(var t=0;t0;){var y=n(p,v),x=i.getElementById(p[y]),w=x.id();if(b++,w==d){var k=t(u,d,h,[]);return{found:!0,distance:m[w],path:this.spawn(k),steps:b}}f.push(w),p.splice(y,1);for(var A=x._private.edges,E=0;Eb&&(u[m][v]=b,p[m][v]=v,h[m][v]=o[c])}if(!i)for(c=0;cb&&(u[m][v]=b,p[m][v]=v,h[m][v]=o[c]);for(var y=0;yu&&(u=t)},f=function(e){return c[e]},p=0;p0?S.edgesTo(E)[0]:E.edgesTo(S)[0]);E=E.id(),y[E]>y[k]+$&&(y[E]=y[k]+$,x.nodes.indexOf(E)<0?x.push(E):x.updateItem(E),b[E]=0,v[E]=[]),y[E]==y[k]+$&&(b[E]=b[E]+b[k],v[E].push(k))}else for(A=0;A0;)for(E=m.pop(),A=0;A0:void 0}},clearQueue:function(){return function(){var e=void 0!==this.length?this:[this];if(!(this._private.cy||this).styleEnabled())return this;for(var t=0;t0&&this.spawn(n).updateStyle().emit("class"),t},addClass:function(e){return this.toggleClass(e,!0)},hasClass:function(e){var t=this[0];return null!=t&&t._private.classes.has(e)},toggleClass:function(e,t){for(var n=e.match(/\S+/g)||[],r=[],i=0,o=this.length;i0&&this.spawn(r).updateStyle().emit("class"),this},removeClass:function(e){return this.toggleClass(e,!1)},flashClass:function(e,t){var n=this;if(null==t)t=250;else if(0===t)return n;return n.addClass(e),setTimeout((function(){n.removeClass(e)}),t),n}};e.exports=i},function(e,t,n){"use strict";n(0);var r=n(6),i={allAre:function(e){var t=new r(e);return this.every((function(e){return t.matches(e)}))},is:function(e){var t=new r(e);return this.some((function(e){return t.matches(e)}))},some:function(e,t){for(var n=0;n\\?\\@\\[\\]\\^\\`\\{\\|\\}\\~]",comparatorOp:"=|\\!=|>|>=|<|<=|\\$=|\\^=|\\*=",boolOp:"\\?|\\!|\\^",string:"\"(?:\\\\\"|[^\"])*\"|'(?:\\\\'|[^'])*'",number:n(1).regex.number,meta:"degree|indegree|outdegree",separator:"\\s*,\\s*",descendant:"\\s+",child:"\\s+>\\s+",subject:"\\$",group:"node|edge|\\*",directedEdge:"\\s+->\\s+",undirectedEdge:"\\s+<->\\s+"};r.variable="(?:[\\w-]|(?:\\\\"+r.metaChar+"))+",r.value=r.string+"|"+r.number,r.className=r.variable,r.id=r.variable,function(){var e=void 0,t=void 0,n=void 0;for(e=r.comparatorOp.split("|"),n=0;n=0||"="!==t&&(r.comparatorOp+="|\\!"+t)}(),e.exports=r},function(e,t,n){"use strict";var r=n(15).stateSelectorMatches,i=n(0),o=function(e,t){for(var n=!0,r=0;r=0&&(d=d.toLowerCase(),f=f.toLowerCase(),a=a.replace("@",""),p=!0);var h=!1;a.indexOf("!")>=0&&(a=a.replace("!",""),h=!0),p&&(s=f.toLowerCase(),u=d.toLowerCase());var g=!1;switch(a){case"*=":c=d.indexOf(f)>=0;break;case"$=":c=d.indexOf(f,d.length-f.length)>=0;break;case"^=":c=0===d.indexOf(f);break;case"=":c=u===s;break;case">":g=!0,c=u>s;break;case">=":g=!0,c=u>=s;break;case"<":g=!0,c=u0;){var u=o.shift();t(u),a.add(u.id()),s&&i(o,a,u)}return e}function a(e,t,n){if(n.isParent())for(var r=n._private.children,i=0;i1&&void 0!==arguments[1])||arguments[1];return o(this,e,t,a)},i.forEachUp=function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return o(this,e,t,s)},i.forEachUpAndDown=function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return o(this,e,t,l)},i.ancestors=i.parents,e.exports=i},function(e,t,n){"use strict";var r,i=n(4),o=void 0;(o=r={data:i.data({field:"data",bindingEvent:"data",allowBinding:!0,allowSetting:!0,settingEvent:"data",settingTriggersEvent:!0,triggerFnName:"trigger",allowGetting:!0,immutableKeys:{id:!0,source:!0,target:!0,parent:!0},updateStyle:!0}),removeData:i.removeData({field:"data",event:"data",triggerFnName:"trigger",triggerEvent:!0,immutableKeys:{id:!0,source:!0,target:!0,parent:!0},updateStyle:!0}),scratch:i.data({field:"scratch",bindingEvent:"scratch",allowBinding:!0,allowSetting:!0,settingEvent:"scratch",settingTriggersEvent:!0,triggerFnName:"trigger",allowGetting:!0,updateStyle:!0}),removeScratch:i.removeData({field:"scratch",event:"scratch",triggerFnName:"trigger",triggerEvent:!0,updateStyle:!0}),rscratch:i.data({field:"rscratch",allowBinding:!1,allowSetting:!0,settingTriggersEvent:!1,allowGetting:!0}),removeRscratch:i.removeData({field:"rscratch",triggerEvent:!1}),id:function(){var e=this[0];if(e)return e._private.data.id}}).attr=o.data,o.removeAttr=o.removeData,e.exports=r},function(e,t,n){"use strict";var r=n(1),i={};function o(e){return function(t){if(void 0===t&&(t=!0),0!==this.length&&this.isNode()&&!this.removed()){for(var n=0,r=this[0],i=r._private.edges,o=0;ot})),minIndegree:a("indegree",(function(e,t){return et})),minOutdegree:a("outdegree",(function(e,t){return et}))}),r.extend(i,{totalDegree:function(e){for(var t=0,n=this.nodes(),r=0;r0,d=u;u&&(c=c[0]);var f=d?c.position():{x:0,y:0};return i={x:l.x-f.x,y:l.y-f.y},void 0===e?i:i[e]}for(var p=0;p0,v=m;m&&(g=g[0]);var b=v?g.position():{x:0,y:0};void 0!==t?h.position(e,t+b[e]):void 0!==i&&h.position({x:i.x+b.x,y:i.y+b.y})}}else if(!a)return;return this}}).modelPosition=s.point=s.position,s.modelPositions=s.points=s.positions,s.renderedPoint=s.renderedPosition,s.relativePoint=s.relativePosition,e.exports=r},function(e,t,n){"use strict";var r=n(0),i=n(1),o=n(2),a=void 0,s=void 0;a=s={},s.renderedBoundingBox=function(e){var t=this.boundingBox(e),n=this.cy(),r=n.zoom(),i=n.pan(),o=t.x1*r+i.x,a=t.x2*r+i.x,s=t.y1*r+i.y,l=t.y2*r+i.y;return{x1:o,x2:a,y1:s,y2:l,w:a-o,h:l-s}},s.dirtyCompoundBoundsCache=function(){var e=this.cy();return e.styleEnabled()&&e.hasCompoundNodes()?(this.forEachUp((function(e){e._private.compoundBoundsClean=!1,e.isParent()&&e.emit("bounds")})),this):this},s.updateCompoundBounds=function(){var e=this.cy();if(!e.styleEnabled()||!e.hasCompoundNodes())return this;if(e.batching())return this;var t=[];function n(e){if(e.isParent()){var n=e._private,r=e.children(),i="include"===e.pstyle("compound-sizing-wrt-labels").value,o={width:{val:e.pstyle("min-width").pfValue,left:e.pstyle("min-width-bias-left"),right:e.pstyle("min-width-bias-right")},height:{val:e.pstyle("min-height").pfValue,top:e.pstyle("min-height-bias-top"),bottom:e.pstyle("min-height-bias-bottom")}},a=r.boundingBox({includeLabels:i,includeOverlays:!1,useCache:!1}),s=n.position;0!==a.w&&0!==a.h||((a={w:e.pstyle("width").pfValue,h:e.pstyle("height").pfValue}).x1=s.x-a.w/2,a.x2=s.x+a.w/2,a.y1=s.y-a.h/2,a.y2=s.y+a.h/2);var l=o.width.left.value;"px"===o.width.left.units&&o.width.val>0&&(l=100*l/o.width.val);var c=o.width.right.value;"px"===o.width.right.units&&o.width.val>0&&(c=100*c/o.width.val);var u=o.height.top.value;"px"===o.height.top.units&&o.height.val>0&&(u=100*u/o.height.val);var d=o.height.bottom.value;"px"===o.height.bottom.units&&o.height.val>0&&(d=100*d/o.height.val);var f=b(o.width.val-a.w,l,c),p=f.biasDiff,h=f.biasComplementDiff,g=b(o.height.val-a.h,u,d),m=g.biasDiff,v=g.biasComplementDiff;n.autoPadding=function(e,t,n,r){if("%"!==n.units)return"px"===n.units?n.pfValue:0;switch(r){case"width":return e>0?n.pfValue*e:0;case"height":return t>0?n.pfValue*t:0;case"average":return e>0&&t>0?n.pfValue*(e+t)/2:0;case"min":return e>0&&t>0?e>t?n.pfValue*t:n.pfValue*e:0;case"max":return e>0&&t>0?e>t?n.pfValue*e:n.pfValue*t:0;default:return 0}}(a.w,a.h,e.pstyle("padding"),e.pstyle("padding-relative-to").value),n.autoWidth=Math.max(a.w,o.width.val),s.x=(-p+a.x1+a.x2+h)/2,n.autoHeight=Math.max(a.h,o.height.val),s.y=(-m+a.y1+a.y2+v)/2,t.push(e)}function b(e,t,n){var r=0,i=0,o=t+n;return e>0&&o>0&&(r=t/o*e,i=n/o*e),{biasDiff:r,biasComplementDiff:i}}}for(var r=0;re.x2?r:e.x2,e.y1=ne.y2?i:e.y2)},u=function(e,t,n){return i.getPrefixedProperty(e,t,n)},d=function(e,t,n){if(!t.cy().headless()){var r=t._private.rstyle,i=r.arrowWidth/2,o=void 0,a=void 0;"none"!==t.pstyle(n+"-arrow-shape").value&&("source"===n?(o=r.srcX,a=r.srcY):"target"===n?(o=r.tgtX,a=r.tgtY):(o=r.midX,a=r.midY),c(e,o-i,a-i,o+i,a+i))}},f=function(e,t,n){if(!t.cy().headless()){var r=void 0;r=n?n+"-":"";var i=t._private,o=i.rstyle;if(t.pstyle(r+"label").strValue){var a=t.pstyle("text-halign"),s=t.pstyle("text-valign"),l=u(o,"labelWidth",n),d=u(o,"labelHeight",n),f=u(o,"labelX",n),p=u(o,"labelY",n),h=t.pstyle(r+"text-margin-x").pfValue,g=t.pstyle(r+"text-margin-y").pfValue,m=t.isEdge(),v=t.pstyle(r+"text-rotation"),b=t.pstyle("text-outline-width").pfValue,y=t.pstyle("text-border-width").pfValue/2,x=t.pstyle("text-background-padding").pfValue,w=d+2*x,k=l+2*x,A=k/2,E=w/2,S=void 0,$=void 0,C=void 0,_=void 0;if(m)S=f-A,$=f+A,C=p-E,_=p+E;else{switch(a.value){case"left":S=f-k,$=f;break;case"center":S=f-A,$=f+A;break;case"right":S=f,$=f+k}switch(s.value){case"top":C=p-w,_=p;break;case"center":C=p-E,_=p+E;break;case"bottom":C=p,_=p+w}}var O=m&&"autorotate"===v.strValue,j=null!=v.pfValue&&0!==v.pfValue;if(O||j){var T=O?u(i.rstyle,"labelAngle",n):v.pfValue,P=Math.cos(T),D=Math.sin(T),R=function(e,t){return{x:(e-=f)*P-(t-=p)*D+f,y:e*D+t*P+p}},I=R(S,C),N=R(S,_),M=R($,C),z=R($,_);S=Math.min(I.x,N.x,M.x,z.x),$=Math.max(I.x,N.x,M.x,z.x),C=Math.min(I.y,N.y,M.y,z.y),_=Math.max(I.y,N.y,M.y,z.y)}S+=h-Math.max(b,y),$+=h+Math.max(b,y),C+=g-Math.max(b,y),_+=g+Math.max(b,y),c(e,S,C,$,_)}return e}},p=function(e){return e?"t":"f"},h=function(e){var t="";return t+=p(e.incudeNodes),t+=p(e.includeEdges),t+=p(e.includeLabels),t+=p(e.includeOverlays)},g=function(e,t){var n=e._private,r=void 0,i=e.cy().headless(),a=t===m?v:h(t);return t.useCache&&!i&&n.bbCache&&n.bbCache[a]?r=n.bbCache[a]:(r=function(e,t){var n=e._private.cy,r=n.styleEnabled(),i=n.headless(),a={x1:1/0,y1:1/0,x2:-1/0,y2:-1/0},s=e._private,u=r?e.pstyle("display").value:"element",p=e.isNode(),h=e.isEdge(),g=void 0,m=void 0,v=void 0,b=void 0,y=void 0,x=void 0,w="none"!==u;if(w){var k=0;r&&t.includeOverlays&&0!==e.pstyle("overlay-opacity").value&&(k=e.pstyle("overlay-padding").value);var A=0;if(r&&(A=e.pstyle("width").pfValue/2),p&&t.includeNodes){var E=e.position();y=E.x,x=E.y;var S=e.outerWidth()/2,$=e.outerHeight()/2;c(a,g=y-S-k,v=x-$-k,m=y+S+k,b=x+$+k)}else if(h&&t.includeEdges){var C=s.rstyle||{};if(r&&!i&&(g=Math.min(C.srcX,C.midX,C.tgtX),m=Math.max(C.srcX,C.midX,C.tgtX),v=Math.min(C.srcY,C.midY,C.tgtY),b=Math.max(C.srcY,C.midY,C.tgtY),c(a,g-=A,v-=A,m+=A,b+=A)),r&&!i&&"haystack"===e.pstyle("curve-style").strValue){var _=C.haystackPts||[];if(g=_[0].x,v=_[0].y,g>(m=_[1].x)){var O=g;g=m,m=O}if(v>(b=_[1].y)){var j=v;v=b,b=j}c(a,g-A,v-A,m+A,b+A)}else{for(var T=C.bezierPts||C.linePts||[],P=0;P(m=I.x)){var N=g;g=m,m=N}if((v=R.y)>(b=I.y)){var M=v;v=b,b=M}c(a,g-=A,v-=A,m+=A,b+=A)}}}if(r&&t.includeEdges&&h&&(d(a,e,"mid-source"),d(a,e,"mid-target"),d(a,e,"source"),d(a,e,"target")),r&&"yes"===e.pstyle("ghost").value){var z=e.pstyle("ghost-offset-x").pfValue,L=e.pstyle("ghost-offset-y").pfValue;c(a,a.x1+z,a.y1+L,a.x2+z,a.y2+L)}r&&(g=a.x1,m=a.x2,v=a.y1,b=a.y2,c(a,g-k,v-k,m+k,b+k)),r&&t.includeLabels&&(f(a,e,null),h&&(f(a,e,"source"),f(a,e,"target")))}return a.x1=l(a.x1),a.y1=l(a.y1),a.x2=l(a.x2),a.y2=l(a.y2),a.w=l(a.x2-a.x1),a.h=l(a.y2-a.y1),a.w>0&&a.h>0&&w&&o.expandBoundingBox(a,1),a}(e,t),i||(n.bbCache=n.bbCache||{},n.bbCache[a]=r)),r},m={includeNodes:!0,includeEdges:!0,includeLabels:!0,includeOverlays:!0,useCache:!0},v=h(m);function b(e){return{includeNodes:i.default(e.includeNodes,m.includeNodes),includeEdges:i.default(e.includeEdges,m.includeEdges),includeLabels:i.default(e.includeLabels,m.includeLabels),includeOverlays:i.default(e.includeOverlays,m.includeOverlays),useCache:i.default(e.useCache,m.useCache)}}s.boundingBox=function(e){if(1===this.length&&this[0]._private.bbCache&&(void 0===e||void 0===e.useCache||!0===e.useCache))return e=void 0===e?m:b(e),g(this[0],e);var t={x1:1/0,y1:1/0,x2:-1/0,y2:-1/0},n=b(e=e||i.staticEmptyObject()),r=this.cy().styleEnabled();r&&this.recalculateRenderedStyle(n.useCache),this.updateCompoundBounds();for(var o,a,s={},u=0;u1&&!a){var s=this.length-1,l=this[s],c=l._private.data.id;this[s]=void 0,this[o]=l,r.set(c,{ele:l,index:o})}return this.length--,this},unmerge:function(e){var t=this._private.cy;if(!e)return this;if(e&&r.string(e)){var n=e;e=t.mutableElements().filter(n)}for(var i=0;in&&(n=a,r=o)}return{value:n,ele:r}},min:function(e,t){for(var n=1/0,r=void 0,i=0;i=0&&i0&&t.push(u[0]),t.push(s[0])}return this.spawn(t,{unique:!0}).filter(e)}),"neighborhood"),closedNeighborhood:function(e){return this.neighborhood().add(this).filter(e)},openNeighborhood:function(e){return this.neighborhood(e)}}),o.neighbourhood=o.neighborhood,o.closedNeighbourhood=o.closedNeighborhood,o.openNeighbourhood=o.openNeighborhood,r.extend(o,{source:a((function(e){var t=this[0],n=void 0;return t&&(n=t._private.source||t.cy().collection()),n&&e?n.filter(e):n}),"source"),target:a((function(e){var t=this[0],n=void 0;return t&&(n=t._private.target||t.cy().collection()),n&&e?n.filter(e):n}),"target"),sources:u({attr:"source"}),targets:u({attr:"target"})}),r.extend(o,{edgesWith:a(d(),"edgesWith"),edgesTo:a(d({thisIsSrc:!0}),"edgesTo")}),r.extend(o,{connectedEdges:a((function(e){for(var t=[],n=0;n0);return i.map((function(e){var t=e.connectedEdges().stdFilter((function(t){return e.anySame(t.source())&&e.anySame(t.target())}));return e.union(t)}))}}),e.exports=o},function(e,t,n){"use strict";var r=n(0),i=n(1),o=n(7),a=n(14),s={add:function(e){var t=void 0,n=this;if(r.elementOrCollection(e)){var s=e;if(s._private.cy===n)t=s.restore();else{for(var l=[],c=0;c=0;t--)(0,e[t])();e.splice(0,e.length)},p=s.length-1;p>=0;p--){var h=s[p],g=h._private;g.stopped?(s.splice(p,1),g.hooked=!1,g.playing=!1,g.started=!1,f(g.frames)):(g.playing||g.applying)&&(g.playing&&g.applying&&(g.applying=!1),g.started||i(t,h,e,n),r(t,h,e,n),g.applying&&(g.applying=!1),f(g.frames),h.completed()&&(s.splice(p,1),g.hooked=!1,g.playing=!1,g.started=!1,f(g.completes)),c=!0)}return n||0!==s.length||0!==l.length||o.push(t),c}for(var s=!1,l=0;l0?(n.dirtyCompoundBoundsCache(),t.notify({type:"draw",eles:n})):t.notify({type:"draw"})),n.unmerge(o),t.emit("step")}},function(e,t,n){"use strict";var r=n(73),i=n(76),o=n(0);function a(e,t){return!!(null!=e&&null!=t&&(o.number(e)&&o.number(t)||e&&t))}e.exports=function(e,t,n,s){var l=!s,c=e._private,u=t._private,d=u.easing,f=u.startTime,p=(s?e:e.cy()).style();if(!u.easingImpl)if(null==d)u.easingImpl=r.linear;else{var h=void 0;h=o.string(d)?p.parse("transition-timing-function",d).value:d;var g=void 0,m=void 0;o.string(h)?(g=h,m=[]):(g=h[1],m=h.slice(2).map((function(e){return+e}))),m.length>0?("spring"===g&&m.push(u.duration),u.easingImpl=r[g].apply(null,m)):u.easingImpl=r[g]}var v=u.easingImpl,b=void 0;if(b=0===u.duration?1:(n-f)/u.duration,u.applying&&(b=u.progress),b<0?b=0:b>1&&(b=1),null==u.delay){var y=u.startPosition,x=u.position;if(x&&l&&!e.locked()){var w=e.position();a(y.x,x.x)&&(w.x=i(y.x,x.x,b,v)),a(y.y,x.y)&&(w.y=i(y.y,x.y,b,v)),e.emit("position")}var k=u.startPan,A=u.pan,E=c.pan,S=null!=A&&s;S&&(a(k.x,A.x)&&(E.x=i(k.x,A.x,b,v)),a(k.y,A.y)&&(E.y=i(k.y,A.y,b,v)),e.emit("pan"));var $=u.startZoom,C=u.zoom,_=null!=C&&s;_&&(a($,C)&&(c.zoom=i($,C,b,v)),e.emit("zoom")),(S||_)&&e.emit("viewport");var O=u.style;if(O&&O.length>0&&l){for(var j=0;j0?i=l:r=l}while(Math.abs(o)>a&&++c=o?b(t,s):0===u?s:x(t,r,r+c)}var k=!1;function A(){k=!0,e===t&&n===r||y()}var E=function(i){return k||A(),e===t&&n===r?i:0===i?0:1===i?1:m(w(i),t,r)};E.getControlPoints=function(){return[{x:e,y:t},{x:n,y:r}]};var S="generateBezier("+[e,t,n,r]+")";return E.toString=function(){return S},E}},function(e,t,n){"use strict"; -/*! Runge-Kutta spring physics function generator. Adapted from Framer.js, copyright Koen Bok. MIT License: http://en.wikipedia.org/wiki/MIT_License */var r=function(){function e(e){return-e.tension*e.x-e.friction*e.v}function t(t,n,r){var i={x:t.x+r.dx*n,v:t.v+r.dv*n,tension:t.tension,friction:t.friction};return{dx:i.v,dv:e(i)}}function n(n,r){var i={dx:n.v,dv:e(n)},o=t(n,.5*r,i),a=t(n,.5*r,o),s=t(n,r,a),l=1/6*(i.dx+2*(o.dx+a.dx)+s.dx),c=1/6*(i.dv+2*(o.dv+a.dv)+s.dv);return n.x=n.x+l*r,n.v=n.v+c*r,n}return function e(t,r,i){var o,a={x:-1,v:0,tension:null,friction:null},s=[0],l=0,c=void 0,u=void 0;for(t=parseFloat(t)||500,r=parseFloat(r)||20,i=i||null,a.tension=t,a.friction=r,c=(o=null!==i)?(l=e(t,r))/i*.016:.016;u=n(u||a,c),s.push(1+u.x),l+=16,Math.abs(u.x)>1e-4&&Math.abs(u.v)>1e-4;);return o?function(e){return s[e*(s.length-1)|0]}:l}}();e.exports=r},function(e,t,n){"use strict";var r=n(0);function i(e,t,n,r,i){if(1===r)return n;var o=i(t,n,r);return null==e||((e.roundValue||e.color)&&(o=Math.round(o)),void 0!==e.min&&(o=Math.max(o,e.min)),void 0!==e.max&&(o=Math.min(o,e.max))),o}function o(e,t){return null!=e.pfValue||null!=e.value?null==e.pfValue||null!=t&&"%"===t.type.units?e.value:e.pfValue:e}e.exports=function(e,t,n,a,s){var l=null!=s?s.type:null;n<0?n=0:n>1&&(n=1);var c=o(e,s),u=o(t,s);if(r.number(c)&&r.number(u))return i(l,c,u,n,a);if(r.array(c)&&r.array(u)){for(var d=[],f=0;f0},startBatch:function(){var e=this._private;return null==e.batchCount&&(e.batchCount=0),0===e.batchCount&&(e.batchingStyle=e.batchingNotify=!0,e.batchStyleEles=this.collection(),e.batchNotifyEles=this.collection(),e.batchNotifyTypes=[],e.batchNotifyTypes.ids={}),e.batchCount++,this},endBatch:function(){var e=this._private;return e.batchCount--,0===e.batchCount&&(e.batchingStyle=!1,e.batchStyleEles.updateStyle(),e.batchingNotify=!1,this.notify({type:e.batchNotifyTypes,eles:e.batchNotifyEles})),this},batch:function(e){return this.startBatch(),e(),this.endBatch(),this},batchData:function(e){var t=this;return this.batch((function(){for(var n=Object.keys(e),r=0;r0;)e.removeChild(e.childNodes[0]);this._private.renderer=null},onRender:function(e){return this.on("render",e)},offRender:function(e){return this.off("render",e)}};i.invalidateDimensions=i.resize,e.exports=i},function(e,t,n){"use strict";var r=n(0),i=n(7),o={collection:function(e,t){return r.string(e)?this.$(e):r.elementOrCollection(e)?e.collection():r.array(e)?new i(this,e,t):new i(this)},nodes:function(e){var t=this.$((function(e){return e.isNode()}));return e?t.filter(e):t},edges:function(e){var t=this.$((function(e){return e.isEdge()}));return e?t.filter(e):t},$:function(e){var t=this._private.elements;return e?t.filter(e):t.spawnSelf()},mutableElements:function(){return this._private.elements}};o.elements=o.filter=o.$,e.exports=o},function(e,t,n){"use strict";var r=n(0),i=n(18),o={style:function(e){return e&&this.setStyle(e).update(),this._private.style},setStyle:function(e){var t=this._private;return r.stylesheet(e)?t.style=e.generateStyle(this):r.array(e)?t.style=i.fromJson(this,e):r.string(e)?t.style=i.fromString(this,e):t.style=i(this),t.style}};e.exports=o},function(e,t,n){"use strict";var r=n(1),i=n(0),o=n(5),a={apply:function(e){var t=this._private,n=t.cy.collection();t.newStyle&&(t.contextStyles={},t.propDiffs={},this.cleanElements(e,!0));for(var r=0;r0;if(c||u){var d=void 0;c&&u||c?d=l.properties:u&&(d=l.mappedProperties);for(var f=0;f0){n=!0;break}t.hasPie=n;var i=e.pstyle("text-transform").strValue,o=e.pstyle("label").strValue,a=e.pstyle("source-label").strValue,s=e.pstyle("target-label").strValue,l=e.pstyle("font-style").strValue,c=e.pstyle("font-size").pfValue+"px",u=e.pstyle("font-family").strValue,d=e.pstyle("font-weight").strValue,f=l+"$"+c+"$"+u+"$"+d+"$"+i+"$"+e.pstyle("text-valign").strValue+"$"+e.pstyle("text-valign").strValue+"$"+e.pstyle("text-outline-width").pfValue+"$"+e.pstyle("text-wrap").strValue+"$"+e.pstyle("text-max-width").pfValue;t.labelStyleKey=f,t.sourceLabelKey=f+"$"+a,t.targetLabelKey=f+"$"+s,t.labelKey=f+"$"+o,t.fontKey=l+"$"+d+"$"+c+"$"+u,t.styleKey=Date.now()}},applyParsedProperty:function(e,t){var n=this,o=t,a=e._private.style,s=void 0,l=n.types,c=n.properties[o.name].type,u=o.bypass,d=a[o.name],f=d&&d.bypass,p=e._private,h=function(){n.checkZOrderTrigger(e,o.name,d?d.value:null,o.value)};if("curve-style"===t.name&&"haystack"===t.value&&e.isEdge()&&(e.isLoop()||e.source().isParent()||e.target().isParent())&&(o=t=this.parse(t.name,"bezier",u)),o.delete)return a[o.name]=void 0,h(),!0;if(o.deleteBypassed)return d?!!d.bypass&&(d.bypassed=void 0,h(),!0):(h(),!0);if(o.deleteBypass)return d?!!d.bypass&&(a[o.name]=d.bypassed,h(),!0):(h(),!0);var g=function(){r.error("Do not assign mappings to elements without corresponding data (e.g. ele `"+e.id()+"` for property `"+o.name+"` with data field `"+o.field+"`); try a `["+o.field+"]` selector to limit scope to elements with `"+o.field+"` defined")};switch(o.mapped){case l.mapData:for(var m=o.field.split("."),v=p.data,b=0;b1&&(y=1),c.color){var x=o.valueMin[0],w=o.valueMax[0],k=o.valueMin[1],A=o.valueMax[1],E=o.valueMin[2],S=o.valueMax[2],$=null==o.valueMin[3]?1:o.valueMin[3],C=null==o.valueMax[3]?1:o.valueMax[3],_=[Math.round(x+(w-x)*y),Math.round(k+(A-k)*y),Math.round(E+(S-E)*y),Math.round($+(C-$)*y)];s={bypass:o.bypass,name:o.name,value:_,strValue:"rgb("+_[0]+", "+_[1]+", "+_[2]+")"}}else{if(!c.number)return!1;var O=o.valueMin+(o.valueMax-o.valueMin)*y;s=this.parse(o.name,O,o.bypass,"mapping")}s||(s=this.parse(o.name,d.strValue,o.bypass,"mapping")),s||g(),s.mapping=o,o=s;break;case l.data:var j=o.field.split("."),T=p.data;if(T)for(var P=0;P0&&l>0){for(var u={},d=!1,f=0;f0?e.delayAnimation(c).play().promise().then(t):t()})).then((function(){return e.animation({style:u,duration:l,easing:e.pstyle("transition-timing-function").value,queue:!1}).play().promise()})).then((function(){r.removeBypasses(e,s),e.emitAndNotify("style"),a.transitioning=!1}))}else a.transitioning&&(this.removeBypasses(e,s),e.emitAndNotify("style"),a.transitioning=!1)},checkZOrderTrigger:function(e,t,n,r){var i=this.properties[t];null==i.triggersZOrder||null!=n&&!i.triggersZOrder(n,r)||this._private.cy.notify({type:"zorder",eles:e})}};e.exports=a},function(e,t,n){"use strict";var r=n(0),i=n(1),o={applyBypass:function(e,t,n,o){var a=[];if("*"===t||"**"===t){if(void 0!==n)for(var s=0;sn.length?t.substr(n.length):""}function l(){o=o.length>a.length?o.substr(a.length):""}for(t=t.replace(/[/][*](\s|.)+?[*][/]/g,"");!t.match(/^\s*$/);){var c=t.match(/^\s*((?:.|\s)+?)\s*\{((?:.|\s)+?)\}/);if(!c){r.error("Halting stylesheet parsing: String stylesheet contains more to parse but no selector and block found in: "+t);break}n=c[0];var u=c[1];if("core"!==u&&new i(u)._private.invalid)r.error("Skipping parsing of block: Invalid selector found in string stylesheet: "+u),s();else{var d=c[2],f=!1;o=d;for(var p=[];!o.match(/^\s*$/);){var h=o.match(/^\s*(.+?)\s*:\s*(.+?)\s*;/);if(!h){r.error("Skipping parsing of block: Invalid formatting of style property and value definitions found in:"+d),f=!0;break}a=h[0];var g=h[1],m=h[2];this.properties[g]?this.parse(g,m)?(p.push({name:g,val:m}),l()):(r.error("Skipping property: Invalid property definition in: "+a),l()):(r.error("Skipping property: Invalid property name in: "+a),l())}if(f){s();break}this.selector(u);for(var v=0;v node").css({shape:"rectangle",padding:10,"background-color":"#eee","border-color":"#ccc","border-width":1}).selector("edge").css({width:3,"curve-style":"haystack"}).selector(":parent <-> node").css({"curve-style":"bezier","source-endpoint":"outside-to-line","target-endpoint":"outside-to-line"}).selector(":selected").css({"background-color":"#0169D9","line-color":"#0169D9","source-arrow-color":"#0169D9","target-arrow-color":"#0169D9","mid-source-arrow-color":"#0169D9","mid-target-arrow-color":"#0169D9"}).selector("node:parent:selected").css({"background-color":"#CCE1F9","border-color":"#aec8e5"}).selector(":active").css({"overlay-color":"black","overlay-padding":10,"overlay-opacity":.25}).selector("core").css({"selection-box-color":"#ddd","selection-box-opacity":.65,"selection-box-border-color":"#aaa","selection-box-border-width":1,"active-bg-color":"black","active-bg-opacity":.15,"active-bg-size":30,"outside-texture-bg-color":"#000","outside-texture-bg-opacity":.125}),this.defaultLength=this.length},e.exports=o},function(e,t,n){"use strict";var r=n(1),i=n(0),o=n(2),a={parse:function(e,t,n,o){if(i.fn(t))return this.parseImplWarn(e,t,n,o);var a=[e,t,n,"mapping"===o||!0===o||!1===o||null==o?"dontcare":o].join("$"),s=this.propCache=this.propCache||{},l=void 0;return(l=s[a])||(l=s[a]=this.parseImplWarn(e,t,n,o)),(n||"mapping"===o)&&(l=r.copy(l))&&(l.value=r.copy(l.value)),l},parseImplWarn:function(e,t,n,i){var o=this.parseImpl(e,t,n,i);return o||null==t||r.error("The style property `%s: %s` is invalid",e,t),o},parseImpl:function(e,t,n,a){e=r.camel2dash(e);var s=this.properties[e],l=t,c=this.types;if(!s)return null;if(void 0===t)return null;s.alias&&(s=s.pointsTo,e=s.name);var u=i.string(t);u&&(t=t.trim());var d=s.type;if(!d)return null;if(n&&(""===t||null===t))return{name:e,value:t,bypass:!0,deleteBypass:!0};if(i.fn(t))return{name:e,value:t,strValue:"fn",mapped:c.fn,bypass:n};var f=void 0,p=void 0;if(!u||a);else{if(f=new RegExp(c.data.regex).exec(t)){if(n)return!1;var h=c.data;return{name:e,value:f,strValue:""+t,mapped:h,field:f[1],bypass:n}}if(p=new RegExp(c.mapData.regex).exec(t)){if(n)return!1;if(d.multiple)return!1;var g=c.mapData;if(!d.color&&!d.number)return!1;var m=this.parse(e,p[4]);if(!m||m.mapped)return!1;var v=this.parse(e,p[5]);if(!v||v.mapped)return!1;if(m.value===v.value)return!1;if(d.color){var b=m.value,y=v.value;if(!(b[0]!==y[0]||b[1]!==y[1]||b[2]!==y[2]||b[3]!==y[3]&&(null!=b[3]&&1!==b[3]||null!=y[3]&&1!==y[3])))return!1}return{name:e,value:p,strValue:""+t,mapped:g,field:p[1],fieldMin:parseFloat(p[2]),fieldMax:parseFloat(p[3]),valueMin:m.value,valueMax:v.value,bypass:n}}}if(d.multiple&&"multiple"!==a){var x=void 0;if(x=u?t.split(/\s+/):i.array(t)?t:[t],d.evenMultiple&&x.length%2!=0)return null;for(var w=[],k=[],A=[],E=!1,S=0;Sd.max||d.strictMax&&t===d.max))return null;var P={name:e,value:t,strValue:""+t+(_||""),units:_,bypass:n};return d.unitless||"px"!==_&&"em"!==_?P.pfValue=t:P.pfValue="px"!==_&&_?this.getEmSizeInPixels()*t:t,"ms"!==_&&"s"!==_||(P.pfValue="ms"===_?t:1e3*t),"deg"!==_&&"rad"!==_||(P.pfValue="rad"===_?t:o.deg2rad(t)),"%"===_&&(P.pfValue=t/100),P}if(d.propList){var D=[],R=""+t;if("none"===R);else{for(var I=R.split(","),N=0;N0&&s>0&&!isNaN(n.w)&&!isNaN(n.h)&&n.w>0&&n.h>0)return{zoom:l=(l=(l=Math.min((a-2*t)/n.w,(s-2*t)/n.h))>this._private.maxZoom?this._private.maxZoom:l)t.maxZoom?t.maxZoom:s)t.maxZoom||!t.zoomingEnabled?a=!0:(t.zoom=l,o.push("zoom"))}if(i&&(!a||!e.cancelOnFailedZoom)&&t.panningEnabled){var c=e.pan;r.number(c.x)&&(t.pan.x=c.x,s=!1),r.number(c.y)&&(t.pan.y=c.y,s=!1),s||o.push("pan")}return o.length>0&&(o.push("viewport"),this.emit(o.join(" ")),this.notify({type:"viewport"})),this},center:function(e){var t=this.getCenterPan(e);return t&&(this._private.pan=t,this.emit("pan viewport"),this.notify({type:"viewport"})),this},getCenterPan:function(e,t){if(this._private.panningEnabled){if(r.string(e)){var n=e;e=this.mutableElements().filter(n)}else r.elementOrCollection(e)||(e=this.mutableElements());if(0!==e.length){var i=e.boundingBox(),o=this.width(),a=this.height();return{x:(o-(t=void 0===t?this._private.zoom:t)*(i.x1+i.x2))/2,y:(a-t*(i.y1+i.y2))/2}}}},reset:function(){return this._private.panningEnabled&&this._private.zoomingEnabled?(this.viewport({pan:{x:0,y:0},zoom:1}),this):this},invalidateSize:function(){this._private.sizeCache=null},size:function(){var e,t,n=this._private,r=n.container;return n.sizeCache=n.sizeCache||(r?(e=i.getComputedStyle(r),t=function(t){return parseFloat(e.getPropertyValue(t))},{width:r.clientWidth-t("padding-left")-t("padding-right"),height:r.clientHeight-t("padding-top")-t("padding-bottom")}):{width:1,height:1})},width:function(){return this.size().width},height:function(){return this.size().height},extent:function(){var e=this._private.pan,t=this._private.zoom,n=this.renderedExtent(),r={x1:(n.x1-e.x)/t,x2:(n.x2-e.x)/t,y1:(n.y1-e.y)/t,y2:(n.y2-e.y)/t};return r.w=r.x2-r.x1,r.h=r.y2-r.y1,r},renderedExtent:function(){var e=this.width(),t=this.height();return{x1:0,y1:0,x2:e,y2:t,w:e,h:t}}};a.centre=a.center,a.autolockNodes=a.autolock,a.autoungrabifyNodes=a.autoungrabify,e.exports=a},function(e,t,n){"use strict";var r=n(1),i=n(4),o=n(7),a=n(12),s=n(95),l=n(0),c=n(11),u={},d={};function f(e,t,n){var s=n,d=function(n){r.error("Can not register `"+t+"` for `"+e+"` since `"+n+"` already exists in the prototype and can not be overridden")};if("core"===e){if(a.prototype[t])return d(t);a.prototype[t]=n}else if("collection"===e){if(o.prototype[t])return d(t);o.prototype[t]=n}else if("layout"===e){for(var f=function(e){this.options=e,n.call(this,e),l.plainObject(this._private)||(this._private={}),this._private.cy=e.cy,this._private.listeners=[],this.createEmitter()},h=f.prototype=Object.create(n.prototype),g=[],m=0;m0;)m();c=n.collection();for(var v=function(e){var t=h[e],n=t.maxDegree(!1),r=t.filter((function(e){return e.degree(!1)===n}));c=c.add(r)},b=0;by.length-1;)y.push([]);y[J].push(X),Z.depth=J,Z.index=y[J].length-1}N()}var K=0;if(t.avoidOverlap)for(var ee=0;eec||0===t)&&(r+=l/u,i++)}return r/=i=Math.max(1,i),0===i&&(r=void 0),ie[e.id()]=r,r},ae=function(e,t){return oe(e)-oe(t)},se=0;se<3;se++){for(var le=0;le0&&y[0].length<=3?u/2:0),f=2*Math.PI/y[i].length*o;return 0===i&&1===y[0].length&&(d=1),{x:de+d*Math.cos(f),y:fe+d*Math.sin(f)}}return{x:de+(o+1-(a+1)/2)*s,y:(i+1)*c}}var p={x:de+(o+1-(a+1)/2)*s,y:(i+1)*c};return p},he={},ge=y.length-1;ge>=0;ge--)for(var me=y[ge],ve=0;ve1&&t.avoidOverlap){p*=1.75;var b=Math.cos(d)-Math.cos(0),y=Math.sin(d)-Math.sin(0),x=Math.sqrt(p*p/(b*b+y*y));f=Math.max(x,f)}return s.layoutPositions(this,t,(function(e,n){var r=t.startAngle+n*d*(a?1:-1),i=f*Math.cos(r),o=f*Math.sin(r);return{x:c+i,y:u+o}})),this},e.exports=s},function(e,t,n){"use strict";var r=n(1),i=n(2),o={fit:!0,padding:30,startAngle:1.5*Math.PI,sweep:void 0,clockwise:!0,equidistant:!1,minNodeSpacing:10,boundingBox:void 0,avoidOverlap:!0,nodeDimensionsIncludeLabels:!1,height:void 0,width:void 0,spacingFactor:void 0,concentric:function(e){return e.degree()},levelWidth:function(e){return e.maxDegree()/4},animate:!1,animationDuration:500,animationEasing:void 0,animateFilter:function(e,t){return!0},ready:void 0,stop:void 0,transform:function(e,t){return t}};function a(e){this.options=r.extend({},o,e)}a.prototype.run=function(){for(var e=this.options,t=e,n=void 0!==t.counterclockwise?!t.counterclockwise:t.clockwise,r=e.cy,o=t.eles.nodes().not(":parent"),a=i.makeBoundingBox(t.boundingBox?t.boundingBox:{x1:0,y1:0,w:r.width(),h:r.height()}),s=a.x1+a.w/2,l=a.y1+a.h/2,c=[],u=(t.startAngle,0),d=0;d0&&Math.abs(b[0].value-x.value)>=m&&(b=[],v.push(b)),b.push(x)}var w=u+t.minNodeSpacing;if(!t.avoidOverlap){var k=v.length>0&&v[0].length>1,A=(Math.min(a.w,a.h)/2-w)/(v.length+k?1:0);w=Math.min(w,A)}for(var E=0,S=0;S1&&t.avoidOverlap){var O=Math.cos(_)-Math.cos(0),j=Math.sin(_)-Math.sin(0),T=Math.sqrt(w*w/(O*O+j*j));E=Math.max(T,E)}$.r=E,E+=w}if(t.equidistant){for(var P=0,D=0,R=0;R0)var c=(f=r.nodeOverlap*s)*i/(b=Math.sqrt(i*i+o*o)),d=f*o/b;else{var f,p=u(e,i,o),h=u(t,-1*i,-1*o),g=h.x-p.x,m=h.y-p.y,v=g*g+m*m,b=Math.sqrt(v);c=(f=(e.nodeRepulsion+t.nodeRepulsion)/v)*g/b,d=f*m/b}e.isLocked||(e.offsetX-=c,e.offsetY-=d),t.isLocked||(t.offsetX+=c,t.offsetY+=d)}},l=function(e,t,n,r){if(n>0)var i=e.maxX-t.minX;else i=t.maxX-e.minX;if(r>0)var o=e.maxY-t.minY;else o=t.maxY-e.minY;return i>=0&&o>=0?Math.sqrt(i*i+o*o):0},u=function(e,t,n){var r=e.positionX,i=e.positionY,o=e.height||1,a=e.width||1,s=n/t,l=o/a,c={};return 0===t&&0n?(c.x=r,c.y=i+o/2,c):0t&&-1*l<=s&&s<=l?(c.x=r-a/2,c.y=i-a*n/2/t,c):0=l)?(c.x=r+o*t/2/n,c.y=i+o/2,c):0>n&&(s<=-1*l||s>=l)?(c.x=r-o*t/2/n,c.y=i-o/2,c):c},d=function(e,t){for(var n=0;n1){var h=t.gravity*d/p,g=t.gravity*f/p;u.offsetX+=h,u.offsetY+=g}}}}},p=function(e,t){var n=[],r=0,i=-1;for(n.push.apply(n,e.graphSet[0]),i+=e.graphSet[0].length;r<=i;){var o=n[r++],a=e.idToIndex[o],s=e.layoutNodes[a],l=s.children;if(0n)var i={x:n*e/r,y:n*t/r};else i={x:e,y:t};return i},m=function e(t,n){var r=t.parentId;if(null!=r){var i=n.layoutNodes[n.idToIndex[r]],o=!1;return(null==i.maxX||t.maxX+i.padRight>i.maxX)&&(i.maxX=t.maxX+i.padRight,o=!0),(null==i.minX||t.minX-i.padLefti.maxY)&&(i.maxY=t.maxY+i.padBottom,o=!0),(null==i.minY||t.minY-i.padTopg&&(f+=h+t.componentSpacing,d=0,p=0,h=0)}}}(0,i),r})).then((function(e){d.layoutNodes=e.layoutNodes,o.stop(),b()}));var b=function(){!0===e.animate||!1===e.animate?v({force:!0,next:function(){n.one("layoutstop",e.stop),n.emit({type:"layoutstop",layout:n})}}):e.eles.nodes().layoutPositions(n,e,(function(e){var t=d.layoutNodes[d.idToIndex[e.data("id")]];return{x:t.positionX,y:t.positionY}}))};return this},c.prototype.stop=function(){return this.stopped=!0,this.thread&&this.thread.stop(),this.emit("layoutstop"),this},c.prototype.destroy=function(){return this.thread&&this.thread.stop(),this};var u=function(e,t,n){for(var r=n.eles.edges(),i=n.eles.nodes(),s={isCompound:e.hasCompoundNodes(),layoutNodes:[],idToIndex:{},nodeSize:i.size(),graphSet:[],indexToGraph:[],layoutEdges:[],edgeSize:r.size(),temperature:n.initialTemp,clientWidth:e.width(),clientHeight:e.width(),boundingBox:o.makeBoundingBox(n.boundingBox?n.boundingBox:{x1:0,y1:0,w:e.width(),h:e.height()})},l=n.eles.components(),c={},u=0;u0)for(s.graphSet.push(A),u=0;ur.count?0:r.graph},f=function e(t,n,r,i){var o=i.graphSet[r];if(-1a){var h=u(),g=d();(h-1)*g>=a?u(h-1):(g-1)*h>=a&&d(g-1)}else for(;c*l=a?d(v+1):u(m+1)}var b=o.w/c,y=o.h/l;if(t.condense&&(b=0,y=0),t.avoidOverlap)for(var x=0;x=c&&(T=0,j++)},D={},R=0;R(r=i.sqdistToFiniteLine(e,t,w[k],w[k+1],w[k+2],w[k+3])))return b(n,r),!0}else if("bezier"===a.edgeType||"multibezier"===a.edgeType||"self"===a.edgeType||"compound"===a.edgeType)for(w=a.allpts,k=0;k+5(r=i.sqdistToQuadraticBezier(e,t,w[k],w[k+1],w[k+2],w[k+3],w[k+4],w[k+5])))return b(n,r),!0;v=v||o.source,x=x||o.target;var A=l.getArrowWidth(s,u),E=[{name:"source",x:a.arrowStartX,y:a.arrowStartY,angle:a.srcArrowAngle},{name:"target",x:a.arrowEndX,y:a.arrowEndY,angle:a.tgtArrowAngle},{name:"mid-source",x:a.midX,y:a.midY,angle:a.midsrcArrowAngle},{name:"mid-target",x:a.midX,y:a.midY,angle:a.midtgtArrowAngle}];for(k=0;k0&&(y(v),y(x))}function w(e,t,n){return o.getPrefixedProperty(e,t,n)}function k(n,r){var o,a=n._private,s=m;o=r?r+"-":"";var l=n.pstyle(o+"label").value;if("yes"===n.pstyle("text-events").strValue&&l){var c=a.rstyle,u=n.pstyle("text-border-width").pfValue,d=n.pstyle("text-background-padding").pfValue,f=w(c,"labelWidth",r)+u+2*s+2*d,p=w(c,"labelHeight",r)+u+2*s+2*d,h=w(c,"labelX",r),g=w(c,"labelY",r),v=w(a.rscratch,"labelAngle",r),y=h-f/2,x=h+f/2,k=g-p/2,A=g+p/2;if(v){var E=Math.cos(v),S=Math.sin(v),$=function(e,t){return{x:(e-=h)*E-(t-=g)*S+h,y:e*S+t*E+g}},C=$(y,k),_=$(y,A),O=$(x,k),j=$(x,A),T=[C.x,C.y,O.x,O.y,j.x,j.y,_.x,_.y];if(i.pointInsidePolygonPoints(e,t,T))return b(n),!0}else{var P={w:f,h:p,x1:y,x2:x,y1:k,y2:A};if(i.inBoundingBox(P,e,t))return b(n),!0}}}n&&(u=u.interactive);for(var A=u.length-1;A>=0;A--){var E=u[A];E.isNode()?y(E)||k(E):x(E)||k(E)||k(E,"source")||k(E,"target")}return d},getAllInBox:function(e,t,n,r){var o=this.getCachedZSortedEles().interactive,a=[],s=Math.min(e,n),l=Math.max(e,n),c=Math.min(t,r),u=Math.max(t,r);e=s,n=l,t=c,r=u;for(var d=i.makeBoundingBox({x1:e,y1:t,x2:n,y2:r}),f=0;fb?b+"$-$"+v:v+"$-$"+b,g&&(t="unbundled$-$"+h.id);var y=u[t];null==y&&(y=u[t]=[],d.push(t)),y.push(Bt),g&&(y.hasUnbundled=!0),m&&(y.hasBezier=!0)}else f.push(Bt)}for(var x=0;xGt.id()){var k=Ht;Ht=Gt,Gt=k}Wt=Ht.position(),Yt=Gt.position(),Xt=Ht.outerWidth(),Qt=Ht.outerHeight(),Zt=Gt.outerWidth(),Jt=Gt.outerHeight(),n=l.nodeShapes[this.getNodeShape(Ht)],o=l.nodeShapes[this.getNodeShape(Gt)],s=!1;var A={north:0,west:0,south:0,east:0,northwest:0,southwest:0,northeast:0,southeast:0},E=Wt.x,S=Wt.y,$=Xt,C=Qt,_=Yt.x,O=Yt.y,j=Zt,T=Jt,P=w.length;for(p=0;p=d||w){p={cp:b,segment:x};break}}if(p)break}b=p.cp;var k=(d-g)/(x=p.segment).length,A=x.t1-x.t0,E=u?x.t0+A*k:x.t1-A*k;E=r.bound(0,E,1),t=r.qbezierPtAt(b.p0,b.p1,b.p2,E),c=function(e,t,n,i){var o=r.bound(0,i-.001,1),a=r.bound(0,i+.001,1),s=r.qbezierPtAt(e,t,n,o),l=r.qbezierPtAt(e,t,n,a);return f(s,l)}(b.p0,b.p1,b.p2,E);break;case"straight":case"segments":case"haystack":var S,$,C,_,O=0,j=i.allpts.length;for(v=0;v+3=d));v+=2);E=(d-$)/S,E=r.bound(0,E,1),t=r.lineAt(C,_,E),c=f(C,_)}l("labelX",o,t.x),l("labelY",o,t.y),l("labelAutoAngle",o,c)}};c("source"),c("target"),this.applyLabelDimensions(e)}},applyLabelDimensions:function(e){this.applyPrefixedLabelDimensions(e),e.isEdge()&&(this.applyPrefixedLabelDimensions(e,"source"),this.applyPrefixedLabelDimensions(e,"target"))},applyPrefixedLabelDimensions:function(e,t){var n=e._private,r=this.getLabelText(e,t),i=this.calculateLabelDimensions(e,r);o.setPrefixedProperty(n.rstyle,"labelWidth",t,i.width),o.setPrefixedProperty(n.rscratch,"labelWidth",t,i.width),o.setPrefixedProperty(n.rstyle,"labelHeight",t,i.height),o.setPrefixedProperty(n.rscratch,"labelHeight",t,i.height)},getLabelText:function(e,t){var n=e._private,r=t?t+"-":"",i=e.pstyle(r+"label").strValue,a=e.pstyle("text-transform").value,s=function(e,r){return r?(o.setPrefixedProperty(n.rscratch,e,t,r),r):o.getPrefixedProperty(n.rscratch,e,t)};"none"==a||("uppercase"==a?i=i.toUpperCase():"lowercase"==a&&(i=i.toLowerCase()));var l=e.pstyle("text-wrap").value;if("wrap"===l){var c=s("labelKey");if(c&&s("labelWrapKey")===c)return s("labelWrapCachedText");for(var u=i.split("\n"),d=e.pstyle("text-max-width").pfValue,f=[],p=0;pd){for(var g=h.split(/\s+/),m="",v=0;vd);k++)x+=i[k],k===i.length-1&&(w=!0);return w||(x+="…"),x}return i},calculateLabelDimensions:function(e,t,n){var r=e._private.labelStyleKey+"$@$"+t;n&&(r+="$@$"+n);var i=this.labelDimCache||(this.labelDimCache={});if(i[r])return i[r];var o=e.pstyle("font-style").strValue,a=1*e.pstyle("font-size").pfValue+"px",s=e.pstyle("font-family").strValue,l=e.pstyle("font-weight").strValue,c=this.labelCalcDiv;c||(c=this.labelCalcDiv=document.createElement("div"),document.body.appendChild(c));var u=c.style;return u.fontFamily=s,u.fontStyle=o,u.fontSize=a,u.fontWeight=l,u.position="absolute",u.left="-9999px",u.top="-9999px",u.zIndex="-1",u.visibility="hidden",u.pointerEvents="none",u.padding="0",u.lineHeight="1","wrap"===e.pstyle("text-wrap").value?u.whiteSpace="pre":u.whiteSpace="normal",c.textContent=t,i[r]={width:Math.ceil(c.clientWidth/1),height:Math.ceil(c.clientHeight/1)},i[r]},calculateLabelAngles:function(e){var t=e._private.rscratch,n=e.isEdge(),r=e.pstyle("text-rotation"),i=r.strValue;"none"===i?t.labelAngle=t.sourceLabelAngle=t.targetLabelAngle=0:n&&"autorotate"===i?(t.labelAngle=Math.atan(t.midDispY/t.midDispX),t.sourceLabelAngle=t.sourceLabelAutoAngle,t.targetLabelAngle=t.targetLabelAutoAngle):t.labelAngle=t.sourceLabelAngle=t.targetLabelAngle="autorotate"===i?0:r.pfValue}};e.exports=a},function(e,t,n){"use strict";var r={getNodeShape:function(e){var t=e.pstyle("shape").value;if(e.isParent())return"rectangle"===t||"roundrectangle"===t||"cutrectangle"===t||"barrel"===t?t:"rectangle";if("polygon"===t){var n=e.pstyle("shape-polygon-points").value;return this.nodeShapes.makePolygon(n).name}return t}};e.exports=r},function(e,t,n){"use strict";var r={registerCalculationListeners:function(){var e=this.cy,t=e.collection(),n=this,r=function(e,n){var r=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];t.merge(e);for(var i=0;i=e.desktopTapThreshold2}var C=n(i);b&&(e.hoverData.tapholdCancelled=!0),s=!0,t(v,["mousemove","vmousemove","tapdrag"],i,{position:{x:p[0],y:p[1]}});var _=function(){e.data.bgActivePosistion=void 0,e.hoverData.selecting||l.emit("boxstart"),m[4]=1,e.hoverData.selecting=!0,e.redrawHint("select",!0),e.redraw()};if(3===e.hoverData.which){if(b){var O={originalEvent:i,type:"cxtdrag",position:{x:p[0],y:p[1]}};x?x.emit(O):l.emit(O),e.hoverData.cxtDragged=!0,e.hoverData.cxtOver&&v===e.hoverData.cxtOver||(e.hoverData.cxtOver&&e.hoverData.cxtOver.emit({originalEvent:i,type:"cxtdragout",position:{x:p[0],y:p[1]}}),e.hoverData.cxtOver=v,v&&v.emit({originalEvent:i,type:"cxtdragover",position:{x:p[0],y:p[1]}}))}}else if(e.hoverData.dragging){if(s=!0,l.panningEnabled()&&l.userPanningEnabled()){var T;if(e.hoverData.justStartedPan){var P=e.hoverData.mdownPos;T={x:(p[0]-P[0])*c,y:(p[1]-P[1])*c},e.hoverData.justStartedPan=!1}else T={x:w[0]*c,y:w[1]*c};l.panBy(T),e.hoverData.dragged=!0}p=e.projectIntoViewport(i.clientX,i.clientY)}else if(1!=m[4]||null!=x&&!x.isEdge()){if(x&&x.isEdge()&&x.active()&&x.unactivate(),x&&x.grabbed()||v==y||(y&&t(y,["mouseout","tapdragout"],i,{position:{x:p[0],y:p[1]}}),v&&t(v,["mouseover","tapdragover"],i,{position:{x:p[0],y:p[1]}}),e.hoverData.last=v),x)if(b){if(l.boxSelectionEnabled()&&C)x&&x.grabbed()&&(f(k),x.emit("free")),_();else if(x&&x.grabbed()&&e.nodeIsDraggable(x)){var D=!e.dragData.didDrag;D&&e.redrawHint("eles",!0),e.dragData.didDrag=!0;var R=[];e.hoverData.draggingEles||u(l.collection(k),{inDragLayer:!0});for(var I=0;I0&&e.redrawHint("eles",!0),e.dragData.possibleDragElements=l=[]),t(s,["mouseup","tapend","vmouseup"],r,{position:{x:o[0],y:o[1]}}),e.dragData.didDrag||e.hoverData.dragged||e.hoverData.selecting||e.hoverData.isOverThresholdDrag||t(c,["click","tap","vclick"],r,{position:{x:o[0],y:o[1]}}),s!=c||e.dragData.didDrag||e.hoverData.selecting||null!=s&&s._private.selectable&&(e.hoverData.dragging||("additive"===i.selectionType()||u?s.selected()?s.unselect():s.select():u||(i.$(":selected").unmerge(s).unselect(),s.select())),e.redrawHint("eles",!0)),e.hoverData.selecting){var h=i.collection(e.getAllInBox(a[0],a[1],a[2],a[3]));e.redrawHint("select",!0),h.length>0&&e.redrawHint("eles",!0),i.emit("boxend");var g=function(e){return e.selectable()&&!e.selected()};"additive"===i.selectionType()||u||i.$(":selected").unmerge(h).unselect(),h.emit("box").stdFilter(g).select().emit("boxselect"),e.redraw()}if(e.hoverData.dragging&&(e.hoverData.dragging=!1,e.redrawHint("select",!0),e.redrawHint("eles",!0),e.redraw()),!a[4]){e.redrawHint("drag",!0),e.redrawHint("eles",!0);var m=c&&c.grabbed();f(l),m&&c.emit("free")}}a[4]=0,e.hoverData.down=null,e.hoverData.cxtStarted=!1,e.hoverData.draggingEles=!1,e.hoverData.selecting=!1,e.hoverData.isOverThresholdDrag=!1,e.dragData.didDrag=!1,e.hoverData.dragged=!1,e.hoverData.dragDelta=[],e.hoverData.mdownPos=null,e.hoverData.mdownGPos=null}}),!1),e.registerBinding(e.container,"wheel",(function(t){if(!e.scrollingPage){var n,r=e.cy,i=e.projectIntoViewport(t.clientX,t.clientY),o=[i[0]*r.zoom()+r.pan().x,i[1]*r.zoom()+r.pan().y];e.hoverData.draggingEles||e.hoverData.dragging||e.hoverData.cxtStarted||0!==e.selection[4]?t.preventDefault():r.panningEnabled()&&r.userPanningEnabled()&&r.zoomingEnabled()&&r.userZoomingEnabled()&&(t.preventDefault(),e.data.wheelZooming=!0,clearTimeout(e.data.wheelTimeout),e.data.wheelTimeout=setTimeout((function(){e.data.wheelZooming=!1,e.redrawHint("eles",!0),e.redraw()}),150),n=null!=t.deltaY?t.deltaY/-250:null!=t.wheelDeltaY?t.wheelDeltaY/1e3:t.wheelDelta/1e3,n*=e.wheelSensitivity,1===t.deltaMode&&(n*=33),r.zoom({level:r.zoom()*Math.pow(10,n),renderedPosition:{x:o[0],y:o[1]}}))}}),!0),e.registerBinding(window,"scroll",(function(t){e.scrollingPage=!0,clearTimeout(e.scrollingPageTimeout),e.scrollingPageTimeout=setTimeout((function(){e.scrollingPage=!1}),250)}),!0),e.registerBinding(e.container,"mouseout",(function(t){var n=e.projectIntoViewport(t.clientX,t.clientY);e.cy.emit({originalEvent:t,type:"mouseout",position:{x:n[0],y:n[1]}})}),!1),e.registerBinding(e.container,"mouseover",(function(t){var n=e.projectIntoViewport(t.clientX,t.clientY);e.cy.emit({originalEvent:t,type:"mouseover",position:{x:n[0],y:n[1]}})}),!1);var T,P,D,R,I=function(e,t,n,r){return Math.sqrt((n-e)*(n-e)+(r-t)*(r-t))},N=function(e,t,n,r){return(n-e)*(n-e)+(r-t)*(r-t)};if(e.registerBinding(e.container,"touchstart",T=function(n){if(j(n)){e.touchData.capture=!0,e.data.bgActivePosistion=void 0;var r=e.cy,i=e.touchData.now,o=e.touchData.earlier;if(n.touches[0]){var a=e.projectIntoViewport(n.touches[0].clientX,n.touches[0].clientY);i[0]=a[0],i[1]=a[1]}if(n.touches[1]&&(a=e.projectIntoViewport(n.touches[1].clientX,n.touches[1].clientY),i[2]=a[0],i[3]=a[1]),n.touches[2]&&(a=e.projectIntoViewport(n.touches[2].clientX,n.touches[2].clientY),i[4]=a[0],i[5]=a[1]),n.touches[1]){f(e.dragData.touchDragEles);var s=e.findContainerClientCoords();S=s[0],$=s[1],C=s[2],_=s[3],v=n.touches[0].clientX-S,b=n.touches[0].clientY-$,y=n.touches[1].clientX-S,x=n.touches[1].clientY-$,O=0<=v&&v<=C&&0<=y&&y<=C&&0<=b&&b<=_&&0<=x&&x<=_;var c=r.pan(),p=r.zoom();if(w=I(v,b,y,x),k=N(v,b,y,x),E=[((A=[(v+y)/2,(b+x)/2])[0]-c.x)/p,(A[1]-c.y)/p],k<4e4&&!n.touches[2]){var h=e.findNearestElement(i[0],i[1],!0,!0),g=e.findNearestElement(i[2],i[3],!0,!0);return h&&h.isNode()?(h.activate().emit({originalEvent:n,type:"cxttapstart",position:{x:i[0],y:i[1]}}),e.touchData.start=h):g&&g.isNode()?(g.activate().emit({originalEvent:n,type:"cxttapstart",position:{x:i[0],y:i[1]}}),e.touchData.start=g):r.emit({originalEvent:n,type:"cxttapstart",position:{x:i[0],y:i[1]}}),e.touchData.start&&(e.touchData.start._private.grabbed=!1),e.touchData.cxt=!0,e.touchData.cxtDragged=!1,e.data.bgActivePosistion=void 0,void e.redraw()}}if(n.touches[2]);else if(n.touches[1]);else if(n.touches[0]){var m=e.findNearestElements(i[0],i[1],!0,!0),T=m[0];if(null!=T&&(T.activate(),e.touchData.start=T,e.touchData.starts=m,e.nodeIsGrabbable(T))){var P=e.dragData.touchDragEles=[],D=null;e.redrawHint("eles",!0),e.redrawHint("drag",!0),T.selected()?(D=r.$((function(t){return t.selected()&&e.nodeIsGrabbable(t)})),u(D,{addToList:P})):d(T,{addToList:P}),l(T);var R=function(e){return{originalEvent:n,type:e,position:{x:i[0],y:i[1]}}};T.emit(R("grabon")),D?D.forEach((function(e){e.emit(R("grab"))})):T.emit(R("grab"))}t(T,["touchstart","tapstart","vmousedown"],n,{position:{x:i[0],y:i[1]}}),null==T&&(e.data.bgActivePosistion={x:a[0],y:a[1]},e.redrawHint("select",!0),e.redraw()),e.touchData.singleTouchMoved=!1,e.touchData.singleTouchStartTime=+new Date,clearTimeout(e.touchData.tapholdTimeout),e.touchData.tapholdTimeout=setTimeout((function(){!1!==e.touchData.singleTouchMoved||e.pinching||e.touchData.selecting||(t(e.touchData.start,["taphold"],n,{position:{x:i[0],y:i[1]}}),e.touchData.start||r.$(":selected").unselect())}),e.tapholdDuration)}if(n.touches.length>=1){for(var M=e.touchData.startPosition=[],z=0;z=e.touchTapThreshold2}if(i&&e.touchData.cxt){n.preventDefault();var D=n.touches[0].clientX-S,R=n.touches[0].clientY-$,M=n.touches[1].clientX-S,z=n.touches[1].clientY-$,L=N(D,R,M,z);if(L/k>=2.25||L>=22500){e.touchData.cxt=!1,e.data.bgActivePosistion=void 0,e.redrawHint("select",!0);var B={originalEvent:n,type:"cxttapend",position:{x:c[0],y:c[1]}};e.touchData.start?(e.touchData.start.unactivate().emit(B),e.touchData.start=null):l.emit(B)}}if(i&&e.touchData.cxt){B={originalEvent:n,type:"cxtdrag",position:{x:c[0],y:c[1]}},e.data.bgActivePosistion=void 0,e.redrawHint("select",!0),e.touchData.start?e.touchData.start.emit(B):l.emit(B),e.touchData.start&&(e.touchData.start._private.grabbed=!1),e.touchData.cxtDragged=!0;var F=e.findNearestElement(c[0],c[1],!0,!0);e.touchData.cxtOver&&F===e.touchData.cxtOver||(e.touchData.cxtOver&&e.touchData.cxtOver.emit({originalEvent:n,type:"cxtdragout",position:{x:c[0],y:c[1]}}),e.touchData.cxtOver=F,F&&F.emit({originalEvent:n,type:"cxtdragover",position:{x:c[0],y:c[1]}}))}else if(i&&n.touches[2]&&l.boxSelectionEnabled())n.preventDefault(),e.data.bgActivePosistion=void 0,this.lastThreeTouch=+new Date,e.touchData.selecting||l.emit("boxstart"),e.touchData.selecting=!0,e.redrawHint("select",!0),s&&0!==s.length&&void 0!==s[0]?(s[2]=(c[0]+c[2]+c[4])/3,s[3]=(c[1]+c[3]+c[5])/3):(s[0]=(c[0]+c[2]+c[4])/3,s[1]=(c[1]+c[3]+c[5])/3,s[2]=(c[0]+c[2]+c[4])/3+1,s[3]=(c[1]+c[3]+c[5])/3+1),s[4]=1,e.touchData.selecting=!0,e.redraw();else if(i&&n.touches[1]&&l.zoomingEnabled()&&l.panningEnabled()&&l.userZoomingEnabled()&&l.userPanningEnabled()){if(n.preventDefault(),e.data.bgActivePosistion=void 0,e.redrawHint("select",!0),ee=e.dragData.touchDragEles){e.redrawHint("drag",!0);for(var q=0;q0)return h[0]}return null},p=Object.keys(d),h=0;h0?f:r.roundRectangleIntersectLine(o,a,e,t,n,i,s)},checkPoint:function(e,t,n,i,o,a,s){var l=r.getRoundRectangleRadius(i,o),c=2*l;if(r.pointInsidePolygon(e,t,this.points,a,s,i,o-c,[0,-1],n))return!0;if(r.pointInsidePolygon(e,t,this.points,a,s,i-c,o,[0,-1],n))return!0;var u=i/2+2*n,d=o/2+2*n,f=[a-u,s-d,a-u,s,a+u,s,a+u,s-d];return!!r.pointInsidePolygonPoints(e,t,f)||!!r.checkInEllipse(e,t,c,c,a+i/2-l,s+o/2-l,n)||!!r.checkInEllipse(e,t,c,c,a-i/2+l,s+o/2-l,n)}}},registerNodeShapes:function(){var e=this.nodeShapes={},t=this;this.generateEllipse(),this.generatePolygon("triangle",r.generateUnitNgonPointsFitToSquare(3,0)),this.generatePolygon("rectangle",r.generateUnitNgonPointsFitToSquare(4,0)),e.square=e.rectangle,this.generateRoundRectangle(),this.generateCutRectangle(),this.generateBarrel(),this.generateBottomRoundrectangle(),this.generatePolygon("diamond",[0,1,1,0,0,-1,-1,0]),this.generatePolygon("pentagon",r.generateUnitNgonPointsFitToSquare(5,0)),this.generatePolygon("hexagon",r.generateUnitNgonPointsFitToSquare(6,0)),this.generatePolygon("heptagon",r.generateUnitNgonPointsFitToSquare(7,0)),this.generatePolygon("octagon",r.generateUnitNgonPointsFitToSquare(8,0));var n=new Array(20),i=r.generateUnitNgonPoints(5,0),o=r.generateUnitNgonPoints(5,Math.PI/5),a=.5*(3-Math.sqrt(5));a*=1.57;for(var s=0;s0&&t.data.lyrTxrCache.invalidateElements(n)}))}l.CANVAS_LAYERS=3,l.SELECT_BOX=0,l.DRAG=1,l.NODE=2,l.BUFFER_COUNT=3,l.TEXTURE_BUFFER=0,l.MOTIONBLUR_BUFFER_NODE=1,l.MOTIONBLUR_BUFFER_DRAG=2,l.redrawHint=function(e,t){var n=this;switch(e){case"eles":n.data.canvasNeedsRedraw[l.NODE]=t;break;case"drag":n.data.canvasNeedsRedraw[l.DRAG]=t;break;case"select":n.data.canvasNeedsRedraw[l.SELECT_BOX]=t}};var u="undefined"!=typeof Path2D;l.path2dEnabled=function(e){if(void 0===e)return this.pathsEnabled;this.pathsEnabled=!!e},l.usePaths=function(){return u&&this.pathsEnabled},[n(126),n(127),n(128),n(129),n(130),n(131),n(132),n(133),n(134),n(135)].forEach((function(e){r.extend(l,e)})),e.exports=s},function(e,t,n){"use strict";var r=n(2),i=n(1),o=n(9),a=n(19),s={dequeue:"dequeue",downscale:"downscale",highQuality:"highQuality"},l=function(e){this.renderer=e,this.onDequeues=[],this.setupDequeueing()},c=l.prototype;c.reasons=s,c.getTextureQueue=function(e){return this.eleImgCaches=this.eleImgCaches||{},this.eleImgCaches[e]=this.eleImgCaches[e]||[]},c.getRetiredTextureQueue=function(e){var t=this.eleImgCaches.retired=this.eleImgCaches.retired||{};return t[e]=t[e]||[]},c.getElementQueue=function(){return this.eleCacheQueue=this.eleCacheQueue||new o((function(e,t){return t.reqs-e.reqs}))},c.getElementIdToQueue=function(){return this.eleIdToCacheQueue=this.eleIdToCacheQueue||{}},c.getElement=function(e,t,n,i,o){var a=this,l=this.renderer,c=e._private.rscratch,u=l.cy.zoom();if(0===t.w||0===t.h||!e.visible())return null;if(null==i&&(i=Math.ceil(r.log2(u*n))),i<-4)i=-4;else if(u>=3.99||i>2)return null;var d,f=Math.pow(2,i),p=t.h*f,h=t.w*f,g=c.imgCaches=c.imgCaches||{},m=g[i];if(m)return m;if(d=p<=25?25:p<=50?50:50*Math.ceil(p/50),p>1024||h>1024||e.isEdge()||e.isParent())return null;var v=a.getTextureQueue(d),b=v[v.length-2],y=function(){return a.recycleTexture(d,h)||a.addTexture(d,h)};b||(b=v[v.length-1]),b||(b=y()),b.width-b.usedWidthi;$--)C=a.getElement(e,t,n,$,s.downscale);_()}else{var O;if(!A&&!E&&!S)for($=i-1;$>=-4;$--){var j;if(j=g[$]){O=j;break}}if(k(O))return a.queueElement(e,i),O;b.context.translate(b.usedWidth,0),b.context.scale(f,f),l.drawElement(b.context,e,t,w),b.context.scale(1/f,1/f),b.context.translate(-b.usedWidth,0)}return m=g[i]={ele:e,x:b.usedWidth,texture:b,level:i,scale:f,width:h,height:p,scaledLabelShown:w},b.usedWidth+=Math.ceil(h+8),b.eleCaches.push(m),a.checkTextureFullness(b),m},c.invalidateElement=function(e){var t=e._private.rscratch.imgCaches;if(t)for(var n=-4;n<=2;n++){var r=t[n];if(r){var o=r.texture;o.invalidatedWidth+=r.width,t[n]=null,i.removeFromArray(o.eleCaches,r),this.removeFromQueue(e),this.checkTextureUtility(o)}}},c.checkTextureUtility=function(e){e.invalidatedWidth>=.5*e.width&&this.retireTexture(e)},c.checkTextureFullness=function(e){var t=this.getTextureQueue(e.height);e.usedWidth/e.width>.8&&e.fullnessChecks>=10?i.removeFromArray(t,e):e.fullnessChecks++},c.retireTexture=function(e){var t=e.height,n=this.getTextureQueue(t);i.removeFromArray(n,e),e.retired=!0;for(var r=e.eleCaches,o=0;o=t)return a.retired=!1,a.usedWidth=0,a.invalidatedWidth=0,a.fullnessChecks=0,i.clearArray(a.eleCaches),a.context.setTransform(1,0,0,1,0,0),a.context.clearRect(0,0,a.width,a.height),i.removeFromArray(r,a),n.push(a),a}},c.queueElement=function(e,t){var n=this.getElementQueue(),r=this.getElementIdToQueue(),i=e.id(),o=r[i];if(o)o.level=Math.max(o.level,t),o.reqs++,n.updateItem(o);else{var a={ele:e,level:t,reqs:1};n.push(a),r[i]=a}},c.dequeue=function(e){for(var t=this.getElementQueue(),n=this.getElementIdToQueue(),r=[],i=0;i<1&&t.size()>0;i++){var o=t.pop(),a=o.ele;if(null==a._private.rscratch.imgCaches[o.level]){n[a.id()]=null,r.push(o);var l=a.boundingBox();this.getElement(a,l,e,o.level,s.dequeue)}}return r},c.removeFromQueue=function(e){var t=this.getElementQueue(),n=this.getElementIdToQueue(),r=n[e.id()];null!=r&&(r.reqs=i.MAX_INT,t.updateItem(r),t.pop(),n[e.id()]=null)},c.onDequeue=function(e){this.onDequeues.push(e)},c.offDequeue=function(e){i.removeFromArray(this.onDequeues,e)},c.setupDequeueing=a.setupDequeueing({deqRedrawThreshold:100,deqCost:.15,deqAvgCost:.1,deqNoDrawCost:.9,deqFastCost:.9,deq:function(e,t,n){return e.dequeue(t,n)},onDeqd:function(e,t){for(var n=0;n=3.99||n>2)return null;o.validateLayersElesOrdering(n,e);var l,c,u=o.layersByLevel,d=Math.pow(2,n),f=u[n]=u[n]||[];if(o.levelIsComplete(n,e))return f;!function(){var t=function(t){if(o.validateLayersElesOrdering(t,e),o.levelIsComplete(t,e))return c=u[t],!0},i=function(e){if(!c)for(var r=n+e;-4<=r&&r<=2&&!t(r);r+=e);};i(1),i(-1);for(var a=f.length-1;a>=0;a--){var s=f[a];s.invalid&&r.removeFromArray(f,s)}}();var p=function(t){var r=(t=t||{}).after;if(function(){if(!l){l=i.makeBoundingBox();for(var t=0;t16e6)return null;var a=o.makeLayer(l,n);if(null!=r){var s=f.indexOf(r)+1;f.splice(s,0,a)}else(void 0===t.insert||t.insert)&&f.unshift(a);return a};if(o.skipping&&!s)return null;for(var h=null,g=e.length/1,m=!s,v=0;v=g||!i.boundingBoxInBoundingBox(h.bb,b.boundingBox()))&&!(h=p({insert:!0,after:h})))return null;c||m?o.queueLayer(h,b):o.drawEleInLayer(h,b,n,t),h.eles.push(b),x[n]=h}}return c||(m?null:f)},c.getEleLevelForLayerLevel=function(e,t){return e},c.drawEleInLayer=function(e,t,n,r){var i=this.renderer,o=e.context,a=t.boundingBox();if(0!==a.w&&0!==a.h&&t.visible()){var s=this.eleTxrCache,l=s.reasons.highQuality;n=this.getEleLevelForLayerLevel(n,r);var c=s.getElement(t,a,null,n,l);c?(f(o,!1),o.drawImage(c.texture.canvas,c.x,0,c.width,c.height,a.x1,a.y1,a.w,a.h),f(o,!0)):i.drawElement(o,t)}},c.levelIsComplete=function(e,t){var n=this.layersByLevel[e];if(!n||0===n.length)return!1;for(var r=0,i=0;i0)return!1;if(o.invalid)return!1;r+=o.eles.length}return r===t.length},c.validateLayersElesOrdering=function(e,t){var n=this.layersByLevel[e];if(n)for(var r=0;r0){e=!0;break}}return e},c.invalidateElements=function(e){var t=this;t.lastInvalidationTime=r.performanceNow(),0!==e.length&&t.haveLayers()&&t.updateElementsInLayers(e,(function(e,n,r){t.invalidateLayer(e)}))},c.invalidateLayer=function(e){if(this.lastInvalidationTime=r.performanceNow(),!e.invalid){var t=e.level,n=e.eles,i=this.layersByLevel[t];r.removeFromArray(i,e),e.elesQueue=[],e.invalid=!0,e.replacement&&(e.replacement.invalid=!0);for(var o=0;o0&&void 0!==arguments[0]?arguments[0]:f;e.lineWidth=h,e.lineCap="butt",i.strokeStyle(e,d[0],d[1],d[2],n),i.drawEdgePath(t,e,o.allpts,p)},m=function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:f;i.drawArrowheads(e,t,n)};if(e.lineJoin="round","yes"===t.pstyle("ghost").value){var v=t.pstyle("ghost-offset-x").pfValue,b=t.pstyle("ghost-offset-y").pfValue,y=t.pstyle("ghost-opacity").value,x=f*y;e.translate(v,b),g(x),m(x),e.translate(-v,-b)}g(),m(),function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:c;e.lineWidth=l,"self"!==o.edgeType||a?e.lineCap="round":e.lineCap="butt",i.strokeStyle(e,u[0],u[1],u[2],n),i.drawEdgePath(t,e,o.allpts,"solid")}(),i.drawElementText(e,t,r),n&&e.translate(s.x1,s.y1)}},drawEdgePath:function(e,t,n,r){var i=e._private.rscratch,o=t,a=void 0,s=!1,l=this.usePaths();if(l){var c=n.join("$");i.pathCacheKey&&i.pathCacheKey===c?(a=t=i.pathCache,s=!0):(a=t=new Path2D,i.pathCacheKey=c,i.pathCache=a)}if(o.setLineDash)switch(r){case"dotted":o.setLineDash([1,1]);break;case"dashed":o.setLineDash([6,3]);break;case"solid":o.setLineDash([])}if(!s&&!i.badLine)switch(t.beginPath&&t.beginPath(),t.moveTo(n[0],n[1]),i.edgeType){case"bezier":case"self":case"compound":case"multibezier":if(e.hasClass("horizontal")){var u=n[4],d=n[5],f=(n[0]+n[4])/2;t.lineTo(n[0]+10,n[1]),t.bezierCurveTo(f,n[1],f,n[5],n[4]-10,n[5]),t.lineTo(u,d)}else if(e.hasClass("vertical")){var p=n[4],h=n[5],g=(n[1]+n[5])/2;t.bezierCurveTo(n[0],g,n[4],g,n[4],n[5]-10),t.lineTo(p,h)}else for(var m=2;m+30||j>0&&O>0){var P=f-T;switch(k){case"left":P-=m;break;case"center":P-=m/2}var D=p-v-T,R=m+2*T,I=v+2*T;if(_>0){var N=e.fillStyle,M=t.pstyle("text-background-color").value;e.fillStyle="rgba("+M[0]+","+M[1]+","+M[2]+","+_*o+")","roundrectangle"==t.pstyle("text-background-shape").strValue?(s=P,l=D,c=R,u=I,d=(d=2)||5,(a=e).beginPath(),a.moveTo(s+d,l),a.lineTo(s+c-d,l),a.quadraticCurveTo(s+c,l,s+c,l+d),a.lineTo(s+c,l+u-d),a.quadraticCurveTo(s+c,l+u,s+c-d,l+u),a.lineTo(s+d,l+u),a.quadraticCurveTo(s,l+u,s,l+u-d),a.lineTo(s,l+d),a.quadraticCurveTo(s,l,s+d,l),a.closePath(),a.fill()):e.fillRect(P,D,R,I),e.fillStyle=N}if(j>0&&O>0){var z=e.strokeStyle,L=e.lineWidth,B=t.pstyle("text-border-color").value,F=t.pstyle("text-border-style").value;if(e.strokeStyle="rgba("+B[0]+","+B[1]+","+B[2]+","+O*o+")",e.lineWidth=j,e.setLineDash)switch(F){case"dotted":e.setLineDash([1,1]);break;case"dashed":e.setLineDash([4,2]);break;case"double":e.lineWidth=j/4,e.setLineDash([]);break;case"solid":e.setLineDash([])}if(e.strokeRect(P,D,R,I),"double"===F){var q=j/2;e.strokeRect(P+q,D+q,R-2*q,I-2*q)}e.setLineDash&&e.setLineDash([]),e.lineWidth=L,e.strokeStyle=z}}var V=2*t.pstyle("text-outline-width").pfValue;if(V>0&&(e.lineWidth=V),"wrap"===t.pstyle("text-wrap").value){var U=r.getPrefixedProperty(i,"labelWrapCachedLines",n),H=v/U.length;switch(A){case"top":p-=(U.length-1)*H;break;case"center":case"bottom":p-=(U.length-1)*H}for(var G=0;G0&&e.strokeText(U[G],f,p),e.fillText(U[G],f,p),p+=H}else V>0&&e.strokeText(h,f,p),e.fillText(h,f,p);0!==E&&(e.rotate(-E),e.translate(-$,-C))}}},e.exports=o},function(e,t,n){"use strict";var r=n(0),i={drawNode:function(e,t,n,i){var o,a,s=this,l=t._private,c=l.rscratch,u=t.position();if(r.number(u.x)&&r.number(u.y)&&t.visible()){var d=t.effectiveOpacity(),f=s.usePaths(),p=void 0,h=!1,g=t.padding();o=t.width()+2*g,a=t.height()+2*g;var m=void 0;n&&(m=n,e.translate(-m.x1,-m.y1));for(var v=t.pstyle("background-image").value,b=new Array(v.length),y=new Array(v.length),x=0,w=0;w0&&void 0!==arguments[0]?arguments[0]:C;s.fillStyle(e,$[0],$[1],$[2],t)},P=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:j;s.strokeStyle(e,_[0],_[1],_[2],t)},D=t.pstyle("shape").strValue,R=t.pstyle("shape-polygon-points").pfValue;if(f){var I=D+"$"+o+"$"+a+("polygon"===D?"$"+R.join("$"):"");e.translate(u.x,u.y),c.pathCacheKey===I?(p=c.pathCache,h=!0):(p=new Path2D,c.pathCacheKey=I,c.pathCache=p)}var N,M,z,L=function(){if(!h){var n=u;f&&(n={x:0,y:0}),s.nodeShapes[s.getNodeShape(t)].draw(p||e,n.x,n.y,o,a)}f?e.fill(p):e.fill()},B=function(){for(var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:d,r=l.backgrounding,i=0,o=0;o0&&void 0!==arguments[0]&&arguments[0],r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:d;s.hasPie(t)&&(s.drawPie(e,t,r),n&&(f||s.nodeShapes[s.getNodeShape(t)].draw(e,u.x,u.y,o,a)))},q=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:d,n=(E>0?E:-E)*t,r=E>0?0:255;0!==E&&(s.fillStyle(e,r,r,r,n),f?e.fill(p):e.fill())},V=function(){if(S>0){if(e.lineWidth=S,e.lineCap="butt",e.setLineDash)switch(O){case"dotted":e.setLineDash([1,1]);break;case"dashed":e.setLineDash([4,2]);break;case"solid":case"double":e.setLineDash([])}if(f?e.stroke(p):e.stroke(),"double"===O){e.lineWidth=S/3;var t=e.globalCompositeOperation;e.globalCompositeOperation="destination-out",f?e.stroke(p):e.stroke(),e.globalCompositeOperation=t}e.setLineDash&&e.setLineDash([])}};if("yes"===t.pstyle("ghost").value){var U=t.pstyle("ghost-offset-x").pfValue,H=t.pstyle("ghost-offset-y").pfValue,G=t.pstyle("ghost-opacity").value,W=G*d;e.translate(U,H),T(G*C),L(),B(W),F(0!==E||0!==S),q(W),P(G*j),V(),e.translate(-U,-H)}T(),L(),B(),F(0!==E||0!==S),q(),P(),V(),f&&e.translate(-u.x,-u.y),s.drawElementText(e,t,i),N=t.pstyle("overlay-padding").pfValue,M=t.pstyle("overlay-opacity").value,z=t.pstyle("overlay-color").value,M>0&&(s.fillStyle(e,z[0],z[1],z[2],M),s.nodeShapes.roundrectangle.draw(e,u.x,u.y,o+2*N,a+2*N),e.fill()),n&&e.translate(m.x1,m.y1)}},hasPie:function(e){return(e=e[0])._private.hasPie},drawPie:function(e,t,n,r){t=t[0],r=r||t.position();var i=t.cy().style(),o=t.pstyle("pie-size"),a=r.x,s=r.y,l=t.width(),c=t.height(),u=Math.min(l,c)/2,d=0;this.usePaths()&&(a=0,s=0),"%"===o.units?u*=o.pfValue:void 0!==o.pfValue&&(u=o.pfValue/2);for(var f=1;f<=i.pieBackgroundN;f++){var p=t.pstyle("pie-"+f+"-background-size").value,h=t.pstyle("pie-"+f+"-background-color").value,g=t.pstyle("pie-"+f+"-background-opacity").value*n,m=p/100;m+d>1&&(m=1-d);var v=1.5*Math.PI+2*Math.PI*d,b=v+2*Math.PI*m;0===p||d>=1||d+m>1||(e.beginPath(),e.moveTo(a,s),e.arc(a,s,u,v,b),e.closePath(),this.fillStyle(e,h[0],h[1],h[2],g),e.fill(),d+=m)}}};e.exports=i},function(e,t,n){"use strict";var r={},i=n(1);r.getPixelRatio=function(){var e=this.data.contexts[0];if(null!=this.forcedPixelRatio)return this.forcedPixelRatio;var t=e.backingStorePixelRatio||e.webkitBackingStorePixelRatio||e.mozBackingStorePixelRatio||e.msBackingStorePixelRatio||e.oBackingStorePixelRatio||e.backingStorePixelRatio||1;return(window.devicePixelRatio||1)/t},r.paintCache=function(e){for(var t,n=this.paintCaches=this.paintCaches||[],r=!0,i=0;is.minMbLowQualFrames&&(s.motionBlurPxRatio=s.mbPxRBlurry)),s.clearingMotionBlur&&(s.motionBlurPxRatio=1),s.textureDrawLastFrame&&!f&&(d[s.NODE]=!0,d[s.SELECT_BOX]=!0);var y=c.style()._private.coreStyle,x=c.zoom(),w=void 0!==o?o:x,k=c.pan(),A={x:k.x,y:k.y},E={zoom:x,pan:{x:k.x,y:k.y}},S=s.prevViewport;void 0===S||E.zoom!==S.zoom||E.pan.x!==S.pan.x||E.pan.y!==S.pan.y||m&&!g||(s.motionBlurPxRatio=1),a&&(A=a),w*=l,A.x*=l,A.y*=l;var $=s.getCachedZSortedEles();function C(e,t,n,r,i){var o=e.globalCompositeOperation;e.globalCompositeOperation="destination-out",s.fillStyle(e,255,255,255,s.motionBlurTransparency),e.fillRect(t,n,r,i),e.globalCompositeOperation=o}function _(e,r){var i,l,c,d;s.clearingMotionBlur||e!==u.bufferContexts[s.MOTIONBLUR_BUFFER_NODE]&&e!==u.bufferContexts[s.MOTIONBLUR_BUFFER_DRAG]?(i=A,l=w,c=s.canvasWidth,d=s.canvasHeight):(i={x:k.x*h,y:k.y*h},l=x*h,c=s.canvasWidth*h,d=s.canvasHeight*h),e.setTransform(1,0,0,1,0,0),"motionBlur"===r?C(e,0,0,c,d):t||void 0!==r&&!r||e.clearRect(0,0,c,d),n||(e.translate(i.x,i.y),e.scale(l,l)),a&&e.translate(a.x,a.y),o&&e.scale(o,o)}if(f||(s.textureDrawLastFrame=!1),f){if(s.textureDrawLastFrame=!0,!s.textureCache){s.textureCache={},s.textureCache.bb=c.mutableElements().boundingBox(),s.textureCache.texture=s.data.bufferCanvases[s.TEXTURE_BUFFER];var O=s.data.bufferContexts[s.TEXTURE_BUFFER];O.setTransform(1,0,0,1,0,0),O.clearRect(0,0,s.canvasWidth*s.textureMult,s.canvasHeight*s.textureMult),s.render({forcedContext:O,drawOnlyNodeLayer:!0,forcedPxRatio:l*s.textureMult}),(E=s.textureCache.viewport={zoom:c.zoom(),pan:c.pan(),width:s.canvasWidth,height:s.canvasHeight}).mpan={x:(0-E.pan.x)/E.zoom,y:(0-E.pan.y)/E.zoom}}d[s.DRAG]=!1,d[s.NODE]=!1;var j=u.contexts[s.NODE],T=s.textureCache.texture;E=s.textureCache.viewport,s.textureCache.bb,j.setTransform(1,0,0,1,0,0),p?C(j,0,0,E.width,E.height):j.clearRect(0,0,E.width,E.height);var P=y["outside-texture-bg-color"].value,D=y["outside-texture-bg-opacity"].value;s.fillStyle(j,P[0],P[1],P[2],D),j.fillRect(0,0,E.width,E.height),x=c.zoom(),_(j,!1),j.clearRect(E.mpan.x,E.mpan.y,E.width/E.zoom/l,E.height/E.zoom/l),j.drawImage(T,E.mpan.x,E.mpan.y,E.width/E.zoom/l,E.height/E.zoom/l)}else s.textureOnViewport&&!t&&(s.textureCache=null);var R=c.extent(),I=s.pinching||s.hoverData.dragging||s.swipePanning||s.data.wheelZooming||s.hoverData.draggingEles,N=s.hideEdgesOnViewport&&I,M=[];if(M[s.NODE]=!d[s.NODE]&&p&&!s.clearedForMotionBlur[s.NODE]||s.clearingMotionBlur,M[s.NODE]&&(s.clearedForMotionBlur[s.NODE]=!0),M[s.DRAG]=!d[s.DRAG]&&p&&!s.clearedForMotionBlur[s.DRAG]||s.clearingMotionBlur,M[s.DRAG]&&(s.clearedForMotionBlur[s.DRAG]=!0),d[s.NODE]||n||r||M[s.NODE]){var z=p&&!M[s.NODE]&&1!==h;_(j=t||(z?s.data.bufferContexts[s.MOTIONBLUR_BUFFER_NODE]:u.contexts[s.NODE]),p&&!z?"motionBlur":void 0),N?s.drawCachedNodes(j,$.nondrag,l,R):s.drawLayeredElements(j,$.nondrag,l,R),s.debug&&s.drawDebugPoints(j,$.nondrag),n||p||(d[s.NODE]=!1)}if(!r&&(d[s.DRAG]||n||M[s.DRAG])&&(z=p&&!M[s.DRAG]&&1!==h,_(j=t||(z?s.data.bufferContexts[s.MOTIONBLUR_BUFFER_DRAG]:u.contexts[s.DRAG]),p&&!z?"motionBlur":void 0),N?s.drawCachedNodes(j,$.drag,l,R):s.drawCachedElements(j,$.drag,l,R),s.debug&&s.drawDebugPoints(j,$.drag),n||p||(d[s.DRAG]=!1)),s.showFps||!r&&d[s.SELECT_BOX]&&!n){if(_(j=t||u.contexts[s.SELECT_BOX]),1==s.selection[4]&&(s.hoverData.selecting||s.touchData.selecting)){x=s.cy.zoom();var L=y["selection-box-border-width"].value/x;j.lineWidth=L,j.fillStyle="rgba("+y["selection-box-color"].value[0]+","+y["selection-box-color"].value[1]+","+y["selection-box-color"].value[2]+","+y["selection-box-opacity"].value+")",j.fillRect(s.selection[0],s.selection[1],s.selection[2]-s.selection[0],s.selection[3]-s.selection[1]),L>0&&(j.strokeStyle="rgba("+y["selection-box-border-color"].value[0]+","+y["selection-box-border-color"].value[1]+","+y["selection-box-border-color"].value[2]+","+y["selection-box-opacity"].value+")",j.strokeRect(s.selection[0],s.selection[1],s.selection[2]-s.selection[0],s.selection[3]-s.selection[1]))}if(u.bgActivePosistion&&!s.hoverData.selecting){x=s.cy.zoom();var B=u.bgActivePosistion;j.fillStyle="rgba("+y["active-bg-color"].value[0]+","+y["active-bg-color"].value[1]+","+y["active-bg-color"].value[2]+","+y["active-bg-opacity"].value+")",j.beginPath(),j.arc(B.x,B.y,y["active-bg-size"].pfValue/x,0,2*Math.PI),j.fill()}var F=s.lastRedrawTime;if(s.showFps&&F){F=Math.round(F);var q=Math.round(1e3/F);j.setTransform(1,0,0,1,0,0),j.fillStyle="rgba(255, 0, 0, 0.75)",j.strokeStyle="rgba(255, 0, 0, 0.75)",j.lineWidth=1,j.fillText("1 frame = "+F+" ms = "+q+" fps",0,20),j.strokeRect(0,30,250,20),j.fillRect(0,30,250*Math.min(q/60,1),20)}n||(d[s.SELECT_BOX]=!1)}if(p&&1!==h){var V=u.contexts[s.NODE],U=s.data.bufferCanvases[s.MOTIONBLUR_BUFFER_NODE],H=u.contexts[s.DRAG],G=s.data.bufferCanvases[s.MOTIONBLUR_BUFFER_DRAG],W=function(e,t,n){e.setTransform(1,0,0,1,0,0),n||!b?e.clearRect(0,0,s.canvasWidth,s.canvasHeight):C(e,0,0,s.canvasWidth,s.canvasHeight);var r=h;e.drawImage(t,0,0,s.canvasWidth*r,s.canvasHeight*r,0,0,s.canvasWidth,s.canvasHeight)};(d[s.NODE]||M[s.NODE])&&(W(V,U,M[s.NODE]),d[s.NODE]=!1),(d[s.DRAG]||M[s.DRAG])&&(W(H,G,M[s.DRAG]),d[s.DRAG]=!1)}s.prevViewport=E,s.clearingMotionBlur&&(s.clearingMotionBlur=!1,s.motionBlurCleared=!0,s.motionBlur=!0),p&&(s.motionBlurTimeout=setTimeout((function(){s.motionBlurTimeout=null,s.clearedForMotionBlur[s.NODE]=!1,s.clearedForMotionBlur[s.DRAG]=!1,s.motionBlur=!1,s.clearingMotionBlur=!f,s.mbFrames=0,d[s.NODE]=!0,d[s.DRAG]=!0,s.redraw()}),100)),t||c.emit("render")},e.exports=r},function(e,t,n){"use strict";for(var r=n(2),i={drawPolygonPath:function(e,t,n,r,i,o){var a=r/2,s=i/2;e.beginPath&&e.beginPath(),e.moveTo(t+a*o[0],n+s*o[1]);for(var l=1;l0&&a>0){p.clearRect(0,0,o,a),p.globalCompositeOperation="source-over";var h=this.getCachedZSortedEles();if(e.full)p.translate(-n.x1*c,-n.y1*c),p.scale(c,c),this.drawElements(p,h),p.scale(1/c,1/c),p.translate(n.x1*c,n.y1*c);else{var g=t.pan(),m={x:g.x*c,y:g.y*c};c*=t.zoom(),p.translate(m.x,m.y),p.scale(c,c),this.drawElements(p,h),p.scale(1/c,1/c),p.translate(-m.x,-m.y)}e.bg&&(p.globalCompositeOperation="destination-over",p.fillStyle=e.bg,p.rect(0,0,o,a),p.fill())}return f},i.png=function(e){return a(e,this.bufferCanvasImage(e),"image/png")},i.jpg=function(e){return a(e,this.bufferCanvasImage(e),"image/jpeg")},e.exports=i},function(e,t,n){"use strict";var r={nodeShapeImpl:function(e,t,n,r,i,o,a){switch(e){case"ellipse":return this.drawEllipsePath(t,n,r,i,o);case"polygon":return this.drawPolygonPath(t,n,r,i,o,a);case"roundrectangle":return this.drawRoundRectanglePath(t,n,r,i,o);case"cutrectangle":return this.drawCutRectanglePath(t,n,r,i,o);case"bottomroundrectangle":return this.drawBottomRoundRectanglePath(t,n,r,i,o);case"barrel":return this.drawBarrelPath(t,n,r,i,o)}}};e.exports=r},function(e,t,n){"use strict";var r=n(0),i=n(1),o=n(18),a=function e(){if(!(this instanceof e))return new e;this.length=0},s=a.prototype;s.instanceString=function(){return"stylesheet"},s.selector=function(e){return this[this.length++]={selector:e,properties:[]},this},s.css=function(e,t){var n=this.length-1;if(r.string(e))this[n].properties.push({name:e,value:t});else if(r.plainObject(e))for(var a=e,s=0;s=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},n(239),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n(35))},function(e,t,n){(function(e,t){!function(e,n){"use strict";if(!e.setImmediate){var r,i,o,a,s,l=1,c={},u=!1,d=e.document,f=Object.getPrototypeOf&&Object.getPrototypeOf(e);f=f&&f.setTimeout?f:e,"[object process]"==={}.toString.call(e.process)?r=function(e){t.nextTick((function(){h(e)}))}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?e.MessageChannel?((o=new MessageChannel).port1.onmessage=function(e){h(e.data)},r=function(e){o.port2.postMessage(e)}):d&&"onreadystatechange"in d.createElement("script")?(i=d.documentElement,r=function(e){var t=d.createElement("script");t.onreadystatechange=function(){h(e),t.onreadystatechange=null,i.removeChild(t),t=null},i.appendChild(t)}):r=function(e){setTimeout(h,0,e)}:(a="setImmediate$"+Math.random()+"$",s=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(a)&&h(+t.data.slice(a.length))},e.addEventListener?e.addEventListener("message",s,!1):e.attachEvent("onmessage",s),r=function(t){e.postMessage(a+t,"*")}),f.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n1)for(var n=1;n=t||n<0||m&&e-c>=o}function w(){var e=p();if(x(e))return k(e);s=setTimeout(w,function(e){var n=t-(e-l);return m?f(n,o-(e-c)):n}(e))}function k(e){return s=void 0,v&&r?b(e):(r=i=void 0,a)}function A(){var e=p(),n=x(e);if(r=arguments,i=this,l=e,n){if(void 0===s)return y(l);if(m)return s=setTimeout(w,t),b(l)}return void 0===s&&(s=setTimeout(w,t)),a}return t=g(t)||0,h(n)&&(u=!!n.leading,o=(m="maxWait"in n)?d(g(n.maxWait)||0,t):o,v="trailing"in n?!!n.trailing:v),A.cancel=function(){void 0!==s&&clearTimeout(s),c=0,r=l=i=s=void 0},A.flush=function(){return void 0===s?a:k(p())},A}}).call(this,n(35))},function(e,t,n){e.exports=n(243)},function(e,t,n){var r,i,o;(function(){var n,a,s,l,c,u,d,f,p,h,g,m,v,b,y;s=Math.floor,h=Math.min,a=function(e,t){return et?1:0},p=function(e,t,n,r,i){var o;if(null==n&&(n=0),null==i&&(i=a),n<0)throw new Error("lo must be non-negative");for(null==r&&(r=e.length);nn;0<=n?t++:t--)c.push(t);return c}.apply(this).reverse()).length;rg;0<=g?++u:--u)m.push(c(e,n));return m},b=function(e,t,n,r){var i,o,s;for(null==r&&(r=a),i=e[n];n>t&&r(i,o=e[s=n-1>>1])<0;)e[n]=o,n=s;return e[n]=i},y=function(e,t,n){var r,i,o,s,l;for(null==n&&(n=a),i=e.length,l=t,o=e[t],r=2*t+1;r'+e.content+"":s+=">"+e.content+"";var l=t(s);return l.data("selector",e.selector),l.data("on-click-function",e.onClickFunction),l.data("show",void 0===e.show||e.show),l}function y(){var e;l("active")&&(e=s.children(),t(e).each((function(){x(t(this))})),i.off("tapstart",n),s.remove(),c(s=void 0,void 0),c("active",!1),c("anyVisibleChild",!1))}function x(e){var n="string"==typeof e?t("#"+e):e,r=n.data("cy-context-menus-cxtfcn"),o=n.data("selector"),a=n.data("call-on-click-function"),s=n.data("cy-context-menus-cxtcorefcn");r&&i.off("cxttap",o,r),s&&i.off("cxttap",s),a&&n.off("click",a),n.remove()}"get"!==e&&(c("options",a=function(e,t){var n={};for(var r in e)n[r]=e[r];for(var r in t)n[r]=t[r];return n}(r,e)),l("active")&&y(),c("active",!0),o=u(a.contextMenuClasses),(s=t("
")).addClass("cy-context-menus-cxt-menu"),c("cxtMenu",s),t("body").append(s),s=s,g(a.menuItems),i.on("tapstart",n=function(){f(s),c("cxtMenuPosition",void 0),c("currentCyEvent",void 0)}),t(".cy-context-menus-cxt-menu").contextmenu((function(){return!1})));return function(e){return{isActive:function(){return l("active")},appendMenuItem:function(t){return m(t),e},appendMenuItems:function(t){return g(t),e},removeMenuItem:function(t){return x(t),e},setTrailingDivider:function(n,r){return function(e,n){var r=t("#"+e);n?r.addClass("cy-context-menus-divider"):r.removeClass("cy-context-menus-divider")}(n,r),e},insertBeforeMenuItem:function(t,n){return v(t,n),e},moveBeforeOtherMenuItem:function(n,r){return function(e,n){if(e!==n){var r=t("#"+e).detach(),i=t("#"+n);r.insertBefore(i)}}(n,r),e},disableMenuItem:function(n){return t("#"+n).attr("disabled",!0),e},enableMenuItem:function(n){return t("#"+n).attr("disabled",!1),e},hideMenuItem:function(n){return t("#"+n).data("show",!1),f(t("#"+n)),e},showMenuItem:function(n){return t("#"+n).data("show",!0),d(t("#"+n)),e},destroy:function(){return y(),e}}}(this)}))}};e.exports&&(e.exports=o),void 0===(r=function(){return o}.call(t,n,t,e))||(e.exports=r),"undefined"!=typeof cytoscape&&i&&o(cytoscape,i)}()},function(e,t,n){var r;r=function(e){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t,n){var r=n(1),i=function(e){e&&e("layout","dagre",r)};"undefined"!=typeof cytoscape&&i(cytoscape),e.exports=i},function(e,t,n){function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var i=n(2),o=n(3),a=n(4);function s(e){this.options=o({},i,e)}s.prototype.run=function(){var e=this.options,t=e.cy,n=e.eles,i=function(e,t){return"function"==typeof t?t.apply(e,[e]):t},o=e.boundingBox||{x1:0,y1:0,w:t.width(),h:t.height()};void 0===o.x2&&(o.x2=o.x1+o.w),void 0===o.w&&(o.w=o.x2-o.x1),void 0===o.y2&&(o.y2=o.y1+o.h),void 0===o.h&&(o.h=o.y2-o.y1);var s=new a.graphlib.Graph({multigraph:!0,compound:!0}),l={},c=function(e,t){null!=t&&(l[e]=t)};c("nodesep",e.nodeSep),c("edgesep",e.edgeSep),c("ranksep",e.rankSep),c("rankdir",e.rankDir),c("ranker",e.ranker),s.setGraph(l),s.setDefaultEdgeLabel((function(){return{}})),s.setDefaultNodeLabel((function(){return{}}));for(var u=n.nodes(),d=0;d1?t-1:0),r=1;r-1}},function(e,t,n){var r=n(75);e.exports=function(e,t){var n=this.__data__,i=r(n,e);return i<0?(++this.size,n.push([e,t])):n[i][1]=t,this}},function(e,t,n){var r=n(74);e.exports=function(){this.__data__=new r,this.size=0}},function(e,t){e.exports=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}},function(e,t){e.exports=function(e){return this.__data__.get(e)}},function(e,t){e.exports=function(e){return this.__data__.has(e)}},function(e,t,n){var r=n(74),i=n(117),o=n(118);e.exports=function(e,t){var n=this.__data__;if(n instanceof r){var a=n.__data__;if(!i||a.length<199)return a.push([e,t]),this.size=++n.size,this;n=this.__data__=new o(a)}return n.set(e,t),this.size=n.size,this}},function(e,t,n){var r=n(64),i=n(262),o=n(23),a=n(151),s=/^\[object .+?Constructor\]$/,l=Function.prototype,c=Object.prototype,u=l.toString,d=c.hasOwnProperty,f=RegExp("^"+u.call(d).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!o(e)||i(e))&&(r(e)?f:s).test(a(e))}},function(e,t,n){var r=n(58),i=Object.prototype,o=i.hasOwnProperty,a=i.toString,s=r?r.toStringTag:void 0;e.exports=function(e){var t=o.call(e,s),n=e[s];try{e[s]=void 0;var r=!0}catch(e){}var i=a.call(e);return r&&(t?e[s]=n:delete e[s]),i}},function(e,t){var n=Object.prototype.toString;e.exports=function(e){return n.call(e)}},function(e,t,n){var r,i=n(263),o=(r=/[^.]+$/.exec(i&&i.keys&&i.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";e.exports=function(e){return!!o&&o in e}},function(e,t,n){var r=n(29)["__core-js_shared__"];e.exports=r},function(e,t){e.exports=function(e,t){return null==e?void 0:e[t]}},function(e,t,n){var r=n(266),i=n(74),o=n(117);e.exports=function(){this.size=0,this.__data__={hash:new r,map:new(o||i),string:new r}}},function(e,t,n){var r=n(267),i=n(268),o=n(269),a=n(270),s=n(271);function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}},function(e,t,n){var r=n(173),i=n(340),o=n(344),a=n(174),s=n(345),l=n(129);e.exports=function(e,t,n){var c=-1,u=i,d=e.length,f=!0,p=[],h=p;if(n)f=!1,u=o;else if(d>=200){var g=t?null:s(e);if(g)return l(g);f=!1,u=a,h=new r}else h=t?[]:p;e:for(;++c-1}},function(e,t,n){var r=n(188),i=n(342),o=n(343);e.exports=function(e,t,n){return t==t?o(e,t,n):r(e,i,n)}},function(e,t){e.exports=function(e){return e!=e}},function(e,t){e.exports=function(e,t,n){for(var r=n-1,i=e.length;++r1||1===t.length&&e.hasEdge(t[0],t[0])}))}},function(e,t,n){var r=n(22);e.exports=function(e,t,n){return function(e,t,n){var r={},i=e.nodes();return i.forEach((function(e){r[e]={},r[e][e]={distance:0},i.forEach((function(t){e!==t&&(r[e][t]={distance:Number.POSITIVE_INFINITY})})),n(e).forEach((function(n){var i=n.v===e?n.w:n.v,o=t(n);r[e][i]={distance:o,predecessor:e}}))})),i.forEach((function(e){var t=r[e];i.forEach((function(n){var o=r[n];i.forEach((function(n){var r=o[e],i=t[n],a=o[n],s=r.distance+i.distance;s0;){if(n=l.removeMin(),r.has(s,n))a.setEdge(n,s[n]);else{if(u)throw new Error("Input graph is not connected: "+e);u=!0}e.nodeEdges(n).forEach(c)}return a}},function(e,t,n){"use strict";var r=n(11),i=n(399),o=n(402),a=n(403),s=n(20).normalizeRanks,l=n(405),c=n(20).removeEmptyRanks,u=n(406),d=n(407),f=n(408),p=n(409),h=n(418),g=n(20),m=n(28).Graph;e.exports=function(e,t){var n=t&&t.debugTiming?g.time:g.notime;n("layout",(function(){var t=n(" buildLayoutGraph",(function(){return function(e){var t=new m({multigraph:!0,compound:!0}),n=$(e.graph());return t.setGraph(r.merge({},b,S(n,v),r.pick(n,y))),r.forEach(e.nodes(),(function(n){var i=$(e.node(n));t.setNode(n,r.defaults(S(i,x),w)),t.setParent(n,e.parent(n))})),r.forEach(e.edges(),(function(n){var i=$(e.edge(n));t.setEdge(n,r.merge({},A,S(i,k),r.pick(i,E)))})),t}(e)}));n(" runLayout",(function(){!function(e,t){t(" makeSpaceForEdgeLabels",(function(){!function(e){var t=e.graph();t.ranksep/=2,r.forEach(e.edges(),(function(n){var r=e.edge(n);r.minlen*=2,"c"!==r.labelpos.toLowerCase()&&("TB"===t.rankdir||"BT"===t.rankdir?r.width+=r.labeloffset:r.height+=r.labeloffset)}))}(e)})),t(" removeSelfEdges",(function(){!function(e){r.forEach(e.edges(),(function(t){if(t.v===t.w){var n=e.node(t.v);n.selfEdges||(n.selfEdges=[]),n.selfEdges.push({e:t,label:e.edge(t)}),e.removeEdge(t)}}))}(e)})),t(" acyclic",(function(){i.run(e)})),t(" nestingGraph.run",(function(){u.run(e)})),t(" rank",(function(){a(g.asNonCompoundGraph(e))})),t(" injectEdgeLabelProxies",(function(){!function(e){r.forEach(e.edges(),(function(t){var n=e.edge(t);if(n.width&&n.height){var r=e.node(t.v),i={rank:(e.node(t.w).rank-r.rank)/2+r.rank,e:t};g.addDummyNode(e,"edge-proxy",i,"_ep")}}))}(e)})),t(" removeEmptyRanks",(function(){c(e)})),t(" nestingGraph.cleanup",(function(){u.cleanup(e)})),t(" normalizeRanks",(function(){s(e)})),t(" assignRankMinMax",(function(){!function(e){var t=0;r.forEach(e.nodes(),(function(n){var i=e.node(n);i.borderTop&&(i.minRank=e.node(i.borderTop).rank,i.maxRank=e.node(i.borderBottom).rank,t=r.max(t,i.maxRank))})),e.graph().maxRank=t}(e)})),t(" removeEdgeLabelProxies",(function(){!function(e){r.forEach(e.nodes(),(function(t){var n=e.node(t);"edge-proxy"===n.dummy&&(e.edge(n.e).labelRank=n.rank,e.removeNode(t))}))}(e)})),t(" normalize.run",(function(){o.run(e)})),t(" parentDummyChains",(function(){l(e)})),t(" addBorderSegments",(function(){d(e)})),t(" order",(function(){p(e)})),t(" insertSelfEdges",(function(){!function(e){var t=g.buildLayerMatrix(e);r.forEach(t,(function(t){var n=0;r.forEach(t,(function(t,i){var o=e.node(t);o.order=i+n,r.forEach(o.selfEdges,(function(t){g.addDummyNode(e,"selfedge",{width:t.label.width,height:t.label.height,rank:o.rank,order:i+ ++n,e:t.e,label:t.label},"_se")})),delete o.selfEdges}))}))}(e)})),t(" adjustCoordinateSystem",(function(){f.adjust(e)})),t(" position",(function(){h(e)})),t(" positionSelfEdges",(function(){!function(e){r.forEach(e.nodes(),(function(t){var n=e.node(t);if("selfedge"===n.dummy){var r=e.node(n.e.v),i=r.x+r.width/2,o=r.y,a=n.x-i,s=r.height/2;e.setEdge(n.e,n.label),e.removeNode(t),n.label.points=[{x:i+2*a/3,y:o-s},{x:i+5*a/6,y:o-s},{x:i+a,y:o},{x:i+5*a/6,y:o+s},{x:i+2*a/3,y:o+s}],n.label.x=n.x,n.label.y=n.y}}))}(e)})),t(" removeBorderNodes",(function(){!function(e){r.forEach(e.nodes(),(function(t){if(e.children(t).length){var n=e.node(t),i=e.node(n.borderTop),o=e.node(n.borderBottom),a=e.node(r.last(n.borderLeft)),s=e.node(r.last(n.borderRight));n.width=Math.abs(s.x-a.x),n.height=Math.abs(o.y-i.y),n.x=a.x+n.width/2,n.y=i.y+n.height/2}})),r.forEach(e.nodes(),(function(t){"border"===e.node(t).dummy&&e.removeNode(t)}))}(e)})),t(" normalize.undo",(function(){o.undo(e)})),t(" fixupEdgeLabelCoords",(function(){!function(e){r.forEach(e.edges(),(function(t){var n=e.edge(t);if(r.has(n,"x"))switch("l"!==n.labelpos&&"r"!==n.labelpos||(n.width-=n.labeloffset),n.labelpos){case"l":n.x-=n.width/2+n.labeloffset;break;case"r":n.x+=n.width/2+n.labeloffset}}))}(e)})),t(" undoCoordinateSystem",(function(){f.undo(e)})),t(" translateGraph",(function(){!function(e){var t=Number.POSITIVE_INFINITY,n=0,i=Number.POSITIVE_INFINITY,o=0,a=e.graph(),s=a.marginx||0,l=a.marginy||0;function c(e){var r=e.x,a=e.y,s=e.width,l=e.height;t=Math.min(t,r-s/2),n=Math.max(n,r+s/2),i=Math.min(i,a-l/2),o=Math.max(o,a+l/2)}r.forEach(e.nodes(),(function(t){c(e.node(t))})),r.forEach(e.edges(),(function(t){var n=e.edge(t);r.has(n,"x")&&c(n)})),t-=s,i-=l,r.forEach(e.nodes(),(function(n){var r=e.node(n);r.x-=t,r.y-=i})),r.forEach(e.edges(),(function(n){var o=e.edge(n);r.forEach(o.points,(function(e){e.x-=t,e.y-=i})),r.has(o,"x")&&(o.x-=t),r.has(o,"y")&&(o.y-=i)})),a.width=n-t+s,a.height=o-i+l}(e)})),t(" assignNodeIntersects",(function(){!function(e){r.forEach(e.edges(),(function(t){var n,r,i=e.edge(t),o=e.node(t.v),a=e.node(t.w);i.points?(n=i.points[0],r=i.points[i.points.length-1]):(i.points=[],n=a,r=o),i.points.unshift(g.intersectRect(o,n)),i.points.push(g.intersectRect(a,r))}))}(e)})),t(" reversePoints",(function(){!function(e){r.forEach(e.edges(),(function(t){var n=e.edge(t);n.reversed&&n.points.reverse()}))}(e)})),t(" acyclic.undo",(function(){i.undo(e)}))}(t,n)})),n(" updateInputGraph",(function(){!function(e,t){r.forEach(e.nodes(),(function(n){var r=e.node(n),i=t.node(n);r&&(r.x=i.x,r.y=i.y,t.children(n).length&&(r.width=i.width,r.height=i.height))})),r.forEach(e.edges(),(function(n){var i=e.edge(n),o=t.edge(n);i.points=o.points,r.has(o,"x")&&(i.x=o.x,i.y=o.y)})),e.graph().width=t.graph().width,e.graph().height=t.graph().height}(e,t)}))}))};var v=["nodesep","edgesep","ranksep","marginx","marginy"],b={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb"},y=["acyclicer","ranker","rankdir","align"],x=["width","height"],w={width:0,height:0},k=["minlen","weight","width","height","labeloffset"],A={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},E=["labelpos"];function S(e,t){return r.mapValues(r.pick(e,t),Number)}function $(e){var t={};return r.forEach(e,(function(e,n){t[n.toLowerCase()]=e})),t}},function(e,t,n){var r=n(149);e.exports=function(e){return r(e,5)}},function(e,t,n){var r=n(89),i=n(57),o=n(90),a=n(48),s=Object.prototype,l=s.hasOwnProperty,c=r((function(e,t){e=Object(e);var n=-1,r=t.length,c=r>2?t[2]:void 0;for(c&&o(t[0],t[1],c)&&(r=1);++n-1?s[l?t[c]:c]:void 0}}},function(e,t,n){var r=n(188),i=n(37),o=n(365),a=Math.max;e.exports=function(e,t,n){var s=null==e?0:e.length;if(!s)return-1;var l=null==n?0:o(n);return l<0&&(l=a(s+l,0)),r(e,i(t,3),l)}},function(e,t,n){var r=n(196);e.exports=function(e){var t=r(e),n=t%1;return t==t?n?t-n:t:0}},function(e,t,n){var r=n(367),i=n(23),o=n(61),a=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,l=/^0o[0-7]+$/i,c=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(o(e))return NaN;if(i(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=i(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=r(e);var n=s.test(e);return n||l.test(e)?c(e.slice(2),n?2:8):a.test(e)?NaN:+e}},function(e,t,n){var r=n(368),i=/^\s+/;e.exports=function(e){return e?e.slice(0,r(e)+1).replace(i,""):e}},function(e,t){var n=/\s/;e.exports=function(e){for(var t=e.length;t--&&n.test(e.charAt(t)););return t}},function(e,t,n){var r=n(128),i=n(169),o=n(48);e.exports=function(e,t){return null==e?e:r(e,i(t),o)}},function(e,t){e.exports=function(e){var t=null==e?0:e.length;return t?e[t-1]:void 0}},function(e,t,n){var r=n(79),i=n(127),o=n(37);e.exports=function(e,t){var n={};return t=o(t,3),i(e,(function(e,i,o){r(n,i,t(e,i,o))})),n}},function(e,t,n){var r=n(132),i=n(373),o=n(49);e.exports=function(e){return e&&e.length?r(e,o,i):void 0}},function(e,t){e.exports=function(e,t){return e>t}},function(e,t,n){var r=n(375),i=n(379)((function(e,t,n){r(e,t,n)}));e.exports=i},function(e,t,n){var r=n(73),i=n(198),o=n(128),a=n(376),s=n(23),l=n(48),c=n(199);e.exports=function e(t,n,u,d,f){t!==n&&o(n,(function(o,l){if(f||(f=new r),s(o))a(t,n,l,u,e,d,f);else{var p=d?d(c(t,l),o,l+"",t,n,f):void 0;void 0===p&&(p=o),i(t,l,p)}}),l)}},function(e,t,n){var r=n(198),i=n(155),o=n(164),a=n(156),s=n(165),l=n(66),c=n(13),u=n(189),d=n(59),f=n(64),p=n(23),h=n(377),g=n(67),m=n(199),v=n(378);e.exports=function(e,t,n,b,y,x,w){var k=m(e,n),A=m(t,n),E=w.get(A);if(E)r(e,n,E);else{var S=x?x(k,A,n+"",e,t,w):void 0,$=void 0===S;if($){var C=c(A),_=!C&&d(A),O=!C&&!_&&g(A);S=A,C||_||O?c(k)?S=k:u(k)?S=a(k):_?($=!1,S=i(A,!0)):O?($=!1,S=o(A,!0)):S=[]:h(A)||l(A)?(S=k,l(k)?S=v(k):p(k)&&!f(k)||(S=s(A))):$=!1}$&&(w.set(A,S),y(S,A,b,x,w),w.delete(A)),r(e,n,S)}}},function(e,t,n){var r=n(47),i=n(84),o=n(32),a=Function.prototype,s=Object.prototype,l=a.toString,c=s.hasOwnProperty,u=l.call(Object);e.exports=function(e){if(!o(e)||"[object Object]"!=r(e))return!1;var t=i(e);if(null===t)return!0;var n=c.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&l.call(n)==u}},function(e,t,n){var r=n(65),i=n(48);e.exports=function(e){return r(e,i(e))}},function(e,t,n){var r=n(89),i=n(90);e.exports=function(e){return r((function(t,n){var r=-1,o=n.length,a=o>1?n[o-1]:void 0,s=o>2?n[2]:void 0;for(a=e.length>3&&"function"==typeof a?(o--,a):void 0,s&&i(n[0],n[1],s)&&(a=o<3?void 0:a,o=1),t=Object(t);++r1&&a(e,t[0],t[1])?t=[]:n>2&&a(t[0],t[1],t[2])&&(t=[t[0]]),i(e,r(t,1),[])}));e.exports=s},function(e,t,n){var r=n(88),i=n(86),o=n(37),a=n(184),s=n(393),l=n(82),c=n(394),u=n(49),d=n(13);e.exports=function(e,t,n){t=t.length?r(t,(function(e){return d(e)?function(t){return i(t,1===e.length?e[0]:e)}:e})):[u];var f=-1;t=r(t,l(o));var p=a(e,(function(e,n,i){return{criteria:r(t,(function(t){return t(e)})),index:++f,value:e}}));return s(p,(function(e,t){return c(e,t,n)}))}},function(e,t){e.exports=function(e,t){var n=e.length;for(e.sort(t);n--;)e[n]=e[n].value;return e}},function(e,t,n){var r=n(395);e.exports=function(e,t,n){for(var i=-1,o=e.criteria,a=t.criteria,s=o.length,l=n.length;++i=l?c:c*("desc"==n[i]?-1:1)}return e.index-t.index}},function(e,t,n){var r=n(61);e.exports=function(e,t){if(e!==t){var n=void 0!==e,i=null===e,o=e==e,a=r(e),s=void 0!==t,l=null===t,c=t==t,u=r(t);if(!l&&!u&&!a&&e>t||a&&s&&c&&!l&&!u||i&&s&&c||!n&&c||!o)return 1;if(!i&&!a&&!u&&e0;--l)if(r=t[l].dequeue()){i=i.concat(s(e,t,n,r,!0));break}}return i}(n.graph,n.buckets,n.zeroIdx);return r.flatten(r.map(c,(function(t){return e.outEdges(t.v,t.w)})),!0)};var a=r.constant(1);function s(e,t,n,i,o){var a=o?[]:void 0;return r.forEach(e.inEdges(i.v),(function(r){var i=e.edge(r),s=e.node(r.v);o&&a.push({v:r.v,w:r.w}),s.out-=i,l(t,n,s)})),r.forEach(e.outEdges(i.v),(function(r){var i=e.edge(r),o=r.w,a=e.node(o);a.in-=i,l(t,n,a)})),e.removeNode(i.v),a}function l(e,t,n){n.out?n.in?e[n.out-n.in+t].enqueue(n):e[e.length-1].enqueue(n):e[0].enqueue(n)}},function(e,t){function n(){var e={};e._next=e._prev=e,this._sentinel=e}function r(e){e._prev._next=e._next,e._next._prev=e._prev,delete e._next,delete e._prev}function i(e,t){if("_next"!==e&&"_prev"!==e)return t}e.exports=n,n.prototype.dequeue=function(){var e=this._sentinel,t=e._prev;if(t!==e)return r(t),t},n.prototype.enqueue=function(e){var t=this._sentinel;e._prev&&e._next&&r(e),e._next=t._next,t._next._prev=e,t._next=e,e._prev=t},n.prototype.toString=function(){for(var e=[],t=this._sentinel,n=t._prev;n!==t;)e.push(JSON.stringify(n,i)),n=n._prev;return"["+e.join(", ")+"]"}},function(e,t,n){"use strict";var r=n(11),i=n(20);e.exports={run:function(e){e.graph().dummyChains=[],r.forEach(e.edges(),(function(t){!function(e,t){var n,r,o,a=t.v,s=e.node(a).rank,l=t.w,c=e.node(l).rank,u=t.name,d=e.edge(t),f=d.labelRank;if(c===s+1)return;for(e.removeEdge(t),o=0,++s;sl.lim&&(c=l,u=!0);var d=r.filter(t.edges(),(function(t){return u===b(e,e.node(t.v),c)&&u!==b(e,e.node(t.w),c)}));return r.minBy(d,(function(e){return o(t,e)}))}function v(e,t,n,i){var o=n.v,a=n.w;e.removeEdge(o,a),e.setEdge(i.v,i.w,{}),p(e),d(e,t),function(e,t){var n=r.find(e.nodes(),(function(e){return!t.node(e).parent})),i=s(e,n);i=i.slice(1),r.forEach(i,(function(n){var r=e.node(n).parent,i=t.edge(n,r),o=!1;i||(i=t.edge(r,n),o=!0),t.node(n).rank=t.node(r).rank+(o?i.minlen:-i.minlen)}))}(e,t)}function b(e,t,n){return n.low<=t.lim&&t.lim<=n.lim}e.exports=u,u.initLowLimValues=p,u.initCutValues=d,u.calcCutValue=f,u.leaveEdge=g,u.enterEdge=m,u.exchangeEdges=v},function(e,t,n){var r=n(11);e.exports=function(e){var t=function(e){var t={},n=0;function i(o){var a=n;r.forEach(e.children(o),i),t[o]={low:a,lim:n++}}return r.forEach(e.children(),i),t}(e);r.forEach(e.graph().dummyChains,(function(n){for(var r=e.node(n),i=r.edgeObj,o=function(e,t,n,r){var i,o,a=[],s=[],l=Math.min(t[n].low,t[r].low),c=Math.max(t[n].lim,t[r].lim);i=n;do{i=e.parent(i),a.push(i)}while(i&&(t[i].low>l||c>t[i].lim));o=i,i=r;for(;(i=e.parent(i))!==o;)s.push(i);return{path:a.concat(s.reverse()),lca:o}}(e,t,i.v,i.w),a=o.path,s=o.lca,l=0,c=a[l],u=!0;n!==i.w;){if(r=e.node(n),u){for(;(c=a[l])!==s&&e.node(c).maxRank=2),s=u.buildLayerMatrix(e);var m=o(e,s);m0;)t%2&&(n+=l[t+1]),l[t=t-1>>1]+=e.weight;c+=e.weight*n}))),c}e.exports=function(e,t){for(var n=0,r=1;r=e.barycenter)&&function(e,t){var n=0,r=0;e.weight&&(n+=e.barycenter*e.weight,r+=e.weight);t.weight&&(n+=t.barycenter*t.weight,r+=t.weight);e.vs=t.vs.concat(e.vs),e.barycenter=n/r,e.weight=r,e.i=Math.min(t.i,e.i),t.merged=!0}(e,t)}}function i(t){return function(n){n.in.push(t),0==--n.indegree&&e.push(n)}}for(;e.length;){var o=e.pop();t.push(o),r.forEach(o.in.reverse(),n(o)),r.forEach(o.out,i(o))}return r.map(r.filter(t,(function(e){return!e.merged})),(function(e){return r.pick(e,["vs","i","barycenter","weight"])}))}(r.filter(n,(function(e){return!e.indegree})))}},function(e,t,n){var r=n(11),i=n(20);function o(e,t,n){for(var i;t.length&&(i=r.last(t)).i<=n;)t.pop(),e.push(i.vs),n++;return n}e.exports=function(e,t){var n=i.partition(e,(function(e){return r.has(e,"barycenter")})),a=n.lhs,s=r.sortBy(n.rhs,(function(e){return-e.i})),l=[],c=0,u=0,d=0;a.sort((f=!!t,function(e,t){return e.barycentert.barycenter?1:f?t.i-e.i:e.i-t.i})),d=o(l,s,d),r.forEach(a,(function(e){d+=e.vs.length,l.push(e.vs),c+=e.barycenter*e.weight,u+=e.weight,d=o(l,s,d)}));var f;var p={vs:r.flatten(l,!0)};u&&(p.barycenter=c/u,p.weight=u);return p}},function(e,t,n){var r=n(11),i=n(28).Graph;e.exports=function(e,t,n){var o=function(e){var t;for(;e.hasNode(t=r.uniqueId("_root")););return t}(e),a=new i({compound:!0}).setGraph({root:o}).setDefaultNodeLabel((function(t){return e.node(t)}));return r.forEach(e.nodes(),(function(i){var s=e.node(i),l=e.parent(i);(s.rank===t||s.minRank<=t&&t<=s.maxRank)&&(a.setNode(i),a.setParent(i,l||o),r.forEach(e[n](i),(function(t){var n=t.v===i?t.w:t.v,o=a.edge(n,i),s=r.isUndefined(o)?0:o.weight;a.setEdge(n,i,{weight:e.edge(t).weight+s})})),r.has(s,"minRank")&&a.setNode(i,{borderLeft:s.borderLeft[t],borderRight:s.borderRight[t]}))})),a}},function(e,t,n){var r=n(11);e.exports=function(e,t,n){var i,o={};r.forEach(n,(function(n){for(var r,a,s=e.parent(n);s;){if((r=e.parent(s))?(a=o[r],o[r]=s):(a=i,i=s),a&&a!==s)return void t.setEdge(a,s);s=r}}))}},function(e,t,n){"use strict";var r=n(11),i=n(20),o=n(419).positionX;e.exports=function(e){(function(e){var t=i.buildLayerMatrix(e),n=e.graph().ranksep,o=0;r.forEach(t,(function(t){var i=r.max(r.map(t,(function(t){return e.node(t).height})));r.forEach(t,(function(t){e.node(t).y=o+i/2})),o+=i+n}))})(e=i.asNonCompoundGraph(e)),r.forEach(o(e),(function(t,n){e.node(n).x=t}))}},function(e,t,n){"use strict";var r=n(11),i=n(28).Graph,o=n(20);function a(e,t){var n={};return r.reduce(t,(function(t,i){var o=0,a=0,s=t.length,c=r.last(i);return r.forEach(i,(function(t,u){var d=function(e,t){if(e.node(t).dummy)return r.find(e.predecessors(t),(function(t){return e.node(t).dummy}))}(e,t),f=d?e.node(d).order:s;(d||t===c)&&(r.forEach(i.slice(a,u+1),(function(t){r.forEach(e.predecessors(t),(function(r){var i=e.node(r),a=i.order;!(as)&&l(n,t,c)}))}))}return r.reduce(t,(function(t,n){var o,a=-1,s=0;return r.forEach(n,(function(r,l){if("border"===e.node(r).dummy){var c=e.predecessors(r);c.length&&(o=e.node(c[0]).order,i(n,s,l,a,o),s=l,a=o)}i(n,s,n.length,o,t.length)})),n})),n}function l(e,t,n){if(t>n){var r=t;t=n,n=r}var i=e[t];i||(e[t]=i={}),i[n]=!0}function c(e,t,n){if(t>n){var i=t;t=n,n=i}return r.has(e[t],n)}function u(e,t,n,i){var o={},a={},s={};return r.forEach(t,(function(e){r.forEach(e,(function(e,t){o[e]=e,a[e]=e,s[e]=t}))})),r.forEach(t,(function(e){var t=-1;r.forEach(e,(function(e){var l=i(e);if(l.length)for(var u=((l=r.sortBy(l,(function(e){return s[e]}))).length-1)/2,d=Math.floor(u),f=Math.ceil(u);d<=f;++d){var p=l[d];a[e]===e&&t\n.menu ul ul {\n margin-left: 12px;\n}\n\n\n\n')}]),e.exports=n},function(e,t,n){"use strict";const r=n(425),i=n(21);n(426),angular.module("dbt").directive("modelTreeLine",["$state",function(e){return{scope:{item:"=",depth:"<",resourceType:"@"},replace:!0,templateUrl:r,link:function(t,n,r,o){t.depth||(t.depth=0);var a=t.item.name;if(a){var s=i.last(a,15).join(""),l=i.initial(a,s.length).join("");t.name={name:a,start:l,end:s},t.name_start=l,t.name_end=s,t.onFolderClick=function(n){if(n.active=!n.active,"source"==t.resourceType){var r=n.name;e.go("dbt.source_list",{source:r})}else 0===t.depth&&"database"!==n.type&&e.go("dbt.project_overview",{project_name:n.name})},t.activate=function(n){t.$emit("clearSearch"),n.active=!0;var r="dbt."+n.node.resource_type;e.go(r,{unique_id:n.unique_id})},t.getIcon=function(e,t){return"#"+{header:{on:"icn-down",off:"icn-right"},database:{on:"icn-db-on",off:"icn-db"},schema:{on:"icn-tree-on",off:"icn-tree"},table:{on:"icn-doc-on",off:"icn-doc"},folder:{on:"icn-dir-on",off:"icn-dir"},file:{on:"icn-doc-on",off:"icn-doc"}}[e][t]},t.getClass=function(e){return{active:e.active,"menu-tree":"header"==e.type||"schema"==e.type||"folder"==e.type,"menu-main":"header"==e.type,"menu-node":"file"==e.type||"table"==e.type}}}}}}])},function(e,t){var n="/components/model_tree/model_tree_line.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'
  • \n\n \n \n \n \n \n \n {{name.start}}\n {{name.end}}\n \n \n\n \n \n \n \n \n \n {{name.start}}\n {{name.end}}\n \n \n\n
      \n \n
    \n
  • \n')}]),e.exports=n},function(e,t,n){var r=n(427);"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n(40)(r,i);r.locals&&(e.exports=r.locals)},function(e,t,n){(e.exports=n(39)(!1)).push([e.i,"\n.unselectable{\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n",""])},function(e,t,n){"use strict";const r=n(9),i=n(429);n(31);n(206),r.module("dbt").directive("docsSearch",["$sce","project",function(e,t){return{scope:{query:"=",results:"=",onSelect:"&"},replace:!0,templateUrl:i,link:function(n){n.max_results=20,n.show_all=!1,n.max_results_columns=3,n.limit_columns={},n.checkboxStatus={show_names:!1,show_descriptions:!1,show_columns:!1,show_code:!1,show_tags:!1},n.limit_search=function(e,t,r){return t0&&null!=n.query&&n.query.trim().length>0){let t=e.replace(/\s+/g," "),o=r(i(n.query)[0]),a=t.search(new RegExp(o)),s=a-75<0?0:a-75,l=a+75>t.length?t.length:a+75;return"..."+t.substring(s,l)+"..."}return e},n.highlight=function(t){if(!n.query||!t)return e.trustAsHtml(t);let o="("+i(n.query).map(e=>r(e)).join(")|(")+")";return e.trustAsHtml(t.replace(new RegExp(o,"gi"),'$&'))},n.$watch("query",(function(e,t){0==e.length&&(n.show_all=!1,n.limit_columns={})})),n.columnFilter=function(e){var t=[];let r=i(n.query);for(var o in e)r.every(e=>-1!=o.toLowerCase().indexOf(e))&&t.push(o);return t},n.limitColumns=function(e){return void 0!==n.limit_columns[e]?n.limit_columns[e]:3}}}}])},function(e,t){var n="/components/search/search.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'
    \n \n
    \n
    \n

    \n {{ query }}\n {{ results.length }} search results\n

    \n \n \n \n \n \n \n \n \n \n \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n

    \n \n {{result.model.resource_type}}\n

    \n

    \n
    \n
    \n
    \n \n columns:\n \n \n \n Show {{ columnFilter(result.model.columns).length - max_results_columns }} more\n
    \n
    \n \n \n \n
    \n
    \n \n tags:\n \n \n \n
    \n
    \n Show {{ results.length - max_results }} more\n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t,n){"use strict";const r=n(431);n(432);const i=n(21);angular.module("dbt").directive("tableDetails",["$sce","$filter",function(e,t){return{scope:{model:"=",extras:"=",exclude:"<"},templateUrl:r,link:function(e){function n(e,t){if(0==e)return"0 bytes";if(e<1&&(e*=1e6),isNaN(parseFloat(e))||!isFinite(e))return"-";void 0===t&&(t=0);var n=Math.floor(Math.log(e)/Math.log(1024));return(e/Math.pow(1024,Math.floor(n))).toFixed(t)+" "+["bytes","KB","MB","GB","TB","PB"][n]}function r(e,n){return void 0===n&&(n=2),t("number")(100*e,n)+"%"}function o(e,n){return void 0===n&&(n=0),t("number")(e,n)}e.details=[],e.extended=[],e.exclude=e.exclude||[],e.meta=null,e._show_expanded=!1,e.show_expanded=function(t){return void 0!==t&&(e._show_expanded=t),e._show_expanded},e.hasData=function(e){return!(!e||i.isEmpty(e))&&(1!=e.length||0!=e[0].include)},e.$watch("model",(function(t,a){i.property(["metadata","type"])(t);var s,l,c,u=t.hasOwnProperty("sources")&&null!=t.sources[0]?t.sources[0].source_meta:null;if(e.meta=t.meta||u,e.details=function(e){var t,n,r=!e.metadata,o=e.metadata||{};t=e.database?e.database+".":"",n=r?void 0:"source"==e.resource_type?t+e.schema+"."+e.identifier:t+e.schema+"."+e.alias;var a,s=[{name:"Owner",value:o.owner},{name:"Type",value:r?void 0:(a=o.type,"BASE TABLE"==a?{type:"table",name:"table"}:"LATE BINDING VIEW"==a?{type:"view",name:"late binding view"}:{type:a.toLowerCase(),name:a.toLowerCase()}).name},{name:"Package",value:e.package_name},{name:"Language",value:e.language},{name:"Relation",value:n}];return i.filter(s,(function(e){return void 0!==e.value}))}(t),e.extended=(s=t.stats,l={rows:o,row_count:o,num_rows:o,max_varchar:o,pct_used:r,size:n,bytes:n,num_bytes:n},c=i.sortBy(i.values(s),"label"),i.map(c,(function(e){var t=i.clone(e),n=l[e.id];return n&&(t.value=n(e.value),t.label=e.label.replace("Approximate","~"),t.label=e.label.replace("Utilization","Used")),t}))),e.extras){var d=i.filter(e.extras,(function(e){return void 0!==e.value&&null!==e.value}));e.details=e.details.concat(d)}e.show_extended=i.where(e.extended,{include:!0}).length>0})),e.queryTag=function(t){e.$emit("query",t)}}}}])},function(e,t){var n="/components/table_details/table_details.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'
    \n
    Details
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    {{ k }}
    \n
    {{ v }}
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    Tags
    \n
    \n {{ tag }} \n
    \n
    untagged
    \n
    \n
    \n
    {{ item.name }}
    \n
    {{ item.value }}
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    {{ item.label }}
    \n
    {{ item.value }}
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t,n){var r=n(433);"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n(40)(r,i);r.locals&&(e.exports=r.locals)},function(e,t,n){(e.exports=n(39)(!1)).push([e.i,"\n\n.details-content {\n table-layout: fixed;\n}\n\n.detail-body {\n white-space: nowrap;\n overflow-x: scroll;\n}\n",""])},function(e,t,n){"use strict";const r=n(435),i=n(21);angular.module("dbt").directive("columnDetails",["project",function(e){return{scope:{model:"="},templateUrl:r,link:function(t){t.has_test=function(e,t){return-1!=i.pluck(e.tests,"short").indexOf(t)},t.has_more_info=function(e){var t=e.tests||[],n=e.description||"",r=e.meta||{};return t.length||n.length||!i.isEmpty(r)},t.toggle_column_expanded=function(e){t.has_more_info(e)&&(e.expanded=!e.expanded)},t.getState=function(e){return"dbt."+e.resource_type},t.get_col_name=function(t){return e.caseColumn(t)},t.get_columns=function(e){var t=i.chain(e.columns).values().sortBy("index").value();return i.each(t,(function(e,t){e.index=t})),t}}}}])},function(e,t){var n="/components/column_details/column_details.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'
    \n
    \n
    \n Column information is not available for this seed\n
    \n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    ColumnTypeDescriptionTestsMore?
    \n
    \n {{ get_col_name(column.name) }}\n
    \n
    \n {{ column.type }}

    \n
    \n {{ column.description }}\n \n \n U\n N\n F\n A\n +\n \n \n \n \n \n \n \n \n \n \n
    \n
    \n
    \n
    Details
    \n
    \n
    \n
    \n
    {{ k }}
    \n
    {{ v }}
    \n
    \n
    \n
    \n
    \n\n
    \n
    Description
    \n \n
    \n\n
    \n
    Generic Tests
    \n \n
    \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t,n){"use strict";const r=n(437);n(31),n(438);function i(e){return"python"===e?"language-python":"language-sql"}angular.module("dbt").directive("codeBlock",["code","$timeout",function(e,t){return{scope:{versions:"=",default:"<",language:"="},restrict:"E",templateUrl:r,link:function(n,r){n.selected_version=n.default,n.language_class=i(n.language),n.source=null,n.setSelected=function(r){n.selected_version=r,n.source=n.versions[r]||"";const i=n.source.trim();n.highlighted=e.highlight(i,n.language),t((function(){Prism.highlightAll()}))},n.titleCase=function(e){return e.charAt(0).toUpperCase()+e.substring(1)},n.copied=!1,n.copy_to_clipboard=function(){e.copy_to_clipboard(n.source),n.copied=!0,setTimeout((function(){n.$apply((function(){n.copied=!1}))}),1e3)},n.$watch("language",(function(e,t){e&&e!=t&&(n.language_class=i(e))}),!0),n.$watch("versions",(function(e,t){if(e)if(n.default)n.setSelected(n.default);else{var r=Object.keys(n.versions);r.length>0&&n.setSelected(r[0])}}),!0)}}}])},function(e,t){var n="/components/code_block/code_block.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'
    Code
    \n\n')}]),e.exports=n},function(e,t,n){var r=n(439);"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n(40)(r,i);r.locals&&(e.exports=r.locals)},function(e,t,n){(e.exports=n(39)(!1)).push([e.i,"pre.code {\n border: none !important;\n overflow-y: visible !important;\n overflow-x: scroll !important;\n padding-bottom: 10px;\n}\n\npre.code code {\n font-family: Monaco, monospace !important;\n font-weight: 400 !important;\n}\n\n.line-numbers-rows {\n border: none !important;\n}\n",""])},function(e,t,n){"use strict";const r=n(441);angular.module("dbt").directive("macroArguments",[function(){return{scope:{macro:"="},templateUrl:r,link:function(e){_.each(e.macro.arguments,(function(e){e.expanded=!1}))}}}])},function(e,t){var n="/components/macro_arguments/index.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n
    \n
    \n Details are not available for this macro\n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    ArgumentTypeDescriptionMore?
    \n
    \n {{ arg.name }}\n
    \n
    \n {{ arg.type }}

    \n
    \n {{ arg.description }}\n \n \n \n \n \n \n \n \n \n
    \n
    \n
    \n
    Description
    \n \n
    \n
    \n
    \n
    \n
    \n\n')}]),e.exports=n},function(e,t,n){"use strict";const r=n(443);angular.module("dbt").directive("referenceList",["$state",function(e){return{scope:{references:"=",node:"="},restrict:"E",templateUrl:r,link:function(t){t.selected_type=null,t.setType=function(e){t.selected_type=e,t.nodes=t.references[t.selected_type]},t.getNodeUrl=function(t){var n="dbt."+t.resource_type;return e.href(n,{unique_id:t.unique_id,"#":null})},t.mapResourceType=function(e){return"model"==e?"Models":"seed"==e?"Seeds":"test"==e?"Tests":"snapshot"==e?"Snapshots":"analysis"==e?"Analyses":"macro"==e?"Macros":"exposure"==e?"Exposures":"metric"==e?"Metrics":"operation"==e?"Operations":"Nodes"},t.$watch("references",(function(e){e&&_.size(e)>0?(t.selected_type=_.keys(e)[0],t.has_references=!0,t.nodes=t.references[t.selected_type]):t.has_references=!1}))}}}])},function(e,t){var n="/components/references/index.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'
    \n
    \n No resources reference this {{ node.resource_type }}\n
    \n
    \n \n
    \n \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t,n){n(445),n(447),n(448),n(449),n(450),n(451),n(452),n(453),n(454),n(455)},function(e,t,n){"use strict";const r=n(9),i=n(33);n(34),r.module("dbt").controller("ModelCtrl",["$scope","$state","project","code","$anchorScroll","$location",function(e,t,n,r,o,a){e.model_uid=t.params.unique_id,e.tab=t.params.tab,e.project=n,e.codeService=r,e.versions={},e.copied=!1,e.copy_to_clipboard=function(t){r.copy_to_clipboard(t),e.copied=!0,setTimeout((function(){e.$apply((function(){e.copied=!1}))}),1e3)},e.model={},n.ready((function(t){let n=t.nodes[e.model_uid];e.model=n,e.references=i.getReferences(t,n),e.referencesLength=Object.keys(e.references).length,e.parents=i.getParents(t,n),e.parentsLength=Object.keys(e.parents).length,e.language=n.language;e.versions={Source:e.model.raw_code,Compiled:e.model.compiled_code||"\n-- compiled code not found for this model\n"},setTimeout((function(){o()}),0)}))}])},function(e,t,n){(e.exports=n(39)(!1)).push([e.i,"\n.nav-tabs li.nav-pull-right {\n flex: 1 0 auto;\n text-align: right;\n}\n\ntr.column-row-selected {\n\n}\n\ntd.column-expanded{\n padding: 0px !important;\n}\n\ntd.column-expanded > div {\n padding: 5px 10px;\n margin-left: 20px;\n height: 100%;\n\n border-left: 1px solid #ccc !important;\n}\n",""])},function(e,t,n){"use strict";const r=n(9),i=n(33);n(34),r.module("dbt").controller("SourceCtrl",["$scope","$state","project","code","$anchorScroll","$location",function(e,t,n,r,o,a){e.model_uid=t.params.unique_id,e.project=n,e.codeService=r,e.extra_table_fields=[],e.versions={},e.model={},n.ready((function(t){let n=t.nodes[e.model_uid];e.model=n,e.references=i.getReferences(t,n),e.referencesLength=Object.keys(e.references).length,e.parents=i.getParents(t,n),e.parentsLength=Object.keys(e.parents).length,e.versions={"Sample SQL":r.generateSourceSQL(e.model)},e.extra_table_fields=[{name:"Loader",value:e.model.loader},{name:"Source",value:e.model.source_name}]}))}])},function(e,t,n){"use strict";const r=n(9),i=n(33);n(34),r.module("dbt").controller("SeedCtrl",["$scope","$state","project","code","$transitions","$anchorScroll","$location",function(e,t,n,r,o,a,s){e.model_uid=t.params.unique_id,e.tab=t.params.tab,e.project=n,e.codeService=r,e.versions={},e.model={},n.ready((function(t){let n=t.nodes[e.model_uid];e.model=n,e.references=i.getReferences(t,n),e.referencesLength=Object.keys(e.references).length,e.parents=i.getParents(t,n),e.parentsLength=Object.keys(e.parents).length,e.versions={"Example SQL":r.generateSourceSQL(e.model)}}))}])},function(e,t,n){"use strict";const r=n(9),i=n(33);n(34),r.module("dbt").controller("SnapshotCtrl",["$scope","$state","project","code","$anchorScroll","$location",function(e,t,n,r,o,a){e.model_uid=t.params.unique_id,e.tab=t.params.tab,e.project=n,e.codeService=r,e.versions={},e.model={},n.ready((function(t){let n=t.nodes[e.model_uid];e.model=n,e.references=i.getReferences(t,n),e.referencesLength=Object.keys(e.references).length,e.parents=i.getParents(t,n),e.parentsLength=Object.keys(e.parents).length,e.language=n.language;e.versions={Source:e.model.raw_code,Compiled:e.model.compiled_code||"Compiled SQL is not available for this snapshot"},setTimeout((function(){o()}),0)}))}])},function(e,t,n){"use strict";const r=n(9),i=n(33);n(34),r.module("dbt").controller("TestCtrl",["$scope","$state","project","code","$anchorScroll","$location",function(e,t,n,r,o,a){e.model_uid=t.params.unique_id,e.tab=t.params.tab,e.project=n,e.codeService=r,e.versions={},e.model={},n.ready((function(t){let n=t.nodes[e.model_uid];e.model=n,e.references=i.getReferences(t,n),e.referencesLength=Object.keys(e.references).length,e.parents=i.getParents(t,n),e.parentsLength=Object.keys(e.parents).length,e.language=n.language;e.versions={Source:e.model.raw_code,Compiled:e.model.compiled_code||"\n-- compiled code not found for this model\n"},setTimeout((function(){o()}),0)}))}])},function(e,t,n){"use strict";const r=n(9),i=n(21),o=n(33);n(34),r.module("dbt").controller("MacroCtrl",["$scope","$state","project","code","$transitions","$anchorScroll","$location",function(e,t,n,r,a,s,l){e.model_uid=t.params.unique_id,e.tab=t.params.tab,e.project=n,e.codeService=r,e.macro={},n.ready((function(t){let n=t.macros[e.model_uid];if(e.macro=n,e.references=o.getMacroReferences(t,n),e.referencesLength=Object.keys(e.references).length,e.parents=o.getMacroParents(t,n),e.parentsLength=Object.keys(e.parents).length,e.macro.is_adapter_macro){var r=t.metadata.adapter_type;e.versions=n.impls,n.impls[r]?e.default_version=r:n.impls.default?e.default_version="default":e.default_version=i.keys(n.impls)[0]}else e.default_version="Source",e.versions={Source:e.macro.macro_sql}}))}])},function(e,t,n){"use strict";const r=n(9),i=n(33);n(34),r.module("dbt").controller("AnalysisCtrl",["$scope","$state","project","code","$transitions","$anchorScroll","$location",function(e,t,n,r,o,a,s){e.model_uid=t.params.unique_id,e.project=n,e.codeService=r,e.default_version="Source",e.versions={Source:"",Compiled:""},e.model={},n.ready((function(t){let n=t.nodes[e.model_uid];e.model=n,e.references=i.getReferences(t,n),e.referencesLength=Object.keys(e.references).length,e.parents=i.getParents(t,n),e.parentsLength=Object.keys(e.parents).length,e.language=n.language,e.versions={Source:e.model.raw_code,Compiled:e.model.compiled_code}}))}])},function(e,t,n){"use strict";const r=n(9),i=n(33);n(34),r.module("dbt").controller("ExposureCtrl",["$scope","$state","project","code","$anchorScroll","$location",function(e,t,n,r,o,a){e.model_uid=t.params.unique_id,e.project=n,e.codeService=r,e.extra_table_fields=[],e.versions={},e.exposure={},n.ready((function(t){let n=t.nodes[e.model_uid];e.exposure=n,e.parents=i.getParents(t,n),e.parentsLength=e.parents.length,e.language=n.language,e.extra_table_fields=[{name:"Maturity",value:e.exposure.maturity},{name:"Owner",value:e.exposure.owner.name},{name:"Owner email",value:e.exposure.owner.email},{name:"Exposure name",value:e.exposure.name}]}))}])},function(e,t,n){"use strict";const r=n(9),i=n(33);n(34),r.module("dbt").controller("MetricCtrl",["$scope","$state","project","code","$anchorScroll","$location",function(e,t,n,r,o,a){e.model_uid=t.params.unique_id,e.project=n,e.codeService=r,e.extra_table_fields=[],e.versions={},e.metric={},n.ready((function(t){let n=t.nodes[e.model_uid];e.metric=n,e.parents=i.getParents(t,n),e.parentsLength=e.parents.length,e.versions={Definition:r.generateMetricSQL(e.metric)};const o="expression"===e.metric.type?"Expression metric":"Aggregate metric";e.extra_table_fields=[{name:"Metric Type",value:o},{name:"Metric name",value:e.metric.name}]}))}])},function(e,t,n){"use strict";const r=n(9),i=n(33);n(34),r.module("dbt").controller("OperationCtrl",["$scope","$state","project","code","$anchorScroll","$location",function(e,t,n,r,o,a){e.model_uid=t.params.unique_id,e.tab=t.params.tab,e.project=n,e.codeService=r,e.versions={},e.model={},n.ready((function(t){let n=t.nodes[e.model_uid];e.model=n,e.references=i.getReferences(t,n),e.referencesLength=Object.keys(e.references).length,e.parents=i.getParents(t,n),e.parentsLength=Object.keys(e.parents).length,e.language=n.language;e.versions={Source:e.model.raw_code,Compiled:e.model.compiled_code||"\n-- compiled code not found for this model\n"},setTimeout((function(){o()}),0)}))}])},function(e,t,n){"use strict";n(9).module("dbt").controller("GraphCtrl",["$scope","$state","$window","graph","project","selectorService",function(e,t,n,r,i,o){function a(e){return e&&"source"==e.resource_type?"source:"+e.source_name+"."+e.name:e&&"exposure"==e.resource_type?"exposure:"+e.name:e&&"metric"==e.resource_type?"metric:"+e.name:e.name?e.name:"*"}e.graph=r.graph,e.graphService=r,e.graphRendered=function(e){r.setGraphReady(e)},e.$watch((function(){return t.params.unique_id}),(function(e,t){e&&e!=t&&i.find_by_id(e,(function(e){e&&("sidebar"==r.orientation?r.showVerticalGraph(a(e),!1):r.showFullGraph(a(e)))})),e||o.clearViewNode()}))}])},function(e,t,n){"use strict";const r=n(9),i=n(21),o=n(31),a=n(458);n(459),n(206),n(467),n(469),n(472),n(476),r.module("dbt").controller("MainController",["$scope","$route","$state","project","graph","selectorService","trackingService","locationService","$transitions",function(e,t,n,r,s,l,c,u,d){function f(t){e.model_uid=t;var n=r.node(t);n&&l.resetSelection(n)}function p(e){e&&setTimeout((function(){var t=o("*[data-nav-unique-id='"+e+"']");t.length&&t[0].scrollIntoView&&t[0].scrollIntoView({behavior:"smooth",block:"center",inline:"center"})}),1)}e.tree={database:{},project:{},sources:{}},e.search={query:"",results:[],is_focused:!1},e.logo=a,e.model_uid=null,e.project={},o("body").bind("keydown",(function(e){"t"==event.key&&"INPUT"!=event.target.tagName&&(console.log("Opening search"),o("#search").focus(),event.preventDefault())})),e.onSearchFocus=function(t,n){e.search.is_focused=n},e.clearSearch=function(){e.search.is_focused=!1,e.search.query="",e.search.results=[],o("#search").blur()},e.$on("clearSearch",(function(){e.clearSearch()})),e.$on("query",(function(t,n){e.search.is_focused=!0,e.search.query=n})),e.onSearchKeypress=function(t){"Escape"==t.key&&(e.clearSearch(),t.preventDefault())},r.getModelTree(n.params.unique_id,(function(t){e.tree.database=t.database,e.tree.project=t.project,e.tree.sources=t.sources,e.tree.exposures=t.exposures,e.tree.metrics=t.metrics,setTimeout((function(){p(e.model_uid)}))})),d.onSuccess({},(function(t,n){var i=t.router.globals.params,o=l.getViewNode(),a=o?o.unique_id:null,s=i.unique_id,u=!0;if(t.from().name==t.to().name&&a==s&&(u=!1),u&&i.unique_id){var d=r.updateSelected(i.unique_id);e.tree.database=d.database,e.tree.project=d.project,e.tree.sources=d.sources,e.search.query="",console.log("updating selected model to: ",i),f(i.unique_id),setTimeout((function(){p(i.unique_id)}))}u&&c.track_pageview()})),e.$watch("search.query",(function(t){e.search.results=function(t){if(""===e.search.query)return t;let n={name:10,tags:5,description:3,raw_code:2,columns:1};return i.each(t,(function(t){t.overallWeight=0,i.each(Object.keys(n),(function(r){if(null!=t.model[r]){let o=0,a=t.model[r],s=e.search.query.toLowerCase();if("columns"===r)i.each(a,(function(e){if(e.name){let t=e.name.toLowerCase(),n=0;for(;-1!=n;)n=t.indexOf(s,n),-1!=n&&(o++,n++)}}));else if("tags"===r)i.each(a,(function(e){let t=e.toLowerCase(),n=0;for(;-1!=n;)n=t.indexOf(s,n),-1!=n&&(o++,n++)}));else{a=a.toLowerCase();let e=0;for(;-1!=e;)e=a.indexOf(s,e),-1!=e&&(o++,e++)}t.overallWeight+=o*n[r]}}))})),t}(r.search(t))})),r.init(),r.ready((function(t){e.project=t,e.search.results=r.search("");var o=i.unique(i.pluck(i.values(t.nodes),"package_name")).sort(),a=[null];i.each(t.nodes,(function(e){var t=e.tags;a=i.union(a,t).sort()})),l.init({packages:o,tags:a}),f(n.params.unique_id);var d=u.parseState(n.params);d.show_graph&&s.ready((function(){i.assign(l.selection.dirty,d.selected);var e=l.updateSelection();s.updateGraph(e)}));var p=t.metadata||{};c.init({track:p.send_anonymous_usage_stats,project_id:p.project_id})}))}])},function(e,t){e.exports="data:image/svg+xml,%3Csvg width='242' height='90' viewBox='0 0 242 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M240.384 74.5122L239.905 75.8589H239.728L239.249 74.5156V75.8589H238.941V74.0234H239.324L239.816 75.3872L240.309 74.0234H240.691V75.8589H240.384V74.5122ZM238.671 74.3003H238.169V75.8589H237.858V74.3003H237.352V74.0234H238.671V74.3003Z' fill='%23262A38'/%3E %3Cpath d='M154.123 13.915V75.3527H141.672V69.0868C140.37 71.2839 138.499 73.0742 136.22 74.2134C133.779 75.434 131.012 76.085 128.246 76.085C124.828 76.1664 121.41 75.1899 118.562 73.2369C115.633 71.2839 113.354 68.5986 111.889 65.425C110.262 61.7631 109.448 57.8572 109.529 53.8698C109.448 49.8825 110.262 45.9765 111.889 42.3961C113.354 39.3038 115.633 36.6185 118.481 34.7469C121.41 32.8753 124.828 31.9801 128.246 32.0615C130.931 32.0615 133.616 32.6311 135.976 33.8517C138.255 34.991 140.126 36.6999 141.428 38.8156V18.0651L154.123 13.915ZM139.15 63.2279C140.777 61.1121 141.672 58.0199 141.672 54.0326C141.672 50.0452 140.859 47.0344 139.15 44.9187C137.441 42.8029 134.755 41.5823 131.989 41.6637C129.222 41.5009 126.537 42.7215 124.746 44.8373C123.038 46.953 122.142 49.9639 122.142 53.8698C122.142 57.8572 123.038 60.9494 124.746 63.1465C126.455 65.3436 129.222 66.5642 131.989 66.4828C135.081 66.4828 137.522 65.3436 139.15 63.2279Z' fill='%23262A38'/%3E %3Cpath d='M198.635 34.6655C201.564 36.5371 203.843 39.2225 205.226 42.3147C206.853 45.8952 207.667 49.8011 207.586 53.7885C207.667 57.7758 206.853 61.7632 205.226 65.3436C203.761 68.5172 201.483 71.2026 198.553 73.1556C195.705 75.0272 192.287 76.0037 188.87 75.9223C186.103 76.0037 183.336 75.3527 180.895 74.0507C178.617 72.9114 176.745 71.1212 175.524 68.9241V75.2713H162.993V18.0651L175.606 13.915V38.9783C176.826 36.7812 178.698 34.991 180.976 33.8517C183.418 32.5498 186.103 31.8988 188.87 31.9801C192.287 31.8988 195.705 32.8753 198.635 34.6655ZM192.45 63.1465C194.159 60.9494 194.973 57.8572 194.973 53.7885C194.973 49.8825 194.159 46.8716 192.45 44.7559C190.741 42.6402 188.381 41.5823 185.289 41.5823C182.523 41.4196 179.837 42.6402 178.047 44.8373C176.338 47.0344 175.524 50.0452 175.524 53.9512C175.524 57.9386 176.338 61.0308 178.047 63.1465C179.756 65.3436 182.441 66.5642 185.289 66.4015C188.056 66.5642 190.741 65.3436 192.45 63.1465Z' fill='%23262A38'/%3E %3Cpath d='M225 42.4774V58.915C225 61.2749 225.651 62.9838 226.791 64.0416C228.093 65.1809 229.801 65.7505 231.592 65.6691C232.975 65.6691 234.44 65.425 235.742 65.0995V74.8644C233.382 75.6782 230.941 76.085 228.499 76.0037C223.292 76.0037 219.304 74.5389 216.537 71.6094C213.771 68.68 212.387 64.5299 212.387 59.1592V23.1103L225 19.0416V33.038H235.742V42.4774H225Z' fill='%23262A38'/%3E %3Cpath d='M86.1754 3.74322C88.2911 5.77758 89.6745 8.46293 90 11.3924C90 12.613 89.6745 13.4268 88.9421 14.9729C88.2098 16.519 79.1772 32.1429 76.4919 36.4557C74.9458 38.9783 74.132 41.9892 74.132 44.9186C74.132 47.9295 74.9458 50.859 76.4919 53.3816C79.1772 57.6944 88.2098 73.3996 88.9421 74.9457C89.6745 76.4919 90 77.2242 90 78.4448C89.6745 81.3743 88.3725 84.0597 86.2568 86.0127C84.2224 88.1284 81.5371 89.5118 78.689 89.7559C77.4684 89.7559 76.6546 89.4304 75.1899 88.698C73.7251 87.9656 57.7758 79.1772 53.4629 76.4919C53.1374 76.3291 52.8119 76.085 52.4051 75.9222L31.085 63.3092C31.5732 67.3779 33.3635 71.2839 36.2929 74.132C36.8626 74.7016 37.4322 75.1899 38.0832 75.6781C37.5949 75.9222 37.0253 76.1664 36.5371 76.4919C32.2242 79.1772 16.519 88.2098 14.9729 88.9421C13.4268 89.6745 12.6944 90 11.3924 90C8.46293 89.6745 5.77758 88.3725 3.82459 86.2568C1.70886 84.2224 0.325497 81.5371 0 78.6076C0.0813743 77.387 0.406872 76.1664 1.05787 75.1085C1.79024 73.5624 10.8228 57.8571 13.5081 53.5443C15.0542 51.0217 15.868 48.0922 15.868 45.0814C15.868 42.0705 15.0542 39.141 13.5081 36.6184C10.8228 32.1429 1.70886 16.4376 1.05787 14.8915C0.406872 13.8336 0.0813743 12.613 0 11.3924C0.325497 8.46293 1.62749 5.77758 3.74322 3.74322C5.77758 1.62749 8.46293 0.325497 11.3924 0C12.613 0.0813743 13.8336 0.406872 14.9729 1.05787C16.2749 1.62749 27.7486 8.30018 33.8517 11.8807L35.2351 12.6944C35.7233 13.0199 36.1302 13.264 36.4557 13.4268L37.1067 13.8336L58.8336 26.6908C58.3454 21.8083 55.8228 17.3327 51.9168 14.3219C52.4051 14.0778 52.9747 13.8336 53.4629 13.5081C57.7758 10.8228 73.481 1.70886 75.0271 1.05787C76.085 0.406872 77.3056 0.0813743 78.6076 0C81.4557 0.325497 84.1411 1.62749 86.1754 3.74322ZM46.1392 50.7776L50.7776 46.1392C51.4286 45.4882 51.4286 44.5118 50.7776 43.8608L46.1392 39.2224C45.4882 38.5714 44.5118 38.5714 43.8608 39.2224L39.2224 43.8608C38.5714 44.5118 38.5714 45.4882 39.2224 46.1392L43.8608 50.7776C44.4304 51.3472 45.4882 51.3472 46.1392 50.7776Z' fill='%23FF694A'/%3E %3C/svg%3E"},function(e,t,n){"use strict";n.r(t);var r=n(63),i=n.n(r);n(460),n(461),n(462),n(463),n(465);const o=n(9),a=(n(31),n(21));window.Prism=i.a,o.module("dbt").factory("code",["$sce",function(e){var t={copied:!1,highlight:function(t,n="sql"){if("sql"==n)var r=i.a.highlight(t,i.a.languages.sql,"sql");else if("python"==n)r=i.a.highlight(t,i.a.languages.python,"python");return e.trustAsHtml(r)},copy_to_clipboard:function(e){var t=document.createElement("textarea");t.value=e,t.setAttribute("readonly",""),t.style.position="absolute",t.style.left="-9999px",document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t)},generateSourceSQL:function(e){var t=["select"],n=a.size(e.columns),r=a.keys(e.columns);a.each(r,(function(e,r){var i=" "+e;r+1!=n&&(i+=","),t.push(i)}));const i=(e.database?e.database+".":"")+e.schema+"."+e.identifier;return t.push("from "+i),t.join("\n")},generateMetricSQL:function(e){if("expression"==e.type)return e.sql;const t=[`select ${e.type}(${e.sql})`,`from {{ ${e.model} }}`];if(e.filters.length>0){const n=e.filters.map(e=>`${e.field} ${e.operator} ${e.value}`).join(" AND ");t.push("where "+n)}return t.join("\n")}};return t}])},function(e,t){Prism.languages.sql={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},variable:[{pattern:/@(["'`])(?:\\[\s\S]|(?!\1)[^\\])+\1/,greedy:!0},/@[\w.$]+/],string:{pattern:/(^|[^@\\])("|')(?:\\[\s\S]|(?!\2)[^\\]|\2\2)*\2/,greedy:!0,lookbehind:!0},identifier:{pattern:/(^|[^@\\])`(?:\\[\s\S]|[^`\\]|``)*`/,greedy:!0,lookbehind:!0,inside:{punctuation:/^`|`$/}},function:/\b(?:AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|ROUND|SUM|UCASE)(?=\s*\()/i,keyword:/\b(?:ACTION|ADD|AFTER|ALGORITHM|ALL|ALTER|ANALYZE|ANY|APPLY|AS|ASC|AUTHORIZATION|AUTO_INCREMENT|BACKUP|BDB|BEGIN|BERKELEYDB|BIGINT|BINARY|BIT|BLOB|BOOL|BOOLEAN|BREAK|BROWSE|BTREE|BULK|BY|CALL|CASCADED?|CASE|CHAIN|CHAR(?:ACTER|SET)?|CHECK(?:POINT)?|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMNS?|COMMENT|COMMIT(?:TED)?|COMPUTE|CONNECT|CONSISTENT|CONSTRAINT|CONTAINS(?:TABLE)?|CONTINUE|CONVERT|CREATE|CROSS|CURRENT(?:_DATE|_TIME|_TIMESTAMP|_USER)?|CURSOR|CYCLE|DATA(?:BASES?)?|DATE(?:TIME)?|DAY|DBCC|DEALLOCATE|DEC|DECIMAL|DECLARE|DEFAULT|DEFINER|DELAYED|DELETE|DELIMITERS?|DENY|DESC|DESCRIBE|DETERMINISTIC|DISABLE|DISCARD|DISK|DISTINCT|DISTINCTROW|DISTRIBUTED|DO|DOUBLE|DROP|DUMMY|DUMP(?:FILE)?|DUPLICATE|ELSE(?:IF)?|ENABLE|ENCLOSED|END|ENGINE|ENUM|ERRLVL|ERRORS|ESCAPED?|EXCEPT|EXEC(?:UTE)?|EXISTS|EXIT|EXPLAIN|EXTENDED|FETCH|FIELDS|FILE|FILLFACTOR|FIRST|FIXED|FLOAT|FOLLOWING|FOR(?: EACH ROW)?|FORCE|FOREIGN|FREETEXT(?:TABLE)?|FROM|FULL|FUNCTION|GEOMETRY(?:COLLECTION)?|GLOBAL|GOTO|GRANT|GROUP|HANDLER|HASH|HAVING|HOLDLOCK|HOUR|IDENTITY(?:COL|_INSERT)?|IF|IGNORE|IMPORT|INDEX|INFILE|INNER|INNODB|INOUT|INSERT|INT|INTEGER|INTERSECT|INTERVAL|INTO|INVOKER|ISOLATION|ITERATE|JOIN|KEYS?|KILL|LANGUAGE|LAST|LEAVE|LEFT|LEVEL|LIMIT|LINENO|LINES|LINESTRING|LOAD|LOCAL|LOCK|LONG(?:BLOB|TEXT)|LOOP|MATCH(?:ED)?|MEDIUM(?:BLOB|INT|TEXT)|MERGE|MIDDLEINT|MINUTE|MODE|MODIFIES|MODIFY|MONTH|MULTI(?:LINESTRING|POINT|POLYGON)|NATIONAL|NATURAL|NCHAR|NEXT|NO|NONCLUSTERED|NULLIF|NUMERIC|OFF?|OFFSETS?|ON|OPEN(?:DATASOURCE|QUERY|ROWSET)?|OPTIMIZE|OPTION(?:ALLY)?|ORDER|OUT(?:ER|FILE)?|OVER|PARTIAL|PARTITION|PERCENT|PIVOT|PLAN|POINT|POLYGON|PRECEDING|PRECISION|PREPARE|PREV|PRIMARY|PRINT|PRIVILEGES|PROC(?:EDURE)?|PUBLIC|PURGE|QUICK|RAISERROR|READS?|REAL|RECONFIGURE|REFERENCES|RELEASE|RENAME|REPEAT(?:ABLE)?|REPLACE|REPLICATION|REQUIRE|RESIGNAL|RESTORE|RESTRICT|RETURN(?:ING|S)?|REVOKE|RIGHT|ROLLBACK|ROUTINE|ROW(?:COUNT|GUIDCOL|S)?|RTREE|RULE|SAVE(?:POINT)?|SCHEMA|SECOND|SELECT|SERIAL(?:IZABLE)?|SESSION(?:_USER)?|SET(?:USER)?|SHARE|SHOW|SHUTDOWN|SIMPLE|SMALLINT|SNAPSHOT|SOME|SONAME|SQL|START(?:ING)?|STATISTICS|STATUS|STRIPED|SYSTEM_USER|TABLES?|TABLESPACE|TEMP(?:ORARY|TABLE)?|TERMINATED|TEXT(?:SIZE)?|THEN|TIME(?:STAMP)?|TINY(?:BLOB|INT|TEXT)|TOP?|TRAN(?:SACTIONS?)?|TRIGGER|TRUNCATE|TSEQUAL|TYPES?|UNBOUNDED|UNCOMMITTED|UNDEFINED|UNION|UNIQUE|UNLOCK|UNPIVOT|UNSIGNED|UPDATE(?:TEXT)?|USAGE|USE|USER|USING|VALUES?|VAR(?:BINARY|CHAR|CHARACTER|YING)|VIEW|WAITFOR|WARNINGS|WHEN|WHERE|WHILE|WITH(?: ROLLUP|IN)?|WORK|WRITE(?:TEXT)?|YEAR)\b/i,boolean:/\b(?:FALSE|NULL|TRUE)\b/i,number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,operator:/[-+*\/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/}},function(e,t){Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python,Prism.languages.py=Prism.languages.python},function(e,t){!function(){if("undefined"!=typeof Prism&&"undefined"!=typeof document){var e=/\n(?!$)/g,t=Prism.plugins.lineNumbers={getLine:function(e,t){if("PRE"===e.tagName&&e.classList.contains("line-numbers")){var n=e.querySelector(".line-numbers-rows");if(n){var r=parseInt(e.getAttribute("data-start"),10)||1,i=r+(n.children.length-1);ti&&(t=i);var o=t-r;return n.children[o]}}},resize:function(e){r([e])},assumeViewportIndependence:!0},n=void 0;window.addEventListener("resize",(function(){t.assumeViewportIndependence&&n===window.innerWidth||(n=window.innerWidth,r(Array.prototype.slice.call(document.querySelectorAll("pre.line-numbers"))))})),Prism.hooks.add("complete",(function(t){if(t.code){var n=t.element,i=n.parentNode;if(i&&/pre/i.test(i.nodeName)&&!n.querySelector(".line-numbers-rows")&&Prism.util.isActive(n,"line-numbers")){n.classList.remove("line-numbers"),i.classList.add("line-numbers");var o,a=t.code.match(e),s=a?a.length+1:1,l=new Array(s+1).join("");(o=document.createElement("span")).setAttribute("aria-hidden","true"),o.className="line-numbers-rows",o.innerHTML=l,i.hasAttribute("data-start")&&(i.style.counterReset="linenumber "+(parseInt(i.getAttribute("data-start"),10)-1)),t.element.appendChild(o),r([i]),Prism.hooks.run("line-numbers",t)}}})),Prism.hooks.add("line-numbers",(function(e){e.plugins=e.plugins||{},e.plugins.lineNumbers=!0}))}function r(t){if(0!=(t=t.filter((function(e){var t=function(e){if(!e)return null;return window.getComputedStyle?getComputedStyle(e):e.currentStyle||null}(e)["white-space"];return"pre-wrap"===t||"pre-line"===t}))).length){var n=t.map((function(t){var n=t.querySelector("code"),r=t.querySelector(".line-numbers-rows");if(n&&r){var i=t.querySelector(".line-numbers-sizer"),o=n.textContent.split(e);i||((i=document.createElement("span")).className="line-numbers-sizer",n.appendChild(i)),i.innerHTML="0",i.style.display="block";var a=i.getBoundingClientRect().height;return i.innerHTML="",{element:t,lines:o,lineHeights:[],oneLinerHeight:a,sizer:i}}})).filter(Boolean);n.forEach((function(e){var t=e.sizer,n=e.lines,r=e.lineHeights,i=e.oneLinerHeight;r[n.length-1]=void 0,n.forEach((function(e,n){if(e&&e.length>1){var o=t.appendChild(document.createElement("span"));o.style.display="block",o.textContent=e}else r[n]=i}))})),n.forEach((function(e){for(var t=e.sizer,n=e.lineHeights,r=0,i=0;i code {\n\tposition: relative;\n\twhite-space: inherit;\n}\n\n.line-numbers .line-numbers-rows {\n\tposition: absolute;\n\tpointer-events: none;\n\ttop: 0;\n\tfont-size: 100%;\n\tleft: -3.8em;\n\twidth: 3em; /* works for line-numbers below 1000 lines */\n\tletter-spacing: -1px;\n\tborder-right: 1px solid #999;\n\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\tuser-select: none;\n\n}\n\n\t.line-numbers-rows > span {\n\t\tdisplay: block;\n\t\tcounter-increment: linenumber;\n\t}\n\n\t\t.line-numbers-rows > span:before {\n\t\t\tcontent: counter(linenumber);\n\t\t\tcolor: #999;\n\t\t\tdisplay: block;\n\t\t\tpadding-right: 0.8em;\n\t\t\ttext-align: right;\n\t\t}\n',""])},function(e,t,n){var r=n(466);"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n(40)(r,i);r.locals&&(e.exports=r.locals)},function(e,t,n){(e.exports=n(39)(!1)).push([e.i,'/**\n * GHColors theme by Avi Aryan (http://aviaryan.in)\n * Inspired by Github syntax coloring\n */\n\ncode[class*="language-"],\npre[class*="language-"] {\n\tcolor: #393A34;\n\tfont-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;\n\tdirection: ltr;\n\ttext-align: left;\n\twhite-space: pre;\n\tword-spacing: normal;\n\tword-break: normal;\n\tfont-size: .9em;\n\tline-height: 1.2em;\n\n\t-moz-tab-size: 4;\n\t-o-tab-size: 4;\n\ttab-size: 4;\n\n\t-webkit-hyphens: none;\n\t-moz-hyphens: none;\n\t-ms-hyphens: none;\n\thyphens: none;\n}\n\npre > code[class*="language-"] {\n\tfont-size: 1em;\n}\n\npre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,\ncode[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {\n\tbackground: #b3d4fc;\n}\n\npre[class*="language-"]::selection, pre[class*="language-"] ::selection,\ncode[class*="language-"]::selection, code[class*="language-"] ::selection {\n\tbackground: #b3d4fc;\n}\n\n/* Code blocks */\npre[class*="language-"] {\n\tpadding: 1em;\n\tmargin: .5em 0;\n\toverflow: auto;\n\tborder: 1px solid #dddddd;\n\tbackground-color: white;\n}\n\n/* Inline code */\n:not(pre) > code[class*="language-"] {\n\tpadding: .2em;\n\tpadding-top: 1px;\n\tpadding-bottom: 1px;\n\tbackground: #f8f8f8;\n\tborder: 1px solid #dddddd;\n}\n\n.token.comment,\n.token.prolog,\n.token.doctype,\n.token.cdata {\n\tcolor: #999988;\n\tfont-style: italic;\n}\n\n.token.namespace {\n\topacity: .7;\n}\n\n.token.string,\n.token.attr-value {\n\tcolor: #e3116c;\n}\n\n.token.punctuation,\n.token.operator {\n\tcolor: #393A34; /* no highlight */\n}\n\n.token.entity,\n.token.url,\n.token.symbol,\n.token.number,\n.token.boolean,\n.token.variable,\n.token.constant,\n.token.property,\n.token.regex,\n.token.inserted {\n\tcolor: #36acaa;\n}\n\n.token.atrule,\n.token.keyword,\n.token.attr-name,\n.language-autohotkey .token.selector {\n\tcolor: #00a4db;\n}\n\n.token.function,\n.token.deleted,\n.language-autohotkey .token.tag {\n\tcolor: #9a050f;\n}\n\n.token.tag,\n.token.selector,\n.language-autohotkey .token.keyword {\n\tcolor: #00009f;\n}\n\n.token.important,\n.token.function,\n.token.bold {\n\tfont-weight: bold;\n}\n\n.token.italic {\n\tfont-style: italic;\n}\n',""])},function(e,t,n){n(31);const r=n(21),i=n(148),o=n(203),a=n(468);angular.module("dbt").factory("graph",["$state","$window","$q","selectorService","project","locationService",function(e,t,n,s,l,c){var u={vertical:{userPanningEnabled:!1,boxSelectionEnabled:!1,maxZoom:1.5},horizontal:{userPanningEnabled:!0,boxSelectionEnabled:!1,maxZoom:1,minZoom:.05}},d={none:{name:"null"},left_right:{name:"dagre",rankDir:"LR",rankSep:200,edgeSep:30,nodeSep:50},top_down:{name:"preset",positions:function(t){var n=e.params.unique_id;if(!n)return{x:0,y:0};var a=f.graph.pristine.dag,s=r.sortBy(o.ancestorNodes(a,n,1)),l=r.sortBy(o.descendentNodes(a,n,1)),c=r.partial(r.includes,s),u=r.partial(r.includes,l),d=a.filterNodes(c),p=a.filterNodes(u);return function(e,t,n,i){console.log("Getting position for ",i,". Primary: ",e);var o,a=100/(1+Math.max(t.length,n.length));if(e==i)return{x:0,y:0};if(r.includes(t,i))o={set:t,index:r.indexOf(t,i),factor:-1,type:"parent"};else{if(!r.includes(n,i))return{x:0,y:0};o={set:n,index:r.indexOf(n,i),factor:1,type:"child"}}var s=o.set.length;if("parent"==o.type)var l={x:(0+o.index)*a,y:-200-100*(s-o.index-1)};else l={x:(0+o.index)*a,y:200+100*(s-o.index-1)};return l}(n,i.alg.topsort(d),i.alg.topsort(p).reverse(),t.data("id"))}}},f={loading:!0,loaded:n.defer(),graph_element:null,orientation:"sidebar",expanded:!1,graph:{options:u.vertical,pristine:{nodes:{},edges:{},dag:null},elements:[],layout:d.none,style:[{selector:"edge.vertical",style:{"curve-style":"unbundled-bezier","target-arrow-shape":"triangle-backcurve","target-arrow-color":"#027599","arrow-scale":1.5,"line-color":"#027599",width:3,"target-distance-from-node":"5px","source-endpoint":"0% 50%","target-endpoint":"0deg"}},{selector:"edge.horizontal",style:{"curve-style":"unbundled-bezier","target-arrow-shape":"triangle-backcurve","target-arrow-color":"#006f8a","arrow-scale":1.5,"target-distance-from-node":"10px","source-distance-from-node":"5px","line-color":"#006f8a",width:3,"source-endpoint":"50% 0%","target-endpoint":"270deg"}},{selector:"edge[selected=1]",style:{"line-color":"#bd6bb6","target-arrow-color":"#bd6bb6","z-index":1}},{selector:'node[display="none"]',style:{display:"none"}},{selector:"node.vertical",style:{"text-margin-x":"5px","background-color":"#0094b3","font-size":"16px",shape:"ellipse",color:"#fff",width:"5px",height:"5px",padding:"5px",content:"data(label)","font-weight":300,"text-valign":"center","text-halign":"right"}},{selector:"node.horizontal",style:{"background-color":"#0094b3","font-size":"24px",shape:"roundrectangle",color:"#fff",width:"label",height:"label",padding:"12px",content:"data(label)","font-weight":300,"font-family":'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif',"text-valign":"center","text-halign":"center",ghost:"yes","ghost-offset-x":"2px","ghost-offset-y":"4px","ghost-opacity":.5,"text-outline-color":"#000","text-outline-width":"1px","text-outline-opacity":.2}},{selector:'node[resource_type="source"]',style:{"background-color":"#5fb825"}},{selector:'node[resource_type="exposure"]',style:{"background-color":"#ff694b"}},{selector:'node[resource_type="metric"]',style:{"background-color":"#ff5688"}},{selector:"node[node_color]",style:{"background-color":"data(node_color)"}},{selector:"node[selected=1]",style:{"background-color":"#bd6bb6"}},{selector:"node.horizontal[selected=1]",style:{"background-color":"#88447d"}},{selector:"node.horizontal.dirty",style:{"background-color":"#919599"}},{selector:"node[hidden=1]",style:{"background-color":"#919599","background-opacity":.5}}],ready:function(e){console.log("graph ready")}}};function p(e,t,n){var i=r.map(e,(function(e){return f.graph.pristine.nodes[e]})),o=[];r.flatten(r.each(e,(function(t){var n=f.graph.pristine.edges[t];r.each(n,(function(t){r.includes(e,t.data.target)&&r.includes(e,t.data.source)&&o.push(t)}))})));var s=r.compact(i).concat(r.compact(o));return r.each(f.graph.elements,(function(e){e.data.display="none",e.data.selected=0,e.data.hidden=0,e.classes=n})),r.each(s,(function(e){e.data.display="element",e.classes=n,t&&r.includes(t,e.data.unique_id)&&(e.data.selected=1),r.get(e,["data","docs","show"],!0)||(e.data.hidden=1);var i=r.get(e,["data","docs","node_color"]);i&&a.isValidColor(i)&&(e.data.node_color=i)})),f.graph.elements=r.filter(s,(function(e){return"element"==e.data.display})),e}function h(e,t,n){var r=f.graph.pristine.dag;if(r){var i=f.graph.pristine.nodes,o=s.selectNodes(r,i,e),a=n?o.matched:[];return p(o.selected,a,t)}}return f.setGraphReady=function(e){f.loading=!1,f.loaded.resolve(),f.graph_element=e},f.ready=function(e){f.loaded.promise.then((function(){e(f)}))},f.manifest={},f.packages=[],f.selected_node=null,f.getCanvasHeight=function(){return.8*t.innerHeight+"px"},l.ready((function(e){f.manifest=e,f.packages=r.uniq(r.map(f.manifest.nodes,"package_name")),r.each(r.filter(f.manifest.nodes,(function(e){var t=r.includes(["model","seed","source","snapshot","analysis","exposure","metric","operation"],e.resource_type),n="test"==e.resource_type&&!e.hasOwnProperty("test_metadata");return t||n})),(function(e){var t={group:"nodes",data:r.assign(e,{parent:e.package_name,id:e.unique_id,is_group:"false"})};f.graph.pristine.nodes[e.unique_id]=t})),r.each(f.manifest.parent_map,(function(e,t){r.each(e,(function(e){var n=f.manifest.nodes[e],i=f.manifest.nodes[t];if(r.includes(["model","source","seed","snapshot","metric"],n.resource_type)&&("test"!=i.resource_type||!i.hasOwnProperty("test_metadata"))){var o=n.unique_id+"|"+i.unique_id,a={group:"edges",data:{source:n.unique_id,target:i.unique_id,unique_id:o}},s=i.unique_id;f.graph.pristine.edges[s]||(f.graph.pristine.edges[s]=[]),f.graph.pristine.edges[s].push(a)}}))}));var t=new i.Graph({directed:!0});r.each(f.graph.pristine.nodes,(function(e){t.setNode(e.data.unique_id,e.data.name)})),r.each(f.graph.pristine.edges,(function(e){r.each(e,(function(e){t.setEdge(e.data.source,e.data.target)}))})),f.graph.pristine.dag=t,f.graph.elements=r.flatten(r.values(f.graph.pristine.nodes).concat(r.values(f.graph.pristine.edges))),p(t.nodes())})),f.hideGraph=function(){f.orientation="sidebar",f.expanded=!1},f.showVerticalGraph=function(e,t){f.orientation="sidebar",t&&(f.expanded=!0);var n=h(r.assign({},s.options,{include:"+"+e+"+",exclude:"",hops:1}),"vertical",!0);return f.graph.layout=d.top_down,f.graph.options=u.vertical,n},f.showFullGraph=function(e){f.orientation="fullscreen",f.expanded=!0;var t=r.assign({},s.options);e?(t.include="+"+e+"+",t.exclude=""):(t.include="",t.exclude="");var n=h(t,"horizontal",!0);return f.graph.layout=d.left_right,f.graph.options=u.horizontal,c.setState(t),n},f.updateGraph=function(e){f.orientation="fullscreen",f.expanded=!0;var t=h(e,"horizontal",!1);return f.graph.layout=d.left_right,f.graph.options=u.horizontal,c.setState(e),t},f.deselectNodes=function(){"fullscreen"==f.orientation&&f.graph_element.elements().data("selected",0)},f.selectNode=function(e){if("fullscreen"==f.orientation){f.graph.pristine.nodes[e];var t=f.graph.pristine.dag,n=r.indexBy(o.ancestorNodes(t,e)),i=r.indexBy(o.descendentNodes(t,e));n[e]=e,i[e]=e;var a=f.graph_element;r.each(f.graph.elements,(function(t){var r=a.$id(t.data.id);n[t.data.source]&&n[t.data.target]||i[t.data.source]&&i[t.data.target]||t.data.unique_id==e?r.data("selected",1):r.data("selected",0)}))}},f.markDirty=function(e){f.markAllClean(),r.each(e,(function(e){f.graph_element.$id(e).addClass("dirty")}))},f.markAllClean=function(){f.graph_element&&f.graph_element.elements().removeClass("dirty")},f}])},function(e,t,n){"use strict";n.r(t),n.d(t,"isValidColor",(function(){return i}));const r=new Set(["aliceblue","antiquewhite","aqua","aquamarine","azure","beige","bisque","black","blanchedalmond","blue","blueviolet","brown","burlywood","cadetblue","chartreuse","chocolate","coral","cornflowerblue","cornsilk","crimson","cyan","darkblue","darkcyan","darkgoldenrod","darkgray","darkgreen","darkkhaki","darkmagenta","darkolivegreen","darkorange","darkorchid","darkred","darksalmon","darkseagreen","darkslateblue","darkslategray","darkturquoise","darkviolet","deeppink","deepskyblue","dimgray","dodgerblue","firebrick","floralwhite","forestgreen","fuchsia","ghostwhite","gold","goldenrod","gray","green","greenyellow","honeydew","hotpink","indianred","indigo","ivory","khaki","lavender","lavenderblush","lawngreen","lemonchiffon","lightblue","lightcoral","lightcyan","lightgoldenrodyellow","lightgray","lightgreen","lightpink","lightsalmon","lightsalmon","lightseagreen","lightskyblue","lightslategray","lightsteelblue","lightyellow","lime","limegreen","linen","magenta","maroon","mediumaquamarine","mediumblue","mediumorchid","mediumpurple","mediumseagreen","mediumslateblue","mediumslateblue","mediumspringgreen","mediumturquoise","mediumvioletred","midnightblue","mintcream","mistyrose","moccasin","navajowhite","navy","oldlace","olive","olivedrab","orange","orangered","orchid","palegoldenrod","palegreen","paleturquoise","palevioletred","papayawhip","peachpuff","peru","pink","plum","powderblue","purple","rebeccapurple","red","rosybrown","royalblue","saddlebrown","salmon","sandybrown","seagreen","seashell","sienna","silver","skyblue","slateblue","slategray","snow","springgreen","steelblue","tan","teal","thistle","tomato","turquoise","violet","wheat","white","whitesmoke","yellow","yellowgreen"]);function i(e){if(!e)return!1;const t=e.trim().toLowerCase();if(""===t)return!1;const n=t.match(/^#([A-Fa-f0-9]{3}){1,2}$/),i=r.has(t);return Boolean(n)||i}},function(e,t,n){n(31);const r=n(21),i=n(470);angular.module("dbt").factory("selectorService",["$state",function(e){var t={include:"",exclude:"",packages:[],tags:[null],resource_types:["model","seed","snapshot","source","test","analysis","exposure","metric"],depth:1},n={view_node:null,selection:{clean:r.clone(t),dirty:r.clone(t)},options:{packages:[],tags:[null],resource_types:["model","seed","snapshot","source","test","analysis","exposure","metric"]},init:function(e){r.each(e,(function(e,r){n.options[r]=e,t[r]=e,n.selection.clean[r]=e,n.selection.dirty[r]=e}))},resetSelection:function(e){var i={include:e&&r.includes(["model","seed","snapshot"],e.resource_type)?"+"+e.name+"+":e&&"source"==e.resource_type?"+source:"+e.source_name+"."+e.name+"+":e&&"exposure"==e.resource_type?"+exposure:"+e.name:e&&"metric"==e.resource_type?"+metric:"+e.name:e&&r.includes(["analysis","test"],e.resource_type)?"+"+e.name:""},o=r.assign({},t,i);n.selection.clean=r.clone(o),n.selection.dirty=r.clone(o),n.view_node=e},getViewNode:function(){return n.view_node},excludeNode:function(e,t){var r,i=n.selection.dirty.exclude,o=t.parents?"+":"",a=t.children?"+":"",s=i.length>0?" ":"";"source"==e.resource_type?(o+="source:",r=e.source_name+"."+e.name):["exposure","metric"].indexOf(e.resource_type)>-1?(o+=e.resource_type+":",r=e.name):r=e.name;var l=i+s+o+r+a;return n.selection.dirty.exclude=l,n.updateSelection()},selectSource:function(e,t){var r="source:"+e+(t.children?"+":"");return n.selection.dirty.include=r,n.updateSelection()},clearViewNode:function(){n.view_node=null},isDirty:function(){return!r.isEqual(n.selection.clean,n.selection.dirty)},updateSelection:function(){return n.selection.clean=r.clone(n.selection.dirty),n.selection.clean},selectNodes:function(e,t,n){return i.selectNodes(e,t,n)}};return n}])},function(e,t,n){const r=n(21),i=n(471);function o(e,t){return t||(t=" "),r.filter(r.uniq(e.split(t)),(function(e){return e.length>0}))}function a(e){var t={raw:e,select_at:!1,select_children:!1,children_depth:null,select_parents:!1,parents_depth:null};const n=new RegExp(""+/^/.source+/(?(\@))?/.source+/(?((?(\d*))\+))?/.source+/((?([\w.]+)):)?/.source+/(?(.*?))/.source+/(?(\+(?(\d*))))?/.source+/$/.source).exec(e).groups;t.select_at="@"==n.childs_parents,t.select_parents=!!n.parents,t.select_children=!!n.children,n.parents_depth&&(t.parents_depth=parseInt(n.parents_depth)),n.children_depth&&(t.children_depth=parseInt(n.children_depth));var r=n.method,i=n.value;return r?-1!=r.indexOf(".")&&([r,selector_modifier]=r.split(".",2),i={config:selector_modifier,value:i}):r="implicit",t.selector_type=r,t.selector_value=i,t}function s(e){var t=o(e," ");return r.map(t,(function(e){var t=o(e,",");return t.length>1?{method:"intersect",selectors:r.map(t,a)}:{method:"none",selectors:r.map([e],a)}}))}function l(e,t){var n=s(e),i=null,o=null;return r.each(n,(function(e){var n="intersect"==e.method?r.intersection:r.union;r.each(e.selectors,(function(e){var r=t(e);null===i?(i=r.matched,o=r.selected):(i=n(i,r.matched),o=n(o,r.selected))}))})),{matched:i||[],selected:o||[]}}e.exports={splitSpecs:o,parseSpec:a,parseSpecs:s,buildSpec:function(e,t,n){return{include:s(e),exclude:s(t),hops:n}},applySpec:l,selectNodes:function(e,t,n){n.include,n.exclude;var o,a=r.partial(i.getNodesFromSpec,e,t,n.hops);r.values(t),o=0==n.include.trim().length?{selected:e.nodes(),matched:[]}:l(n.include,a);var s=l(n.exclude,a),c=o.selected,u=o.matched;c=r.difference(c,s.selected),u=r.difference(u,s.matched);var d=[];return r.each(c,(function(e){var i=t[e];i.data.tags||(i.data.tags=[]);var o=r.includes(n.packages,i.data.package_name),a=r.intersection(n.tags,i.data.tags).length>0,s=r.includes(n.tags,null)&&0==i.data.tags.length,l=r.includes(n.resource_types,i.data.resource_type);o&&(a||s)&&l||d.push(i.data.unique_id)})),{selected:r.difference(c,d),matched:r.difference(u,d)}}}},function(e,t,n){const r=n(21),i=n(203);var o="fqn",a="tag",s="source",l="exposure",c="metric",u="path",d="file",f="package",p="config",h="test_name",g="test_type",m={};function v(e,t){if(t===r.last(e))return!0;var n=e.reduce((e,t)=>e.concat(t.split(".")),[]),i=t.split(".");if(n.length-1||!r.hasOwnProperty("test_metadata")&&["data","singular"].indexOf(t)>-1)&&n.push(r)})),n}function $(e,t){var n=[];return r.each(e,(function(e){var r=e.data;if("source"==r.resource_type){var i,o,a=r.source_name,s=r.name;-1!=t.indexOf(".")?[i,o]=t.split(".",2):(i=t,o=null),("*"==i||i==a&&"*"===o||i==a&&o===s||i==a&&null===o)&&n.push(e.data)}})),n}m["implicit"]=function(e,t){var n=b(e,t),i=y(e,t),o=[];t.toLowerCase().endsWith(".sql")&&(o=x(e,t));var a=r.uniq([].concat(r.map(n,"unique_id"),r.map(i,"unique_id"),r.map(o,"unique_id")));return r.map(a,t=>e[t].data)},m[o]=b,m[a]=w,m[s]=$,m[l]=function(e,t){var n=[];return r.each(e,(function(e){var r=e.data;if("exposure"==r.resource_type){var i=r.name;("*"==t||t==i)&&n.push(e.data)}})),n},m[c]=function(e,t){var n=[];return r.each(e,(function(e){var r=e.data;if("metric"==r.resource_type){var i=r.name;("*"==t||t==i)&&n.push(e.data)}})),n},m[u]=y,m[d]=x,m[f]=k,m[p]=A,m[h]=E,m[g]=S,e.exports={isFQNMatch:v,getNodesByFQN:b,getNodesByTag:w,getNodesBySource:$,getNodesByPath:y,getNodesByPackage:k,getNodesByConfig:A,getNodesByTestName:E,getNodesByTestType:S,getNodesFromSpec:function(e,t,n,o){const a=m[o.selector_type];if(!a)return console.log("Node matcher for selector",o.selector_type,"is invalid"),{selected:[],matched:[]};var s=a(t,o.selector_value),l=[],c=[];return r.each(s,(function(t){var a=t.unique_id;c.push(t.unique_id);var s=[],u=[],d=[];if(o.select_at&&(d=r.union(i.selectAt(e,a))),o.select_parents){var f=n||o.parents_depth;s=i.ancestorNodes(e,a,f)}if(o.select_children){f=n||o.children_depth;u=i.descendentNodes(e,a,f)}l=r.union([a],l,u,s,d)})),{selected:l,matched:c}}}},function(e,t,n){const r=n(9);n(473);r.module("dbt").factory("trackingService",["$location","selectorService","$rootScope",function(e,t,n){var r={initialized:!1,snowplow:null,project_id:null,init:function(e){r.initialized||(r.initialized=!0,r.project_id=e.project_id,!0===e.track&&r.turn_on_tracking())},isHosted:function(){return window.location.hostname.indexOf(".getdbt.com")>-1},turn_on_tracking:function(){var e,t,n,i,o,a;e=window,t=document,n="script",e[i="snowplow"]||(e.GlobalSnowplowNamespace=e.GlobalSnowplowNamespace||[],e.GlobalSnowplowNamespace.push(i),e[i]=function(){(e[i].q=e[i].q||[]).push(arguments)},e[i].q=e[i].q||[],o=t.createElement(n),a=t.getElementsByTagName(n)[0],o.async=1,o.src="//d1fc8wv8zag5ca.cloudfront.net/2.9.0/sp.js",a.parentNode.insertBefore(o,a));var s={appId:"dbt-docs",forceSecureTracker:!0,respectDoNotTrack:!0,userFingerprint:!1,contexts:{webPage:!0}};r.isHosted()&&(s.cookieDomain=".getdbt.com"),r.snowplow=window.snowplow,r.snowplow("newTracker","sp","fishtownanalytics.sinter-collect.com",s),r.snowplow("enableActivityTracking",30,30),r.track_pageview()},fuzzUrls:function(){r.isHosted()||(r.snowplow("setCustomUrl","https://fuzzed.getdbt.com/"),r.snowplow("setReferrerUrl","https://fuzzed.getdbt.com/"))},getContext:function(){return[{schema:"iglu:com.dbt/dbt_docs/jsonschema/1-0-0",data:{is_cloud_hosted:r.isHosted(),core_project_id:r.project_id}}]},track_pageview:function(){if(r.snowplow){r.fuzzUrls();r.snowplow("trackPageView",null,r.getContext())}},track_event:function(e,t,n,i){r.snowplow&&(r.fuzzUrls(),r.snowplow("trackStructEvent","dbt-docs",e,t,n,i,r.getContext()))},track_graph_interaction:function(e,t){r.snowplow&&(r.fuzzUrls(),r.track_event("graph","interact",e,t))}};return r}])},function(e,t,n){var r,i,o,a,s;r=n(474),i=n(204).utf8,o=n(475),a=n(204).bin,(s=function(e,t){e.constructor==String?e=t&&"binary"===t.encoding?a.stringToBytes(e):i.stringToBytes(e):o(e)?e=Array.prototype.slice.call(e,0):Array.isArray(e)||e.constructor===Uint8Array||(e=e.toString());for(var n=r.bytesToWords(e),l=8*e.length,c=1732584193,u=-271733879,d=-1732584194,f=271733878,p=0;p>>24)|4278255360&(n[p]<<24|n[p]>>>8);n[l>>>5]|=128<>>9<<4)]=l;var h=s._ff,g=s._gg,m=s._hh,v=s._ii;for(p=0;p>>0,u=u+y>>>0,d=d+x>>>0,f=f+w>>>0}return r.endian([c,u,d,f])})._ff=function(e,t,n,r,i,o,a){var s=e+(t&n|~t&r)+(i>>>0)+a;return(s<>>32-o)+t},s._gg=function(e,t,n,r,i,o,a){var s=e+(t&r|n&~r)+(i>>>0)+a;return(s<>>32-o)+t},s._hh=function(e,t,n,r,i,o,a){var s=e+(t^n^r)+(i>>>0)+a;return(s<>>32-o)+t},s._ii=function(e,t,n,r,i,o,a){var s=e+(n^(t|~r))+(i>>>0)+a;return(s<>>32-o)+t},s._blocksize=16,s._digestsize=16,e.exports=function(e,t){if(null==e)throw new Error("Illegal argument "+e);var n=r.wordsToBytes(s(e,t));return t&&t.asBytes?n:t&&t.asString?a.bytesToString(n):r.bytesToHex(n)}},function(e,t){var n,r;n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",r={rotl:function(e,t){return e<>>32-t},rotr:function(e,t){return e<<32-t|e>>>t},endian:function(e){if(e.constructor==Number)return 16711935&r.rotl(e,8)|4278255360&r.rotl(e,24);for(var t=0;t0;e--)t.push(Math.floor(256*Math.random()));return t},bytesToWords:function(e){for(var t=[],n=0,r=0;n>>5]|=e[n]<<24-r%32;return t},wordsToBytes:function(e){for(var t=[],n=0;n<32*e.length;n+=8)t.push(e[n>>>5]>>>24-n%32&255);return t},bytesToHex:function(e){for(var t=[],n=0;n>>4).toString(16)),t.push((15&e[n]).toString(16));return t.join("")},hexToBytes:function(e){for(var t=[],n=0;n>>6*(3-o)&63)):t.push("=");return t.join("")},base64ToBytes:function(e){e=e.replace(/[^A-Z0-9+\/]/gi,"");for(var t=[],r=0,i=0;r>>6-2*i);return t}},e.exports=r},function(e,t){function n(e){return!!e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)} +/*! Runge-Kutta spring physics function generator. Adapted from Framer.js, copyright Koen Bok. MIT License: http://en.wikipedia.org/wiki/MIT_License */var r=function(){function e(e){return-e.tension*e.x-e.friction*e.v}function t(t,n,r){var i={x:t.x+r.dx*n,v:t.v+r.dv*n,tension:t.tension,friction:t.friction};return{dx:i.v,dv:e(i)}}function n(n,r){var i={dx:n.v,dv:e(n)},o=t(n,.5*r,i),a=t(n,.5*r,o),s=t(n,r,a),l=1/6*(i.dx+2*(o.dx+a.dx)+s.dx),c=1/6*(i.dv+2*(o.dv+a.dv)+s.dv);return n.x=n.x+l*r,n.v=n.v+c*r,n}return function e(t,r,i){var o,a={x:-1,v:0,tension:null,friction:null},s=[0],l=0,c=void 0,u=void 0;for(t=parseFloat(t)||500,r=parseFloat(r)||20,i=i||null,a.tension=t,a.friction=r,c=(o=null!==i)?(l=e(t,r))/i*.016:.016;u=n(u||a,c),s.push(1+u.x),l+=16,Math.abs(u.x)>1e-4&&Math.abs(u.v)>1e-4;);return o?function(e){return s[e*(s.length-1)|0]}:l}}();e.exports=r},function(e,t,n){"use strict";var r=n(0);function i(e,t,n,r,i){if(1===r)return n;var o=i(t,n,r);return null==e||((e.roundValue||e.color)&&(o=Math.round(o)),void 0!==e.min&&(o=Math.max(o,e.min)),void 0!==e.max&&(o=Math.min(o,e.max))),o}function o(e,t){return null!=e.pfValue||null!=e.value?null==e.pfValue||null!=t&&"%"===t.type.units?e.value:e.pfValue:e}e.exports=function(e,t,n,a,s){var l=null!=s?s.type:null;n<0?n=0:n>1&&(n=1);var c=o(e,s),u=o(t,s);if(r.number(c)&&r.number(u))return i(l,c,u,n,a);if(r.array(c)&&r.array(u)){for(var d=[],f=0;f0},startBatch:function(){var e=this._private;return null==e.batchCount&&(e.batchCount=0),0===e.batchCount&&(e.batchingStyle=e.batchingNotify=!0,e.batchStyleEles=this.collection(),e.batchNotifyEles=this.collection(),e.batchNotifyTypes=[],e.batchNotifyTypes.ids={}),e.batchCount++,this},endBatch:function(){var e=this._private;return e.batchCount--,0===e.batchCount&&(e.batchingStyle=!1,e.batchStyleEles.updateStyle(),e.batchingNotify=!1,this.notify({type:e.batchNotifyTypes,eles:e.batchNotifyEles})),this},batch:function(e){return this.startBatch(),e(),this.endBatch(),this},batchData:function(e){var t=this;return this.batch((function(){for(var n=Object.keys(e),r=0;r0;)e.removeChild(e.childNodes[0]);this._private.renderer=null},onRender:function(e){return this.on("render",e)},offRender:function(e){return this.off("render",e)}};i.invalidateDimensions=i.resize,e.exports=i},function(e,t,n){"use strict";var r=n(0),i=n(7),o={collection:function(e,t){return r.string(e)?this.$(e):r.elementOrCollection(e)?e.collection():r.array(e)?new i(this,e,t):new i(this)},nodes:function(e){var t=this.$((function(e){return e.isNode()}));return e?t.filter(e):t},edges:function(e){var t=this.$((function(e){return e.isEdge()}));return e?t.filter(e):t},$:function(e){var t=this._private.elements;return e?t.filter(e):t.spawnSelf()},mutableElements:function(){return this._private.elements}};o.elements=o.filter=o.$,e.exports=o},function(e,t,n){"use strict";var r=n(0),i=n(18),o={style:function(e){return e&&this.setStyle(e).update(),this._private.style},setStyle:function(e){var t=this._private;return r.stylesheet(e)?t.style=e.generateStyle(this):r.array(e)?t.style=i.fromJson(this,e):r.string(e)?t.style=i.fromString(this,e):t.style=i(this),t.style}};e.exports=o},function(e,t,n){"use strict";var r=n(1),i=n(0),o=n(5),a={apply:function(e){var t=this._private,n=t.cy.collection();t.newStyle&&(t.contextStyles={},t.propDiffs={},this.cleanElements(e,!0));for(var r=0;r0;if(c||u){var d=void 0;c&&u||c?d=l.properties:u&&(d=l.mappedProperties);for(var f=0;f0){n=!0;break}t.hasPie=n;var i=e.pstyle("text-transform").strValue,o=e.pstyle("label").strValue,a=e.pstyle("source-label").strValue,s=e.pstyle("target-label").strValue,l=e.pstyle("font-style").strValue,c=e.pstyle("font-size").pfValue+"px",u=e.pstyle("font-family").strValue,d=e.pstyle("font-weight").strValue,f=l+"$"+c+"$"+u+"$"+d+"$"+i+"$"+e.pstyle("text-valign").strValue+"$"+e.pstyle("text-valign").strValue+"$"+e.pstyle("text-outline-width").pfValue+"$"+e.pstyle("text-wrap").strValue+"$"+e.pstyle("text-max-width").pfValue;t.labelStyleKey=f,t.sourceLabelKey=f+"$"+a,t.targetLabelKey=f+"$"+s,t.labelKey=f+"$"+o,t.fontKey=l+"$"+d+"$"+c+"$"+u,t.styleKey=Date.now()}},applyParsedProperty:function(e,t){var n=this,o=t,a=e._private.style,s=void 0,l=n.types,c=n.properties[o.name].type,u=o.bypass,d=a[o.name],f=d&&d.bypass,p=e._private,h=function(){n.checkZOrderTrigger(e,o.name,d?d.value:null,o.value)};if("curve-style"===t.name&&"haystack"===t.value&&e.isEdge()&&(e.isLoop()||e.source().isParent()||e.target().isParent())&&(o=t=this.parse(t.name,"bezier",u)),o.delete)return a[o.name]=void 0,h(),!0;if(o.deleteBypassed)return d?!!d.bypass&&(d.bypassed=void 0,h(),!0):(h(),!0);if(o.deleteBypass)return d?!!d.bypass&&(a[o.name]=d.bypassed,h(),!0):(h(),!0);var g=function(){r.error("Do not assign mappings to elements without corresponding data (e.g. ele `"+e.id()+"` for property `"+o.name+"` with data field `"+o.field+"`); try a `["+o.field+"]` selector to limit scope to elements with `"+o.field+"` defined")};switch(o.mapped){case l.mapData:for(var m=o.field.split("."),v=p.data,b=0;b1&&(y=1),c.color){var x=o.valueMin[0],w=o.valueMax[0],k=o.valueMin[1],A=o.valueMax[1],E=o.valueMin[2],S=o.valueMax[2],$=null==o.valueMin[3]?1:o.valueMin[3],C=null==o.valueMax[3]?1:o.valueMax[3],_=[Math.round(x+(w-x)*y),Math.round(k+(A-k)*y),Math.round(E+(S-E)*y),Math.round($+(C-$)*y)];s={bypass:o.bypass,name:o.name,value:_,strValue:"rgb("+_[0]+", "+_[1]+", "+_[2]+")"}}else{if(!c.number)return!1;var O=o.valueMin+(o.valueMax-o.valueMin)*y;s=this.parse(o.name,O,o.bypass,"mapping")}s||(s=this.parse(o.name,d.strValue,o.bypass,"mapping")),s||g(),s.mapping=o,o=s;break;case l.data:var j=o.field.split("."),T=p.data;if(T)for(var P=0;P0&&l>0){for(var u={},d=!1,f=0;f0?e.delayAnimation(c).play().promise().then(t):t()})).then((function(){return e.animation({style:u,duration:l,easing:e.pstyle("transition-timing-function").value,queue:!1}).play().promise()})).then((function(){r.removeBypasses(e,s),e.emitAndNotify("style"),a.transitioning=!1}))}else a.transitioning&&(this.removeBypasses(e,s),e.emitAndNotify("style"),a.transitioning=!1)},checkZOrderTrigger:function(e,t,n,r){var i=this.properties[t];null==i.triggersZOrder||null!=n&&!i.triggersZOrder(n,r)||this._private.cy.notify({type:"zorder",eles:e})}};e.exports=a},function(e,t,n){"use strict";var r=n(0),i=n(1),o={applyBypass:function(e,t,n,o){var a=[];if("*"===t||"**"===t){if(void 0!==n)for(var s=0;sn.length?t.substr(n.length):""}function l(){o=o.length>a.length?o.substr(a.length):""}for(t=t.replace(/[/][*](\s|.)+?[*][/]/g,"");!t.match(/^\s*$/);){var c=t.match(/^\s*((?:.|\s)+?)\s*\{((?:.|\s)+?)\}/);if(!c){r.error("Halting stylesheet parsing: String stylesheet contains more to parse but no selector and block found in: "+t);break}n=c[0];var u=c[1];if("core"!==u&&new i(u)._private.invalid)r.error("Skipping parsing of block: Invalid selector found in string stylesheet: "+u),s();else{var d=c[2],f=!1;o=d;for(var p=[];!o.match(/^\s*$/);){var h=o.match(/^\s*(.+?)\s*:\s*(.+?)\s*;/);if(!h){r.error("Skipping parsing of block: Invalid formatting of style property and value definitions found in:"+d),f=!0;break}a=h[0];var g=h[1],m=h[2];this.properties[g]?this.parse(g,m)?(p.push({name:g,val:m}),l()):(r.error("Skipping property: Invalid property definition in: "+a),l()):(r.error("Skipping property: Invalid property name in: "+a),l())}if(f){s();break}this.selector(u);for(var v=0;v node").css({shape:"rectangle",padding:10,"background-color":"#eee","border-color":"#ccc","border-width":1}).selector("edge").css({width:3,"curve-style":"haystack"}).selector(":parent <-> node").css({"curve-style":"bezier","source-endpoint":"outside-to-line","target-endpoint":"outside-to-line"}).selector(":selected").css({"background-color":"#0169D9","line-color":"#0169D9","source-arrow-color":"#0169D9","target-arrow-color":"#0169D9","mid-source-arrow-color":"#0169D9","mid-target-arrow-color":"#0169D9"}).selector("node:parent:selected").css({"background-color":"#CCE1F9","border-color":"#aec8e5"}).selector(":active").css({"overlay-color":"black","overlay-padding":10,"overlay-opacity":.25}).selector("core").css({"selection-box-color":"#ddd","selection-box-opacity":.65,"selection-box-border-color":"#aaa","selection-box-border-width":1,"active-bg-color":"black","active-bg-opacity":.15,"active-bg-size":30,"outside-texture-bg-color":"#000","outside-texture-bg-opacity":.125}),this.defaultLength=this.length},e.exports=o},function(e,t,n){"use strict";var r=n(1),i=n(0),o=n(2),a={parse:function(e,t,n,o){if(i.fn(t))return this.parseImplWarn(e,t,n,o);var a=[e,t,n,"mapping"===o||!0===o||!1===o||null==o?"dontcare":o].join("$"),s=this.propCache=this.propCache||{},l=void 0;return(l=s[a])||(l=s[a]=this.parseImplWarn(e,t,n,o)),(n||"mapping"===o)&&(l=r.copy(l))&&(l.value=r.copy(l.value)),l},parseImplWarn:function(e,t,n,i){var o=this.parseImpl(e,t,n,i);return o||null==t||r.error("The style property `%s: %s` is invalid",e,t),o},parseImpl:function(e,t,n,a){e=r.camel2dash(e);var s=this.properties[e],l=t,c=this.types;if(!s)return null;if(void 0===t)return null;s.alias&&(s=s.pointsTo,e=s.name);var u=i.string(t);u&&(t=t.trim());var d=s.type;if(!d)return null;if(n&&(""===t||null===t))return{name:e,value:t,bypass:!0,deleteBypass:!0};if(i.fn(t))return{name:e,value:t,strValue:"fn",mapped:c.fn,bypass:n};var f=void 0,p=void 0;if(!u||a);else{if(f=new RegExp(c.data.regex).exec(t)){if(n)return!1;var h=c.data;return{name:e,value:f,strValue:""+t,mapped:h,field:f[1],bypass:n}}if(p=new RegExp(c.mapData.regex).exec(t)){if(n)return!1;if(d.multiple)return!1;var g=c.mapData;if(!d.color&&!d.number)return!1;var m=this.parse(e,p[4]);if(!m||m.mapped)return!1;var v=this.parse(e,p[5]);if(!v||v.mapped)return!1;if(m.value===v.value)return!1;if(d.color){var b=m.value,y=v.value;if(!(b[0]!==y[0]||b[1]!==y[1]||b[2]!==y[2]||b[3]!==y[3]&&(null!=b[3]&&1!==b[3]||null!=y[3]&&1!==y[3])))return!1}return{name:e,value:p,strValue:""+t,mapped:g,field:p[1],fieldMin:parseFloat(p[2]),fieldMax:parseFloat(p[3]),valueMin:m.value,valueMax:v.value,bypass:n}}}if(d.multiple&&"multiple"!==a){var x=void 0;if(x=u?t.split(/\s+/):i.array(t)?t:[t],d.evenMultiple&&x.length%2!=0)return null;for(var w=[],k=[],A=[],E=!1,S=0;Sd.max||d.strictMax&&t===d.max))return null;var P={name:e,value:t,strValue:""+t+(_||""),units:_,bypass:n};return d.unitless||"px"!==_&&"em"!==_?P.pfValue=t:P.pfValue="px"!==_&&_?this.getEmSizeInPixels()*t:t,"ms"!==_&&"s"!==_||(P.pfValue="ms"===_?t:1e3*t),"deg"!==_&&"rad"!==_||(P.pfValue="rad"===_?t:o.deg2rad(t)),"%"===_&&(P.pfValue=t/100),P}if(d.propList){var D=[],R=""+t;if("none"===R);else{for(var I=R.split(","),N=0;N0&&s>0&&!isNaN(n.w)&&!isNaN(n.h)&&n.w>0&&n.h>0)return{zoom:l=(l=(l=Math.min((a-2*t)/n.w,(s-2*t)/n.h))>this._private.maxZoom?this._private.maxZoom:l)t.maxZoom?t.maxZoom:s)t.maxZoom||!t.zoomingEnabled?a=!0:(t.zoom=l,o.push("zoom"))}if(i&&(!a||!e.cancelOnFailedZoom)&&t.panningEnabled){var c=e.pan;r.number(c.x)&&(t.pan.x=c.x,s=!1),r.number(c.y)&&(t.pan.y=c.y,s=!1),s||o.push("pan")}return o.length>0&&(o.push("viewport"),this.emit(o.join(" ")),this.notify({type:"viewport"})),this},center:function(e){var t=this.getCenterPan(e);return t&&(this._private.pan=t,this.emit("pan viewport"),this.notify({type:"viewport"})),this},getCenterPan:function(e,t){if(this._private.panningEnabled){if(r.string(e)){var n=e;e=this.mutableElements().filter(n)}else r.elementOrCollection(e)||(e=this.mutableElements());if(0!==e.length){var i=e.boundingBox(),o=this.width(),a=this.height();return{x:(o-(t=void 0===t?this._private.zoom:t)*(i.x1+i.x2))/2,y:(a-t*(i.y1+i.y2))/2}}}},reset:function(){return this._private.panningEnabled&&this._private.zoomingEnabled?(this.viewport({pan:{x:0,y:0},zoom:1}),this):this},invalidateSize:function(){this._private.sizeCache=null},size:function(){var e,t,n=this._private,r=n.container;return n.sizeCache=n.sizeCache||(r?(e=i.getComputedStyle(r),t=function(t){return parseFloat(e.getPropertyValue(t))},{width:r.clientWidth-t("padding-left")-t("padding-right"),height:r.clientHeight-t("padding-top")-t("padding-bottom")}):{width:1,height:1})},width:function(){return this.size().width},height:function(){return this.size().height},extent:function(){var e=this._private.pan,t=this._private.zoom,n=this.renderedExtent(),r={x1:(n.x1-e.x)/t,x2:(n.x2-e.x)/t,y1:(n.y1-e.y)/t,y2:(n.y2-e.y)/t};return r.w=r.x2-r.x1,r.h=r.y2-r.y1,r},renderedExtent:function(){var e=this.width(),t=this.height();return{x1:0,y1:0,x2:e,y2:t,w:e,h:t}}};a.centre=a.center,a.autolockNodes=a.autolock,a.autoungrabifyNodes=a.autoungrabify,e.exports=a},function(e,t,n){"use strict";var r=n(1),i=n(4),o=n(7),a=n(12),s=n(95),l=n(0),c=n(11),u={},d={};function f(e,t,n){var s=n,d=function(n){r.error("Can not register `"+t+"` for `"+e+"` since `"+n+"` already exists in the prototype and can not be overridden")};if("core"===e){if(a.prototype[t])return d(t);a.prototype[t]=n}else if("collection"===e){if(o.prototype[t])return d(t);o.prototype[t]=n}else if("layout"===e){for(var f=function(e){this.options=e,n.call(this,e),l.plainObject(this._private)||(this._private={}),this._private.cy=e.cy,this._private.listeners=[],this.createEmitter()},h=f.prototype=Object.create(n.prototype),g=[],m=0;m0;)m();c=n.collection();for(var v=function(e){var t=h[e],n=t.maxDegree(!1),r=t.filter((function(e){return e.degree(!1)===n}));c=c.add(r)},b=0;by.length-1;)y.push([]);y[J].push(X),Z.depth=J,Z.index=y[J].length-1}N()}var K=0;if(t.avoidOverlap)for(var ee=0;eec||0===t)&&(r+=l/u,i++)}return r/=i=Math.max(1,i),0===i&&(r=void 0),ie[e.id()]=r,r},ae=function(e,t){return oe(e)-oe(t)},se=0;se<3;se++){for(var le=0;le0&&y[0].length<=3?u/2:0),f=2*Math.PI/y[i].length*o;return 0===i&&1===y[0].length&&(d=1),{x:de+d*Math.cos(f),y:fe+d*Math.sin(f)}}return{x:de+(o+1-(a+1)/2)*s,y:(i+1)*c}}var p={x:de+(o+1-(a+1)/2)*s,y:(i+1)*c};return p},he={},ge=y.length-1;ge>=0;ge--)for(var me=y[ge],ve=0;ve1&&t.avoidOverlap){p*=1.75;var b=Math.cos(d)-Math.cos(0),y=Math.sin(d)-Math.sin(0),x=Math.sqrt(p*p/(b*b+y*y));f=Math.max(x,f)}return s.layoutPositions(this,t,(function(e,n){var r=t.startAngle+n*d*(a?1:-1),i=f*Math.cos(r),o=f*Math.sin(r);return{x:c+i,y:u+o}})),this},e.exports=s},function(e,t,n){"use strict";var r=n(1),i=n(2),o={fit:!0,padding:30,startAngle:1.5*Math.PI,sweep:void 0,clockwise:!0,equidistant:!1,minNodeSpacing:10,boundingBox:void 0,avoidOverlap:!0,nodeDimensionsIncludeLabels:!1,height:void 0,width:void 0,spacingFactor:void 0,concentric:function(e){return e.degree()},levelWidth:function(e){return e.maxDegree()/4},animate:!1,animationDuration:500,animationEasing:void 0,animateFilter:function(e,t){return!0},ready:void 0,stop:void 0,transform:function(e,t){return t}};function a(e){this.options=r.extend({},o,e)}a.prototype.run=function(){for(var e=this.options,t=e,n=void 0!==t.counterclockwise?!t.counterclockwise:t.clockwise,r=e.cy,o=t.eles.nodes().not(":parent"),a=i.makeBoundingBox(t.boundingBox?t.boundingBox:{x1:0,y1:0,w:r.width(),h:r.height()}),s=a.x1+a.w/2,l=a.y1+a.h/2,c=[],u=(t.startAngle,0),d=0;d0&&Math.abs(b[0].value-x.value)>=m&&(b=[],v.push(b)),b.push(x)}var w=u+t.minNodeSpacing;if(!t.avoidOverlap){var k=v.length>0&&v[0].length>1,A=(Math.min(a.w,a.h)/2-w)/(v.length+k?1:0);w=Math.min(w,A)}for(var E=0,S=0;S1&&t.avoidOverlap){var O=Math.cos(_)-Math.cos(0),j=Math.sin(_)-Math.sin(0),T=Math.sqrt(w*w/(O*O+j*j));E=Math.max(T,E)}$.r=E,E+=w}if(t.equidistant){for(var P=0,D=0,R=0;R0)var c=(f=r.nodeOverlap*s)*i/(b=Math.sqrt(i*i+o*o)),d=f*o/b;else{var f,p=u(e,i,o),h=u(t,-1*i,-1*o),g=h.x-p.x,m=h.y-p.y,v=g*g+m*m,b=Math.sqrt(v);c=(f=(e.nodeRepulsion+t.nodeRepulsion)/v)*g/b,d=f*m/b}e.isLocked||(e.offsetX-=c,e.offsetY-=d),t.isLocked||(t.offsetX+=c,t.offsetY+=d)}},l=function(e,t,n,r){if(n>0)var i=e.maxX-t.minX;else i=t.maxX-e.minX;if(r>0)var o=e.maxY-t.minY;else o=t.maxY-e.minY;return i>=0&&o>=0?Math.sqrt(i*i+o*o):0},u=function(e,t,n){var r=e.positionX,i=e.positionY,o=e.height||1,a=e.width||1,s=n/t,l=o/a,c={};return 0===t&&0n?(c.x=r,c.y=i+o/2,c):0t&&-1*l<=s&&s<=l?(c.x=r-a/2,c.y=i-a*n/2/t,c):0=l)?(c.x=r+o*t/2/n,c.y=i+o/2,c):0>n&&(s<=-1*l||s>=l)?(c.x=r-o*t/2/n,c.y=i-o/2,c):c},d=function(e,t){for(var n=0;n1){var h=t.gravity*d/p,g=t.gravity*f/p;u.offsetX+=h,u.offsetY+=g}}}}},p=function(e,t){var n=[],r=0,i=-1;for(n.push.apply(n,e.graphSet[0]),i+=e.graphSet[0].length;r<=i;){var o=n[r++],a=e.idToIndex[o],s=e.layoutNodes[a],l=s.children;if(0n)var i={x:n*e/r,y:n*t/r};else i={x:e,y:t};return i},m=function e(t,n){var r=t.parentId;if(null!=r){var i=n.layoutNodes[n.idToIndex[r]],o=!1;return(null==i.maxX||t.maxX+i.padRight>i.maxX)&&(i.maxX=t.maxX+i.padRight,o=!0),(null==i.minX||t.minX-i.padLefti.maxY)&&(i.maxY=t.maxY+i.padBottom,o=!0),(null==i.minY||t.minY-i.padTopg&&(f+=h+t.componentSpacing,d=0,p=0,h=0)}}}(0,i),r})).then((function(e){d.layoutNodes=e.layoutNodes,o.stop(),b()}));var b=function(){!0===e.animate||!1===e.animate?v({force:!0,next:function(){n.one("layoutstop",e.stop),n.emit({type:"layoutstop",layout:n})}}):e.eles.nodes().layoutPositions(n,e,(function(e){var t=d.layoutNodes[d.idToIndex[e.data("id")]];return{x:t.positionX,y:t.positionY}}))};return this},c.prototype.stop=function(){return this.stopped=!0,this.thread&&this.thread.stop(),this.emit("layoutstop"),this},c.prototype.destroy=function(){return this.thread&&this.thread.stop(),this};var u=function(e,t,n){for(var r=n.eles.edges(),i=n.eles.nodes(),s={isCompound:e.hasCompoundNodes(),layoutNodes:[],idToIndex:{},nodeSize:i.size(),graphSet:[],indexToGraph:[],layoutEdges:[],edgeSize:r.size(),temperature:n.initialTemp,clientWidth:e.width(),clientHeight:e.width(),boundingBox:o.makeBoundingBox(n.boundingBox?n.boundingBox:{x1:0,y1:0,w:e.width(),h:e.height()})},l=n.eles.components(),c={},u=0;u0)for(s.graphSet.push(A),u=0;ur.count?0:r.graph},f=function e(t,n,r,i){var o=i.graphSet[r];if(-1a){var h=u(),g=d();(h-1)*g>=a?u(h-1):(g-1)*h>=a&&d(g-1)}else for(;c*l=a?d(v+1):u(m+1)}var b=o.w/c,y=o.h/l;if(t.condense&&(b=0,y=0),t.avoidOverlap)for(var x=0;x=c&&(T=0,j++)},D={},R=0;R(r=i.sqdistToFiniteLine(e,t,w[k],w[k+1],w[k+2],w[k+3])))return b(n,r),!0}else if("bezier"===a.edgeType||"multibezier"===a.edgeType||"self"===a.edgeType||"compound"===a.edgeType)for(w=a.allpts,k=0;k+5(r=i.sqdistToQuadraticBezier(e,t,w[k],w[k+1],w[k+2],w[k+3],w[k+4],w[k+5])))return b(n,r),!0;v=v||o.source,x=x||o.target;var A=l.getArrowWidth(s,u),E=[{name:"source",x:a.arrowStartX,y:a.arrowStartY,angle:a.srcArrowAngle},{name:"target",x:a.arrowEndX,y:a.arrowEndY,angle:a.tgtArrowAngle},{name:"mid-source",x:a.midX,y:a.midY,angle:a.midsrcArrowAngle},{name:"mid-target",x:a.midX,y:a.midY,angle:a.midtgtArrowAngle}];for(k=0;k0&&(y(v),y(x))}function w(e,t,n){return o.getPrefixedProperty(e,t,n)}function k(n,r){var o,a=n._private,s=m;o=r?r+"-":"";var l=n.pstyle(o+"label").value;if("yes"===n.pstyle("text-events").strValue&&l){var c=a.rstyle,u=n.pstyle("text-border-width").pfValue,d=n.pstyle("text-background-padding").pfValue,f=w(c,"labelWidth",r)+u+2*s+2*d,p=w(c,"labelHeight",r)+u+2*s+2*d,h=w(c,"labelX",r),g=w(c,"labelY",r),v=w(a.rscratch,"labelAngle",r),y=h-f/2,x=h+f/2,k=g-p/2,A=g+p/2;if(v){var E=Math.cos(v),S=Math.sin(v),$=function(e,t){return{x:(e-=h)*E-(t-=g)*S+h,y:e*S+t*E+g}},C=$(y,k),_=$(y,A),O=$(x,k),j=$(x,A),T=[C.x,C.y,O.x,O.y,j.x,j.y,_.x,_.y];if(i.pointInsidePolygonPoints(e,t,T))return b(n),!0}else{var P={w:f,h:p,x1:y,x2:x,y1:k,y2:A};if(i.inBoundingBox(P,e,t))return b(n),!0}}}n&&(u=u.interactive);for(var A=u.length-1;A>=0;A--){var E=u[A];E.isNode()?y(E)||k(E):x(E)||k(E)||k(E,"source")||k(E,"target")}return d},getAllInBox:function(e,t,n,r){var o=this.getCachedZSortedEles().interactive,a=[],s=Math.min(e,n),l=Math.max(e,n),c=Math.min(t,r),u=Math.max(t,r);e=s,n=l,t=c,r=u;for(var d=i.makeBoundingBox({x1:e,y1:t,x2:n,y2:r}),f=0;fb?b+"$-$"+v:v+"$-$"+b,g&&(t="unbundled$-$"+h.id);var y=u[t];null==y&&(y=u[t]=[],d.push(t)),y.push(Bt),g&&(y.hasUnbundled=!0),m&&(y.hasBezier=!0)}else f.push(Bt)}for(var x=0;xGt.id()){var k=Ht;Ht=Gt,Gt=k}Wt=Ht.position(),Yt=Gt.position(),Xt=Ht.outerWidth(),Qt=Ht.outerHeight(),Zt=Gt.outerWidth(),Jt=Gt.outerHeight(),n=l.nodeShapes[this.getNodeShape(Ht)],o=l.nodeShapes[this.getNodeShape(Gt)],s=!1;var A={north:0,west:0,south:0,east:0,northwest:0,southwest:0,northeast:0,southeast:0},E=Wt.x,S=Wt.y,$=Xt,C=Qt,_=Yt.x,O=Yt.y,j=Zt,T=Jt,P=w.length;for(p=0;p=d||w){p={cp:b,segment:x};break}}if(p)break}b=p.cp;var k=(d-g)/(x=p.segment).length,A=x.t1-x.t0,E=u?x.t0+A*k:x.t1-A*k;E=r.bound(0,E,1),t=r.qbezierPtAt(b.p0,b.p1,b.p2,E),c=function(e,t,n,i){var o=r.bound(0,i-.001,1),a=r.bound(0,i+.001,1),s=r.qbezierPtAt(e,t,n,o),l=r.qbezierPtAt(e,t,n,a);return f(s,l)}(b.p0,b.p1,b.p2,E);break;case"straight":case"segments":case"haystack":var S,$,C,_,O=0,j=i.allpts.length;for(v=0;v+3=d));v+=2);E=(d-$)/S,E=r.bound(0,E,1),t=r.lineAt(C,_,E),c=f(C,_)}l("labelX",o,t.x),l("labelY",o,t.y),l("labelAutoAngle",o,c)}};c("source"),c("target"),this.applyLabelDimensions(e)}},applyLabelDimensions:function(e){this.applyPrefixedLabelDimensions(e),e.isEdge()&&(this.applyPrefixedLabelDimensions(e,"source"),this.applyPrefixedLabelDimensions(e,"target"))},applyPrefixedLabelDimensions:function(e,t){var n=e._private,r=this.getLabelText(e,t),i=this.calculateLabelDimensions(e,r);o.setPrefixedProperty(n.rstyle,"labelWidth",t,i.width),o.setPrefixedProperty(n.rscratch,"labelWidth",t,i.width),o.setPrefixedProperty(n.rstyle,"labelHeight",t,i.height),o.setPrefixedProperty(n.rscratch,"labelHeight",t,i.height)},getLabelText:function(e,t){var n=e._private,r=t?t+"-":"",i=e.pstyle(r+"label").strValue,a=e.pstyle("text-transform").value,s=function(e,r){return r?(o.setPrefixedProperty(n.rscratch,e,t,r),r):o.getPrefixedProperty(n.rscratch,e,t)};"none"==a||("uppercase"==a?i=i.toUpperCase():"lowercase"==a&&(i=i.toLowerCase()));var l=e.pstyle("text-wrap").value;if("wrap"===l){var c=s("labelKey");if(c&&s("labelWrapKey")===c)return s("labelWrapCachedText");for(var u=i.split("\n"),d=e.pstyle("text-max-width").pfValue,f=[],p=0;pd){for(var g=h.split(/\s+/),m="",v=0;vd);k++)x+=i[k],k===i.length-1&&(w=!0);return w||(x+="…"),x}return i},calculateLabelDimensions:function(e,t,n){var r=e._private.labelStyleKey+"$@$"+t;n&&(r+="$@$"+n);var i=this.labelDimCache||(this.labelDimCache={});if(i[r])return i[r];var o=e.pstyle("font-style").strValue,a=1*e.pstyle("font-size").pfValue+"px",s=e.pstyle("font-family").strValue,l=e.pstyle("font-weight").strValue,c=this.labelCalcDiv;c||(c=this.labelCalcDiv=document.createElement("div"),document.body.appendChild(c));var u=c.style;return u.fontFamily=s,u.fontStyle=o,u.fontSize=a,u.fontWeight=l,u.position="absolute",u.left="-9999px",u.top="-9999px",u.zIndex="-1",u.visibility="hidden",u.pointerEvents="none",u.padding="0",u.lineHeight="1","wrap"===e.pstyle("text-wrap").value?u.whiteSpace="pre":u.whiteSpace="normal",c.textContent=t,i[r]={width:Math.ceil(c.clientWidth/1),height:Math.ceil(c.clientHeight/1)},i[r]},calculateLabelAngles:function(e){var t=e._private.rscratch,n=e.isEdge(),r=e.pstyle("text-rotation"),i=r.strValue;"none"===i?t.labelAngle=t.sourceLabelAngle=t.targetLabelAngle=0:n&&"autorotate"===i?(t.labelAngle=Math.atan(t.midDispY/t.midDispX),t.sourceLabelAngle=t.sourceLabelAutoAngle,t.targetLabelAngle=t.targetLabelAutoAngle):t.labelAngle=t.sourceLabelAngle=t.targetLabelAngle="autorotate"===i?0:r.pfValue}};e.exports=a},function(e,t,n){"use strict";var r={getNodeShape:function(e){var t=e.pstyle("shape").value;if(e.isParent())return"rectangle"===t||"roundrectangle"===t||"cutrectangle"===t||"barrel"===t?t:"rectangle";if("polygon"===t){var n=e.pstyle("shape-polygon-points").value;return this.nodeShapes.makePolygon(n).name}return t}};e.exports=r},function(e,t,n){"use strict";var r={registerCalculationListeners:function(){var e=this.cy,t=e.collection(),n=this,r=function(e,n){var r=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];t.merge(e);for(var i=0;i=e.desktopTapThreshold2}var C=n(i);b&&(e.hoverData.tapholdCancelled=!0),s=!0,t(v,["mousemove","vmousemove","tapdrag"],i,{position:{x:p[0],y:p[1]}});var _=function(){e.data.bgActivePosistion=void 0,e.hoverData.selecting||l.emit("boxstart"),m[4]=1,e.hoverData.selecting=!0,e.redrawHint("select",!0),e.redraw()};if(3===e.hoverData.which){if(b){var O={originalEvent:i,type:"cxtdrag",position:{x:p[0],y:p[1]}};x?x.emit(O):l.emit(O),e.hoverData.cxtDragged=!0,e.hoverData.cxtOver&&v===e.hoverData.cxtOver||(e.hoverData.cxtOver&&e.hoverData.cxtOver.emit({originalEvent:i,type:"cxtdragout",position:{x:p[0],y:p[1]}}),e.hoverData.cxtOver=v,v&&v.emit({originalEvent:i,type:"cxtdragover",position:{x:p[0],y:p[1]}}))}}else if(e.hoverData.dragging){if(s=!0,l.panningEnabled()&&l.userPanningEnabled()){var T;if(e.hoverData.justStartedPan){var P=e.hoverData.mdownPos;T={x:(p[0]-P[0])*c,y:(p[1]-P[1])*c},e.hoverData.justStartedPan=!1}else T={x:w[0]*c,y:w[1]*c};l.panBy(T),e.hoverData.dragged=!0}p=e.projectIntoViewport(i.clientX,i.clientY)}else if(1!=m[4]||null!=x&&!x.isEdge()){if(x&&x.isEdge()&&x.active()&&x.unactivate(),x&&x.grabbed()||v==y||(y&&t(y,["mouseout","tapdragout"],i,{position:{x:p[0],y:p[1]}}),v&&t(v,["mouseover","tapdragover"],i,{position:{x:p[0],y:p[1]}}),e.hoverData.last=v),x)if(b){if(l.boxSelectionEnabled()&&C)x&&x.grabbed()&&(f(k),x.emit("free")),_();else if(x&&x.grabbed()&&e.nodeIsDraggable(x)){var D=!e.dragData.didDrag;D&&e.redrawHint("eles",!0),e.dragData.didDrag=!0;var R=[];e.hoverData.draggingEles||u(l.collection(k),{inDragLayer:!0});for(var I=0;I0&&e.redrawHint("eles",!0),e.dragData.possibleDragElements=l=[]),t(s,["mouseup","tapend","vmouseup"],r,{position:{x:o[0],y:o[1]}}),e.dragData.didDrag||e.hoverData.dragged||e.hoverData.selecting||e.hoverData.isOverThresholdDrag||t(c,["click","tap","vclick"],r,{position:{x:o[0],y:o[1]}}),s!=c||e.dragData.didDrag||e.hoverData.selecting||null!=s&&s._private.selectable&&(e.hoverData.dragging||("additive"===i.selectionType()||u?s.selected()?s.unselect():s.select():u||(i.$(":selected").unmerge(s).unselect(),s.select())),e.redrawHint("eles",!0)),e.hoverData.selecting){var h=i.collection(e.getAllInBox(a[0],a[1],a[2],a[3]));e.redrawHint("select",!0),h.length>0&&e.redrawHint("eles",!0),i.emit("boxend");var g=function(e){return e.selectable()&&!e.selected()};"additive"===i.selectionType()||u||i.$(":selected").unmerge(h).unselect(),h.emit("box").stdFilter(g).select().emit("boxselect"),e.redraw()}if(e.hoverData.dragging&&(e.hoverData.dragging=!1,e.redrawHint("select",!0),e.redrawHint("eles",!0),e.redraw()),!a[4]){e.redrawHint("drag",!0),e.redrawHint("eles",!0);var m=c&&c.grabbed();f(l),m&&c.emit("free")}}a[4]=0,e.hoverData.down=null,e.hoverData.cxtStarted=!1,e.hoverData.draggingEles=!1,e.hoverData.selecting=!1,e.hoverData.isOverThresholdDrag=!1,e.dragData.didDrag=!1,e.hoverData.dragged=!1,e.hoverData.dragDelta=[],e.hoverData.mdownPos=null,e.hoverData.mdownGPos=null}}),!1),e.registerBinding(e.container,"wheel",(function(t){if(!e.scrollingPage){var n,r=e.cy,i=e.projectIntoViewport(t.clientX,t.clientY),o=[i[0]*r.zoom()+r.pan().x,i[1]*r.zoom()+r.pan().y];e.hoverData.draggingEles||e.hoverData.dragging||e.hoverData.cxtStarted||0!==e.selection[4]?t.preventDefault():r.panningEnabled()&&r.userPanningEnabled()&&r.zoomingEnabled()&&r.userZoomingEnabled()&&(t.preventDefault(),e.data.wheelZooming=!0,clearTimeout(e.data.wheelTimeout),e.data.wheelTimeout=setTimeout((function(){e.data.wheelZooming=!1,e.redrawHint("eles",!0),e.redraw()}),150),n=null!=t.deltaY?t.deltaY/-250:null!=t.wheelDeltaY?t.wheelDeltaY/1e3:t.wheelDelta/1e3,n*=e.wheelSensitivity,1===t.deltaMode&&(n*=33),r.zoom({level:r.zoom()*Math.pow(10,n),renderedPosition:{x:o[0],y:o[1]}}))}}),!0),e.registerBinding(window,"scroll",(function(t){e.scrollingPage=!0,clearTimeout(e.scrollingPageTimeout),e.scrollingPageTimeout=setTimeout((function(){e.scrollingPage=!1}),250)}),!0),e.registerBinding(e.container,"mouseout",(function(t){var n=e.projectIntoViewport(t.clientX,t.clientY);e.cy.emit({originalEvent:t,type:"mouseout",position:{x:n[0],y:n[1]}})}),!1),e.registerBinding(e.container,"mouseover",(function(t){var n=e.projectIntoViewport(t.clientX,t.clientY);e.cy.emit({originalEvent:t,type:"mouseover",position:{x:n[0],y:n[1]}})}),!1);var T,P,D,R,I=function(e,t,n,r){return Math.sqrt((n-e)*(n-e)+(r-t)*(r-t))},N=function(e,t,n,r){return(n-e)*(n-e)+(r-t)*(r-t)};if(e.registerBinding(e.container,"touchstart",T=function(n){if(j(n)){e.touchData.capture=!0,e.data.bgActivePosistion=void 0;var r=e.cy,i=e.touchData.now,o=e.touchData.earlier;if(n.touches[0]){var a=e.projectIntoViewport(n.touches[0].clientX,n.touches[0].clientY);i[0]=a[0],i[1]=a[1]}if(n.touches[1]&&(a=e.projectIntoViewport(n.touches[1].clientX,n.touches[1].clientY),i[2]=a[0],i[3]=a[1]),n.touches[2]&&(a=e.projectIntoViewport(n.touches[2].clientX,n.touches[2].clientY),i[4]=a[0],i[5]=a[1]),n.touches[1]){f(e.dragData.touchDragEles);var s=e.findContainerClientCoords();S=s[0],$=s[1],C=s[2],_=s[3],v=n.touches[0].clientX-S,b=n.touches[0].clientY-$,y=n.touches[1].clientX-S,x=n.touches[1].clientY-$,O=0<=v&&v<=C&&0<=y&&y<=C&&0<=b&&b<=_&&0<=x&&x<=_;var c=r.pan(),p=r.zoom();if(w=I(v,b,y,x),k=N(v,b,y,x),E=[((A=[(v+y)/2,(b+x)/2])[0]-c.x)/p,(A[1]-c.y)/p],k<4e4&&!n.touches[2]){var h=e.findNearestElement(i[0],i[1],!0,!0),g=e.findNearestElement(i[2],i[3],!0,!0);return h&&h.isNode()?(h.activate().emit({originalEvent:n,type:"cxttapstart",position:{x:i[0],y:i[1]}}),e.touchData.start=h):g&&g.isNode()?(g.activate().emit({originalEvent:n,type:"cxttapstart",position:{x:i[0],y:i[1]}}),e.touchData.start=g):r.emit({originalEvent:n,type:"cxttapstart",position:{x:i[0],y:i[1]}}),e.touchData.start&&(e.touchData.start._private.grabbed=!1),e.touchData.cxt=!0,e.touchData.cxtDragged=!1,e.data.bgActivePosistion=void 0,void e.redraw()}}if(n.touches[2]);else if(n.touches[1]);else if(n.touches[0]){var m=e.findNearestElements(i[0],i[1],!0,!0),T=m[0];if(null!=T&&(T.activate(),e.touchData.start=T,e.touchData.starts=m,e.nodeIsGrabbable(T))){var P=e.dragData.touchDragEles=[],D=null;e.redrawHint("eles",!0),e.redrawHint("drag",!0),T.selected()?(D=r.$((function(t){return t.selected()&&e.nodeIsGrabbable(t)})),u(D,{addToList:P})):d(T,{addToList:P}),l(T);var R=function(e){return{originalEvent:n,type:e,position:{x:i[0],y:i[1]}}};T.emit(R("grabon")),D?D.forEach((function(e){e.emit(R("grab"))})):T.emit(R("grab"))}t(T,["touchstart","tapstart","vmousedown"],n,{position:{x:i[0],y:i[1]}}),null==T&&(e.data.bgActivePosistion={x:a[0],y:a[1]},e.redrawHint("select",!0),e.redraw()),e.touchData.singleTouchMoved=!1,e.touchData.singleTouchStartTime=+new Date,clearTimeout(e.touchData.tapholdTimeout),e.touchData.tapholdTimeout=setTimeout((function(){!1!==e.touchData.singleTouchMoved||e.pinching||e.touchData.selecting||(t(e.touchData.start,["taphold"],n,{position:{x:i[0],y:i[1]}}),e.touchData.start||r.$(":selected").unselect())}),e.tapholdDuration)}if(n.touches.length>=1){for(var M=e.touchData.startPosition=[],z=0;z=e.touchTapThreshold2}if(i&&e.touchData.cxt){n.preventDefault();var D=n.touches[0].clientX-S,R=n.touches[0].clientY-$,M=n.touches[1].clientX-S,z=n.touches[1].clientY-$,L=N(D,R,M,z);if(L/k>=2.25||L>=22500){e.touchData.cxt=!1,e.data.bgActivePosistion=void 0,e.redrawHint("select",!0);var B={originalEvent:n,type:"cxttapend",position:{x:c[0],y:c[1]}};e.touchData.start?(e.touchData.start.unactivate().emit(B),e.touchData.start=null):l.emit(B)}}if(i&&e.touchData.cxt){B={originalEvent:n,type:"cxtdrag",position:{x:c[0],y:c[1]}},e.data.bgActivePosistion=void 0,e.redrawHint("select",!0),e.touchData.start?e.touchData.start.emit(B):l.emit(B),e.touchData.start&&(e.touchData.start._private.grabbed=!1),e.touchData.cxtDragged=!0;var F=e.findNearestElement(c[0],c[1],!0,!0);e.touchData.cxtOver&&F===e.touchData.cxtOver||(e.touchData.cxtOver&&e.touchData.cxtOver.emit({originalEvent:n,type:"cxtdragout",position:{x:c[0],y:c[1]}}),e.touchData.cxtOver=F,F&&F.emit({originalEvent:n,type:"cxtdragover",position:{x:c[0],y:c[1]}}))}else if(i&&n.touches[2]&&l.boxSelectionEnabled())n.preventDefault(),e.data.bgActivePosistion=void 0,this.lastThreeTouch=+new Date,e.touchData.selecting||l.emit("boxstart"),e.touchData.selecting=!0,e.redrawHint("select",!0),s&&0!==s.length&&void 0!==s[0]?(s[2]=(c[0]+c[2]+c[4])/3,s[3]=(c[1]+c[3]+c[5])/3):(s[0]=(c[0]+c[2]+c[4])/3,s[1]=(c[1]+c[3]+c[5])/3,s[2]=(c[0]+c[2]+c[4])/3+1,s[3]=(c[1]+c[3]+c[5])/3+1),s[4]=1,e.touchData.selecting=!0,e.redraw();else if(i&&n.touches[1]&&l.zoomingEnabled()&&l.panningEnabled()&&l.userZoomingEnabled()&&l.userPanningEnabled()){if(n.preventDefault(),e.data.bgActivePosistion=void 0,e.redrawHint("select",!0),ee=e.dragData.touchDragEles){e.redrawHint("drag",!0);for(var q=0;q0)return h[0]}return null},p=Object.keys(d),h=0;h0?f:r.roundRectangleIntersectLine(o,a,e,t,n,i,s)},checkPoint:function(e,t,n,i,o,a,s){var l=r.getRoundRectangleRadius(i,o),c=2*l;if(r.pointInsidePolygon(e,t,this.points,a,s,i,o-c,[0,-1],n))return!0;if(r.pointInsidePolygon(e,t,this.points,a,s,i-c,o,[0,-1],n))return!0;var u=i/2+2*n,d=o/2+2*n,f=[a-u,s-d,a-u,s,a+u,s,a+u,s-d];return!!r.pointInsidePolygonPoints(e,t,f)||!!r.checkInEllipse(e,t,c,c,a+i/2-l,s+o/2-l,n)||!!r.checkInEllipse(e,t,c,c,a-i/2+l,s+o/2-l,n)}}},registerNodeShapes:function(){var e=this.nodeShapes={},t=this;this.generateEllipse(),this.generatePolygon("triangle",r.generateUnitNgonPointsFitToSquare(3,0)),this.generatePolygon("rectangle",r.generateUnitNgonPointsFitToSquare(4,0)),e.square=e.rectangle,this.generateRoundRectangle(),this.generateCutRectangle(),this.generateBarrel(),this.generateBottomRoundrectangle(),this.generatePolygon("diamond",[0,1,1,0,0,-1,-1,0]),this.generatePolygon("pentagon",r.generateUnitNgonPointsFitToSquare(5,0)),this.generatePolygon("hexagon",r.generateUnitNgonPointsFitToSquare(6,0)),this.generatePolygon("heptagon",r.generateUnitNgonPointsFitToSquare(7,0)),this.generatePolygon("octagon",r.generateUnitNgonPointsFitToSquare(8,0));var n=new Array(20),i=r.generateUnitNgonPoints(5,0),o=r.generateUnitNgonPoints(5,Math.PI/5),a=.5*(3-Math.sqrt(5));a*=1.57;for(var s=0;s0&&t.data.lyrTxrCache.invalidateElements(n)}))}l.CANVAS_LAYERS=3,l.SELECT_BOX=0,l.DRAG=1,l.NODE=2,l.BUFFER_COUNT=3,l.TEXTURE_BUFFER=0,l.MOTIONBLUR_BUFFER_NODE=1,l.MOTIONBLUR_BUFFER_DRAG=2,l.redrawHint=function(e,t){var n=this;switch(e){case"eles":n.data.canvasNeedsRedraw[l.NODE]=t;break;case"drag":n.data.canvasNeedsRedraw[l.DRAG]=t;break;case"select":n.data.canvasNeedsRedraw[l.SELECT_BOX]=t}};var u="undefined"!=typeof Path2D;l.path2dEnabled=function(e){if(void 0===e)return this.pathsEnabled;this.pathsEnabled=!!e},l.usePaths=function(){return u&&this.pathsEnabled},[n(126),n(127),n(128),n(129),n(130),n(131),n(132),n(133),n(134),n(135)].forEach((function(e){r.extend(l,e)})),e.exports=s},function(e,t,n){"use strict";var r=n(2),i=n(1),o=n(9),a=n(19),s={dequeue:"dequeue",downscale:"downscale",highQuality:"highQuality"},l=function(e){this.renderer=e,this.onDequeues=[],this.setupDequeueing()},c=l.prototype;c.reasons=s,c.getTextureQueue=function(e){return this.eleImgCaches=this.eleImgCaches||{},this.eleImgCaches[e]=this.eleImgCaches[e]||[]},c.getRetiredTextureQueue=function(e){var t=this.eleImgCaches.retired=this.eleImgCaches.retired||{};return t[e]=t[e]||[]},c.getElementQueue=function(){return this.eleCacheQueue=this.eleCacheQueue||new o((function(e,t){return t.reqs-e.reqs}))},c.getElementIdToQueue=function(){return this.eleIdToCacheQueue=this.eleIdToCacheQueue||{}},c.getElement=function(e,t,n,i,o){var a=this,l=this.renderer,c=e._private.rscratch,u=l.cy.zoom();if(0===t.w||0===t.h||!e.visible())return null;if(null==i&&(i=Math.ceil(r.log2(u*n))),i<-4)i=-4;else if(u>=3.99||i>2)return null;var d,f=Math.pow(2,i),p=t.h*f,h=t.w*f,g=c.imgCaches=c.imgCaches||{},m=g[i];if(m)return m;if(d=p<=25?25:p<=50?50:50*Math.ceil(p/50),p>1024||h>1024||e.isEdge()||e.isParent())return null;var v=a.getTextureQueue(d),b=v[v.length-2],y=function(){return a.recycleTexture(d,h)||a.addTexture(d,h)};b||(b=v[v.length-1]),b||(b=y()),b.width-b.usedWidthi;$--)C=a.getElement(e,t,n,$,s.downscale);_()}else{var O;if(!A&&!E&&!S)for($=i-1;$>=-4;$--){var j;if(j=g[$]){O=j;break}}if(k(O))return a.queueElement(e,i),O;b.context.translate(b.usedWidth,0),b.context.scale(f,f),l.drawElement(b.context,e,t,w),b.context.scale(1/f,1/f),b.context.translate(-b.usedWidth,0)}return m=g[i]={ele:e,x:b.usedWidth,texture:b,level:i,scale:f,width:h,height:p,scaledLabelShown:w},b.usedWidth+=Math.ceil(h+8),b.eleCaches.push(m),a.checkTextureFullness(b),m},c.invalidateElement=function(e){var t=e._private.rscratch.imgCaches;if(t)for(var n=-4;n<=2;n++){var r=t[n];if(r){var o=r.texture;o.invalidatedWidth+=r.width,t[n]=null,i.removeFromArray(o.eleCaches,r),this.removeFromQueue(e),this.checkTextureUtility(o)}}},c.checkTextureUtility=function(e){e.invalidatedWidth>=.5*e.width&&this.retireTexture(e)},c.checkTextureFullness=function(e){var t=this.getTextureQueue(e.height);e.usedWidth/e.width>.8&&e.fullnessChecks>=10?i.removeFromArray(t,e):e.fullnessChecks++},c.retireTexture=function(e){var t=e.height,n=this.getTextureQueue(t);i.removeFromArray(n,e),e.retired=!0;for(var r=e.eleCaches,o=0;o=t)return a.retired=!1,a.usedWidth=0,a.invalidatedWidth=0,a.fullnessChecks=0,i.clearArray(a.eleCaches),a.context.setTransform(1,0,0,1,0,0),a.context.clearRect(0,0,a.width,a.height),i.removeFromArray(r,a),n.push(a),a}},c.queueElement=function(e,t){var n=this.getElementQueue(),r=this.getElementIdToQueue(),i=e.id(),o=r[i];if(o)o.level=Math.max(o.level,t),o.reqs++,n.updateItem(o);else{var a={ele:e,level:t,reqs:1};n.push(a),r[i]=a}},c.dequeue=function(e){for(var t=this.getElementQueue(),n=this.getElementIdToQueue(),r=[],i=0;i<1&&t.size()>0;i++){var o=t.pop(),a=o.ele;if(null==a._private.rscratch.imgCaches[o.level]){n[a.id()]=null,r.push(o);var l=a.boundingBox();this.getElement(a,l,e,o.level,s.dequeue)}}return r},c.removeFromQueue=function(e){var t=this.getElementQueue(),n=this.getElementIdToQueue(),r=n[e.id()];null!=r&&(r.reqs=i.MAX_INT,t.updateItem(r),t.pop(),n[e.id()]=null)},c.onDequeue=function(e){this.onDequeues.push(e)},c.offDequeue=function(e){i.removeFromArray(this.onDequeues,e)},c.setupDequeueing=a.setupDequeueing({deqRedrawThreshold:100,deqCost:.15,deqAvgCost:.1,deqNoDrawCost:.9,deqFastCost:.9,deq:function(e,t,n){return e.dequeue(t,n)},onDeqd:function(e,t){for(var n=0;n=3.99||n>2)return null;o.validateLayersElesOrdering(n,e);var l,c,u=o.layersByLevel,d=Math.pow(2,n),f=u[n]=u[n]||[];if(o.levelIsComplete(n,e))return f;!function(){var t=function(t){if(o.validateLayersElesOrdering(t,e),o.levelIsComplete(t,e))return c=u[t],!0},i=function(e){if(!c)for(var r=n+e;-4<=r&&r<=2&&!t(r);r+=e);};i(1),i(-1);for(var a=f.length-1;a>=0;a--){var s=f[a];s.invalid&&r.removeFromArray(f,s)}}();var p=function(t){var r=(t=t||{}).after;if(function(){if(!l){l=i.makeBoundingBox();for(var t=0;t16e6)return null;var a=o.makeLayer(l,n);if(null!=r){var s=f.indexOf(r)+1;f.splice(s,0,a)}else(void 0===t.insert||t.insert)&&f.unshift(a);return a};if(o.skipping&&!s)return null;for(var h=null,g=e.length/1,m=!s,v=0;v=g||!i.boundingBoxInBoundingBox(h.bb,b.boundingBox()))&&!(h=p({insert:!0,after:h})))return null;c||m?o.queueLayer(h,b):o.drawEleInLayer(h,b,n,t),h.eles.push(b),x[n]=h}}return c||(m?null:f)},c.getEleLevelForLayerLevel=function(e,t){return e},c.drawEleInLayer=function(e,t,n,r){var i=this.renderer,o=e.context,a=t.boundingBox();if(0!==a.w&&0!==a.h&&t.visible()){var s=this.eleTxrCache,l=s.reasons.highQuality;n=this.getEleLevelForLayerLevel(n,r);var c=s.getElement(t,a,null,n,l);c?(f(o,!1),o.drawImage(c.texture.canvas,c.x,0,c.width,c.height,a.x1,a.y1,a.w,a.h),f(o,!0)):i.drawElement(o,t)}},c.levelIsComplete=function(e,t){var n=this.layersByLevel[e];if(!n||0===n.length)return!1;for(var r=0,i=0;i0)return!1;if(o.invalid)return!1;r+=o.eles.length}return r===t.length},c.validateLayersElesOrdering=function(e,t){var n=this.layersByLevel[e];if(n)for(var r=0;r0){e=!0;break}}return e},c.invalidateElements=function(e){var t=this;t.lastInvalidationTime=r.performanceNow(),0!==e.length&&t.haveLayers()&&t.updateElementsInLayers(e,(function(e,n,r){t.invalidateLayer(e)}))},c.invalidateLayer=function(e){if(this.lastInvalidationTime=r.performanceNow(),!e.invalid){var t=e.level,n=e.eles,i=this.layersByLevel[t];r.removeFromArray(i,e),e.elesQueue=[],e.invalid=!0,e.replacement&&(e.replacement.invalid=!0);for(var o=0;o0&&void 0!==arguments[0]?arguments[0]:f;e.lineWidth=h,e.lineCap="butt",i.strokeStyle(e,d[0],d[1],d[2],n),i.drawEdgePath(t,e,o.allpts,p)},m=function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:f;i.drawArrowheads(e,t,n)};if(e.lineJoin="round","yes"===t.pstyle("ghost").value){var v=t.pstyle("ghost-offset-x").pfValue,b=t.pstyle("ghost-offset-y").pfValue,y=t.pstyle("ghost-opacity").value,x=f*y;e.translate(v,b),g(x),m(x),e.translate(-v,-b)}g(),m(),function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:c;e.lineWidth=l,"self"!==o.edgeType||a?e.lineCap="round":e.lineCap="butt",i.strokeStyle(e,u[0],u[1],u[2],n),i.drawEdgePath(t,e,o.allpts,"solid")}(),i.drawElementText(e,t,r),n&&e.translate(s.x1,s.y1)}},drawEdgePath:function(e,t,n,r){var i=e._private.rscratch,o=t,a=void 0,s=!1,l=this.usePaths();if(l){var c=n.join("$");i.pathCacheKey&&i.pathCacheKey===c?(a=t=i.pathCache,s=!0):(a=t=new Path2D,i.pathCacheKey=c,i.pathCache=a)}if(o.setLineDash)switch(r){case"dotted":o.setLineDash([1,1]);break;case"dashed":o.setLineDash([6,3]);break;case"solid":o.setLineDash([])}if(!s&&!i.badLine)switch(t.beginPath&&t.beginPath(),t.moveTo(n[0],n[1]),i.edgeType){case"bezier":case"self":case"compound":case"multibezier":if(e.hasClass("horizontal")){var u=n[4],d=n[5],f=(n[0]+n[4])/2;t.lineTo(n[0]+10,n[1]),t.bezierCurveTo(f,n[1],f,n[5],n[4]-10,n[5]),t.lineTo(u,d)}else if(e.hasClass("vertical")){var p=n[4],h=n[5],g=(n[1]+n[5])/2;t.bezierCurveTo(n[0],g,n[4],g,n[4],n[5]-10),t.lineTo(p,h)}else for(var m=2;m+30||j>0&&O>0){var P=f-T;switch(k){case"left":P-=m;break;case"center":P-=m/2}var D=p-v-T,R=m+2*T,I=v+2*T;if(_>0){var N=e.fillStyle,M=t.pstyle("text-background-color").value;e.fillStyle="rgba("+M[0]+","+M[1]+","+M[2]+","+_*o+")","roundrectangle"==t.pstyle("text-background-shape").strValue?(s=P,l=D,c=R,u=I,d=(d=2)||5,(a=e).beginPath(),a.moveTo(s+d,l),a.lineTo(s+c-d,l),a.quadraticCurveTo(s+c,l,s+c,l+d),a.lineTo(s+c,l+u-d),a.quadraticCurveTo(s+c,l+u,s+c-d,l+u),a.lineTo(s+d,l+u),a.quadraticCurveTo(s,l+u,s,l+u-d),a.lineTo(s,l+d),a.quadraticCurveTo(s,l,s+d,l),a.closePath(),a.fill()):e.fillRect(P,D,R,I),e.fillStyle=N}if(j>0&&O>0){var z=e.strokeStyle,L=e.lineWidth,B=t.pstyle("text-border-color").value,F=t.pstyle("text-border-style").value;if(e.strokeStyle="rgba("+B[0]+","+B[1]+","+B[2]+","+O*o+")",e.lineWidth=j,e.setLineDash)switch(F){case"dotted":e.setLineDash([1,1]);break;case"dashed":e.setLineDash([4,2]);break;case"double":e.lineWidth=j/4,e.setLineDash([]);break;case"solid":e.setLineDash([])}if(e.strokeRect(P,D,R,I),"double"===F){var q=j/2;e.strokeRect(P+q,D+q,R-2*q,I-2*q)}e.setLineDash&&e.setLineDash([]),e.lineWidth=L,e.strokeStyle=z}}var V=2*t.pstyle("text-outline-width").pfValue;if(V>0&&(e.lineWidth=V),"wrap"===t.pstyle("text-wrap").value){var U=r.getPrefixedProperty(i,"labelWrapCachedLines",n),H=v/U.length;switch(A){case"top":p-=(U.length-1)*H;break;case"center":case"bottom":p-=(U.length-1)*H}for(var G=0;G0&&e.strokeText(U[G],f,p),e.fillText(U[G],f,p),p+=H}else V>0&&e.strokeText(h,f,p),e.fillText(h,f,p);0!==E&&(e.rotate(-E),e.translate(-$,-C))}}},e.exports=o},function(e,t,n){"use strict";var r=n(0),i={drawNode:function(e,t,n,i){var o,a,s=this,l=t._private,c=l.rscratch,u=t.position();if(r.number(u.x)&&r.number(u.y)&&t.visible()){var d=t.effectiveOpacity(),f=s.usePaths(),p=void 0,h=!1,g=t.padding();o=t.width()+2*g,a=t.height()+2*g;var m=void 0;n&&(m=n,e.translate(-m.x1,-m.y1));for(var v=t.pstyle("background-image").value,b=new Array(v.length),y=new Array(v.length),x=0,w=0;w0&&void 0!==arguments[0]?arguments[0]:C;s.fillStyle(e,$[0],$[1],$[2],t)},P=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:j;s.strokeStyle(e,_[0],_[1],_[2],t)},D=t.pstyle("shape").strValue,R=t.pstyle("shape-polygon-points").pfValue;if(f){var I=D+"$"+o+"$"+a+("polygon"===D?"$"+R.join("$"):"");e.translate(u.x,u.y),c.pathCacheKey===I?(p=c.pathCache,h=!0):(p=new Path2D,c.pathCacheKey=I,c.pathCache=p)}var N,M,z,L=function(){if(!h){var n=u;f&&(n={x:0,y:0}),s.nodeShapes[s.getNodeShape(t)].draw(p||e,n.x,n.y,o,a)}f?e.fill(p):e.fill()},B=function(){for(var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:d,r=l.backgrounding,i=0,o=0;o0&&void 0!==arguments[0]&&arguments[0],r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:d;s.hasPie(t)&&(s.drawPie(e,t,r),n&&(f||s.nodeShapes[s.getNodeShape(t)].draw(e,u.x,u.y,o,a)))},q=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:d,n=(E>0?E:-E)*t,r=E>0?0:255;0!==E&&(s.fillStyle(e,r,r,r,n),f?e.fill(p):e.fill())},V=function(){if(S>0){if(e.lineWidth=S,e.lineCap="butt",e.setLineDash)switch(O){case"dotted":e.setLineDash([1,1]);break;case"dashed":e.setLineDash([4,2]);break;case"solid":case"double":e.setLineDash([])}if(f?e.stroke(p):e.stroke(),"double"===O){e.lineWidth=S/3;var t=e.globalCompositeOperation;e.globalCompositeOperation="destination-out",f?e.stroke(p):e.stroke(),e.globalCompositeOperation=t}e.setLineDash&&e.setLineDash([])}};if("yes"===t.pstyle("ghost").value){var U=t.pstyle("ghost-offset-x").pfValue,H=t.pstyle("ghost-offset-y").pfValue,G=t.pstyle("ghost-opacity").value,W=G*d;e.translate(U,H),T(G*C),L(),B(W),F(0!==E||0!==S),q(W),P(G*j),V(),e.translate(-U,-H)}T(),L(),B(),F(0!==E||0!==S),q(),P(),V(),f&&e.translate(-u.x,-u.y),s.drawElementText(e,t,i),N=t.pstyle("overlay-padding").pfValue,M=t.pstyle("overlay-opacity").value,z=t.pstyle("overlay-color").value,M>0&&(s.fillStyle(e,z[0],z[1],z[2],M),s.nodeShapes.roundrectangle.draw(e,u.x,u.y,o+2*N,a+2*N),e.fill()),n&&e.translate(m.x1,m.y1)}},hasPie:function(e){return(e=e[0])._private.hasPie},drawPie:function(e,t,n,r){t=t[0],r=r||t.position();var i=t.cy().style(),o=t.pstyle("pie-size"),a=r.x,s=r.y,l=t.width(),c=t.height(),u=Math.min(l,c)/2,d=0;this.usePaths()&&(a=0,s=0),"%"===o.units?u*=o.pfValue:void 0!==o.pfValue&&(u=o.pfValue/2);for(var f=1;f<=i.pieBackgroundN;f++){var p=t.pstyle("pie-"+f+"-background-size").value,h=t.pstyle("pie-"+f+"-background-color").value,g=t.pstyle("pie-"+f+"-background-opacity").value*n,m=p/100;m+d>1&&(m=1-d);var v=1.5*Math.PI+2*Math.PI*d,b=v+2*Math.PI*m;0===p||d>=1||d+m>1||(e.beginPath(),e.moveTo(a,s),e.arc(a,s,u,v,b),e.closePath(),this.fillStyle(e,h[0],h[1],h[2],g),e.fill(),d+=m)}}};e.exports=i},function(e,t,n){"use strict";var r={},i=n(1);r.getPixelRatio=function(){var e=this.data.contexts[0];if(null!=this.forcedPixelRatio)return this.forcedPixelRatio;var t=e.backingStorePixelRatio||e.webkitBackingStorePixelRatio||e.mozBackingStorePixelRatio||e.msBackingStorePixelRatio||e.oBackingStorePixelRatio||e.backingStorePixelRatio||1;return(window.devicePixelRatio||1)/t},r.paintCache=function(e){for(var t,n=this.paintCaches=this.paintCaches||[],r=!0,i=0;is.minMbLowQualFrames&&(s.motionBlurPxRatio=s.mbPxRBlurry)),s.clearingMotionBlur&&(s.motionBlurPxRatio=1),s.textureDrawLastFrame&&!f&&(d[s.NODE]=!0,d[s.SELECT_BOX]=!0);var y=c.style()._private.coreStyle,x=c.zoom(),w=void 0!==o?o:x,k=c.pan(),A={x:k.x,y:k.y},E={zoom:x,pan:{x:k.x,y:k.y}},S=s.prevViewport;void 0===S||E.zoom!==S.zoom||E.pan.x!==S.pan.x||E.pan.y!==S.pan.y||m&&!g||(s.motionBlurPxRatio=1),a&&(A=a),w*=l,A.x*=l,A.y*=l;var $=s.getCachedZSortedEles();function C(e,t,n,r,i){var o=e.globalCompositeOperation;e.globalCompositeOperation="destination-out",s.fillStyle(e,255,255,255,s.motionBlurTransparency),e.fillRect(t,n,r,i),e.globalCompositeOperation=o}function _(e,r){var i,l,c,d;s.clearingMotionBlur||e!==u.bufferContexts[s.MOTIONBLUR_BUFFER_NODE]&&e!==u.bufferContexts[s.MOTIONBLUR_BUFFER_DRAG]?(i=A,l=w,c=s.canvasWidth,d=s.canvasHeight):(i={x:k.x*h,y:k.y*h},l=x*h,c=s.canvasWidth*h,d=s.canvasHeight*h),e.setTransform(1,0,0,1,0,0),"motionBlur"===r?C(e,0,0,c,d):t||void 0!==r&&!r||e.clearRect(0,0,c,d),n||(e.translate(i.x,i.y),e.scale(l,l)),a&&e.translate(a.x,a.y),o&&e.scale(o,o)}if(f||(s.textureDrawLastFrame=!1),f){if(s.textureDrawLastFrame=!0,!s.textureCache){s.textureCache={},s.textureCache.bb=c.mutableElements().boundingBox(),s.textureCache.texture=s.data.bufferCanvases[s.TEXTURE_BUFFER];var O=s.data.bufferContexts[s.TEXTURE_BUFFER];O.setTransform(1,0,0,1,0,0),O.clearRect(0,0,s.canvasWidth*s.textureMult,s.canvasHeight*s.textureMult),s.render({forcedContext:O,drawOnlyNodeLayer:!0,forcedPxRatio:l*s.textureMult}),(E=s.textureCache.viewport={zoom:c.zoom(),pan:c.pan(),width:s.canvasWidth,height:s.canvasHeight}).mpan={x:(0-E.pan.x)/E.zoom,y:(0-E.pan.y)/E.zoom}}d[s.DRAG]=!1,d[s.NODE]=!1;var j=u.contexts[s.NODE],T=s.textureCache.texture;E=s.textureCache.viewport,s.textureCache.bb,j.setTransform(1,0,0,1,0,0),p?C(j,0,0,E.width,E.height):j.clearRect(0,0,E.width,E.height);var P=y["outside-texture-bg-color"].value,D=y["outside-texture-bg-opacity"].value;s.fillStyle(j,P[0],P[1],P[2],D),j.fillRect(0,0,E.width,E.height),x=c.zoom(),_(j,!1),j.clearRect(E.mpan.x,E.mpan.y,E.width/E.zoom/l,E.height/E.zoom/l),j.drawImage(T,E.mpan.x,E.mpan.y,E.width/E.zoom/l,E.height/E.zoom/l)}else s.textureOnViewport&&!t&&(s.textureCache=null);var R=c.extent(),I=s.pinching||s.hoverData.dragging||s.swipePanning||s.data.wheelZooming||s.hoverData.draggingEles,N=s.hideEdgesOnViewport&&I,M=[];if(M[s.NODE]=!d[s.NODE]&&p&&!s.clearedForMotionBlur[s.NODE]||s.clearingMotionBlur,M[s.NODE]&&(s.clearedForMotionBlur[s.NODE]=!0),M[s.DRAG]=!d[s.DRAG]&&p&&!s.clearedForMotionBlur[s.DRAG]||s.clearingMotionBlur,M[s.DRAG]&&(s.clearedForMotionBlur[s.DRAG]=!0),d[s.NODE]||n||r||M[s.NODE]){var z=p&&!M[s.NODE]&&1!==h;_(j=t||(z?s.data.bufferContexts[s.MOTIONBLUR_BUFFER_NODE]:u.contexts[s.NODE]),p&&!z?"motionBlur":void 0),N?s.drawCachedNodes(j,$.nondrag,l,R):s.drawLayeredElements(j,$.nondrag,l,R),s.debug&&s.drawDebugPoints(j,$.nondrag),n||p||(d[s.NODE]=!1)}if(!r&&(d[s.DRAG]||n||M[s.DRAG])&&(z=p&&!M[s.DRAG]&&1!==h,_(j=t||(z?s.data.bufferContexts[s.MOTIONBLUR_BUFFER_DRAG]:u.contexts[s.DRAG]),p&&!z?"motionBlur":void 0),N?s.drawCachedNodes(j,$.drag,l,R):s.drawCachedElements(j,$.drag,l,R),s.debug&&s.drawDebugPoints(j,$.drag),n||p||(d[s.DRAG]=!1)),s.showFps||!r&&d[s.SELECT_BOX]&&!n){if(_(j=t||u.contexts[s.SELECT_BOX]),1==s.selection[4]&&(s.hoverData.selecting||s.touchData.selecting)){x=s.cy.zoom();var L=y["selection-box-border-width"].value/x;j.lineWidth=L,j.fillStyle="rgba("+y["selection-box-color"].value[0]+","+y["selection-box-color"].value[1]+","+y["selection-box-color"].value[2]+","+y["selection-box-opacity"].value+")",j.fillRect(s.selection[0],s.selection[1],s.selection[2]-s.selection[0],s.selection[3]-s.selection[1]),L>0&&(j.strokeStyle="rgba("+y["selection-box-border-color"].value[0]+","+y["selection-box-border-color"].value[1]+","+y["selection-box-border-color"].value[2]+","+y["selection-box-opacity"].value+")",j.strokeRect(s.selection[0],s.selection[1],s.selection[2]-s.selection[0],s.selection[3]-s.selection[1]))}if(u.bgActivePosistion&&!s.hoverData.selecting){x=s.cy.zoom();var B=u.bgActivePosistion;j.fillStyle="rgba("+y["active-bg-color"].value[0]+","+y["active-bg-color"].value[1]+","+y["active-bg-color"].value[2]+","+y["active-bg-opacity"].value+")",j.beginPath(),j.arc(B.x,B.y,y["active-bg-size"].pfValue/x,0,2*Math.PI),j.fill()}var F=s.lastRedrawTime;if(s.showFps&&F){F=Math.round(F);var q=Math.round(1e3/F);j.setTransform(1,0,0,1,0,0),j.fillStyle="rgba(255, 0, 0, 0.75)",j.strokeStyle="rgba(255, 0, 0, 0.75)",j.lineWidth=1,j.fillText("1 frame = "+F+" ms = "+q+" fps",0,20),j.strokeRect(0,30,250,20),j.fillRect(0,30,250*Math.min(q/60,1),20)}n||(d[s.SELECT_BOX]=!1)}if(p&&1!==h){var V=u.contexts[s.NODE],U=s.data.bufferCanvases[s.MOTIONBLUR_BUFFER_NODE],H=u.contexts[s.DRAG],G=s.data.bufferCanvases[s.MOTIONBLUR_BUFFER_DRAG],W=function(e,t,n){e.setTransform(1,0,0,1,0,0),n||!b?e.clearRect(0,0,s.canvasWidth,s.canvasHeight):C(e,0,0,s.canvasWidth,s.canvasHeight);var r=h;e.drawImage(t,0,0,s.canvasWidth*r,s.canvasHeight*r,0,0,s.canvasWidth,s.canvasHeight)};(d[s.NODE]||M[s.NODE])&&(W(V,U,M[s.NODE]),d[s.NODE]=!1),(d[s.DRAG]||M[s.DRAG])&&(W(H,G,M[s.DRAG]),d[s.DRAG]=!1)}s.prevViewport=E,s.clearingMotionBlur&&(s.clearingMotionBlur=!1,s.motionBlurCleared=!0,s.motionBlur=!0),p&&(s.motionBlurTimeout=setTimeout((function(){s.motionBlurTimeout=null,s.clearedForMotionBlur[s.NODE]=!1,s.clearedForMotionBlur[s.DRAG]=!1,s.motionBlur=!1,s.clearingMotionBlur=!f,s.mbFrames=0,d[s.NODE]=!0,d[s.DRAG]=!0,s.redraw()}),100)),t||c.emit("render")},e.exports=r},function(e,t,n){"use strict";for(var r=n(2),i={drawPolygonPath:function(e,t,n,r,i,o){var a=r/2,s=i/2;e.beginPath&&e.beginPath(),e.moveTo(t+a*o[0],n+s*o[1]);for(var l=1;l0&&a>0){p.clearRect(0,0,o,a),p.globalCompositeOperation="source-over";var h=this.getCachedZSortedEles();if(e.full)p.translate(-n.x1*c,-n.y1*c),p.scale(c,c),this.drawElements(p,h),p.scale(1/c,1/c),p.translate(n.x1*c,n.y1*c);else{var g=t.pan(),m={x:g.x*c,y:g.y*c};c*=t.zoom(),p.translate(m.x,m.y),p.scale(c,c),this.drawElements(p,h),p.scale(1/c,1/c),p.translate(-m.x,-m.y)}e.bg&&(p.globalCompositeOperation="destination-over",p.fillStyle=e.bg,p.rect(0,0,o,a),p.fill())}return f},i.png=function(e){return a(e,this.bufferCanvasImage(e),"image/png")},i.jpg=function(e){return a(e,this.bufferCanvasImage(e),"image/jpeg")},e.exports=i},function(e,t,n){"use strict";var r={nodeShapeImpl:function(e,t,n,r,i,o,a){switch(e){case"ellipse":return this.drawEllipsePath(t,n,r,i,o);case"polygon":return this.drawPolygonPath(t,n,r,i,o,a);case"roundrectangle":return this.drawRoundRectanglePath(t,n,r,i,o);case"cutrectangle":return this.drawCutRectanglePath(t,n,r,i,o);case"bottomroundrectangle":return this.drawBottomRoundRectanglePath(t,n,r,i,o);case"barrel":return this.drawBarrelPath(t,n,r,i,o)}}};e.exports=r},function(e,t,n){"use strict";var r=n(0),i=n(1),o=n(18),a=function e(){if(!(this instanceof e))return new e;this.length=0},s=a.prototype;s.instanceString=function(){return"stylesheet"},s.selector=function(e){return this[this.length++]={selector:e,properties:[]},this},s.css=function(e,t){var n=this.length-1;if(r.string(e))this[n].properties.push({name:e,value:t});else if(r.plainObject(e))for(var a=e,s=0;s=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},n(239),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n(35))},function(e,t,n){(function(e,t){!function(e,n){"use strict";if(!e.setImmediate){var r,i,o,a,s,l=1,c={},u=!1,d=e.document,f=Object.getPrototypeOf&&Object.getPrototypeOf(e);f=f&&f.setTimeout?f:e,"[object process]"==={}.toString.call(e.process)?r=function(e){t.nextTick((function(){h(e)}))}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?e.MessageChannel?((o=new MessageChannel).port1.onmessage=function(e){h(e.data)},r=function(e){o.port2.postMessage(e)}):d&&"onreadystatechange"in d.createElement("script")?(i=d.documentElement,r=function(e){var t=d.createElement("script");t.onreadystatechange=function(){h(e),t.onreadystatechange=null,i.removeChild(t),t=null},i.appendChild(t)}):r=function(e){setTimeout(h,0,e)}:(a="setImmediate$"+Math.random()+"$",s=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(a)&&h(+t.data.slice(a.length))},e.addEventListener?e.addEventListener("message",s,!1):e.attachEvent("onmessage",s),r=function(t){e.postMessage(a+t,"*")}),f.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n1)for(var n=1;n=t||n<0||m&&e-c>=o}function w(){var e=p();if(x(e))return k(e);s=setTimeout(w,function(e){var n=t-(e-l);return m?f(n,o-(e-c)):n}(e))}function k(e){return s=void 0,v&&r?b(e):(r=i=void 0,a)}function A(){var e=p(),n=x(e);if(r=arguments,i=this,l=e,n){if(void 0===s)return y(l);if(m)return s=setTimeout(w,t),b(l)}return void 0===s&&(s=setTimeout(w,t)),a}return t=g(t)||0,h(n)&&(u=!!n.leading,o=(m="maxWait"in n)?d(g(n.maxWait)||0,t):o,v="trailing"in n?!!n.trailing:v),A.cancel=function(){void 0!==s&&clearTimeout(s),c=0,r=l=i=s=void 0},A.flush=function(){return void 0===s?a:k(p())},A}}).call(this,n(35))},function(e,t,n){e.exports=n(243)},function(e,t,n){var r,i,o;(function(){var n,a,s,l,c,u,d,f,p,h,g,m,v,b,y;s=Math.floor,h=Math.min,a=function(e,t){return et?1:0},p=function(e,t,n,r,i){var o;if(null==n&&(n=0),null==i&&(i=a),n<0)throw new Error("lo must be non-negative");for(null==r&&(r=e.length);nn;0<=n?t++:t--)c.push(t);return c}.apply(this).reverse()).length;rg;0<=g?++u:--u)m.push(c(e,n));return m},b=function(e,t,n,r){var i,o,s;for(null==r&&(r=a),i=e[n];n>t&&r(i,o=e[s=n-1>>1])<0;)e[n]=o,n=s;return e[n]=i},y=function(e,t,n){var r,i,o,s,l;for(null==n&&(n=a),i=e.length,l=t,o=e[t],r=2*t+1;r'+e.content+"":s+=">"+e.content+"";var l=t(s);return l.data("selector",e.selector),l.data("on-click-function",e.onClickFunction),l.data("show",void 0===e.show||e.show),l}function y(){var e;l("active")&&(e=s.children(),t(e).each((function(){x(t(this))})),i.off("tapstart",n),s.remove(),c(s=void 0,void 0),c("active",!1),c("anyVisibleChild",!1))}function x(e){var n="string"==typeof e?t("#"+e):e,r=n.data("cy-context-menus-cxtfcn"),o=n.data("selector"),a=n.data("call-on-click-function"),s=n.data("cy-context-menus-cxtcorefcn");r&&i.off("cxttap",o,r),s&&i.off("cxttap",s),a&&n.off("click",a),n.remove()}"get"!==e&&(c("options",a=function(e,t){var n={};for(var r in e)n[r]=e[r];for(var r in t)n[r]=t[r];return n}(r,e)),l("active")&&y(),c("active",!0),o=u(a.contextMenuClasses),(s=t("
    ")).addClass("cy-context-menus-cxt-menu"),c("cxtMenu",s),t("body").append(s),s=s,g(a.menuItems),i.on("tapstart",n=function(){f(s),c("cxtMenuPosition",void 0),c("currentCyEvent",void 0)}),t(".cy-context-menus-cxt-menu").contextmenu((function(){return!1})));return function(e){return{isActive:function(){return l("active")},appendMenuItem:function(t){return m(t),e},appendMenuItems:function(t){return g(t),e},removeMenuItem:function(t){return x(t),e},setTrailingDivider:function(n,r){return function(e,n){var r=t("#"+e);n?r.addClass("cy-context-menus-divider"):r.removeClass("cy-context-menus-divider")}(n,r),e},insertBeforeMenuItem:function(t,n){return v(t,n),e},moveBeforeOtherMenuItem:function(n,r){return function(e,n){if(e!==n){var r=t("#"+e).detach(),i=t("#"+n);r.insertBefore(i)}}(n,r),e},disableMenuItem:function(n){return t("#"+n).attr("disabled",!0),e},enableMenuItem:function(n){return t("#"+n).attr("disabled",!1),e},hideMenuItem:function(n){return t("#"+n).data("show",!1),f(t("#"+n)),e},showMenuItem:function(n){return t("#"+n).data("show",!0),d(t("#"+n)),e},destroy:function(){return y(),e}}}(this)}))}};e.exports&&(e.exports=o),void 0===(r=function(){return o}.call(t,n,t,e))||(e.exports=r),"undefined"!=typeof cytoscape&&i&&o(cytoscape,i)}()},function(e,t,n){var r;r=function(e){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t,n){var r=n(1),i=function(e){e&&e("layout","dagre",r)};"undefined"!=typeof cytoscape&&i(cytoscape),e.exports=i},function(e,t,n){function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var i=n(2),o=n(3),a=n(4);function s(e){this.options=o({},i,e)}s.prototype.run=function(){var e=this.options,t=e.cy,n=e.eles,i=function(e,t){return"function"==typeof t?t.apply(e,[e]):t},o=e.boundingBox||{x1:0,y1:0,w:t.width(),h:t.height()};void 0===o.x2&&(o.x2=o.x1+o.w),void 0===o.w&&(o.w=o.x2-o.x1),void 0===o.y2&&(o.y2=o.y1+o.h),void 0===o.h&&(o.h=o.y2-o.y1);var s=new a.graphlib.Graph({multigraph:!0,compound:!0}),l={},c=function(e,t){null!=t&&(l[e]=t)};c("nodesep",e.nodeSep),c("edgesep",e.edgeSep),c("ranksep",e.rankSep),c("rankdir",e.rankDir),c("ranker",e.ranker),s.setGraph(l),s.setDefaultEdgeLabel((function(){return{}})),s.setDefaultNodeLabel((function(){return{}}));for(var u=n.nodes(),d=0;d1?t-1:0),r=1;r-1}},function(e,t,n){var r=n(75);e.exports=function(e,t){var n=this.__data__,i=r(n,e);return i<0?(++this.size,n.push([e,t])):n[i][1]=t,this}},function(e,t,n){var r=n(74);e.exports=function(){this.__data__=new r,this.size=0}},function(e,t){e.exports=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}},function(e,t){e.exports=function(e){return this.__data__.get(e)}},function(e,t){e.exports=function(e){return this.__data__.has(e)}},function(e,t,n){var r=n(74),i=n(117),o=n(118);e.exports=function(e,t){var n=this.__data__;if(n instanceof r){var a=n.__data__;if(!i||a.length<199)return a.push([e,t]),this.size=++n.size,this;n=this.__data__=new o(a)}return n.set(e,t),this.size=n.size,this}},function(e,t,n){var r=n(64),i=n(262),o=n(23),a=n(151),s=/^\[object .+?Constructor\]$/,l=Function.prototype,c=Object.prototype,u=l.toString,d=c.hasOwnProperty,f=RegExp("^"+u.call(d).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!o(e)||i(e))&&(r(e)?f:s).test(a(e))}},function(e,t,n){var r=n(58),i=Object.prototype,o=i.hasOwnProperty,a=i.toString,s=r?r.toStringTag:void 0;e.exports=function(e){var t=o.call(e,s),n=e[s];try{e[s]=void 0;var r=!0}catch(e){}var i=a.call(e);return r&&(t?e[s]=n:delete e[s]),i}},function(e,t){var n=Object.prototype.toString;e.exports=function(e){return n.call(e)}},function(e,t,n){var r,i=n(263),o=(r=/[^.]+$/.exec(i&&i.keys&&i.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";e.exports=function(e){return!!o&&o in e}},function(e,t,n){var r=n(29)["__core-js_shared__"];e.exports=r},function(e,t){e.exports=function(e,t){return null==e?void 0:e[t]}},function(e,t,n){var r=n(266),i=n(74),o=n(117);e.exports=function(){this.size=0,this.__data__={hash:new r,map:new(o||i),string:new r}}},function(e,t,n){var r=n(267),i=n(268),o=n(269),a=n(270),s=n(271);function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}},function(e,t,n){var r=n(173),i=n(340),o=n(344),a=n(174),s=n(345),l=n(129);e.exports=function(e,t,n){var c=-1,u=i,d=e.length,f=!0,p=[],h=p;if(n)f=!1,u=o;else if(d>=200){var g=t?null:s(e);if(g)return l(g);f=!1,u=a,h=new r}else h=t?[]:p;e:for(;++c-1}},function(e,t,n){var r=n(188),i=n(342),o=n(343);e.exports=function(e,t,n){return t==t?o(e,t,n):r(e,i,n)}},function(e,t){e.exports=function(e){return e!=e}},function(e,t){e.exports=function(e,t,n){for(var r=n-1,i=e.length;++r1||1===t.length&&e.hasEdge(t[0],t[0])}))}},function(e,t,n){var r=n(22);e.exports=function(e,t,n){return function(e,t,n){var r={},i=e.nodes();return i.forEach((function(e){r[e]={},r[e][e]={distance:0},i.forEach((function(t){e!==t&&(r[e][t]={distance:Number.POSITIVE_INFINITY})})),n(e).forEach((function(n){var i=n.v===e?n.w:n.v,o=t(n);r[e][i]={distance:o,predecessor:e}}))})),i.forEach((function(e){var t=r[e];i.forEach((function(n){var o=r[n];i.forEach((function(n){var r=o[e],i=t[n],a=o[n],s=r.distance+i.distance;s0;){if(n=l.removeMin(),r.has(s,n))a.setEdge(n,s[n]);else{if(u)throw new Error("Input graph is not connected: "+e);u=!0}e.nodeEdges(n).forEach(c)}return a}},function(e,t,n){"use strict";var r=n(11),i=n(399),o=n(402),a=n(403),s=n(20).normalizeRanks,l=n(405),c=n(20).removeEmptyRanks,u=n(406),d=n(407),f=n(408),p=n(409),h=n(418),g=n(20),m=n(28).Graph;e.exports=function(e,t){var n=t&&t.debugTiming?g.time:g.notime;n("layout",(function(){var t=n(" buildLayoutGraph",(function(){return function(e){var t=new m({multigraph:!0,compound:!0}),n=$(e.graph());return t.setGraph(r.merge({},b,S(n,v),r.pick(n,y))),r.forEach(e.nodes(),(function(n){var i=$(e.node(n));t.setNode(n,r.defaults(S(i,x),w)),t.setParent(n,e.parent(n))})),r.forEach(e.edges(),(function(n){var i=$(e.edge(n));t.setEdge(n,r.merge({},A,S(i,k),r.pick(i,E)))})),t}(e)}));n(" runLayout",(function(){!function(e,t){t(" makeSpaceForEdgeLabels",(function(){!function(e){var t=e.graph();t.ranksep/=2,r.forEach(e.edges(),(function(n){var r=e.edge(n);r.minlen*=2,"c"!==r.labelpos.toLowerCase()&&("TB"===t.rankdir||"BT"===t.rankdir?r.width+=r.labeloffset:r.height+=r.labeloffset)}))}(e)})),t(" removeSelfEdges",(function(){!function(e){r.forEach(e.edges(),(function(t){if(t.v===t.w){var n=e.node(t.v);n.selfEdges||(n.selfEdges=[]),n.selfEdges.push({e:t,label:e.edge(t)}),e.removeEdge(t)}}))}(e)})),t(" acyclic",(function(){i.run(e)})),t(" nestingGraph.run",(function(){u.run(e)})),t(" rank",(function(){a(g.asNonCompoundGraph(e))})),t(" injectEdgeLabelProxies",(function(){!function(e){r.forEach(e.edges(),(function(t){var n=e.edge(t);if(n.width&&n.height){var r=e.node(t.v),i={rank:(e.node(t.w).rank-r.rank)/2+r.rank,e:t};g.addDummyNode(e,"edge-proxy",i,"_ep")}}))}(e)})),t(" removeEmptyRanks",(function(){c(e)})),t(" nestingGraph.cleanup",(function(){u.cleanup(e)})),t(" normalizeRanks",(function(){s(e)})),t(" assignRankMinMax",(function(){!function(e){var t=0;r.forEach(e.nodes(),(function(n){var i=e.node(n);i.borderTop&&(i.minRank=e.node(i.borderTop).rank,i.maxRank=e.node(i.borderBottom).rank,t=r.max(t,i.maxRank))})),e.graph().maxRank=t}(e)})),t(" removeEdgeLabelProxies",(function(){!function(e){r.forEach(e.nodes(),(function(t){var n=e.node(t);"edge-proxy"===n.dummy&&(e.edge(n.e).labelRank=n.rank,e.removeNode(t))}))}(e)})),t(" normalize.run",(function(){o.run(e)})),t(" parentDummyChains",(function(){l(e)})),t(" addBorderSegments",(function(){d(e)})),t(" order",(function(){p(e)})),t(" insertSelfEdges",(function(){!function(e){var t=g.buildLayerMatrix(e);r.forEach(t,(function(t){var n=0;r.forEach(t,(function(t,i){var o=e.node(t);o.order=i+n,r.forEach(o.selfEdges,(function(t){g.addDummyNode(e,"selfedge",{width:t.label.width,height:t.label.height,rank:o.rank,order:i+ ++n,e:t.e,label:t.label},"_se")})),delete o.selfEdges}))}))}(e)})),t(" adjustCoordinateSystem",(function(){f.adjust(e)})),t(" position",(function(){h(e)})),t(" positionSelfEdges",(function(){!function(e){r.forEach(e.nodes(),(function(t){var n=e.node(t);if("selfedge"===n.dummy){var r=e.node(n.e.v),i=r.x+r.width/2,o=r.y,a=n.x-i,s=r.height/2;e.setEdge(n.e,n.label),e.removeNode(t),n.label.points=[{x:i+2*a/3,y:o-s},{x:i+5*a/6,y:o-s},{x:i+a,y:o},{x:i+5*a/6,y:o+s},{x:i+2*a/3,y:o+s}],n.label.x=n.x,n.label.y=n.y}}))}(e)})),t(" removeBorderNodes",(function(){!function(e){r.forEach(e.nodes(),(function(t){if(e.children(t).length){var n=e.node(t),i=e.node(n.borderTop),o=e.node(n.borderBottom),a=e.node(r.last(n.borderLeft)),s=e.node(r.last(n.borderRight));n.width=Math.abs(s.x-a.x),n.height=Math.abs(o.y-i.y),n.x=a.x+n.width/2,n.y=i.y+n.height/2}})),r.forEach(e.nodes(),(function(t){"border"===e.node(t).dummy&&e.removeNode(t)}))}(e)})),t(" normalize.undo",(function(){o.undo(e)})),t(" fixupEdgeLabelCoords",(function(){!function(e){r.forEach(e.edges(),(function(t){var n=e.edge(t);if(r.has(n,"x"))switch("l"!==n.labelpos&&"r"!==n.labelpos||(n.width-=n.labeloffset),n.labelpos){case"l":n.x-=n.width/2+n.labeloffset;break;case"r":n.x+=n.width/2+n.labeloffset}}))}(e)})),t(" undoCoordinateSystem",(function(){f.undo(e)})),t(" translateGraph",(function(){!function(e){var t=Number.POSITIVE_INFINITY,n=0,i=Number.POSITIVE_INFINITY,o=0,a=e.graph(),s=a.marginx||0,l=a.marginy||0;function c(e){var r=e.x,a=e.y,s=e.width,l=e.height;t=Math.min(t,r-s/2),n=Math.max(n,r+s/2),i=Math.min(i,a-l/2),o=Math.max(o,a+l/2)}r.forEach(e.nodes(),(function(t){c(e.node(t))})),r.forEach(e.edges(),(function(t){var n=e.edge(t);r.has(n,"x")&&c(n)})),t-=s,i-=l,r.forEach(e.nodes(),(function(n){var r=e.node(n);r.x-=t,r.y-=i})),r.forEach(e.edges(),(function(n){var o=e.edge(n);r.forEach(o.points,(function(e){e.x-=t,e.y-=i})),r.has(o,"x")&&(o.x-=t),r.has(o,"y")&&(o.y-=i)})),a.width=n-t+s,a.height=o-i+l}(e)})),t(" assignNodeIntersects",(function(){!function(e){r.forEach(e.edges(),(function(t){var n,r,i=e.edge(t),o=e.node(t.v),a=e.node(t.w);i.points?(n=i.points[0],r=i.points[i.points.length-1]):(i.points=[],n=a,r=o),i.points.unshift(g.intersectRect(o,n)),i.points.push(g.intersectRect(a,r))}))}(e)})),t(" reversePoints",(function(){!function(e){r.forEach(e.edges(),(function(t){var n=e.edge(t);n.reversed&&n.points.reverse()}))}(e)})),t(" acyclic.undo",(function(){i.undo(e)}))}(t,n)})),n(" updateInputGraph",(function(){!function(e,t){r.forEach(e.nodes(),(function(n){var r=e.node(n),i=t.node(n);r&&(r.x=i.x,r.y=i.y,t.children(n).length&&(r.width=i.width,r.height=i.height))})),r.forEach(e.edges(),(function(n){var i=e.edge(n),o=t.edge(n);i.points=o.points,r.has(o,"x")&&(i.x=o.x,i.y=o.y)})),e.graph().width=t.graph().width,e.graph().height=t.graph().height}(e,t)}))}))};var v=["nodesep","edgesep","ranksep","marginx","marginy"],b={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb"},y=["acyclicer","ranker","rankdir","align"],x=["width","height"],w={width:0,height:0},k=["minlen","weight","width","height","labeloffset"],A={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},E=["labelpos"];function S(e,t){return r.mapValues(r.pick(e,t),Number)}function $(e){var t={};return r.forEach(e,(function(e,n){t[n.toLowerCase()]=e})),t}},function(e,t,n){var r=n(149);e.exports=function(e){return r(e,5)}},function(e,t,n){var r=n(89),i=n(57),o=n(90),a=n(48),s=Object.prototype,l=s.hasOwnProperty,c=r((function(e,t){e=Object(e);var n=-1,r=t.length,c=r>2?t[2]:void 0;for(c&&o(t[0],t[1],c)&&(r=1);++n-1?s[l?t[c]:c]:void 0}}},function(e,t,n){var r=n(188),i=n(37),o=n(365),a=Math.max;e.exports=function(e,t,n){var s=null==e?0:e.length;if(!s)return-1;var l=null==n?0:o(n);return l<0&&(l=a(s+l,0)),r(e,i(t,3),l)}},function(e,t,n){var r=n(196);e.exports=function(e){var t=r(e),n=t%1;return t==t?n?t-n:t:0}},function(e,t,n){var r=n(367),i=n(23),o=n(61),a=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,l=/^0o[0-7]+$/i,c=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(o(e))return NaN;if(i(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=i(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=r(e);var n=s.test(e);return n||l.test(e)?c(e.slice(2),n?2:8):a.test(e)?NaN:+e}},function(e,t,n){var r=n(368),i=/^\s+/;e.exports=function(e){return e?e.slice(0,r(e)+1).replace(i,""):e}},function(e,t){var n=/\s/;e.exports=function(e){for(var t=e.length;t--&&n.test(e.charAt(t)););return t}},function(e,t,n){var r=n(128),i=n(169),o=n(48);e.exports=function(e,t){return null==e?e:r(e,i(t),o)}},function(e,t){e.exports=function(e){var t=null==e?0:e.length;return t?e[t-1]:void 0}},function(e,t,n){var r=n(79),i=n(127),o=n(37);e.exports=function(e,t){var n={};return t=o(t,3),i(e,(function(e,i,o){r(n,i,t(e,i,o))})),n}},function(e,t,n){var r=n(132),i=n(373),o=n(49);e.exports=function(e){return e&&e.length?r(e,o,i):void 0}},function(e,t){e.exports=function(e,t){return e>t}},function(e,t,n){var r=n(375),i=n(379)((function(e,t,n){r(e,t,n)}));e.exports=i},function(e,t,n){var r=n(73),i=n(198),o=n(128),a=n(376),s=n(23),l=n(48),c=n(199);e.exports=function e(t,n,u,d,f){t!==n&&o(n,(function(o,l){if(f||(f=new r),s(o))a(t,n,l,u,e,d,f);else{var p=d?d(c(t,l),o,l+"",t,n,f):void 0;void 0===p&&(p=o),i(t,l,p)}}),l)}},function(e,t,n){var r=n(198),i=n(155),o=n(164),a=n(156),s=n(165),l=n(66),c=n(13),u=n(189),d=n(59),f=n(64),p=n(23),h=n(377),g=n(67),m=n(199),v=n(378);e.exports=function(e,t,n,b,y,x,w){var k=m(e,n),A=m(t,n),E=w.get(A);if(E)r(e,n,E);else{var S=x?x(k,A,n+"",e,t,w):void 0,$=void 0===S;if($){var C=c(A),_=!C&&d(A),O=!C&&!_&&g(A);S=A,C||_||O?c(k)?S=k:u(k)?S=a(k):_?($=!1,S=i(A,!0)):O?($=!1,S=o(A,!0)):S=[]:h(A)||l(A)?(S=k,l(k)?S=v(k):p(k)&&!f(k)||(S=s(A))):$=!1}$&&(w.set(A,S),y(S,A,b,x,w),w.delete(A)),r(e,n,S)}}},function(e,t,n){var r=n(47),i=n(84),o=n(32),a=Function.prototype,s=Object.prototype,l=a.toString,c=s.hasOwnProperty,u=l.call(Object);e.exports=function(e){if(!o(e)||"[object Object]"!=r(e))return!1;var t=i(e);if(null===t)return!0;var n=c.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&l.call(n)==u}},function(e,t,n){var r=n(65),i=n(48);e.exports=function(e){return r(e,i(e))}},function(e,t,n){var r=n(89),i=n(90);e.exports=function(e){return r((function(t,n){var r=-1,o=n.length,a=o>1?n[o-1]:void 0,s=o>2?n[2]:void 0;for(a=e.length>3&&"function"==typeof a?(o--,a):void 0,s&&i(n[0],n[1],s)&&(a=o<3?void 0:a,o=1),t=Object(t);++r1&&a(e,t[0],t[1])?t=[]:n>2&&a(t[0],t[1],t[2])&&(t=[t[0]]),i(e,r(t,1),[])}));e.exports=s},function(e,t,n){var r=n(88),i=n(86),o=n(37),a=n(184),s=n(393),l=n(82),c=n(394),u=n(49),d=n(13);e.exports=function(e,t,n){t=t.length?r(t,(function(e){return d(e)?function(t){return i(t,1===e.length?e[0]:e)}:e})):[u];var f=-1;t=r(t,l(o));var p=a(e,(function(e,n,i){return{criteria:r(t,(function(t){return t(e)})),index:++f,value:e}}));return s(p,(function(e,t){return c(e,t,n)}))}},function(e,t){e.exports=function(e,t){var n=e.length;for(e.sort(t);n--;)e[n]=e[n].value;return e}},function(e,t,n){var r=n(395);e.exports=function(e,t,n){for(var i=-1,o=e.criteria,a=t.criteria,s=o.length,l=n.length;++i=l?c:c*("desc"==n[i]?-1:1)}return e.index-t.index}},function(e,t,n){var r=n(61);e.exports=function(e,t){if(e!==t){var n=void 0!==e,i=null===e,o=e==e,a=r(e),s=void 0!==t,l=null===t,c=t==t,u=r(t);if(!l&&!u&&!a&&e>t||a&&s&&c&&!l&&!u||i&&s&&c||!n&&c||!o)return 1;if(!i&&!a&&!u&&e0;--l)if(r=t[l].dequeue()){i=i.concat(s(e,t,n,r,!0));break}}return i}(n.graph,n.buckets,n.zeroIdx);return r.flatten(r.map(c,(function(t){return e.outEdges(t.v,t.w)})),!0)};var a=r.constant(1);function s(e,t,n,i,o){var a=o?[]:void 0;return r.forEach(e.inEdges(i.v),(function(r){var i=e.edge(r),s=e.node(r.v);o&&a.push({v:r.v,w:r.w}),s.out-=i,l(t,n,s)})),r.forEach(e.outEdges(i.v),(function(r){var i=e.edge(r),o=r.w,a=e.node(o);a.in-=i,l(t,n,a)})),e.removeNode(i.v),a}function l(e,t,n){n.out?n.in?e[n.out-n.in+t].enqueue(n):e[e.length-1].enqueue(n):e[0].enqueue(n)}},function(e,t){function n(){var e={};e._next=e._prev=e,this._sentinel=e}function r(e){e._prev._next=e._next,e._next._prev=e._prev,delete e._next,delete e._prev}function i(e,t){if("_next"!==e&&"_prev"!==e)return t}e.exports=n,n.prototype.dequeue=function(){var e=this._sentinel,t=e._prev;if(t!==e)return r(t),t},n.prototype.enqueue=function(e){var t=this._sentinel;e._prev&&e._next&&r(e),e._next=t._next,t._next._prev=e,t._next=e,e._prev=t},n.prototype.toString=function(){for(var e=[],t=this._sentinel,n=t._prev;n!==t;)e.push(JSON.stringify(n,i)),n=n._prev;return"["+e.join(", ")+"]"}},function(e,t,n){"use strict";var r=n(11),i=n(20);e.exports={run:function(e){e.graph().dummyChains=[],r.forEach(e.edges(),(function(t){!function(e,t){var n,r,o,a=t.v,s=e.node(a).rank,l=t.w,c=e.node(l).rank,u=t.name,d=e.edge(t),f=d.labelRank;if(c===s+1)return;for(e.removeEdge(t),o=0,++s;sl.lim&&(c=l,u=!0);var d=r.filter(t.edges(),(function(t){return u===b(e,e.node(t.v),c)&&u!==b(e,e.node(t.w),c)}));return r.minBy(d,(function(e){return o(t,e)}))}function v(e,t,n,i){var o=n.v,a=n.w;e.removeEdge(o,a),e.setEdge(i.v,i.w,{}),p(e),d(e,t),function(e,t){var n=r.find(e.nodes(),(function(e){return!t.node(e).parent})),i=s(e,n);i=i.slice(1),r.forEach(i,(function(n){var r=e.node(n).parent,i=t.edge(n,r),o=!1;i||(i=t.edge(r,n),o=!0),t.node(n).rank=t.node(r).rank+(o?i.minlen:-i.minlen)}))}(e,t)}function b(e,t,n){return n.low<=t.lim&&t.lim<=n.lim}e.exports=u,u.initLowLimValues=p,u.initCutValues=d,u.calcCutValue=f,u.leaveEdge=g,u.enterEdge=m,u.exchangeEdges=v},function(e,t,n){var r=n(11);e.exports=function(e){var t=function(e){var t={},n=0;function i(o){var a=n;r.forEach(e.children(o),i),t[o]={low:a,lim:n++}}return r.forEach(e.children(),i),t}(e);r.forEach(e.graph().dummyChains,(function(n){for(var r=e.node(n),i=r.edgeObj,o=function(e,t,n,r){var i,o,a=[],s=[],l=Math.min(t[n].low,t[r].low),c=Math.max(t[n].lim,t[r].lim);i=n;do{i=e.parent(i),a.push(i)}while(i&&(t[i].low>l||c>t[i].lim));o=i,i=r;for(;(i=e.parent(i))!==o;)s.push(i);return{path:a.concat(s.reverse()),lca:o}}(e,t,i.v,i.w),a=o.path,s=o.lca,l=0,c=a[l],u=!0;n!==i.w;){if(r=e.node(n),u){for(;(c=a[l])!==s&&e.node(c).maxRank=2),s=u.buildLayerMatrix(e);var m=o(e,s);m0;)t%2&&(n+=l[t+1]),l[t=t-1>>1]+=e.weight;c+=e.weight*n}))),c}e.exports=function(e,t){for(var n=0,r=1;r=e.barycenter)&&function(e,t){var n=0,r=0;e.weight&&(n+=e.barycenter*e.weight,r+=e.weight);t.weight&&(n+=t.barycenter*t.weight,r+=t.weight);e.vs=t.vs.concat(e.vs),e.barycenter=n/r,e.weight=r,e.i=Math.min(t.i,e.i),t.merged=!0}(e,t)}}function i(t){return function(n){n.in.push(t),0==--n.indegree&&e.push(n)}}for(;e.length;){var o=e.pop();t.push(o),r.forEach(o.in.reverse(),n(o)),r.forEach(o.out,i(o))}return r.map(r.filter(t,(function(e){return!e.merged})),(function(e){return r.pick(e,["vs","i","barycenter","weight"])}))}(r.filter(n,(function(e){return!e.indegree})))}},function(e,t,n){var r=n(11),i=n(20);function o(e,t,n){for(var i;t.length&&(i=r.last(t)).i<=n;)t.pop(),e.push(i.vs),n++;return n}e.exports=function(e,t){var n=i.partition(e,(function(e){return r.has(e,"barycenter")})),a=n.lhs,s=r.sortBy(n.rhs,(function(e){return-e.i})),l=[],c=0,u=0,d=0;a.sort((f=!!t,function(e,t){return e.barycentert.barycenter?1:f?t.i-e.i:e.i-t.i})),d=o(l,s,d),r.forEach(a,(function(e){d+=e.vs.length,l.push(e.vs),c+=e.barycenter*e.weight,u+=e.weight,d=o(l,s,d)}));var f;var p={vs:r.flatten(l,!0)};u&&(p.barycenter=c/u,p.weight=u);return p}},function(e,t,n){var r=n(11),i=n(28).Graph;e.exports=function(e,t,n){var o=function(e){var t;for(;e.hasNode(t=r.uniqueId("_root")););return t}(e),a=new i({compound:!0}).setGraph({root:o}).setDefaultNodeLabel((function(t){return e.node(t)}));return r.forEach(e.nodes(),(function(i){var s=e.node(i),l=e.parent(i);(s.rank===t||s.minRank<=t&&t<=s.maxRank)&&(a.setNode(i),a.setParent(i,l||o),r.forEach(e[n](i),(function(t){var n=t.v===i?t.w:t.v,o=a.edge(n,i),s=r.isUndefined(o)?0:o.weight;a.setEdge(n,i,{weight:e.edge(t).weight+s})})),r.has(s,"minRank")&&a.setNode(i,{borderLeft:s.borderLeft[t],borderRight:s.borderRight[t]}))})),a}},function(e,t,n){var r=n(11);e.exports=function(e,t,n){var i,o={};r.forEach(n,(function(n){for(var r,a,s=e.parent(n);s;){if((r=e.parent(s))?(a=o[r],o[r]=s):(a=i,i=s),a&&a!==s)return void t.setEdge(a,s);s=r}}))}},function(e,t,n){"use strict";var r=n(11),i=n(20),o=n(419).positionX;e.exports=function(e){(function(e){var t=i.buildLayerMatrix(e),n=e.graph().ranksep,o=0;r.forEach(t,(function(t){var i=r.max(r.map(t,(function(t){return e.node(t).height})));r.forEach(t,(function(t){e.node(t).y=o+i/2})),o+=i+n}))})(e=i.asNonCompoundGraph(e)),r.forEach(o(e),(function(t,n){e.node(n).x=t}))}},function(e,t,n){"use strict";var r=n(11),i=n(28).Graph,o=n(20);function a(e,t){var n={};return r.reduce(t,(function(t,i){var o=0,a=0,s=t.length,c=r.last(i);return r.forEach(i,(function(t,u){var d=function(e,t){if(e.node(t).dummy)return r.find(e.predecessors(t),(function(t){return e.node(t).dummy}))}(e,t),f=d?e.node(d).order:s;(d||t===c)&&(r.forEach(i.slice(a,u+1),(function(t){r.forEach(e.predecessors(t),(function(r){var i=e.node(r),a=i.order;!(as)&&l(n,t,c)}))}))}return r.reduce(t,(function(t,n){var o,a=-1,s=0;return r.forEach(n,(function(r,l){if("border"===e.node(r).dummy){var c=e.predecessors(r);c.length&&(o=e.node(c[0]).order,i(n,s,l,a,o),s=l,a=o)}i(n,s,n.length,o,t.length)})),n})),n}function l(e,t,n){if(t>n){var r=t;t=n,n=r}var i=e[t];i||(e[t]=i={}),i[n]=!0}function c(e,t,n){if(t>n){var i=t;t=n,n=i}return r.has(e[t],n)}function u(e,t,n,i){var o={},a={},s={};return r.forEach(t,(function(e){r.forEach(e,(function(e,t){o[e]=e,a[e]=e,s[e]=t}))})),r.forEach(t,(function(e){var t=-1;r.forEach(e,(function(e){var l=i(e);if(l.length)for(var u=((l=r.sortBy(l,(function(e){return s[e]}))).length-1)/2,d=Math.floor(u),f=Math.ceil(u);d<=f;++d){var p=l[d];a[e]===e&&t\n.menu ul ul {\n margin-left: 12px;\n}\n\n\n\n')}]),e.exports=n},function(e,t,n){"use strict";const r=n(425),i=n(21);n(426),angular.module("dbt").directive("modelTreeLine",["$state",function(e){return{scope:{item:"=",depth:"<",resourceType:"@"},replace:!0,templateUrl:r,link:function(t,n,r,o){t.depth||(t.depth=0);var a=t.item.name;if(a){var s=i.last(a,15).join(""),l=i.initial(a,s.length).join("");t.name={name:a,start:l,end:s},t.name_start=l,t.name_end=s,t.onFolderClick=function(n){if(n.active=!n.active,"source"==t.resourceType){var r=n.name;e.go("dbt.source_list",{source:r})}else 0===t.depth&&"database"!==n.type&&e.go("dbt.project_overview",{project_name:n.name})},t.activate=function(n){t.$emit("clearSearch"),n.active=!0;var r="dbt."+n.node.resource_type;e.go(r,{unique_id:n.unique_id})},t.getIcon=function(e,t){return"#"+{header:{on:"icn-down",off:"icn-right"},database:{on:"icn-db-on",off:"icn-db"},schema:{on:"icn-tree-on",off:"icn-tree"},table:{on:"icn-doc-on",off:"icn-doc"},folder:{on:"icn-dir-on",off:"icn-dir"},file:{on:"icn-doc-on",off:"icn-doc"}}[e][t]},t.getClass=function(e){return{active:e.active,"menu-tree":"header"==e.type||"schema"==e.type||"folder"==e.type,"menu-main":"header"==e.type,"menu-node":"file"==e.type||"table"==e.type}}}}}}])},function(e,t){var n="/components/model_tree/model_tree_line.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'
  • \n\n \n \n \n \n \n \n {{name.start}}\n {{name.end}}\n \n \n\n \n \n \n \n \n \n {{name.start}}\n {{name.end}}\n \n \n\n
      \n \n
    \n
  • \n')}]),e.exports=n},function(e,t,n){var r=n(427);"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n(40)(r,i);r.locals&&(e.exports=r.locals)},function(e,t,n){(e.exports=n(39)(!1)).push([e.i,"\n.unselectable{\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n",""])},function(e,t,n){"use strict";const r=n(9),i=n(429);n(31);n(206),r.module("dbt").directive("docsSearch",["$sce","project",function(e,t){return{scope:{query:"=",results:"=",onSelect:"&"},replace:!0,templateUrl:i,link:function(n){n.max_results=20,n.show_all=!1,n.max_results_columns=3,n.limit_columns={},n.checkboxStatus={show_names:!1,show_descriptions:!1,show_columns:!1,show_code:!1,show_tags:!1},n.limit_search=function(e,t,r){return t0&&null!=n.query&&n.query.trim().length>0){let t=e.replace(/\s+/g," "),o=r(i(n.query)[0]),a=t.search(new RegExp(o)),s=a-75<0?0:a-75,l=a+75>t.length?t.length:a+75;return"..."+t.substring(s,l)+"..."}return e},n.highlight=function(t){if(!n.query||!t)return e.trustAsHtml(t);let o="("+i(n.query).map(e=>r(e)).join(")|(")+")";return e.trustAsHtml(t.replace(new RegExp(o,"gi"),'$&'))},n.$watch("query",(function(e,t){0==e.length&&(n.show_all=!1,n.limit_columns={})})),n.columnFilter=function(e){var t=[];let r=i(n.query);for(var o in e)r.every(e=>-1!=o.toLowerCase().indexOf(e))&&t.push(o);return t},n.limitColumns=function(e){return void 0!==n.limit_columns[e]?n.limit_columns[e]:3}}}}])},function(e,t){var n="/components/search/search.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'
    \n \n
    \n
    \n

    \n {{ query }}\n {{ results.length }} search results\n

    \n \n \n \n \n \n \n \n \n \n \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n

    \n \n {{result.model.resource_type}}\n

    \n

    \n
    \n
    \n
    \n \n columns:\n \n \n \n Show {{ columnFilter(result.model.columns).length - max_results_columns }} more\n
    \n
    \n \n \n \n
    \n
    \n \n tags:\n \n \n \n
    \n
    \n Show {{ results.length - max_results }} more\n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t,n){"use strict";const r=n(431);n(432);const i=n(21);angular.module("dbt").directive("tableDetails",["$sce","$filter",function(e,t){return{scope:{model:"=",extras:"=",exclude:"<"},templateUrl:r,link:function(e){function n(e,t){if(0==e)return"0 bytes";if(e<1&&(e*=1e6),isNaN(parseFloat(e))||!isFinite(e))return"-";void 0===t&&(t=0);var n=Math.floor(Math.log(e)/Math.log(1024));return(e/Math.pow(1024,Math.floor(n))).toFixed(t)+" "+["bytes","KB","MB","GB","TB","PB"][n]}function r(e,n){return void 0===n&&(n=2),t("number")(100*e,n)+"%"}function o(e,n){return void 0===n&&(n=0),t("number")(e,n)}e.details=[],e.extended=[],e.exclude=e.exclude||[],e.meta=null,e._show_expanded=!1,e.show_expanded=function(t){return void 0!==t&&(e._show_expanded=t),e._show_expanded},e.hasData=function(e){return!(!e||i.isEmpty(e))&&(1!=e.length||0!=e[0].include)},e.$watch("model",(function(t,a){i.property(["metadata","type"])(t);var s,l,c,u=t.hasOwnProperty("sources")&&null!=t.sources[0]?t.sources[0].source_meta:null;if(e.meta=t.meta||u,e.details=function(e){var t,n,r=!e.metadata,o=e.metadata||{};t=e.database?e.database+".":"",n=r?void 0:"source"==e.resource_type?t+e.schema+"."+e.identifier:t+e.schema+"."+e.alias;var a,s=[{name:"Owner",value:o.owner},{name:"Type",value:r?void 0:(a=o.type,"BASE TABLE"==a?{type:"table",name:"table"}:"LATE BINDING VIEW"==a?{type:"view",name:"late binding view"}:{type:a.toLowerCase(),name:a.toLowerCase()}).name},{name:"Package",value:e.package_name},{name:"Language",value:e.language},{name:"Relation",value:n}];return i.filter(s,(function(e){return void 0!==e.value}))}(t),e.extended=(s=t.stats,l={rows:o,row_count:o,num_rows:o,max_varchar:o,pct_used:r,size:n,bytes:n,num_bytes:n},c=i.sortBy(i.values(s),"label"),i.map(c,(function(e){var t=i.clone(e),n=l[e.id];return n&&(t.value=n(e.value),t.label=e.label.replace("Approximate","~"),t.label=e.label.replace("Utilization","Used")),t}))),e.extras){var d=i.filter(e.extras,(function(e){return void 0!==e.value&&null!==e.value}));e.details=e.details.concat(d)}e.show_extended=i.where(e.extended,{include:!0}).length>0})),e.queryTag=function(t){e.$emit("query",t)}}}}])},function(e,t){var n="/components/table_details/table_details.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'
    \n
    Details
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    {{ k }}
    \n
    {{ v }}
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    Tags
    \n
    \n {{ tag }} \n
    \n
    untagged
    \n
    \n
    \n
    {{ item.name }}
    \n
    {{ item.value }}
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    {{ item.label }}
    \n
    {{ item.value }}
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t,n){var r=n(433);"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n(40)(r,i);r.locals&&(e.exports=r.locals)},function(e,t,n){(e.exports=n(39)(!1)).push([e.i,"\n\n.details-content {\n table-layout: fixed;\n}\n\n.detail-body {\n white-space: nowrap;\n overflow-x: scroll;\n}\n",""])},function(e,t,n){"use strict";const r=n(435),i=n(21);angular.module("dbt").directive("columnDetails",["project",function(e){return{scope:{model:"="},templateUrl:r,link:function(t){t.has_test=function(e,t){return-1!=i.pluck(e.tests,"short").indexOf(t)},t.has_more_info=function(e){var t=e.tests||[],n=e.description||"",r=e.meta||{};return t.length||n.length||!i.isEmpty(r)},t.toggle_column_expanded=function(e){t.has_more_info(e)&&(e.expanded=!e.expanded)},t.getState=function(e){return"dbt."+e.resource_type},t.get_col_name=function(t){return e.caseColumn(t)},t.get_columns=function(e){var t=i.chain(e.columns).values().sortBy("index").value();return i.each(t,(function(e,t){e.index=t})),t}}}}])},function(e,t){var n="/components/column_details/column_details.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'
    \n
    \n
    \n Column information is not available for this seed\n
    \n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    ColumnTypeDescriptionTestsMore?
    \n
    \n {{ get_col_name(column.name) }}\n
    \n
    \n {{ column.type }}

    \n
    \n {{ column.description }}\n \n \n U\n N\n F\n A\n +\n \n \n \n \n \n \n \n \n \n \n
    \n
    \n
    \n
    Details
    \n
    \n
    \n
    \n
    {{ k }}
    \n
    {{ v }}
    \n
    \n
    \n
    \n
    \n\n
    \n
    Description
    \n \n
    \n\n
    \n
    Generic Tests
    \n \n
    \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t,n){"use strict";const r=n(437);n(31),n(438);function i(e){return"python"===e?"language-python":"language-sql"}angular.module("dbt").directive("codeBlock",["code","$timeout",function(e,t){return{scope:{versions:"=",default:"<",language:"="},restrict:"E",templateUrl:r,link:function(n,r){n.selected_version=n.default,n.language_class=i(n.language),n.source=null,n.setSelected=function(r){n.selected_version=r,n.source=n.versions[r]||"";const i=n.source.trim();n.highlighted=e.highlight(i,n.language),t((function(){Prism.highlightAll()}))},n.titleCase=function(e){return e.charAt(0).toUpperCase()+e.substring(1)},n.copied=!1,n.copy_to_clipboard=function(){e.copy_to_clipboard(n.source),n.copied=!0,setTimeout((function(){n.$apply((function(){n.copied=!1}))}),1e3)},n.$watch("language",(function(e,t){e&&e!=t&&(n.language_class=i(e))}),!0),n.$watch("versions",(function(e,t){if(e)if(n.default)n.setSelected(n.default);else{var r=Object.keys(n.versions);r.length>0&&n.setSelected(r[0])}}),!0)}}}])},function(e,t){var n="/components/code_block/code_block.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'
    Code
    \n\n')}]),e.exports=n},function(e,t,n){var r=n(439);"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n(40)(r,i);r.locals&&(e.exports=r.locals)},function(e,t,n){(e.exports=n(39)(!1)).push([e.i,"pre.code {\n border: none !important;\n overflow-y: visible !important;\n overflow-x: scroll !important;\n padding-bottom: 10px;\n}\n\npre.code code {\n font-family: Monaco, monospace !important;\n font-weight: 400 !important;\n}\n\n.line-numbers-rows {\n border: none !important;\n}\n",""])},function(e,t,n){"use strict";const r=n(441);angular.module("dbt").directive("macroArguments",[function(){return{scope:{macro:"="},templateUrl:r,link:function(e){_.each(e.macro.arguments,(function(e){e.expanded=!1}))}}}])},function(e,t){var n="/components/macro_arguments/index.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n
    \n
    \n Details are not available for this macro\n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    ArgumentTypeDescriptionMore?
    \n
    \n {{ arg.name }}\n
    \n
    \n {{ arg.type }}

    \n
    \n {{ arg.description }}\n \n \n \n \n \n \n \n \n \n
    \n
    \n
    \n
    Description
    \n \n
    \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t,n){"use strict";const r=n(443);angular.module("dbt").directive("referenceList",["$state",function(e){return{scope:{references:"=",node:"="},restrict:"E",templateUrl:r,link:function(t){t.selected_type=null,t.setType=function(e){t.selected_type=e,t.nodes=t.references[t.selected_type]},t.getNodeUrl=function(t){var n="dbt."+t.resource_type;return e.href(n,{unique_id:t.unique_id,"#":null})},t.mapResourceType=function(e){return"model"==e?"Models":"seed"==e?"Seeds":"test"==e?"Tests":"snapshot"==e?"Snapshots":"analysis"==e?"Analyses":"macro"==e?"Macros":"exposure"==e?"Exposures":"metric"==e?"Metrics":"operation"==e?"Operations":"Nodes"},t.$watch("references",(function(e){e&&_.size(e)>0?(t.selected_type=_.keys(e)[0],t.has_references=!0,t.nodes=t.references[t.selected_type]):t.has_references=!1}))}}}])},function(e,t){var n="/components/references/index.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'
    \n
    \n No resources reference this {{ node.resource_type }}\n
    \n
    \n \n
    \n \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t,n){n(445),n(447),n(448),n(449),n(450),n(451),n(452),n(453),n(454),n(455)},function(e,t,n){"use strict";const r=n(9),i=n(33);n(34),r.module("dbt").controller("ModelCtrl",["$scope","$state","project","code","$anchorScroll","$location",function(e,t,n,r,o,a){e.model_uid=t.params.unique_id,e.tab=t.params.tab,e.project=n,e.codeService=r,e.versions={},e.copied=!1,e.copy_to_clipboard=function(t){r.copy_to_clipboard(t),e.copied=!0,setTimeout((function(){e.$apply((function(){e.copied=!1}))}),1e3)},e.model={},n.ready((function(t){let n=t.nodes[e.model_uid];e.model=n,e.references=i.getReferences(t,n),e.referencesLength=Object.keys(e.references).length,e.parents=i.getParents(t,n),e.parentsLength=Object.keys(e.parents).length,e.language=n.language;e.versions={Source:e.model.raw_code,Compiled:e.model.compiled_code||"\n-- compiled code not found for this model\n"},setTimeout((function(){o()}),0)}))}])},function(e,t,n){(e.exports=n(39)(!1)).push([e.i,"\n.nav-tabs li.nav-pull-right {\n flex: 1 0 auto;\n text-align: right;\n}\n\ntr.column-row-selected {\n\n}\n\ntd.column-expanded{\n padding: 0px !important;\n}\n\ntd.column-expanded > div {\n padding: 5px 10px;\n margin-left: 20px;\n height: 100%;\n\n border-left: 1px solid #ccc !important;\n}\n",""])},function(e,t,n){"use strict";const r=n(9),i=n(33);n(34),r.module("dbt").controller("SourceCtrl",["$scope","$state","project","code","$anchorScroll","$location",function(e,t,n,r,o,a){e.model_uid=t.params.unique_id,e.project=n,e.codeService=r,e.extra_table_fields=[],e.versions={},e.model={},n.ready((function(t){let n=t.nodes[e.model_uid];e.model=n,e.references=i.getReferences(t,n),e.referencesLength=Object.keys(e.references).length,e.parents=i.getParents(t,n),e.parentsLength=Object.keys(e.parents).length,e.versions={"Sample SQL":r.generateSourceSQL(e.model)},e.extra_table_fields=[{name:"Loader",value:e.model.loader},{name:"Source",value:e.model.source_name}]}))}])},function(e,t,n){"use strict";const r=n(9),i=n(33);n(34),r.module("dbt").controller("SeedCtrl",["$scope","$state","project","code","$transitions","$anchorScroll","$location",function(e,t,n,r,o,a,s){e.model_uid=t.params.unique_id,e.tab=t.params.tab,e.project=n,e.codeService=r,e.versions={},e.model={},n.ready((function(t){let n=t.nodes[e.model_uid];e.model=n,e.references=i.getReferences(t,n),e.referencesLength=Object.keys(e.references).length,e.parents=i.getParents(t,n),e.parentsLength=Object.keys(e.parents).length,e.versions={"Example SQL":r.generateSourceSQL(e.model)}}))}])},function(e,t,n){"use strict";const r=n(9),i=n(33);n(34),r.module("dbt").controller("SnapshotCtrl",["$scope","$state","project","code","$anchorScroll","$location",function(e,t,n,r,o,a){e.model_uid=t.params.unique_id,e.tab=t.params.tab,e.project=n,e.codeService=r,e.versions={},e.model={},n.ready((function(t){let n=t.nodes[e.model_uid];e.model=n,e.references=i.getReferences(t,n),e.referencesLength=Object.keys(e.references).length,e.parents=i.getParents(t,n),e.parentsLength=Object.keys(e.parents).length,e.language=n.language;e.versions={Source:e.model.raw_code,Compiled:e.model.compiled_code||"Compiled SQL is not available for this snapshot"},setTimeout((function(){o()}),0)}))}])},function(e,t,n){"use strict";const r=n(9),i=n(33);n(34),r.module("dbt").controller("TestCtrl",["$scope","$state","project","code","$anchorScroll","$location",function(e,t,n,r,o,a){e.model_uid=t.params.unique_id,e.tab=t.params.tab,e.project=n,e.codeService=r,e.versions={},e.model={},n.ready((function(t){let n=t.nodes[e.model_uid];e.model=n,e.references=i.getReferences(t,n),e.referencesLength=Object.keys(e.references).length,e.parents=i.getParents(t,n),e.parentsLength=Object.keys(e.parents).length,e.language=n.language;e.versions={Source:e.model.raw_code,Compiled:e.model.compiled_code||"\n-- compiled code not found for this model\n"},setTimeout((function(){o()}),0)}))}])},function(e,t,n){"use strict";const r=n(9),i=n(21),o=n(33);n(34),r.module("dbt").controller("MacroCtrl",["$scope","$state","project","code","$transitions","$anchorScroll","$location",function(e,t,n,r,a,s,l){e.model_uid=t.params.unique_id,e.tab=t.params.tab,e.project=n,e.codeService=r,e.macro={},n.ready((function(t){let n=t.macros[e.model_uid];if(e.macro=n,e.references=o.getMacroReferences(t,n),e.referencesLength=Object.keys(e.references).length,e.parents=o.getMacroParents(t,n),e.parentsLength=Object.keys(e.parents).length,e.macro.is_adapter_macro){var r=t.metadata.adapter_type;e.versions=n.impls,n.impls[r]?e.default_version=r:n.impls.default?e.default_version="default":e.default_version=i.keys(n.impls)[0]}else e.default_version="Source",e.versions={Source:e.macro.macro_sql}}))}])},function(e,t,n){"use strict";const r=n(9),i=n(33);n(34),r.module("dbt").controller("AnalysisCtrl",["$scope","$state","project","code","$transitions","$anchorScroll","$location",function(e,t,n,r,o,a,s){e.model_uid=t.params.unique_id,e.project=n,e.codeService=r,e.default_version="Source",e.versions={Source:"",Compiled:""},e.model={},n.ready((function(t){let n=t.nodes[e.model_uid];e.model=n,e.references=i.getReferences(t,n),e.referencesLength=Object.keys(e.references).length,e.parents=i.getParents(t,n),e.parentsLength=Object.keys(e.parents).length,e.language=n.language,e.versions={Source:e.model.raw_code,Compiled:e.model.compiled_code}}))}])},function(e,t,n){"use strict";const r=n(9),i=n(33);n(34),r.module("dbt").controller("ExposureCtrl",["$scope","$state","project","code","$anchorScroll","$location",function(e,t,n,r,o,a){e.model_uid=t.params.unique_id,e.project=n,e.codeService=r,e.extra_table_fields=[],e.versions={},e.exposure={},n.ready((function(t){let n=t.nodes[e.model_uid];e.exposure=n,e.parents=i.getParents(t,n),e.parentsLength=e.parents.length,e.language=n.language,e.extra_table_fields=[{name:"Maturity",value:e.exposure.maturity},{name:"Owner",value:e.exposure.owner.name},{name:"Owner email",value:e.exposure.owner.email},{name:"Exposure name",value:e.exposure.name}]}))}])},function(e,t,n){"use strict";const r=n(9),i=n(33);n(34),r.module("dbt").controller("MetricCtrl",["$scope","$state","project","code","$anchorScroll","$location",function(e,t,n,r,o,a){e.model_uid=t.params.unique_id,e.project=n,e.codeService=r,e.extra_table_fields=[],e.versions={},e.metric={},n.ready((function(t){let n=t.nodes[e.model_uid];e.metric=n,e.parents=i.getParents(t,n),e.parentsLength=e.parents.length,e.versions={Definition:r.generateMetricSQL(e.metric)};const o="expression"===e.metric.type?"Expression metric":"Aggregate metric";e.extra_table_fields=[{name:"Metric Type",value:o},{name:"Metric name",value:e.metric.name}]}))}])},function(e,t,n){"use strict";const r=n(9),i=n(33);n(34),r.module("dbt").controller("OperationCtrl",["$scope","$state","project","code","$anchorScroll","$location",function(e,t,n,r,o,a){e.model_uid=t.params.unique_id,e.tab=t.params.tab,e.project=n,e.codeService=r,e.versions={},e.model={},n.ready((function(t){let n=t.nodes[e.model_uid];e.model=n,e.references=i.getReferences(t,n),e.referencesLength=Object.keys(e.references).length,e.parents=i.getParents(t,n),e.parentsLength=Object.keys(e.parents).length,e.language=n.language;e.versions={Source:e.model.raw_code,Compiled:e.model.compiled_code||"\n-- compiled code not found for this model\n"},setTimeout((function(){o()}),0)}))}])},function(e,t,n){"use strict";n(9).module("dbt").controller("GraphCtrl",["$scope","$state","$window","graph","project","selectorService",function(e,t,n,r,i,o){function a(e){return e&&"source"==e.resource_type?"source:"+e.source_name+"."+e.name:e&&"exposure"==e.resource_type?"exposure:"+e.name:e&&"metric"==e.resource_type?"metric:"+e.name:e.name?e.name:"*"}e.graph=r.graph,e.graphService=r,e.graphRendered=function(e){r.setGraphReady(e)},e.$watch((function(){return t.params.unique_id}),(function(e,t){e&&e!=t&&i.find_by_id(e,(function(e){e&&("sidebar"==r.orientation?r.showVerticalGraph(a(e),!1):r.showFullGraph(a(e)))})),e||o.clearViewNode()}))}])},function(e,t,n){"use strict";const r=n(9),i=n(21),o=n(31),a=n(458);n(459),n(206),n(467),n(469),n(472),n(476),r.module("dbt").controller("MainController",["$scope","$route","$state","project","graph","selectorService","trackingService","locationService","$transitions",function(e,t,n,r,s,l,c,u,d){function f(t){e.model_uid=t;var n=r.node(t);n&&l.resetSelection(n)}function p(e){e&&setTimeout((function(){var t=o("*[data-nav-unique-id='"+e+"']");t.length&&t[0].scrollIntoView&&t[0].scrollIntoView({behavior:"smooth",block:"center",inline:"center"})}),1)}e.tree={database:{},project:{},sources:{}},e.search={query:"",results:[],is_focused:!1},e.logo=a,e.model_uid=null,e.project={},o("body").bind("keydown",(function(e){"t"==event.key&&"INPUT"!=event.target.tagName&&(console.log("Opening search"),o("#search").focus(),event.preventDefault())})),e.onSearchFocus=function(t,n){e.search.is_focused=n},e.clearSearch=function(){e.search.is_focused=!1,e.search.query="",e.search.results=[],o("#search").blur()},e.$on("clearSearch",(function(){e.clearSearch()})),e.$on("query",(function(t,n){e.search.is_focused=!0,e.search.query=n})),e.onSearchKeypress=function(t){"Escape"==t.key&&(e.clearSearch(),t.preventDefault())},r.getModelTree(n.params.unique_id,(function(t){e.tree.database=t.database,e.tree.project=t.project,e.tree.sources=t.sources,e.tree.exposures=t.exposures,e.tree.metrics=t.metrics,setTimeout((function(){p(e.model_uid)}))})),d.onSuccess({},(function(t,n){var i=t.router.globals.params,o=l.getViewNode(),a=o?o.unique_id:null,s=i.unique_id,u=!0;if(t.from().name==t.to().name&&a==s&&(u=!1),u&&i.unique_id){var d=r.updateSelected(i.unique_id);e.tree.database=d.database,e.tree.project=d.project,e.tree.sources=d.sources,e.search.query="",console.log("updating selected model to: ",i),f(i.unique_id),setTimeout((function(){p(i.unique_id)}))}u&&c.track_pageview()})),e.$watch("search.query",(function(t){e.search.results=function(t){if(""===e.search.query)return t;let n={name:10,tags:5,description:3,raw_code:2,columns:1};return i.each(t,(function(t){t.overallWeight=0,i.each(Object.keys(n),(function(r){if(null!=t.model[r]){let o=0,a=t.model[r],s=e.search.query.toLowerCase();if("columns"===r)i.each(a,(function(e){if(e.name){let t=e.name.toLowerCase(),n=0;for(;-1!=n;)n=t.indexOf(s,n),-1!=n&&(o++,n++)}}));else if("tags"===r)i.each(a,(function(e){let t=e.toLowerCase(),n=0;for(;-1!=n;)n=t.indexOf(s,n),-1!=n&&(o++,n++)}));else{a=a.toLowerCase();let e=0;for(;-1!=e;)e=a.indexOf(s,e),-1!=e&&(o++,e++)}t.overallWeight+=o*n[r]}}))})),t}(r.search(t))})),r.init(),r.ready((function(t){e.project=t,e.search.results=r.search("");var o=i.unique(i.pluck(i.values(t.nodes),"package_name")).sort(),a=[null];i.each(t.nodes,(function(e){var t=e.tags;a=i.union(a,t).sort()})),l.init({packages:o,tags:a}),f(n.params.unique_id);var d=u.parseState(n.params);d.show_graph&&s.ready((function(){i.assign(l.selection.dirty,d.selected);var e=l.updateSelection();s.updateGraph(e)}));var p=t.metadata||{};c.init({track:p.send_anonymous_usage_stats,project_id:p.project_id})}))}])},function(e,t){e.exports="data:image/svg+xml,%3Csvg width='242' height='90' viewBox='0 0 242 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M240.384 74.5122L239.905 75.8589H239.728L239.249 74.5156V75.8589H238.941V74.0234H239.324L239.816 75.3872L240.309 74.0234H240.691V75.8589H240.384V74.5122ZM238.671 74.3003H238.169V75.8589H237.858V74.3003H237.352V74.0234H238.671V74.3003Z' fill='%23262A38'/%3E %3Cpath d='M154.123 13.915V75.3527H141.672V69.0868C140.37 71.2839 138.499 73.0742 136.22 74.2134C133.779 75.434 131.012 76.085 128.246 76.085C124.828 76.1664 121.41 75.1899 118.562 73.2369C115.633 71.2839 113.354 68.5986 111.889 65.425C110.262 61.7631 109.448 57.8572 109.529 53.8698C109.448 49.8825 110.262 45.9765 111.889 42.3961C113.354 39.3038 115.633 36.6185 118.481 34.7469C121.41 32.8753 124.828 31.9801 128.246 32.0615C130.931 32.0615 133.616 32.6311 135.976 33.8517C138.255 34.991 140.126 36.6999 141.428 38.8156V18.0651L154.123 13.915ZM139.15 63.2279C140.777 61.1121 141.672 58.0199 141.672 54.0326C141.672 50.0452 140.859 47.0344 139.15 44.9187C137.441 42.8029 134.755 41.5823 131.989 41.6637C129.222 41.5009 126.537 42.7215 124.746 44.8373C123.038 46.953 122.142 49.9639 122.142 53.8698C122.142 57.8572 123.038 60.9494 124.746 63.1465C126.455 65.3436 129.222 66.5642 131.989 66.4828C135.081 66.4828 137.522 65.3436 139.15 63.2279Z' fill='%23262A38'/%3E %3Cpath d='M198.635 34.6655C201.564 36.5371 203.843 39.2225 205.226 42.3147C206.853 45.8952 207.667 49.8011 207.586 53.7885C207.667 57.7758 206.853 61.7632 205.226 65.3436C203.761 68.5172 201.483 71.2026 198.553 73.1556C195.705 75.0272 192.287 76.0037 188.87 75.9223C186.103 76.0037 183.336 75.3527 180.895 74.0507C178.617 72.9114 176.745 71.1212 175.524 68.9241V75.2713H162.993V18.0651L175.606 13.915V38.9783C176.826 36.7812 178.698 34.991 180.976 33.8517C183.418 32.5498 186.103 31.8988 188.87 31.9801C192.287 31.8988 195.705 32.8753 198.635 34.6655ZM192.45 63.1465C194.159 60.9494 194.973 57.8572 194.973 53.7885C194.973 49.8825 194.159 46.8716 192.45 44.7559C190.741 42.6402 188.381 41.5823 185.289 41.5823C182.523 41.4196 179.837 42.6402 178.047 44.8373C176.338 47.0344 175.524 50.0452 175.524 53.9512C175.524 57.9386 176.338 61.0308 178.047 63.1465C179.756 65.3436 182.441 66.5642 185.289 66.4015C188.056 66.5642 190.741 65.3436 192.45 63.1465Z' fill='%23262A38'/%3E %3Cpath d='M225 42.4774V58.915C225 61.2749 225.651 62.9838 226.791 64.0416C228.093 65.1809 229.801 65.7505 231.592 65.6691C232.975 65.6691 234.44 65.425 235.742 65.0995V74.8644C233.382 75.6782 230.941 76.085 228.499 76.0037C223.292 76.0037 219.304 74.5389 216.537 71.6094C213.771 68.68 212.387 64.5299 212.387 59.1592V23.1103L225 19.0416V33.038H235.742V42.4774H225Z' fill='%23262A38'/%3E %3Cpath d='M86.1754 3.74322C88.2911 5.77758 89.6745 8.46293 90 11.3924C90 12.613 89.6745 13.4268 88.9421 14.9729C88.2098 16.519 79.1772 32.1429 76.4919 36.4557C74.9458 38.9783 74.132 41.9892 74.132 44.9186C74.132 47.9295 74.9458 50.859 76.4919 53.3816C79.1772 57.6944 88.2098 73.3996 88.9421 74.9457C89.6745 76.4919 90 77.2242 90 78.4448C89.6745 81.3743 88.3725 84.0597 86.2568 86.0127C84.2224 88.1284 81.5371 89.5118 78.689 89.7559C77.4684 89.7559 76.6546 89.4304 75.1899 88.698C73.7251 87.9656 57.7758 79.1772 53.4629 76.4919C53.1374 76.3291 52.8119 76.085 52.4051 75.9222L31.085 63.3092C31.5732 67.3779 33.3635 71.2839 36.2929 74.132C36.8626 74.7016 37.4322 75.1899 38.0832 75.6781C37.5949 75.9222 37.0253 76.1664 36.5371 76.4919C32.2242 79.1772 16.519 88.2098 14.9729 88.9421C13.4268 89.6745 12.6944 90 11.3924 90C8.46293 89.6745 5.77758 88.3725 3.82459 86.2568C1.70886 84.2224 0.325497 81.5371 0 78.6076C0.0813743 77.387 0.406872 76.1664 1.05787 75.1085C1.79024 73.5624 10.8228 57.8571 13.5081 53.5443C15.0542 51.0217 15.868 48.0922 15.868 45.0814C15.868 42.0705 15.0542 39.141 13.5081 36.6184C10.8228 32.1429 1.70886 16.4376 1.05787 14.8915C0.406872 13.8336 0.0813743 12.613 0 11.3924C0.325497 8.46293 1.62749 5.77758 3.74322 3.74322C5.77758 1.62749 8.46293 0.325497 11.3924 0C12.613 0.0813743 13.8336 0.406872 14.9729 1.05787C16.2749 1.62749 27.7486 8.30018 33.8517 11.8807L35.2351 12.6944C35.7233 13.0199 36.1302 13.264 36.4557 13.4268L37.1067 13.8336L58.8336 26.6908C58.3454 21.8083 55.8228 17.3327 51.9168 14.3219C52.4051 14.0778 52.9747 13.8336 53.4629 13.5081C57.7758 10.8228 73.481 1.70886 75.0271 1.05787C76.085 0.406872 77.3056 0.0813743 78.6076 0C81.4557 0.325497 84.1411 1.62749 86.1754 3.74322ZM46.1392 50.7776L50.7776 46.1392C51.4286 45.4882 51.4286 44.5118 50.7776 43.8608L46.1392 39.2224C45.4882 38.5714 44.5118 38.5714 43.8608 39.2224L39.2224 43.8608C38.5714 44.5118 38.5714 45.4882 39.2224 46.1392L43.8608 50.7776C44.4304 51.3472 45.4882 51.3472 46.1392 50.7776Z' fill='%23FF694A'/%3E %3C/svg%3E"},function(e,t,n){"use strict";n.r(t);var r=n(63),i=n.n(r);n(460),n(461),n(462),n(463),n(465);const o=n(9),a=(n(31),n(21));window.Prism=i.a,o.module("dbt").factory("code",["$sce",function(e){var t={copied:!1,highlight:function(t,n="sql"){if("sql"==n)var r=i.a.highlight(t,i.a.languages.sql,"sql");else if("python"==n)r=i.a.highlight(t,i.a.languages.python,"python");return e.trustAsHtml(r)},copy_to_clipboard:function(e){var t=document.createElement("textarea");t.value=e,t.setAttribute("readonly",""),t.style.position="absolute",t.style.left="-9999px",document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t)},generateSourceSQL:function(e){var t=["select"],n=a.size(e.columns),r=a.keys(e.columns);a.each(r,(function(e,r){var i=" "+e;r+1!=n&&(i+=","),t.push(i)}));const i=(e.database?e.database+".":"")+e.schema+"."+e.identifier;return t.push("from "+i),t.join("\n")},generateMetricSQL:function(e){if("derived"==e.calculation_method)return"-- derived\n"+e.expression;const t=[`select ${e.calculation_method}(${e.expression})`,`from {{ ${e.model} }}`];if(e.filters.length>0){const n=e.filters.map(e=>`${e.field} ${e.operator} ${e.value}`).join(" AND ");t.push("where "+n)}return t.join("\n")}};return t}])},function(e,t){Prism.languages.sql={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},variable:[{pattern:/@(["'`])(?:\\[\s\S]|(?!\1)[^\\])+\1/,greedy:!0},/@[\w.$]+/],string:{pattern:/(^|[^@\\])("|')(?:\\[\s\S]|(?!\2)[^\\]|\2\2)*\2/,greedy:!0,lookbehind:!0},identifier:{pattern:/(^|[^@\\])`(?:\\[\s\S]|[^`\\]|``)*`/,greedy:!0,lookbehind:!0,inside:{punctuation:/^`|`$/}},function:/\b(?:AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|ROUND|SUM|UCASE)(?=\s*\()/i,keyword:/\b(?:ACTION|ADD|AFTER|ALGORITHM|ALL|ALTER|ANALYZE|ANY|APPLY|AS|ASC|AUTHORIZATION|AUTO_INCREMENT|BACKUP|BDB|BEGIN|BERKELEYDB|BIGINT|BINARY|BIT|BLOB|BOOL|BOOLEAN|BREAK|BROWSE|BTREE|BULK|BY|CALL|CASCADED?|CASE|CHAIN|CHAR(?:ACTER|SET)?|CHECK(?:POINT)?|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMNS?|COMMENT|COMMIT(?:TED)?|COMPUTE|CONNECT|CONSISTENT|CONSTRAINT|CONTAINS(?:TABLE)?|CONTINUE|CONVERT|CREATE|CROSS|CURRENT(?:_DATE|_TIME|_TIMESTAMP|_USER)?|CURSOR|CYCLE|DATA(?:BASES?)?|DATE(?:TIME)?|DAY|DBCC|DEALLOCATE|DEC|DECIMAL|DECLARE|DEFAULT|DEFINER|DELAYED|DELETE|DELIMITERS?|DENY|DESC|DESCRIBE|DETERMINISTIC|DISABLE|DISCARD|DISK|DISTINCT|DISTINCTROW|DISTRIBUTED|DO|DOUBLE|DROP|DUMMY|DUMP(?:FILE)?|DUPLICATE|ELSE(?:IF)?|ENABLE|ENCLOSED|END|ENGINE|ENUM|ERRLVL|ERRORS|ESCAPED?|EXCEPT|EXEC(?:UTE)?|EXISTS|EXIT|EXPLAIN|EXTENDED|FETCH|FIELDS|FILE|FILLFACTOR|FIRST|FIXED|FLOAT|FOLLOWING|FOR(?: EACH ROW)?|FORCE|FOREIGN|FREETEXT(?:TABLE)?|FROM|FULL|FUNCTION|GEOMETRY(?:COLLECTION)?|GLOBAL|GOTO|GRANT|GROUP|HANDLER|HASH|HAVING|HOLDLOCK|HOUR|IDENTITY(?:COL|_INSERT)?|IF|IGNORE|IMPORT|INDEX|INFILE|INNER|INNODB|INOUT|INSERT|INT|INTEGER|INTERSECT|INTERVAL|INTO|INVOKER|ISOLATION|ITERATE|JOIN|KEYS?|KILL|LANGUAGE|LAST|LEAVE|LEFT|LEVEL|LIMIT|LINENO|LINES|LINESTRING|LOAD|LOCAL|LOCK|LONG(?:BLOB|TEXT)|LOOP|MATCH(?:ED)?|MEDIUM(?:BLOB|INT|TEXT)|MERGE|MIDDLEINT|MINUTE|MODE|MODIFIES|MODIFY|MONTH|MULTI(?:LINESTRING|POINT|POLYGON)|NATIONAL|NATURAL|NCHAR|NEXT|NO|NONCLUSTERED|NULLIF|NUMERIC|OFF?|OFFSETS?|ON|OPEN(?:DATASOURCE|QUERY|ROWSET)?|OPTIMIZE|OPTION(?:ALLY)?|ORDER|OUT(?:ER|FILE)?|OVER|PARTIAL|PARTITION|PERCENT|PIVOT|PLAN|POINT|POLYGON|PRECEDING|PRECISION|PREPARE|PREV|PRIMARY|PRINT|PRIVILEGES|PROC(?:EDURE)?|PUBLIC|PURGE|QUICK|RAISERROR|READS?|REAL|RECONFIGURE|REFERENCES|RELEASE|RENAME|REPEAT(?:ABLE)?|REPLACE|REPLICATION|REQUIRE|RESIGNAL|RESTORE|RESTRICT|RETURN(?:ING|S)?|REVOKE|RIGHT|ROLLBACK|ROUTINE|ROW(?:COUNT|GUIDCOL|S)?|RTREE|RULE|SAVE(?:POINT)?|SCHEMA|SECOND|SELECT|SERIAL(?:IZABLE)?|SESSION(?:_USER)?|SET(?:USER)?|SHARE|SHOW|SHUTDOWN|SIMPLE|SMALLINT|SNAPSHOT|SOME|SONAME|SQL|START(?:ING)?|STATISTICS|STATUS|STRIPED|SYSTEM_USER|TABLES?|TABLESPACE|TEMP(?:ORARY|TABLE)?|TERMINATED|TEXT(?:SIZE)?|THEN|TIME(?:STAMP)?|TINY(?:BLOB|INT|TEXT)|TOP?|TRAN(?:SACTIONS?)?|TRIGGER|TRUNCATE|TSEQUAL|TYPES?|UNBOUNDED|UNCOMMITTED|UNDEFINED|UNION|UNIQUE|UNLOCK|UNPIVOT|UNSIGNED|UPDATE(?:TEXT)?|USAGE|USE|USER|USING|VALUES?|VAR(?:BINARY|CHAR|CHARACTER|YING)|VIEW|WAITFOR|WARNINGS|WHEN|WHERE|WHILE|WITH(?: ROLLUP|IN)?|WORK|WRITE(?:TEXT)?|YEAR)\b/i,boolean:/\b(?:FALSE|NULL|TRUE)\b/i,number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,operator:/[-+*\/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/}},function(e,t){Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python,Prism.languages.py=Prism.languages.python},function(e,t){!function(){if("undefined"!=typeof Prism&&"undefined"!=typeof document){var e=/\n(?!$)/g,t=Prism.plugins.lineNumbers={getLine:function(e,t){if("PRE"===e.tagName&&e.classList.contains("line-numbers")){var n=e.querySelector(".line-numbers-rows");if(n){var r=parseInt(e.getAttribute("data-start"),10)||1,i=r+(n.children.length-1);ti&&(t=i);var o=t-r;return n.children[o]}}},resize:function(e){r([e])},assumeViewportIndependence:!0},n=void 0;window.addEventListener("resize",(function(){t.assumeViewportIndependence&&n===window.innerWidth||(n=window.innerWidth,r(Array.prototype.slice.call(document.querySelectorAll("pre.line-numbers"))))})),Prism.hooks.add("complete",(function(t){if(t.code){var n=t.element,i=n.parentNode;if(i&&/pre/i.test(i.nodeName)&&!n.querySelector(".line-numbers-rows")&&Prism.util.isActive(n,"line-numbers")){n.classList.remove("line-numbers"),i.classList.add("line-numbers");var o,a=t.code.match(e),s=a?a.length+1:1,l=new Array(s+1).join("");(o=document.createElement("span")).setAttribute("aria-hidden","true"),o.className="line-numbers-rows",o.innerHTML=l,i.hasAttribute("data-start")&&(i.style.counterReset="linenumber "+(parseInt(i.getAttribute("data-start"),10)-1)),t.element.appendChild(o),r([i]),Prism.hooks.run("line-numbers",t)}}})),Prism.hooks.add("line-numbers",(function(e){e.plugins=e.plugins||{},e.plugins.lineNumbers=!0}))}function r(t){if(0!=(t=t.filter((function(e){var t=function(e){if(!e)return null;return window.getComputedStyle?getComputedStyle(e):e.currentStyle||null}(e)["white-space"];return"pre-wrap"===t||"pre-line"===t}))).length){var n=t.map((function(t){var n=t.querySelector("code"),r=t.querySelector(".line-numbers-rows");if(n&&r){var i=t.querySelector(".line-numbers-sizer"),o=n.textContent.split(e);i||((i=document.createElement("span")).className="line-numbers-sizer",n.appendChild(i)),i.innerHTML="0",i.style.display="block";var a=i.getBoundingClientRect().height;return i.innerHTML="",{element:t,lines:o,lineHeights:[],oneLinerHeight:a,sizer:i}}})).filter(Boolean);n.forEach((function(e){var t=e.sizer,n=e.lines,r=e.lineHeights,i=e.oneLinerHeight;r[n.length-1]=void 0,n.forEach((function(e,n){if(e&&e.length>1){var o=t.appendChild(document.createElement("span"));o.style.display="block",o.textContent=e}else r[n]=i}))})),n.forEach((function(e){for(var t=e.sizer,n=e.lineHeights,r=0,i=0;i code {\n\tposition: relative;\n\twhite-space: inherit;\n}\n\n.line-numbers .line-numbers-rows {\n\tposition: absolute;\n\tpointer-events: none;\n\ttop: 0;\n\tfont-size: 100%;\n\tleft: -3.8em;\n\twidth: 3em; /* works for line-numbers below 1000 lines */\n\tletter-spacing: -1px;\n\tborder-right: 1px solid #999;\n\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\tuser-select: none;\n\n}\n\n\t.line-numbers-rows > span {\n\t\tdisplay: block;\n\t\tcounter-increment: linenumber;\n\t}\n\n\t\t.line-numbers-rows > span:before {\n\t\t\tcontent: counter(linenumber);\n\t\t\tcolor: #999;\n\t\t\tdisplay: block;\n\t\t\tpadding-right: 0.8em;\n\t\t\ttext-align: right;\n\t\t}\n',""])},function(e,t,n){var r=n(466);"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n(40)(r,i);r.locals&&(e.exports=r.locals)},function(e,t,n){(e.exports=n(39)(!1)).push([e.i,'/**\n * GHColors theme by Avi Aryan (http://aviaryan.in)\n * Inspired by Github syntax coloring\n */\n\ncode[class*="language-"],\npre[class*="language-"] {\n\tcolor: #393A34;\n\tfont-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;\n\tdirection: ltr;\n\ttext-align: left;\n\twhite-space: pre;\n\tword-spacing: normal;\n\tword-break: normal;\n\tfont-size: .9em;\n\tline-height: 1.2em;\n\n\t-moz-tab-size: 4;\n\t-o-tab-size: 4;\n\ttab-size: 4;\n\n\t-webkit-hyphens: none;\n\t-moz-hyphens: none;\n\t-ms-hyphens: none;\n\thyphens: none;\n}\n\npre > code[class*="language-"] {\n\tfont-size: 1em;\n}\n\npre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,\ncode[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {\n\tbackground: #b3d4fc;\n}\n\npre[class*="language-"]::selection, pre[class*="language-"] ::selection,\ncode[class*="language-"]::selection, code[class*="language-"] ::selection {\n\tbackground: #b3d4fc;\n}\n\n/* Code blocks */\npre[class*="language-"] {\n\tpadding: 1em;\n\tmargin: .5em 0;\n\toverflow: auto;\n\tborder: 1px solid #dddddd;\n\tbackground-color: white;\n}\n\n/* Inline code */\n:not(pre) > code[class*="language-"] {\n\tpadding: .2em;\n\tpadding-top: 1px;\n\tpadding-bottom: 1px;\n\tbackground: #f8f8f8;\n\tborder: 1px solid #dddddd;\n}\n\n.token.comment,\n.token.prolog,\n.token.doctype,\n.token.cdata {\n\tcolor: #999988;\n\tfont-style: italic;\n}\n\n.token.namespace {\n\topacity: .7;\n}\n\n.token.string,\n.token.attr-value {\n\tcolor: #e3116c;\n}\n\n.token.punctuation,\n.token.operator {\n\tcolor: #393A34; /* no highlight */\n}\n\n.token.entity,\n.token.url,\n.token.symbol,\n.token.number,\n.token.boolean,\n.token.variable,\n.token.constant,\n.token.property,\n.token.regex,\n.token.inserted {\n\tcolor: #36acaa;\n}\n\n.token.atrule,\n.token.keyword,\n.token.attr-name,\n.language-autohotkey .token.selector {\n\tcolor: #00a4db;\n}\n\n.token.function,\n.token.deleted,\n.language-autohotkey .token.tag {\n\tcolor: #9a050f;\n}\n\n.token.tag,\n.token.selector,\n.language-autohotkey .token.keyword {\n\tcolor: #00009f;\n}\n\n.token.important,\n.token.function,\n.token.bold {\n\tfont-weight: bold;\n}\n\n.token.italic {\n\tfont-style: italic;\n}\n',""])},function(e,t,n){n(31);const r=n(21),i=n(148),o=n(203),a=n(468);angular.module("dbt").factory("graph",["$state","$window","$q","selectorService","project","locationService",function(e,t,n,s,l,c){var u={vertical:{userPanningEnabled:!1,boxSelectionEnabled:!1,maxZoom:1.5},horizontal:{userPanningEnabled:!0,boxSelectionEnabled:!1,maxZoom:1,minZoom:.05}},d={none:{name:"null"},left_right:{name:"dagre",rankDir:"LR",rankSep:200,edgeSep:30,nodeSep:50},top_down:{name:"preset",positions:function(t){var n=e.params.unique_id;if(!n)return{x:0,y:0};var a=f.graph.pristine.dag,s=r.sortBy(o.ancestorNodes(a,n,1)),l=r.sortBy(o.descendentNodes(a,n,1)),c=r.partial(r.includes,s),u=r.partial(r.includes,l),d=a.filterNodes(c),p=a.filterNodes(u);return function(e,t,n,i){console.log("Getting position for ",i,". Primary: ",e);var o,a=100/(1+Math.max(t.length,n.length));if(e==i)return{x:0,y:0};if(r.includes(t,i))o={set:t,index:r.indexOf(t,i),factor:-1,type:"parent"};else{if(!r.includes(n,i))return{x:0,y:0};o={set:n,index:r.indexOf(n,i),factor:1,type:"child"}}var s=o.set.length;if("parent"==o.type)var l={x:(0+o.index)*a,y:-200-100*(s-o.index-1)};else l={x:(0+o.index)*a,y:200+100*(s-o.index-1)};return l}(n,i.alg.topsort(d),i.alg.topsort(p).reverse(),t.data("id"))}}},f={loading:!0,loaded:n.defer(),graph_element:null,orientation:"sidebar",expanded:!1,graph:{options:u.vertical,pristine:{nodes:{},edges:{},dag:null},elements:[],layout:d.none,style:[{selector:"edge.vertical",style:{"curve-style":"unbundled-bezier","target-arrow-shape":"triangle-backcurve","target-arrow-color":"#027599","arrow-scale":1.5,"line-color":"#027599",width:3,"target-distance-from-node":"5px","source-endpoint":"0% 50%","target-endpoint":"0deg"}},{selector:"edge.horizontal",style:{"curve-style":"unbundled-bezier","target-arrow-shape":"triangle-backcurve","target-arrow-color":"#006f8a","arrow-scale":1.5,"target-distance-from-node":"10px","source-distance-from-node":"5px","line-color":"#006f8a",width:3,"source-endpoint":"50% 0%","target-endpoint":"270deg"}},{selector:"edge[selected=1]",style:{"line-color":"#bd6bb6","target-arrow-color":"#bd6bb6","z-index":1}},{selector:'node[display="none"]',style:{display:"none"}},{selector:"node.vertical",style:{"text-margin-x":"5px","background-color":"#0094b3","font-size":"16px",shape:"ellipse",color:"#fff",width:"5px",height:"5px",padding:"5px",content:"data(label)","font-weight":300,"text-valign":"center","text-halign":"right"}},{selector:"node.horizontal",style:{"background-color":"#0094b3","font-size":"24px",shape:"roundrectangle",color:"#fff",width:"label",height:"label",padding:"12px",content:"data(label)","font-weight":300,"font-family":'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif',"text-valign":"center","text-halign":"center",ghost:"yes","ghost-offset-x":"2px","ghost-offset-y":"4px","ghost-opacity":.5,"text-outline-color":"#000","text-outline-width":"1px","text-outline-opacity":.2}},{selector:'node[resource_type="source"]',style:{"background-color":"#5fb825"}},{selector:'node[resource_type="exposure"]',style:{"background-color":"#ff694b"}},{selector:'node[resource_type="metric"]',style:{"background-color":"#ff5688"}},{selector:'node[language="python"]',style:{"background-color":"#6a5acd"}},{selector:"node[node_color]",style:{"background-color":"data(node_color)"}},{selector:"node[selected=1]",style:{"background-color":"#bd6bb6"}},{selector:"node.horizontal[selected=1]",style:{"background-color":"#88447d"}},{selector:"node.horizontal.dirty",style:{"background-color":"#919599"}},{selector:"node[hidden=1]",style:{"background-color":"#919599","background-opacity":.5}}],ready:function(e){console.log("graph ready")}}};function p(e,t,n){var i=r.map(e,(function(e){return f.graph.pristine.nodes[e]})),o=[];r.flatten(r.each(e,(function(t){var n=f.graph.pristine.edges[t];r.each(n,(function(t){r.includes(e,t.data.target)&&r.includes(e,t.data.source)&&o.push(t)}))})));var s=r.compact(i).concat(r.compact(o));return r.each(f.graph.elements,(function(e){e.data.display="none",e.data.selected=0,e.data.hidden=0,e.classes=n})),r.each(s,(function(e){e.data.display="element",e.classes=n,t&&r.includes(t,e.data.unique_id)&&(e.data.selected=1),r.get(e,["data","docs","show"],!0)||(e.data.hidden=1);var i=r.get(e,["data","docs","node_color"]);i&&a.isValidColor(i)&&(e.data.node_color=i)})),f.graph.elements=r.filter(s,(function(e){return"element"==e.data.display})),e}function h(e,t,n){var r=f.graph.pristine.dag;if(r){var i=f.graph.pristine.nodes,o=s.selectNodes(r,i,e),a=n?o.matched:[];return p(o.selected,a,t)}}return f.setGraphReady=function(e){f.loading=!1,f.loaded.resolve(),f.graph_element=e},f.ready=function(e){f.loaded.promise.then((function(){e(f)}))},f.manifest={},f.packages=[],f.selected_node=null,f.getCanvasHeight=function(){return.8*t.innerHeight+"px"},l.ready((function(e){f.manifest=e,f.packages=r.uniq(r.map(f.manifest.nodes,"package_name")),r.each(r.filter(f.manifest.nodes,(function(e){var t=r.includes(["model","seed","source","snapshot","analysis","exposure","metric","operation"],e.resource_type),n="test"==e.resource_type&&!e.hasOwnProperty("test_metadata");return t||n})),(function(e){var t={group:"nodes",data:r.assign(e,{parent:e.package_name,id:e.unique_id,is_group:"false"})};f.graph.pristine.nodes[e.unique_id]=t})),r.each(f.manifest.parent_map,(function(e,t){r.each(e,(function(e){var n=f.manifest.nodes[e],i=f.manifest.nodes[t];if(r.includes(["model","source","seed","snapshot","metric"],n.resource_type)&&("test"!=i.resource_type||!i.hasOwnProperty("test_metadata"))){var o=n.unique_id+"|"+i.unique_id,a={group:"edges",data:{source:n.unique_id,target:i.unique_id,unique_id:o}},s=i.unique_id;f.graph.pristine.edges[s]||(f.graph.pristine.edges[s]=[]),f.graph.pristine.edges[s].push(a)}}))}));var t=new i.Graph({directed:!0});r.each(f.graph.pristine.nodes,(function(e){t.setNode(e.data.unique_id,e.data.name)})),r.each(f.graph.pristine.edges,(function(e){r.each(e,(function(e){t.setEdge(e.data.source,e.data.target)}))})),f.graph.pristine.dag=t,f.graph.elements=r.flatten(r.values(f.graph.pristine.nodes).concat(r.values(f.graph.pristine.edges))),p(t.nodes())})),f.hideGraph=function(){f.orientation="sidebar",f.expanded=!1},f.showVerticalGraph=function(e,t){f.orientation="sidebar",t&&(f.expanded=!0);var n=h(r.assign({},s.options,{include:"+"+e+"+",exclude:"",hops:1}),"vertical",!0);return f.graph.layout=d.top_down,f.graph.options=u.vertical,n},f.showFullGraph=function(e){f.orientation="fullscreen",f.expanded=!0;var t=r.assign({},s.options);e?(t.include="+"+e+"+",t.exclude=""):(t.include="",t.exclude="");var n=h(t,"horizontal",!0);return f.graph.layout=d.left_right,f.graph.options=u.horizontal,c.setState(t),n},f.updateGraph=function(e){f.orientation="fullscreen",f.expanded=!0;var t=h(e,"horizontal",!1);return f.graph.layout=d.left_right,f.graph.options=u.horizontal,c.setState(e),t},f.deselectNodes=function(){"fullscreen"==f.orientation&&f.graph_element.elements().data("selected",0)},f.selectNode=function(e){if("fullscreen"==f.orientation){f.graph.pristine.nodes[e];var t=f.graph.pristine.dag,n=r.indexBy(o.ancestorNodes(t,e)),i=r.indexBy(o.descendentNodes(t,e));n[e]=e,i[e]=e;var a=f.graph_element;r.each(f.graph.elements,(function(t){var r=a.$id(t.data.id);n[t.data.source]&&n[t.data.target]||i[t.data.source]&&i[t.data.target]||t.data.unique_id==e?r.data("selected",1):r.data("selected",0)}))}},f.markDirty=function(e){f.markAllClean(),r.each(e,(function(e){f.graph_element.$id(e).addClass("dirty")}))},f.markAllClean=function(){f.graph_element&&f.graph_element.elements().removeClass("dirty")},f}])},function(e,t,n){"use strict";n.r(t),n.d(t,"isValidColor",(function(){return i}));const r=new Set(["aliceblue","antiquewhite","aqua","aquamarine","azure","beige","bisque","black","blanchedalmond","blue","blueviolet","brown","burlywood","cadetblue","chartreuse","chocolate","coral","cornflowerblue","cornsilk","crimson","cyan","darkblue","darkcyan","darkgoldenrod","darkgray","darkgreen","darkkhaki","darkmagenta","darkolivegreen","darkorange","darkorchid","darkred","darksalmon","darkseagreen","darkslateblue","darkslategray","darkturquoise","darkviolet","deeppink","deepskyblue","dimgray","dodgerblue","firebrick","floralwhite","forestgreen","fuchsia","ghostwhite","gold","goldenrod","gray","green","greenyellow","honeydew","hotpink","indianred","indigo","ivory","khaki","lavender","lavenderblush","lawngreen","lemonchiffon","lightblue","lightcoral","lightcyan","lightgoldenrodyellow","lightgray","lightgreen","lightpink","lightsalmon","lightsalmon","lightseagreen","lightskyblue","lightslategray","lightsteelblue","lightyellow","lime","limegreen","linen","magenta","maroon","mediumaquamarine","mediumblue","mediumorchid","mediumpurple","mediumseagreen","mediumslateblue","mediumslateblue","mediumspringgreen","mediumturquoise","mediumvioletred","midnightblue","mintcream","mistyrose","moccasin","navajowhite","navy","oldlace","olive","olivedrab","orange","orangered","orchid","palegoldenrod","palegreen","paleturquoise","palevioletred","papayawhip","peachpuff","peru","pink","plum","powderblue","purple","rebeccapurple","red","rosybrown","royalblue","saddlebrown","salmon","sandybrown","seagreen","seashell","sienna","silver","skyblue","slateblue","slategray","snow","springgreen","steelblue","tan","teal","thistle","tomato","turquoise","violet","wheat","white","whitesmoke","yellow","yellowgreen"]);function i(e){if(!e)return!1;const t=e.trim().toLowerCase();if(""===t)return!1;const n=t.match(/^#([A-Fa-f0-9]{3}){1,2}$/),i=r.has(t);return Boolean(n)||i}},function(e,t,n){n(31);const r=n(21),i=n(470);angular.module("dbt").factory("selectorService",["$state",function(e){var t={include:"",exclude:"",packages:[],tags:[null],resource_types:["model","seed","snapshot","source","test","analysis","exposure","metric"],depth:1},n={view_node:null,selection:{clean:r.clone(t),dirty:r.clone(t)},options:{packages:[],tags:[null],resource_types:["model","seed","snapshot","source","test","analysis","exposure","metric"]},init:function(e){r.each(e,(function(e,r){n.options[r]=e,t[r]=e,n.selection.clean[r]=e,n.selection.dirty[r]=e}))},resetSelection:function(e){var i={include:e&&r.includes(["model","seed","snapshot"],e.resource_type)?"+"+e.name+"+":e&&"source"==e.resource_type?"+source:"+e.source_name+"."+e.name+"+":e&&"exposure"==e.resource_type?"+exposure:"+e.name:e&&"metric"==e.resource_type?"+metric:"+e.name:e&&r.includes(["analysis","test"],e.resource_type)?"+"+e.name:""},o=r.assign({},t,i);n.selection.clean=r.clone(o),n.selection.dirty=r.clone(o),n.view_node=e},getViewNode:function(){return n.view_node},excludeNode:function(e,t){var r,i=n.selection.dirty.exclude,o=t.parents?"+":"",a=t.children?"+":"",s=i.length>0?" ":"";"source"==e.resource_type?(o+="source:",r=e.source_name+"."+e.name):["exposure","metric"].indexOf(e.resource_type)>-1?(o+=e.resource_type+":",r=e.name):r=e.name;var l=i+s+o+r+a;return n.selection.dirty.exclude=l,n.updateSelection()},selectSource:function(e,t){var r="source:"+e+(t.children?"+":"");return n.selection.dirty.include=r,n.updateSelection()},clearViewNode:function(){n.view_node=null},isDirty:function(){return!r.isEqual(n.selection.clean,n.selection.dirty)},updateSelection:function(){return n.selection.clean=r.clone(n.selection.dirty),n.selection.clean},selectNodes:function(e,t,n){return i.selectNodes(e,t,n)}};return n}])},function(e,t,n){const r=n(21),i=n(471);function o(e,t){return t||(t=" "),r.filter(r.uniq(e.split(t)),(function(e){return e.length>0}))}function a(e){var t={raw:e,select_at:!1,select_children:!1,children_depth:null,select_parents:!1,parents_depth:null};const n=new RegExp(""+/^/.source+/(?(\@))?/.source+/(?((?(\d*))\+))?/.source+/((?([\w.]+)):)?/.source+/(?(.*?))/.source+/(?(\+(?(\d*))))?/.source+/$/.source).exec(e).groups;t.select_at="@"==n.childs_parents,t.select_parents=!!n.parents,t.select_children=!!n.children,n.parents_depth&&(t.parents_depth=parseInt(n.parents_depth)),n.children_depth&&(t.children_depth=parseInt(n.children_depth));var r=n.method,i=n.value;return r?-1!=r.indexOf(".")&&([r,selector_modifier]=r.split(".",2),i={config:selector_modifier,value:i}):r="implicit",t.selector_type=r,t.selector_value=i,t}function s(e){var t=o(e," ");return r.map(t,(function(e){var t=o(e,",");return t.length>1?{method:"intersect",selectors:r.map(t,a)}:{method:"none",selectors:r.map([e],a)}}))}function l(e,t){var n=s(e),i=null,o=null;return r.each(n,(function(e){var n="intersect"==e.method?r.intersection:r.union;r.each(e.selectors,(function(e){var r=t(e);null===i?(i=r.matched,o=r.selected):(i=n(i,r.matched),o=n(o,r.selected))}))})),{matched:i||[],selected:o||[]}}e.exports={splitSpecs:o,parseSpec:a,parseSpecs:s,buildSpec:function(e,t,n){return{include:s(e),exclude:s(t),hops:n}},applySpec:l,selectNodes:function(e,t,n){n.include,n.exclude;var o,a=r.partial(i.getNodesFromSpec,e,t,n.hops);r.values(t),o=0==n.include.trim().length?{selected:e.nodes(),matched:[]}:l(n.include,a);var s=l(n.exclude,a),c=o.selected,u=o.matched;c=r.difference(c,s.selected),u=r.difference(u,s.matched);var d=[];return r.each(c,(function(e){var i=t[e];i.data.tags||(i.data.tags=[]);var o=r.includes(n.packages,i.data.package_name),a=r.intersection(n.tags,i.data.tags).length>0,s=r.includes(n.tags,null)&&0==i.data.tags.length,l=r.includes(n.resource_types,i.data.resource_type);o&&(a||s)&&l||d.push(i.data.unique_id)})),{selected:r.difference(c,d),matched:r.difference(u,d)}}}},function(e,t,n){const r=n(21),i=n(203);var o="fqn",a="tag",s="source",l="exposure",c="metric",u="path",d="file",f="package",p="config",h="test_name",g="test_type",m={};function v(e,t){if(t===r.last(e))return!0;var n=e.reduce((e,t)=>e.concat(t.split(".")),[]),i=t.split(".");if(n.length-1||!r.hasOwnProperty("test_metadata")&&["data","singular"].indexOf(t)>-1)&&n.push(r)})),n}function $(e,t){var n=[];return r.each(e,(function(e){var r=e.data;if("source"==r.resource_type){var i,o,a=r.source_name,s=r.name;-1!=t.indexOf(".")?[i,o]=t.split(".",2):(i=t,o=null),("*"==i||i==a&&"*"===o||i==a&&o===s||i==a&&null===o)&&n.push(e.data)}})),n}m["implicit"]=function(e,t){var n=b(e,t),i=y(e,t),o=[];t.toLowerCase().endsWith(".sql")&&(o=x(e,t));var a=r.uniq([].concat(r.map(n,"unique_id"),r.map(i,"unique_id"),r.map(o,"unique_id")));return r.map(a,t=>e[t].data)},m[o]=b,m[a]=w,m[s]=$,m[l]=function(e,t){var n=[];return r.each(e,(function(e){var r=e.data;if("exposure"==r.resource_type){var i=r.name;("*"==t||t==i)&&n.push(e.data)}})),n},m[c]=function(e,t){var n=[];return r.each(e,(function(e){var r=e.data;if("metric"==r.resource_type){var i=r.name;("*"==t||t==i)&&n.push(e.data)}})),n},m[u]=y,m[d]=x,m[f]=k,m[p]=A,m[h]=E,m[g]=S,e.exports={isFQNMatch:v,getNodesByFQN:b,getNodesByTag:w,getNodesBySource:$,getNodesByPath:y,getNodesByPackage:k,getNodesByConfig:A,getNodesByTestName:E,getNodesByTestType:S,getNodesFromSpec:function(e,t,n,o){const a=m[o.selector_type];if(!a)return console.log("Node matcher for selector",o.selector_type,"is invalid"),{selected:[],matched:[]};var s=a(t,o.selector_value),l=[],c=[];return r.each(s,(function(t){var a=t.unique_id;c.push(t.unique_id);var s=[],u=[],d=[];if(o.select_at&&(d=r.union(i.selectAt(e,a))),o.select_parents){var f=n||o.parents_depth;s=i.ancestorNodes(e,a,f)}if(o.select_children){f=n||o.children_depth;u=i.descendentNodes(e,a,f)}l=r.union([a],l,u,s,d)})),{selected:l,matched:c}}}},function(e,t,n){const r=n(9);n(473);r.module("dbt").factory("trackingService",["$location","selectorService","$rootScope",function(e,t,n){var r={initialized:!1,snowplow:null,project_id:null,init:function(e){r.initialized||(r.initialized=!0,r.project_id=e.project_id,!0===e.track&&r.turn_on_tracking())},isHosted:function(){return window.location.hostname.indexOf(".getdbt.com")>-1},turn_on_tracking:function(){var e,t,n,i,o,a;e=window,t=document,n="script",e[i="snowplow"]||(e.GlobalSnowplowNamespace=e.GlobalSnowplowNamespace||[],e.GlobalSnowplowNamespace.push(i),e[i]=function(){(e[i].q=e[i].q||[]).push(arguments)},e[i].q=e[i].q||[],o=t.createElement(n),a=t.getElementsByTagName(n)[0],o.async=1,o.src="//d1fc8wv8zag5ca.cloudfront.net/2.9.0/sp.js",a.parentNode.insertBefore(o,a));var s={appId:"dbt-docs",forceSecureTracker:!0,respectDoNotTrack:!0,userFingerprint:!1,contexts:{webPage:!0}};r.isHosted()&&(s.cookieDomain=".getdbt.com"),r.snowplow=window.snowplow,r.snowplow("newTracker","sp","fishtownanalytics.sinter-collect.com",s),r.snowplow("enableActivityTracking",30,30),r.track_pageview()},fuzzUrls:function(){r.isHosted()||(r.snowplow("setCustomUrl","https://fuzzed.getdbt.com/"),r.snowplow("setReferrerUrl","https://fuzzed.getdbt.com/"))},getContext:function(){return[{schema:"iglu:com.dbt/dbt_docs/jsonschema/1-0-0",data:{is_cloud_hosted:r.isHosted(),core_project_id:r.project_id}}]},track_pageview:function(){if(r.snowplow){r.fuzzUrls();r.snowplow("trackPageView",null,r.getContext())}},track_event:function(e,t,n,i){r.snowplow&&(r.fuzzUrls(),r.snowplow("trackStructEvent","dbt-docs",e,t,n,i,r.getContext()))},track_graph_interaction:function(e,t){r.snowplow&&(r.fuzzUrls(),r.track_event("graph","interact",e,t))}};return r}])},function(e,t,n){var r,i,o,a,s;r=n(474),i=n(204).utf8,o=n(475),a=n(204).bin,(s=function(e,t){e.constructor==String?e=t&&"binary"===t.encoding?a.stringToBytes(e):i.stringToBytes(e):o(e)?e=Array.prototype.slice.call(e,0):Array.isArray(e)||e.constructor===Uint8Array||(e=e.toString());for(var n=r.bytesToWords(e),l=8*e.length,c=1732584193,u=-271733879,d=-1732584194,f=271733878,p=0;p>>24)|4278255360&(n[p]<<24|n[p]>>>8);n[l>>>5]|=128<>>9<<4)]=l;var h=s._ff,g=s._gg,m=s._hh,v=s._ii;for(p=0;p>>0,u=u+y>>>0,d=d+x>>>0,f=f+w>>>0}return r.endian([c,u,d,f])})._ff=function(e,t,n,r,i,o,a){var s=e+(t&n|~t&r)+(i>>>0)+a;return(s<>>32-o)+t},s._gg=function(e,t,n,r,i,o,a){var s=e+(t&r|n&~r)+(i>>>0)+a;return(s<>>32-o)+t},s._hh=function(e,t,n,r,i,o,a){var s=e+(t^n^r)+(i>>>0)+a;return(s<>>32-o)+t},s._ii=function(e,t,n,r,i,o,a){var s=e+(n^(t|~r))+(i>>>0)+a;return(s<>>32-o)+t},s._blocksize=16,s._digestsize=16,e.exports=function(e,t){if(null==e)throw new Error("Illegal argument "+e);var n=r.wordsToBytes(s(e,t));return t&&t.asBytes?n:t&&t.asString?a.bytesToString(n):r.bytesToHex(n)}},function(e,t){var n,r;n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",r={rotl:function(e,t){return e<>>32-t},rotr:function(e,t){return e<<32-t|e>>>t},endian:function(e){if(e.constructor==Number)return 16711935&r.rotl(e,8)|4278255360&r.rotl(e,24);for(var t=0;t0;e--)t.push(Math.floor(256*Math.random()));return t},bytesToWords:function(e){for(var t=[],n=0,r=0;n>>5]|=e[n]<<24-r%32;return t},wordsToBytes:function(e){for(var t=[],n=0;n<32*e.length;n+=8)t.push(e[n>>>5]>>>24-n%32&255);return t},bytesToHex:function(e){for(var t=[],n=0;n>>4).toString(16)),t.push((15&e[n]).toString(16));return t.join("")},hexToBytes:function(e){for(var t=[],n=0;n>>6*(3-o)&63)):t.push("=");return t.join("")},base64ToBytes:function(e){e=e.replace(/[^A-Z0-9+\/]/gi,"");for(var t=[],r=0,i=0;r>>6-2*i);return t}},e.exports=r},function(e,t){function n(e){return!!e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)} /*! * Determine if an object is a Buffer * * @author Feross Aboukhadijeh * @license MIT */ -e.exports=function(e){return null!=e&&(n(e)||function(e){return"function"==typeof e.readFloatLE&&"function"==typeof e.slice&&n(e.slice(0,0))}(e)||!!e._isBuffer)}},function(e,t,n){n(9).module("dbt").factory("locationService",["$state",function(e){var t={};return t.parseState=function(e){return function(e){return{selected:{include:e.g_i||"",exclude:e.g_e||""},show_graph:!!e.g_v}}(e)},t.setState=function(t){var n=function(e){var t={g_v:1};return t.g_i=e.include,t.g_e=e.exclude,t}(t),r=e.current.name;e.go(r,n)},t.clearState=function(){var t=e.current.name;e.go(t,{g_i:null,g_e:null,g_v:null})},t}])},function(e,t,n){"use strict";const r=n(9),i=n(202);r.module("dbt").controller("OverviewCtrl",["$scope","$state","project",function(e,t,n){e.overview_md="(loading)",n.ready((function(n){let r=t.params.project_name?t.params.project_name:null;var o=n.docs["dbt.__overview__"],a=i.filter(n.docs,{name:"__overview__"});if(i.each(a,(function(e){"dbt"!=e.package_name&&(o=e)})),null!==r){o=n.docs[`${r}.__${r}__`]||o;let e=i.filter(n.docs,{name:`__${r}__`});i.each(e,e=>{e.package_name!==r&&(o=e)})}e.overview_md=o.block_contents}))}])},function(e,t,n){"use strict";n(9).module("dbt").controller("SourceListCtrl",["$scope","$state","project",function(e,t,n){e.source=t.params.source,e.model={},e.extra_table_fields=[],e.has_more_info=function(e){return(e.description||"").length},e.toggle_source_expanded=function(t){e.has_more_info(t)&&(t.expanded=!t.expanded)},n.ready((function(t){var n=_.filter(t.nodes,(function(t){return t.source_name==e.source}));if(0!=n.length){n.sort((e,t)=>e.name.localeCompare(t.name));var r=n[0];e.model={name:e.source,source_description:r.source_description,sources:n};var i=_.uniq(_.map(n,"metadata.owner")),o=_.uniq(_.map(n,"database")),a=_.uniq(_.map(n,"schema"));e.extra_table_fields=[{name:"Loader",value:r.loader},{name:1==i.length?"Owner":"Owners",value:i.join(", ")},{name:1==o.length?"Database":"Databases",value:o.join(", ")},{name:1==a.length?"Schema":"Schemas",value:a.join(", ")},{name:"Tables",value:n.length}]}}))}])},function(e,t,n){const r=n(9),i={main:n(480),overview:n(481),graph:n(482),source:n(205),source_list:n(483),model:n(484),source:n(205),snapshot:n(485),seed:n(486),test:n(487),analysis:n(488),macro:n(489),exposure:n(490),metric:n(491),operation:n(492)};r.module("dbt").config(["$stateProvider","$urlRouterProvider",function(e,t){var n="g_v&g_i&g_e&g_p&g_n";t.otherwise("/overview"),e.state("dbt",{url:"/",abstract:!0,controller:"MainController",templateUrl:i.main}).state("dbt.overview",{url:"overview?"+n,controller:"OverviewCtrl",templateUrl:i.overview}).state("dbt.project_overview",{url:"overview/:project_name?"+n,controller:"OverviewCtrl",templateUrl:i.overview,params:{project_name:{type:"string"}}}).state("dbt.graph",{url:"graph",controller:"GraphCtrl",templateUrl:i.graph}).state("dbt.model",{url:"model/:unique_id?section&"+n,controller:"ModelCtrl",templateUrl:i.model,params:{unique_id:{type:"string"}}}).state("dbt.seed",{url:"seed/:unique_id?section&"+n,controller:"SeedCtrl",templateUrl:i.seed,params:{unique_id:{type:"string"}}}).state("dbt.snapshot",{url:"snapshot/:unique_id?section&"+n,controller:"SnapshotCtrl",templateUrl:i.snapshot,params:{unique_id:{type:"string"}}}).state("dbt.test",{url:"test/:unique_id?section&"+n,controller:"TestCtrl",templateUrl:i.test,params:{unique_id:{type:"string"}}}).state("dbt.analysis",{url:"analysis/:unique_id?section&"+n,controller:"AnalysisCtrl",templateUrl:i.analysis,params:{unique_id:{type:"string"}}}).state("dbt.source",{url:"source/:unique_id?section&"+n,controller:"SourceCtrl",templateUrl:i.source,params:{unique_id:{type:"string"}}}).state("dbt.source_list",{url:"source_list/:source?section&"+n,controller:"SourceListCtrl",templateUrl:i.source_list,params:{source:{type:"string"}}}).state("dbt.macro",{url:"macro/:unique_id?section",controller:"MacroCtrl",templateUrl:i.macro,params:{unique_id:{type:"string"}}}).state("dbt.exposure",{url:"exposure/:unique_id?section&"+n,controller:"ExposureCtrl",templateUrl:i.exposure,params:{unique_id:{type:"string"}}}).state("dbt.metric",{url:"metric/:unique_id?section&"+n,controller:"MetricCtrl",templateUrl:i.metric,params:{unique_id:{type:"string"}}}).state("dbt.operation",{url:"operation/:unique_id?section&"+n,controller:"OperationCtrl",templateUrl:i.operation,params:{unique_id:{type:"string"}}})}])},function(e,t){var n="/main/main.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n\n
    \n
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/overview/overview.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'
    \n \n
    \n
    \n

    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/graph/graph.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'
    \n
    \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/sources/source_list.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n
    \n
    \n
    \n
    \n \n
    \n\n
    \n
    \n
    \n
    Description
    \n
    \n
    \n
    \n
    This {{ model.resource_type }} is not currently documented
    \n
    \n
    \n
    \n
    \n\n\n
    \n
    \n
    \n
    Source Tables
    \n
    \n
    \n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    SourceTableDescriptionLinkMore?
    \n
    \n {{ source.source_name }}\n
    \n
    \n {{ source.name }}

    \n
    \n {{ source.description }}\n \n View docs\n \n \n \n \n \n \n \n \n \n
    \n
    \n
    \n
    Description
    \n \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/docs/model.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n
    \n
    \n
    \n
    \n \n
    \n\n
    \n
    \n
    \n
    Description
    \n
    \n
    \n
    \n
    This {{ model.resource_type }} is not currently documented
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    Columns
    \n \n
    \n
    \n\n
    \n
    \n
    \n
    Referenced By
    \n \n
    \n
    \n\n
    \n
    \n
    \n
    Depends On
    \n \n
    \n
    \n\n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/docs/snapshot.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n
    \n
    \n
    \n
    \n \n
    \n\n
    \n
    \n
    \n
    Description
    \n
    \n
    \n
    \n
    This {{ model.resource_type }} is not currently documented
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    Columns
    \n \n
    \n
    \n\n
    \n
    \n
    \n
    Referenced By
    \n \n
    \n
    \n\n
    \n
    \n
    \n
    Depends On
    \n \n
    \n
    \n\n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/docs/seed.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n
    \n
    \n
    \n
    \n \n
    \n\n
    \n
    \n
    \n
    Description
    \n
    \n
    \n
    \n
    This {{ model.resource_type }} is not currently documented
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    Columns
    \n \n
    \n
    \n\n
    \n
    \n
    \n
    Referenced By
    \n \n
    \n
    \n\n
    \n
    \n
    \n
    Depends On
    \n \n
    \n
    \n\n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/docs/test.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n
    \n
    \n
    \n
    \n
    \n
    Description
    \n
    \n
    \n
    \n
    This {{ model.resource_type }} is not currently documented
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    Depends On
    \n \n
    \n
    \n\n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/docs/analysis.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n
    \n
    \n\n
    \n
    \n
    \n
    Description
    \n
    \n
    \n
    \n
    This {{ model.resource_type }} is not currently documented
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    Depends On
    \n \n
    \n
    \n\n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/docs/macro.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n
    \n
    \n
    \n
    \n
    \n
    Description
    \n
    \n
    \n
    \n
    This {{ macro.resource_type }} is not currently documented
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    Arguments
    \n \n
    \n
    \n\n
    \n
    \n
    \n
    Referenced By
    \n \n
    \n
    \n\n
    \n
    \n
    \n
    Depends On
    \n \n
    \n
    \n\n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/docs/exposure.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n
    \n
    \n\n
    \n
    \n \n
    \n\n
    \n
    \n
    \n
    Description
    \n
    \n
    \n
    \n
    This {{ exposure.resource_type }} is not currently documented
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    Depends On
    \n \n
    \n
    \n\n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/docs/metric.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n
    \n
    \n\n
    \n
    \n \n
    \n\n
    \n
    \n
    \n
    Description
    \n
    \n
    \n
    \n
    This {{ metric.resource_type }} is not currently documented
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    Depends On
    \n \n
    \n
    \n\n\n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/docs/operation.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n
    \n
    \n
    \n
    \n
    \n
    Description
    \n
    \n
    \n
    \n
    This {{ model.resource_type }} is not currently documented
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    Depends On
    \n \n
    \n
    \n\n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n}]); +e.exports=function(e){return null!=e&&(n(e)||function(e){return"function"==typeof e.readFloatLE&&"function"==typeof e.slice&&n(e.slice(0,0))}(e)||!!e._isBuffer)}},function(e,t,n){n(9).module("dbt").factory("locationService",["$state",function(e){var t={};return t.parseState=function(e){return function(e){return{selected:{include:e.g_i||"",exclude:e.g_e||""},show_graph:!!e.g_v}}(e)},t.setState=function(t){var n=function(e){var t={g_v:1};return t.g_i=e.include,t.g_e=e.exclude,t}(t),r=e.current.name;e.go(r,n)},t.clearState=function(){var t=e.current.name;e.go(t,{g_i:null,g_e:null,g_v:null})},t}])},function(e,t,n){"use strict";const r=n(9),i=n(202);r.module("dbt").controller("OverviewCtrl",["$scope","$state","project",function(e,t,n){e.overview_md="(loading)",n.ready((function(n){let r=t.params.project_name?t.params.project_name:null;var o=n.docs["doc.dbt.__overview__"],a=i.filter(n.docs,{name:"__overview__"});if(i.each(a,(function(e){"dbt"!=e.package_name&&(o=e)})),null!==r){o=n.docs[`doc.${r}.__${r}__`]||o;let e=i.filter(n.docs,{name:`__${r}__`});i.each(e,e=>{e.package_name!==r&&(o=e)})}e.overview_md=o.block_contents}))}])},function(e,t,n){"use strict";n(9).module("dbt").controller("SourceListCtrl",["$scope","$state","project",function(e,t,n){e.source=t.params.source,e.model={},e.extra_table_fields=[],e.has_more_info=function(e){return(e.description||"").length},e.toggle_source_expanded=function(t){e.has_more_info(t)&&(t.expanded=!t.expanded)},n.ready((function(t){var n=_.filter(t.nodes,(function(t){return t.source_name==e.source}));if(0!=n.length){n.sort((e,t)=>e.name.localeCompare(t.name));var r=n[0];e.model={name:e.source,source_description:r.source_description,sources:n};var i=_.uniq(_.map(n,"metadata.owner")),o=_.uniq(_.map(n,"database")),a=_.uniq(_.map(n,"schema"));e.extra_table_fields=[{name:"Loader",value:r.loader},{name:1==i.length?"Owner":"Owners",value:i.join(", ")},{name:1==o.length?"Database":"Databases",value:o.join(", ")},{name:1==a.length?"Schema":"Schemas",value:a.join(", ")},{name:"Tables",value:n.length}]}}))}])},function(e,t,n){const r=n(9),i={main:n(480),overview:n(481),graph:n(482),source:n(205),source_list:n(483),model:n(484),source:n(205),snapshot:n(485),seed:n(486),test:n(487),analysis:n(488),macro:n(489),exposure:n(490),metric:n(491),operation:n(492)};r.module("dbt").config(["$stateProvider","$urlRouterProvider",function(e,t){var n="g_v&g_i&g_e&g_p&g_n";t.otherwise("/overview"),e.state("dbt",{url:"/",abstract:!0,controller:"MainController",templateUrl:i.main}).state("dbt.overview",{url:"overview?"+n,controller:"OverviewCtrl",templateUrl:i.overview}).state("dbt.project_overview",{url:"overview/:project_name?"+n,controller:"OverviewCtrl",templateUrl:i.overview,params:{project_name:{type:"string"}}}).state("dbt.graph",{url:"graph",controller:"GraphCtrl",templateUrl:i.graph}).state("dbt.model",{url:"model/:unique_id?section&"+n,controller:"ModelCtrl",templateUrl:i.model,params:{unique_id:{type:"string"}}}).state("dbt.seed",{url:"seed/:unique_id?section&"+n,controller:"SeedCtrl",templateUrl:i.seed,params:{unique_id:{type:"string"}}}).state("dbt.snapshot",{url:"snapshot/:unique_id?section&"+n,controller:"SnapshotCtrl",templateUrl:i.snapshot,params:{unique_id:{type:"string"}}}).state("dbt.test",{url:"test/:unique_id?section&"+n,controller:"TestCtrl",templateUrl:i.test,params:{unique_id:{type:"string"}}}).state("dbt.analysis",{url:"analysis/:unique_id?section&"+n,controller:"AnalysisCtrl",templateUrl:i.analysis,params:{unique_id:{type:"string"}}}).state("dbt.source",{url:"source/:unique_id?section&"+n,controller:"SourceCtrl",templateUrl:i.source,params:{unique_id:{type:"string"}}}).state("dbt.source_list",{url:"source_list/:source?section&"+n,controller:"SourceListCtrl",templateUrl:i.source_list,params:{source:{type:"string"}}}).state("dbt.macro",{url:"macro/:unique_id?section",controller:"MacroCtrl",templateUrl:i.macro,params:{unique_id:{type:"string"}}}).state("dbt.exposure",{url:"exposure/:unique_id?section&"+n,controller:"ExposureCtrl",templateUrl:i.exposure,params:{unique_id:{type:"string"}}}).state("dbt.metric",{url:"metric/:unique_id?section&"+n,controller:"MetricCtrl",templateUrl:i.metric,params:{unique_id:{type:"string"}}}).state("dbt.operation",{url:"operation/:unique_id?section&"+n,controller:"OperationCtrl",templateUrl:i.operation,params:{unique_id:{type:"string"}}})}])},function(e,t){var n="/main/main.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n\n
    \n
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/overview/overview.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'
    \n \n
    \n
    \n

    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/graph/graph.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'
    \n
    \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/sources/source_list.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n
    \n
    \n
    \n
    \n \n
    \n\n
    \n
    \n
    \n
    Description
    \n
    \n
    \n
    \n
    This {{ model.resource_type }} is not currently documented
    \n
    \n
    \n
    \n
    \n\n\n
    \n
    \n
    \n
    Source Tables
    \n
    \n
    \n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    SourceTableDescriptionLinkMore?
    \n
    \n {{ source.source_name }}\n
    \n
    \n {{ source.name }}

    \n
    \n {{ source.description }}\n \n View docs\n \n \n \n \n \n \n \n \n \n
    \n
    \n
    \n
    Description
    \n \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/docs/model.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n
    \n
    \n
    \n
    \n \n
    \n\n
    \n
    \n
    \n
    Description
    \n
    \n
    \n
    \n
    This {{ model.resource_type }} is not currently documented
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    Columns
    \n \n
    \n
    \n\n
    \n
    \n
    \n
    Referenced By
    \n \n
    \n
    \n\n
    \n
    \n
    \n
    Depends On
    \n \n
    \n
    \n\n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/docs/snapshot.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n
    \n
    \n
    \n
    \n \n
    \n\n
    \n
    \n
    \n
    Description
    \n
    \n
    \n
    \n
    This {{ model.resource_type }} is not currently documented
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    Columns
    \n \n
    \n
    \n\n
    \n
    \n
    \n
    Referenced By
    \n \n
    \n
    \n\n
    \n
    \n
    \n
    Depends On
    \n \n
    \n
    \n\n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/docs/seed.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n
    \n
    \n
    \n
    \n \n
    \n\n
    \n
    \n
    \n
    Description
    \n
    \n
    \n
    \n
    This {{ model.resource_type }} is not currently documented
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    Columns
    \n \n
    \n
    \n\n
    \n
    \n
    \n
    Referenced By
    \n \n
    \n
    \n\n
    \n
    \n
    \n
    Depends On
    \n \n
    \n
    \n\n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/docs/test.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n
    \n
    \n
    \n
    \n
    \n
    Description
    \n
    \n
    \n
    \n
    This {{ model.resource_type }} is not currently documented
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    Depends On
    \n \n
    \n
    \n\n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/docs/analysis.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n
    \n
    \n\n
    \n
    \n
    \n
    Description
    \n
    \n
    \n
    \n
    This {{ model.resource_type }} is not currently documented
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    Depends On
    \n \n
    \n
    \n\n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/docs/macro.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n
    \n
    \n
    \n
    \n
    \n
    Description
    \n
    \n
    \n
    \n
    This {{ macro.resource_type }} is not currently documented
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    Arguments
    \n \n
    \n
    \n\n
    \n
    \n
    \n
    Referenced By
    \n \n
    \n
    \n\n
    \n
    \n
    \n
    Depends On
    \n \n
    \n
    \n\n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/docs/exposure.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n
    \n
    \n\n
    \n
    \n \n
    \n\n
    \n
    \n
    \n
    Description
    \n
    \n
    \n
    \n
    This {{ exposure.resource_type }} is not currently documented
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    Depends On
    \n \n
    \n
    \n\n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/docs/metric.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n
    \n
    \n\n
    \n
    \n \n
    \n\n
    \n
    \n
    \n
    Description
    \n
    \n
    \n
    \n
    This {{ metric.resource_type }} is not currently documented
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    Depends On
    \n \n
    \n
    \n\n\n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n},function(e,t){var n="/docs/operation.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
    \n \n
    \n
    \n
    \n
    \n
    \n
    Description
    \n
    \n
    \n
    \n
    This {{ model.resource_type }} is not currently documented
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    Depends On
    \n \n
    \n
    \n\n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n')}]),e.exports=n}]); //# sourceMappingURL=main.js.map diff --git a/docs/manifest.json b/docs/manifest.json index daa2d7a..d03d9f0 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1 +1 @@ -{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/manifest/v7.json", "dbt_version": "1.3.0", "generated_at": "2023-01-11T18:32:56.995108Z", "invocation_id": "cf59ca50-fba0-4ebb-bb91-fe67425a37da", "env": {}, "project_id": "39dd6cabb1b7b5f4dd1b7ea99f6c783e", "user_id": "535a716f-60c0-47b9-9763-5e1b450166b6", "send_anonymous_usage_stats": true, "adapter_type": "postgres"}, "nodes": {"seed.hubspot_source_integration_tests.contact_list_data_postgres": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "contact_list_data_postgres"], "unique_id": "seed.hubspot_source_integration_tests.contact_list_data_postgres", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "contact_list_data_postgres.csv", "original_file_path": "seeds/contact_list_data_postgres.csv", "name": "contact_list_data_postgres", "alias": "contact_list_data_postgres", "checksum": {"name": "sha256", "checksum": "349152bb0b8810fbbf890a9094250c04efc80151a4a8e30f7f3c75cc1ffad2c2"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "enabled": "{{ true if target.type == 'postgres' else false }}"}, "created_at": 1673461887.468937, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"contact_list_data_postgres\""}, "seed.hubspot_source_integration_tests.email_event_delivered_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "email_event_delivered_data"], "unique_id": "seed.hubspot_source_integration_tests.email_event_delivered_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "email_event_delivered_data.csv", "original_file_path": "seeds/email_event_delivered_data.csv", "name": "email_event_delivered_data", "alias": "email_event_delivered_data", "checksum": {"name": "sha256", "checksum": "bac0832d9511cdf5afdd52248082bfa1e1c7f53a043271b3ef421bd4acd9cfb2"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.48552, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_delivered_data\""}, "seed.hubspot_source_integration_tests.ticket_pipeline_stage_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "ticket_pipeline_stage_data"], "unique_id": "seed.hubspot_source_integration_tests.ticket_pipeline_stage_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "ticket_pipeline_stage_data.csv", "original_file_path": "seeds/ticket_pipeline_stage_data.csv", "name": "ticket_pipeline_stage_data", "alias": "ticket_pipeline_stage_data", "checksum": {"name": "sha256", "checksum": "a8bf2dd2e6efcf7bbeb80c4a2f6531d6102cf78de61d6e2481e1e251b9328de4"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.489471, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_pipeline_stage_data\""}, "seed.hubspot_source_integration_tests.ticket_contact_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "ticket_contact_data"], "unique_id": "seed.hubspot_source_integration_tests.ticket_contact_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "ticket_contact_data.csv", "original_file_path": "seeds/ticket_contact_data.csv", "name": "ticket_contact_data", "alias": "ticket_contact_data", "checksum": {"name": "sha256", "checksum": "0ee95e57c2a3a9655933450436ce250fda2f9a1372e886f55fa7030e798693f7"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.493165, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_contact_data\""}, "seed.hubspot_source_integration_tests.email_event_status_change_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "email_event_status_change_data"], "unique_id": "seed.hubspot_source_integration_tests.email_event_status_change_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "email_event_status_change_data.csv", "original_file_path": "seeds/email_event_status_change_data.csv", "name": "email_event_status_change_data", "alias": "email_event_status_change_data", "checksum": {"name": "sha256", "checksum": "4ebf917113fb6696a3c05c53bd9693f8912353cae6e3d501b5218bcd3ffd8ca8"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.496923, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_status_change_data\""}, "seed.hubspot_source_integration_tests.ticket_company_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "ticket_company_data"], "unique_id": "seed.hubspot_source_integration_tests.ticket_company_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "ticket_company_data.csv", "original_file_path": "seeds/ticket_company_data.csv", "name": "ticket_company_data", "alias": "ticket_company_data", "checksum": {"name": "sha256", "checksum": "862f241f80795c00ee08a4eb02441d069a06f935d5f3304d5e448d02b8a25193"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.501021, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_company_data\""}, "seed.hubspot_source_integration_tests.engagement_deal_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"engagement_id": "bigint", "deal_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "engagement_deal_data"], "unique_id": "seed.hubspot_source_integration_tests.engagement_deal_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "engagement_deal_data.csv", "original_file_path": "seeds/engagement_deal_data.csv", "name": "engagement_deal_data", "alias": "engagement_deal_data", "checksum": {"name": "sha256", "checksum": "851831bb563e331d84db49071e5c7eb6c110c0146fede28719f3925be3bac5b3"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"engagement_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}", "deal_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1673461887.50478, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_deal_data\""}, "seed.hubspot_source_integration_tests.email_event_sent_data_postgres": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "email_event_sent_data_postgres"], "unique_id": "seed.hubspot_source_integration_tests.email_event_sent_data_postgres", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "email_event_sent_data_postgres.csv", "original_file_path": "seeds/email_event_sent_data_postgres.csv", "name": "email_event_sent_data_postgres", "alias": "email_event_sent_data_postgres", "checksum": {"name": "sha256", "checksum": "bec8cbb3459b0a77ce502feca62d013b92cdff4a0fc86e5187368f0c42a32ef0"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "enabled": "{{ true if target.type == 'postgres' else false }}"}, "created_at": 1673461887.50861, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_sent_data_postgres\""}, "seed.hubspot_source_integration_tests.deal_stage_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"deal_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "deal_stage_data"], "unique_id": "seed.hubspot_source_integration_tests.deal_stage_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "deal_stage_data.csv", "original_file_path": "seeds/deal_stage_data.csv", "name": "deal_stage_data", "alias": "deal_stage_data", "checksum": {"name": "sha256", "checksum": "d554a9a32c5c0eac1fe5b65c543fbb1b2add1193329d302c67d513ca4b8dd391"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"deal_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1673461887.512438, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"deal_stage_data\""}, "seed.hubspot_source_integration_tests.email_campaign_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"id": "bigint", "content_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "email_campaign_data"], "unique_id": "seed.hubspot_source_integration_tests.email_campaign_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "email_campaign_data.csv", "original_file_path": "seeds/email_campaign_data.csv", "name": "email_campaign_data", "alias": "email_campaign_data", "checksum": {"name": "sha256", "checksum": "646c26031131923064e3d756bd5e354c69884b1f1d123d40a289631b6afa3bc0"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}", "content_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1673461887.516743, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_campaign_data\""}, "seed.hubspot_source_integration_tests.engagement_call_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"engagement_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "engagement_call_data"], "unique_id": "seed.hubspot_source_integration_tests.engagement_call_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "engagement_call_data.csv", "original_file_path": "seeds/engagement_call_data.csv", "name": "engagement_call_data", "alias": "engagement_call_data", "checksum": {"name": "sha256", "checksum": "a14b53204e4bc88615b9071b41e9d017859b8332573b96e5d0329c23bc2403bf"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"engagement_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1673461887.520758, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_call_data\""}, "seed.hubspot_source_integration_tests.contact_merge_audit_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "contact_merge_audit_data"], "unique_id": "seed.hubspot_source_integration_tests.contact_merge_audit_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "contact_merge_audit_data.csv", "original_file_path": "seeds/contact_merge_audit_data.csv", "name": "contact_merge_audit_data", "alias": "contact_merge_audit_data", "checksum": {"name": "sha256", "checksum": "d858928ec48b2c3cdc29bebb52169ea4c8f636ed42d0a535ebe4cbf0af7f89c0"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.524663, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"contact_merge_audit_data\""}, "seed.hubspot_source_integration_tests.email_event_print_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "email_event_print_data"], "unique_id": "seed.hubspot_source_integration_tests.email_event_print_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "email_event_print_data.csv", "original_file_path": "seeds/email_event_print_data.csv", "name": "email_event_print_data", "alias": "email_event_print_data", "checksum": {"name": "sha256", "checksum": "4fd71501b3918ac0f75f86fffb30f73dc25de86973ec142716ade954ead8987e"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.528625, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_print_data\""}, "seed.hubspot_source_integration_tests.email_event_spam_report_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "email_event_spam_report_data"], "unique_id": "seed.hubspot_source_integration_tests.email_event_spam_report_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "email_event_spam_report_data.csv", "original_file_path": "seeds/email_event_spam_report_data.csv", "name": "email_event_spam_report_data", "alias": "email_event_spam_report_data", "checksum": {"name": "sha256", "checksum": "42c9e30686405fdae6401bd728369be29e94201b946ea45aa9bff0329e677e04"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.5327601, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_spam_report_data\""}, "seed.hubspot_source_integration_tests.ticket_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "ticket_data"], "unique_id": "seed.hubspot_source_integration_tests.ticket_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "ticket_data.csv", "original_file_path": "seeds/ticket_data.csv", "name": "ticket_data", "alias": "ticket_data", "checksum": {"name": "sha256", "checksum": "05ba2295207d725b7faa3faad8059ff7b4b08b5bb083a1f00d8b0918bed42337"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.5365582, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_data\""}, "seed.hubspot_source_integration_tests.ticket_pipeline_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "ticket_pipeline_data"], "unique_id": "seed.hubspot_source_integration_tests.ticket_pipeline_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "ticket_pipeline_data.csv", "original_file_path": "seeds/ticket_pipeline_data.csv", "name": "ticket_pipeline_data", "alias": "ticket_pipeline_data", "checksum": {"name": "sha256", "checksum": "c7634af8897faf2c7bb5a843f4a67901575ede0f741308bb7c1ed4d9b2cdd76f"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.540334, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_pipeline_data\""}, "seed.hubspot_source_integration_tests.email_event_click_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "email_event_click_data"], "unique_id": "seed.hubspot_source_integration_tests.email_event_click_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "email_event_click_data.csv", "original_file_path": "seeds/email_event_click_data.csv", "name": "email_event_click_data", "alias": "email_event_click_data", "checksum": {"name": "sha256", "checksum": "5f2ae2a37b9c3862c09d680744fd3c391483ac00a859046dd616db2785540c71"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.549045, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_click_data\""}, "seed.hubspot_source_integration_tests.email_event_deferred_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "email_event_deferred_data"], "unique_id": "seed.hubspot_source_integration_tests.email_event_deferred_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "email_event_deferred_data.csv", "original_file_path": "seeds/email_event_deferred_data.csv", "name": "email_event_deferred_data", "alias": "email_event_deferred_data", "checksum": {"name": "sha256", "checksum": "a091eadc8b7953cc5ef605241e1f11c195a8d38fd3151ae75c590879d5c05c51"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.5528698, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_deferred_data\""}, "seed.hubspot_source_integration_tests.email_event_open_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "email_event_open_data"], "unique_id": "seed.hubspot_source_integration_tests.email_event_open_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "email_event_open_data.csv", "original_file_path": "seeds/email_event_open_data.csv", "name": "email_event_open_data", "alias": "email_event_open_data", "checksum": {"name": "sha256", "checksum": "642853dc3235221a5f8f2879b460414670f1ee6b2d2f3c1930e566fee476be30"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.556559, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_open_data\""}, "seed.hubspot_source_integration_tests.company_property_history_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"company_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "company_property_history_data"], "unique_id": "seed.hubspot_source_integration_tests.company_property_history_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "company_property_history_data.csv", "original_file_path": "seeds/company_property_history_data.csv", "name": "company_property_history_data", "alias": "company_property_history_data", "checksum": {"name": "sha256", "checksum": "52c2f598754cd8b962bbeaf2a20b7cc8f82eb9a647e3f1fb08348ebb4c779c44"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"company_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1673461887.560677, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"company_property_history_data\""}, "seed.hubspot_source_integration_tests.engagement_email_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"engagement_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "engagement_email_data"], "unique_id": "seed.hubspot_source_integration_tests.engagement_email_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "engagement_email_data.csv", "original_file_path": "seeds/engagement_email_data.csv", "name": "engagement_email_data", "alias": "engagement_email_data", "checksum": {"name": "sha256", "checksum": "893e4cc3d0ab0cf86cbf59052b53c316e5e64a7432c4789f97c45dcead3eebc7"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"engagement_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1673461887.564566, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_email_data\""}, "seed.hubspot_source_integration_tests.deal_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"deal_id": "bigint", "owner_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "deal_data"], "unique_id": "seed.hubspot_source_integration_tests.deal_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "deal_data.csv", "original_file_path": "seeds/deal_data.csv", "name": "deal_data", "alias": "deal_data", "checksum": {"name": "sha256", "checksum": "beb5744a319ac9356799841e5324c4d4430a2d819a5a47c7e90f21c8680d7098"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"deal_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}", "owner_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1673461887.568491, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"deal_data\""}, "seed.hubspot_source_integration_tests.engagement_note_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"engagement_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "engagement_note_data"], "unique_id": "seed.hubspot_source_integration_tests.engagement_note_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "engagement_note_data.csv", "original_file_path": "seeds/engagement_note_data.csv", "name": "engagement_note_data", "alias": "engagement_note_data", "checksum": {"name": "sha256", "checksum": "cee44946dc82d0a0ddb2a374562a6a5d927dc9c06c0b477bbe2b992114867e15"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"engagement_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1673461887.572362, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_note_data\""}, "seed.hubspot_source_integration_tests.deal_pipeline_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"pipeline_id": "varchar(100)"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "deal_pipeline_data"], "unique_id": "seed.hubspot_source_integration_tests.deal_pipeline_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "deal_pipeline_data.csv", "original_file_path": "seeds/deal_pipeline_data.csv", "name": "deal_pipeline_data", "alias": "deal_pipeline_data", "checksum": {"name": "sha256", "checksum": "bf413926570c4630b2c2f6835282070e1217e15268543dbbfc2060c1e018ba3f"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"pipeline_id": "{{ 'varchar(100)' if target.type in ('redshift','postgres') else 'string'}}"}}, "created_at": 1673461887.576546, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"deal_pipeline_data\""}, "seed.hubspot_source_integration_tests.email_event_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "email_event_data"], "unique_id": "seed.hubspot_source_integration_tests.email_event_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "email_event_data.csv", "original_file_path": "seeds/email_event_data.csv", "name": "email_event_data", "alias": "email_event_data", "checksum": {"name": "sha256", "checksum": "e5baab5fa8523995b5b9ac0f84be3a94fb43a8e92214feb33b91a92364d1cbbd"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.580321, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_data\""}, "seed.hubspot_source_integration_tests.engagement_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "engagement_data"], "unique_id": "seed.hubspot_source_integration_tests.engagement_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "engagement_data.csv", "original_file_path": "seeds/engagement_data.csv", "name": "engagement_data", "alias": "engagement_data", "checksum": {"name": "sha256", "checksum": "bc0116d99bbb4a5298349790e172681232dbb19655a95911dfb47527a5b1626c"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1673461887.584079, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_data\""}, "seed.hubspot_source_integration_tests.owner_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"owner_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "owner_data"], "unique_id": "seed.hubspot_source_integration_tests.owner_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "owner_data.csv", "original_file_path": "seeds/owner_data.csv", "name": "owner_data", "alias": "owner_data", "checksum": {"name": "sha256", "checksum": "468986814827029c1ce9ab5bb57808f038a888b6ad5426f403a5d67bd8500469"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"owner_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1673461887.5920799, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"owner_data\""}, "seed.hubspot_source_integration_tests.engagement_meeting_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"engagement_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "engagement_meeting_data"], "unique_id": "seed.hubspot_source_integration_tests.engagement_meeting_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "engagement_meeting_data.csv", "original_file_path": "seeds/engagement_meeting_data.csv", "name": "engagement_meeting_data", "alias": "engagement_meeting_data", "checksum": {"name": "sha256", "checksum": "13bdd431034bcf89a45d1c5e7ac03c1cc61e92188f652b244b7ee3ccc287eaa1"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"engagement_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1673461887.595972, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_meeting_data\""}, "seed.hubspot_source_integration_tests.email_event_forward_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "email_event_forward_data"], "unique_id": "seed.hubspot_source_integration_tests.email_event_forward_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "email_event_forward_data.csv", "original_file_path": "seeds/email_event_forward_data.csv", "name": "email_event_forward_data", "alias": "email_event_forward_data", "checksum": {"name": "sha256", "checksum": "8fc1066f680e8427a98c275e951906ea5e1235e9de8c2eb0a2e59cebd8524251"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.599806, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_forward_data\""}, "seed.hubspot_source_integration_tests.deal_pipeline_stage_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"stage_id": "varchar(100)"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "deal_pipeline_stage_data"], "unique_id": "seed.hubspot_source_integration_tests.deal_pipeline_stage_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "deal_pipeline_stage_data.csv", "original_file_path": "seeds/deal_pipeline_stage_data.csv", "name": "deal_pipeline_stage_data", "alias": "deal_pipeline_stage_data", "checksum": {"name": "sha256", "checksum": "6847909107b6e19f87fe8306cb2a960e0aab531862989b615183a177e1440ada"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"stage_id": "{{ 'varchar(100)' if target.type in ('redshift','postgres') else 'string'}}"}}, "created_at": 1673461887.603636, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"deal_pipeline_stage_data\""}, "seed.hubspot_source_integration_tests.company_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "company_data"], "unique_id": "seed.hubspot_source_integration_tests.company_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "company_data.csv", "original_file_path": "seeds/company_data.csv", "name": "company_data", "alias": "company_data", "checksum": {"name": "sha256", "checksum": "9de76c793062c7d0d18c42f7cc931d4db5acf284123e272aebc5d01a4e4184be"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1673461887.61165, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"company_data\""}, "seed.hubspot_source_integration_tests.deal_contact_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"contact_id": "bigint", "deal_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "deal_contact_data"], "unique_id": "seed.hubspot_source_integration_tests.deal_contact_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "deal_contact_data.csv", "original_file_path": "seeds/deal_contact_data.csv", "name": "deal_contact_data", "alias": "deal_contact_data", "checksum": {"name": "sha256", "checksum": "46cc00d4bdcf0a268083fec95c0aeb03efa6f84f13e3216fbde29f67b4a5f32c"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"contact_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}", "deal_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1673461887.615484, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"deal_contact_data\""}, "seed.hubspot_source_integration_tests.contact_list_member_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "contact_list_member_data"], "unique_id": "seed.hubspot_source_integration_tests.contact_list_member_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "contact_list_member_data.csv", "original_file_path": "seeds/contact_list_member_data.csv", "name": "contact_list_member_data", "alias": "contact_list_member_data", "checksum": {"name": "sha256", "checksum": "17e5b2c82e8253e96f19e744ddaa56392ca4a265565904768e2abbead0e2bf9e"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.61957, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"contact_list_member_data\""}, "seed.hubspot_source_integration_tests.contact_property_history_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "contact_property_history_data"], "unique_id": "seed.hubspot_source_integration_tests.contact_property_history_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "contact_property_history_data.csv", "original_file_path": "seeds/contact_property_history_data.csv", "name": "contact_property_history_data", "alias": "contact_property_history_data", "checksum": {"name": "sha256", "checksum": "3f25c81e8be97b3eb0d2e3d97df3c5c1000051ea46e09b04063d7336e6ed6648"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.6232011, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"contact_property_history_data\""}, "seed.hubspot_source_integration_tests.deal_property_history_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"deal_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "deal_property_history_data"], "unique_id": "seed.hubspot_source_integration_tests.deal_property_history_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "deal_property_history_data.csv", "original_file_path": "seeds/deal_property_history_data.csv", "name": "deal_property_history_data", "alias": "deal_property_history_data", "checksum": {"name": "sha256", "checksum": "57c14bbf7f8deae1838ab6acaa2689391c3859a2ae2c3331aca9876ef5b615ee"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"deal_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1673461887.62693, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"deal_property_history_data\""}, "seed.hubspot_source_integration_tests.email_event_bounce_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "email_event_bounce_data"], "unique_id": "seed.hubspot_source_integration_tests.email_event_bounce_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "email_event_bounce_data.csv", "original_file_path": "seeds/email_event_bounce_data.csv", "name": "email_event_bounce_data", "alias": "email_event_bounce_data", "checksum": {"name": "sha256", "checksum": "8d61c401a95d57a403f5476b94e8c562be2a167fb6c9df0fa39444d4b71b86a1"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.630644, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_bounce_data\""}, "seed.hubspot_source_integration_tests.engagement_contact_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"engagement_id": "bigint", "contact_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "engagement_contact_data"], "unique_id": "seed.hubspot_source_integration_tests.engagement_contact_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "engagement_contact_data.csv", "original_file_path": "seeds/engagement_contact_data.csv", "name": "engagement_contact_data", "alias": "engagement_contact_data", "checksum": {"name": "sha256", "checksum": "50c5e0326fc2aca3df96f0411dff6e8f6c997608685b51ea224ddf28cd49f66f"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"engagement_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}", "contact_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1673461887.634681, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_contact_data\""}, "seed.hubspot_source_integration_tests.ticket_engagement_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "ticket_engagement_data"], "unique_id": "seed.hubspot_source_integration_tests.ticket_engagement_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "ticket_engagement_data.csv", "original_file_path": "seeds/ticket_engagement_data.csv", "name": "ticket_engagement_data", "alias": "ticket_engagement_data", "checksum": {"name": "sha256", "checksum": "33fd8c0a98772a789e101839fcb2c856e89e025802075376305ffed36c4e59b5"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.638431, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_engagement_data\""}, "seed.hubspot_source_integration_tests.contact_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "contact_data"], "unique_id": "seed.hubspot_source_integration_tests.contact_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "contact_data.csv", "original_file_path": "seeds/contact_data.csv", "name": "contact_data", "alias": "contact_data", "checksum": {"name": "sha256", "checksum": "3cf100ad7caf48e579cd89fb49a47810aba90a19e69d5bc97461561897d3ed17"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.645879, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"contact_data\""}, "seed.hubspot_source_integration_tests.ticket_deal_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "ticket_deal_data"], "unique_id": "seed.hubspot_source_integration_tests.ticket_deal_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "ticket_deal_data.csv", "original_file_path": "seeds/ticket_deal_data.csv", "name": "ticket_deal_data", "alias": "ticket_deal_data", "checksum": {"name": "sha256", "checksum": "3028ffec2fb820cf75ca4aae759cb4af012e8b0ec42f4e56b1fe6e01cde48a5a"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.649857, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_deal_data\""}, "seed.hubspot_source_integration_tests.deal_company_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "deal_company_data"], "unique_id": "seed.hubspot_source_integration_tests.deal_company_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "deal_company_data.csv", "original_file_path": "seeds/deal_company_data.csv", "name": "deal_company_data", "alias": "deal_company_data", "checksum": {"name": "sha256", "checksum": "5cc92a73a5fe90aaa4346802255045b0d1e1e7ab8d6397dd1ea6bab7905cde83"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.6535199, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"deal_company_data\""}, "seed.hubspot_source_integration_tests.ticket_property_history_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "ticket_property_history_data"], "unique_id": "seed.hubspot_source_integration_tests.ticket_property_history_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "ticket_property_history_data.csv", "original_file_path": "seeds/ticket_property_history_data.csv", "name": "ticket_property_history_data", "alias": "ticket_property_history_data", "checksum": {"name": "sha256", "checksum": "c296dd65ffbae9b153bed842efec717f956fac89a1e6fc88da2bbc48b4c91a74"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1673461887.660958, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_property_history_data\""}, "seed.hubspot_source_integration_tests.email_event_dropped_data_postgres": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "email_event_dropped_data_postgres"], "unique_id": "seed.hubspot_source_integration_tests.email_event_dropped_data_postgres", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "email_event_dropped_data_postgres.csv", "original_file_path": "seeds/email_event_dropped_data_postgres.csv", "name": "email_event_dropped_data_postgres", "alias": "email_event_dropped_data_postgres", "checksum": {"name": "sha256", "checksum": "3e8f7f2d3d8e92d8b55b396fbed414d787dc147a776e03b633f229875f094260"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "enabled": "{{ true if target.type == 'postgres' else false }}"}, "created_at": 1673461887.665078, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_dropped_data_postgres\""}, "seed.hubspot_source_integration_tests.engagement_task_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"engagement_id": "bigint", "completion_date": "varchar(100)"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "engagement_task_data"], "unique_id": "seed.hubspot_source_integration_tests.engagement_task_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "engagement_task_data.csv", "original_file_path": "seeds/engagement_task_data.csv", "name": "engagement_task_data", "alias": "engagement_task_data", "checksum": {"name": "sha256", "checksum": "a314096353f32a28dbc1322f85f74ef4a704baf1bffc1816819c130e357bf283"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"engagement_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}", "completion_date": "{{ 'varchar(100)' if target.type in ('redshift','postgres') else 'string'}}"}}, "created_at": 1673461887.669108, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_task_data\""}, "seed.hubspot_source_integration_tests.engagement_company_data": {"compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"engagement_id": "bigint", "company_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "engagement_company_data"], "unique_id": "seed.hubspot_source_integration_tests.engagement_company_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "engagement_company_data.csv", "original_file_path": "seeds/engagement_company_data.csv", "name": "engagement_company_data", "alias": "engagement_company_data", "checksum": {"name": "sha256", "checksum": "942de68372d1c4466fb1e5fca096ef06c8461085b3ea0005ffe3456f203268e2"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"engagement_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}", "company_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1673461887.673096, "compiled_code": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_company_data\""}, "model.hubspot_source.stg_hubspot__engagement_task": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_engagement_task_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.safe_cast", "macro.dbt.run_query"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_task_tmp", "model.hubspot_source.stg_hubspot__engagement_task_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__engagement_task"], "unique_id": "model.hubspot_source.stg_hubspot__engagement_task", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_task_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__engagement_task_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__engagement_task_tmp')),\n staging_columns=get_engagement_task_columns()\n )\n }}\n from base\n\n/*\nSome users have experienced the `completion_date` field being synced as a string rather than a timestamp.\nTo address this, we use the below run_query command to query a sinlge record from the engagement_task tmp table\nand then assess in a conditional within the fields cte if the engagement_task field is indeed a UTC timestamp or not.\n\nIf the field is not a timestamp, then we safe_cast so downstream models do not fail. Otherwise, we do nothing to the \nfield.\n*/\n{% if execute -%}\n {% set results = run_query('select completion_date from ' ~ ref('stg_hubspot__engagement_task_tmp') ~ ' where completion_date is not null limit 1') %}\n {% set results_list = results.columns[0].values() | string %}\n{% endif -%}\n\n), fields as (\n\n select\n _fivetran_synced,\n body as task_note,\n\n {% if 'tzinfo=' not in results_list %}\n {{ dbt.safe_cast('completion_date', 'timestamp') }} as completion_timestamp,\n {% else %}\n completion_date as completion_timestamp,\n {% endif %}\n\n engagement_id,\n for_object_type,\n is_all_day,\n priority,\n probability_to_complete,\n status as task_status,\n subject as task_subject,\n task_type\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__engagement_task.sql", "original_file_path": "models/stg_hubspot__engagement_task.sql", "name": "stg_hubspot__engagement_task", "alias": "stg_hubspot__engagement_task", "checksum": {"name": "sha256", "checksum": "1fe9c829d1b01ff74cdb8df140786358c0f2cb7062496be2a18d78480b1a9321"}, "tags": [], "refs": [["stg_hubspot__engagement_task_tmp"], ["stg_hubspot__engagement_task_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a TASK engagement event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "completion_timestamp": {"name": "completion_timestamp", "description": "The timestamp the task was completed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "for_object_type": {"name": "for_object_type", "description": "One of CONTACT or COMPANY, what object type the task is for.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_all_day": {"name": "is_all_day", "description": "Whether it is an all day task.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "priority": {"name": "priority", "description": "The priority of the task.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "probability_to_complete": {"name": "probability_to_complete", "description": "The probability that the task will be completed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "task_note": {"name": "task_note", "description": "The body or details of the task.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "task_status": {"name": "task_status", "description": "The status of the task.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "task_subject": {"name": "task_subject", "description": "The subject or title of the task", "meta": {}, "data_type": null, "quote": null, "tags": []}, "task_type": {"name": "task_type", "description": "The type of task", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__engagement.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement_task.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.673939, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_task_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n body\n \n as \n \n body\n \n, \n \n \n completion_date\n \n as \n \n completion_date\n \n, \n \n \n engagement_id\n \n as \n \n engagement_id\n \n, \n \n \n for_object_type\n \n as \n \n for_object_type\n \n, \n \n \n is_all_day\n \n as \n \n is_all_day\n \n, \n \n \n priority\n \n as \n \n priority\n \n, \n \n \n probability_to_complete\n \n as \n \n probability_to_complete\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n subject\n \n as \n \n subject\n \n, \n \n \n task_type\n \n as \n \n task_type\n \n\n\n\n from base\n\n/*\nSome users have experienced the `completion_date` field being synced as a string rather than a timestamp.\nTo address this, we use the below run_query command to query a sinlge record from the engagement_task tmp table\nand then assess in a conditional within the fields cte if the engagement_task field is indeed a UTC timestamp or not.\n\nIf the field is not a timestamp, then we safe_cast so downstream models do not fail. Otherwise, we do nothing to the \nfield.\n*/\n\n \n), fields as (\n\n select\n _fivetran_synced,\n body as task_note,\n\n \n \n \n cast(completion_date as timestamp)\n as completion_timestamp,\n \n\n engagement_id,\n for_object_type,\n is_all_day,\n priority,\n probability_to_complete,\n status as task_status,\n subject as task_subject,\n task_type\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_task\""}, "model.hubspot_source.stg_hubspot__engagement_deal": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_engagement_deal_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_deal_tmp", "model.hubspot_source.stg_hubspot__engagement_deal_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__engagement_deal"], "unique_id": "model.hubspot_source.stg_hubspot__engagement_deal", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_deal_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__engagement_deal_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__engagement_deal_tmp')),\n staging_columns=get_engagement_deal_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n deal_id,\n engagement_id\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__engagement_deal.sql", "original_file_path": "models/stg_hubspot__engagement_deal.sql", "name": "stg_hubspot__engagement_deal", "alias": "stg_hubspot__engagement_deal", "checksum": {"name": "sha256", "checksum": "898021a7f60addee81c2019a93b4f484169bd967975bedbfdf78cf3af94c2cc8"}, "tags": [], "refs": [["stg_hubspot__engagement_deal_tmp"], ["stg_hubspot__engagement_deal_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a 'link' between a deal and an engagement.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the related contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the related engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__engagement.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement_deal.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.641958, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_deal_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n deal_id\n \n as \n \n deal_id\n \n, \n \n \n engagement_id\n \n as \n \n engagement_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n deal_id,\n engagement_id\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_deal\""}, "model.hubspot_source.stg_hubspot__company_property_history": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_company_property_history_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__company_property_history_tmp", "model.hubspot_source.stg_hubspot__company_property_history_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__company_property_history"], "unique_id": "model.hubspot_source.stg_hubspot__company_property_history", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_company_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__company_property_history_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__company_property_history_tmp')),\n staging_columns=get_company_property_history_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n company_id,\n name as field_name,\n source as change_source,\n source_id as change_source_id,\n change_timestamp, -- source field name = timestamp ; alias declared in macros/get_company_property_history_columns.sql\n value as new_value\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__company_property_history.sql", "original_file_path": "models/stg_hubspot__company_property_history.sql", "name": "stg_hubspot__company_property_history", "alias": "stg_hubspot__company_property_history", "checksum": {"name": "sha256", "checksum": "57cbf94fca3a462f635d0f9a3b5de1fd3d898855f7721fe9cf202f5ba5e61415"}, "tags": [], "refs": [["stg_hubspot__company_property_history_tmp"], ["stg_hubspot__company_property_history_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a change to company record in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_source": {"name": "change_source", "description": "The source (reason) of the change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_source_id": {"name": "change_source_id", "description": "The ID of the object that caused the change, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_timestamp": {"name": "change_timestamp", "description": "The timestamp the changed occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_id": {"name": "company_id", "description": "The ID of the related company record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "field_name": {"name": "field_name", "description": "The name of the field being changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "new_value": {"name": "new_value", "description": "The new value of the field.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__company.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__company_property_history.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461890.151999, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__company_property_history_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n company_id\n \n as \n \n company_id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n source\n \n as \n \n source\n \n, \n \n \n source_id\n \n as \n \n source_id\n \n, \n \n \n timestamp\n \n as change_timestamp , \n \n \n value\n \n as \n \n value\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n company_id,\n name as field_name,\n source as change_source,\n source_id as change_source_id,\n change_timestamp, -- source field name = timestamp ; alias declared in macros/get_company_property_history_columns.sql\n value as new_value\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__company_property_history\""}, "model.hubspot_source.stg_hubspot__email_event_delivered": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_delivered_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_delivered_tmp", "model.hubspot_source.stg_hubspot__email_event_delivered_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__email_event_delivered"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_delivered", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_delivered_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_delivered_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_delivered_tmp')),\n staging_columns=get_email_event_delivered_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n id as event_id,\n response as returned_response,\n smtp_id\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__email_event_delivered.sql", "original_file_path": "models/stg_hubspot__email_event_delivered.sql", "name": "stg_hubspot__email_event_delivered", "alias": "stg_hubspot__email_event_delivered", "checksum": {"name": "sha256", "checksum": "a2b5ac41bde0c92869fe7e96ecc82b021c45ce01df87dbcac040fa1bfa4ab6dd"}, "tags": [], "refs": [["stg_hubspot__email_event_delivered_tmp"], ["stg_hubspot__email_event_delivered_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a DELIVERED email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "returned_response": {"name": "returned_response", "description": "The full response from the recipient's email server.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "smtp_id": {"name": "smtp_id", "description": "An ID attached to the message by HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_delivered.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.4912179, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_delivered_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n response\n \n as \n \n response\n \n, \n \n \n smtp_id\n \n as \n \n smtp_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n id as event_id,\n response as returned_response,\n smtp_id\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_delivered\""}, "model.hubspot_source.stg_hubspot__owner": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_owner_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.concat"], "nodes": ["model.hubspot_source.stg_hubspot__owner_tmp", "model.hubspot_source.stg_hubspot__owner_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__owner"], "unique_id": "model.hubspot_source.stg_hubspot__owner", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_owner_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__owner_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__owner_tmp')),\n staging_columns=get_owner_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n created_at as created_timestamp,\n email as email_address,\n first_name,\n last_name,\n owner_id,\n portal_id,\n type as owner_type,\n updated_at as updated_timestamp,\n trim( {{ dbt.concat(['first_name', \"' '\", 'last_name']) }} ) as full_name\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__owner.sql", "original_file_path": "models/stg_hubspot__owner.sql", "name": "stg_hubspot__owner", "alias": "stg_hubspot__owner", "checksum": {"name": "sha256", "checksum": "538814d7407d5d9624c023900727067f69e359bae97e0b20d9946e1bc0da1557"}, "tags": [], "refs": [["stg_hubspot__owner_tmp"], ["stg_hubspot__owner_tmp"]], "sources": [], "metrics": [], "description": "Each record represents an owner/user in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "A timestamp for when the owner was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_address": {"name": "email_address", "description": "The email address of the owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The first name of the owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "full_name": {"name": "full_name", "description": "Full name of the owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The last name of the owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "owner_id": {"name": "owner_id", "description": "The ID of the owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "owner_type": {"name": "owner_type", "description": "The type of owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "updated_timestamp": {"name": "updated_timestamp", "description": "A timestamp for when the owner was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__owner.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__owner.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.476279, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__owner_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n email\n \n as \n \n email\n \n, \n \n \n first_name\n \n as \n \n first_name\n \n, \n \n \n last_name\n \n as \n \n last_name\n \n, \n \n \n owner_id\n \n as \n \n owner_id\n \n, \n \n \n portal_id\n \n as \n \n portal_id\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n created_at as created_timestamp,\n email as email_address,\n first_name,\n last_name,\n owner_id,\n portal_id,\n type as owner_type,\n updated_at as updated_timestamp,\n trim( first_name || ' ' || last_name ) as full_name\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__owner\""}, "model.hubspot_source.stg_hubspot__email_event": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_tmp", "model.hubspot_source.stg_hubspot__email_event_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__email_event"], "unique_id": "model.hubspot_source.stg_hubspot__email_event", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_tmp')),\n staging_columns=get_email_event_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n app_id,\n caused_by_created as caused_timestamp,\n caused_by_id as caused_by_event_id,\n created as created_timestamp,\n email_campaign_id,\n filtered_event as is_filtered_event,\n id as event_id,\n obsoleted_by_created as obsoleted_timestamp,\n obsoleted_by_id as obsoleted_by_event_id,\n portal_id,\n recipient as recipient_email_address,\n sent_by_created as sent_timestamp,\n sent_by_id as sent_by_event_id,\n type as event_type\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__email_event.sql", "original_file_path": "models/stg_hubspot__email_event.sql", "name": "stg_hubspot__email_event", "alias": "stg_hubspot__email_event", "checksum": {"name": "sha256", "checksum": "bb1e2e17bfe96ee5eee95744f9c9bb5834309f76e7dba67159225ec074341d24"}, "tags": [], "refs": [["stg_hubspot__email_event_tmp"], ["stg_hubspot__email_event_tmp"]], "sources": [], "metrics": [], "description": "Each record represents an email event in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "The ID of the app that sent the email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "caused_by_event_id": {"name": "caused_by_event_id", "description": "The event ID which uniquely identifies the event which directly caused this event. If not applicable, this property is omitted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "caused_timestamp": {"name": "caused_timestamp", "description": "The timestamp of the event that caused this event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The created timestamp of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_campaign_id": {"name": "email_campaign_id", "description": "The ID of the related email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_type": {"name": "event_type", "description": "The type of event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_filtered_event": {"name": "is_filtered_event", "description": "A boolean representing whether the event has been filtered out of reporting based on customer reports settings or not.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "obsoleted_by_event_id": {"name": "obsoleted_by_event_id", "description": "The event ID which uniquely identifies the follow-on event which makes this current event obsolete. If not applicable, this property is omitted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "obsoleted_timestamp": {"name": "obsoleted_timestamp", "description": "The timestamp of the event that made the current event obsolete.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recipient_email_address": {"name": "recipient_email_address", "description": "The email address of the contact related to the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "sent_by_event_id": {"name": "sent_by_event_id", "description": "The event ID which uniquely identifies the email message's SENT event. If not applicable, this property is omitted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "sent_timestamp": {"name": "sent_timestamp", "description": "The timestamp of the SENT event related to this event.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.531775, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n app_id\n \n as \n \n app_id\n \n, \n \n \n caused_by_created\n \n as \n \n caused_by_created\n \n, \n \n \n caused_by_id\n \n as \n \n caused_by_id\n \n, \n \n \n created\n \n as \n \n created\n \n, \n \n \n email_campaign_id\n \n as \n \n email_campaign_id\n \n, \n \n \n filtered_event\n \n as \n \n filtered_event\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n obsoleted_by_created\n \n as \n \n obsoleted_by_created\n \n, \n \n \n obsoleted_by_id\n \n as \n \n obsoleted_by_id\n \n, \n \n \n portal_id\n \n as \n \n portal_id\n \n, \n \n \n recipient\n \n as \n \n recipient\n \n, \n \n \n sent_by_created\n \n as \n \n sent_by_created\n \n, \n \n \n sent_by_id\n \n as \n \n sent_by_id\n \n, \n \n \n type\n \n as \n \n type\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n app_id,\n caused_by_created as caused_timestamp,\n caused_by_id as caused_by_event_id,\n created as created_timestamp,\n email_campaign_id,\n filtered_event as is_filtered_event,\n id as event_id,\n obsoleted_by_created as obsoleted_timestamp,\n obsoleted_by_id as obsoleted_by_event_id,\n portal_id,\n recipient as recipient_email_address,\n sent_by_created as sent_timestamp,\n sent_by_id as sent_by_event_id,\n type as event_type\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event\""}, "model.hubspot_source.stg_hubspot__engagement_meeting": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_engagement_meeting_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_meeting_tmp", "model.hubspot_source.stg_hubspot__engagement_meeting_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__engagement_meeting"], "unique_id": "model.hubspot_source.stg_hubspot__engagement_meeting", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_meeting_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__engagement_meeting_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__engagement_meeting_tmp')),\n staging_columns=get_engagement_meeting_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n body as meeting_notes,\n created_from_link_id,\n end_time as end_timestamp,\n engagement_id,\n external_url,\n meeting_outcome,\n pre_meeting_prospect_reminders,\n source,\n source_id,\n start_time as start_timestamp,\n title as meeting_title,\n web_conference_meeting_id\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__engagement_meeting.sql", "original_file_path": "models/stg_hubspot__engagement_meeting.sql", "name": "stg_hubspot__engagement_meeting", "alias": "stg_hubspot__engagement_meeting", "checksum": {"name": "sha256", "checksum": "10f8058de2b4b66c47a8ada2e03b833ed2e170eb5a306d2ac966e4046e33cee7"}, "tags": [], "refs": [["stg_hubspot__engagement_meeting_tmp"], ["stg_hubspot__engagement_meeting_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a MEETING engagement event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_from_link_id": {"name": "created_from_link_id", "description": "created_from_link_id", "meta": {}, "data_type": null, "quote": null, "tags": []}, "end_timestamp": {"name": "end_timestamp", "description": "A timestamp representing the end time of the meeting", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "external_url": {"name": "external_url", "description": "The external URL of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "meeting_notes": {"name": "meeting_notes", "description": "The details or body of the meeting.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "meeting_outcome": {"name": "meeting_outcome", "description": "The meeting outcome.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "meeting_title": {"name": "meeting_title", "description": "The title or subject of the meeting", "meta": {}, "data_type": null, "quote": null, "tags": []}, "pre_meeting_prospect_reminders": {"name": "pre_meeting_prospect_reminders", "description": "pre_meeting_prospect_reminders", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source": {"name": "source", "description": "The source of the meeting.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source_id": {"name": "source_id", "description": "The internal ID of the meeting source.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "start_timestamp": {"name": "start_timestamp", "description": "A timestamp representing the start time of the meeting", "meta": {}, "data_type": null, "quote": null, "tags": []}, "web_conference_meeting_id": {"name": "web_conference_meeting_id", "description": "The ID of the web conference meeting.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__engagement.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement_meeting.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.6646242, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_meeting_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n body\n \n as \n \n body\n \n, \n \n \n created_from_link_id\n \n as \n \n created_from_link_id\n \n, \n \n \n end_time\n \n as \n \n end_time\n \n, \n \n \n engagement_id\n \n as \n \n engagement_id\n \n, \n \n \n external_url\n \n as \n \n external_url\n \n, \n cast(null as TEXT) as \n \n location\n \n , \n \n \n meeting_outcome\n \n as \n \n meeting_outcome\n \n, \n \n \n pre_meeting_prospect_reminders\n \n as \n \n pre_meeting_prospect_reminders\n \n, \n \n \n source\n \n as \n \n source\n \n, \n \n \n source_id\n \n as \n \n source_id\n \n, \n \n \n start_time\n \n as \n \n start_time\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n web_conference_meeting_id\n \n as \n \n web_conference_meeting_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n body as meeting_notes,\n created_from_link_id,\n end_time as end_timestamp,\n engagement_id,\n external_url,\n meeting_outcome,\n pre_meeting_prospect_reminders,\n source,\n source_id,\n start_time as start_timestamp,\n title as meeting_title,\n web_conference_meeting_id\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_meeting\""}, "model.hubspot_source.stg_hubspot__engagement_email": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_engagement_email_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_email_tmp", "model.hubspot_source.stg_hubspot__engagement_email_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__engagement_email"], "unique_id": "model.hubspot_source.stg_hubspot__engagement_email", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_email_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__engagement_email_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__engagement_email_tmp')),\n staging_columns=get_engagement_email_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n attached_video_id,\n attached_video_opened as was_attached_video_opened,\n attached_video_watched as was_attached_video_watched,\n email_send_event_id_created as email_send_event_created_timestamp,\n email_send_event_id_id as email_send_event_id,\n engagement_id,\n error_message,\n facsimile_send_id,\n from_email,\n from_first_name,\n from_last_name,\n html as email_html,\n logged_from,\n media_processing_status,\n message_id,\n post_send_status,\n recipient_drop_reasons,\n sent_via,\n status as email_status,\n subject as email_subject,\n text as email_text,\n thread_id,\n tracker_key,\n validation_skipped\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__engagement_email.sql", "original_file_path": "models/stg_hubspot__engagement_email.sql", "name": "stg_hubspot__engagement_email", "alias": "stg_hubspot__engagement_email", "checksum": {"name": "sha256", "checksum": "edd7d47164f70610df36c264e85497c09e96507a9fb7cba4d4116f31eb16c0e4"}, "tags": [], "refs": [["stg_hubspot__engagement_email_tmp"], ["stg_hubspot__engagement_email_tmp"]], "sources": [], "metrics": [], "description": "Each record represents an EMAIL engagement event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attached_video_id": {"name": "attached_video_id", "description": "The ID of the video attached.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_html": {"name": "email_html", "description": "The body of the HTML email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_send_event_created_timestamp": {"name": "email_send_event_created_timestamp", "description": "When the SENT event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_send_event_id": {"name": "email_send_event_id", "description": "The ID of the related SENT email event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_status": {"name": "email_status", "description": "The status of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_subject": {"name": "email_subject", "description": "The subject of the email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_text": {"name": "email_text", "description": "The body of the text-only email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "error_message": {"name": "error_message", "description": "The error message, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "facsimile_send_id": {"name": "facsimile_send_id", "description": "facsimile_send_id", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_email": {"name": "from_email", "description": "The email address of the sender.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_first_name": {"name": "from_first_name", "description": "The first name of the sender.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_last_name": {"name": "from_last_name", "description": "The last name of the sender.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "logged_from": {"name": "logged_from", "description": "The source of the logged email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "media_processing_status": {"name": "media_processing_status", "description": "The processing status of the media content in the email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "message_id": {"name": "message_id", "description": "The ID of the message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "post_send_status": {"name": "post_send_status", "description": "Indicates if the post was sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recipient_drop_reasons": {"name": "recipient_drop_reasons", "description": "recipient_drop_reasons", "meta": {}, "data_type": null, "quote": null, "tags": []}, "sent_via": {"name": "sent_via", "description": "How the email was sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "thread_id": {"name": "thread_id", "description": "The ID of the email thread.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "tracker_key": {"name": "tracker_key", "description": "The ID of the tracker.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "validation_skipped": {"name": "validation_skipped", "description": "validation_skipped", "meta": {}, "data_type": null, "quote": null, "tags": []}, "was_attached_video_opened": {"name": "was_attached_video_opened", "description": "Whether the the attached video was opened.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "was_attached_video_watched": {"name": "was_attached_video_watched", "description": "Whether the the attached video was watched.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__engagement.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement_email.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.656747, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_email_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n attached_video_id\n \n as \n \n attached_video_id\n \n, \n \n \n attached_video_opened\n \n as \n \n attached_video_opened\n \n, \n \n \n attached_video_watched\n \n as \n \n attached_video_watched\n \n, \n \n \n email_send_event_id_created\n \n as \n \n email_send_event_id_created\n \n, \n \n \n email_send_event_id_id\n \n as \n \n email_send_event_id_id\n \n, \n \n \n engagement_id\n \n as \n \n engagement_id\n \n, \n \n \n error_message\n \n as \n \n error_message\n \n, \n \n \n facsimile_send_id\n \n as \n \n facsimile_send_id\n \n, \n \n \n from_email\n \n as \n \n from_email\n \n, \n \n \n from_first_name\n \n as \n \n from_first_name\n \n, \n \n \n from_last_name\n \n as \n \n from_last_name\n \n, \n \n \n html\n \n as \n \n html\n \n, \n \n \n logged_from\n \n as \n \n logged_from\n \n, \n \n \n media_processing_status\n \n as \n \n media_processing_status\n \n, \n cast(null as boolean) as \n \n member_of_forwarded_subthread\n \n , \n \n \n message_id\n \n as \n \n message_id\n \n, \n \n \n post_send_status\n \n as \n \n post_send_status\n \n, \n \n \n recipient_drop_reasons\n \n as \n \n recipient_drop_reasons\n \n, \n \n \n sent_via\n \n as \n \n sent_via\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n subject\n \n as \n \n subject\n \n, \n \n \n text\n \n as \n \n text\n \n, \n \n \n thread_id\n \n as \n \n thread_id\n \n, \n \n \n tracker_key\n \n as \n \n tracker_key\n \n, \n \n \n validation_skipped\n \n as \n \n validation_skipped\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n attached_video_id,\n attached_video_opened as was_attached_video_opened,\n attached_video_watched as was_attached_video_watched,\n email_send_event_id_created as email_send_event_created_timestamp,\n email_send_event_id_id as email_send_event_id,\n engagement_id,\n error_message,\n facsimile_send_id,\n from_email,\n from_first_name,\n from_last_name,\n html as email_html,\n logged_from,\n media_processing_status,\n message_id,\n post_send_status,\n recipient_drop_reasons,\n sent_via,\n status as email_status,\n subject as email_subject,\n text as email_text,\n thread_id,\n tracker_key,\n validation_skipped\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_email\""}, "model.hubspot_source.stg_hubspot__ticket_contact": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.hubspot_source.get_ticket_contact_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__ticket_contact_tmp", "model.hubspot_source.stg_hubspot__ticket_contact_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__ticket_contact"], "unique_id": "model.hubspot_source.stg_hubspot__ticket_contact", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__ticket_contact_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__ticket_contact_tmp')),\n staging_columns=get_ticket_contact_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n ticket_id,\n contact_id\n\n from macro\n\n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__ticket_contact.sql", "original_file_path": "models/stg_hubspot__ticket_contact.sql", "name": "stg_hubspot__ticket_contact", "alias": "stg_hubspot__ticket_contact", "checksum": {"name": "sha256", "checksum": "8b4ea45115ac9528415e6e70165c58a88ecaada0c684632e4a8437ca43f87081"}, "tags": [], "refs": [["stg_hubspot__ticket_contact_tmp"], ["stg_hubspot__ticket_contact_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a 'link' between a ticket and a contact.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "The ID of the related ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the related contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__ticket.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__ticket_contact.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.7239208, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket_contact_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n ticket_id\n \n as \n \n ticket_id\n \n, \n \n \n contact_id\n \n as \n \n contact_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n ticket_id,\n contact_id\n\n from macro\n\n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket_contact\""}, "model.hubspot_source.stg_hubspot__email_event_status_change": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_status_change_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_status_change_tmp", "model.hubspot_source.stg_hubspot__email_event_status_change_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__email_event_status_change"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_status_change", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_status_change_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_status_change_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_status_change_tmp')),\n staging_columns=get_email_event_status_change_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n bounced as is_bounced,\n id as event_id,\n portal_subscription_status as subscription_status,\n requested_by as requested_by_email,\n source as change_source,\n subscriptions\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__email_event_status_change.sql", "original_file_path": "models/stg_hubspot__email_event_status_change.sql", "name": "stg_hubspot__email_event_status_change", "alias": "stg_hubspot__email_event_status_change", "checksum": {"name": "sha256", "checksum": "47cf9452432fd6984c4804eafa08188df00800c45c65d7be98bc993031756230"}, "tags": [], "refs": [["stg_hubspot__email_event_status_change_tmp"], ["stg_hubspot__email_event_status_change_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a STATUS_CHANGE email event in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_source": {"name": "change_source", "description": "The source of the subscription change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_bounced": {"name": "is_bounced", "description": "A HubSpot employee explicitly initiated the status change to block messages to the recipient. \n(Note this usage has been deprecated in favor of dropping messages with a 'dropReason' of BLOCKED_ADDRESS.)\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "requested_by_email": {"name": "requested_by_email", "description": "The email address of the person requesting the change on behalf of the recipient. If not applicable, this property is omitted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subscription_status": {"name": "subscription_status", "description": "The recipient's portal subscription status. \nNote that if this is 'UNSUBSCRIBED', the property 'subscriptions' is not necessarily an empty array, nor are all \nsubscriptions contained in it necessarily going to have their statuses set to 'UNSUBSCRIBED'.)\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subscriptions": {"name": "subscriptions", "description": "An array of JSON objects representing the status of subscriptions for the recipient. \nEach JSON subscription object is comprised of the properties: 'id', 'status'.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_status_change.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.522909, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_status_change_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n bounced\n \n as \n \n bounced\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n portal_subscription_status\n \n as \n \n portal_subscription_status\n \n, \n \n \n requested_by\n \n as \n \n requested_by\n \n, \n \n \n source\n \n as \n \n source\n \n, \n \n \n subscriptions\n \n as \n \n subscriptions\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n bounced as is_bounced,\n id as event_id,\n portal_subscription_status as subscription_status,\n requested_by as requested_by_email,\n source as change_source,\n subscriptions\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_status_change\""}, "model.hubspot_source.stg_hubspot__contact_list_member": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_contact_list_member_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__contact_list_member_tmp", "model.hubspot_source.stg_hubspot__contact_list_member_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__contact_list_member"], "unique_id": "model.hubspot_source.stg_hubspot__contact_list_member", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled', 'hubspot_contact_list_member_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__contact_list_member_tmp') }} \n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__contact_list_member_tmp')),\n staging_columns=get_contact_list_member_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_deleted as is_contact_list_member_deleted,\n _fivetran_synced,\n added_at as added_timestamp,\n contact_id,\n contact_list_id\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__contact_list_member.sql", "original_file_path": "models/stg_hubspot__contact_list_member.sql", "name": "stg_hubspot__contact_list_member", "alias": "stg_hubspot__contact_list_member", "checksum": {"name": "sha256", "checksum": "5a06e5d5f081e9fe154c3d7391f1af6d0d6245bddb06c068346992bf42f6484e"}, "tags": [], "refs": [["stg_hubspot__contact_list_member_tmp"], ["stg_hubspot__contact_list_member_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a 'link' between a contact and a contact list.", "columns": {"is_contact_list_member_deleted": {"name": "is_contact_list_member_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "added_timestamp": {"name": "added_timestamp", "description": "The timestamp a contact was added to a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the related contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_list_id": {"name": "contact_list_id", "description": "The ID of the related contact list.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__contact.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__contact_list_member.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.430488, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__contact_list_member_tmp\" \n\n), macro as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n added_at\n \n as \n \n added_at\n \n, \n \n \n contact_id\n \n as \n \n contact_id\n \n, \n \n \n contact_list_id\n \n as \n \n contact_list_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_deleted as is_contact_list_member_deleted,\n _fivetran_synced,\n added_at as added_timestamp,\n contact_id,\n contact_list_id\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__contact_list_member\""}, "model.hubspot_source.stg_hubspot__contact": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_contact_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.fill_pass_through_columns", "macro.fivetran_utils.calculated_fields"], "nodes": ["model.hubspot_source.stg_hubspot__contact_tmp", "model.hubspot_source.stg_hubspot__contact_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__contact"], "unique_id": "model.hubspot_source.stg_hubspot__contact", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled', 'hubspot_contact_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__contact_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__contact_tmp')),\n staging_columns=get_contact_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n id as contact_id,\n _fivetran_deleted as is_contact_deleted,\n\n{% if var('hubspot__pass_through_all_columns', false) %}\n -- just pass everything through\n {{ \n fivetran_utils.remove_prefix_from_columns(\n columns=adapter.get_columns_in_relation(ref('stg_hubspot__contact_tmp')), \n prefix='property_', exclude=['id', 'property_contact_id','_fivetran_deleted']) \n }}\n from base\n\n{% else %}\n -- just default columns + explicitly configured passthrough columns\n property_email as email,\n property_company as contact_company,\n property_firstname as first_name,\n property_lastname as last_name,\n property_createdate as created_at,\n property_jobtitle as job_title,\n property_annualrevenue as company_annual_revenue,\n _fivetran_synced\n\n --The below macro adds the fields defined within your hubspot__contact_pass_through_columns variable into the staging model\n {{ fivetran_utils.fill_pass_through_columns('hubspot__contact_pass_through_columns') }}\n\n -- The below macro add the ability to create calculated fields using the hubspot__contact_calculated_fields variable.\n {{ fivetran_utils.calculated_fields('hubspot__contact_calculated_fields') }}\n\n from macro\n{% endif %} \n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__contact.sql", "original_file_path": "models/stg_hubspot__contact.sql", "name": "stg_hubspot__contact", "alias": "stg_hubspot__contact", "checksum": {"name": "sha256", "checksum": "ed7852568ec60fbff51f33d7b2c191d400ee3ad8791b2784759678d78645910b"}, "tags": [], "refs": [["stg_hubspot__contact_tmp"], ["stg_hubspot__contact_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a contact in Hubspot.", "columns": {"is_contact_deleted": {"name": "is_contact_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email": {"name": "email", "description": "The contact's email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_company": {"name": "contact_company", "description": "The name of the contact's company", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The contact's first name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The contact's last name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date that the contact was created in your HubSpot account.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "job_title": {"name": "job_title", "description": "The contact's job title.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_annual_revenue": {"name": "company_annual_revenue", "description": "The contact's annual company revenue.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__contact.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__contact.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.4572108, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__contact_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n property_email\n \n as \n \n property_email\n \n, \n \n \n property_company\n \n as \n \n property_company\n \n, \n \n \n property_firstname\n \n as \n \n property_firstname\n \n, \n \n \n property_lastname\n \n as \n \n property_lastname\n \n, \n \n \n property_createdate\n \n as \n \n property_createdate\n \n, \n \n \n property_jobtitle\n \n as \n \n property_jobtitle\n \n, \n \n \n property_annualrevenue\n \n as \n \n property_annualrevenue\n \n\n\n\n from base\n\n), fields as (\n\n select\n id as contact_id,\n _fivetran_deleted as is_contact_deleted,\n\n\n -- just default columns + explicitly configured passthrough columns\n property_email as email,\n property_company as contact_company,\n property_firstname as first_name,\n property_lastname as last_name,\n property_createdate as created_at,\n property_jobtitle as job_title,\n property_annualrevenue as company_annual_revenue,\n _fivetran_synced\n\n --The below macro adds the fields defined within your hubspot__contact_pass_through_columns variable into the staging model\n \n\n\n\n\n\n -- The below macro add the ability to create calculated fields using the hubspot__contact_calculated_fields variable.\n \n\n\n\n from macro\n \n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__contact\""}, "model.hubspot_source.stg_hubspot__deal": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_deal_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_string", "macro.fivetran_utils.fill_pass_through_columns", "macro.fivetran_utils.calculated_fields"], "nodes": ["model.hubspot_source.stg_hubspot__deal_tmp", "model.hubspot_source.stg_hubspot__deal_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__deal"], "unique_id": "model.hubspot_source.stg_hubspot__deal", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__deal_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__deal_tmp')),\n staging_columns=get_deal_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n property_dealname as deal_name,\n property_closedate as closed_at,\n property_createdate as created_at,\n is_deleted as is_deal_deleted,\n\n{% if var('hubspot__pass_through_all_columns', false) %}\n -- just pass everything else through\n {{ \n fivetran_utils.remove_prefix_from_columns(\n columns=adapter.get_columns_in_relation(ref('stg_hubspot__deal_tmp')), \n prefix='property_',\n exclude=['property_dealname','property_closedate','property_createdate', 'is_deleted']) \n }}\n from base\n\n{% else %}\n -- just default columns + explicitly configured passthrough columns\n _fivetran_synced,\n deal_id,\n cast(deal_pipeline_id as {{ dbt.type_string() }}) as deal_pipeline_id,\n cast(deal_pipeline_stage_id as {{ dbt.type_string() }}) as deal_pipeline_stage_id,\n owner_id,\n portal_id,\n property_description as description,\n property_amount as amount\n\n --The below macro adds the fields defined within your hubspot__deal_pass_through_columns variable into the staging model\n {{ fivetran_utils.fill_pass_through_columns('hubspot__deal_pass_through_columns') }}\n\n -- The below macro add the ability to create calculated fields using the hubspot__deal_calculated_fields variable.\n {{ fivetran_utils.calculated_fields('hubspot__deal_calculated_fields') }}\n\n from macro\n{% endif %}\n\n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__deal.sql", "original_file_path": "models/stg_hubspot__deal.sql", "name": "stg_hubspot__deal", "alias": "stg_hubspot__deal", "checksum": {"name": "sha256", "checksum": "ce408405c4cd703bf046e750a6a39b1a76edf6a84b258d35c6444b9a7e4be599"}, "tags": [], "refs": [["stg_hubspot__deal_tmp"], ["stg_hubspot__deal_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a deal in Hubspot.", "columns": {"is_deal_deleted": {"name": "is_deal_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the deal", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_pipeline_id": {"name": "deal_pipeline_id", "description": "The ID of the deal's pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_pipeline_stage_id": {"name": "deal_pipeline_stage_id", "description": "The ID of the deal's pipeline stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "owner_id": {"name": "owner_id", "description": "The ID of the deal's owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_name": {"name": "deal_name", "description": "The name you have given this deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "description": {"name": "description", "description": "A brief description of the deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "amount": {"name": "amount", "description": "The total value of the deal in the deal's currency.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "closed_at": {"name": "closed_at", "description": "The day the deal is expected to close, or was closed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date the deal was created. This property is set automatically by HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__deal.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.3803709, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_tmp\"\n\n), macro as (\n\n select\n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n \n \n deal_id\n \n as \n \n deal_id\n \n, \n \n \n deal_pipeline_id\n \n as \n \n deal_pipeline_id\n \n, \n \n \n deal_pipeline_stage_id\n \n as \n \n deal_pipeline_stage_id\n \n, \n \n \n is_deleted\n \n as \n \n is_deleted\n \n, \n \n \n owner_id\n \n as \n \n owner_id\n \n, \n \n \n portal_id\n \n as \n \n portal_id\n \n, \n \n \n property_dealname\n \n as \n \n property_dealname\n \n, \n \n \n property_description\n \n as \n \n property_description\n \n, \n \n \n property_amount\n \n as \n \n property_amount\n \n, \n \n \n property_closedate\n \n as \n \n property_closedate\n \n, \n \n \n property_createdate\n \n as \n \n property_createdate\n \n\n\n\n from base\n\n), fields as (\n\n select\n property_dealname as deal_name,\n property_closedate as closed_at,\n property_createdate as created_at,\n is_deleted as is_deal_deleted,\n\n\n -- just default columns + explicitly configured passthrough columns\n _fivetran_synced,\n deal_id,\n cast(deal_pipeline_id as TEXT) as deal_pipeline_id,\n cast(deal_pipeline_stage_id as TEXT) as deal_pipeline_stage_id,\n owner_id,\n portal_id,\n property_description as description,\n property_amount as amount\n\n --The below macro adds the fields defined within your hubspot__deal_pass_through_columns variable into the staging model\n \n\n\n\n\n\n -- The below macro add the ability to create calculated fields using the hubspot__deal_calculated_fields variable.\n \n\n\n\n from macro\n\n\n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal\""}, "model.hubspot_source.stg_hubspot__deal_pipeline": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_deal_pipeline_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_string"], "nodes": ["model.hubspot_source.stg_hubspot__deal_pipeline_tmp", "model.hubspot_source.stg_hubspot__deal_pipeline_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__deal_pipeline"], "unique_id": "model.hubspot_source.stg_hubspot__deal_pipeline", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__deal_pipeline_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__deal_pipeline_tmp')),\n staging_columns=get_deal_pipeline_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_deleted as is_deal_pipeline_deleted,\n _fivetran_synced,\n active as is_active,\n display_order,\n label as pipeline_label,\n cast(pipeline_id as {{ dbt.type_string() }}) as deal_pipeline_id\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__deal_pipeline.sql", "original_file_path": "models/stg_hubspot__deal_pipeline.sql", "name": "stg_hubspot__deal_pipeline", "alias": "stg_hubspot__deal_pipeline", "checksum": {"name": "sha256", "checksum": "0a5d29973915769620d31e3b935800c3ffb427c16cc8ea7a6971294926f3b78f"}, "tags": [], "refs": [["stg_hubspot__deal_pipeline_tmp"], ["stg_hubspot__deal_pipeline_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a pipeline in Hubspot.", "columns": {"is_deal_pipeline_deleted": {"name": "is_deal_pipeline_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_pipeline_id": {"name": "deal_pipeline_id", "description": "The ID of the pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "display_order": {"name": "display_order", "description": "Used to determine the order in which the pipelines appear when viewed in HubSpot", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_active": {"name": "is_active", "description": "Whether the stage is currently in use.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "pipeline_label": {"name": "pipeline_label", "description": "The human-readable label for the pipeline. The label is used when showing the pipeline in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__deal.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal_pipeline.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.3733912, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_pipeline_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n active\n \n as \n \n active\n \n, \n \n \n display_order\n \n as \n \n display_order\n \n, \n \n \n label\n \n as \n \n label\n \n, \n \n \n pipeline_id\n \n as \n \n pipeline_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_deleted as is_deal_pipeline_deleted,\n _fivetran_synced,\n active as is_active,\n display_order,\n label as pipeline_label,\n cast(pipeline_id as TEXT) as deal_pipeline_id\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_pipeline\""}, "model.hubspot_source.stg_hubspot__deal_company": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_deal_company_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__deal_company_tmp", "model.hubspot_source.stg_hubspot__deal_company_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__deal_company"], "unique_id": "model.hubspot_source.stg_hubspot__deal_company", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled','hubspot_deal_company_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__deal_company_tmp') }}\n\n), macro as (\n\n select \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__deal_company_tmp')),\n staging_columns=get_deal_company_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n company_id,\n deal_id,\n _fivetran_synced\n \n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__deal_company.sql", "original_file_path": "models/stg_hubspot__deal_company.sql", "name": "stg_hubspot__deal_company", "alias": "stg_hubspot__deal_company", "checksum": {"name": "sha256", "checksum": "c983b53b3367493154bef750609cb5e6985ae420a959fb1c0685ad9a781f2372"}, "tags": [], "refs": [["stg_hubspot__deal_company_tmp"], ["stg_hubspot__deal_company_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a 'link' between a deal and company.", "columns": {"company_id": {"name": "company_id", "description": "The ID of the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__deal.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal_company.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.389313, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_company_tmp\"\n\n), macro as (\n\n select \n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n \n \n deal_id\n \n as \n \n deal_id\n \n, \n \n \n company_id\n \n as \n \n company_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n company_id,\n deal_id,\n _fivetran_synced\n \n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_company\""}, "model.hubspot_source.stg_hubspot__engagement_note": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_engagement_note_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_note_tmp", "model.hubspot_source.stg_hubspot__engagement_note_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__engagement_note"], "unique_id": "model.hubspot_source.stg_hubspot__engagement_note", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_note_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__engagement_note_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__engagement_note_tmp')),\n staging_columns=get_engagement_note_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n body as note,\n engagement_id\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__engagement_note.sql", "original_file_path": "models/stg_hubspot__engagement_note.sql", "name": "stg_hubspot__engagement_note", "alias": "stg_hubspot__engagement_note", "checksum": {"name": "sha256", "checksum": "7b310c029c7520e9bbf11fcdde24318af6cf4e23b59f246479f692b7893809e6"}, "tags": [], "refs": [["stg_hubspot__engagement_note_tmp"], ["stg_hubspot__engagement_note_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a NOTE engagement event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "note": {"name": "note", "description": "The body of the note. The body has a limit of 65536 characters.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__engagement.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement_note.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.6670551, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_note_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n body\n \n as \n \n body\n \n, \n \n \n engagement_id\n \n as \n \n engagement_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n body as note,\n engagement_id\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_note\""}, "model.hubspot_source.stg_hubspot__engagement_contact": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_engagement_contact_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_contact_tmp", "model.hubspot_source.stg_hubspot__engagement_contact_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__engagement_contact"], "unique_id": "model.hubspot_source.stg_hubspot__engagement_contact", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_contact_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__engagement_contact_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__engagement_contact_tmp')),\n staging_columns=get_engagement_contact_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n contact_id,\n engagement_id\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__engagement_contact.sql", "original_file_path": "models/stg_hubspot__engagement_contact.sql", "name": "stg_hubspot__engagement_contact", "alias": "stg_hubspot__engagement_contact", "checksum": {"name": "sha256", "checksum": "b19c1faca89259973191ee9267a2f2ac0af262a365eb881c9ea16e702478435a"}, "tags": [], "refs": [["stg_hubspot__engagement_contact_tmp"], ["stg_hubspot__engagement_contact_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a 'link' between a contact and an engagement.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the related contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the related engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__engagement.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement_contact.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.6396449, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_contact_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n contact_id\n \n as \n \n contact_id\n \n, \n \n \n engagement_id\n \n as \n \n engagement_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n contact_id,\n engagement_id\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_contact\""}, "model.hubspot_source.stg_hubspot__contact_list": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_contact_list_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__contact_list_tmp", "model.hubspot_source.stg_hubspot__contact_list_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__contact_list"], "unique_id": "model.hubspot_source.stg_hubspot__contact_list", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled', 'hubspot_contact_list_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__contact_list_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__contact_list_tmp')),\n staging_columns=get_contact_list_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_deleted as is_contact_list_deleted,\n _fivetran_synced,\n created_at as created_timestamp,\n deleteable as is_deletable,\n dynamic as is_dynamic,\n id as contact_list_id,\n metadata_error,\n metadata_last_processing_state_change_at,\n metadata_last_size_change_at,\n metadata_processing,\n metadata_size,\n name as contact_list_name,\n portal_id,\n updated_at as updated_timestamp\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__contact_list.sql", "original_file_path": "models/stg_hubspot__contact_list.sql", "name": "stg_hubspot__contact_list", "alias": "stg_hubspot__contact_list", "checksum": {"name": "sha256", "checksum": "102b0299b6d7af09d45c2714bd60964f2111ed261859aaa851712d69cb48e050"}, "tags": [], "refs": [["stg_hubspot__contact_list_tmp"], ["stg_hubspot__contact_list_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a contact list in Hubspot.", "columns": {"is_contact_list_deleted": {"name": "is_contact_list_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_list_id": {"name": "contact_list_id", "description": "The ID of the contact list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_list_name": {"name": "contact_list_name", "description": "The name of the contact list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "A timestamp of the time the list was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_deletable": {"name": "is_deletable", "description": "If this is false, this is a system list and cannot be deleted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_dynamic": {"name": "is_dynamic", "description": "Whether the contact list is dynamic.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "metadata_error": {"name": "metadata_error", "description": "Any errors that happened the last time the list was processed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "metadata_last_processing_state_change_at": {"name": "metadata_last_processing_state_change_at", "description": "A timestamp of the last time that the processing state changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "metadata_last_size_change_at": {"name": "metadata_last_size_change_at", "description": "A timestamp of the last time that the size of the list changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "metadata_processing": {"name": "metadata_processing", "description": "One of DONE, REFRESHING, INITIALIZING, or PROCESSING. \nDONE indicates the list has finished processing, any other value indicates that list membership is being evaluated.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "metadata_size": {"name": "metadata_size", "description": "The approximate number of contacts in the list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "updated_timestamp": {"name": "updated_timestamp", "description": "A timestamp of the time that the list was last modified.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__contact.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__contact_list.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.439491, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__contact_list_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n deleteable\n \n as \n \n deleteable\n \n, \n \n \n dynamic\n \n as \n \n dynamic\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n metadata_error\n \n as \n \n metadata_error\n \n, \n \n \n metadata_last_processing_state_change_at\n \n as \n \n metadata_last_processing_state_change_at\n \n, \n \n \n metadata_last_size_change_at\n \n as \n \n metadata_last_size_change_at\n \n, \n \n \n metadata_processing\n \n as \n \n metadata_processing\n \n, \n \n \n metadata_size\n \n as \n \n metadata_size\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n portal_id\n \n as \n \n portal_id\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_deleted as is_contact_list_deleted,\n _fivetran_synced,\n created_at as created_timestamp,\n deleteable as is_deletable,\n dynamic as is_dynamic,\n id as contact_list_id,\n metadata_error,\n metadata_last_processing_state_change_at,\n metadata_last_size_change_at,\n metadata_processing,\n metadata_size,\n name as contact_list_name,\n portal_id,\n updated_at as updated_timestamp\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__contact_list\""}, "model.hubspot_source.stg_hubspot__ticket_pipeline": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.hubspot_source.get_ticket_pipeline_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_int"], "nodes": ["model.hubspot_source.stg_hubspot__ticket_pipeline_tmp", "model.hubspot_source.stg_hubspot__ticket_pipeline_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__ticket_pipeline"], "unique_id": "model.hubspot_source.stg_hubspot__ticket_pipeline", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__ticket_pipeline_tmp') }}\n\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__ticket_pipeline_tmp')),\n staging_columns=get_ticket_pipeline_columns()\n )\n }}\n\n from base\n),\n\nfinal as (\n\n select\n cast(pipeline_id as {{ dbt.type_int() }} ) as ticket_pipeline_id,\n _fivetran_deleted as is_ticket_pipeline_deleted,\n _fivetran_synced,\n active as is_active,\n display_order,\n label as pipeline_label,\n object_type_id\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__ticket_pipeline.sql", "original_file_path": "models/stg_hubspot__ticket_pipeline.sql", "name": "stg_hubspot__ticket_pipeline", "alias": "stg_hubspot__ticket_pipeline", "checksum": {"name": "sha256", "checksum": "07767fac07761cbf0c36877a780bcff603965240437090b2127df02274b09b47"}, "tags": [], "refs": [["stg_hubspot__ticket_pipeline_tmp"], ["stg_hubspot__ticket_pipeline_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a ticket pipeline.", "columns": {"is_ticket_pipeline_deleted": {"name": "is_ticket_pipeline_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_active": {"name": "is_active", "description": "Boolean indicating whether the pipeline is active.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "display_order": {"name": "display_order", "description": "Used to determine the order in which the stages appear when viewed in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "pipeline_label": {"name": "pipeline_label", "description": "The human-readable label for the stage. The label is used when showing the stage in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "object_type_id": {"name": "object_type_id", "description": "Reference to the object type.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_pipeline_id": {"name": "ticket_pipeline_id", "description": "Reference to the pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__ticket.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__ticket_pipeline.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.7517152, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket_pipeline_tmp\"\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n active\n \n as \n \n active\n \n, \n \n \n display_order\n \n as \n \n display_order\n \n, \n \n \n label\n \n as \n \n label\n \n, \n \n \n object_type_id\n \n as \n \n object_type_id\n \n, \n \n \n pipeline_id\n \n as \n \n pipeline_id\n \n\n\n\n\n from base\n),\n\nfinal as (\n\n select\n cast(pipeline_id as INT ) as ticket_pipeline_id,\n _fivetran_deleted as is_ticket_pipeline_deleted,\n _fivetran_synced,\n active as is_active,\n display_order,\n label as pipeline_label,\n object_type_id\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket_pipeline\""}, "model.hubspot_source.stg_hubspot__email_event_spam_report": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_spam_report_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_spam_report_tmp", "model.hubspot_source.stg_hubspot__email_event_spam_report_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__email_event_spam_report"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_spam_report", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_spam_report_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_spam_report_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_spam_report_tmp')),\n staging_columns=get_email_event_spam_report_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n id as event_id,\n ip_address,\n user_agent\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__email_event_spam_report.sql", "original_file_path": "models/stg_hubspot__email_event_spam_report.sql", "name": "stg_hubspot__email_event_spam_report", "alias": "stg_hubspot__email_event_spam_report", "checksum": {"name": "sha256", "checksum": "85421198bb7bbdce49003dbf19fccf4704af2b5f9725d4bce09b5d4bbee33826"}, "tags": [], "refs": [["stg_hubspot__email_event_spam_report_tmp"], ["stg_hubspot__email_event_spam_report_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a SPAM_REPORT email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The contact's IP address when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_spam_report.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.518356, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_spam_report_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n ip_address\n \n as \n \n ip_address\n \n, \n \n \n user_agent\n \n as \n \n user_agent\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n id as event_id,\n ip_address,\n user_agent\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_spam_report\""}, "model.hubspot_source.stg_hubspot__deal_pipeline_stage": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_deal_pipeline_stage_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_string"], "nodes": ["model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp", "model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__deal_pipeline_stage"], "unique_id": "model.hubspot_source.stg_hubspot__deal_pipeline_stage", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__deal_pipeline_stage_tmp') }}\n\n), macro as (\n\n select \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__deal_pipeline_stage_tmp')),\n staging_columns=get_deal_pipeline_stage_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_deleted as is_deal_pipeline_stage_deleted,\n _fivetran_synced,\n active as is_active,\n closed_won as is_closed_won,\n display_order,\n label as pipeline_stage_label,\n pipeline_id as deal_pipeline_id,\n probability,\n cast(stage_id as {{ dbt.type_string() }}) as deal_pipeline_stage_id\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__deal_pipeline_stage.sql", "original_file_path": "models/stg_hubspot__deal_pipeline_stage.sql", "name": "stg_hubspot__deal_pipeline_stage", "alias": "stg_hubspot__deal_pipeline_stage", "checksum": {"name": "sha256", "checksum": "47daae775a91739f73e4a20c067dfca89d14b535a33abc6c2479c8568f759921"}, "tags": [], "refs": [["stg_hubspot__deal_pipeline_stage_tmp"], ["stg_hubspot__deal_pipeline_stage_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a pipeline stage in Hubspot.", "columns": {"is_deal_pipeline_stage_deleted": {"name": "is_deal_pipeline_stage_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_pipeline_id": {"name": "deal_pipeline_id", "description": "The ID of the related pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_pipeline_stage_id": {"name": "deal_pipeline_stage_id", "description": "The ID of the pipeline stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "display_order": {"name": "display_order", "description": "Used to determine the order in which the stages appear when viewed in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_active": {"name": "is_active", "description": "Whether the pipeline stage is currently in use.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_closed_won": {"name": "is_closed_won", "description": "Whether the stage represents a Closed Won deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "pipeline_stage_label": {"name": "pipeline_stage_label", "description": "The human-readable label for the stage. The label is used when showing the stage in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "probability": {"name": "probability", "description": "The probability that the deal will close. Used for the deal forecast.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__deal.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal_pipeline_stage.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.3692968, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_pipeline_stage_tmp\"\n\n), macro as (\n\n select \n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n active\n \n as \n \n active\n \n, \n \n \n closed_won\n \n as \n \n closed_won\n \n, \n \n \n display_order\n \n as \n \n display_order\n \n, \n \n \n label\n \n as \n \n label\n \n, \n \n \n pipeline_id\n \n as \n \n pipeline_id\n \n, \n \n \n probability\n \n as \n \n probability\n \n, \n \n \n stage_id\n \n as \n \n stage_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_deleted as is_deal_pipeline_stage_deleted,\n _fivetran_synced,\n active as is_active,\n closed_won as is_closed_won,\n display_order,\n label as pipeline_stage_label,\n pipeline_id as deal_pipeline_id,\n probability,\n cast(stage_id as TEXT) as deal_pipeline_stage_id\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_pipeline_stage\""}, "model.hubspot_source.stg_hubspot__email_event_dropped": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_dropped_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_dropped_tmp", "model.hubspot_source.stg_hubspot__email_event_dropped_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__email_event_dropped"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_dropped", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_dropped_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_dropped_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_dropped_tmp')),\n staging_columns=get_email_event_dropped_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n bcc as bcc_emails,\n cc as cc_emails,\n drop_message,\n drop_reason,\n from_email, -- source field name = from ; alias declared in macros/get_email_event_dropped_columns.sql\n id as event_id,\n reply_to as reply_to_email,\n subject as email_subject\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__email_event_dropped.sql", "original_file_path": "models/stg_hubspot__email_event_dropped.sql", "name": "stg_hubspot__email_event_dropped", "alias": "stg_hubspot__email_event_dropped", "checksum": {"name": "sha256", "checksum": "4c44c7185866d3d33efd3161dfb38ca0c96fe79e44253b021a05ee5aaf7692dd"}, "tags": [], "refs": [["stg_hubspot__email_event_dropped_tmp"], ["stg_hubspot__email_event_dropped_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a DROPPED email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "bcc_emails": {"name": "bcc_emails", "description": "The 'bcc' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "cc_emails": {"name": "cc_emails", "description": "The 'cc' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "drop_message": {"name": "drop_message", "description": "The raw message describing why the email message was dropped. This will usually provide additional details beyond 'dropReason'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "drop_reason": {"name": "drop_reason", "description": "The reason why the email message was dropped. See below for the possible values.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_subject": {"name": "email_subject", "description": "The subject line of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_email": {"name": "from_email", "description": "The 'from' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reply_to_email": {"name": "reply_to_email", "description": "The 'reply-to' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_dropped.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.4969542, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_dropped_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n bcc\n \n as \n \n bcc\n \n, \n \n \n cc\n \n as \n \n cc\n \n, \n \n \n drop_message\n \n as \n \n drop_message\n \n, \n \n \n drop_reason\n \n as \n \n drop_reason\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n reply_to\n \n as \n \n reply_to\n \n, \n \n \n subject\n \n as \n \n subject\n \n, \n \n \n \n \n \"from\"\n \n \n \n as from_email \n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n bcc as bcc_emails,\n cc as cc_emails,\n drop_message,\n drop_reason,\n from_email, -- source field name = from ; alias declared in macros/get_email_event_dropped_columns.sql\n id as event_id,\n reply_to as reply_to_email,\n subject as email_subject\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_dropped\""}, "model.hubspot_source.stg_hubspot__deal_stage": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_deal_stage_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__deal_stage_tmp", "model.hubspot_source.stg_hubspot__deal_stage_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__deal_stage"], "unique_id": "model.hubspot_source.stg_hubspot__deal_stage", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled'])) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_hubspot__deal_stage_tmp') }}\n\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__deal_stage_tmp')),\n staging_columns=get_deal_stage_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n date_entered,\n deal_id,\n source,\n source_id,\n value as deal_stage_name,\n _fivetran_active,\n _fivetran_end,\n _fivetran_start\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__deal_stage.sql", "original_file_path": "models/stg_hubspot__deal_stage.sql", "name": "stg_hubspot__deal_stage", "alias": "stg_hubspot__deal_stage", "checksum": {"name": "sha256", "checksum": "bb5e4d21137deba5d5a08fcf0c5e6d646ac24eff16a58fb067f3193acf6eb05e"}, "tags": [], "refs": [["stg_hubspot__deal_stage_tmp"], ["stg_hubspot__deal_stage_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a deal stage.", "columns": {"_fivetran_active": {"name": "_fivetran_active", "description": "Boolean indicating whether the deal stage is active.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "The Fivetran calculated exist time of the deal stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "The date the deal stage was entered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "date_entered": {"name": "date_entered", "description": "The timestamp the deal stage was entered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "Reference to the deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source": {"name": "source", "description": "The relevant source of the deal stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source_id": {"name": "source_id", "description": "Reference to the source.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_stage_name": {"name": "deal_stage_name", "description": "The value of the deal stage. Typically the name of the stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__deal.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal_stage.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.387042, "compiled_code": "\n\nwith base as (\n\n select * \n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_stage_tmp\"\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n date_entered\n \n as \n \n date_entered\n \n, \n \n \n deal_id\n \n as \n \n deal_id\n \n, \n \n \n source\n \n as \n \n source\n \n, \n \n \n source_id\n \n as \n \n source_id\n \n, \n \n \n value\n \n as \n \n value\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n date_entered,\n deal_id,\n source,\n source_id,\n value as deal_stage_name,\n _fivetran_active,\n _fivetran_end,\n _fivetran_start\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_stage\""}, "model.hubspot_source.stg_hubspot__deal_property_history": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_deal_property_history_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__deal_property_history_tmp", "model.hubspot_source.stg_hubspot__deal_property_history_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__deal_property_history"], "unique_id": "model.hubspot_source.stg_hubspot__deal_property_history", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__deal_property_history_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__deal_property_history_tmp')),\n staging_columns=get_deal_property_history_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n deal_id,\n name as field_name,\n source as change_source,\n source_id as change_source_id,\n change_timestamp, -- source field name = timestamp ; alias declared in macros/get_deal_property_history_columns.sql\n value as new_value\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__deal_property_history.sql", "original_file_path": "models/stg_hubspot__deal_property_history.sql", "name": "stg_hubspot__deal_property_history", "alias": "stg_hubspot__deal_property_history", "checksum": {"name": "sha256", "checksum": "89d213fc42e90cc51ea5ac22180d3a2c7045b295c5263422a6995b0a720f27ee"}, "tags": [], "refs": [["stg_hubspot__deal_property_history_tmp"], ["stg_hubspot__deal_property_history_tmp"]], "sources": [], "metrics": [], "description": "Each record represents the details of your deal properties.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_source": {"name": "change_source", "description": "The source (reason) of the change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_source_id": {"name": "change_source_id", "description": "The ID of the object that caused the change, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_timestamp": {"name": "change_timestamp", "description": "The timestamp the changed occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the related deal record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "field_name": {"name": "field_name", "description": "The name of the field being changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "new_value": {"name": "new_value", "description": "The new value of the field.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__deal.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal_property_history.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.396095, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_property_history_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n deal_id\n \n as \n \n deal_id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n source\n \n as \n \n source\n \n, \n \n \n source_id\n \n as \n \n source_id\n \n, \n \n \n timestamp\n \n as change_timestamp , \n \n \n value\n \n as \n \n value\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n deal_id,\n name as field_name,\n source as change_source,\n source_id as change_source_id,\n change_timestamp, -- source field name = timestamp ; alias declared in macros/get_deal_property_history_columns.sql\n value as new_value\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_property_history\""}, "model.hubspot_source.stg_hubspot__email_event_forward": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_forward_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_forward_tmp", "model.hubspot_source.stg_hubspot__email_event_forward_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__email_event_forward"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_forward", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_forward_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_forward_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_forward_tmp')),\n staging_columns=get_email_event_forward_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n browser,\n id as event_id,\n ip_address,\n location as geo_location,\n user_agent\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__email_event_forward.sql", "original_file_path": "models/stg_hubspot__email_event_forward.sql", "name": "stg_hubspot__email_event_forward", "alias": "stg_hubspot__email_event_forward", "checksum": {"name": "sha256", "checksum": "00813368b7860a58153dc20ec275a28fc00a8dd68d9713af5f7d2ea784f8d205"}, "tags": [], "refs": [["stg_hubspot__email_event_forward_tmp"], ["stg_hubspot__email_event_forward_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a FORWARD email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "browser": {"name": "browser", "description": "A JSON object representing the browser which serviced the event. Its comprised of the properties: 'name', 'family', 'producer', 'producer_url', 'type', 'url', 'version'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "geo_location": {"name": "geo_location", "description": "A JSON object representing the location where the event occurred. It's comprised of the properties: 'city', 'state', 'country'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The contact's IP address when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_forward.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.5016341, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_forward_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n browser\n \n as \n \n browser\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n ip_address\n \n as \n \n ip_address\n \n, \n \n \n location\n \n as \n \n location\n \n, \n \n \n user_agent\n \n as \n \n user_agent\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n browser,\n id as event_id,\n ip_address,\n location as geo_location,\n user_agent\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_forward\""}, "model.hubspot_source.stg_hubspot__email_event_bounce": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_bounce_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_bounce_tmp", "model.hubspot_source.stg_hubspot__email_event_bounce_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__email_event_bounce"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_bounce", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_bounce_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_bounce_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_bounce_tmp')),\n staging_columns=get_email_event_bounce_columns()\n )\n }}\n from base\n \n), fields as (\n\n select\n _fivetran_synced,\n category as bounce_category,\n id as event_id,\n response as returned_response,\n status as returned_status\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__email_event_bounce.sql", "original_file_path": "models/stg_hubspot__email_event_bounce.sql", "name": "stg_hubspot__email_event_bounce", "alias": "stg_hubspot__email_event_bounce", "checksum": {"name": "sha256", "checksum": "025e8ac7e6d46d4db4879f113c367e3ba915d1179642f26a1afb35d61cf78d77"}, "tags": [], "refs": [["stg_hubspot__email_event_bounce_tmp"], ["stg_hubspot__email_event_bounce_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a BOUNCE email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "bounce_category": {"name": "bounce_category", "description": "The best-guess of the type of bounce encountered. \nIf an appropriate category couldn't be determined, this property is omitted. See below for the possible values. \nNote that this is a derived value, and may be modified at any time to improve the accuracy of classification.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "returned_response": {"name": "returned_response", "description": "The full response from the recipient's email server.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "returned_status": {"name": "returned_status", "description": "The status code returned from the recipient's email server.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_bounce.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.4802182, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_bounce_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n category\n \n as \n \n category\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n response\n \n as \n \n response\n \n, \n \n \n status\n \n as \n \n status\n \n\n\n\n from base\n \n), fields as (\n\n select\n _fivetran_synced,\n category as bounce_category,\n id as event_id,\n response as returned_response,\n status as returned_status\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_bounce\""}, "model.hubspot_source.stg_hubspot__ticket_engagement": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.hubspot_source.get_ticket_engagement_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__ticket_engagement_tmp", "model.hubspot_source.stg_hubspot__ticket_engagement_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__ticket_engagement"], "unique_id": "model.hubspot_source.stg_hubspot__ticket_engagement", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__ticket_engagement_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__ticket_engagement_tmp')),\n staging_columns=get_ticket_engagement_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n ticket_id,\n engagement_id\n\n from macro\n\n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__ticket_engagement.sql", "original_file_path": "models/stg_hubspot__ticket_engagement.sql", "name": "stg_hubspot__ticket_engagement", "alias": "stg_hubspot__ticket_engagement", "checksum": {"name": "sha256", "checksum": "80a21d05bc43aae084adc9211f637bb29c7cab32359d7e1b70643895c67f8d2b"}, "tags": [], "refs": [["stg_hubspot__ticket_engagement_tmp"], ["stg_hubspot__ticket_engagement_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a 'link' between a ticket and an engagement.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "The ID of the related ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the related deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__ticket.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__ticket_engagement.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.7289531, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket_engagement_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n ticket_id\n \n as \n \n ticket_id\n \n, \n \n \n engagement_id\n \n as \n \n engagement_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n ticket_id,\n engagement_id\n\n from macro\n\n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket_engagement\""}, "model.hubspot_source.stg_hubspot__ticket_pipeline_stage": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.hubspot_source.get_ticket_pipeline_stage_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_int"], "nodes": ["model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp", "model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__ticket_pipeline_stage"], "unique_id": "model.hubspot_source.stg_hubspot__ticket_pipeline_stage", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__ticket_pipeline_stage_tmp') }}\n\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__ticket_pipeline_stage_tmp')),\n staging_columns=get_ticket_pipeline_stage_columns()\n )\n }}\n\n from base\n),\n\nfinal as (\n\n select\n _fivetran_deleted as is_ticket_pipeline_stage_deleted,\n _fivetran_synced,\n active as is_active,\n display_order,\n is_closed,\n label as pipeline_stage_label,\n cast(pipeline_id as {{ dbt.type_int() }} ) as ticket_pipeline_id,\n cast(stage_id as {{ dbt.type_int() }} ) as ticket_pipeline_stage_id,\n ticket_state\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__ticket_pipeline_stage.sql", "original_file_path": "models/stg_hubspot__ticket_pipeline_stage.sql", "name": "stg_hubspot__ticket_pipeline_stage", "alias": "stg_hubspot__ticket_pipeline_stage", "checksum": {"name": "sha256", "checksum": "e046b62a9d72bcaa9b2b4564beea385651d057d76c573186a4fb9bc78ed3bba8"}, "tags": [], "refs": [["stg_hubspot__ticket_pipeline_stage_tmp"], ["stg_hubspot__ticket_pipeline_stage_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a ticket pipeline stage.", "columns": {"is_ticket_pipeline_stage_deleted": {"name": "is_ticket_pipeline_stage_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_active": {"name": "is_active", "description": "Boolean indicating whether the pipeline stage is active.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "display_order": {"name": "display_order", "description": "Used to determine the order in which the stages appear when viewed in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_closed": {"name": "is_closed", "description": "Boolean indicating if the pipeline stage is closed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "pipeline_stage_label": {"name": "pipeline_stage_label", "description": "The human-readable label for the stage. The label is used when showing the stage in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_pipeline_id": {"name": "ticket_pipeline_id", "description": "The ID of the pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_pipeline_stage_id": {"name": "ticket_pipeline_stage_id", "description": "The ID of the pipeline stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_state": {"name": "ticket_state", "description": "State of the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__ticket.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__ticket_pipeline_stage.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.747267, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket_pipeline_stage_tmp\"\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n active\n \n as \n \n active\n \n, \n \n \n display_order\n \n as \n \n display_order\n \n, \n \n \n is_closed\n \n as \n \n is_closed\n \n, \n \n \n label\n \n as \n \n label\n \n, \n \n \n pipeline_id\n \n as \n \n pipeline_id\n \n, \n \n \n stage_id\n \n as \n \n stage_id\n \n, \n \n \n ticket_state\n \n as \n \n ticket_state\n \n\n\n\n\n from base\n),\n\nfinal as (\n\n select\n _fivetran_deleted as is_ticket_pipeline_stage_deleted,\n _fivetran_synced,\n active as is_active,\n display_order,\n is_closed,\n label as pipeline_stage_label,\n cast(pipeline_id as INT ) as ticket_pipeline_id,\n cast(stage_id as INT ) as ticket_pipeline_stage_id,\n ticket_state\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket_pipeline_stage\""}, "model.hubspot_source.stg_hubspot__engagement_company": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_engagement_company_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_company_tmp", "model.hubspot_source.stg_hubspot__engagement_company_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__engagement_company"], "unique_id": "model.hubspot_source.stg_hubspot__engagement_company", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_company_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__engagement_company_tmp') }}\n\n), macro as (\n\n select \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__engagement_company_tmp')),\n staging_columns=get_engagement_company_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n company_id,\n engagement_id\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__engagement_company.sql", "original_file_path": "models/stg_hubspot__engagement_company.sql", "name": "stg_hubspot__engagement_company", "alias": "stg_hubspot__engagement_company", "checksum": {"name": "sha256", "checksum": "a82033c7d83fb6aa8c725ec650e15509e3f63bb9cc935ad55e8f500d16e876a0"}, "tags": [], "refs": [["stg_hubspot__engagement_company_tmp"], ["stg_hubspot__engagement_company_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a 'link' between a company and an engagement.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_id": {"name": "company_id", "description": "The ID of the related company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the related engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__engagement.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement_company.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.637337, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_company_tmp\"\n\n), macro as (\n\n select \n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n company_id\n \n as \n \n company_id\n \n, \n \n \n engagement_id\n \n as \n \n engagement_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n company_id,\n engagement_id\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_company\""}, "model.hubspot_source.stg_hubspot__email_event_deferred": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_deferred_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_deferred_tmp", "model.hubspot_source.stg_hubspot__email_event_deferred_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__email_event_deferred"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_deferred", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_deferred_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_deferred_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_deferred_tmp')),\n staging_columns=get_email_event_deferred_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n attempt as attempt_number,\n id as event_id,\n response as returned_response\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__email_event_deferred.sql", "original_file_path": "models/stg_hubspot__email_event_deferred.sql", "name": "stg_hubspot__email_event_deferred", "alias": "stg_hubspot__email_event_deferred", "checksum": {"name": "sha256", "checksum": "48b248becf6638995434435185f496caa08055bb06a77aa97929f0e9bddcaa3d"}, "tags": [], "refs": [["stg_hubspot__email_event_deferred_tmp"], ["stg_hubspot__email_event_deferred_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a DEFERRED email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attempt_number": {"name": "attempt_number", "description": "The delivery attempt number.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "returned_response": {"name": "returned_response", "description": "The full response from the recipient's email server.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_deferred.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.488296, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_deferred_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n attempt\n \n as \n \n attempt\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n response\n \n as \n \n response\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n attempt as attempt_number,\n id as event_id,\n response as returned_response\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_deferred\""}, "model.hubspot_source.stg_hubspot__company": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_company_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.fill_pass_through_columns", "macro.fivetran_utils.calculated_fields"], "nodes": ["model.hubspot_source.stg_hubspot__company_tmp", "model.hubspot_source.stg_hubspot__company_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__company"], "unique_id": "model.hubspot_source.stg_hubspot__company", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_company_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__company_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__company_tmp')),\n staging_columns=get_company_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n id as company_id,\n is_deleted as is_company_deleted,\n\n{% if var('hubspot__pass_through_all_columns', false) %}\n -- just pass everything through\n {{ \n fivetran_utils.remove_prefix_from_columns(\n columns=adapter.get_columns_in_relation(ref('stg_hubspot__company_tmp')), \n prefix='property_', exclude=['id', 'is_deleted']\n ) \n }}\n\n from base\n\n{% else %}\n -- just default columns + explicitly configured passthrough columns\n _fivetran_synced,\n property_name as company_name,\n property_description as description,\n property_createdate as created_at,\n property_industry as industry,\n property_address as street_address,\n property_address_2 as street_address_2,\n property_city as city,\n property_state as state,\n property_country as country,\n property_annualrevenue as company_annual_revenue\n \n --The below macro adds the fields defined within your hubspot__ticket_pass_through_columns variable into the staging model\n {{ fivetran_utils.fill_pass_through_columns('hubspot__company_pass_through_columns') }}\n\n -- The below macro add the ability to create calculated fields using the hubspot__company_calculated_fields variable.\n {{ fivetran_utils.calculated_fields('hubspot__company_calculated_fields') }}\n \n from macro\n\n{% endif %}\n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__company.sql", "original_file_path": "models/stg_hubspot__company.sql", "name": "stg_hubspot__company", "alias": "stg_hubspot__company", "checksum": {"name": "sha256", "checksum": "d03632f90f8418b58599330ed5860bbd93328c5e790230487a1f4a9f19f47e43"}, "tags": [], "refs": [["stg_hubspot__company_tmp"], ["stg_hubspot__company_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a company in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_company_deleted": {"name": "is_company_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_id": {"name": "company_id", "description": "The ID of the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_name": {"name": "company_name", "description": "The name of the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "description": {"name": "description", "description": "A short statement about the company's mission and goals.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date the company was added to your account.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "industry": {"name": "industry", "description": "The type of business the company performs.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "street_address": {"name": "street_address", "description": "The street address of the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "street_address_2": {"name": "street_address_2", "description": "Additional address information for the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "city": {"name": "city", "description": "The city where the company is located.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "state": {"name": "state", "description": "The state where the company is located.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "country": {"name": "country", "description": "The country where the company is located.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_annual_revenue": {"name": "company_annual_revenue", "description": "The actual or estimated annual revenue of the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__company.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__company.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461890.2043421, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__company_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n is_deleted\n \n as \n \n is_deleted\n \n, \n \n \n property_name\n \n as \n \n property_name\n \n, \n \n \n property_description\n \n as \n \n property_description\n \n, \n \n \n property_createdate\n \n as \n \n property_createdate\n \n, \n \n \n property_industry\n \n as \n \n property_industry\n \n, \n \n \n property_address\n \n as \n \n property_address\n \n, \n \n \n property_address_2\n \n as \n \n property_address_2\n \n, \n \n \n property_city\n \n as \n \n property_city\n \n, \n \n \n property_state\n \n as \n \n property_state\n \n, \n \n \n property_country\n \n as \n \n property_country\n \n, \n \n \n property_annualrevenue\n \n as \n \n property_annualrevenue\n \n\n\n\n from base\n\n), fields as (\n\n select\n id as company_id,\n is_deleted as is_company_deleted,\n\n\n -- just default columns + explicitly configured passthrough columns\n _fivetran_synced,\n property_name as company_name,\n property_description as description,\n property_createdate as created_at,\n property_industry as industry,\n property_address as street_address,\n property_address_2 as street_address_2,\n property_city as city,\n property_state as state,\n property_country as country,\n property_annualrevenue as company_annual_revenue\n \n --The below macro adds the fields defined within your hubspot__ticket_pass_through_columns variable into the staging model\n \n\n\n\n\n\n -- The below macro add the ability to create calculated fields using the hubspot__company_calculated_fields variable.\n \n\n\n \n from macro\n\n\n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__company\""}, "model.hubspot_source.stg_hubspot__deal_contact": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_deal_contact_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__deal_contact_tmp", "model.hubspot_source.stg_hubspot__deal_contact_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__deal_contact"], "unique_id": "model.hubspot_source.stg_hubspot__deal_contact", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled','hubspot_deal_contact_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__deal_contact_tmp') }}\n\n), macro as (\n\n select \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__deal_contact_tmp')),\n staging_columns=get_deal_contact_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n contact_id,\n deal_id,\n _fivetran_synced\n \n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__deal_contact.sql", "original_file_path": "models/stg_hubspot__deal_contact.sql", "name": "stg_hubspot__deal_contact", "alias": "stg_hubspot__deal_contact", "checksum": {"name": "sha256", "checksum": "8cc9751b0ba46e41a08d216ebac3398320573aaddb5916ebf07db94f35bf28a8"}, "tags": [], "refs": [["stg_hubspot__deal_contact_tmp"], ["stg_hubspot__deal_contact_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a 'link' between a deal and contact.", "columns": {"contact_id": {"name": "contact_id", "description": "The ID of the contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__deal.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal_contact.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.391777, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_contact_tmp\"\n\n), macro as (\n\n select \n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n deal_id\n \n as \n \n deal_id\n \n, \n \n \n contact_id\n \n as \n \n contact_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n contact_id,\n deal_id,\n _fivetran_synced\n \n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_contact\""}, "model.hubspot_source.stg_hubspot__email_event_click": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_click_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_click_tmp", "model.hubspot_source.stg_hubspot__email_event_click_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__email_event_click"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_click", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_click_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_click_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_click_tmp')),\n staging_columns=get_email_event_click_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n browser,\n id as event_id,\n ip_address,\n location as geo_location,\n referer as referer_url,\n url as click_url,\n user_agent\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__email_event_click.sql", "original_file_path": "models/stg_hubspot__email_event_click.sql", "name": "stg_hubspot__email_event_click", "alias": "stg_hubspot__email_event_click", "checksum": {"name": "sha256", "checksum": "9b390439502d6d4b7fc06e29435dc73e8af78365e92c4577749d8108ebd3c0b5"}, "tags": [], "refs": [["stg_hubspot__email_event_click_tmp"], ["stg_hubspot__email_event_click_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a CLICK email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "browser": {"name": "browser", "description": "A JSON object representing the browser which serviced the event. Its comprised of the properties: 'name', 'family', 'producer', 'producer_url', 'type', 'url', 'version'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "click_url": {"name": "click_url", "description": "The URL within the message that the recipient clicked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "geo_location": {"name": "geo_location", "description": "A JSON object representing the location where the event occurred. It's comprised of the properties: 'city', 'state', 'country'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The contact's IP address when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "referer_url": {"name": "referer_url", "description": "The URL of the webpage that linked to the URL clicked. Whether this is provided, and what its value is, is determined by the recipient's email client.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_click.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.485188, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_click_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n browser\n \n as \n \n browser\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n ip_address\n \n as \n \n ip_address\n \n, \n \n \n location\n \n as \n \n location\n \n, \n \n \n referer\n \n as \n \n referer\n \n, \n \n \n url\n \n as \n \n url\n \n, \n \n \n user_agent\n \n as \n \n user_agent\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n browser,\n id as event_id,\n ip_address,\n location as geo_location,\n referer as referer_url,\n url as click_url,\n user_agent\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_click\""}, "model.hubspot_source.stg_hubspot__engagement_call": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_engagement_call_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_call_tmp", "model.hubspot_source.stg_hubspot__engagement_call_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__engagement_call"], "unique_id": "model.hubspot_source.stg_hubspot__engagement_call", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_call_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__engagement_call_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__engagement_call_tmp')),\n staging_columns=get_engagement_call_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n body as call_notes,\n callee_object_id,\n callee_object_type,\n disposition as disposition_id,\n duration_milliseconds as call_duration_milliseconds,\n engagement_id,\n external_account_id,\n external_id,\n from_number,\n recording_url,\n status as call_status,\n to_number,\n transcription_id,\n unknown_visitor_conversation\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__engagement_call.sql", "original_file_path": "models/stg_hubspot__engagement_call.sql", "name": "stg_hubspot__engagement_call", "alias": "stg_hubspot__engagement_call", "checksum": {"name": "sha256", "checksum": "dc7d0533bf3301520d71db2b46ddf5c79a76392ba12bac6b464815e00a727a09"}, "tags": [], "refs": [["stg_hubspot__engagement_call_tmp"], ["stg_hubspot__engagement_call_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a CALL engagement event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "call_notes": {"name": "call_notes", "description": "The description of the call, including any notes that you want to add.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "callee_object_id": {"name": "callee_object_id", "description": "The ID of the HubSpot record associated with the call. This will be the recipient of the call for OUTBOUND calls, or the dialer of the call for INBOUND calls.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "callee_object_type": {"name": "callee_object_type", "description": "The ID of the object to which the call's associated record belongs (e.g., specifies if the record is a contact or company). This will be the object of the recipient for OUTBOUND calls, or the object of the dialer for INBOUND calls.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "call_status": {"name": "call_status", "description": "The status of the call. The statuses are BUSY, CALLING_CRM_USER, CANCELED, COMPLETED, CONNECTING, FAILED, IN_PROGRESS, NO_ANSWER, QUEUED, and RINGING.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "transcription_id": {"name": "transcription_id", "description": "The ID of the transcription for the call.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "unknown_visitor_conversation": {"name": "unknown_visitor_conversation", "description": "If a visitor is unknown.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "call_duration_milliseconds": {"name": "call_duration_milliseconds", "description": "The length of the call in milliseconds", "meta": {}, "data_type": null, "quote": null, "tags": []}, "disposition_id": {"name": "disposition_id", "description": "The internal ID for the call outcome.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "external_account_id": {"name": "external_account_id", "description": "For calls made in HubSpot, this will be the internal ID of the account used to make the call.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "external_id": {"name": "external_id", "description": "For calls made in HubSpot, this will be the internal ID of the call.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_number": {"name": "from_number", "description": "The phone number that was used as the from number.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recording_url": {"name": "recording_url", "description": "The URL of the recording file .", "meta": {}, "data_type": null, "quote": null, "tags": []}, "to_number": {"name": "to_number", "description": "The phone number that was called.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__engagement.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement_call.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.634787, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_call_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n body\n \n as \n \n body\n \n, \n \n \n callee_object_id\n \n as \n \n callee_object_id\n \n, \n \n \n callee_object_type\n \n as \n \n callee_object_type\n \n, \n \n \n disposition\n \n as \n \n disposition\n \n, \n \n \n duration_milliseconds\n \n as \n \n duration_milliseconds\n \n, \n \n \n engagement_id\n \n as \n \n engagement_id\n \n, \n \n \n external_account_id\n \n as \n \n external_account_id\n \n, \n \n \n external_id\n \n as \n \n external_id\n \n, \n \n \n from_number\n \n as \n \n from_number\n \n, \n \n \n recording_url\n \n as \n \n recording_url\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n to_number\n \n as \n \n to_number\n \n, \n \n \n transcription_id\n \n as \n \n transcription_id\n \n, \n \n \n unknown_visitor_conversation\n \n as \n \n unknown_visitor_conversation\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n body as call_notes,\n callee_object_id,\n callee_object_type,\n disposition as disposition_id,\n duration_milliseconds as call_duration_milliseconds,\n engagement_id,\n external_account_id,\n external_id,\n from_number,\n recording_url,\n status as call_status,\n to_number,\n transcription_id,\n unknown_visitor_conversation\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_call\""}, "model.hubspot_source.stg_hubspot__engagement": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_engagement_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_tmp", "model.hubspot_source.stg_hubspot__engagement_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__engagement"], "unique_id": "model.hubspot_source.stg_hubspot__engagement", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__engagement_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__engagement_tmp')),\n staging_columns=get_engagement_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n active as is_active,\n activity_type,\n created_at as created_timestamp,\n id as engagement_id,\n last_updated as last_updated_timestamp,\n owner_id,\n portal_id,\n occurred_timestamp, -- source field name = timestamp ; alias declared in macros/get_engagement_columns.sql\n engagement_type\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__engagement.sql", "original_file_path": "models/stg_hubspot__engagement.sql", "name": "stg_hubspot__engagement", "alias": "stg_hubspot__engagement", "checksum": {"name": "sha256", "checksum": "d10a598cafafd9327cd5f43fc473a4a17bf7f8dd497e9bcf5407da6890fd8a77"}, "tags": [], "refs": [["stg_hubspot__engagement_tmp"], ["stg_hubspot__engagement_tmp"]], "sources": [], "metrics": [], "description": "Each record represents an engagement", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "activity_type": {"name": "activity_type", "description": "The engagement's activity type.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "A timestamp representing when the engagement was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_type": {"name": "engagement_type", "description": "One of NOTE, EMAIL, TASK, MEETING, or CALL, the type of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_active": {"name": "is_active", "description": "Whether the engagement is currently being shown in the UI.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_timestamp": {"name": "last_updated_timestamp", "description": "A timestamp in representing when the engagement was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "occurred_timestamp": {"name": "occurred_timestamp", "description": "A timestamp in representing the time that the engagement should appear in the timeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "owner_id": {"name": "owner_id", "description": "The ID of the engagement's owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__engagement.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.6800902, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n active\n \n as \n \n active\n \n, \n \n \n activity_type\n \n as \n \n activity_type\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n last_updated\n \n as \n \n last_updated\n \n, \n \n \n owner_id\n \n as \n \n owner_id\n \n, \n \n \n portal_id\n \n as \n \n portal_id\n \n, \n \n \n timestamp\n \n as occurred_timestamp , \n \n \n type\n \n as engagement_type \n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n active as is_active,\n activity_type,\n created_at as created_timestamp,\n id as engagement_id,\n last_updated as last_updated_timestamp,\n owner_id,\n portal_id,\n occurred_timestamp, -- source field name = timestamp ; alias declared in macros/get_engagement_columns.sql\n engagement_type\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement\""}, "model.hubspot_source.stg_hubspot__ticket_company": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.hubspot_source.get_ticket_company_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__ticket_company_tmp", "model.hubspot_source.stg_hubspot__ticket_company_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__ticket_company"], "unique_id": "model.hubspot_source.stg_hubspot__ticket_company", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__ticket_company_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__ticket_company_tmp')),\n staging_columns=get_ticket_company_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n ticket_id,\n company_id\n\n from macro\n\n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__ticket_company.sql", "original_file_path": "models/stg_hubspot__ticket_company.sql", "name": "stg_hubspot__ticket_company", "alias": "stg_hubspot__ticket_company", "checksum": {"name": "sha256", "checksum": "546903116d5a8e4505345c48c4eba23b6126c4d0ebeba3bb936db69dce2b5395"}, "tags": [], "refs": [["stg_hubspot__ticket_company_tmp"], ["stg_hubspot__ticket_company_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a 'link' between a ticket and company.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "The ID of the related ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_id": {"name": "company_id", "description": "The ID of the related company.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__ticket.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__ticket_company.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.721622, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket_company_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n ticket_id\n \n as \n \n ticket_id\n \n, \n \n \n company_id\n \n as \n \n company_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n ticket_id,\n company_id\n\n from macro\n\n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket_company\""}, "model.hubspot_source.stg_hubspot__email_campaign": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_campaign_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__email_campaign_tmp", "model.hubspot_source.stg_hubspot__email_campaign_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__email_campaign"], "unique_id": "model.hubspot_source.stg_hubspot__email_campaign", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_campaign_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_campaign_tmp')),\n staging_columns=get_email_campaign_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n app_id,\n app_name,\n content_id,\n id as email_campaign_id,\n name as email_campaign_name,\n num_included,\n num_queued,\n sub_type as email_campaign_sub_type,\n subject as email_campaign_subject,\n type as email_campaign_type\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__email_campaign.sql", "original_file_path": "models/stg_hubspot__email_campaign.sql", "name": "stg_hubspot__email_campaign", "alias": "stg_hubspot__email_campaign", "checksum": {"name": "sha256", "checksum": "d13056dfea036822ae4400b796b742196e648d1ae5aad273f005f3ab80ad525f"}, "tags": [], "refs": [["stg_hubspot__email_campaign_tmp"], ["stg_hubspot__email_campaign_tmp"]], "sources": [], "metrics": [], "description": "Each record represents an email campaign in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "The app ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_name": {"name": "app_name", "description": "The app name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "content_id": {"name": "content_id", "description": "The ID of the content.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_campaign_id": {"name": "email_campaign_id", "description": "The ID of the email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_campaign_name": {"name": "email_campaign_name", "description": "The name of the email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_campaign_sub_type": {"name": "email_campaign_sub_type", "description": "The email campaign sub-type.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_campaign_subject": {"name": "email_campaign_subject", "description": "The subject of the email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_campaign_type": {"name": "email_campaign_type", "description": "The email campaign type.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_included": {"name": "num_included", "description": "The number of messages included as part of the email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_queued": {"name": "num_queued", "description": "The number of messages queued as part of the email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_campaign.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.538542, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_campaign_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n app_id\n \n as \n \n app_id\n \n, \n \n \n app_name\n \n as \n \n app_name\n \n, \n \n \n content_id\n \n as \n \n content_id\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n num_included\n \n as \n \n num_included\n \n, \n \n \n num_queued\n \n as \n \n num_queued\n \n, \n \n \n sub_type\n \n as \n \n sub_type\n \n, \n \n \n subject\n \n as \n \n subject\n \n, \n \n \n type\n \n as \n \n type\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n app_id,\n app_name,\n content_id,\n id as email_campaign_id,\n name as email_campaign_name,\n num_included,\n num_queued,\n sub_type as email_campaign_sub_type,\n subject as email_campaign_subject,\n type as email_campaign_type\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_campaign\""}, "model.hubspot_source.stg_hubspot__email_event_print": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_print_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_print_tmp", "model.hubspot_source.stg_hubspot__email_event_print_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__email_event_print"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_print", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_print_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_print_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_print_tmp')),\n staging_columns=get_email_event_print_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n browser,\n id as event_id,\n ip_address,\n location as geo_location,\n user_agent\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__email_event_print.sql", "original_file_path": "models/stg_hubspot__email_event_print.sql", "name": "stg_hubspot__email_event_print", "alias": "stg_hubspot__email_event_print", "checksum": {"name": "sha256", "checksum": "4f85478e5950ad6676e59750250108ce65c0419781a741346e461f1a5f949fd2"}, "tags": [], "refs": [["stg_hubspot__email_event_print_tmp"], ["stg_hubspot__email_event_print_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a PRINT email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "browser": {"name": "browser", "description": "A JSON object representing the browser which serviced the event. Its comprised of the properties: 'name', 'family', 'producer', 'producer_url', 'type', 'url', 'version'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "geo_location": {"name": "geo_location", "description": "A JSON object representing the location where the event occurred. It's comprised of the properties: 'city', 'state', 'country'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The contact's IP address when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_print.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.5106409, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_print_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n browser\n \n as \n \n browser\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n ip_address\n \n as \n \n ip_address\n \n, \n \n \n location\n \n as \n \n location\n \n, \n \n \n user_agent\n \n as \n \n user_agent\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n browser,\n id as event_id,\n ip_address,\n location as geo_location,\n user_agent\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_print\""}, "model.hubspot_source.stg_hubspot__contact_property_history": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_contact_property_history_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__contact_property_history_tmp", "model.hubspot_source.stg_hubspot__contact_property_history_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__contact_property_history"], "unique_id": "model.hubspot_source.stg_hubspot__contact_property_history", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled', 'hubspot_contact_property_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__contact_property_history_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__contact_property_history_tmp')),\n staging_columns=get_contact_property_history_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n contact_id,\n name as field_name,\n source as change_source,\n source_id as change_source_id,\n change_timestamp, -- source field name = timestamp ; alias declared in macros/get_contact_property_history_columns.sql\n value as new_value\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__contact_property_history.sql", "original_file_path": "models/stg_hubspot__contact_property_history.sql", "name": "stg_hubspot__contact_property_history", "alias": "stg_hubspot__contact_property_history", "checksum": {"name": "sha256", "checksum": "a8d23acc70234b94d73d28123beb133a3cc33e9c32e345360744ccdf301a6fab"}, "tags": [], "refs": [["stg_hubspot__contact_property_history_tmp"], ["stg_hubspot__contact_property_history_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a change to contact record in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_source": {"name": "change_source", "description": "The source (reason) of the change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_source_id": {"name": "change_source_id", "description": "The ID of the object that caused the change, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_timestamp": {"name": "change_timestamp", "description": "The timestamp the changed occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the related contact record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "field_name": {"name": "field_name", "description": "The name of the field being changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "new_value": {"name": "new_value", "description": "The new value of the field.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__contact.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__contact_property_history.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.444126, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__contact_property_history_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n contact_id\n \n as \n \n contact_id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n source\n \n as \n \n source\n \n, \n \n \n source_id\n \n as \n \n source_id\n \n, \n \n \n timestamp\n \n as change_timestamp , \n \n \n value\n \n as \n \n value\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n contact_id,\n name as field_name,\n source as change_source,\n source_id as change_source_id,\n change_timestamp, -- source field name = timestamp ; alias declared in macros/get_contact_property_history_columns.sql\n value as new_value\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__contact_property_history\""}, "model.hubspot_source.stg_hubspot__ticket_property_history": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.hubspot_source.get_ticket_property_history_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__ticket_property_history_tmp", "model.hubspot_source.stg_hubspot__ticket_property_history_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__ticket_property_history"], "unique_id": "model.hubspot_source.stg_hubspot__ticket_property_history", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__ticket_property_history_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__ticket_property_history_tmp')),\n staging_columns=get_ticket_property_history_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n ticket_id,\n name as field_name,\n source as change_source,\n source_id as change_source_id,\n timestamp_instant as change_timestamp,\n value as new_value\n\n from macro\n\n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__ticket_property_history.sql", "original_file_path": "models/stg_hubspot__ticket_property_history.sql", "name": "stg_hubspot__ticket_property_history", "alias": "stg_hubspot__ticket_property_history", "checksum": {"name": "sha256", "checksum": "0d94a7503e79169b585536da66cf8c8c2c138f0aa769ff800e147392c5dadb5a"}, "tags": [], "refs": [["stg_hubspot__ticket_property_history_tmp"], ["stg_hubspot__ticket_property_history_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a change to ticket record in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_source": {"name": "change_source", "description": "The source (reason) of the change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_source_id": {"name": "change_source_id", "description": "The ID of the object that caused the change, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_timestamp": {"name": "change_timestamp", "description": "The timestamp the changed occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "The ID of the related ticket record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "field_name": {"name": "field_name", "description": "The name of the field being changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "new_value": {"name": "new_value", "description": "The new value of the field.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__ticket.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__ticket_property_history.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.733577, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket_property_history_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n ticket_id\n \n as \n \n ticket_id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n source\n \n as \n \n source\n \n, \n \n \n source_id\n \n as \n \n source_id\n \n, \n \n \n timestamp_instant\n \n as \n \n timestamp_instant\n \n, \n \n \n value\n \n as \n \n value\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n ticket_id,\n name as field_name,\n source as change_source,\n source_id as change_source_id,\n timestamp_instant as change_timestamp,\n value as new_value\n\n from macro\n\n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket_property_history\""}, "model.hubspot_source.stg_hubspot__email_event_open": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_open_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_open_tmp", "model.hubspot_source.stg_hubspot__email_event_open_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__email_event_open"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_open", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_open_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_open_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_open_tmp')),\n staging_columns=get_email_event_open_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n browser,\n duration as duration_open,\n id as event_id,\n ip_address,\n location as geo_location,\n user_agent\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__email_event_open.sql", "original_file_path": "models/stg_hubspot__email_event_open.sql", "name": "stg_hubspot__email_event_open", "alias": "stg_hubspot__email_event_open", "checksum": {"name": "sha256", "checksum": "d889037fe49d3d49be46e693b50f152013f882c31d692beb0af2cfc35d2b9ed4"}, "tags": [], "refs": [["stg_hubspot__email_event_open_tmp"], ["stg_hubspot__email_event_open_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a OPEN email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "browser": {"name": "browser", "description": "A JSON object representing the browser which serviced the event. Its comprised of the properties: 'name', 'family', 'producer', 'producer_url', 'type', 'url', 'version'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "duration_open": {"name": "duration_open", "description": "If provided and nonzero, the approximate number of milliseconds the user had opened the email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "geo_location": {"name": "geo_location", "description": "A JSON object representing the location where the event occurred. It's comprised of the properties: 'city', 'state', 'country'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The contact's IP address when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_open.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.506135, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_open_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n browser\n \n as \n \n browser\n \n, \n \n \n duration\n \n as \n \n duration\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n ip_address\n \n as \n \n ip_address\n \n, \n \n \n location\n \n as \n \n location\n \n, \n \n \n user_agent\n \n as \n \n user_agent\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n browser,\n duration as duration_open,\n id as event_id,\n ip_address,\n location as geo_location,\n user_agent\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_open\""}, "model.hubspot_source.stg_hubspot__email_event_sent": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_sent_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_sent_tmp", "model.hubspot_source.stg_hubspot__email_event_sent_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__email_event_sent"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_sent", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_sent_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_sent_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_sent_tmp')),\n staging_columns=get_email_event_sent_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n bcc as bcc_emails,\n cc as cc_emails,\n from_email, -- source field name = from ; alias declared in macros/get_email_event_sent_columns.sql\n id as event_id,\n reply_to as reply_to_email,\n subject as email_subject\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__email_event_sent.sql", "original_file_path": "models/stg_hubspot__email_event_sent.sql", "name": "stg_hubspot__email_event_sent", "alias": "stg_hubspot__email_event_sent", "checksum": {"name": "sha256", "checksum": "e0b1945790da78fb8a5e20d8451e8d5cd2fc3f5183e1e8deb2406c12c9f4d8c0"}, "tags": [], "refs": [["stg_hubspot__email_event_sent_tmp"], ["stg_hubspot__email_event_sent_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a SENT email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "bcc_emails": {"name": "bcc_emails", "description": "The 'cc' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "cc_emails": {"name": "cc_emails", "description": "The 'bcc' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_subject": {"name": "email_subject", "description": "The subject line of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_email": {"name": "from_email", "description": "The 'from' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reply_to_email": {"name": "reply_to_email", "description": "The 'reply-to' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_sent.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.515133, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_sent_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n bcc\n \n as \n \n bcc\n \n, \n \n \n cc\n \n as \n \n cc\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n reply_to\n \n as \n \n reply_to\n \n, \n \n \n subject\n \n as \n \n subject\n \n, \n \n \n \n \n \"from\"\n \n \n \n as from_email \n\n\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n bcc as bcc_emails,\n cc as cc_emails,\n from_email, -- source field name = from ; alias declared in macros/get_email_event_sent_columns.sql\n id as event_id,\n reply_to as reply_to_email,\n subject as email_subject\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_sent\""}, "model.hubspot_source.stg_hubspot__ticket": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.hubspot_source.get_ticket_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.fill_pass_through_columns", "macro.fivetran_utils.calculated_fields"], "nodes": ["model.hubspot_source.stg_hubspot__ticket_tmp", "model.hubspot_source.stg_hubspot__ticket_tmp"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__ticket"], "unique_id": "model.hubspot_source.stg_hubspot__ticket", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__ticket_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__ticket_tmp')),\n staging_columns=get_ticket_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n id as ticket_id,\n is_deleted as is_ticket_deleted,\n\n{% if var('hubspot__pass_through_all_columns', false) %}\n -- just pass everything through\n {{ \n fivetran_utils.remove_prefix_from_columns(\n columns=adapter.get_columns_in_relation(ref('stg_hubspot__ticket_tmp')), \n prefix='property_', exclude=['id', 'is_deleted']) \n }}\n from base\n\n{% else %}\n -- just default columns + explicitly configured passthrough columns\n _fivetran_synced,\n property_closed_date as closed_at,\n property_createdate as created_at,\n property_first_agent_reply_date as first_agent_reply_at,\n property_hs_pipeline as ticket_pipeline_id,\n property_hs_pipeline_stage as ticket_pipeline_stage_id,\n property_hs_ticket_category as ticket_category,\n property_hs_ticket_priority as ticket_priority,\n property_hubspot_owner_id as owner_id,\n property_subject as ticket_subject,\n property_content as ticket_content\n\n --The below macro adds the fields defined within your hubspot__ticket_pass_through_columns variable into the staging model\n {{ fivetran_utils.fill_pass_through_columns('hubspot__ticket_pass_through_columns') }}\n\n -- The below macro add the ability to create calculated fields using the hubspot__ticket_calculated_fields variable.\n {{ fivetran_utils.calculated_fields('hubspot__ticket_calculated_fields') }}\n \n from macro\n{% endif %}\n\n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__ticket.sql", "original_file_path": "models/stg_hubspot__ticket.sql", "name": "stg_hubspot__ticket", "alias": "stg_hubspot__ticket", "checksum": {"name": "sha256", "checksum": "265368c7e4bc338aaa46d78ec3aaf9029884eaa9e90a9130cebde10aa8df641f"}, "tags": [], "refs": [["stg_hubspot__ticket_tmp"], ["stg_hubspot__ticket_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a ticket in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "ID of the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_ticket_deleted": {"name": "is_ticket_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "closed_at": {"name": "closed_at", "description": "The date the ticket was closed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date the ticket was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_agent_reply_at": {"name": "first_agent_reply_at", "description": "the date for the first agent reply on the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_pipeline_id": {"name": "ticket_pipeline_id", "description": "The ID of the ticket's pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_pipeline_stage_id": {"name": "ticket_pipeline_stage_id", "description": "The ID of the ticket's pipeline stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_priority": {"name": "ticket_priority", "description": "The priority of the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_category": {"name": "ticket_category", "description": "The category of the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "owner_id": {"name": "owner_id", "description": "The ID of the deal's owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_subject": {"name": "ticket_subject", "description": "Short summary of ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_content": {"name": "ticket_content", "description": "Text in body of the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__ticket.yml", "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__ticket.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1673461889.7415261, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket_tmp\"\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n is_deleted\n \n as \n \n is_deleted\n \n, \n \n \n property_closed_date\n \n as \n \n property_closed_date\n \n, \n \n \n property_createdate\n \n as \n \n property_createdate\n \n, \n \n \n property_first_agent_reply_date\n \n as \n \n property_first_agent_reply_date\n \n, \n \n \n property_hs_pipeline\n \n as \n \n property_hs_pipeline\n \n, \n \n \n property_hs_pipeline_stage\n \n as \n \n property_hs_pipeline_stage\n \n, \n \n \n property_hs_ticket_category\n \n as \n \n property_hs_ticket_category\n \n, \n \n \n property_hs_ticket_priority\n \n as \n \n property_hs_ticket_priority\n \n, \n \n \n property_hubspot_owner_id\n \n as \n \n property_hubspot_owner_id\n \n, \n \n \n property_subject\n \n as \n \n property_subject\n \n, \n \n \n property_content\n \n as \n \n property_content\n \n\n\n\n from base\n\n), fields as (\n\n select\n id as ticket_id,\n is_deleted as is_ticket_deleted,\n\n\n -- just default columns + explicitly configured passthrough columns\n _fivetran_synced,\n property_closed_date as closed_at,\n property_createdate as created_at,\n property_first_agent_reply_date as first_agent_reply_at,\n property_hs_pipeline as ticket_pipeline_id,\n property_hs_pipeline_stage as ticket_pipeline_stage_id,\n property_hs_ticket_category as ticket_category,\n property_hs_ticket_priority as ticket_priority,\n property_hubspot_owner_id as owner_id,\n property_subject as ticket_subject,\n property_content as ticket_content\n\n --The below macro adds the fields defined within your hubspot__ticket_pass_through_columns variable into the staging model\n \n\n\n\n\n\n -- The below macro add the ability to create calculated fields using the hubspot__ticket_calculated_fields variable.\n \n\n\n \n from macro\n\n\n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket\""}, "model.hubspot_source.stg_hubspot__contact_property_history_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.contact_property_history"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__contact_property_history_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__contact_property_history_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled', 'hubspot_contact_property_enabled'])) }}\n\nselect *\nfrom {{ var('contact_property_history') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__contact_property_history_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__contact_property_history_tmp.sql", "name": "stg_hubspot__contact_property_history_tmp", "alias": "stg_hubspot__contact_property_history_tmp", "checksum": {"name": "sha256", "checksum": "94e046ad79ff164894e3d2ee9fa6d094236277d5e4eb61c16ba48a454a9d1092"}, "tags": [], "refs": [], "sources": [["hubspot", "contact_property_history"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__contact_property_history_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461888.837555, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"contact_property_history_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__contact_property_history_tmp\""}, "model.hubspot_source.stg_hubspot__email_event_dropped_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.fivetran_utils.seed_data_helper"], "nodes": ["seed.hubspot_source_integration_tests.email_event_dropped_data_postgres"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_dropped_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_dropped_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_dropped_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_dropped') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__email_event_dropped_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_dropped_tmp.sql", "name": "stg_hubspot__email_event_dropped_tmp", "alias": "stg_hubspot__email_event_dropped_tmp", "checksum": {"name": "sha256", "checksum": "6ea29cc5169d736f3d306ada0e68c21d47fdffaadf1d92fa7e63df762b71c67c"}, "tags": [], "refs": [["email_event_dropped_data_postgres"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_dropped_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461888.8479428, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_dropped_data_postgres\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_dropped_tmp\""}, "model.hubspot_source.stg_hubspot__email_event_sent_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.fivetran_utils.seed_data_helper"], "nodes": ["seed.hubspot_source_integration_tests.email_event_sent_data_postgres"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_sent_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_sent_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_sent_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_sent') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__email_event_sent_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_sent_tmp.sql", "name": "stg_hubspot__email_event_sent_tmp", "alias": "stg_hubspot__email_event_sent_tmp", "checksum": {"name": "sha256", "checksum": "c755ee8e2ade057381ab3f7264b0aff04fb1e666940b91bbc35d9dab8f6c79df"}, "tags": [], "refs": [["email_event_sent_data_postgres"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_sent_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461888.8645298, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_sent_data_postgres\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_sent_tmp\""}, "model.hubspot_source.stg_hubspot__deal_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.deal"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__deal_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__deal_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled'])) }}\n\nselect *\nfrom {{ var('deal') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__deal_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__deal_tmp.sql", "name": "stg_hubspot__deal_tmp", "alias": "stg_hubspot__deal_tmp", "checksum": {"name": "sha256", "checksum": "124a98f73b4fa274b33cb876e1627e3bd328f16b00633a8af0904bd05a1eaf7e"}, "tags": [], "refs": [], "sources": [["hubspot", "deal"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__deal_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461888.8756711, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"deal_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_tmp\""}, "model.hubspot_source.stg_hubspot__ticket_company_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["source.hubspot_source.hubspot.ticket_company"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__ticket_company_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__ticket_company_tmp", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nselect *\nfrom {{ var('ticket_company') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__ticket_company_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__ticket_company_tmp.sql", "name": "stg_hubspot__ticket_company_tmp", "alias": "stg_hubspot__ticket_company_tmp", "checksum": {"name": "sha256", "checksum": "5f7de5cb03591c0b20fcc1cd5fc523af4695604d6bc563d293f584d0881d18ff"}, "tags": [], "refs": [], "sources": [["hubspot", "ticket_company"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__ticket_company_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461888.885848, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_company_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket_company_tmp\""}, "model.hubspot_source.stg_hubspot__deal_contact_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.deal_contact"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__deal_contact_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__deal_contact_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled','hubspot_deal_contact_enabled'])) }}\n\nselect *\nfrom {{ var('deal_contact') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__deal_contact_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__deal_contact_tmp.sql", "name": "stg_hubspot__deal_contact_tmp", "alias": "stg_hubspot__deal_contact_tmp", "checksum": {"name": "sha256", "checksum": "d428077a4a1b950402d8fcb4f46de1fccf04bbef6a7274dc35f1a2f3a25d5688"}, "tags": [], "refs": [], "sources": [["hubspot", "deal_contact"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__deal_contact_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461888.8983839, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"deal_contact_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_contact_tmp\""}, "model.hubspot_source.stg_hubspot__contact_list_member_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.contact_list_member"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__contact_list_member_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__contact_list_member_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled', 'hubspot_contact_list_member_enabled'])) }}\n\nselect *\nfrom {{ var('contact_list_member') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__contact_list_member_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__contact_list_member_tmp.sql", "name": "stg_hubspot__contact_list_member_tmp", "alias": "stg_hubspot__contact_list_member_tmp", "checksum": {"name": "sha256", "checksum": "c5f4b38033f7e73b8c560ae9b10c959ab53636db77febaea2878864bfcbd47e8"}, "tags": [], "refs": [], "sources": [["hubspot", "contact_list_member"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__contact_list_member_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461888.90874, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"contact_list_member_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__contact_list_member_tmp\""}, "model.hubspot_source.stg_hubspot__owner_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.owner"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__owner_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__owner_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_owner_enabled'])) }}\n\nselect *\nfrom {{ var('owner') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__owner_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__owner_tmp.sql", "name": "stg_hubspot__owner_tmp", "alias": "stg_hubspot__owner_tmp", "checksum": {"name": "sha256", "checksum": "8b06d5fa0a2f2102fcc69868ed48699af552e012171048d5c9afccc2e3074859"}, "tags": [], "refs": [], "sources": [["hubspot", "owner"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__owner_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461888.919693, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"owner_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__owner_tmp\""}, "model.hubspot_source.stg_hubspot__deal_stage_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.deal_stage"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__deal_stage_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__deal_stage_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled'])) }}\n\nselect * \nfrom {{ var('deal_stage') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__deal_stage_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__deal_stage_tmp.sql", "name": "stg_hubspot__deal_stage_tmp", "alias": "stg_hubspot__deal_stage_tmp", "checksum": {"name": "sha256", "checksum": "ec97e0066c2090f43c12562580a53d3de824e0c1408f86af9f1279119eec35e9"}, "tags": [], "refs": [], "sources": [["hubspot", "deal_stage"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__deal_stage_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461888.932137, "compiled_code": "\n\nselect * \nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"deal_stage_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_stage_tmp\""}, "model.hubspot_source.stg_hubspot__deal_pipeline_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.deal_pipeline"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__deal_pipeline_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__deal_pipeline_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled'])) }}\n\nselect *\nfrom {{ var('deal_pipeline') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__deal_pipeline_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__deal_pipeline_tmp.sql", "name": "stg_hubspot__deal_pipeline_tmp", "alias": "stg_hubspot__deal_pipeline_tmp", "checksum": {"name": "sha256", "checksum": "5ec1c0f28d2a898b8e0d02a04aba6b9721c90b43e037d327e43c6c327cc0fb8f"}, "tags": [], "refs": [], "sources": [["hubspot", "deal_pipeline"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__deal_pipeline_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461888.94272, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"deal_pipeline_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_pipeline_tmp\""}, "model.hubspot_source.stg_hubspot__ticket_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["source.hubspot_source.hubspot.ticket"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__ticket_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__ticket_tmp", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nselect *\nfrom {{ var('ticket') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__ticket_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__ticket_tmp.sql", "name": "stg_hubspot__ticket_tmp", "alias": "stg_hubspot__ticket_tmp", "checksum": {"name": "sha256", "checksum": "2e188e61ddd6146d4560c63cc84857ce0688f723f8eb307a6874e3628367fa11"}, "tags": [], "refs": [], "sources": [["hubspot", "ticket"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__ticket_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461888.953599, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket_tmp\""}, "model.hubspot_source.stg_hubspot__ticket_property_history_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["source.hubspot_source.hubspot.ticket_property_history"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__ticket_property_history_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__ticket_property_history_tmp", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nselect *\nfrom {{ var('ticket_property_history') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__ticket_property_history_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__ticket_property_history_tmp.sql", "name": "stg_hubspot__ticket_property_history_tmp", "alias": "stg_hubspot__ticket_property_history_tmp", "checksum": {"name": "sha256", "checksum": "5ebec12d8d8bc99d6755eb8a2c527fc96be278ca71f0b23a3df94f57dcc5d69c"}, "tags": [], "refs": [], "sources": [["hubspot", "ticket_property_history"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__ticket_property_history_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461888.964607, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_property_history_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket_property_history_tmp\""}, "model.hubspot_source.stg_hubspot__ticket_pipeline_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["source.hubspot_source.hubspot.ticket_pipeline"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__ticket_pipeline_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__ticket_pipeline_tmp", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nselect * \nfrom {{ var('ticket_pipeline') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__ticket_pipeline_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__ticket_pipeline_tmp.sql", "name": "stg_hubspot__ticket_pipeline_tmp", "alias": "stg_hubspot__ticket_pipeline_tmp", "checksum": {"name": "sha256", "checksum": "6d288825ed33116c29e43605b52be8b6d49c182536ca3830dcc034653b74e359"}, "tags": [], "refs": [], "sources": [["hubspot", "ticket_pipeline"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__ticket_pipeline_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461888.975101, "compiled_code": "\n\nselect * \nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_pipeline_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket_pipeline_tmp\""}, "model.hubspot_source.stg_hubspot__engagement_company_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.engagement_company"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__engagement_company_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__engagement_company_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_company_enabled'])) }}\n\nselect *\nfrom {{ var('engagement_company') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__engagement_company_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__engagement_company_tmp.sql", "name": "stg_hubspot__engagement_company_tmp", "alias": "stg_hubspot__engagement_company_tmp", "checksum": {"name": "sha256", "checksum": "d3e3765d608bc56f3bc07549accc1026e5d5ca93d650eb66d5522d4ad33bf3bc"}, "tags": [], "refs": [], "sources": [["hubspot", "engagement_company"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__engagement_company_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461888.985188, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_company_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_company_tmp\""}, "model.hubspot_source.stg_hubspot__contact_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.contact"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__contact_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__contact_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled', 'hubspot_contact_enabled'])) }}\n\nselect *\nfrom {{ var('contact') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__contact_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__contact_tmp.sql", "name": "stg_hubspot__contact_tmp", "alias": "stg_hubspot__contact_tmp", "checksum": {"name": "sha256", "checksum": "17272cbcc9301857a35b6df8ea8a8426315db16044249a83a6dee8a13bda051d"}, "tags": [], "refs": [], "sources": [["hubspot", "contact"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__contact_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461888.99715, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"contact_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__contact_tmp\""}, "model.hubspot_source.stg_hubspot__email_event_status_change_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_event_status_change"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_status_change_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_status_change_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_status_change_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_status_change') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__email_event_status_change_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_status_change_tmp.sql", "name": "stg_hubspot__email_event_status_change_tmp", "alias": "stg_hubspot__email_event_status_change_tmp", "checksum": {"name": "sha256", "checksum": "4834d0413d972cb9b335efa782358855be7be2c4b7f70f2473ae5b13dda09c08"}, "tags": [], "refs": [], "sources": [["hubspot", "email_event_status_change"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_status_change_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.0070798, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_status_change_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_status_change_tmp\""}, "model.hubspot_source.stg_hubspot__engagement_note_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.engagement_note"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__engagement_note_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__engagement_note_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_note_enabled'])) }}\n\nselect *\nfrom {{ var('engagement_note') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__engagement_note_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__engagement_note_tmp.sql", "name": "stg_hubspot__engagement_note_tmp", "alias": "stg_hubspot__engagement_note_tmp", "checksum": {"name": "sha256", "checksum": "bd3aa3ac5c07c206010b172fb2049c3724cdea3cc838cd1b536071f88543b79d"}, "tags": [], "refs": [], "sources": [["hubspot", "engagement_note"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__engagement_note_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.017508, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_note_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_note_tmp\""}, "model.hubspot_source.stg_hubspot__ticket_contact_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["source.hubspot_source.hubspot.ticket_contact"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__ticket_contact_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__ticket_contact_tmp", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nselect *\nfrom {{ var('ticket_contact') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__ticket_contact_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__ticket_contact_tmp.sql", "name": "stg_hubspot__ticket_contact_tmp", "alias": "stg_hubspot__ticket_contact_tmp", "checksum": {"name": "sha256", "checksum": "60c711bb88b094d207787b20f2cbfc386dd99a07a611643612a0bc7e34458c71"}, "tags": [], "refs": [], "sources": [["hubspot", "ticket_contact"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__ticket_contact_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.027835, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_contact_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket_contact_tmp\""}, "model.hubspot_source.stg_hubspot__deal_company_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.deal_company"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__deal_company_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__deal_company_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled','hubspot_deal_company_enabled'])) }}\n\nselect *\nfrom {{ var('deal_company') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__deal_company_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__deal_company_tmp.sql", "name": "stg_hubspot__deal_company_tmp", "alias": "stg_hubspot__deal_company_tmp", "checksum": {"name": "sha256", "checksum": "dd18ea003d261853bceba6b07f5f614d9719b423a1d54fbc0305590ca499d9c5"}, "tags": [], "refs": [], "sources": [["hubspot", "deal_company"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__deal_company_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.0378911, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"deal_company_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_company_tmp\""}, "model.hubspot_source.stg_hubspot__engagement_deal_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.engagement_deal"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__engagement_deal_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__engagement_deal_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_deal_enabled'])) }}\n\nselect *\nfrom {{ var('engagement_deal') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__engagement_deal_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__engagement_deal_tmp.sql", "name": "stg_hubspot__engagement_deal_tmp", "alias": "stg_hubspot__engagement_deal_tmp", "checksum": {"name": "sha256", "checksum": "700d960779a56df2619e3c72d555fd04f536d5cec3459618b2ca3e3ac5cfe25b"}, "tags": [], "refs": [], "sources": [["hubspot", "engagement_deal"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__engagement_deal_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.06052, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_deal_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_deal_tmp\""}, "model.hubspot_source.stg_hubspot__email_event_print_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_event_print"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_print_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_print_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_print_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_print') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__email_event_print_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_print_tmp.sql", "name": "stg_hubspot__email_event_print_tmp", "alias": "stg_hubspot__email_event_print_tmp", "checksum": {"name": "sha256", "checksum": "e1492dcb7f40e0a445b55f116658d58a9380ec0cf1dcbc0237b77e0d7b37e34a"}, "tags": [], "refs": [], "sources": [["hubspot", "email_event_print"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_print_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.0705438, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_print_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_print_tmp\""}, "model.hubspot_source.stg_hubspot__company_property_history_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.company_property_history"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__company_property_history_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__company_property_history_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_company_enabled'])) }}\n\nselect *\nfrom {{ var('company_property_history') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__company_property_history_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__company_property_history_tmp.sql", "name": "stg_hubspot__company_property_history_tmp", "alias": "stg_hubspot__company_property_history_tmp", "checksum": {"name": "sha256", "checksum": "c63579bdf13286d3fef53cd3fc735d3e299f41623a8d2bb19c63bb5d1195df93"}, "tags": [], "refs": [], "sources": [["hubspot", "company_property_history"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__company_property_history_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.080549, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"company_property_history_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__company_property_history_tmp\""}, "model.hubspot_source.stg_hubspot__email_event_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_event"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled'])) }}\n\nselect *\nfrom {{ var('email_event') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__email_event_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_tmp.sql", "name": "stg_hubspot__email_event_tmp", "alias": "stg_hubspot__email_event_tmp", "checksum": {"name": "sha256", "checksum": "bd2e785786c99cc9fca040403c1a44c02605d01c2fb1f8828631b22218761fcb"}, "tags": [], "refs": [], "sources": [["hubspot", "email_event"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.0904279, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_tmp\""}, "model.hubspot_source.stg_hubspot__company_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.company"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__company_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__company_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_company_enabled'])) }}\n\nselect *\nfrom {{ var('company') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__company_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__company_tmp.sql", "name": "stg_hubspot__company_tmp", "alias": "stg_hubspot__company_tmp", "checksum": {"name": "sha256", "checksum": "71e14b733d49851913c34d2a6a973e8e696bb05d7779e51cffdae2718fc65059"}, "tags": [], "refs": [], "sources": [["hubspot", "company"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__company_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.100478, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"company_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__company_tmp\""}, "model.hubspot_source.stg_hubspot__email_event_click_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_event_click"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_click_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_click_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_click_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_click') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__email_event_click_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_click_tmp.sql", "name": "stg_hubspot__email_event_click_tmp", "alias": "stg_hubspot__email_event_click_tmp", "checksum": {"name": "sha256", "checksum": "6b724be03dd8dbaec06b9515c1143a84c95d5b3a4c7a674cb6544cefb449bf74"}, "tags": [], "refs": [], "sources": [["hubspot", "email_event_click"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_click_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.112443, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_click_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_click_tmp\""}, "model.hubspot_source.stg_hubspot__engagement_contact_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.engagement_contact"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__engagement_contact_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__engagement_contact_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_contact_enabled'])) }}\n\nselect *\nfrom {{ var('engagement_contact') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__engagement_contact_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__engagement_contact_tmp.sql", "name": "stg_hubspot__engagement_contact_tmp", "alias": "stg_hubspot__engagement_contact_tmp", "checksum": {"name": "sha256", "checksum": "68896f07089718c2878b9e71accc1f75d6d35516b996a7be2c0541d6b13c4508"}, "tags": [], "refs": [], "sources": [["hubspot", "engagement_contact"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__engagement_contact_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.1234949, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_contact_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_contact_tmp\""}, "model.hubspot_source.stg_hubspot__contact_list_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.fivetran_utils.seed_data_helper"], "nodes": ["seed.hubspot_source_integration_tests.contact_list_data_postgres"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__contact_list_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__contact_list_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled', 'hubspot_contact_list_enabled'])) }}\n\nselect *\nfrom {{ var('contact_list') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__contact_list_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__contact_list_tmp.sql", "name": "stg_hubspot__contact_list_tmp", "alias": "stg_hubspot__contact_list_tmp", "checksum": {"name": "sha256", "checksum": "fd9af8e7a35d01dc575bf5c19d751d25794d7acb7d5bb1463e5caeab72d857a2"}, "tags": [], "refs": [["contact_list_data_postgres"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__contact_list_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.133953, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"contact_list_data_postgres\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__contact_list_tmp\""}, "model.hubspot_source.stg_hubspot__engagement_meeting_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.engagement_meeting"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__engagement_meeting_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__engagement_meeting_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_meeting_enabled'])) }}\n\nselect *\nfrom {{ var('engagement_meeting') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__engagement_meeting_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__engagement_meeting_tmp.sql", "name": "stg_hubspot__engagement_meeting_tmp", "alias": "stg_hubspot__engagement_meeting_tmp", "checksum": {"name": "sha256", "checksum": "517128f8c74c796a97bd01727623c64981e0c489dbd7d0c497bb287a58dfe4de"}, "tags": [], "refs": [], "sources": [["hubspot", "engagement_meeting"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__engagement_meeting_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.144429, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_meeting_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_meeting_tmp\""}, "model.hubspot_source.stg_hubspot__engagement_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.engagement"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__engagement_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__engagement_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled'])) }}\n\nselect *\nfrom {{ var('engagement') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__engagement_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__engagement_tmp.sql", "name": "stg_hubspot__engagement_tmp", "alias": "stg_hubspot__engagement_tmp", "checksum": {"name": "sha256", "checksum": "5ac51429780d9f7160a9e98ac3c4735e92321b47835e9793189c928bf9299da7"}, "tags": [], "refs": [], "sources": [["hubspot", "engagement"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__engagement_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.154497, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_tmp\""}, "model.hubspot_source.stg_hubspot__email_event_delivered_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_event_delivered"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_delivered_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_delivered_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_delivered_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_delivered') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__email_event_delivered_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_delivered_tmp.sql", "name": "stg_hubspot__email_event_delivered_tmp", "alias": "stg_hubspot__email_event_delivered_tmp", "checksum": {"name": "sha256", "checksum": "f0d72c7ce2193ae96b6a3b5c317755bc9e53a598f3a1668496d4ded7b42dce2b"}, "tags": [], "refs": [], "sources": [["hubspot", "email_event_delivered"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_delivered_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.1646311, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_delivered_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_delivered_tmp\""}, "model.hubspot_source.stg_hubspot__engagement_email_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.engagement_email"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__engagement_email_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__engagement_email_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_email_enabled'])) }}\n\nselect *\nfrom {{ var('engagement_email') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__engagement_email_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__engagement_email_tmp.sql", "name": "stg_hubspot__engagement_email_tmp", "alias": "stg_hubspot__engagement_email_tmp", "checksum": {"name": "sha256", "checksum": "6b83154fa1de07667ec47ca47bb8be3450fb5ad4bb983f86656630df3fdbb8a9"}, "tags": [], "refs": [], "sources": [["hubspot", "engagement_email"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__engagement_email_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.176513, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_email_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_email_tmp\""}, "model.hubspot_source.stg_hubspot__email_event_forward_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_event_forward"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_forward_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_forward_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_forward_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_forward') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__email_event_forward_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_forward_tmp.sql", "name": "stg_hubspot__email_event_forward_tmp", "alias": "stg_hubspot__email_event_forward_tmp", "checksum": {"name": "sha256", "checksum": "e84459ef11badbd945ca410cbdeccb77f66ce169f85e3c9ee7384798669ea5c6"}, "tags": [], "refs": [], "sources": [["hubspot", "email_event_forward"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_forward_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.186931, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_forward_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_forward_tmp\""}, "model.hubspot_source.stg_hubspot__email_event_spam_report_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_event_spam_report"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_spam_report_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_spam_report_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_spam_report_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_spam_report') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__email_event_spam_report_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_spam_report_tmp.sql", "name": "stg_hubspot__email_event_spam_report_tmp", "alias": "stg_hubspot__email_event_spam_report_tmp", "checksum": {"name": "sha256", "checksum": "86e3d74a05d22e93b2031516eb80c73cc43c061c804f52d16d35a11bfae1a468"}, "tags": [], "refs": [], "sources": [["hubspot", "email_event_spam_report"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_spam_report_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.1979468, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_spam_report_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_spam_report_tmp\""}, "model.hubspot_source.stg_hubspot__ticket_engagement_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["source.hubspot_source.hubspot.ticket_engagement"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__ticket_engagement_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__ticket_engagement_tmp", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nselect *\nfrom {{ var('ticket_engagement') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__ticket_engagement_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__ticket_engagement_tmp.sql", "name": "stg_hubspot__ticket_engagement_tmp", "alias": "stg_hubspot__ticket_engagement_tmp", "checksum": {"name": "sha256", "checksum": "3493d016c9f0ee3de2dd9fd416f99860cb83b9e09c99d258dca91028237fcdee"}, "tags": [], "refs": [], "sources": [["hubspot", "ticket_engagement"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__ticket_engagement_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.208353, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_engagement_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket_engagement_tmp\""}, "model.hubspot_source.stg_hubspot__email_event_bounce_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_event_bounce"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_bounce_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_bounce_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_bounce_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_bounce') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__email_event_bounce_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_bounce_tmp.sql", "name": "stg_hubspot__email_event_bounce_tmp", "alias": "stg_hubspot__email_event_bounce_tmp", "checksum": {"name": "sha256", "checksum": "5cf2f855ec70b4296cb2a2c12a040e5eaef869d317876a4979e9f1671ebb2ca3"}, "tags": [], "refs": [], "sources": [["hubspot", "email_event_bounce"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_bounce_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.2181172, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_bounce_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_bounce_tmp\""}, "model.hubspot_source.stg_hubspot__engagement_call_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.engagement_call"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__engagement_call_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__engagement_call_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_call_enabled'])) }}\n\nselect *\nfrom {{ var('engagement_call') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__engagement_call_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__engagement_call_tmp.sql", "name": "stg_hubspot__engagement_call_tmp", "alias": "stg_hubspot__engagement_call_tmp", "checksum": {"name": "sha256", "checksum": "69b0b24222e906148931a0ccf9ff6b546b8dba794fbab4e375e4b787d1e93110"}, "tags": [], "refs": [], "sources": [["hubspot", "engagement_call"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__engagement_call_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.229714, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_call_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_call_tmp\""}, "model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["source.hubspot_source.hubspot.ticket_pipeline_stage"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__ticket_pipeline_stage_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nselect * \nfrom {{ var('ticket_pipeline_stage') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__ticket_pipeline_stage_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__ticket_pipeline_stage_tmp.sql", "name": "stg_hubspot__ticket_pipeline_stage_tmp", "alias": "stg_hubspot__ticket_pipeline_stage_tmp", "checksum": {"name": "sha256", "checksum": "cb25ff2d6490eaf08d7c136559ce3cc8eaf04bc27005c99c2b3b0997ad6b67cd"}, "tags": [], "refs": [], "sources": [["hubspot", "ticket_pipeline_stage"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__ticket_pipeline_stage_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.239806, "compiled_code": "\n\nselect * \nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_pipeline_stage_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket_pipeline_stage_tmp\""}, "model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.deal_pipeline_stage"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__deal_pipeline_stage_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled'])) }}\n\nselect *\nfrom {{ var('deal_pipeline_stage') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__deal_pipeline_stage_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__deal_pipeline_stage_tmp.sql", "name": "stg_hubspot__deal_pipeline_stage_tmp", "alias": "stg_hubspot__deal_pipeline_stage_tmp", "checksum": {"name": "sha256", "checksum": "1600e72fdab295282f0c932e6476a36d14de2beeddba11eef56704c5e19dfece"}, "tags": [], "refs": [], "sources": [["hubspot", "deal_pipeline_stage"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__deal_pipeline_stage_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.2496939, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"deal_pipeline_stage_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_pipeline_stage_tmp\""}, "model.hubspot_source.stg_hubspot__engagement_task_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.engagement_task"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__engagement_task_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__engagement_task_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_task_enabled'])) }}\n\nselect *\nfrom {{ var('engagement_task') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__engagement_task_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__engagement_task_tmp.sql", "name": "stg_hubspot__engagement_task_tmp", "alias": "stg_hubspot__engagement_task_tmp", "checksum": {"name": "sha256", "checksum": "77c59970e529c5fbcbe4aa4d15d0b2bee88de8ba394efb53a0a998b722e941bb"}, "tags": [], "refs": [], "sources": [["hubspot", "engagement_task"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__engagement_task_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.259893, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_task_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_task_tmp\""}, "model.hubspot_source.stg_hubspot__email_event_open_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_event_open"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_open_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_open_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_open_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_open') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__email_event_open_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_open_tmp.sql", "name": "stg_hubspot__email_event_open_tmp", "alias": "stg_hubspot__email_event_open_tmp", "checksum": {"name": "sha256", "checksum": "f3ada0551ce1bab0ca3302c0464e2d17c8bbe5f4f74daccdf0bf84ee5fcd0a81"}, "tags": [], "refs": [], "sources": [["hubspot", "email_event_open"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_open_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.270132, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_open_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_open_tmp\""}, "model.hubspot_source.stg_hubspot__deal_property_history_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.deal_property_history"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__deal_property_history_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__deal_property_history_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled'])) }}\n\nselect *\nfrom {{ var('deal_property_history') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__deal_property_history_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__deal_property_history_tmp.sql", "name": "stg_hubspot__deal_property_history_tmp", "alias": "stg_hubspot__deal_property_history_tmp", "checksum": {"name": "sha256", "checksum": "168adec4f1836e664cfd6ae9d122a38bfd62840a758c7ade3ff13e7373bbfb31"}, "tags": [], "refs": [], "sources": [["hubspot", "deal_property_history"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__deal_property_history_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.280478, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"deal_property_history_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_property_history_tmp\""}, "model.hubspot_source.stg_hubspot__email_event_deferred_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_event_deferred"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_deferred_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__email_event_deferred_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_deferred_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_deferred') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__email_event_deferred_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_deferred_tmp.sql", "name": "stg_hubspot__email_event_deferred_tmp", "alias": "stg_hubspot__email_event_deferred_tmp", "checksum": {"name": "sha256", "checksum": "49cc95430e8375d3d61ea116f5e866c90d1e094df57a2afc11aaa879856003af"}, "tags": [], "refs": [], "sources": [["hubspot", "email_event_deferred"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_deferred_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.292628, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_deferred_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_deferred_tmp\""}, "model.hubspot_source.stg_hubspot__email_campaign_tmp": {"compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_campaign"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_campaign_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__email_campaign_tmp", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled'])) }}\n\nselect *\nfrom {{ var('email_campaign') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__email_campaign_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_campaign_tmp.sql", "name": "stg_hubspot__email_campaign_tmp", "alias": "stg_hubspot__email_campaign_tmp", "checksum": {"name": "sha256", "checksum": "82140dbdec643b7ca1159e66138817a6e05cacce7ed8ddefdd9934f40f6afc38"}, "tags": [], "refs": [], "sources": [["hubspot", "email_campaign"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_campaign_tmp.sql", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1673461889.302998, "compiled_code": "\n\nselect *\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"email_campaign_data\"", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_campaign_tmp\""}, "test.hubspot_source.unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.ba90fa6113": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "deal_pipeline_stage_id", "model": "{{ get_where_subquery(ref('stg_hubspot__deal_pipeline_stage')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__deal_pipeline_stage"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.ba90fa6113", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.sql", "original_file_path": "models/stg_hubspot__deal.yml", "name": "unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id", "alias": "unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__deal_pipeline_stage"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal.yml/unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.408266, "compiled_code": "\n \n \n\nselect\n deal_pipeline_stage_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_pipeline_stage\"\nwhere deal_pipeline_stage_id is not null\ngroup by deal_pipeline_stage_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "deal_pipeline_stage_id", "file_key_name": "models.stg_hubspot__deal_pipeline_stage"}, "test.hubspot_source.not_null_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.d53656553e": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "deal_pipeline_stage_id", "model": "{{ get_where_subquery(ref('stg_hubspot__deal_pipeline_stage')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__deal_pipeline_stage"]}, "config": {"enabled": true, "alias": "not_null_stg_hubspot__deal_pip_5a707b4fbec8bec07f54d0383d90ea2b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.d53656553e", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_stg_hubspot__deal_pip_5a707b4fbec8bec07f54d0383d90ea2b\") }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__deal_pip_5a707b4fbec8bec07f54d0383d90ea2b.sql", "original_file_path": "models/stg_hubspot__deal.yml", "name": "not_null_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id", "alias": "not_null_stg_hubspot__deal_pip_5a707b4fbec8bec07f54d0383d90ea2b", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__deal_pipeline_stage"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal.yml/not_null_stg_hubspot__deal_pip_5a707b4fbec8bec07f54d0383d90ea2b.sql", "build_path": null, "deferred": false, "unrendered_config": {"alias": "not_null_stg_hubspot__deal_pip_5a707b4fbec8bec07f54d0383d90ea2b"}, "created_at": 1673461889.411524, "compiled_code": "\n \n \n\n\n\nselect deal_pipeline_stage_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_pipeline_stage\"\nwhere deal_pipeline_stage_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "deal_pipeline_stage_id", "file_key_name": "models.stg_hubspot__deal_pipeline_stage"}, "test.hubspot_source.unique_stg_hubspot__deal_pipeline_deal_pipeline_id.dff6c45403": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "deal_pipeline_id", "model": "{{ get_where_subquery(ref('stg_hubspot__deal_pipeline')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__deal_pipeline"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__deal_pipeline_deal_pipeline_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__deal_pipeline_deal_pipeline_id.dff6c45403", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__deal_pipeline_deal_pipeline_id.sql", "original_file_path": "models/stg_hubspot__deal.yml", "name": "unique_stg_hubspot__deal_pipeline_deal_pipeline_id", "alias": "unique_stg_hubspot__deal_pipeline_deal_pipeline_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__deal_pipeline"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal.yml/unique_stg_hubspot__deal_pipeline_deal_pipeline_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.415051, "compiled_code": "\n \n \n\nselect\n deal_pipeline_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_pipeline\"\nwhere deal_pipeline_id is not null\ngroup by deal_pipeline_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "deal_pipeline_id", "file_key_name": "models.stg_hubspot__deal_pipeline"}, "test.hubspot_source.not_null_stg_hubspot__deal_pipeline_deal_pipeline_id.8a0e3cd7a3": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "deal_pipeline_id", "model": "{{ get_where_subquery(ref('stg_hubspot__deal_pipeline')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__deal_pipeline"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__deal_pipeline_deal_pipeline_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__deal_pipeline_deal_pipeline_id.8a0e3cd7a3", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__deal_pipeline_deal_pipeline_id.sql", "original_file_path": "models/stg_hubspot__deal.yml", "name": "not_null_stg_hubspot__deal_pipeline_deal_pipeline_id", "alias": "not_null_stg_hubspot__deal_pipeline_deal_pipeline_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__deal_pipeline"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal.yml/not_null_stg_hubspot__deal_pipeline_deal_pipeline_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.418209, "compiled_code": "\n \n \n\n\n\nselect deal_pipeline_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal_pipeline\"\nwhere deal_pipeline_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "deal_pipeline_id", "file_key_name": "models.stg_hubspot__deal_pipeline"}, "test.hubspot_source.not_null_stg_hubspot__deal_deal_id.ff48693e20": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "deal_id", "model": "{{ get_where_subquery(ref('stg_hubspot__deal')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__deal"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__deal_deal_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__deal_deal_id.ff48693e20", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__deal_deal_id.sql", "original_file_path": "models/stg_hubspot__deal.yml", "name": "not_null_stg_hubspot__deal_deal_id", "alias": "not_null_stg_hubspot__deal_deal_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__deal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal.yml/not_null_stg_hubspot__deal_deal_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.421373, "compiled_code": "\n \n \n\n\n\nselect deal_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal\"\nwhere deal_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "deal_id", "file_key_name": "models.stg_hubspot__deal"}, "test.hubspot_source.unique_stg_hubspot__deal_deal_id.ac1628ac69": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "deal_id", "model": "{{ get_where_subquery(ref('stg_hubspot__deal')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__deal"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__deal_deal_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__deal_deal_id.ac1628ac69", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__deal_deal_id.sql", "original_file_path": "models/stg_hubspot__deal.yml", "name": "unique_stg_hubspot__deal_deal_id", "alias": "unique_stg_hubspot__deal_deal_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__deal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal.yml/unique_stg_hubspot__deal_deal_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.4245172, "compiled_code": "\n \n \n\nselect\n deal_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__deal\"\nwhere deal_id is not null\ngroup by deal_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "deal_id", "file_key_name": "models.stg_hubspot__deal"}, "test.hubspot_source.unique_stg_hubspot__contact_list_contact_list_id.036739c1b0": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "contact_list_id", "model": "{{ get_where_subquery(ref('stg_hubspot__contact_list')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__contact_list"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__contact_list_contact_list_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__contact_list_contact_list_id.036739c1b0", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__contact_list_contact_list_id.sql", "original_file_path": "models/stg_hubspot__contact.yml", "name": "unique_stg_hubspot__contact_list_contact_list_id", "alias": "unique_stg_hubspot__contact_list_contact_list_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__contact_list"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__contact.yml/unique_stg_hubspot__contact_list_contact_list_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.458556, "compiled_code": "\n \n \n\nselect\n contact_list_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__contact_list\"\nwhere contact_list_id is not null\ngroup by contact_list_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "contact_list_id", "file_key_name": "models.stg_hubspot__contact_list"}, "test.hubspot_source.not_null_stg_hubspot__contact_list_contact_list_id.ff8e4cc29a": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "contact_list_id", "model": "{{ get_where_subquery(ref('stg_hubspot__contact_list')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__contact_list"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__contact_list_contact_list_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__contact_list_contact_list_id.ff8e4cc29a", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__contact_list_contact_list_id.sql", "original_file_path": "models/stg_hubspot__contact.yml", "name": "not_null_stg_hubspot__contact_list_contact_list_id", "alias": "not_null_stg_hubspot__contact_list_contact_list_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__contact_list"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__contact.yml/not_null_stg_hubspot__contact_list_contact_list_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.461767, "compiled_code": "\n \n \n\n\n\nselect contact_list_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__contact_list\"\nwhere contact_list_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "contact_list_id", "file_key_name": "models.stg_hubspot__contact_list"}, "test.hubspot_source.unique_stg_hubspot__contact_contact_id.b9135eb03a": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "contact_id", "model": "{{ get_where_subquery(ref('stg_hubspot__contact')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__contact"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__contact_contact_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__contact_contact_id.b9135eb03a", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__contact_contact_id.sql", "original_file_path": "models/stg_hubspot__contact.yml", "name": "unique_stg_hubspot__contact_contact_id", "alias": "unique_stg_hubspot__contact_contact_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__contact"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__contact.yml/unique_stg_hubspot__contact_contact_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.464894, "compiled_code": "\n \n \n\nselect\n contact_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__contact\"\nwhere contact_id is not null\ngroup by contact_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "contact_id", "file_key_name": "models.stg_hubspot__contact"}, "test.hubspot_source.not_null_stg_hubspot__contact_contact_id.9f112f8944": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "contact_id", "model": "{{ get_where_subquery(ref('stg_hubspot__contact')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__contact"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__contact_contact_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__contact_contact_id.9f112f8944", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__contact_contact_id.sql", "original_file_path": "models/stg_hubspot__contact.yml", "name": "not_null_stg_hubspot__contact_contact_id", "alias": "not_null_stg_hubspot__contact_contact_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__contact"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__contact.yml/not_null_stg_hubspot__contact_contact_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.468266, "compiled_code": "\n \n \n\n\n\nselect contact_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__contact\"\nwhere contact_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "contact_id", "file_key_name": "models.stg_hubspot__contact"}, "test.hubspot_source.unique_stg_hubspot__email_event_bounce_event_id.0341ffa8e9": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_bounce')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_bounce"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_bounce_event_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_bounce_event_id.0341ffa8e9", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__email_event_bounce_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "unique_stg_hubspot__email_event_bounce_event_id", "alias": "unique_stg_hubspot__email_event_bounce_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_bounce"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_bounce_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.53987, "compiled_code": "\n \n \n\nselect\n event_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_bounce\"\nwhere event_id is not null\ngroup by event_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_bounce"}, "test.hubspot_source.not_null_stg_hubspot__email_event_bounce_event_id.71b13d26d3": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_bounce')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_bounce"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_bounce_event_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_bounce_event_id.71b13d26d3", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__email_event_bounce_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "not_null_stg_hubspot__email_event_bounce_event_id", "alias": "not_null_stg_hubspot__email_event_bounce_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_bounce"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_bounce_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.54306, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_bounce\"\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_bounce"}, "test.hubspot_source.unique_stg_hubspot__email_event_click_event_id.da8d8487a1": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_click')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_click"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_click_event_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_click_event_id.da8d8487a1", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__email_event_click_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "unique_stg_hubspot__email_event_click_event_id", "alias": "unique_stg_hubspot__email_event_click_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_click"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_click_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.546439, "compiled_code": "\n \n \n\nselect\n event_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_click\"\nwhere event_id is not null\ngroup by event_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_click"}, "test.hubspot_source.not_null_stg_hubspot__email_event_click_event_id.8a1be931c5": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_click')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_click"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_click_event_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_click_event_id.8a1be931c5", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__email_event_click_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "not_null_stg_hubspot__email_event_click_event_id", "alias": "not_null_stg_hubspot__email_event_click_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_click"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_click_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.551425, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_click\"\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_click"}, "test.hubspot_source.unique_stg_hubspot__email_event_deferred_event_id.2f779e2912": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_deferred')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_deferred"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_deferred_event_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_deferred_event_id.2f779e2912", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__email_event_deferred_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "unique_stg_hubspot__email_event_deferred_event_id", "alias": "unique_stg_hubspot__email_event_deferred_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_deferred"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_deferred_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.554576, "compiled_code": "\n \n \n\nselect\n event_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_deferred\"\nwhere event_id is not null\ngroup by event_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_deferred"}, "test.hubspot_source.not_null_stg_hubspot__email_event_deferred_event_id.80293078e0": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_deferred')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_deferred"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_deferred_event_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_deferred_event_id.80293078e0", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__email_event_deferred_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "not_null_stg_hubspot__email_event_deferred_event_id", "alias": "not_null_stg_hubspot__email_event_deferred_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_deferred"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_deferred_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.5577059, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_deferred\"\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_deferred"}, "test.hubspot_source.unique_stg_hubspot__email_event_delivered_event_id.f818bf03fc": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_delivered')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_delivered"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_delivered_event_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_delivered_event_id.f818bf03fc", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__email_event_delivered_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "unique_stg_hubspot__email_event_delivered_event_id", "alias": "unique_stg_hubspot__email_event_delivered_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_delivered"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_delivered_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.5611572, "compiled_code": "\n \n \n\nselect\n event_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_delivered\"\nwhere event_id is not null\ngroup by event_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_delivered"}, "test.hubspot_source.not_null_stg_hubspot__email_event_delivered_event_id.87c8eb3f20": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_delivered')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_delivered"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_delivered_event_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_delivered_event_id.87c8eb3f20", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__email_event_delivered_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "not_null_stg_hubspot__email_event_delivered_event_id", "alias": "not_null_stg_hubspot__email_event_delivered_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_delivered"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_delivered_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.564914, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_delivered\"\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_delivered"}, "test.hubspot_source.unique_stg_hubspot__email_event_dropped_event_id.40706bbf71": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_dropped')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_dropped"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_dropped_event_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_dropped_event_id.40706bbf71", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__email_event_dropped_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "unique_stg_hubspot__email_event_dropped_event_id", "alias": "unique_stg_hubspot__email_event_dropped_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_dropped"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_dropped_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.568286, "compiled_code": "\n \n \n\nselect\n event_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_dropped\"\nwhere event_id is not null\ngroup by event_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_dropped"}, "test.hubspot_source.not_null_stg_hubspot__email_event_dropped_event_id.c92d449f52": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_dropped')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_dropped"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_dropped_event_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_dropped_event_id.c92d449f52", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__email_event_dropped_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "not_null_stg_hubspot__email_event_dropped_event_id", "alias": "not_null_stg_hubspot__email_event_dropped_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_dropped"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_dropped_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.571486, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_dropped\"\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_dropped"}, "test.hubspot_source.unique_stg_hubspot__email_event_forward_event_id.7f133d2dd1": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_forward')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_forward"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_forward_event_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_forward_event_id.7f133d2dd1", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__email_event_forward_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "unique_stg_hubspot__email_event_forward_event_id", "alias": "unique_stg_hubspot__email_event_forward_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_forward"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_forward_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.575001, "compiled_code": "\n \n \n\nselect\n event_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_forward\"\nwhere event_id is not null\ngroup by event_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_forward"}, "test.hubspot_source.not_null_stg_hubspot__email_event_forward_event_id.b9a8bf63b3": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_forward')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_forward"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_forward_event_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_forward_event_id.b9a8bf63b3", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__email_event_forward_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "not_null_stg_hubspot__email_event_forward_event_id", "alias": "not_null_stg_hubspot__email_event_forward_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_forward"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_forward_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.578159, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_forward\"\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_forward"}, "test.hubspot_source.unique_stg_hubspot__email_event_open_event_id.3a369549b1": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_open')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_open"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_open_event_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_open_event_id.3a369549b1", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__email_event_open_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "unique_stg_hubspot__email_event_open_event_id", "alias": "unique_stg_hubspot__email_event_open_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_open"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_open_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.581346, "compiled_code": "\n \n \n\nselect\n event_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_open\"\nwhere event_id is not null\ngroup by event_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_open"}, "test.hubspot_source.not_null_stg_hubspot__email_event_open_event_id.a2e658fe16": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_open')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_open"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_open_event_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_open_event_id.a2e658fe16", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__email_event_open_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "not_null_stg_hubspot__email_event_open_event_id", "alias": "not_null_stg_hubspot__email_event_open_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_open"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_open_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.5845141, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_open\"\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_open"}, "test.hubspot_source.unique_stg_hubspot__email_event_print_event_id.40a8ccd3f3": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_print')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_print"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_print_event_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_print_event_id.40a8ccd3f3", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__email_event_print_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "unique_stg_hubspot__email_event_print_event_id", "alias": "unique_stg_hubspot__email_event_print_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_print"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_print_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.588037, "compiled_code": "\n \n \n\nselect\n event_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_print\"\nwhere event_id is not null\ngroup by event_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_print"}, "test.hubspot_source.not_null_stg_hubspot__email_event_print_event_id.94d4e09b3b": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_print')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_print"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_print_event_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_print_event_id.94d4e09b3b", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__email_event_print_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "not_null_stg_hubspot__email_event_print_event_id", "alias": "not_null_stg_hubspot__email_event_print_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_print"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_print_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.591218, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_print\"\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_print"}, "test.hubspot_source.unique_stg_hubspot__email_event_sent_event_id.122cb22272": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_sent')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_sent"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_sent_event_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_sent_event_id.122cb22272", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__email_event_sent_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "unique_stg_hubspot__email_event_sent_event_id", "alias": "unique_stg_hubspot__email_event_sent_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_sent"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_sent_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.594452, "compiled_code": "\n \n \n\nselect\n event_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_sent\"\nwhere event_id is not null\ngroup by event_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_sent"}, "test.hubspot_source.not_null_stg_hubspot__email_event_sent_event_id.cf77d9f15d": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_sent')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_sent"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_sent_event_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_sent_event_id.cf77d9f15d", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__email_event_sent_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "not_null_stg_hubspot__email_event_sent_event_id", "alias": "not_null_stg_hubspot__email_event_sent_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_sent"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_sent_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.597609, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_sent\"\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_sent"}, "test.hubspot_source.unique_stg_hubspot__email_event_spam_report_event_id.448320447a": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_spam_report')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_spam_report"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_spam_report_event_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_spam_report_event_id.448320447a", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__email_event_spam_report_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "unique_stg_hubspot__email_event_spam_report_event_id", "alias": "unique_stg_hubspot__email_event_spam_report_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_spam_report"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_spam_report_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.601095, "compiled_code": "\n \n \n\nselect\n event_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_spam_report\"\nwhere event_id is not null\ngroup by event_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_spam_report"}, "test.hubspot_source.not_null_stg_hubspot__email_event_spam_report_event_id.2a56aced8f": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_spam_report')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_spam_report"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_spam_report_event_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_spam_report_event_id.2a56aced8f", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__email_event_spam_report_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "not_null_stg_hubspot__email_event_spam_report_event_id", "alias": "not_null_stg_hubspot__email_event_spam_report_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_spam_report"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_spam_report_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.604257, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_spam_report\"\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_spam_report"}, "test.hubspot_source.unique_stg_hubspot__email_event_status_change_event_id.13105203e0": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_status_change')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_status_change"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_status_change_event_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_status_change_event_id.13105203e0", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__email_event_status_change_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "unique_stg_hubspot__email_event_status_change_event_id", "alias": "unique_stg_hubspot__email_event_status_change_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_status_change"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_status_change_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.6074061, "compiled_code": "\n \n \n\nselect\n event_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_status_change\"\nwhere event_id is not null\ngroup by event_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_status_change"}, "test.hubspot_source.not_null_stg_hubspot__email_event_status_change_event_id.c5e80297b1": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_status_change')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_status_change"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_status_change_event_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_status_change_event_id.c5e80297b1", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__email_event_status_change_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "not_null_stg_hubspot__email_event_status_change_event_id", "alias": "not_null_stg_hubspot__email_event_status_change_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event_status_change"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_status_change_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.6105459, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event_status_change\"\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_status_change"}, "test.hubspot_source.unique_stg_hubspot__email_event_event_id.734683460d": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_event_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_event_id.734683460d", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__email_event_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "unique_stg_hubspot__email_event_event_id", "alias": "unique_stg_hubspot__email_event_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.614035, "compiled_code": "\n \n \n\nselect\n event_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event\"\nwhere event_id is not null\ngroup by event_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event"}, "test.hubspot_source.not_null_stg_hubspot__email_event_event_id.4f287f3531": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_event_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_event_id.4f287f3531", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__email_event_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "not_null_stg_hubspot__email_event_event_id", "alias": "not_null_stg_hubspot__email_event_event_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_event"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_event_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.617188, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_event\"\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event"}, "test.hubspot_source.unique_stg_hubspot__email_campaign_email_campaign_id.9820d33f2e": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "email_campaign_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_campaign')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_campaign"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__email_campaign_email_campaign_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__email_campaign_email_campaign_id.9820d33f2e", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__email_campaign_email_campaign_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "unique_stg_hubspot__email_campaign_email_campaign_id", "alias": "unique_stg_hubspot__email_campaign_email_campaign_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_campaign"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_campaign_email_campaign_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.620332, "compiled_code": "\n \n \n\nselect\n email_campaign_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_campaign\"\nwhere email_campaign_id is not null\ngroup by email_campaign_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "email_campaign_id", "file_key_name": "models.stg_hubspot__email_campaign"}, "test.hubspot_source.not_null_stg_hubspot__email_campaign_email_campaign_id.79921899a6": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "email_campaign_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_campaign')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_campaign"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_campaign_email_campaign_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_campaign_email_campaign_id.79921899a6", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__email_campaign_email_campaign_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "name": "not_null_stg_hubspot__email_campaign_email_campaign_id", "alias": "not_null_stg_hubspot__email_campaign_email_campaign_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__email_campaign"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_campaign_email_campaign_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.6234748, "compiled_code": "\n \n \n\n\n\nselect email_campaign_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__email_campaign\"\nwhere email_campaign_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "email_campaign_id", "file_key_name": "models.stg_hubspot__email_campaign"}, "test.hubspot_source.not_null_stg_hubspot__engagement_call_engagement_id.5ceb3917bf": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement_call')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_call"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__engagement_call_engagement_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_call_engagement_id.5ceb3917bf", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__engagement_call_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "name": "not_null_stg_hubspot__engagement_call_engagement_id", "alias": "not_null_stg_hubspot__engagement_call_engagement_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__engagement_call"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/not_null_stg_hubspot__engagement_call_engagement_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.6816452, "compiled_code": "\n \n \n\n\n\nselect engagement_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_call\"\nwhere engagement_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement_call"}, "test.hubspot_source.unique_stg_hubspot__engagement_call_engagement_id.43b4413603": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement_call')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_call"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__engagement_call_engagement_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_call_engagement_id.43b4413603", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__engagement_call_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "name": "unique_stg_hubspot__engagement_call_engagement_id", "alias": "unique_stg_hubspot__engagement_call_engagement_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__engagement_call"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/unique_stg_hubspot__engagement_call_engagement_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.684921, "compiled_code": "\n \n \n\nselect\n engagement_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_call\"\nwhere engagement_id is not null\ngroup by engagement_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement_call"}, "test.hubspot_source.not_null_stg_hubspot__engagement_email_engagement_id.175561ecca": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement_email')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_email"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__engagement_email_engagement_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_email_engagement_id.175561ecca", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__engagement_email_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "name": "not_null_stg_hubspot__engagement_email_engagement_id", "alias": "not_null_stg_hubspot__engagement_email_engagement_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__engagement_email"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/not_null_stg_hubspot__engagement_email_engagement_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.6880908, "compiled_code": "\n \n \n\n\n\nselect engagement_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_email\"\nwhere engagement_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement_email"}, "test.hubspot_source.unique_stg_hubspot__engagement_email_engagement_id.5eeb06dcfc": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement_email')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_email"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__engagement_email_engagement_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_email_engagement_id.5eeb06dcfc", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__engagement_email_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "name": "unique_stg_hubspot__engagement_email_engagement_id", "alias": "unique_stg_hubspot__engagement_email_engagement_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__engagement_email"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/unique_stg_hubspot__engagement_email_engagement_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.6912398, "compiled_code": "\n \n \n\nselect\n engagement_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_email\"\nwhere engagement_id is not null\ngroup by engagement_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement_email"}, "test.hubspot_source.not_null_stg_hubspot__engagement_meeting_engagement_id.18dd11dc28": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement_meeting')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_meeting"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__engagement_meeting_engagement_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_meeting_engagement_id.18dd11dc28", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__engagement_meeting_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "name": "not_null_stg_hubspot__engagement_meeting_engagement_id", "alias": "not_null_stg_hubspot__engagement_meeting_engagement_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__engagement_meeting"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/not_null_stg_hubspot__engagement_meeting_engagement_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.6947079, "compiled_code": "\n \n \n\n\n\nselect engagement_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_meeting\"\nwhere engagement_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement_meeting"}, "test.hubspot_source.unique_stg_hubspot__engagement_meeting_engagement_id.70721fb830": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement_meeting')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_meeting"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__engagement_meeting_engagement_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_meeting_engagement_id.70721fb830", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__engagement_meeting_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "name": "unique_stg_hubspot__engagement_meeting_engagement_id", "alias": "unique_stg_hubspot__engagement_meeting_engagement_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__engagement_meeting"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/unique_stg_hubspot__engagement_meeting_engagement_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.697887, "compiled_code": "\n \n \n\nselect\n engagement_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_meeting\"\nwhere engagement_id is not null\ngroup by engagement_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement_meeting"}, "test.hubspot_source.not_null_stg_hubspot__engagement_note_engagement_id.244059891e": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement_note')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_note"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__engagement_note_engagement_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_note_engagement_id.244059891e", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__engagement_note_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "name": "not_null_stg_hubspot__engagement_note_engagement_id", "alias": "not_null_stg_hubspot__engagement_note_engagement_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__engagement_note"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/not_null_stg_hubspot__engagement_note_engagement_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.701041, "compiled_code": "\n \n \n\n\n\nselect engagement_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_note\"\nwhere engagement_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement_note"}, "test.hubspot_source.unique_stg_hubspot__engagement_note_engagement_id.e2eaf5256e": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement_note')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_note"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__engagement_note_engagement_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_note_engagement_id.e2eaf5256e", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__engagement_note_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "name": "unique_stg_hubspot__engagement_note_engagement_id", "alias": "unique_stg_hubspot__engagement_note_engagement_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__engagement_note"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/unique_stg_hubspot__engagement_note_engagement_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.704167, "compiled_code": "\n \n \n\nselect\n engagement_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_note\"\nwhere engagement_id is not null\ngroup by engagement_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement_note"}, "test.hubspot_source.not_null_stg_hubspot__engagement_task_engagement_id.0bbd752d82": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement_task')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_task"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__engagement_task_engagement_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_task_engagement_id.0bbd752d82", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__engagement_task_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "name": "not_null_stg_hubspot__engagement_task_engagement_id", "alias": "not_null_stg_hubspot__engagement_task_engagement_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__engagement_task"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/not_null_stg_hubspot__engagement_task_engagement_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.707587, "compiled_code": "\n \n \n\n\n\nselect engagement_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_task\"\nwhere engagement_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement_task"}, "test.hubspot_source.unique_stg_hubspot__engagement_task_engagement_id.0f578bc80c": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement_task')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_task"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__engagement_task_engagement_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_task_engagement_id.0f578bc80c", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__engagement_task_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "name": "unique_stg_hubspot__engagement_task_engagement_id", "alias": "unique_stg_hubspot__engagement_task_engagement_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__engagement_task"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/unique_stg_hubspot__engagement_task_engagement_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.7106738, "compiled_code": "\n \n \n\nselect\n engagement_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement_task\"\nwhere engagement_id is not null\ngroup by engagement_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement_task"}, "test.hubspot_source.not_null_stg_hubspot__engagement_engagement_id.b26f4d328f": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__engagement_engagement_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_engagement_id.b26f4d328f", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__engagement_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "name": "not_null_stg_hubspot__engagement_engagement_id", "alias": "not_null_stg_hubspot__engagement_engagement_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__engagement"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/not_null_stg_hubspot__engagement_engagement_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.71377, "compiled_code": "\n \n \n\n\n\nselect engagement_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement\"\nwhere engagement_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement"}, "test.hubspot_source.unique_stg_hubspot__engagement_engagement_id.4f054187b0": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__engagement_engagement_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_engagement_id.4f054187b0", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__engagement_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "name": "unique_stg_hubspot__engagement_engagement_id", "alias": "unique_stg_hubspot__engagement_engagement_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__engagement"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/unique_stg_hubspot__engagement_engagement_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.716882, "compiled_code": "\n \n \n\nselect\n engagement_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__engagement\"\nwhere engagement_id is not null\ngroup by engagement_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement"}, "test.hubspot_source.unique_stg_hubspot__ticket_ticket_id.78c6fbfcaf": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "ticket_id", "model": "{{ get_where_subquery(ref('stg_hubspot__ticket')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__ticket"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__ticket_ticket_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__ticket_ticket_id.78c6fbfcaf", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__ticket_ticket_id.sql", "original_file_path": "models/stg_hubspot__ticket.yml", "name": "unique_stg_hubspot__ticket_ticket_id", "alias": "unique_stg_hubspot__ticket_ticket_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__ticket"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__ticket.yml/unique_stg_hubspot__ticket_ticket_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.7530801, "compiled_code": "\n \n \n\nselect\n ticket_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket\"\nwhere ticket_id is not null\ngroup by ticket_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "ticket_id", "file_key_name": "models.stg_hubspot__ticket"}, "test.hubspot_source.not_null_stg_hubspot__ticket_ticket_id.299e7c4c53": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "ticket_id", "model": "{{ get_where_subquery(ref('stg_hubspot__ticket')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__ticket"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__ticket_ticket_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__ticket_ticket_id.299e7c4c53", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__ticket_ticket_id.sql", "original_file_path": "models/stg_hubspot__ticket.yml", "name": "not_null_stg_hubspot__ticket_ticket_id", "alias": "not_null_stg_hubspot__ticket_ticket_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__ticket"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__ticket.yml/not_null_stg_hubspot__ticket_ticket_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461889.756609, "compiled_code": "\n \n \n\n\n\nselect ticket_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__ticket\"\nwhere ticket_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "ticket_id", "file_key_name": "models.stg_hubspot__ticket"}, "test.hubspot_source.unique_stg_hubspot__company_company_id.394a2a4ba0": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "company_id", "model": "{{ get_where_subquery(ref('stg_hubspot__company')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__company"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "unique_stg_hubspot__company_company_id"], "unique_id": "test.hubspot_source.unique_stg_hubspot__company_company_id.394a2a4ba0", "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "unique_stg_hubspot__company_company_id.sql", "original_file_path": "models/stg_hubspot__company.yml", "name": "unique_stg_hubspot__company_company_id", "alias": "unique_stg_hubspot__company_company_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__company"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__company.yml/unique_stg_hubspot__company_company_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461890.205718, "compiled_code": "\n \n \n\nselect\n company_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__company\"\nwhere company_id is not null\ngroup by company_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "company_id", "file_key_name": "models.stg_hubspot__company"}, "test.hubspot_source.not_null_stg_hubspot__company_company_id.0d0a080d43": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "company_id", "model": "{{ get_where_subquery(ref('stg_hubspot__company')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__company"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "postgres", "schema": "hubspot_source_integration_tests_1_dbt_test__audit", "fqn": ["hubspot_source", "not_null_stg_hubspot__company_company_id"], "unique_id": "test.hubspot_source.not_null_stg_hubspot__company_company_id.0d0a080d43", "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "not_null_stg_hubspot__company_company_id.sql", "original_file_path": "models/stg_hubspot__company.yml", "name": "not_null_stg_hubspot__company_company_id", "alias": "not_null_stg_hubspot__company_company_id", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["stg_hubspot__company"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__company.yml/not_null_stg_hubspot__company_company_id.sql", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1673461890.209182, "compiled_code": "\n \n \n\n\n\nselect company_id\nfrom \"postgres\".\"hubspot_source_integration_tests_1\".\"stg_hubspot__company\"\nwhere company_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "company_id", "file_key_name": "models.stg_hubspot__company"}}, "sources": {"source.hubspot_source.hubspot.calendar_event": {"fqn": ["hubspot_source", "hubspot", "calendar_event"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.calendar_event", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "calendar_event", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "calendar_event", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a calendar event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "avatar_url": {"name": "avatar_url", "description": "URL of image associated with social media event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_guid": {"name": "campaign_guid", "description": "Value of campaign GUID associated with Task.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "category": {"name": "category", "description": "Type of event. If the event type is PUBLISHING_TASK, it is one of BLOG_POST, EMAIL, LANDING_PAGE, CUSTOM.\nIf event type is SOCIAL, it is one of twitter, facebook, linkedin, googlepluspages.\nIf event type is CONTENT, it is one of email, recurring-email, blog-post, landing-page, legacy-page, site-page.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "category_id": {"name": "category_id", "description": "For event type of PUBLISHING_TASK, a numeric value corresponding to the type of task; one of 3 (BLOG_POST), 2 (EMAIL), 1 (LANDING_PAGE), 0 (CUSTOM).\nFor event type of SOCIAL, this is 0.\nIf event type is CONTENT, it is one of 2 (email, recurring-email), 3 (blog-post), 1 (landing-page), 5 (legacy-page), 4 (site-page).\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "content_group_id": {"name": "content_group_id", "description": "The ID of the content group (aka blog) that the associated Blog Post belongs to, if any.\nOtherwise null. Only populated for single task GETs and for Blog Post Tasks.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "content_id": {"name": "content_id", "description": "ID value of the COS content object associated with the event, null for social or if nothing associated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by": {"name": "created_by", "description": "HubSpot ID of the user that the event was created by.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "description": {"name": "description", "description": "Description of Event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_date": {"name": "event_date", "description": "If task, When the task is set to be due, otherwise when the event is/ was scheduled for; in milliseconds since the epoch.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_type": {"name": "event_type", "description": "Type of calendar event; for tasks this is PUBLISHING_TASK, for COS Items, this is CONTENT, for social media events, this is SOCIAL", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The unique ID of the task.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_recurring": {"name": "is_recurring", "description": "Whether the event is recurring.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "Name of Event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "owner_id": {"name": "owner_id", "description": "TASK - HubSpot ID of the user that the task is assigned to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "preview_key": {"name": "preview_key", "description": "Preview key of content object; used for showing previews of unpublished items.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "social_display_name": {"name": "social_display_name", "description": "Social media full name associate with event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "social_username": {"name": "social_username", "description": "Social media user name associated with event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "state": {"name": "state", "description": "For type publishing task, value of TODO or DONE, for others, a value of SCHEDULED, PUBLISHED, PUBLISHED_OR_SCHEDULED.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "topic_ids": {"name": "topic_ids", "description": "The list of IDs of topics associated with the associated Blog Post, if any. Otherwise null. Only populated for single task GETs and for Blog Post Tasks.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "url": {"name": "url", "description": "Public URL of content item.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"calendar_event\"", "created_at": 1673461890.2137432}, "source.hubspot_source.hubspot.company": {"fqn": ["hubspot_source", "hubspot", "company"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.company", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "company", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "company_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a company in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_deleted": {"name": "is_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_name": {"name": "property_name", "description": "The name of the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_description": {"name": "property_description", "description": "A short statement about the company's mission and goals.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_createdate": {"name": "property_createdate", "description": "The date the company was added to your account.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_industry": {"name": "property_industry", "description": "The type of business the company performs.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_address": {"name": "property_address", "description": "The street address of the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_address_2": {"name": "property_address_2", "description": "Additional address information for the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_city": {"name": "property_city", "description": "The city where the company is located.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_state": {"name": "property_state", "description": "The state where the company is located.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_country": {"name": "property_country", "description": "The country where the company is located.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_annualrevenue": {"name": "property_annualrevenue", "description": "The actual or estimated annual revenue of the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"company_data\"", "created_at": 1673461890.214134}, "source.hubspot_source.hubspot.company_property_history": {"fqn": ["hubspot_source", "hubspot", "company_property_history"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.company_property_history", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "company_property_history", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "company_property_history_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a change to company record in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_id": {"name": "company_id", "description": "The ID of the related company record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the field being changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source": {"name": "source", "description": "The source (reason) of the change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source_id": {"name": "source_id", "description": "The ID of the object that caused the change, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "The timestamp the changed occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "value": {"name": "value", "description": "The new value of the field.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"company_property_history_data\"", "created_at": 1673461890.2143989}, "source.hubspot_source.hubspot.contact": {"fqn": ["hubspot_source", "hubspot", "contact"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.contact", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "contact", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "contact_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 84, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents a contact in Hubspot.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_email_1": {"name": "property_email_1", "description": "The email address of the contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_company": {"name": "property_company", "description": "The name of the contact's company", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_firstname": {"name": "property_firstname", "description": "The contact's first name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_lastname": {"name": "property_lastname", "description": "The contact's last name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_email": {"name": "property_email", "description": "The contact's email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_createdate": {"name": "property_createdate", "description": "The date that the contact was created in your HubSpot account.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_jobtitle": {"name": "property_jobtitle", "description": "The contact's job title.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_annualrevenue": {"name": "property_annualrevenue", "description": "The contact's annual company revenue.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"contact_data\"", "created_at": 1673461890.21491}, "source.hubspot_source.hubspot.contact_form_submission": {"fqn": ["hubspot_source", "hubspot", "contact_form_submission"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.contact_form_submission", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "contact_form_submission", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "contact_form_submission", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table containing contact form submission information", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the related contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "conversion_id": {"name": "conversion_id", "description": "A Unique ID for the specific form conversion.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "form_id": {"name": "form_id", "description": "The GUID of the form that the submission belongs to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_url": {"name": "page_url", "description": "The URL that the form was submitted on, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "A Unix timestamp in milliseconds of the time the submission occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the page that the form was submitted on. This will default to the name of the form if no title is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"contact_form_submission\"", "created_at": 1673461890.215133}, "source.hubspot_source.hubspot.contact_list": {"fqn": ["hubspot_source", "hubspot", "contact_list"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.contact_list", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "contact_list", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "contact_list", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a contact list in Hubspot.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "A timestamp of the time the list was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deleteable": {"name": "deleteable", "description": "If this is false, this is a system list and cannot be deleted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "dynamic": {"name": "dynamic", "description": "Whether the contact list is dynamic.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the contact list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "metadata_error": {"name": "metadata_error", "description": "Any errors that happened the last time the list was processed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "metadata_last_processing_state_change_at": {"name": "metadata_last_processing_state_change_at", "description": "A timestamp of the last time that the processing state changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "metadata_last_size_change_at": {"name": "metadata_last_size_change_at", "description": "A timestamp of the last time that the size of the list changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "metadata_processing": {"name": "metadata_processing", "description": "One of DONE, REFRESHING, INITIALIZING, or PROCESSING.\nDONE indicates the list has finished processing, any other value indicates that list membership is being evaluated.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "metadata_size": {"name": "metadata_size", "description": "The approximate number of contacts in the list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the contact list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "A timestamp of the time that the list was last modified.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"contact_list\"", "created_at": 1673461890.215392}, "source.hubspot_source.hubspot.contact_list_member": {"fqn": ["hubspot_source", "hubspot", "contact_list_member"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.contact_list_member", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "contact_list_member", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "contact_list_member_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a 'link' between a contact and a contact list.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "added_at": {"name": "added_at", "description": "The timestamp a contact was added to a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the related contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_list_id": {"name": "contact_list_id", "description": "The ID of the related contact list.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"contact_list_member_data\"", "created_at": 1673461890.21563}, "source.hubspot_source.hubspot.contact_property_history": {"fqn": ["hubspot_source", "hubspot", "contact_property_history"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.contact_property_history", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "contact_property_history", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "contact_property_history_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 84, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents a change to contact record in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the related contact record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the field being changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source": {"name": "source", "description": "The source (reason) of the change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source_id": {"name": "source_id", "description": "The ID of the object that caused the change, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "The timestamp the changed occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "value": {"name": "value", "description": "The new value of the field.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"contact_property_history_data\"", "created_at": 1673461890.2158709}, "source.hubspot_source.hubspot.deal": {"fqn": ["hubspot_source", "hubspot", "deal"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.deal", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "deal", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "deal_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a deal in Hubspot.", "columns": {"deal_id": {"name": "deal_id", "description": "The ID of the deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_deleted": {"name": "is_deleted", "description": "Whether the record was deleted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_pipeline_id": {"name": "deal_pipeline_id", "description": "The ID of the deal's pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_pipeline_stage_id": {"name": "deal_pipeline_stage_id", "description": "The ID of the deal's pipeline stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "owner_id": {"name": "owner_id", "description": "The ID of the deal's owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_dealname": {"name": "property_dealname", "description": "The name you have given this deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_description": {"name": "property_description", "description": "A brief description of the deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_amount": {"name": "property_amount", "description": "The total value of the deal in the deal's currency.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_closedate": {"name": "property_closedate", "description": "The day the deal is expected to close, or was closed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_createdate": {"name": "property_createdate", "description": "The date the deal was created. This property is set automatically by HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"deal_data\"", "created_at": 1673461890.216118}, "source.hubspot_source.hubspot.deal_stage": {"fqn": ["hubspot_source", "hubspot", "deal_stage"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.deal_stage", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "deal_stage", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "deal_stage_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a deal stage.", "columns": {"_fivetran_active": {"name": "_fivetran_active", "description": "Boolean indicating whether the deal stage is active.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "The Fivetran calculated exist time of the deal stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "The date the deal stage was entered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "date_entered": {"name": "date_entered", "description": "The timestamp the deal stage was entered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "Reference to the deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source": {"name": "source", "description": "The relevant source of the deal stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source_id": {"name": "source_id", "description": "Reference to the source.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "value": {"name": "value", "description": "The value of the deal stage. Typically the name of the stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"deal_stage_data\"", "created_at": 1673461890.216359}, "source.hubspot_source.hubspot.deal_company": {"fqn": ["hubspot_source", "hubspot", "deal_company"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.deal_company", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "deal_company", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "deal_company_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a 'link' between a deal and company.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_id": {"name": "company_id", "description": "The ID of the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"deal_company_data\"", "created_at": 1673461890.216587}, "source.hubspot_source.hubspot.deal_contact": {"fqn": ["hubspot_source", "hubspot", "deal_contact"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.deal_contact", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "deal_contact", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "deal_contact_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a 'link' between a deal and a contact.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"deal_contact_data\"", "created_at": 1673461890.216809}, "source.hubspot_source.hubspot.deal_pipeline": {"fqn": ["hubspot_source", "hubspot", "deal_pipeline"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.deal_pipeline", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "deal_pipeline", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "deal_pipeline_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a pipeline in Hubspot.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "active": {"name": "active", "description": "Whether the stage is currently in use.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "display_order": {"name": "display_order", "description": "Used to determine the order in which the pipelines appear when viewed in HubSpot", "meta": {}, "data_type": null, "quote": null, "tags": []}, "label": {"name": "label", "description": "The human-readable label for the pipeline. The label is used when showing the pipeline in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "pipeline_id": {"name": "pipeline_id", "description": "The ID of the pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"deal_pipeline_data\"", "created_at": 1673461890.2170398}, "source.hubspot_source.hubspot.deal_pipeline_stage": {"fqn": ["hubspot_source", "hubspot", "deal_pipeline_stage"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.deal_pipeline_stage", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "deal_pipeline_stage", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "deal_pipeline_stage_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a pipeline stage in Hubspot.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "active": {"name": "active", "description": "Whether the pipeline stage is currently in use.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "closed_won": {"name": "closed_won", "description": "Whether the stage represents a Closed Won deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "display_order": {"name": "display_order", "description": "Used to determine the order in which the stages appear when viewed in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "label": {"name": "label", "description": "The human-readable label for the stage. The label is used when showing the stage in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "pipeline_id": {"name": "pipeline_id", "description": "The ID of the related pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "probability": {"name": "probability", "description": "The probability that the deal will close. Used for the deal forecast.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "stage_id": {"name": "stage_id", "description": "The ID of the pipeline stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"deal_pipeline_stage_data\"", "created_at": 1673461890.217279}, "source.hubspot_source.hubspot.deal_property_history": {"fqn": ["hubspot_source", "hubspot", "deal_property_history"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.deal_property_history", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "deal_property_history", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "deal_property_history_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a change to deal record in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the related deal record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the field being changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source": {"name": "source", "description": "The source (reason) of the change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source_id": {"name": "source_id", "description": "The ID of the object that caused the change, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "The timestamp the changed occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "value": {"name": "value", "description": "The new value of the field.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"deal_property_history_data\"", "created_at": 1673461890.217684}, "source.hubspot_source.hubspot.email_campaign": {"fqn": ["hubspot_source", "hubspot", "email_campaign"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.email_campaign", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "email_campaign", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_campaign_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents an email campaign in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "The app ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_name": {"name": "app_name", "description": "The app name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "content_id": {"name": "content_id", "description": "The ID of the content.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_included": {"name": "num_included", "description": "The number of messages included as part of the email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_queued": {"name": "num_queued", "description": "The number of messages queued as part of the email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "sub_type": {"name": "sub_type", "description": "The email campaign sub-type.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subject": {"name": "subject", "description": "The subject of the email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "type": {"name": "type", "description": "The email campaign type.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_campaign_data\"", "created_at": 1673461890.2179468}, "source.hubspot_source.hubspot.email_event": {"fqn": ["hubspot_source", "hubspot", "email_event"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.email_event", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "email_event", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 84, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents an email event in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "The ID of the app that sent the email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "caused_by_created": {"name": "caused_by_created", "description": "The timestamp of the event that caused this event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "caused_by_id": {"name": "caused_by_id", "description": "The event ID which uniquely identifies the event which directly caused this event. If not applicable, this property is omitted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created": {"name": "created", "description": "The created timestamp of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_campaign_id": {"name": "email_campaign_id", "description": "The ID of the related email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "filtered_event": {"name": "filtered_event", "description": "A boolean representing whether the event has been filtered out of reporting based on customer reports settings or not.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "obsoleted_by_created": {"name": "obsoleted_by_created", "description": "The timestamp of the event that made the current event obsolete.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "obsoleted_by_id": {"name": "obsoleted_by_id", "description": "The event ID which uniquely identifies the follow-on event which makes this current event obsolete. If not applicable, this property is omitted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recipient": {"name": "recipient", "description": "The email address of the contact related to the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "sent_by_created": {"name": "sent_by_created", "description": "The timestamp of the SENT event related to this event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "sent_by_id": {"name": "sent_by_id", "description": "The event ID which uniquely identifies the email message's SENT event. If not applicable, this property is omitted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "type": {"name": "type", "description": "The type of event.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_data\"", "created_at": 1673461890.21821}, "source.hubspot_source.hubspot.email_event_bounce": {"fqn": ["hubspot_source", "hubspot", "email_event_bounce"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.email_event_bounce", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "email_event_bounce", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_bounce_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a BOUNCE email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "category": {"name": "category", "description": "The best-guess of the type of bounce encountered.\nIf an appropriate category couldn't be determined, this property is omitted. See below for the possible values.\nNote that this is a derived value, and may be modified at any time to improve the accuracy of classification.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "response": {"name": "response", "description": "The full response from the recipient's email server.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "status": {"name": "status", "description": "The status code returned from the recipient's email server.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_bounce_data\"", "created_at": 1673461890.218446}, "source.hubspot_source.hubspot.email_event_click": {"fqn": ["hubspot_source", "hubspot", "email_event_click"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.email_event_click", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "email_event_click", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_click_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a CLICK email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "browser": {"name": "browser", "description": "A JSON object representing the browser which serviced the event. Its comprised of the properties: 'name', 'family', 'producer', 'producer_url', 'type', 'url', 'version'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The contact's IP address when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "location": {"name": "location", "description": "A JSON object representing the location where the event occurred. It's comprised of the properties: 'city', 'state', 'country'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "referer": {"name": "referer", "description": "The URL of the webpage that linked to the URL clicked. Whether this is provided, and what its value is, is determined by the recipient's email client.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "url": {"name": "url", "description": "The URL within the message that the recipient clicked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_click_data\"", "created_at": 1673461890.218687}, "source.hubspot_source.hubspot.email_event_deferred": {"fqn": ["hubspot_source", "hubspot", "email_event_deferred"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.email_event_deferred", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "email_event_deferred", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_deferred_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a DEFERRED email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attempt": {"name": "attempt", "description": "The delivery attempt number.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "response": {"name": "response", "description": "The full response from the recipient's email server.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_deferred_data\"", "created_at": 1673461890.218913}, "source.hubspot_source.hubspot.email_event_delivered": {"fqn": ["hubspot_source", "hubspot", "email_event_delivered"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.email_event_delivered", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "email_event_delivered", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_delivered_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a DELIVERED email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "response": {"name": "response", "description": "The full response from the recipient's email server.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "smtp_id": {"name": "smtp_id", "description": "An ID attached to the message by HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_delivered_data\"", "created_at": 1673461890.21914}, "source.hubspot_source.hubspot.email_event_dropped": {"fqn": ["hubspot_source", "hubspot", "email_event_dropped"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.email_event_dropped", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "email_event_dropped", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_dropped", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a DROPPED email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "bcc": {"name": "bcc", "description": "The 'bcc' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "cc": {"name": "cc", "description": "The 'cc' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "drop_message": {"name": "drop_message", "description": "The raw message describing why the email message was dropped. This will usually provide additional details beyond 'dropReason'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "drop_reason": {"name": "drop_reason", "description": "The reason why the email message was dropped. See below for the possible values.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from": {"name": "from", "description": "The 'from' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reply_to": {"name": "reply_to", "description": "The 'reply-to' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subject": {"name": "subject", "description": "The subject line of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_dropped\"", "created_at": 1673461890.219381}, "source.hubspot_source.hubspot.email_event_forward": {"fqn": ["hubspot_source", "hubspot", "email_event_forward"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.email_event_forward", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "email_event_forward", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_forward_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a FORWARD email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "browser": {"name": "browser", "description": "A JSON object representing the browser which serviced the event. Its comprised of the properties: 'name', 'family', 'producer', 'producer_url', 'type', 'url', 'version'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The contact's IP address when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "location": {"name": "location", "description": "A JSON object representing the location where the event occurred. It's comprised of the properties: 'city', 'state', 'country'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_forward_data\"", "created_at": 1673461890.219611}, "source.hubspot_source.hubspot.email_event_open": {"fqn": ["hubspot_source", "hubspot", "email_event_open"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.email_event_open", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "email_event_open", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_open_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a OPEN email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "browser": {"name": "browser", "description": "A JSON object representing the browser which serviced the event. Its comprised of the properties: 'name', 'family', 'producer', 'producer_url', 'type', 'url', 'version'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "duration": {"name": "duration", "description": "If provided and nonzero, the approximate number of milliseconds the user had opened the email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The contact's IP address when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "location": {"name": "location", "description": "A JSON object representing the location where the event occurred. It's comprised of the properties: 'city', 'state', 'country'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_open_data\"", "created_at": 1673461890.2198458}, "source.hubspot_source.hubspot.email_event_print": {"fqn": ["hubspot_source", "hubspot", "email_event_print"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.email_event_print", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "email_event_print", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_print_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a PRINT email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "browser": {"name": "browser", "description": "A JSON object representing the browser which serviced the event. Its comprised of the properties: 'name', 'family', 'producer', 'producer_url', 'type', 'url', 'version'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The contact's IP address when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "location": {"name": "location", "description": "A JSON object representing the location where the event occurred. It's comprised of the properties: 'city', 'state', 'country'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_print_data\"", "created_at": 1673461890.220076}, "source.hubspot_source.hubspot.email_event_sent": {"fqn": ["hubspot_source", "hubspot", "email_event_sent"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.email_event_sent", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "email_event_sent", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_sent", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a SENT email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "bcc": {"name": "bcc", "description": "The 'cc' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "cc": {"name": "cc", "description": "The 'bcc' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from": {"name": "from", "description": "The 'from' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reply_to": {"name": "reply_to", "description": "The 'reply-to' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subject": {"name": "subject", "description": "The subject line of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_sent\"", "created_at": 1673461890.220308}, "source.hubspot_source.hubspot.email_event_spam_report": {"fqn": ["hubspot_source", "hubspot", "email_event_spam_report"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.email_event_spam_report", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "email_event_spam_report", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_spam_report_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a SPAM_REPORT email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The contact's IP address when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_spam_report_data\"", "created_at": 1673461890.220532}, "source.hubspot_source.hubspot.email_event_status_change": {"fqn": ["hubspot_source", "hubspot", "email_event_status_change"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.email_event_status_change", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "email_event_status_change", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_status_change_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a STATUS_CHANGE email event in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "bounced": {"name": "bounced", "description": "A HubSpot employee explicitly initiated the status change to block messages to the recipient.\n(Note this usage has been deprecated in favor of dropping messages with a 'dropReason' of BLOCKED_ADDRESS.)\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_subscription_status": {"name": "portal_subscription_status", "description": "The recipient's portal subscription status.\nNote that if this is 'UNSUBSCRIBED', the property 'subscriptions' is not necessarily an empty array, nor are all\nsubscriptions contained in it necessarily going to have their statuses set to 'UNSUBSCRIBED'.)\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "requested_by": {"name": "requested_by", "description": "The email address of the person requesting the change on behalf of the recipient. If not applicable, this property is omitted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source": {"name": "source", "description": "The source of the subscription change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subscriptions": {"name": "subscriptions", "description": "An array of JSON objects representing the status of subscriptions for the recipient.\nEach JSON subscription object is comprised of the properties: 'id', 'status'.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_event_status_change_data\"", "created_at": 1673461890.220762}, "source.hubspot_source.hubspot.email_subscription": {"fqn": ["hubspot_source", "hubspot", "email_subscription"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.email_subscription", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "email_subscription", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_subscription", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents an email subscription in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "active": {"name": "active", "description": "Whether the subscription is active.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "description": {"name": "description", "description": "The description of the subscription.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the email subscription.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the email subscription.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_subscription\"", "created_at": 1673461890.2209668}, "source.hubspot_source.hubspot.email_subscription_change": {"fqn": ["hubspot_source", "hubspot", "email_subscription_change"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.email_subscription_change", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "email_subscription_change", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_subscription_change", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a change to an email subscription in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "caused_by_event_id": {"name": "caused_by_event_id", "description": "The ID of the event that caused the subscription change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change": {"name": "change", "description": "The change which occurred. This enumeration is specific to the 'changeType'; see below for the possible values.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_type": {"name": "change_type", "description": "The type of change which occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_subscription_id": {"name": "email_subscription_id", "description": "The ID of the related email subscription.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recipient": {"name": "recipient", "description": "The email address of the related contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source": {"name": "source", "description": "The source of the subscription change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "The timestamp when this change occurred. If 'causedByEvent' is present, this will be absent.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"email_subscription_change\"", "created_at": 1673461890.2211788}, "source.hubspot_source.hubspot.engagement": {"fqn": ["hubspot_source", "hubspot", "engagement"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.engagement", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "engagement", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents an engagement", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "active": {"name": "active", "description": "Whether the engagement is currently being shown in the UI.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "activity_type": {"name": "activity_type", "description": "The engagement's activity type.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "A timestamp representing when the engagement was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated": {"name": "last_updated", "description": "A timestamp in representing when the engagement was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "owner_id": {"name": "owner_id", "description": "The ID of the engagement's owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "A timestamp in representing the time that the engagement should appear in the timeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "type": {"name": "type", "description": "One of NOTE, EMAIL, TASK, MEETING, or CALL, the type of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_data\"", "created_at": 1673461890.221416}, "source.hubspot_source.hubspot.engagement_call": {"fqn": ["hubspot_source", "hubspot", "engagement_call"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.engagement_call", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "engagement_call", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_call_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a CALL engagement event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "body": {"name": "body", "description": "The details or notes of the call", "meta": {}, "data_type": null, "quote": null, "tags": []}, "callee_object_id": {"name": "callee_object_id", "description": "The ID of the HubSpot record associated with the call. This will be the recipient of the call for OUTBOUND calls, or the dialer of the call for INBOUND calls.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "callee_object_type": {"name": "callee_object_type", "description": "The ID of the object to which the call's associated record belongs (e.g., specifies if the record is a contact or company). This will be the object of the recipient for OUTBOUND calls, or the object of the dialer for INBOUND calls.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "disposition": {"name": "disposition", "description": "The internal ID for the call outcome.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "duration_milliseconds": {"name": "duration_milliseconds", "description": "The length of the call in milliseconds", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "external_account_id": {"name": "external_account_id", "description": "For calls made in HubSpot, this will be the internal ID of the account used to make the call.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "external_id": {"name": "external_id", "description": "For calls made in HubSpot, this will be the internal ID of the call.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_number": {"name": "from_number", "description": "The phone number that was used as the from number.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recording_url": {"name": "recording_url", "description": "The URL of the recording file .", "meta": {}, "data_type": null, "quote": null, "tags": []}, "status": {"name": "status", "description": "Will be COMPLETED once the call is finished.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "to_number": {"name": "to_number", "description": "The phone number that was called.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "transcription_id": {"name": "transcription_id", "description": "The ID of the transcription for the call.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "unknown_visitor_conversation": {"name": "unknown_visitor_conversation", "description": "If a visitor is unknown.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_call_data\"", "created_at": 1673461890.221668}, "source.hubspot_source.hubspot.engagement_company": {"fqn": ["hubspot_source", "hubspot", "engagement_company"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.engagement_company", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "engagement_company", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_company_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a 'link' between a company and an engagement.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_id": {"name": "company_id", "description": "The ID of the related company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the related engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_company_data\"", "created_at": 1673461890.221893}, "source.hubspot_source.hubspot.engagement_contact": {"fqn": ["hubspot_source", "hubspot", "engagement_contact"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.engagement_contact", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "engagement_contact", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_contact_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a 'link' between a contact and an engagement.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the related contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the related engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_contact_data\"", "created_at": 1673461890.222178}, "source.hubspot_source.hubspot.engagement_deal": {"fqn": ["hubspot_source", "hubspot", "engagement_deal"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.engagement_deal", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "engagement_deal", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_deal_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a 'link' between a deal and an engagement.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the related contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the related engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_deal_data\"", "created_at": 1673461890.222399}, "source.hubspot_source.hubspot.engagement_email": {"fqn": ["hubspot_source", "hubspot", "engagement_email"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.engagement_email", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "engagement_email", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_email_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents an EMAIL engagement event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attached_video_id": {"name": "attached_video_id", "description": "The ID of the video attached.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attached_video_opened": {"name": "attached_video_opened", "description": "Whether the the attached video was opened.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attached_video_watched": {"name": "attached_video_watched", "description": "Whether the the attached video was watched.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_send_event_id_created": {"name": "email_send_event_id_created", "description": "When the SENT event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_send_event_id_id": {"name": "email_send_event_id_id", "description": "The ID of the related SENT email event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "error_message": {"name": "error_message", "description": "The error message, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "facsimile_send_id": {"name": "facsimile_send_id", "description": "facsimile_send_id", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_email": {"name": "from_email", "description": "The email address of the sender.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_first_name": {"name": "from_first_name", "description": "The first name of the sender.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_last_name": {"name": "from_last_name", "description": "The last name of the sender.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "html": {"name": "html", "description": "The body of the HTML email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "logged_from": {"name": "logged_from", "description": "The source of the logged email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "media_processing_status": {"name": "media_processing_status", "description": "The processing status of the media content in the email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "message_id": {"name": "message_id", "description": "The ID of the message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "post_send_status": {"name": "post_send_status", "description": "Indicates if the post was sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recipient_drop_reasons": {"name": "recipient_drop_reasons", "description": "recipient_drop_reasons", "meta": {}, "data_type": null, "quote": null, "tags": []}, "sent_via": {"name": "sent_via", "description": "How the email was sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subject": {"name": "subject", "description": "The subject of the email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "text": {"name": "text", "description": "The body of the text-only email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "thread_id": {"name": "thread_id", "description": "The ID of the email thread.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "tracker_key": {"name": "tracker_key", "description": "The ID of the tracker.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "validation_skipped": {"name": "validation_skipped", "description": "validation_skipped", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_email_data\"", "created_at": 1673461890.222676}, "source.hubspot_source.hubspot.engagement_email_cc": {"fqn": ["hubspot_source", "hubspot", "engagement_email_cc"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.engagement_email_cc", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "engagement_email_cc", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_email_cc", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a CC'd email address as part of an EMAIL engagement.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email": {"name": "email", "description": "The email address of the recipient.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the related engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The first name of the recipient.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The last name of the recipient.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_email_cc\"", "created_at": 1673461890.222879}, "source.hubspot_source.hubspot.engagement_email_to": {"fqn": ["hubspot_source", "hubspot", "engagement_email_to"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.engagement_email_to", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "engagement_email_to", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_email_to", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a TO email address as part of an EMAIL engagement.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email": {"name": "email", "description": "The email address of the recipient.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the related engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The first name of the recipient.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The last name of the recipient.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_email_to\"", "created_at": 1673461890.22308}, "source.hubspot_source.hubspot.engagement_meeting": {"fqn": ["hubspot_source", "hubspot", "engagement_meeting"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.engagement_meeting", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "engagement_meeting", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_meeting_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a MEETING engagement event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "body": {"name": "body", "description": "The details or body of the meeting.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_from_link_id": {"name": "created_from_link_id", "description": "created_from_link_id", "meta": {}, "data_type": null, "quote": null, "tags": []}, "end_time": {"name": "end_time", "description": "A timestamp representing the end time of the meeting", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "external_url": {"name": "external_url", "description": "The external URL of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "meeting_outcome": {"name": "meeting_outcome", "description": "The meeting outcome.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "pre_meeting_prospect_reminders": {"name": "pre_meeting_prospect_reminders", "description": "TBD", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source": {"name": "source", "description": "The source of the meeting.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source_id": {"name": "source_id", "description": "The internal ID of the meeting source.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "start_time": {"name": "start_time", "description": "A timestamp representing the start time of the meeting", "meta": {}, "data_type": null, "quote": null, "tags": []}, "title": {"name": "title", "description": "The title or subject of the meeting", "meta": {}, "data_type": null, "quote": null, "tags": []}, "web_conference_meeting_id": {"name": "web_conference_meeting_id", "description": "The ID of the web conference meeting.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_meeting_data\"", "created_at": 1673461890.2233229}, "source.hubspot_source.hubspot.engagement_note": {"fqn": ["hubspot_source", "hubspot", "engagement_note"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.engagement_note", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "engagement_note", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_note_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a NOTE engagement event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "body": {"name": "body", "description": "The body of the note. The body has a limit of 65536 characters.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_note_data\"", "created_at": 1673461890.223541}, "source.hubspot_source.hubspot.engagement_task": {"fqn": ["hubspot_source", "hubspot", "engagement_task"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.engagement_task", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "engagement_task", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_task_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a TASK engagement event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "body": {"name": "body", "description": "The body or details of the task.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "completion_date": {"name": "completion_date", "description": "The timestamp the task was completed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "for_object_type": {"name": "for_object_type", "description": "One of CONTACT or COMPANY, what object type the task is for.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_all_day": {"name": "is_all_day", "description": "Whether it is an all day task.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "priority": {"name": "priority", "description": "The priority of the task.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "probability_to_complete": {"name": "probability_to_complete", "description": "The probability that the task will be completed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the task.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subject": {"name": "subject", "description": "The subject or title of the task", "meta": {}, "data_type": null, "quote": null, "tags": []}, "task_type": {"name": "task_type", "description": "The type of task", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"engagement_task_data\"", "created_at": 1673461890.2237859}, "source.hubspot_source.hubspot.form": {"fqn": ["hubspot_source", "hubspot", "form"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.form", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "form", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "form", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a Hubspot form.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "A timestamp for when the form was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "css_class": {"name": "css_class", "description": "The CSS classes assigned to the form.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "follow_up_id": {"name": "follow_up_id", "description": "This field is no longer used.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guid": {"name": "guid", "description": "The internal ID of the form", "meta": {}, "data_type": null, "quote": null, "tags": []}, "lead_nurturing_campaign_id": {"name": "lead_nurturing_campaign_id", "description": "TBD", "meta": {}, "data_type": null, "quote": null, "tags": []}, "method": {"name": "method", "description": "This field is no longer used.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the form", "meta": {}, "data_type": null, "quote": null, "tags": []}, "notify_recipients": {"name": "notify_recipients", "description": "A comma-separated list of user IDs that should receive submission notifications.\nEmail addresses will be returned for individuals who aren't users.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "redirect": {"name": "redirect", "description": "The URL that the visitor will be redirected to after filling out the form.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "submit_text": {"name": "submit_text", "description": "The text used for the submit button.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "A timestamp for when the form was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"form\"", "created_at": 1673461890.224019}, "source.hubspot_source.hubspot.owner": {"fqn": ["hubspot_source", "hubspot", "owner"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.owner", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "owner", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "owner_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents an owner/user in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "A timestamp for when the owner was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email": {"name": "email", "description": "The email address of the owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The first name of the owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The last name of the owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "owner_id": {"name": "owner_id", "description": "The ID of the owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "type": {"name": "type", "description": "The type of owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "A timestamp for when the owner was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"owner_data\"", "created_at": 1673461890.2242591}, "source.hubspot_source.hubspot.ticket_company": {"fqn": ["hubspot_source", "hubspot", "ticket_company"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.ticket_company", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "ticket_company", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "ticket_company_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a 'link' between a ticket and company.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "The ID of the related ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_id": {"name": "company_id", "description": "The ID of the related company.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_company_data\"", "created_at": 1673461890.22448}, "source.hubspot_source.hubspot.ticket_contact": {"fqn": ["hubspot_source", "hubspot", "ticket_contact"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.ticket_contact", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "ticket_contact", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "ticket_contact_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a 'link' between a ticket and a contact.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "The ID of the related ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the related contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_contact_data\"", "created_at": 1673461890.224697}, "source.hubspot_source.hubspot.ticket_engagement": {"fqn": ["hubspot_source", "hubspot", "ticket_engagement"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.ticket_engagement", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "ticket_engagement", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "ticket_engagement_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a 'link' between a ticket and an engagement.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "The ID of the related ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the related deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_engagement_data\"", "created_at": 1673461890.2251399}, "source.hubspot_source.hubspot.ticket_pipeline_stage": {"fqn": ["hubspot_source", "hubspot", "ticket_pipeline_stage"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.ticket_pipeline_stage", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "ticket_pipeline_stage", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "ticket_pipeline_stage_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a ticket pipeline stage.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "active": {"name": "active", "description": "Boolean indicating whether the pipeline stage is active.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "display_order": {"name": "display_order", "description": "Used to determine the order in which the stages appear when viewed in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_closed": {"name": "is_closed", "description": "Boolean indicating if the pipeline stage is closed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "label": {"name": "label", "description": "The human-readable label for the stage. The label is used when showing the stage in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "pipeline_id": {"name": "pipeline_id", "description": "The ID of the pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "stage_id": {"name": "stage_id", "description": "The ID of the pipeline stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_state": {"name": "ticket_state", "description": "State of the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_pipeline_stage_data\"", "created_at": 1673461890.225376}, "source.hubspot_source.hubspot.ticket_pipeline": {"fqn": ["hubspot_source", "hubspot", "ticket_pipeline"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.ticket_pipeline", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "ticket_pipeline", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "ticket_pipeline_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a ticket pipeline.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "active": {"name": "active", "description": "Boolean indicating whether the pipeline is active.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "display_order": {"name": "display_order", "description": "Used to determine the order in which the stages appear when viewed in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "label": {"name": "label", "description": "The human-readable label for the stage. The label is used when showing the stage in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "object_type_id": {"name": "object_type_id", "description": "Reference to the object type.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "pipeline_id": {"name": "pipeline_id", "description": "Reference to the pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_pipeline_data\"", "created_at": 1673461890.2256079}, "source.hubspot_source.hubspot.ticket_property_history": {"fqn": ["hubspot_source", "hubspot", "ticket_property_history"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.ticket_property_history", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "ticket_property_history", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "ticket_property_history_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a change to ticket record in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source": {"name": "source", "description": "The source (reason) of the change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source_id": {"name": "source_id", "description": "The ID of the object that caused the change, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp_instant": {"name": "timestamp_instant", "description": "The timestamp the changed occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "The ID of the related ticket record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the field being changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "value": {"name": "value", "description": "The new value of the field.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_property_history_data\"", "created_at": 1673461890.22584}, "source.hubspot_source.hubspot.ticket": {"fqn": ["hubspot_source", "hubspot", "ticket"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.ticket", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "ticket", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "ticket_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a ticket in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "ID of the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_deleted": {"name": "is_deleted", "description": "Whether the record was deleted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_closed_date": {"name": "property_closed_date", "description": "The date the ticket was closed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_createdate": {"name": "property_createdate", "description": "The date the ticket was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_first_agent_reply_date": {"name": "property_first_agent_reply_date", "description": "the date for the first agent reply on the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_hs_pipeline": {"name": "property_hs_pipeline", "description": "The ID of the ticket's pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_hs_pipeline_stage": {"name": "property_hs_pipeline_stage", "description": "The ID of the ticket's pipeline stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_hs_ticket_priority": {"name": "property_hs_ticket_priority", "description": "The priority of the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_hs_ticket_category": {"name": "property_hs_ticket_category", "description": "The category of the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_hubspot_owner_id": {"name": "property_hubspot_owner_id", "description": "The ID of the deal's owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_subject": {"name": "property_subject", "description": "Short summary of ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_content": {"name": "property_content", "description": "Text in body of the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_data\"", "created_at": 1673461890.226145}}, "macros": {"macro.dbt_postgres.postgres__current_timestamp": {"unique_id": "macro.dbt_postgres.postgres__current_timestamp", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "name": "postgres__current_timestamp", "macro_sql": "{% macro postgres__current_timestamp() -%}\n now()\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.565465, "supported_languages": null}, "macro.dbt_postgres.postgres__snapshot_string_as_time": {"unique_id": "macro.dbt_postgres.postgres__snapshot_string_as_time", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "name": "postgres__snapshot_string_as_time", "macro_sql": "{% macro postgres__snapshot_string_as_time(timestamp) -%}\n {%- set result = \"'\" ~ timestamp ~ \"'::timestamp without time zone\" -%}\n {{ return(result) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.566186, "supported_languages": null}, "macro.dbt_postgres.postgres__snapshot_get_time": {"unique_id": "macro.dbt_postgres.postgres__snapshot_get_time", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "name": "postgres__snapshot_get_time", "macro_sql": "{% macro postgres__snapshot_get_time() -%}\n {{ current_timestamp() }}::timestamp without time zone\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.5665522, "supported_languages": null}, "macro.dbt_postgres.postgres__current_timestamp_backcompat": {"unique_id": "macro.dbt_postgres.postgres__current_timestamp_backcompat", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "name": "postgres__current_timestamp_backcompat", "macro_sql": "{% macro postgres__current_timestamp_backcompat() %}\n current_timestamp::{{ type_timestamp() }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.566923, "supported_languages": null}, "macro.dbt_postgres.postgres__current_timestamp_in_utc_backcompat": {"unique_id": "macro.dbt_postgres.postgres__current_timestamp_in_utc_backcompat", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "name": "postgres__current_timestamp_in_utc_backcompat", "macro_sql": "{% macro postgres__current_timestamp_in_utc_backcompat() %}\n (current_timestamp at time zone 'utc')::{{ type_timestamp() }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.567296, "supported_languages": null}, "macro.dbt_postgres.postgres__get_catalog": {"unique_id": "macro.dbt_postgres.postgres__get_catalog", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/catalog.sql", "original_file_path": "macros/catalog.sql", "name": "postgres__get_catalog", "macro_sql": "{% macro postgres__get_catalog(information_schema, schemas) -%}\n\n {%- call statement('catalog', fetch_result=True) -%}\n {#\n If the user has multiple databases set and the first one is wrong, this will fail.\n But we won't fail in the case where there are multiple quoting-difference-only dbs, which is better.\n #}\n {% set database = information_schema.database %}\n {{ adapter.verify_database(database) }}\n\n select\n '{{ database }}' as table_database,\n sch.nspname as table_schema,\n tbl.relname as table_name,\n case tbl.relkind\n when 'v' then 'VIEW'\n else 'BASE TABLE'\n end as table_type,\n tbl_desc.description as table_comment,\n col.attname as column_name,\n col.attnum as column_index,\n pg_catalog.format_type(col.atttypid, col.atttypmod) as column_type,\n col_desc.description as column_comment,\n pg_get_userbyid(tbl.relowner) as table_owner\n\n from pg_catalog.pg_namespace sch\n join pg_catalog.pg_class tbl on tbl.relnamespace = sch.oid\n join pg_catalog.pg_attribute col on col.attrelid = tbl.oid\n left outer join pg_catalog.pg_description tbl_desc on (tbl_desc.objoid = tbl.oid and tbl_desc.objsubid = 0)\n left outer join pg_catalog.pg_description col_desc on (col_desc.objoid = tbl.oid and col_desc.objsubid = col.attnum)\n\n where (\n {%- for schema in schemas -%}\n upper(sch.nspname) = upper('{{ schema }}'){%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n )\n and not pg_is_other_temp_schema(sch.oid) -- not a temporary schema belonging to another session\n and tbl.relpersistence in ('p', 'u') -- [p]ermanent table or [u]nlogged table. Exclude [t]emporary tables\n and tbl.relkind in ('r', 'v', 'f', 'p') -- o[r]dinary table, [v]iew, [f]oreign table, [p]artitioned table. Other values are [i]ndex, [S]equence, [c]omposite type, [t]OAST table, [m]aterialized view\n and col.attnum > 0 -- negative numbers are used for system columns such as oid\n and not col.attisdropped -- column as not been dropped\n\n order by\n sch.nspname,\n tbl.relname,\n col.attnum\n\n {%- endcall -%}\n\n {{ return(load_result('catalog').table) }}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.57056, "supported_languages": null}, "macro.dbt_postgres.postgres_get_relations": {"unique_id": "macro.dbt_postgres.postgres_get_relations", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/relations.sql", "original_file_path": "macros/relations.sql", "name": "postgres_get_relations", "macro_sql": "{% macro postgres_get_relations () -%}\n\n {#\n -- in pg_depend, objid is the dependent, refobjid is the referenced object\n -- > a pg_depend entry indicates that the referenced object cannot be\n -- > dropped without also dropping the dependent object.\n #}\n\n {%- call statement('relations', fetch_result=True) -%}\n with relation as (\n select\n pg_rewrite.ev_class as class,\n pg_rewrite.oid as id\n from pg_rewrite\n ),\n class as (\n select\n oid as id,\n relname as name,\n relnamespace as schema,\n relkind as kind\n from pg_class\n ),\n dependency as (\n select distinct\n pg_depend.objid as id,\n pg_depend.refobjid as ref\n from pg_depend\n ),\n schema as (\n select\n pg_namespace.oid as id,\n pg_namespace.nspname as name\n from pg_namespace\n where nspname != 'information_schema' and nspname not like 'pg\\_%'\n ),\n referenced as (\n select\n relation.id AS id,\n referenced_class.name ,\n referenced_class.schema ,\n referenced_class.kind\n from relation\n join class as referenced_class on relation.class=referenced_class.id\n where referenced_class.kind in ('r', 'v')\n ),\n relationships as (\n select\n referenced.name as referenced_name,\n referenced.schema as referenced_schema_id,\n dependent_class.name as dependent_name,\n dependent_class.schema as dependent_schema_id,\n referenced.kind as kind\n from referenced\n join dependency on referenced.id=dependency.id\n join class as dependent_class on dependency.ref=dependent_class.id\n where\n (referenced.name != dependent_class.name or\n referenced.schema != dependent_class.schema)\n )\n\n select\n referenced_schema.name as referenced_schema,\n relationships.referenced_name as referenced_name,\n dependent_schema.name as dependent_schema,\n relationships.dependent_name as dependent_name\n from relationships\n join schema as dependent_schema on relationships.dependent_schema_id=dependent_schema.id\n join schema as referenced_schema on relationships.referenced_schema_id=referenced_schema.id\n group by referenced_schema, referenced_name, dependent_schema, dependent_name\n order by referenced_schema, referenced_name, dependent_schema, dependent_name;\n\n {%- endcall -%}\n\n {{ return(load_result('relations').table) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.57247, "supported_languages": null}, "macro.dbt_postgres.postgres__create_table_as": {"unique_id": "macro.dbt_postgres.postgres__create_table_as", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "name": "postgres__create_table_as", "macro_sql": "{% macro postgres__create_table_as(temporary, relation, sql) -%}\n {%- set unlogged = config.get('unlogged', default=false) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n\n create {% if temporary -%}\n temporary\n {%- elif unlogged -%}\n unlogged\n {%- endif %} table {{ relation }}\n as (\n {{ sql }}\n );\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.586764, "supported_languages": null}, "macro.dbt_postgres.postgres__get_create_index_sql": {"unique_id": "macro.dbt_postgres.postgres__get_create_index_sql", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "name": "postgres__get_create_index_sql", "macro_sql": "{% macro postgres__get_create_index_sql(relation, index_dict) -%}\n {%- set index_config = adapter.parse_index(index_dict) -%}\n {%- set comma_separated_columns = \", \".join(index_config.columns) -%}\n {%- set index_name = index_config.render(relation) -%}\n\n create {% if index_config.unique -%}\n unique\n {%- endif %} index if not exists\n \"{{ index_name }}\"\n on {{ relation }} {% if index_config.type -%}\n using {{ index_config.type }}\n {%- endif %}\n ({{ comma_separated_columns }});\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.5885608, "supported_languages": null}, "macro.dbt_postgres.postgres__create_schema": {"unique_id": "macro.dbt_postgres.postgres__create_schema", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "name": "postgres__create_schema", "macro_sql": "{% macro postgres__create_schema(relation) -%}\n {% if relation.database -%}\n {{ adapter.verify_database(relation.database) }}\n {%- endif -%}\n {%- call statement('create_schema') -%}\n create schema if not exists {{ relation.without_identifier().include(database=False) }}\n {%- endcall -%}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.589615, "supported_languages": null}, "macro.dbt_postgres.postgres__drop_schema": {"unique_id": "macro.dbt_postgres.postgres__drop_schema", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "name": "postgres__drop_schema", "macro_sql": "{% macro postgres__drop_schema(relation) -%}\n {% if relation.database -%}\n {{ adapter.verify_database(relation.database) }}\n {%- endif -%}\n {%- call statement('drop_schema') -%}\n drop schema if exists {{ relation.without_identifier().include(database=False) }} cascade\n {%- endcall -%}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.590673, "supported_languages": null}, "macro.dbt_postgres.postgres__get_columns_in_relation": {"unique_id": "macro.dbt_postgres.postgres__get_columns_in_relation", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "name": "postgres__get_columns_in_relation", "macro_sql": "{% macro postgres__get_columns_in_relation(relation) -%}\n {% call statement('get_columns_in_relation', fetch_result=True) %}\n select\n column_name,\n data_type,\n character_maximum_length,\n numeric_precision,\n numeric_scale\n\n from {{ relation.information_schema('columns') }}\n where table_name = '{{ relation.identifier }}'\n {% if relation.schema %}\n and table_schema = '{{ relation.schema }}'\n {% endif %}\n order by ordinal_position\n\n {% endcall %}\n {% set table = load_result('get_columns_in_relation').table %}\n {{ return(sql_convert_columns_in_relation(table)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.sql_convert_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.5922291, "supported_languages": null}, "macro.dbt_postgres.postgres__list_relations_without_caching": {"unique_id": "macro.dbt_postgres.postgres__list_relations_without_caching", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "name": "postgres__list_relations_without_caching", "macro_sql": "{% macro postgres__list_relations_without_caching(schema_relation) %}\n {% call statement('list_relations_without_caching', fetch_result=True) -%}\n select\n '{{ schema_relation.database }}' as database,\n tablename as name,\n schemaname as schema,\n 'table' as type\n from pg_tables\n where schemaname ilike '{{ schema_relation.schema }}'\n union all\n select\n '{{ schema_relation.database }}' as database,\n viewname as name,\n schemaname as schema,\n 'view' as type\n from pg_views\n where schemaname ilike '{{ schema_relation.schema }}'\n {% endcall %}\n {{ return(load_result('list_relations_without_caching').table) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.593448, "supported_languages": null}, "macro.dbt_postgres.postgres__information_schema_name": {"unique_id": "macro.dbt_postgres.postgres__information_schema_name", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "name": "postgres__information_schema_name", "macro_sql": "{% macro postgres__information_schema_name(database) -%}\n {% if database_name -%}\n {{ adapter.verify_database(database_name) }}\n {%- endif -%}\n information_schema\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.594053, "supported_languages": null}, "macro.dbt_postgres.postgres__list_schemas": {"unique_id": "macro.dbt_postgres.postgres__list_schemas", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "name": "postgres__list_schemas", "macro_sql": "{% macro postgres__list_schemas(database) %}\n {% if database -%}\n {{ adapter.verify_database(database) }}\n {%- endif -%}\n {% call statement('list_schemas', fetch_result=True, auto_begin=False) %}\n select distinct nspname from pg_namespace\n {% endcall %}\n {{ return(load_result('list_schemas').table) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.595196, "supported_languages": null}, "macro.dbt_postgres.postgres__check_schema_exists": {"unique_id": "macro.dbt_postgres.postgres__check_schema_exists", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "name": "postgres__check_schema_exists", "macro_sql": "{% macro postgres__check_schema_exists(information_schema, schema) -%}\n {% if information_schema.database -%}\n {{ adapter.verify_database(information_schema.database) }}\n {%- endif -%}\n {% call statement('check_schema_exists', fetch_result=True, auto_begin=False) %}\n select count(*) from pg_namespace where nspname = '{{ schema }}'\n {% endcall %}\n {{ return(load_result('check_schema_exists').table) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.596483, "supported_languages": null}, "macro.dbt_postgres.postgres__make_relation_with_suffix": {"unique_id": "macro.dbt_postgres.postgres__make_relation_with_suffix", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "name": "postgres__make_relation_with_suffix", "macro_sql": "{% macro postgres__make_relation_with_suffix(base_relation, suffix, dstring) %}\n {% if dstring %}\n {% set dt = modules.datetime.datetime.now() %}\n {% set dtstring = dt.strftime(\"%H%M%S%f\") %}\n {% set suffix = suffix ~ dtstring %}\n {% endif %}\n {% set suffix_length = suffix|length %}\n {% set relation_max_name_length = base_relation.relation_max_name_length() %}\n {% if suffix_length > relation_max_name_length %}\n {% do exceptions.raise_compiler_error('Relation suffix is too long (' ~ suffix_length ~ ' characters). Maximum length is ' ~ relation_max_name_length ~ ' characters.') %}\n {% endif %}\n {% set identifier = base_relation.identifier[:relation_max_name_length - suffix_length] ~ suffix %}\n\n {{ return(base_relation.incorporate(path={\"identifier\": identifier })) }}\n\n {% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.599245, "supported_languages": null}, "macro.dbt_postgres.postgres__make_intermediate_relation": {"unique_id": "macro.dbt_postgres.postgres__make_intermediate_relation", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "name": "postgres__make_intermediate_relation", "macro_sql": "{% macro postgres__make_intermediate_relation(base_relation, suffix) %}\n {{ return(postgres__make_relation_with_suffix(base_relation, suffix, dstring=False)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__make_relation_with_suffix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.599916, "supported_languages": null}, "macro.dbt_postgres.postgres__make_temp_relation": {"unique_id": "macro.dbt_postgres.postgres__make_temp_relation", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "name": "postgres__make_temp_relation", "macro_sql": "{% macro postgres__make_temp_relation(base_relation, suffix) %}\n {% set temp_relation = postgres__make_relation_with_suffix(base_relation, suffix, dstring=True) %}\n {{ return(temp_relation.incorporate(path={\"schema\": none,\n \"database\": none})) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__make_relation_with_suffix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.60098, "supported_languages": null}, "macro.dbt_postgres.postgres__make_backup_relation": {"unique_id": "macro.dbt_postgres.postgres__make_backup_relation", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "name": "postgres__make_backup_relation", "macro_sql": "{% macro postgres__make_backup_relation(base_relation, backup_relation_type, suffix) %}\n {% set backup_relation = postgres__make_relation_with_suffix(base_relation, suffix, dstring=False) %}\n {{ return(backup_relation.incorporate(type=backup_relation_type)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__make_relation_with_suffix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.601894, "supported_languages": null}, "macro.dbt_postgres.postgres_escape_comment": {"unique_id": "macro.dbt_postgres.postgres_escape_comment", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "name": "postgres_escape_comment", "macro_sql": "{% macro postgres_escape_comment(comment) -%}\n {% if comment is not string %}\n {% do exceptions.raise_compiler_error('cannot escape a non-string: ' ~ comment) %}\n {% endif %}\n {%- set magic = '$dbt_comment_literal_block$' -%}\n {%- if magic in comment -%}\n {%- do exceptions.raise_compiler_error('The string ' ~ magic ~ ' is not allowed in comments.') -%}\n {%- endif -%}\n {{ magic }}{{ comment }}{{ magic }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.603297, "supported_languages": null}, "macro.dbt_postgres.postgres__alter_relation_comment": {"unique_id": "macro.dbt_postgres.postgres__alter_relation_comment", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "name": "postgres__alter_relation_comment", "macro_sql": "{% macro postgres__alter_relation_comment(relation, comment) %}\n {% set escaped_comment = postgres_escape_comment(comment) %}\n comment on {{ relation.type }} {{ relation }} is {{ escaped_comment }};\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres_escape_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.604071, "supported_languages": null}, "macro.dbt_postgres.postgres__alter_column_comment": {"unique_id": "macro.dbt_postgres.postgres__alter_column_comment", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "name": "postgres__alter_column_comment", "macro_sql": "{% macro postgres__alter_column_comment(relation, column_dict) %}\n {% set existing_columns = adapter.get_columns_in_relation(relation) | map(attribute=\"name\") | list %}\n {% for column_name in column_dict if (column_name in existing_columns) %}\n {% set comment = column_dict[column_name]['description'] %}\n {% set escaped_comment = postgres_escape_comment(comment) %}\n comment on column {{ relation }}.{{ adapter.quote(column_name) if column_dict[column_name]['quote'] else column_name }} is {{ escaped_comment }};\n {% endfor %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres_escape_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.606005, "supported_languages": null}, "macro.dbt_postgres.postgres__get_show_grant_sql": {"unique_id": "macro.dbt_postgres.postgres__get_show_grant_sql", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "name": "postgres__get_show_grant_sql", "macro_sql": "\n\n{%- macro postgres__get_show_grant_sql(relation) -%}\n select grantee, privilege_type\n from {{ relation.information_schema('role_table_grants') }}\n where grantor = current_role\n and grantee != current_role\n and table_schema = '{{ relation.schema }}'\n and table_name = '{{ relation.identifier }}'\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.606689, "supported_languages": null}, "macro.dbt_postgres.postgres__copy_grants": {"unique_id": "macro.dbt_postgres.postgres__copy_grants", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "name": "postgres__copy_grants", "macro_sql": "{% macro postgres__copy_grants() %}\n {{ return(False) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.607101, "supported_languages": null}, "macro.dbt_postgres.postgres__get_incremental_default_sql": {"unique_id": "macro.dbt_postgres.postgres__get_incremental_default_sql", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/materializations/incremental_strategies.sql", "original_file_path": "macros/materializations/incremental_strategies.sql", "name": "postgres__get_incremental_default_sql", "macro_sql": "{% macro postgres__get_incremental_default_sql(arg_dict) %}\n\n {% if arg_dict[\"unique_key\"] %}\n {% do return(get_incremental_delete_insert_sql(arg_dict)) %}\n {% else %}\n {% do return(get_incremental_append_sql(arg_dict)) %}\n {% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_incremental_delete_insert_sql", "macro.dbt.get_incremental_append_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.608683, "supported_languages": null}, "macro.dbt_postgres.postgres__snapshot_merge_sql": {"unique_id": "macro.dbt_postgres.postgres__snapshot_merge_sql", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/materializations/snapshot_merge.sql", "original_file_path": "macros/materializations/snapshot_merge.sql", "name": "postgres__snapshot_merge_sql", "macro_sql": "{% macro postgres__snapshot_merge_sql(target, source, insert_cols) -%}\n {%- set insert_cols_csv = insert_cols | join(', ') -%}\n\n update {{ target }}\n set dbt_valid_to = DBT_INTERNAL_SOURCE.dbt_valid_to\n from {{ source }} as DBT_INTERNAL_SOURCE\n where DBT_INTERNAL_SOURCE.dbt_scd_id::text = {{ target }}.dbt_scd_id::text\n and DBT_INTERNAL_SOURCE.dbt_change_type::text in ('update'::text, 'delete'::text)\n and {{ target }}.dbt_valid_to is null;\n\n insert into {{ target }} ({{ insert_cols_csv }})\n select {% for column in insert_cols -%}\n DBT_INTERNAL_SOURCE.{{ column }} {%- if not loop.last %}, {%- endif %}\n {%- endfor %}\n from {{ source }} as DBT_INTERNAL_SOURCE\n where DBT_INTERNAL_SOURCE.dbt_change_type::text = 'insert'::text;\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.611043, "supported_languages": null}, "macro.dbt_postgres.postgres__dateadd": {"unique_id": "macro.dbt_postgres.postgres__dateadd", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/utils/dateadd.sql", "original_file_path": "macros/utils/dateadd.sql", "name": "postgres__dateadd", "macro_sql": "{% macro postgres__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n {{ from_date_or_timestamp }} + ((interval '1 {{ datepart }}') * ({{ interval }}))\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.611982, "supported_languages": null}, "macro.dbt_postgres.postgres__listagg": {"unique_id": "macro.dbt_postgres.postgres__listagg", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/utils/listagg.sql", "original_file_path": "macros/utils/listagg.sql", "name": "postgres__listagg", "macro_sql": "{% macro postgres__listagg(measure, delimiter_text, order_by_clause, limit_num) -%}\n\n {% if limit_num -%}\n array_to_string(\n (array_agg(\n {{ measure }}\n {% if order_by_clause -%}\n {{ order_by_clause }}\n {%- endif %}\n ))[1:{{ limit_num }}],\n {{ delimiter_text }}\n )\n {%- else %}\n string_agg(\n {{ measure }},\n {{ delimiter_text }}\n {% if order_by_clause -%}\n {{ order_by_clause }}\n {%- endif %}\n )\n {%- endif %}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.614054, "supported_languages": null}, "macro.dbt_postgres.postgres__datediff": {"unique_id": "macro.dbt_postgres.postgres__datediff", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/utils/datediff.sql", "original_file_path": "macros/utils/datediff.sql", "name": "postgres__datediff", "macro_sql": "{% macro postgres__datediff(first_date, second_date, datepart) -%}\n\n {% if datepart == 'year' %}\n (date_part('year', ({{second_date}})::date) - date_part('year', ({{first_date}})::date))\n {% elif datepart == 'quarter' %}\n ({{ datediff(first_date, second_date, 'year') }} * 4 + date_part('quarter', ({{second_date}})::date) - date_part('quarter', ({{first_date}})::date))\n {% elif datepart == 'month' %}\n ({{ datediff(first_date, second_date, 'year') }} * 12 + date_part('month', ({{second_date}})::date) - date_part('month', ({{first_date}})::date))\n {% elif datepart == 'day' %}\n (({{second_date}})::date - ({{first_date}})::date)\n {% elif datepart == 'week' %}\n ({{ datediff(first_date, second_date, 'day') }} / 7 + case\n when date_part('dow', ({{first_date}})::timestamp) <= date_part('dow', ({{second_date}})::timestamp) then\n case when {{first_date}} <= {{second_date}} then 0 else -1 end\n else\n case when {{first_date}} <= {{second_date}} then 1 else 0 end\n end)\n {% elif datepart == 'hour' %}\n ({{ datediff(first_date, second_date, 'day') }} * 24 + date_part('hour', ({{second_date}})::timestamp) - date_part('hour', ({{first_date}})::timestamp))\n {% elif datepart == 'minute' %}\n ({{ datediff(first_date, second_date, 'hour') }} * 60 + date_part('minute', ({{second_date}})::timestamp) - date_part('minute', ({{first_date}})::timestamp))\n {% elif datepart == 'second' %}\n ({{ datediff(first_date, second_date, 'minute') }} * 60 + floor(date_part('second', ({{second_date}})::timestamp)) - floor(date_part('second', ({{first_date}})::timestamp)))\n {% elif datepart == 'millisecond' %}\n ({{ datediff(first_date, second_date, 'minute') }} * 60000 + floor(date_part('millisecond', ({{second_date}})::timestamp)) - floor(date_part('millisecond', ({{first_date}})::timestamp)))\n {% elif datepart == 'microsecond' %}\n ({{ datediff(first_date, second_date, 'minute') }} * 60000000 + floor(date_part('microsecond', ({{second_date}})::timestamp)) - floor(date_part('microsecond', ({{first_date}})::timestamp)))\n {% else %}\n {{ exceptions.raise_compiler_error(\"Unsupported datepart for macro datediff in postgres: {!r}\".format(datepart)) }}\n {% endif %}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.623341, "supported_languages": null}, "macro.dbt_postgres.postgres__any_value": {"unique_id": "macro.dbt_postgres.postgres__any_value", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/utils/any_value.sql", "original_file_path": "macros/utils/any_value.sql", "name": "postgres__any_value", "macro_sql": "{% macro postgres__any_value(expression) -%}\n\n min({{ expression }})\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.624095, "supported_languages": null}, "macro.dbt_postgres.postgres__last_day": {"unique_id": "macro.dbt_postgres.postgres__last_day", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/utils/last_day.sql", "original_file_path": "macros/utils/last_day.sql", "name": "postgres__last_day", "macro_sql": "{% macro postgres__last_day(date, datepart) -%}\n\n {%- if datepart == 'quarter' -%}\n -- postgres dateadd does not support quarter interval.\n cast(\n {{dbt.dateadd('day', '-1',\n dbt.dateadd('month', '3', dbt.date_trunc(datepart, date))\n )}}\n as date)\n {%- else -%}\n {{dbt.default_last_day(date, datepart)}}\n {%- endif -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.dateadd", "macro.dbt.date_trunc", "macro.dbt.default_last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.625942, "supported_languages": null}, "macro.dbt_postgres.postgres__split_part": {"unique_id": "macro.dbt_postgres.postgres__split_part", "package_name": "dbt_postgres", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/postgres", "path": "macros/utils/split_part.sql", "original_file_path": "macros/utils/split_part.sql", "name": "postgres__split_part", "macro_sql": "{% macro postgres__split_part(string_text, delimiter_text, part_number) %}\n\n {% if part_number >= 0 %}\n {{ dbt.default__split_part(string_text, delimiter_text, part_number) }}\n {% else %}\n {{ dbt._split_part_negative(string_text, delimiter_text, part_number) }}\n {% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__split_part", "macro.dbt._split_part_negative"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.6275682, "supported_languages": null}, "macro.dbt.run_hooks": {"unique_id": "macro.dbt.run_hooks", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/hooks.sql", "original_file_path": "macros/materializations/hooks.sql", "name": "run_hooks", "macro_sql": "{% macro run_hooks(hooks, inside_transaction=True) %}\n {% for hook in hooks | selectattr('transaction', 'equalto', inside_transaction) %}\n {% if not inside_transaction and loop.first %}\n {% call statement(auto_begin=inside_transaction) %}\n commit;\n {% endcall %}\n {% endif %}\n {% set rendered = render(hook.get('sql')) | trim %}\n {% if (rendered | length) > 0 %}\n {% call statement(auto_begin=inside_transaction) %}\n {{ rendered }}\n {% endcall %}\n {% endif %}\n {% endfor %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.6313338, "supported_languages": null}, "macro.dbt.make_hook_config": {"unique_id": "macro.dbt.make_hook_config", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/hooks.sql", "original_file_path": "macros/materializations/hooks.sql", "name": "make_hook_config", "macro_sql": "{% macro make_hook_config(sql, inside_transaction) %}\n {{ tojson({\"sql\": sql, \"transaction\": inside_transaction}) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.632206, "supported_languages": null}, "macro.dbt.before_begin": {"unique_id": "macro.dbt.before_begin", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/hooks.sql", "original_file_path": "macros/materializations/hooks.sql", "name": "before_begin", "macro_sql": "{% macro before_begin(sql) %}\n {{ make_hook_config(sql, inside_transaction=False) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.make_hook_config"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.632769, "supported_languages": null}, "macro.dbt.in_transaction": {"unique_id": "macro.dbt.in_transaction", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/hooks.sql", "original_file_path": "macros/materializations/hooks.sql", "name": "in_transaction", "macro_sql": "{% macro in_transaction(sql) %}\n {{ make_hook_config(sql, inside_transaction=True) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.make_hook_config"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.6332989, "supported_languages": null}, "macro.dbt.after_commit": {"unique_id": "macro.dbt.after_commit", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/hooks.sql", "original_file_path": "macros/materializations/hooks.sql", "name": "after_commit", "macro_sql": "{% macro after_commit(sql) %}\n {{ make_hook_config(sql, inside_transaction=False) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.make_hook_config"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.6338282, "supported_languages": null}, "macro.dbt.set_sql_header": {"unique_id": "macro.dbt.set_sql_header", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/configs.sql", "original_file_path": "macros/materializations/configs.sql", "name": "set_sql_header", "macro_sql": "{% macro set_sql_header(config) -%}\n {{ config.set('sql_header', caller()) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.635511, "supported_languages": null}, "macro.dbt.should_full_refresh": {"unique_id": "macro.dbt.should_full_refresh", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/configs.sql", "original_file_path": "macros/materializations/configs.sql", "name": "should_full_refresh", "macro_sql": "{% macro should_full_refresh() %}\n {% set config_full_refresh = config.get('full_refresh') %}\n {% if config_full_refresh is none %}\n {% set config_full_refresh = flags.FULL_REFRESH %}\n {% endif %}\n {% do return(config_full_refresh) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.6365921, "supported_languages": null}, "macro.dbt.should_store_failures": {"unique_id": "macro.dbt.should_store_failures", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/configs.sql", "original_file_path": "macros/materializations/configs.sql", "name": "should_store_failures", "macro_sql": "{% macro should_store_failures() %}\n {% set config_store_failures = config.get('store_failures') %}\n {% if config_store_failures is none %}\n {% set config_store_failures = flags.STORE_FAILURES %}\n {% endif %}\n {% do return(config_store_failures) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.6376152, "supported_languages": null}, "macro.dbt.snapshot_merge_sql": {"unique_id": "macro.dbt.snapshot_merge_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/snapshot_merge.sql", "original_file_path": "macros/materializations/snapshots/snapshot_merge.sql", "name": "snapshot_merge_sql", "macro_sql": "{% macro snapshot_merge_sql(target, source, insert_cols) -%}\n {{ adapter.dispatch('snapshot_merge_sql', 'dbt')(target, source, insert_cols) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__snapshot_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.6392078, "supported_languages": null}, "macro.dbt.default__snapshot_merge_sql": {"unique_id": "macro.dbt.default__snapshot_merge_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/snapshot_merge.sql", "original_file_path": "macros/materializations/snapshots/snapshot_merge.sql", "name": "default__snapshot_merge_sql", "macro_sql": "{% macro default__snapshot_merge_sql(target, source, insert_cols) -%}\n {%- set insert_cols_csv = insert_cols | join(', ') -%}\n\n merge into {{ target }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on DBT_INTERNAL_SOURCE.dbt_scd_id = DBT_INTERNAL_DEST.dbt_scd_id\n\n when matched\n and DBT_INTERNAL_DEST.dbt_valid_to is null\n and DBT_INTERNAL_SOURCE.dbt_change_type in ('update', 'delete')\n then update\n set dbt_valid_to = DBT_INTERNAL_SOURCE.dbt_valid_to\n\n when not matched\n and DBT_INTERNAL_SOURCE.dbt_change_type = 'insert'\n then insert ({{ insert_cols_csv }})\n values ({{ insert_cols_csv }})\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.640091, "supported_languages": null}, "macro.dbt.strategy_dispatch": {"unique_id": "macro.dbt.strategy_dispatch", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "name": "strategy_dispatch", "macro_sql": "{% macro strategy_dispatch(name) -%}\n{% set original_name = name %}\n {% if '.' in name %}\n {% set package_name, name = name.split(\".\", 1) %}\n {% else %}\n {% set package_name = none %}\n {% endif %}\n\n {% if package_name is none %}\n {% set package_context = context %}\n {% elif package_name in context %}\n {% set package_context = context[package_name] %}\n {% else %}\n {% set error_msg %}\n Could not find package '{{package_name}}', called with '{{original_name}}'\n {% endset %}\n {{ exceptions.raise_compiler_error(error_msg | trim) }}\n {% endif %}\n\n {%- set search_name = 'snapshot_' ~ name ~ '_strategy' -%}\n\n {% if search_name not in package_context %}\n {% set error_msg %}\n The specified strategy macro '{{name}}' was not found in package '{{ package_name }}'\n {% endset %}\n {{ exceptions.raise_compiler_error(error_msg | trim) }}\n {% endif %}\n {{ return(package_context[search_name]) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.649738, "supported_languages": null}, "macro.dbt.snapshot_hash_arguments": {"unique_id": "macro.dbt.snapshot_hash_arguments", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "name": "snapshot_hash_arguments", "macro_sql": "{% macro snapshot_hash_arguments(args) -%}\n {{ adapter.dispatch('snapshot_hash_arguments', 'dbt')(args) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.650343, "supported_languages": null}, "macro.dbt.default__snapshot_hash_arguments": {"unique_id": "macro.dbt.default__snapshot_hash_arguments", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "name": "default__snapshot_hash_arguments", "macro_sql": "{% macro default__snapshot_hash_arguments(args) -%}\n md5({%- for arg in args -%}\n coalesce(cast({{ arg }} as varchar ), '')\n {% if not loop.last %} || '|' || {% endif %}\n {%- endfor -%})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.651092, "supported_languages": null}, "macro.dbt.snapshot_timestamp_strategy": {"unique_id": "macro.dbt.snapshot_timestamp_strategy", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "name": "snapshot_timestamp_strategy", "macro_sql": "{% macro snapshot_timestamp_strategy(node, snapshotted_rel, current_rel, config, target_exists) %}\n {% set primary_key = config['unique_key'] %}\n {% set updated_at = config['updated_at'] %}\n {% set invalidate_hard_deletes = config.get('invalidate_hard_deletes', false) %}\n\n {#/*\n The snapshot relation might not have an {{ updated_at }} value if the\n snapshot strategy is changed from `check` to `timestamp`. We\n should use a dbt-created column for the comparison in the snapshot\n table instead of assuming that the user-supplied {{ updated_at }}\n will be present in the historical data.\n\n See https://github.com/dbt-labs/dbt-core/issues/2350\n */ #}\n {% set row_changed_expr -%}\n ({{ snapshotted_rel }}.dbt_valid_from < {{ current_rel }}.{{ updated_at }})\n {%- endset %}\n\n {% set scd_id_expr = snapshot_hash_arguments([primary_key, updated_at]) %}\n\n {% do return({\n \"unique_key\": primary_key,\n \"updated_at\": updated_at,\n \"row_changed\": row_changed_expr,\n \"scd_id\": scd_id_expr,\n \"invalidate_hard_deletes\": invalidate_hard_deletes\n }) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.653454, "supported_languages": null}, "macro.dbt.snapshot_string_as_time": {"unique_id": "macro.dbt.snapshot_string_as_time", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "name": "snapshot_string_as_time", "macro_sql": "{% macro snapshot_string_as_time(timestamp) -%}\n {{ adapter.dispatch('snapshot_string_as_time', 'dbt')(timestamp) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__snapshot_string_as_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.654028, "supported_languages": null}, "macro.dbt.default__snapshot_string_as_time": {"unique_id": "macro.dbt.default__snapshot_string_as_time", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "name": "default__snapshot_string_as_time", "macro_sql": "{% macro default__snapshot_string_as_time(timestamp) %}\n {% do exceptions.raise_not_implemented(\n 'snapshot_string_as_time macro not implemented for adapter '+adapter.type()\n ) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.654617, "supported_languages": null}, "macro.dbt.snapshot_check_all_get_existing_columns": {"unique_id": "macro.dbt.snapshot_check_all_get_existing_columns", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "name": "snapshot_check_all_get_existing_columns", "macro_sql": "{% macro snapshot_check_all_get_existing_columns(node, target_exists, check_cols_config) -%}\n {%- if not target_exists -%}\n {#-- no table yet -> return whatever the query does --#}\n {{ return((false, query_columns)) }}\n {%- endif -%}\n\n {#-- handle any schema changes --#}\n {%- set target_relation = adapter.get_relation(database=node.database, schema=node.schema, identifier=node.alias) -%}\n\n {% if check_cols_config == 'all' %}\n {%- set query_columns = get_columns_in_query(node['compiled_code']) -%}\n\n {% elif check_cols_config is iterable and (check_cols_config | length) > 0 %}\n {#-- query for proper casing/quoting, to support comparison below --#}\n {%- set select_check_cols_from_target -%}\n select {{ check_cols_config | join(', ') }} from ({{ node['compiled_code'] }}) subq\n {%- endset -%}\n {% set query_columns = get_columns_in_query(select_check_cols_from_target) %}\n\n {% else %}\n {% do exceptions.raise_compiler_error(\"Invalid value for 'check_cols': \" ~ check_cols_config) %}\n {% endif %}\n\n {%- set existing_cols = adapter.get_columns_in_relation(target_relation) | map(attribute = 'name') | list -%}\n {%- set ns = namespace() -%} {#-- handle for-loop scoping with a namespace --#}\n {%- set ns.column_added = false -%}\n\n {%- set intersection = [] -%}\n {%- for col in query_columns -%}\n {%- if col in existing_cols -%}\n {%- do intersection.append(adapter.quote(col)) -%}\n {%- else -%}\n {% set ns.column_added = true %}\n {%- endif -%}\n {%- endfor -%}\n {{ return((ns.column_added, intersection)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_columns_in_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.659104, "supported_languages": null}, "macro.dbt.snapshot_check_strategy": {"unique_id": "macro.dbt.snapshot_check_strategy", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "name": "snapshot_check_strategy", "macro_sql": "{% macro snapshot_check_strategy(node, snapshotted_rel, current_rel, config, target_exists) %}\n {% set check_cols_config = config['check_cols'] %}\n {% set primary_key = config['unique_key'] %}\n {% set invalidate_hard_deletes = config.get('invalidate_hard_deletes', false) %}\n {% set updated_at = config.get('updated_at', snapshot_get_time()) %}\n\n {% set column_added = false %}\n\n {% set column_added, check_cols = snapshot_check_all_get_existing_columns(node, target_exists, check_cols_config) %}\n\n {%- set row_changed_expr -%}\n (\n {%- if column_added -%}\n {{ get_true_sql() }}\n {%- else -%}\n {%- for col in check_cols -%}\n {{ snapshotted_rel }}.{{ col }} != {{ current_rel }}.{{ col }}\n or\n (\n (({{ snapshotted_rel }}.{{ col }} is null) and not ({{ current_rel }}.{{ col }} is null))\n or\n ((not {{ snapshotted_rel }}.{{ col }} is null) and ({{ current_rel }}.{{ col }} is null))\n )\n {%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n {%- endif -%}\n )\n {%- endset %}\n\n {% set scd_id_expr = snapshot_hash_arguments([primary_key, updated_at]) %}\n\n {% do return({\n \"unique_key\": primary_key,\n \"updated_at\": updated_at,\n \"row_changed\": row_changed_expr,\n \"scd_id\": scd_id_expr,\n \"invalidate_hard_deletes\": invalidate_hard_deletes\n }) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.snapshot_get_time", "macro.dbt.snapshot_check_all_get_existing_columns", "macro.dbt.get_true_sql", "macro.dbt.snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.663477, "supported_languages": null}, "macro.dbt.create_columns": {"unique_id": "macro.dbt.create_columns", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "name": "create_columns", "macro_sql": "{% macro create_columns(relation, columns) %}\n {{ adapter.dispatch('create_columns', 'dbt')(relation, columns) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__create_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.673097, "supported_languages": null}, "macro.dbt.default__create_columns": {"unique_id": "macro.dbt.default__create_columns", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "name": "default__create_columns", "macro_sql": "{% macro default__create_columns(relation, columns) %}\n {% for column in columns %}\n {% call statement() %}\n alter table {{ relation }} add column \"{{ column.name }}\" {{ column.data_type }};\n {% endcall %}\n {% endfor %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.674092, "supported_languages": null}, "macro.dbt.post_snapshot": {"unique_id": "macro.dbt.post_snapshot", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "name": "post_snapshot", "macro_sql": "{% macro post_snapshot(staging_relation) %}\n {{ adapter.dispatch('post_snapshot', 'dbt')(staging_relation) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__post_snapshot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.674838, "supported_languages": null}, "macro.dbt.default__post_snapshot": {"unique_id": "macro.dbt.default__post_snapshot", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "name": "default__post_snapshot", "macro_sql": "{% macro default__post_snapshot(staging_relation) %}\n {# no-op #}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.675197, "supported_languages": null}, "macro.dbt.get_true_sql": {"unique_id": "macro.dbt.get_true_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "name": "get_true_sql", "macro_sql": "{% macro get_true_sql() %}\n {{ adapter.dispatch('get_true_sql', 'dbt')() }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_true_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.675724, "supported_languages": null}, "macro.dbt.default__get_true_sql": {"unique_id": "macro.dbt.default__get_true_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "name": "default__get_true_sql", "macro_sql": "{% macro default__get_true_sql() %}\n {{ return('TRUE') }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.67615, "supported_languages": null}, "macro.dbt.snapshot_staging_table": {"unique_id": "macro.dbt.snapshot_staging_table", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "name": "snapshot_staging_table", "macro_sql": "{% macro snapshot_staging_table(strategy, source_sql, target_relation) -%}\n {{ adapter.dispatch('snapshot_staging_table', 'dbt')(strategy, source_sql, target_relation) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__snapshot_staging_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.676875, "supported_languages": null}, "macro.dbt.default__snapshot_staging_table": {"unique_id": "macro.dbt.default__snapshot_staging_table", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "name": "default__snapshot_staging_table", "macro_sql": "{% macro default__snapshot_staging_table(strategy, source_sql, target_relation) -%}\n\n with snapshot_query as (\n\n {{ source_sql }}\n\n ),\n\n snapshotted_data as (\n\n select *,\n {{ strategy.unique_key }} as dbt_unique_key\n\n from {{ target_relation }}\n where dbt_valid_to is null\n\n ),\n\n insertions_source_data as (\n\n select\n *,\n {{ strategy.unique_key }} as dbt_unique_key,\n {{ strategy.updated_at }} as dbt_updated_at,\n {{ strategy.updated_at }} as dbt_valid_from,\n nullif({{ strategy.updated_at }}, {{ strategy.updated_at }}) as dbt_valid_to,\n {{ strategy.scd_id }} as dbt_scd_id\n\n from snapshot_query\n ),\n\n updates_source_data as (\n\n select\n *,\n {{ strategy.unique_key }} as dbt_unique_key,\n {{ strategy.updated_at }} as dbt_updated_at,\n {{ strategy.updated_at }} as dbt_valid_from,\n {{ strategy.updated_at }} as dbt_valid_to\n\n from snapshot_query\n ),\n\n {%- if strategy.invalidate_hard_deletes %}\n\n deletes_source_data as (\n\n select\n *,\n {{ strategy.unique_key }} as dbt_unique_key\n from snapshot_query\n ),\n {% endif %}\n\n insertions as (\n\n select\n 'insert' as dbt_change_type,\n source_data.*\n\n from insertions_source_data as source_data\n left outer join snapshotted_data on snapshotted_data.dbt_unique_key = source_data.dbt_unique_key\n where snapshotted_data.dbt_unique_key is null\n or (\n snapshotted_data.dbt_unique_key is not null\n and (\n {{ strategy.row_changed }}\n )\n )\n\n ),\n\n updates as (\n\n select\n 'update' as dbt_change_type,\n source_data.*,\n snapshotted_data.dbt_scd_id\n\n from updates_source_data as source_data\n join snapshotted_data on snapshotted_data.dbt_unique_key = source_data.dbt_unique_key\n where (\n {{ strategy.row_changed }}\n )\n )\n\n {%- if strategy.invalidate_hard_deletes -%}\n ,\n\n deletes as (\n\n select\n 'delete' as dbt_change_type,\n source_data.*,\n {{ snapshot_get_time() }} as dbt_valid_from,\n {{ snapshot_get_time() }} as dbt_updated_at,\n {{ snapshot_get_time() }} as dbt_valid_to,\n snapshotted_data.dbt_scd_id\n\n from snapshotted_data\n left join deletes_source_data as source_data on snapshotted_data.dbt_unique_key = source_data.dbt_unique_key\n where source_data.dbt_unique_key is null\n )\n {%- endif %}\n\n select * from insertions\n union all\n select * from updates\n {%- if strategy.invalidate_hard_deletes %}\n union all\n select * from deletes\n {%- endif %}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.snapshot_get_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.679811, "supported_languages": null}, "macro.dbt.build_snapshot_table": {"unique_id": "macro.dbt.build_snapshot_table", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "name": "build_snapshot_table", "macro_sql": "{% macro build_snapshot_table(strategy, sql) -%}\n {{ adapter.dispatch('build_snapshot_table', 'dbt')(strategy, sql) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__build_snapshot_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.68056, "supported_languages": null}, "macro.dbt.default__build_snapshot_table": {"unique_id": "macro.dbt.default__build_snapshot_table", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "name": "default__build_snapshot_table", "macro_sql": "{% macro default__build_snapshot_table(strategy, sql) %}\n\n select *,\n {{ strategy.scd_id }} as dbt_scd_id,\n {{ strategy.updated_at }} as dbt_updated_at,\n {{ strategy.updated_at }} as dbt_valid_from,\n nullif({{ strategy.updated_at }}, {{ strategy.updated_at }}) as dbt_valid_to\n from (\n {{ sql }}\n ) sbq\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.681432, "supported_languages": null}, "macro.dbt.build_snapshot_staging_table": {"unique_id": "macro.dbt.build_snapshot_staging_table", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "name": "build_snapshot_staging_table", "macro_sql": "{% macro build_snapshot_staging_table(strategy, sql, target_relation) %}\n {% set temp_relation = make_temp_relation(target_relation) %}\n\n {% set select = snapshot_staging_table(strategy, sql, target_relation) %}\n\n {% call statement('build_snapshot_staging_relation') %}\n {{ create_table_as(True, temp_relation, select) }}\n {% endcall %}\n\n {% do return(temp_relation) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.make_temp_relation", "macro.dbt.snapshot_staging_table", "macro.dbt.statement", "macro.dbt.create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.68291, "supported_languages": null}, "macro.dbt.materialization_snapshot_default": {"unique_id": "macro.dbt.materialization_snapshot_default", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/snapshots/snapshot.sql", "original_file_path": "macros/materializations/snapshots/snapshot.sql", "name": "materialization_snapshot_default", "macro_sql": "{% materialization snapshot, default %}\n {%- set config = model['config'] -%}\n\n {%- set target_table = model.get('alias', model.get('name')) -%}\n\n {%- set strategy_name = config.get('strategy') -%}\n {%- set unique_key = config.get('unique_key') %}\n -- grab current tables grants config for comparision later on\n {%- set grant_config = config.get('grants') -%}\n\n {% set target_relation_exists, target_relation = get_or_create_relation(\n database=model.database,\n schema=model.schema,\n identifier=target_table,\n type='table') -%}\n\n {%- if not target_relation.is_table -%}\n {% do exceptions.relation_wrong_type(target_relation, 'table') %}\n {%- endif -%}\n\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n {% set strategy_macro = strategy_dispatch(strategy_name) %}\n {% set strategy = strategy_macro(model, \"snapshotted_data\", \"source_data\", config, target_relation_exists) %}\n\n {% if not target_relation_exists %}\n\n {% set build_sql = build_snapshot_table(strategy, model['compiled_code']) %}\n {% set final_sql = create_table_as(False, target_relation, build_sql) %}\n\n {% else %}\n\n {{ adapter.valid_snapshot_target(target_relation) }}\n\n {% set staging_table = build_snapshot_staging_table(strategy, sql, target_relation) %}\n\n -- this may no-op if the database does not require column expansion\n {% do adapter.expand_target_column_types(from_relation=staging_table,\n to_relation=target_relation) %}\n\n {% set missing_columns = adapter.get_missing_columns(staging_table, target_relation)\n | rejectattr('name', 'equalto', 'dbt_change_type')\n | rejectattr('name', 'equalto', 'DBT_CHANGE_TYPE')\n | rejectattr('name', 'equalto', 'dbt_unique_key')\n | rejectattr('name', 'equalto', 'DBT_UNIQUE_KEY')\n | list %}\n\n {% do create_columns(target_relation, missing_columns) %}\n\n {% set source_columns = adapter.get_columns_in_relation(staging_table)\n | rejectattr('name', 'equalto', 'dbt_change_type')\n | rejectattr('name', 'equalto', 'DBT_CHANGE_TYPE')\n | rejectattr('name', 'equalto', 'dbt_unique_key')\n | rejectattr('name', 'equalto', 'DBT_UNIQUE_KEY')\n | list %}\n\n {% set quoted_source_columns = [] %}\n {% for column in source_columns %}\n {% do quoted_source_columns.append(adapter.quote(column.name)) %}\n {% endfor %}\n\n {% set final_sql = snapshot_merge_sql(\n target = target_relation,\n source = staging_table,\n insert_cols = quoted_source_columns\n )\n %}\n\n {% endif %}\n\n {% call statement('main') %}\n {{ final_sql }}\n {% endcall %}\n\n {% set should_revoke = should_revoke(target_relation_exists, full_refresh_mode=False) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if not target_relation_exists %}\n {% do create_indexes(target_relation) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {{ adapter.commit() }}\n\n {% if staging_table is defined %}\n {% do post_snapshot(staging_table) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_or_create_relation", "macro.dbt.run_hooks", "macro.dbt.strategy_dispatch", "macro.dbt.build_snapshot_table", "macro.dbt.create_table_as", "macro.dbt.build_snapshot_staging_table", "macro.dbt.create_columns", "macro.dbt.snapshot_merge_sql", "macro.dbt.statement", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt.create_indexes", "macro.dbt.post_snapshot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.7006028, "supported_languages": ["sql"]}, "macro.dbt.materialization_test_default": {"unique_id": "macro.dbt.materialization_test_default", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/tests/test.sql", "original_file_path": "macros/materializations/tests/test.sql", "name": "materialization_test_default", "macro_sql": "{%- materialization test, default -%}\n\n {% set relations = [] %}\n\n {% if should_store_failures() %}\n\n {% set identifier = model['alias'] %}\n {% set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) %}\n {% set target_relation = api.Relation.create(\n identifier=identifier, schema=schema, database=database, type='table') -%} %}\n\n {% if old_relation %}\n {% do adapter.drop_relation(old_relation) %}\n {% endif %}\n\n {% call statement(auto_begin=True) %}\n {{ create_table_as(False, target_relation, sql) }}\n {% endcall %}\n\n {% do relations.append(target_relation) %}\n\n {% set main_sql %}\n select *\n from {{ target_relation }}\n {% endset %}\n\n {{ adapter.commit() }}\n\n {% else %}\n\n {% set main_sql = sql %}\n\n {% endif %}\n\n {% set limit = config.get('limit') %}\n {% set fail_calc = config.get('fail_calc') %}\n {% set warn_if = config.get('warn_if') %}\n {% set error_if = config.get('error_if') %}\n\n {% call statement('main', fetch_result=True) -%}\n\n {{ get_test_sql(main_sql, fail_calc, warn_if, error_if, limit)}}\n\n {%- endcall %}\n\n {{ return({'relations': relations}) }}\n\n{%- endmaterialization -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.should_store_failures", "macro.dbt.statement", "macro.dbt.create_table_as", "macro.dbt.get_test_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.707137, "supported_languages": ["sql"]}, "macro.dbt.get_test_sql": {"unique_id": "macro.dbt.get_test_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/tests/helpers.sql", "original_file_path": "macros/materializations/tests/helpers.sql", "name": "get_test_sql", "macro_sql": "{% macro get_test_sql(main_sql, fail_calc, warn_if, error_if, limit) -%}\n {{ adapter.dispatch('get_test_sql', 'dbt')(main_sql, fail_calc, warn_if, error_if, limit) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_test_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.708707, "supported_languages": null}, "macro.dbt.default__get_test_sql": {"unique_id": "macro.dbt.default__get_test_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/tests/helpers.sql", "original_file_path": "macros/materializations/tests/helpers.sql", "name": "default__get_test_sql", "macro_sql": "{% macro default__get_test_sql(main_sql, fail_calc, warn_if, error_if, limit) -%}\n select\n {{ fail_calc }} as failures,\n {{ fail_calc }} {{ warn_if }} as should_warn,\n {{ fail_calc }} {{ error_if }} as should_error\n from (\n {{ main_sql }}\n {{ \"limit \" ~ limit if limit != none }}\n ) dbt_internal_test\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.7097201, "supported_languages": null}, "macro.dbt.get_where_subquery": {"unique_id": "macro.dbt.get_where_subquery", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/tests/where_subquery.sql", "original_file_path": "macros/materializations/tests/where_subquery.sql", "name": "get_where_subquery", "macro_sql": "{% macro get_where_subquery(relation) -%}\n {% do return(adapter.dispatch('get_where_subquery', 'dbt')(relation)) %}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_where_subquery"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.711096, "supported_languages": null}, "macro.dbt.default__get_where_subquery": {"unique_id": "macro.dbt.default__get_where_subquery", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/tests/where_subquery.sql", "original_file_path": "macros/materializations/tests/where_subquery.sql", "name": "default__get_where_subquery", "macro_sql": "{% macro default__get_where_subquery(relation) -%}\n {% set where = config.get('where', '') %}\n {% if where %}\n {%- set filtered -%}\n (select * from {{ relation }} where {{ where }}) dbt_subquery\n {%- endset -%}\n {% do return(filtered) %}\n {%- else -%}\n {% do return(relation) %}\n {%- endif -%}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.712364, "supported_languages": null}, "macro.dbt.get_quoted_csv": {"unique_id": "macro.dbt.get_quoted_csv", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/column_helpers.sql", "original_file_path": "macros/materializations/models/incremental/column_helpers.sql", "name": "get_quoted_csv", "macro_sql": "{% macro get_quoted_csv(column_names) %}\n\n {% set quoted = [] %}\n {% for col in column_names -%}\n {%- do quoted.append(adapter.quote(col)) -%}\n {%- endfor %}\n\n {%- set dest_cols_csv = quoted | join(', ') -%}\n {{ return(dest_cols_csv) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.716788, "supported_languages": null}, "macro.dbt.diff_columns": {"unique_id": "macro.dbt.diff_columns", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/column_helpers.sql", "original_file_path": "macros/materializations/models/incremental/column_helpers.sql", "name": "diff_columns", "macro_sql": "{% macro diff_columns(source_columns, target_columns) %}\n\n {% set result = [] %}\n {% set source_names = source_columns | map(attribute = 'column') | list %}\n {% set target_names = target_columns | map(attribute = 'column') | list %}\n\n {# --check whether the name attribute exists in the target - this does not perform a data type check #}\n {% for sc in source_columns %}\n {% if sc.name not in target_names %}\n {{ result.append(sc) }}\n {% endif %}\n {% endfor %}\n\n {{ return(result) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.718608, "supported_languages": null}, "macro.dbt.diff_column_data_types": {"unique_id": "macro.dbt.diff_column_data_types", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/column_helpers.sql", "original_file_path": "macros/materializations/models/incremental/column_helpers.sql", "name": "diff_column_data_types", "macro_sql": "{% macro diff_column_data_types(source_columns, target_columns) %}\n\n {% set result = [] %}\n {% for sc in source_columns %}\n {% set tc = target_columns | selectattr(\"name\", \"equalto\", sc.name) | list | first %}\n {% if tc %}\n {% if sc.data_type != tc.data_type and not sc.can_expand_to(other_column=tc) %}\n {{ result.append( { 'column_name': tc.name, 'new_type': sc.data_type } ) }}\n {% endif %}\n {% endif %}\n {% endfor %}\n\n {{ return(result) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.720783, "supported_languages": null}, "macro.dbt.get_merge_update_columns": {"unique_id": "macro.dbt.get_merge_update_columns", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/column_helpers.sql", "original_file_path": "macros/materializations/models/incremental/column_helpers.sql", "name": "get_merge_update_columns", "macro_sql": "{% macro get_merge_update_columns(merge_update_columns, merge_exclude_columns, dest_columns) %}\n {{ return(adapter.dispatch('get_merge_update_columns', 'dbt')(merge_update_columns, merge_exclude_columns, dest_columns)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_merge_update_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.72156, "supported_languages": null}, "macro.dbt.default__get_merge_update_columns": {"unique_id": "macro.dbt.default__get_merge_update_columns", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/column_helpers.sql", "original_file_path": "macros/materializations/models/incremental/column_helpers.sql", "name": "default__get_merge_update_columns", "macro_sql": "{% macro default__get_merge_update_columns(merge_update_columns, merge_exclude_columns, dest_columns) %}\n {%- set default_cols = dest_columns | map(attribute=\"quoted\") | list -%}\n\n {%- if merge_update_columns and merge_exclude_columns -%}\n {{ exceptions.raise_compiler_error(\n 'Model cannot specify merge_update_columns and merge_exclude_columns. Please update model to use only one config'\n )}}\n {%- elif merge_update_columns -%}\n {%- set update_columns = merge_update_columns -%}\n {%- elif merge_exclude_columns -%}\n {%- set update_columns = [] -%}\n {%- for column in dest_columns -%}\n {% if column.column | lower not in merge_exclude_columns | map(\"lower\") | list %}\n {%- do update_columns.append(column.quoted) -%}\n {% endif %}\n {%- endfor -%}\n {%- else -%}\n {%- set update_columns = default_cols -%}\n {%- endif -%}\n\n {{ return(update_columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.7239082, "supported_languages": null}, "macro.dbt.get_merge_sql": {"unique_id": "macro.dbt.get_merge_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "name": "get_merge_sql", "macro_sql": "{% macro get_merge_sql(target, source, unique_key, dest_columns, predicates=none) -%}\n {{ adapter.dispatch('get_merge_sql', 'dbt')(target, source, unique_key, dest_columns, predicates) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.734944, "supported_languages": null}, "macro.dbt.default__get_merge_sql": {"unique_id": "macro.dbt.default__get_merge_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "name": "default__get_merge_sql", "macro_sql": "{% macro default__get_merge_sql(target, source, unique_key, dest_columns, predicates) -%}\n {%- set predicates = [] if predicates is none else [] + predicates -%}\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n {%- set merge_update_columns = config.get('merge_update_columns') -%}\n {%- set merge_exclude_columns = config.get('merge_exclude_columns') -%}\n {%- set update_columns = get_merge_update_columns(merge_update_columns, merge_exclude_columns, dest_columns) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {% if unique_key %}\n {% if unique_key is sequence and unique_key is not mapping and unique_key is not string %}\n {% for key in unique_key %}\n {% set this_key_match %}\n DBT_INTERNAL_SOURCE.{{ key }} = DBT_INTERNAL_DEST.{{ key }}\n {% endset %}\n {% do predicates.append(this_key_match) %}\n {% endfor %}\n {% else %}\n {% set unique_key_match %}\n DBT_INTERNAL_SOURCE.{{ unique_key }} = DBT_INTERNAL_DEST.{{ unique_key }}\n {% endset %}\n {% do predicates.append(unique_key_match) %}\n {% endif %}\n {% else %}\n {% do predicates.append('FALSE') %}\n {% endif %}\n\n {{ sql_header if sql_header is not none }}\n\n merge into {{ target }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on {{ predicates | join(' and ') }}\n\n {% if unique_key %}\n when matched then update set\n {% for column_name in update_columns -%}\n {{ column_name }} = DBT_INTERNAL_SOURCE.{{ column_name }}\n {%- if not loop.last %}, {%- endif %}\n {%- endfor %}\n {% endif %}\n\n when not matched then insert\n ({{ dest_cols_csv }})\n values\n ({{ dest_cols_csv }})\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_quoted_csv", "macro.dbt.get_merge_update_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.740247, "supported_languages": null}, "macro.dbt.get_delete_insert_merge_sql": {"unique_id": "macro.dbt.get_delete_insert_merge_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "name": "get_delete_insert_merge_sql", "macro_sql": "{% macro get_delete_insert_merge_sql(target, source, unique_key, dest_columns) -%}\n {{ adapter.dispatch('get_delete_insert_merge_sql', 'dbt')(target, source, unique_key, dest_columns) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_delete_insert_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.74105, "supported_languages": null}, "macro.dbt.default__get_delete_insert_merge_sql": {"unique_id": "macro.dbt.default__get_delete_insert_merge_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "name": "default__get_delete_insert_merge_sql", "macro_sql": "{% macro default__get_delete_insert_merge_sql(target, source, unique_key, dest_columns) -%}\n\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n\n {% if unique_key %}\n {% if unique_key is sequence and unique_key is not string %}\n delete from {{target }}\n using {{ source }}\n where (\n {% for key in unique_key %}\n {{ source }}.{{ key }} = {{ target }}.{{ key }}\n {{ \"and \" if not loop.last }}\n {% endfor %}\n );\n {% else %}\n delete from {{ target }}\n where (\n {{ unique_key }}) in (\n select ({{ unique_key }})\n from {{ source }}\n );\n\n {% endif %}\n {% endif %}\n\n insert into {{ target }} ({{ dest_cols_csv }})\n (\n select {{ dest_cols_csv }}\n from {{ source }}\n )\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_quoted_csv"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.743467, "supported_languages": null}, "macro.dbt.get_insert_overwrite_merge_sql": {"unique_id": "macro.dbt.get_insert_overwrite_merge_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "name": "get_insert_overwrite_merge_sql", "macro_sql": "{% macro get_insert_overwrite_merge_sql(target, source, dest_columns, predicates, include_sql_header=false) -%}\n {{ adapter.dispatch('get_insert_overwrite_merge_sql', 'dbt')(target, source, dest_columns, predicates, include_sql_header) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_insert_overwrite_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.74435, "supported_languages": null}, "macro.dbt.default__get_insert_overwrite_merge_sql": {"unique_id": "macro.dbt.default__get_insert_overwrite_merge_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "name": "default__get_insert_overwrite_merge_sql", "macro_sql": "{% macro default__get_insert_overwrite_merge_sql(target, source, dest_columns, predicates, include_sql_header) -%}\n {#-- The only time include_sql_header is True: --#}\n {#-- BigQuery + insert_overwrite strategy + \"static\" partitions config --#}\n {#-- We should consider including the sql header at the materialization level instead --#}\n\n {%- set predicates = [] if predicates is none else [] + predicates -%}\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none and include_sql_header }}\n\n merge into {{ target }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on FALSE\n\n when not matched by source\n {% if predicates %} and {{ predicates | join(' and ') }} {% endif %}\n then delete\n\n when not matched then insert\n ({{ dest_cols_csv }})\n values\n ({{ dest_cols_csv }})\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_quoted_csv"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.746485, "supported_languages": null}, "macro.dbt.is_incremental": {"unique_id": "macro.dbt.is_incremental", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/is_incremental.sql", "original_file_path": "macros/materializations/models/incremental/is_incremental.sql", "name": "is_incremental", "macro_sql": "{% macro is_incremental() %}\n {#-- do not run introspective queries in parsing #}\n {% if not execute %}\n {{ return(False) }}\n {% else %}\n {% set relation = adapter.get_relation(this.database, this.schema, this.table) %}\n {{ return(relation is not none\n and relation.type == 'table'\n and model.config.materialized == 'incremental'\n and not should_full_refresh()) }}\n {% endif %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.should_full_refresh"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.7488809, "supported_languages": null}, "macro.dbt.get_incremental_append_sql": {"unique_id": "macro.dbt.get_incremental_append_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "name": "get_incremental_append_sql", "macro_sql": "{% macro get_incremental_append_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_append_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_incremental_append_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.7519119, "supported_languages": null}, "macro.dbt.default__get_incremental_append_sql": {"unique_id": "macro.dbt.default__get_incremental_append_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "name": "default__get_incremental_append_sql", "macro_sql": "{% macro default__get_incremental_append_sql(arg_dict) %}\n\n {% do return(get_insert_into_sql(arg_dict[\"target_relation\"], arg_dict[\"temp_relation\"], arg_dict[\"dest_columns\"])) %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_insert_into_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.752714, "supported_languages": null}, "macro.dbt.get_incremental_delete_insert_sql": {"unique_id": "macro.dbt.get_incremental_delete_insert_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "name": "get_incremental_delete_insert_sql", "macro_sql": "{% macro get_incremental_delete_insert_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_delete_insert_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_incremental_delete_insert_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.753333, "supported_languages": null}, "macro.dbt.default__get_incremental_delete_insert_sql": {"unique_id": "macro.dbt.default__get_incremental_delete_insert_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "name": "default__get_incremental_delete_insert_sql", "macro_sql": "{% macro default__get_incremental_delete_insert_sql(arg_dict) %}\n\n {% do return(get_delete_insert_merge_sql(arg_dict[\"target_relation\"], arg_dict[\"temp_relation\"], arg_dict[\"unique_key\"], arg_dict[\"dest_columns\"])) %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_delete_insert_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.754209, "supported_languages": null}, "macro.dbt.get_incremental_merge_sql": {"unique_id": "macro.dbt.get_incremental_merge_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "name": "get_incremental_merge_sql", "macro_sql": "{% macro get_incremental_merge_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_merge_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_incremental_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.754845, "supported_languages": null}, "macro.dbt.default__get_incremental_merge_sql": {"unique_id": "macro.dbt.default__get_incremental_merge_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "name": "default__get_incremental_merge_sql", "macro_sql": "{% macro default__get_incremental_merge_sql(arg_dict) %}\n\n {% do return(get_merge_sql(arg_dict[\"target_relation\"], arg_dict[\"temp_relation\"], arg_dict[\"unique_key\"], arg_dict[\"dest_columns\"])) %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.755718, "supported_languages": null}, "macro.dbt.get_incremental_insert_overwrite_sql": {"unique_id": "macro.dbt.get_incremental_insert_overwrite_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "name": "get_incremental_insert_overwrite_sql", "macro_sql": "{% macro get_incremental_insert_overwrite_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_insert_overwrite_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_incremental_insert_overwrite_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.756366, "supported_languages": null}, "macro.dbt.default__get_incremental_insert_overwrite_sql": {"unique_id": "macro.dbt.default__get_incremental_insert_overwrite_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "name": "default__get_incremental_insert_overwrite_sql", "macro_sql": "{% macro default__get_incremental_insert_overwrite_sql(arg_dict) %}\n\n {% do return(get_insert_overwrite_merge_sql(arg_dict[\"target_relation\"], arg_dict[\"temp_relation\"], arg_dict[\"dest_columns\"], arg_dict[\"predicates\"])) %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_insert_overwrite_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.757246, "supported_languages": null}, "macro.dbt.get_incremental_default_sql": {"unique_id": "macro.dbt.get_incremental_default_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "name": "get_incremental_default_sql", "macro_sql": "{% macro get_incremental_default_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_default_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_incremental_default_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.757872, "supported_languages": null}, "macro.dbt.default__get_incremental_default_sql": {"unique_id": "macro.dbt.default__get_incremental_default_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "name": "default__get_incremental_default_sql", "macro_sql": "{% macro default__get_incremental_default_sql(arg_dict) %}\n\n {% do return(get_incremental_append_sql(arg_dict)) %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_incremental_append_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.758389, "supported_languages": null}, "macro.dbt.get_insert_into_sql": {"unique_id": "macro.dbt.get_insert_into_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "name": "get_insert_into_sql", "macro_sql": "{% macro get_insert_into_sql(target_relation, temp_relation, dest_columns) %}\n\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n\n insert into {{ target_relation }} ({{ dest_cols_csv }})\n (\n select {{ dest_cols_csv }}\n from {{ temp_relation }}\n )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_quoted_csv"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.759327, "supported_languages": null}, "macro.dbt.materialization_incremental_default": {"unique_id": "macro.dbt.materialization_incremental_default", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/incremental.sql", "original_file_path": "macros/materializations/models/incremental/incremental.sql", "name": "materialization_incremental_default", "macro_sql": "{% materialization incremental, default -%}\n\n -- relations\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='table') -%}\n {%- set temp_relation = make_temp_relation(target_relation)-%}\n {%- set intermediate_relation = make_intermediate_relation(target_relation)-%}\n {%- set backup_relation_type = 'table' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n\n -- configs\n {%- set unique_key = config.get('unique_key') -%}\n {%- set full_refresh_mode = (should_full_refresh() or existing_relation.is_view) -%}\n {%- set on_schema_change = incremental_validate_on_schema_change(config.get('on_schema_change'), default='ignore') -%}\n\n -- the temp_ and backup_ relations should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation. This has to happen before\n -- BEGIN, in a separate transaction\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation)-%}\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n {% set to_drop = [] %}\n\n {% if existing_relation is none %}\n {% set build_sql = get_create_table_as_sql(False, target_relation, sql) %}\n {% elif full_refresh_mode %}\n {% set build_sql = get_create_table_as_sql(False, intermediate_relation, sql) %}\n {% set need_swap = true %}\n {% else %}\n {% do run_query(get_create_table_as_sql(True, temp_relation, sql)) %}\n {% do adapter.expand_target_column_types(\n from_relation=temp_relation,\n to_relation=target_relation) %}\n {#-- Process schema changes. Returns dict of changes if successful. Use source columns for upserting/merging --#}\n {% set dest_columns = process_schema_changes(on_schema_change, temp_relation, existing_relation) %}\n {% if not dest_columns %}\n {% set dest_columns = adapter.get_columns_in_relation(existing_relation) %}\n {% endif %}\n\n {#-- Get the incremental_strategy, the macro to use for the strategy, and build the sql --#}\n {% set incremental_strategy = config.get('incremental_strategy') or 'default' %}\n {% set incremental_predicates = config.get('incremental_predicates', none) %}\n {% set strategy_sql_macro_func = adapter.get_incremental_strategy_macro(context, incremental_strategy) %}\n {% set strategy_arg_dict = ({'target_relation': target_relation, 'temp_relation': temp_relation, 'unique_key': unique_key, 'dest_columns': dest_columns, 'predicates': incremental_predicates }) %}\n {% set build_sql = strategy_sql_macro_func(strategy_arg_dict) %}\n\n {% endif %}\n\n {% call statement(\"main\") %}\n {{ build_sql }}\n {% endcall %}\n\n {% if need_swap %}\n {% do adapter.rename_relation(target_relation, backup_relation) %}\n {% do adapter.rename_relation(intermediate_relation, target_relation) %}\n {% do to_drop.append(backup_relation) %}\n {% endif %}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if existing_relation is none or existing_relation.is_view or should_full_refresh() %}\n {% do create_indexes(target_relation) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n -- `COMMIT` happens here\n {% do adapter.commit() %}\n\n {% for rel in to_drop %}\n {% do adapter.drop_relation(rel) %}\n {% endfor %}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{%- endmaterialization %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_temp_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.should_full_refresh", "macro.dbt.incremental_validate_on_schema_change", "macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks", "macro.dbt.get_create_table_as_sql", "macro.dbt.run_query", "macro.dbt.process_schema_changes", "macro.dbt.statement", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt.create_indexes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.774399, "supported_languages": ["sql"]}, "macro.dbt.incremental_validate_on_schema_change": {"unique_id": "macro.dbt.incremental_validate_on_schema_change", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/on_schema_change.sql", "original_file_path": "macros/materializations/models/incremental/on_schema_change.sql", "name": "incremental_validate_on_schema_change", "macro_sql": "{% macro incremental_validate_on_schema_change(on_schema_change, default='ignore') %}\n\n {% if on_schema_change not in ['sync_all_columns', 'append_new_columns', 'fail', 'ignore'] %}\n\n {% set log_message = 'Invalid value for on_schema_change (%s) specified. Setting default value of %s.' % (on_schema_change, default) %}\n {% do log(log_message) %}\n\n {{ return(default) }}\n\n {% else %}\n\n {{ return(on_schema_change) }}\n\n {% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.787879, "supported_languages": null}, "macro.dbt.check_for_schema_changes": {"unique_id": "macro.dbt.check_for_schema_changes", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/on_schema_change.sql", "original_file_path": "macros/materializations/models/incremental/on_schema_change.sql", "name": "check_for_schema_changes", "macro_sql": "{% macro check_for_schema_changes(source_relation, target_relation) %}\n\n {% set schema_changed = False %}\n\n {%- set source_columns = adapter.get_columns_in_relation(source_relation) -%}\n {%- set target_columns = adapter.get_columns_in_relation(target_relation) -%}\n {%- set source_not_in_target = diff_columns(source_columns, target_columns) -%}\n {%- set target_not_in_source = diff_columns(target_columns, source_columns) -%}\n\n {% set new_target_types = diff_column_data_types(source_columns, target_columns) %}\n\n {% if source_not_in_target != [] %}\n {% set schema_changed = True %}\n {% elif target_not_in_source != [] or new_target_types != [] %}\n {% set schema_changed = True %}\n {% elif new_target_types != [] %}\n {% set schema_changed = True %}\n {% endif %}\n\n {% set changes_dict = {\n 'schema_changed': schema_changed,\n 'source_not_in_target': source_not_in_target,\n 'target_not_in_source': target_not_in_source,\n 'source_columns': source_columns,\n 'target_columns': target_columns,\n 'new_target_types': new_target_types\n } %}\n\n {% set msg %}\n In {{ target_relation }}:\n Schema changed: {{ schema_changed }}\n Source columns not in target: {{ source_not_in_target }}\n Target columns not in source: {{ target_not_in_source }}\n New column types: {{ new_target_types }}\n {% endset %}\n\n {% do log(msg) %}\n\n {{ return(changes_dict) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.diff_columns", "macro.dbt.diff_column_data_types"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.7918122, "supported_languages": null}, "macro.dbt.sync_column_schemas": {"unique_id": "macro.dbt.sync_column_schemas", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/on_schema_change.sql", "original_file_path": "macros/materializations/models/incremental/on_schema_change.sql", "name": "sync_column_schemas", "macro_sql": "{% macro sync_column_schemas(on_schema_change, target_relation, schema_changes_dict) %}\n\n {%- set add_to_target_arr = schema_changes_dict['source_not_in_target'] -%}\n\n {%- if on_schema_change == 'append_new_columns'-%}\n {%- if add_to_target_arr | length > 0 -%}\n {%- do alter_relation_add_remove_columns(target_relation, add_to_target_arr, none) -%}\n {%- endif -%}\n\n {% elif on_schema_change == 'sync_all_columns' %}\n {%- set remove_from_target_arr = schema_changes_dict['target_not_in_source'] -%}\n {%- set new_target_types = schema_changes_dict['new_target_types'] -%}\n\n {% if add_to_target_arr | length > 0 or remove_from_target_arr | length > 0 %}\n {%- do alter_relation_add_remove_columns(target_relation, add_to_target_arr, remove_from_target_arr) -%}\n {% endif %}\n\n {% if new_target_types != [] %}\n {% for ntt in new_target_types %}\n {% set column_name = ntt['column_name'] %}\n {% set new_type = ntt['new_type'] %}\n {% do alter_column_type(target_relation, column_name, new_type) %}\n {% endfor %}\n {% endif %}\n\n {% endif %}\n\n {% set schema_change_message %}\n In {{ target_relation }}:\n Schema change approach: {{ on_schema_change }}\n Columns added: {{ add_to_target_arr }}\n Columns removed: {{ remove_from_target_arr }}\n Data types changed: {{ new_target_types }}\n {% endset %}\n\n {% do log(schema_change_message) %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.alter_relation_add_remove_columns", "macro.dbt.alter_column_type"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.7956412, "supported_languages": null}, "macro.dbt.process_schema_changes": {"unique_id": "macro.dbt.process_schema_changes", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/incremental/on_schema_change.sql", "original_file_path": "macros/materializations/models/incremental/on_schema_change.sql", "name": "process_schema_changes", "macro_sql": "{% macro process_schema_changes(on_schema_change, source_relation, target_relation) %}\n\n {% if on_schema_change == 'ignore' %}\n\n {{ return({}) }}\n\n {% else %}\n\n {% set schema_changes_dict = check_for_schema_changes(source_relation, target_relation) %}\n\n {% if schema_changes_dict['schema_changed'] %}\n\n {% if on_schema_change == 'fail' %}\n\n {% set fail_msg %}\n The source and target schemas on this incremental model are out of sync!\n They can be reconciled in several ways:\n - set the `on_schema_change` config to either append_new_columns or sync_all_columns, depending on your situation.\n - Re-run the incremental model with `full_refresh: True` to update the target schema.\n - update the schema manually and re-run the process.\n\n Additional troubleshooting context:\n Source columns not in target: {{ schema_changes_dict['source_not_in_target'] }}\n Target columns not in source: {{ schema_changes_dict['target_not_in_source'] }}\n New column types: {{ schema_changes_dict['new_target_types'] }}\n {% endset %}\n\n {% do exceptions.raise_compiler_error(fail_msg) %}\n\n {# -- unless we ignore, run the sync operation per the config #}\n {% else %}\n\n {% do sync_column_schemas(on_schema_change, target_relation, schema_changes_dict) %}\n\n {% endif %}\n\n {% endif %}\n\n {{ return(schema_changes_dict['source_columns']) }}\n\n {% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.check_for_schema_changes", "macro.dbt.sync_column_schemas"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.798358, "supported_languages": null}, "macro.dbt.materialization_table_default": {"unique_id": "macro.dbt.materialization_table_default", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/table/table.sql", "original_file_path": "macros/materializations/models/table/table.sql", "name": "materialization_table_default", "macro_sql": "{% materialization table, default %}\n\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='table') %}\n {%- set intermediate_relation = make_intermediate_relation(target_relation) -%}\n -- the intermediate_relation should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation) -%}\n /*\n See ../view/view.sql for more information about this relation.\n */\n {%- set backup_relation_type = 'table' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n -- as above, the backup_relation should not already exist\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n\n -- drop the temp relations if they exist already in the database\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_table_as_sql(False, intermediate_relation, sql) }}\n {%- endcall %}\n\n -- cleanup\n {% if existing_relation is not none %}\n {{ adapter.rename_relation(existing_relation, backup_relation) }}\n {% endif %}\n\n {{ adapter.rename_relation(intermediate_relation, target_relation) }}\n\n {% do create_indexes(target_relation) %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n -- `COMMIT` happens here\n {{ adapter.commit() }}\n\n -- finally, drop the existing/backup relation after the commit\n {{ drop_relation_if_exists(backup_relation) }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n{% endmaterialization %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks", "macro.dbt.statement", "macro.dbt.get_create_table_as_sql", "macro.dbt.create_indexes", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.806091, "supported_languages": ["sql"]}, "macro.dbt.get_create_table_as_sql": {"unique_id": "macro.dbt.get_create_table_as_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/table/create_table_as.sql", "original_file_path": "macros/materializations/models/table/create_table_as.sql", "name": "get_create_table_as_sql", "macro_sql": "{% macro get_create_table_as_sql(temporary, relation, sql) -%}\n {{ adapter.dispatch('get_create_table_as_sql', 'dbt')(temporary, relation, sql) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_create_table_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.807776, "supported_languages": null}, "macro.dbt.default__get_create_table_as_sql": {"unique_id": "macro.dbt.default__get_create_table_as_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/table/create_table_as.sql", "original_file_path": "macros/materializations/models/table/create_table_as.sql", "name": "default__get_create_table_as_sql", "macro_sql": "{% macro default__get_create_table_as_sql(temporary, relation, sql) -%}\n {{ return(create_table_as(temporary, relation, sql)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.8083892, "supported_languages": null}, "macro.dbt.create_table_as": {"unique_id": "macro.dbt.create_table_as", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/table/create_table_as.sql", "original_file_path": "macros/materializations/models/table/create_table_as.sql", "name": "create_table_as", "macro_sql": "{% macro create_table_as(temporary, relation, compiled_code, language='sql') -%}\n {# backward compatibility for create_table_as that does not support language #}\n {% if language == \"sql\" %}\n {{ adapter.dispatch('create_table_as', 'dbt')(temporary, relation, compiled_code)}}\n {% else %}\n {{ adapter.dispatch('create_table_as', 'dbt')(temporary, relation, compiled_code, language) }}\n {% endif %}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.8097768, "supported_languages": null}, "macro.dbt.default__create_table_as": {"unique_id": "macro.dbt.default__create_table_as", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/table/create_table_as.sql", "original_file_path": "macros/materializations/models/table/create_table_as.sql", "name": "default__create_table_as", "macro_sql": "{% macro default__create_table_as(temporary, relation, sql) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n\n create {% if temporary: -%}temporary{%- endif %} table\n {{ relation.include(database=(not temporary), schema=(not temporary)) }}\n as (\n {{ sql }}\n );\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.8111129, "supported_languages": null}, "macro.dbt.materialization_view_default": {"unique_id": "macro.dbt.materialization_view_default", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/view/view.sql", "original_file_path": "macros/materializations/models/view/view.sql", "name": "materialization_view_default", "macro_sql": "{%- materialization view, default -%}\n\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='view') -%}\n {%- set intermediate_relation = make_intermediate_relation(target_relation) -%}\n\n -- the intermediate_relation should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation) -%}\n /*\n This relation (probably) doesn't exist yet. If it does exist, it's a leftover from\n a previous run, and we're going to try to drop it immediately. At the end of this\n materialization, we're going to rename the \"existing_relation\" to this identifier,\n and then we're going to drop it. In order to make sure we run the correct one of:\n - drop view ...\n - drop table ...\n\n We need to set the type of this relation to be the type of the existing_relation, if it exists,\n or else \"view\" as a sane default if it does not. Note that if the existing_relation does not\n exist, then there is nothing to move out of the way and subsequentally drop. In that case,\n this relation will be effectively unused.\n */\n {%- set backup_relation_type = 'view' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n -- as above, the backup_relation should not already exist\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- drop the temp relations if they exist already in the database\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_view_as_sql(intermediate_relation, sql) }}\n {%- endcall %}\n\n -- cleanup\n -- move the existing view out of the way\n {% if existing_relation is not none %}\n {{ adapter.rename_relation(existing_relation, backup_relation) }}\n {% endif %}\n {{ adapter.rename_relation(intermediate_relation, target_relation) }}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {{ adapter.commit() }}\n\n {{ drop_relation_if_exists(backup_relation) }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{%- endmaterialization -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.run_hooks", "macro.dbt.drop_relation_if_exists", "macro.dbt.statement", "macro.dbt.get_create_view_as_sql", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.819083, "supported_languages": ["sql"]}, "macro.dbt.handle_existing_table": {"unique_id": "macro.dbt.handle_existing_table", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/view/helpers.sql", "original_file_path": "macros/materializations/models/view/helpers.sql", "name": "handle_existing_table", "macro_sql": "{% macro handle_existing_table(full_refresh, old_relation) %}\n {{ adapter.dispatch('handle_existing_table', 'dbt')(full_refresh, old_relation) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__handle_existing_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.820398, "supported_languages": null}, "macro.dbt.default__handle_existing_table": {"unique_id": "macro.dbt.default__handle_existing_table", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/view/helpers.sql", "original_file_path": "macros/materializations/models/view/helpers.sql", "name": "default__handle_existing_table", "macro_sql": "{% macro default__handle_existing_table(full_refresh, old_relation) %}\n {{ log(\"Dropping relation \" ~ old_relation ~ \" because it is of type \" ~ old_relation.type) }}\n {{ adapter.drop_relation(old_relation) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.8211288, "supported_languages": null}, "macro.dbt.create_or_replace_view": {"unique_id": "macro.dbt.create_or_replace_view", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/view/create_or_replace_view.sql", "original_file_path": "macros/materializations/models/view/create_or_replace_view.sql", "name": "create_or_replace_view", "macro_sql": "{% macro create_or_replace_view() %}\n {%- set identifier = model['alias'] -%}\n\n {%- set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) -%}\n {%- set exists_as_view = (old_relation is not none and old_relation.is_view) -%}\n\n {%- set target_relation = api.Relation.create(\n identifier=identifier, schema=schema, database=database,\n type='view') -%}\n {% set grant_config = config.get('grants') %}\n\n {{ run_hooks(pre_hooks) }}\n\n -- If there's a table with the same name and we weren't told to full refresh,\n -- that's an error. If we were told to full refresh, drop it. This behavior differs\n -- for Snowflake and BigQuery, so multiple dispatch is used.\n {%- if old_relation is not none and old_relation.is_table -%}\n {{ handle_existing_table(should_full_refresh(), old_relation) }}\n {%- endif -%}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_view_as_sql(target_relation, sql) }}\n {%- endcall %}\n\n {% set should_revoke = should_revoke(exists_as_view, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=True) %}\n\n {{ run_hooks(post_hooks) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_hooks", "macro.dbt.handle_existing_table", "macro.dbt.should_full_refresh", "macro.dbt.statement", "macro.dbt.get_create_view_as_sql", "macro.dbt.should_revoke", "macro.dbt.apply_grants"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.825908, "supported_languages": null}, "macro.dbt.get_create_view_as_sql": {"unique_id": "macro.dbt.get_create_view_as_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/view/create_view_as.sql", "original_file_path": "macros/materializations/models/view/create_view_as.sql", "name": "get_create_view_as_sql", "macro_sql": "{% macro get_create_view_as_sql(relation, sql) -%}\n {{ adapter.dispatch('get_create_view_as_sql', 'dbt')(relation, sql) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_create_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.827277, "supported_languages": null}, "macro.dbt.default__get_create_view_as_sql": {"unique_id": "macro.dbt.default__get_create_view_as_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/view/create_view_as.sql", "original_file_path": "macros/materializations/models/view/create_view_as.sql", "name": "default__get_create_view_as_sql", "macro_sql": "{% macro default__get_create_view_as_sql(relation, sql) -%}\n {{ return(create_view_as(relation, sql)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.create_view_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.827828, "supported_languages": null}, "macro.dbt.create_view_as": {"unique_id": "macro.dbt.create_view_as", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/view/create_view_as.sql", "original_file_path": "macros/materializations/models/view/create_view_as.sql", "name": "create_view_as", "macro_sql": "{% macro create_view_as(relation, sql) -%}\n {{ adapter.dispatch('create_view_as', 'dbt')(relation, sql) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__create_view_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.828434, "supported_languages": null}, "macro.dbt.default__create_view_as": {"unique_id": "macro.dbt.default__create_view_as", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/models/view/create_view_as.sql", "original_file_path": "macros/materializations/models/view/create_view_as.sql", "name": "default__create_view_as", "macro_sql": "{% macro default__create_view_as(relation, sql) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n create view {{ relation }} as (\n {{ sql }}\n );\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.829291, "supported_languages": null}, "macro.dbt.materialization_seed_default": {"unique_id": "macro.dbt.materialization_seed_default", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/seeds/seed.sql", "original_file_path": "macros/materializations/seeds/seed.sql", "name": "materialization_seed_default", "macro_sql": "{% materialization seed, default %}\n\n {%- set identifier = model['alias'] -%}\n {%- set full_refresh_mode = (should_full_refresh()) -%}\n\n {%- set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) -%}\n\n {%- set exists_as_table = (old_relation is not none and old_relation.is_table) -%}\n {%- set exists_as_view = (old_relation is not none and old_relation.is_view) -%}\n\n {%- set grant_config = config.get('grants') -%}\n {%- set agate_table = load_agate_table() -%}\n -- grab current tables grants config for comparision later on\n\n {%- do store_result('agate_table', response='OK', agate_table=agate_table) -%}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% set create_table_sql = \"\" %}\n {% if exists_as_view %}\n {{ exceptions.raise_compiler_error(\"Cannot seed to '{}', it is a view\".format(old_relation)) }}\n {% elif exists_as_table %}\n {% set create_table_sql = reset_csv_table(model, full_refresh_mode, old_relation, agate_table) %}\n {% else %}\n {% set create_table_sql = create_csv_table(model, agate_table) %}\n {% endif %}\n\n {% set code = 'CREATE' if full_refresh_mode else 'INSERT' %}\n {% set rows_affected = (agate_table.rows | length) %}\n {% set sql = load_csv_rows(model, agate_table) %}\n\n {% call noop_statement('main', code ~ ' ' ~ rows_affected, code, rows_affected) %}\n {{ get_csv_sql(create_table_sql, sql) }};\n {% endcall %}\n\n {% set target_relation = this.incorporate(type='table') %}\n\n {% set should_revoke = should_revoke(old_relation, full_refresh_mode) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if full_refresh_mode or not exists_as_table %}\n {% do create_indexes(target_relation) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n -- `COMMIT` happens here\n {{ adapter.commit() }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.should_full_refresh", "macro.dbt.run_hooks", "macro.dbt.reset_csv_table", "macro.dbt.create_csv_table", "macro.dbt.load_csv_rows", "macro.dbt.noop_statement", "macro.dbt.get_csv_sql", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt.create_indexes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.839134, "supported_languages": ["sql"]}, "macro.dbt.create_csv_table": {"unique_id": "macro.dbt.create_csv_table", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "name": "create_csv_table", "macro_sql": "{% macro create_csv_table(model, agate_table) -%}\n {{ adapter.dispatch('create_csv_table', 'dbt')(model, agate_table) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__create_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.851031, "supported_languages": null}, "macro.dbt.default__create_csv_table": {"unique_id": "macro.dbt.default__create_csv_table", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "name": "default__create_csv_table", "macro_sql": "{% macro default__create_csv_table(model, agate_table) %}\n {%- set column_override = model['config'].get('column_types', {}) -%}\n {%- set quote_seed_column = model['config'].get('quote_columns', None) -%}\n\n {% set sql %}\n create table {{ this.render() }} (\n {%- for col_name in agate_table.column_names -%}\n {%- set inferred_type = adapter.convert_type(agate_table, loop.index0) -%}\n {%- set type = column_override.get(col_name, inferred_type) -%}\n {%- set column_name = (col_name | string) -%}\n {{ adapter.quote_seed_column(column_name, quote_seed_column) }} {{ type }} {%- if not loop.last -%}, {%- endif -%}\n {%- endfor -%}\n )\n {% endset %}\n\n {% call statement('_') -%}\n {{ sql }}\n {%- endcall %}\n\n {{ return(sql) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.853976, "supported_languages": null}, "macro.dbt.reset_csv_table": {"unique_id": "macro.dbt.reset_csv_table", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "name": "reset_csv_table", "macro_sql": "{% macro reset_csv_table(model, full_refresh, old_relation, agate_table) -%}\n {{ adapter.dispatch('reset_csv_table', 'dbt')(model, full_refresh, old_relation, agate_table) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__reset_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.854742, "supported_languages": null}, "macro.dbt.default__reset_csv_table": {"unique_id": "macro.dbt.default__reset_csv_table", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "name": "default__reset_csv_table", "macro_sql": "{% macro default__reset_csv_table(model, full_refresh, old_relation, agate_table) %}\n {% set sql = \"\" %}\n {% if full_refresh %}\n {{ adapter.drop_relation(old_relation) }}\n {% set sql = create_csv_table(model, agate_table) %}\n {% else %}\n {{ adapter.truncate_relation(old_relation) }}\n {% set sql = \"truncate table \" ~ old_relation %}\n {% endif %}\n\n {{ return(sql) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.create_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.856315, "supported_languages": null}, "macro.dbt.get_csv_sql": {"unique_id": "macro.dbt.get_csv_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "name": "get_csv_sql", "macro_sql": "{% macro get_csv_sql(create_or_truncate_sql, insert_sql) %}\n {{ adapter.dispatch('get_csv_sql', 'dbt')(create_or_truncate_sql, insert_sql) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_csv_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.8569531, "supported_languages": null}, "macro.dbt.default__get_csv_sql": {"unique_id": "macro.dbt.default__get_csv_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "name": "default__get_csv_sql", "macro_sql": "{% macro default__get_csv_sql(create_or_truncate_sql, insert_sql) %}\n {{ create_or_truncate_sql }};\n -- dbt seed --\n {{ insert_sql }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.8574028, "supported_languages": null}, "macro.dbt.get_binding_char": {"unique_id": "macro.dbt.get_binding_char", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "name": "get_binding_char", "macro_sql": "{% macro get_binding_char() -%}\n {{ adapter.dispatch('get_binding_char', 'dbt')() }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_binding_char"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.857877, "supported_languages": null}, "macro.dbt.default__get_binding_char": {"unique_id": "macro.dbt.default__get_binding_char", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "name": "default__get_binding_char", "macro_sql": "{% macro default__get_binding_char() %}\n {{ return('%s') }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.858281, "supported_languages": null}, "macro.dbt.get_batch_size": {"unique_id": "macro.dbt.get_batch_size", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "name": "get_batch_size", "macro_sql": "{% macro get_batch_size() -%}\n {{ return(adapter.dispatch('get_batch_size', 'dbt')()) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_batch_size"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.8588128, "supported_languages": null}, "macro.dbt.default__get_batch_size": {"unique_id": "macro.dbt.default__get_batch_size", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "name": "default__get_batch_size", "macro_sql": "{% macro default__get_batch_size() %}\n {{ return(10000) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.859209, "supported_languages": null}, "macro.dbt.get_seed_column_quoted_csv": {"unique_id": "macro.dbt.get_seed_column_quoted_csv", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "name": "get_seed_column_quoted_csv", "macro_sql": "{% macro get_seed_column_quoted_csv(model, column_names) %}\n {%- set quote_seed_column = model['config'].get('quote_columns', None) -%}\n {% set quoted = [] %}\n {% for col in column_names -%}\n {%- do quoted.append(adapter.quote_seed_column(col, quote_seed_column)) -%}\n {%- endfor %}\n\n {%- set dest_cols_csv = quoted | join(', ') -%}\n {{ return(dest_cols_csv) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.860775, "supported_languages": null}, "macro.dbt.load_csv_rows": {"unique_id": "macro.dbt.load_csv_rows", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "name": "load_csv_rows", "macro_sql": "{% macro load_csv_rows(model, agate_table) -%}\n {{ adapter.dispatch('load_csv_rows', 'dbt')(model, agate_table) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__load_csv_rows"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.861395, "supported_languages": null}, "macro.dbt.default__load_csv_rows": {"unique_id": "macro.dbt.default__load_csv_rows", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "name": "default__load_csv_rows", "macro_sql": "{% macro default__load_csv_rows(model, agate_table) %}\n\n {% set batch_size = get_batch_size() %}\n\n {% set cols_sql = get_seed_column_quoted_csv(model, agate_table.column_names) %}\n {% set bindings = [] %}\n\n {% set statements = [] %}\n\n {% for chunk in agate_table.rows | batch(batch_size) %}\n {% set bindings = [] %}\n\n {% for row in chunk %}\n {% do bindings.extend(row) %}\n {% endfor %}\n\n {% set sql %}\n insert into {{ this.render() }} ({{ cols_sql }}) values\n {% for row in chunk -%}\n ({%- for column in agate_table.column_names -%}\n {{ get_binding_char() }}\n {%- if not loop.last%},{%- endif %}\n {%- endfor -%})\n {%- if not loop.last%},{%- endif %}\n {%- endfor %}\n {% endset %}\n\n {% do adapter.add_query(sql, bindings=bindings, abridge_sql_log=True) %}\n\n {% if loop.index0 == 0 %}\n {% do statements.append(sql) %}\n {% endif %}\n {% endfor %}\n\n {# Return SQL so we can render it out into the compiled files #}\n {{ return(statements[0]) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_batch_size", "macro.dbt.get_seed_column_quoted_csv", "macro.dbt.get_binding_char"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.86544, "supported_languages": null}, "macro.dbt.generate_alias_name": {"unique_id": "macro.dbt.generate_alias_name", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/get_custom_name/get_custom_alias.sql", "original_file_path": "macros/get_custom_name/get_custom_alias.sql", "name": "generate_alias_name", "macro_sql": "{% macro generate_alias_name(custom_alias_name=none, node=none) -%}\n {% do return(adapter.dispatch('generate_alias_name', 'dbt')(custom_alias_name, node)) %}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__generate_alias_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.866907, "supported_languages": null}, "macro.dbt.default__generate_alias_name": {"unique_id": "macro.dbt.default__generate_alias_name", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/get_custom_name/get_custom_alias.sql", "original_file_path": "macros/get_custom_name/get_custom_alias.sql", "name": "default__generate_alias_name", "macro_sql": "{% macro default__generate_alias_name(custom_alias_name=none, node=none) -%}\n\n {%- if custom_alias_name is none -%}\n\n {{ node.name }}\n\n {%- else -%}\n\n {{ custom_alias_name | trim }}\n\n {%- endif -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.8676631, "supported_languages": null}, "macro.dbt.generate_schema_name": {"unique_id": "macro.dbt.generate_schema_name", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/get_custom_name/get_custom_schema.sql", "original_file_path": "macros/get_custom_name/get_custom_schema.sql", "name": "generate_schema_name", "macro_sql": "{% macro generate_schema_name(custom_schema_name=none, node=none) -%}\n {{ return(adapter.dispatch('generate_schema_name', 'dbt')(custom_schema_name, node)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__generate_schema_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.869348, "supported_languages": null}, "macro.dbt.default__generate_schema_name": {"unique_id": "macro.dbt.default__generate_schema_name", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/get_custom_name/get_custom_schema.sql", "original_file_path": "macros/get_custom_name/get_custom_schema.sql", "name": "default__generate_schema_name", "macro_sql": "{% macro default__generate_schema_name(custom_schema_name, node) -%}\n\n {%- set default_schema = target.schema -%}\n {%- if custom_schema_name is none -%}\n\n {{ default_schema }}\n\n {%- else -%}\n\n {{ default_schema }}_{{ custom_schema_name | trim }}\n\n {%- endif -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.8702238, "supported_languages": null}, "macro.dbt.generate_schema_name_for_env": {"unique_id": "macro.dbt.generate_schema_name_for_env", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/get_custom_name/get_custom_schema.sql", "original_file_path": "macros/get_custom_name/get_custom_schema.sql", "name": "generate_schema_name_for_env", "macro_sql": "{% macro generate_schema_name_for_env(custom_schema_name, node) -%}\n\n {%- set default_schema = target.schema -%}\n {%- if target.name == 'prod' and custom_schema_name is not none -%}\n\n {{ custom_schema_name | trim }}\n\n {%- else -%}\n\n {{ default_schema }}\n\n {%- endif -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.8711638, "supported_languages": null}, "macro.dbt.generate_database_name": {"unique_id": "macro.dbt.generate_database_name", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/get_custom_name/get_custom_database.sql", "original_file_path": "macros/get_custom_name/get_custom_database.sql", "name": "generate_database_name", "macro_sql": "{% macro generate_database_name(custom_database_name=none, node=none) -%}\n {% do return(adapter.dispatch('generate_database_name', 'dbt')(custom_database_name, node)) %}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__generate_database_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.872565, "supported_languages": null}, "macro.dbt.default__generate_database_name": {"unique_id": "macro.dbt.default__generate_database_name", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/get_custom_name/get_custom_database.sql", "original_file_path": "macros/get_custom_name/get_custom_database.sql", "name": "default__generate_database_name", "macro_sql": "{% macro default__generate_database_name(custom_database_name=none, node=none) -%}\n {%- set default_database = target.database -%}\n {%- if custom_database_name is none -%}\n\n {{ default_database }}\n\n {%- else -%}\n\n {{ custom_database_name }}\n\n {%- endif -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.873407, "supported_languages": null}, "macro.dbt.default__test_relationships": {"unique_id": "macro.dbt.default__test_relationships", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/generic_test_sql/relationships.sql", "original_file_path": "macros/generic_test_sql/relationships.sql", "name": "default__test_relationships", "macro_sql": "{% macro default__test_relationships(model, column_name, to, field) %}\n\nwith child as (\n select {{ column_name }} as from_field\n from {{ model }}\n where {{ column_name }} is not null\n),\n\nparent as (\n select {{ field }} as to_field\n from {{ to }}\n)\n\nselect\n from_field\n\nfrom child\nleft join parent\n on child.from_field = parent.to_field\n\nwhere parent.to_field is null\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.8746629, "supported_languages": null}, "macro.dbt.default__test_not_null": {"unique_id": "macro.dbt.default__test_not_null", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/generic_test_sql/not_null.sql", "original_file_path": "macros/generic_test_sql/not_null.sql", "name": "default__test_not_null", "macro_sql": "{% macro default__test_not_null(model, column_name) %}\n\n{% set column_list = '*' if should_store_failures() else column_name %}\n\nselect {{ column_list }}\nfrom {{ model }}\nwhere {{ column_name }} is null\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.should_store_failures"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.8758368, "supported_languages": null}, "macro.dbt.default__test_unique": {"unique_id": "macro.dbt.default__test_unique", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/generic_test_sql/unique.sql", "original_file_path": "macros/generic_test_sql/unique.sql", "name": "default__test_unique", "macro_sql": "{% macro default__test_unique(model, column_name) %}\n\nselect\n {{ column_name }} as unique_field,\n count(*) as n_records\n\nfrom {{ model }}\nwhere {{ column_name }} is not null\ngroup by {{ column_name }}\nhaving count(*) > 1\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.876837, "supported_languages": null}, "macro.dbt.default__test_accepted_values": {"unique_id": "macro.dbt.default__test_accepted_values", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/generic_test_sql/accepted_values.sql", "original_file_path": "macros/generic_test_sql/accepted_values.sql", "name": "default__test_accepted_values", "macro_sql": "{% macro default__test_accepted_values(model, column_name, values, quote=True) %}\n\nwith all_values as (\n\n select\n {{ column_name }} as value_field,\n count(*) as n_records\n\n from {{ model }}\n group by {{ column_name }}\n\n)\n\nselect *\nfrom all_values\nwhere value_field not in (\n {% for value in values -%}\n {% if quote -%}\n '{{ value }}'\n {%- else -%}\n {{ value }}\n {%- endif -%}\n {%- if not loop.last -%},{%- endif %}\n {%- endfor %}\n)\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.8787699, "supported_languages": null}, "macro.dbt.statement": {"unique_id": "macro.dbt.statement", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/etc/statement.sql", "original_file_path": "macros/etc/statement.sql", "name": "statement", "macro_sql": "\n{%- macro statement(name=None, fetch_result=False, auto_begin=True, language='sql') -%}\n {%- if execute: -%}\n {%- set compiled_code = caller() -%}\n\n {%- if name == 'main' -%}\n {{ log('Writing runtime {} for node \"{}\"'.format(language, model['unique_id'])) }}\n {{ write(compiled_code) }}\n {%- endif -%}\n {%- if language == 'sql'-%}\n {%- set res, table = adapter.execute(compiled_code, auto_begin=auto_begin, fetch=fetch_result) -%}\n {%- elif language == 'python' -%}\n {%- set res = submit_python_job(model, compiled_code) -%}\n {#-- TODO: What should table be for python models? --#}\n {%- set table = None -%}\n {%- else -%}\n {% do exceptions.raise_compiler_error(\"statement macro didn't get supported language\") %}\n {%- endif -%}\n\n {%- if name is not none -%}\n {{ store_result(name, response=res, agate_table=table) }}\n {%- endif -%}\n\n {%- endif -%}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.883305, "supported_languages": null}, "macro.dbt.noop_statement": {"unique_id": "macro.dbt.noop_statement", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/etc/statement.sql", "original_file_path": "macros/etc/statement.sql", "name": "noop_statement", "macro_sql": "{% macro noop_statement(name=None, message=None, code=None, rows_affected=None, res=None) -%}\n {%- set sql = caller() -%}\n\n {%- if name == 'main' -%}\n {{ log('Writing runtime SQL for node \"{}\"'.format(model['unique_id'])) }}\n {{ write(sql) }}\n {%- endif -%}\n\n {%- if name is not none -%}\n {{ store_raw_result(name, message=message, code=code, rows_affected=rows_affected, agate_table=res) }}\n {%- endif -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.885649, "supported_languages": null}, "macro.dbt.run_query": {"unique_id": "macro.dbt.run_query", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/etc/statement.sql", "original_file_path": "macros/etc/statement.sql", "name": "run_query", "macro_sql": "{% macro run_query(sql) %}\n {% call statement(\"run_query_statement\", fetch_result=true, auto_begin=false) %}\n {{ sql }}\n {% endcall %}\n\n {% do return(load_result(\"run_query_statement\").table) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.886604, "supported_languages": null}, "macro.dbt.convert_datetime": {"unique_id": "macro.dbt.convert_datetime", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/etc/datetime.sql", "original_file_path": "macros/etc/datetime.sql", "name": "convert_datetime", "macro_sql": "{% macro convert_datetime(date_str, date_fmt) %}\n\n {% set error_msg -%}\n The provided partition date '{{ date_str }}' does not match the expected format '{{ date_fmt }}'\n {%- endset %}\n\n {% set res = try_or_compiler_error(error_msg, modules.datetime.datetime.strptime, date_str.strip(), date_fmt) %}\n {{ return(res) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.891314, "supported_languages": null}, "macro.dbt.dates_in_range": {"unique_id": "macro.dbt.dates_in_range", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/etc/datetime.sql", "original_file_path": "macros/etc/datetime.sql", "name": "dates_in_range", "macro_sql": "{% macro dates_in_range(start_date_str, end_date_str=none, in_fmt=\"%Y%m%d\", out_fmt=\"%Y%m%d\") %}\n {% set end_date_str = start_date_str if end_date_str is none else end_date_str %}\n\n {% set start_date = convert_datetime(start_date_str, in_fmt) %}\n {% set end_date = convert_datetime(end_date_str, in_fmt) %}\n\n {% set day_count = (end_date - start_date).days %}\n {% if day_count < 0 %}\n {% set msg -%}\n Partiton start date is after the end date ({{ start_date }}, {{ end_date }})\n {%- endset %}\n\n {{ exceptions.raise_compiler_error(msg, model) }}\n {% endif %}\n\n {% set date_list = [] %}\n {% for i in range(0, day_count + 1) %}\n {% set the_date = (modules.datetime.timedelta(days=i) + start_date) %}\n {% if not out_fmt %}\n {% set _ = date_list.append(the_date) %}\n {% else %}\n {% set _ = date_list.append(the_date.strftime(out_fmt)) %}\n {% endif %}\n {% endfor %}\n\n {{ return(date_list) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.convert_datetime"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.8951051, "supported_languages": null}, "macro.dbt.partition_range": {"unique_id": "macro.dbt.partition_range", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/etc/datetime.sql", "original_file_path": "macros/etc/datetime.sql", "name": "partition_range", "macro_sql": "{% macro partition_range(raw_partition_date, date_fmt='%Y%m%d') %}\n {% set partition_range = (raw_partition_date | string).split(\",\") %}\n\n {% if (partition_range | length) == 1 %}\n {% set start_date = partition_range[0] %}\n {% set end_date = none %}\n {% elif (partition_range | length) == 2 %}\n {% set start_date = partition_range[0] %}\n {% set end_date = partition_range[1] %}\n {% else %}\n {{ exceptions.raise_compiler_error(\"Invalid partition time. Expected format: {Start Date}[,{End Date}]. Got: \" ~ raw_partition_date) }}\n {% endif %}\n\n {{ return(dates_in_range(start_date, end_date, in_fmt=date_fmt)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.dates_in_range"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.897699, "supported_languages": null}, "macro.dbt.py_current_timestring": {"unique_id": "macro.dbt.py_current_timestring", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/etc/datetime.sql", "original_file_path": "macros/etc/datetime.sql", "name": "py_current_timestring", "macro_sql": "{% macro py_current_timestring() %}\n {% set dt = modules.datetime.datetime.now() %}\n {% do return(dt.strftime(\"%Y%m%d%H%M%S%f\")) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.898596, "supported_languages": null}, "macro.dbt.except": {"unique_id": "macro.dbt.except", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/except.sql", "original_file_path": "macros/utils/except.sql", "name": "except", "macro_sql": "{% macro except() %}\n {{ return(adapter.dispatch('except', 'dbt')()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__except"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.89972, "supported_languages": null}, "macro.dbt.default__except": {"unique_id": "macro.dbt.default__except", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/except.sql", "original_file_path": "macros/utils/except.sql", "name": "default__except", "macro_sql": "{% macro default__except() %}\n\n except\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.899991, "supported_languages": null}, "macro.dbt.replace": {"unique_id": "macro.dbt.replace", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/replace.sql", "original_file_path": "macros/utils/replace.sql", "name": "replace", "macro_sql": "{% macro replace(field, old_chars, new_chars) -%}\n {{ return(adapter.dispatch('replace', 'dbt') (field, old_chars, new_chars)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__replace"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9012349, "supported_languages": null}, "macro.dbt.default__replace": {"unique_id": "macro.dbt.default__replace", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/replace.sql", "original_file_path": "macros/utils/replace.sql", "name": "default__replace", "macro_sql": "{% macro default__replace(field, old_chars, new_chars) %}\n\n replace(\n {{ field }},\n {{ old_chars }},\n {{ new_chars }}\n )\n\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.901788, "supported_languages": null}, "macro.dbt.concat": {"unique_id": "macro.dbt.concat", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/concat.sql", "original_file_path": "macros/utils/concat.sql", "name": "concat", "macro_sql": "{% macro concat(fields) -%}\n {{ return(adapter.dispatch('concat', 'dbt')(fields)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__concat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9028108, "supported_languages": null}, "macro.dbt.default__concat": {"unique_id": "macro.dbt.default__concat", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/concat.sql", "original_file_path": "macros/utils/concat.sql", "name": "default__concat", "macro_sql": "{% macro default__concat(fields) -%}\n {{ fields|join(' || ') }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.903239, "supported_languages": null}, "macro.dbt.length": {"unique_id": "macro.dbt.length", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/length.sql", "original_file_path": "macros/utils/length.sql", "name": "length", "macro_sql": "{% macro length(expression) -%}\n {{ return(adapter.dispatch('length', 'dbt') (expression)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__length"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.904277, "supported_languages": null}, "macro.dbt.default__length": {"unique_id": "macro.dbt.default__length", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/length.sql", "original_file_path": "macros/utils/length.sql", "name": "default__length", "macro_sql": "{% macro default__length(expression) %}\n\n length(\n {{ expression }}\n )\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.904646, "supported_languages": null}, "macro.dbt.dateadd": {"unique_id": "macro.dbt.dateadd", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/dateadd.sql", "original_file_path": "macros/utils/dateadd.sql", "name": "dateadd", "macro_sql": "{% macro dateadd(datepart, interval, from_date_or_timestamp) %}\n {{ return(adapter.dispatch('dateadd', 'dbt')(datepart, interval, from_date_or_timestamp)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9059079, "supported_languages": null}, "macro.dbt.default__dateadd": {"unique_id": "macro.dbt.default__dateadd", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/dateadd.sql", "original_file_path": "macros/utils/dateadd.sql", "name": "default__dateadd", "macro_sql": "{% macro default__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n dateadd(\n {{ datepart }},\n {{ interval }},\n {{ from_date_or_timestamp }}\n )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9064581, "supported_languages": null}, "macro.dbt.intersect": {"unique_id": "macro.dbt.intersect", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/intersect.sql", "original_file_path": "macros/utils/intersect.sql", "name": "intersect", "macro_sql": "{% macro intersect() %}\n {{ return(adapter.dispatch('intersect', 'dbt')()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__intersect"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9074152, "supported_languages": null}, "macro.dbt.default__intersect": {"unique_id": "macro.dbt.default__intersect", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/intersect.sql", "original_file_path": "macros/utils/intersect.sql", "name": "default__intersect", "macro_sql": "{% macro default__intersect() %}\n\n intersect\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9076989, "supported_languages": null}, "macro.dbt.escape_single_quotes": {"unique_id": "macro.dbt.escape_single_quotes", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/escape_single_quotes.sql", "original_file_path": "macros/utils/escape_single_quotes.sql", "name": "escape_single_quotes", "macro_sql": "{% macro escape_single_quotes(expression) %}\n {{ return(adapter.dispatch('escape_single_quotes', 'dbt') (expression)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__escape_single_quotes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9087942, "supported_languages": null}, "macro.dbt.default__escape_single_quotes": {"unique_id": "macro.dbt.default__escape_single_quotes", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/escape_single_quotes.sql", "original_file_path": "macros/utils/escape_single_quotes.sql", "name": "default__escape_single_quotes", "macro_sql": "{% macro default__escape_single_quotes(expression) -%}\n{{ expression | replace(\"'\",\"''\") }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.90929, "supported_languages": null}, "macro.dbt.right": {"unique_id": "macro.dbt.right", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/right.sql", "original_file_path": "macros/utils/right.sql", "name": "right", "macro_sql": "{% macro right(string_text, length_expression) -%}\n {{ return(adapter.dispatch('right', 'dbt') (string_text, length_expression)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__right"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.910521, "supported_languages": null}, "macro.dbt.default__right": {"unique_id": "macro.dbt.default__right", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/right.sql", "original_file_path": "macros/utils/right.sql", "name": "default__right", "macro_sql": "{% macro default__right(string_text, length_expression) %}\n\n right(\n {{ string_text }},\n {{ length_expression }}\n )\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9111779, "supported_languages": null}, "macro.dbt.listagg": {"unique_id": "macro.dbt.listagg", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/listagg.sql", "original_file_path": "macros/utils/listagg.sql", "name": "listagg", "macro_sql": "{% macro listagg(measure, delimiter_text=\"','\", order_by_clause=none, limit_num=none) -%}\n {{ return(adapter.dispatch('listagg', 'dbt') (measure, delimiter_text, order_by_clause, limit_num)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__listagg"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9131699, "supported_languages": null}, "macro.dbt.default__listagg": {"unique_id": "macro.dbt.default__listagg", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/listagg.sql", "original_file_path": "macros/utils/listagg.sql", "name": "default__listagg", "macro_sql": "{% macro default__listagg(measure, delimiter_text, order_by_clause, limit_num) -%}\n\n {% if limit_num -%}\n array_to_string(\n array_slice(\n array_agg(\n {{ measure }}\n ){% if order_by_clause -%}\n within group ({{ order_by_clause }})\n {%- endif %}\n ,0\n ,{{ limit_num }}\n ),\n {{ delimiter_text }}\n )\n {%- else %}\n listagg(\n {{ measure }},\n {{ delimiter_text }}\n )\n {% if order_by_clause -%}\n within group ({{ order_by_clause }})\n {%- endif %}\n {%- endif %}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.914496, "supported_languages": null}, "macro.dbt.datediff": {"unique_id": "macro.dbt.datediff", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/datediff.sql", "original_file_path": "macros/utils/datediff.sql", "name": "datediff", "macro_sql": "{% macro datediff(first_date, second_date, datepart) %}\n {{ return(adapter.dispatch('datediff', 'dbt')(first_date, second_date, datepart)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9157481, "supported_languages": null}, "macro.dbt.default__datediff": {"unique_id": "macro.dbt.default__datediff", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/datediff.sql", "original_file_path": "macros/utils/datediff.sql", "name": "default__datediff", "macro_sql": "{% macro default__datediff(first_date, second_date, datepart) -%}\n\n datediff(\n {{ datepart }},\n {{ first_date }},\n {{ second_date }}\n )\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.916301, "supported_languages": null}, "macro.dbt.safe_cast": {"unique_id": "macro.dbt.safe_cast", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/safe_cast.sql", "original_file_path": "macros/utils/safe_cast.sql", "name": "safe_cast", "macro_sql": "{% macro safe_cast(field, type) %}\n {{ return(adapter.dispatch('safe_cast', 'dbt') (field, type)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__safe_cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9174342, "supported_languages": null}, "macro.dbt.default__safe_cast": {"unique_id": "macro.dbt.default__safe_cast", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/safe_cast.sql", "original_file_path": "macros/utils/safe_cast.sql", "name": "default__safe_cast", "macro_sql": "{% macro default__safe_cast(field, type) %}\n {# most databases don't support this function yet\n so we just need to use cast #}\n cast({{field}} as {{type}})\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.917907, "supported_languages": null}, "macro.dbt.hash": {"unique_id": "macro.dbt.hash", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/hash.sql", "original_file_path": "macros/utils/hash.sql", "name": "hash", "macro_sql": "{% macro hash(field) -%}\n {{ return(adapter.dispatch('hash', 'dbt') (field)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__hash"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.918953, "supported_languages": null}, "macro.dbt.default__hash": {"unique_id": "macro.dbt.default__hash", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/hash.sql", "original_file_path": "macros/utils/hash.sql", "name": "default__hash", "macro_sql": "{% macro default__hash(field) -%}\n md5(cast({{ field }} as {{ api.Column.translate_type('string') }}))\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9195, "supported_languages": null}, "macro.dbt.cast_bool_to_text": {"unique_id": "macro.dbt.cast_bool_to_text", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/cast_bool_to_text.sql", "original_file_path": "macros/utils/cast_bool_to_text.sql", "name": "cast_bool_to_text", "macro_sql": "{% macro cast_bool_to_text(field) %}\n {{ adapter.dispatch('cast_bool_to_text', 'dbt') (field) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__cast_bool_to_text"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.920528, "supported_languages": null}, "macro.dbt.default__cast_bool_to_text": {"unique_id": "macro.dbt.default__cast_bool_to_text", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/cast_bool_to_text.sql", "original_file_path": "macros/utils/cast_bool_to_text.sql", "name": "default__cast_bool_to_text", "macro_sql": "{% macro default__cast_bool_to_text(field) %}\n cast({{ field }} as {{ api.Column.translate_type('string') }})\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9210722, "supported_languages": null}, "macro.dbt.any_value": {"unique_id": "macro.dbt.any_value", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/any_value.sql", "original_file_path": "macros/utils/any_value.sql", "name": "any_value", "macro_sql": "{% macro any_value(expression) -%}\n {{ return(adapter.dispatch('any_value', 'dbt') (expression)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__any_value"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9221041, "supported_languages": null}, "macro.dbt.default__any_value": {"unique_id": "macro.dbt.default__any_value", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/any_value.sql", "original_file_path": "macros/utils/any_value.sql", "name": "default__any_value", "macro_sql": "{% macro default__any_value(expression) -%}\n\n any_value({{ expression }})\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.922463, "supported_languages": null}, "macro.dbt.position": {"unique_id": "macro.dbt.position", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/position.sql", "original_file_path": "macros/utils/position.sql", "name": "position", "macro_sql": "{% macro position(substring_text, string_text) -%}\n {{ return(adapter.dispatch('position', 'dbt') (substring_text, string_text)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__position"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.923605, "supported_languages": null}, "macro.dbt.default__position": {"unique_id": "macro.dbt.default__position", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/position.sql", "original_file_path": "macros/utils/position.sql", "name": "default__position", "macro_sql": "{% macro default__position(substring_text, string_text) %}\n\n position(\n {{ substring_text }} in {{ string_text }}\n )\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.924063, "supported_languages": null}, "macro.dbt.string_literal": {"unique_id": "macro.dbt.string_literal", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/literal.sql", "original_file_path": "macros/utils/literal.sql", "name": "string_literal", "macro_sql": "{%- macro string_literal(value) -%}\n {{ return(adapter.dispatch('string_literal', 'dbt') (value)) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__string_literal"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9250948, "supported_languages": null}, "macro.dbt.default__string_literal": {"unique_id": "macro.dbt.default__string_literal", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/literal.sql", "original_file_path": "macros/utils/literal.sql", "name": "default__string_literal", "macro_sql": "{% macro default__string_literal(value) -%}\n '{{ value }}'\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.925459, "supported_languages": null}, "macro.dbt.type_string": {"unique_id": "macro.dbt.type_string", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "name": "type_string", "macro_sql": "\n\n{%- macro type_string() -%}\n {{ return(adapter.dispatch('type_string', 'dbt')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.929131, "supported_languages": null}, "macro.dbt.default__type_string": {"unique_id": "macro.dbt.default__type_string", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "name": "default__type_string", "macro_sql": "{% macro default__type_string() %}\n {{ return(api.Column.translate_type(\"string\")) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.929694, "supported_languages": null}, "macro.dbt.type_timestamp": {"unique_id": "macro.dbt.type_timestamp", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "name": "type_timestamp", "macro_sql": "\n\n{%- macro type_timestamp() -%}\n {{ return(adapter.dispatch('type_timestamp', 'dbt')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.930471, "supported_languages": null}, "macro.dbt.default__type_timestamp": {"unique_id": "macro.dbt.default__type_timestamp", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "name": "default__type_timestamp", "macro_sql": "{% macro default__type_timestamp() %}\n {{ return(api.Column.translate_type(\"timestamp\")) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.930984, "supported_languages": null}, "macro.dbt.type_float": {"unique_id": "macro.dbt.type_float", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "name": "type_float", "macro_sql": "\n\n{%- macro type_float() -%}\n {{ return(adapter.dispatch('type_float', 'dbt')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.931535, "supported_languages": null}, "macro.dbt.default__type_float": {"unique_id": "macro.dbt.default__type_float", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "name": "default__type_float", "macro_sql": "{% macro default__type_float() %}\n {{ return(api.Column.translate_type(\"float\")) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.932051, "supported_languages": null}, "macro.dbt.type_numeric": {"unique_id": "macro.dbt.type_numeric", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "name": "type_numeric", "macro_sql": "\n\n{%- macro type_numeric() -%}\n {{ return(adapter.dispatch('type_numeric', 'dbt')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9326148, "supported_languages": null}, "macro.dbt.default__type_numeric": {"unique_id": "macro.dbt.default__type_numeric", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "name": "default__type_numeric", "macro_sql": "{% macro default__type_numeric() %}\n {{ return(api.Column.numeric_type(\"numeric\", 28, 6)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9332092, "supported_languages": null}, "macro.dbt.type_bigint": {"unique_id": "macro.dbt.type_bigint", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "name": "type_bigint", "macro_sql": "\n\n{%- macro type_bigint() -%}\n {{ return(adapter.dispatch('type_bigint', 'dbt')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__type_bigint"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.933764, "supported_languages": null}, "macro.dbt.default__type_bigint": {"unique_id": "macro.dbt.default__type_bigint", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "name": "default__type_bigint", "macro_sql": "{% macro default__type_bigint() %}\n {{ return(api.Column.translate_type(\"bigint\")) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.934299, "supported_languages": null}, "macro.dbt.type_int": {"unique_id": "macro.dbt.type_int", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "name": "type_int", "macro_sql": "\n\n{%- macro type_int() -%}\n {{ return(adapter.dispatch('type_int', 'dbt')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9348538, "supported_languages": null}, "macro.dbt.default__type_int": {"unique_id": "macro.dbt.default__type_int", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "name": "default__type_int", "macro_sql": "{%- macro default__type_int() -%}\n {{ return(api.Column.translate_type(\"integer\")) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.935364, "supported_languages": null}, "macro.dbt.type_boolean": {"unique_id": "macro.dbt.type_boolean", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "name": "type_boolean", "macro_sql": "\n\n{%- macro type_boolean() -%}\n {{ return(adapter.dispatch('type_boolean', 'dbt')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__type_boolean"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.935915, "supported_languages": null}, "macro.dbt.default__type_boolean": {"unique_id": "macro.dbt.default__type_boolean", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "name": "default__type_boolean", "macro_sql": "{%- macro default__type_boolean() -%}\n {{ return(api.Column.translate_type(\"boolean\")) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9364219, "supported_languages": null}, "macro.dbt.array_concat": {"unique_id": "macro.dbt.array_concat", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/array_concat.sql", "original_file_path": "macros/utils/array_concat.sql", "name": "array_concat", "macro_sql": "{% macro array_concat(array_1, array_2) -%}\n {{ return(adapter.dispatch('array_concat', 'dbt')(array_1, array_2)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__array_concat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.93765, "supported_languages": null}, "macro.dbt.default__array_concat": {"unique_id": "macro.dbt.default__array_concat", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/array_concat.sql", "original_file_path": "macros/utils/array_concat.sql", "name": "default__array_concat", "macro_sql": "{% macro default__array_concat(array_1, array_2) -%}\n array_cat({{ array_1 }}, {{ array_2 }})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.938112, "supported_languages": null}, "macro.dbt.bool_or": {"unique_id": "macro.dbt.bool_or", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/bool_or.sql", "original_file_path": "macros/utils/bool_or.sql", "name": "bool_or", "macro_sql": "{% macro bool_or(expression) -%}\n {{ return(adapter.dispatch('bool_or', 'dbt') (expression)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__bool_or"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.939164, "supported_languages": null}, "macro.dbt.default__bool_or": {"unique_id": "macro.dbt.default__bool_or", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/bool_or.sql", "original_file_path": "macros/utils/bool_or.sql", "name": "default__bool_or", "macro_sql": "{% macro default__bool_or(expression) -%}\n\n bool_or({{ expression }})\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.939523, "supported_languages": null}, "macro.dbt.last_day": {"unique_id": "macro.dbt.last_day", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/last_day.sql", "original_file_path": "macros/utils/last_day.sql", "name": "last_day", "macro_sql": "{% macro last_day(date, datepart) %}\n {{ return(adapter.dispatch('last_day', 'dbt') (date, datepart)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.940803, "supported_languages": null}, "macro.dbt.default_last_day": {"unique_id": "macro.dbt.default_last_day", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/last_day.sql", "original_file_path": "macros/utils/last_day.sql", "name": "default_last_day", "macro_sql": "\n\n{%- macro default_last_day(date, datepart) -%}\n cast(\n {{dbt.dateadd('day', '-1',\n dbt.dateadd(datepart, '1', dbt.date_trunc(datepart, date))\n )}}\n as date)\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.dateadd", "macro.dbt.date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.941678, "supported_languages": null}, "macro.dbt.default__last_day": {"unique_id": "macro.dbt.default__last_day", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/last_day.sql", "original_file_path": "macros/utils/last_day.sql", "name": "default__last_day", "macro_sql": "{% macro default__last_day(date, datepart) -%}\n {{dbt.default_last_day(date, datepart)}}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default_last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9421911, "supported_languages": null}, "macro.dbt.split_part": {"unique_id": "macro.dbt.split_part", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/split_part.sql", "original_file_path": "macros/utils/split_part.sql", "name": "split_part", "macro_sql": "{% macro split_part(string_text, delimiter_text, part_number) %}\n {{ return(adapter.dispatch('split_part', 'dbt') (string_text, delimiter_text, part_number)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__split_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.943871, "supported_languages": null}, "macro.dbt.default__split_part": {"unique_id": "macro.dbt.default__split_part", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/split_part.sql", "original_file_path": "macros/utils/split_part.sql", "name": "default__split_part", "macro_sql": "{% macro default__split_part(string_text, delimiter_text, part_number) %}\n\n split_part(\n {{ string_text }},\n {{ delimiter_text }},\n {{ part_number }}\n )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.944428, "supported_languages": null}, "macro.dbt._split_part_negative": {"unique_id": "macro.dbt._split_part_negative", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/split_part.sql", "original_file_path": "macros/utils/split_part.sql", "name": "_split_part_negative", "macro_sql": "{% macro _split_part_negative(string_text, delimiter_text, part_number) %}\n\n split_part(\n {{ string_text }},\n {{ delimiter_text }},\n length({{ string_text }})\n - length(\n replace({{ string_text }}, {{ delimiter_text }}, '')\n ) + 2 {{ part_number }}\n )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.945371, "supported_languages": null}, "macro.dbt.date_trunc": {"unique_id": "macro.dbt.date_trunc", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/date_trunc.sql", "original_file_path": "macros/utils/date_trunc.sql", "name": "date_trunc", "macro_sql": "{% macro date_trunc(datepart, date) -%}\n {{ return(adapter.dispatch('date_trunc', 'dbt') (datepart, date)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.94662, "supported_languages": null}, "macro.dbt.default__date_trunc": {"unique_id": "macro.dbt.default__date_trunc", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/date_trunc.sql", "original_file_path": "macros/utils/date_trunc.sql", "name": "default__date_trunc", "macro_sql": "{% macro default__date_trunc(datepart, date) -%}\n date_trunc('{{datepart}}', {{date}})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9471009, "supported_languages": null}, "macro.dbt.array_construct": {"unique_id": "macro.dbt.array_construct", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/array_construct.sql", "original_file_path": "macros/utils/array_construct.sql", "name": "array_construct", "macro_sql": "{% macro array_construct(inputs=[], data_type=api.Column.translate_type('integer')) -%}\n {{ return(adapter.dispatch('array_construct', 'dbt')(inputs, data_type)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__array_construct"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.948499, "supported_languages": null}, "macro.dbt.default__array_construct": {"unique_id": "macro.dbt.default__array_construct", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/array_construct.sql", "original_file_path": "macros/utils/array_construct.sql", "name": "default__array_construct", "macro_sql": "{% macro default__array_construct(inputs, data_type) -%}\n {% if inputs|length > 0 %}\n array[ {{ inputs|join(' , ') }} ]\n {% else %}\n array[]::{{data_type}}[]\n {% endif %}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9493172, "supported_languages": null}, "macro.dbt.array_append": {"unique_id": "macro.dbt.array_append", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/array_append.sql", "original_file_path": "macros/utils/array_append.sql", "name": "array_append", "macro_sql": "{% macro array_append(array, new_element) -%}\n {{ return(adapter.dispatch('array_append', 'dbt')(array, new_element)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__array_append"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.950449, "supported_languages": null}, "macro.dbt.default__array_append": {"unique_id": "macro.dbt.default__array_append", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/utils/array_append.sql", "original_file_path": "macros/utils/array_append.sql", "name": "default__array_append", "macro_sql": "{% macro default__array_append(array, new_element) -%}\n array_append({{ array }}, {{ new_element }})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.950922, "supported_languages": null}, "macro.dbt.create_schema": {"unique_id": "macro.dbt.create_schema", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/schema.sql", "original_file_path": "macros/adapters/schema.sql", "name": "create_schema", "macro_sql": "{% macro create_schema(relation) -%}\n {{ adapter.dispatch('create_schema', 'dbt')(relation) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__create_schema"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.952246, "supported_languages": null}, "macro.dbt.default__create_schema": {"unique_id": "macro.dbt.default__create_schema", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/schema.sql", "original_file_path": "macros/adapters/schema.sql", "name": "default__create_schema", "macro_sql": "{% macro default__create_schema(relation) -%}\n {%- call statement('create_schema') -%}\n create schema if not exists {{ relation.without_identifier() }}\n {% endcall %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9528818, "supported_languages": null}, "macro.dbt.drop_schema": {"unique_id": "macro.dbt.drop_schema", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/schema.sql", "original_file_path": "macros/adapters/schema.sql", "name": "drop_schema", "macro_sql": "{% macro drop_schema(relation) -%}\n {{ adapter.dispatch('drop_schema', 'dbt')(relation) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__drop_schema"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9534369, "supported_languages": null}, "macro.dbt.default__drop_schema": {"unique_id": "macro.dbt.default__drop_schema", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/schema.sql", "original_file_path": "macros/adapters/schema.sql", "name": "default__drop_schema", "macro_sql": "{% macro default__drop_schema(relation) -%}\n {%- call statement('drop_schema') -%}\n drop schema if exists {{ relation.without_identifier() }} cascade\n {% endcall %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9540591, "supported_languages": null}, "macro.dbt.current_timestamp": {"unique_id": "macro.dbt.current_timestamp", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "name": "current_timestamp", "macro_sql": "{%- macro current_timestamp() -%}\n {{ adapter.dispatch('current_timestamp', 'dbt')() }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.955638, "supported_languages": null}, "macro.dbt.default__current_timestamp": {"unique_id": "macro.dbt.default__current_timestamp", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "name": "default__current_timestamp", "macro_sql": "{% macro default__current_timestamp() -%}\n {{ exceptions.raise_not_implemented(\n 'current_timestamp macro not implemented for adapter ' + adapter.type()) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.956161, "supported_languages": null}, "macro.dbt.snapshot_get_time": {"unique_id": "macro.dbt.snapshot_get_time", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "name": "snapshot_get_time", "macro_sql": "\n\n{%- macro snapshot_get_time() -%}\n {{ adapter.dispatch('snapshot_get_time', 'dbt')() }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__snapshot_get_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.956661, "supported_languages": null}, "macro.dbt.default__snapshot_get_time": {"unique_id": "macro.dbt.default__snapshot_get_time", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "name": "default__snapshot_get_time", "macro_sql": "{% macro default__snapshot_get_time() %}\n {{ current_timestamp() }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9570282, "supported_languages": null}, "macro.dbt.current_timestamp_backcompat": {"unique_id": "macro.dbt.current_timestamp_backcompat", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "name": "current_timestamp_backcompat", "macro_sql": "{% macro current_timestamp_backcompat() %}\n {{ return(adapter.dispatch('current_timestamp_backcompat', 'dbt')()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__current_timestamp_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.957581, "supported_languages": null}, "macro.dbt.default__current_timestamp_backcompat": {"unique_id": "macro.dbt.default__current_timestamp_backcompat", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "name": "default__current_timestamp_backcompat", "macro_sql": "{% macro default__current_timestamp_backcompat() %}\n current_timestamp::timestamp\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.957848, "supported_languages": null}, "macro.dbt.current_timestamp_in_utc_backcompat": {"unique_id": "macro.dbt.current_timestamp_in_utc_backcompat", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "name": "current_timestamp_in_utc_backcompat", "macro_sql": "{% macro current_timestamp_in_utc_backcompat() %}\n {{ return(adapter.dispatch('current_timestamp_in_utc_backcompat', 'dbt')()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__current_timestamp_in_utc_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.958397, "supported_languages": null}, "macro.dbt.default__current_timestamp_in_utc_backcompat": {"unique_id": "macro.dbt.default__current_timestamp_in_utc_backcompat", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "name": "default__current_timestamp_in_utc_backcompat", "macro_sql": "{% macro default__current_timestamp_in_utc_backcompat() %}\n {{ return(adapter.dispatch('current_timestamp_backcompat', 'dbt')()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.current_timestamp_backcompat", "macro.dbt_postgres.postgres__current_timestamp_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.958956, "supported_languages": null}, "macro.dbt.get_create_index_sql": {"unique_id": "macro.dbt.get_create_index_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "name": "get_create_index_sql", "macro_sql": "{% macro get_create_index_sql(relation, index_dict) -%}\n {{ return(adapter.dispatch('get_create_index_sql', 'dbt')(relation, index_dict)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_create_index_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.96056, "supported_languages": null}, "macro.dbt.default__get_create_index_sql": {"unique_id": "macro.dbt.default__get_create_index_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "name": "default__get_create_index_sql", "macro_sql": "{% macro default__get_create_index_sql(relation, index_dict) -%}\n {% do return(None) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.961229, "supported_languages": null}, "macro.dbt.create_indexes": {"unique_id": "macro.dbt.create_indexes", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "name": "create_indexes", "macro_sql": "{% macro create_indexes(relation) -%}\n {{ adapter.dispatch('create_indexes', 'dbt')(relation) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__create_indexes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.961767, "supported_languages": null}, "macro.dbt.default__create_indexes": {"unique_id": "macro.dbt.default__create_indexes", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "name": "default__create_indexes", "macro_sql": "{% macro default__create_indexes(relation) -%}\n {%- set _indexes = config.get('indexes', default=[]) -%}\n\n {% for _index_dict in _indexes %}\n {% set create_index_sql = get_create_index_sql(relation, _index_dict) %}\n {% if create_index_sql %}\n {% do run_query(create_index_sql) %}\n {% endif %}\n {% endfor %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_create_index_sql", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.96309, "supported_languages": null}, "macro.dbt.make_intermediate_relation": {"unique_id": "macro.dbt.make_intermediate_relation", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "name": "make_intermediate_relation", "macro_sql": "{% macro make_intermediate_relation(base_relation, suffix='__dbt_tmp') %}\n {{ return(adapter.dispatch('make_intermediate_relation', 'dbt')(base_relation, suffix)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__make_intermediate_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.971141, "supported_languages": null}, "macro.dbt.default__make_intermediate_relation": {"unique_id": "macro.dbt.default__make_intermediate_relation", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "name": "default__make_intermediate_relation", "macro_sql": "{% macro default__make_intermediate_relation(base_relation, suffix) %}\n {{ return(default__make_temp_relation(base_relation, suffix)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__make_temp_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.971711, "supported_languages": null}, "macro.dbt.make_temp_relation": {"unique_id": "macro.dbt.make_temp_relation", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "name": "make_temp_relation", "macro_sql": "{% macro make_temp_relation(base_relation, suffix='__dbt_tmp') %}\n {{ return(adapter.dispatch('make_temp_relation', 'dbt')(base_relation, suffix)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__make_temp_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.972438, "supported_languages": null}, "macro.dbt.default__make_temp_relation": {"unique_id": "macro.dbt.default__make_temp_relation", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "name": "default__make_temp_relation", "macro_sql": "{% macro default__make_temp_relation(base_relation, suffix) %}\n {%- set temp_identifier = base_relation.identifier ~ suffix -%}\n {%- set temp_relation = base_relation.incorporate(\n path={\"identifier\": temp_identifier}) -%}\n\n {{ return(temp_relation) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9733918, "supported_languages": null}, "macro.dbt.make_backup_relation": {"unique_id": "macro.dbt.make_backup_relation", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "name": "make_backup_relation", "macro_sql": "{% macro make_backup_relation(base_relation, backup_relation_type, suffix='__dbt_backup') %}\n {{ return(adapter.dispatch('make_backup_relation', 'dbt')(base_relation, backup_relation_type, suffix)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__make_backup_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.974195, "supported_languages": null}, "macro.dbt.default__make_backup_relation": {"unique_id": "macro.dbt.default__make_backup_relation", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "name": "default__make_backup_relation", "macro_sql": "{% macro default__make_backup_relation(base_relation, backup_relation_type, suffix) %}\n {%- set backup_identifier = base_relation.identifier ~ suffix -%}\n {%- set backup_relation = base_relation.incorporate(\n path={\"identifier\": backup_identifier},\n type=backup_relation_type\n ) -%}\n {{ return(backup_relation) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9752378, "supported_languages": null}, "macro.dbt.drop_relation": {"unique_id": "macro.dbt.drop_relation", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "name": "drop_relation", "macro_sql": "{% macro drop_relation(relation) -%}\n {{ return(adapter.dispatch('drop_relation', 'dbt')(relation)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__drop_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.975848, "supported_languages": null}, "macro.dbt.default__drop_relation": {"unique_id": "macro.dbt.default__drop_relation", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "name": "default__drop_relation", "macro_sql": "{% macro default__drop_relation(relation) -%}\n {% call statement('drop_relation', auto_begin=False) -%}\n drop {{ relation.type }} if exists {{ relation }} cascade\n {%- endcall %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9765718, "supported_languages": null}, "macro.dbt.truncate_relation": {"unique_id": "macro.dbt.truncate_relation", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "name": "truncate_relation", "macro_sql": "{% macro truncate_relation(relation) -%}\n {{ return(adapter.dispatch('truncate_relation', 'dbt')(relation)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__truncate_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.977173, "supported_languages": null}, "macro.dbt.default__truncate_relation": {"unique_id": "macro.dbt.default__truncate_relation", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "name": "default__truncate_relation", "macro_sql": "{% macro default__truncate_relation(relation) -%}\n {% call statement('truncate_relation') -%}\n truncate table {{ relation }}\n {%- endcall %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9777222, "supported_languages": null}, "macro.dbt.rename_relation": {"unique_id": "macro.dbt.rename_relation", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "name": "rename_relation", "macro_sql": "{% macro rename_relation(from_relation, to_relation) -%}\n {{ return(adapter.dispatch('rename_relation', 'dbt')(from_relation, to_relation)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__rename_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.978397, "supported_languages": null}, "macro.dbt.default__rename_relation": {"unique_id": "macro.dbt.default__rename_relation", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "name": "default__rename_relation", "macro_sql": "{% macro default__rename_relation(from_relation, to_relation) -%}\n {% set target_name = adapter.quote_as_configured(to_relation.identifier, 'identifier') %}\n {% call statement('rename_relation') -%}\n alter table {{ from_relation }} rename to {{ target_name }}\n {%- endcall %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9793432, "supported_languages": null}, "macro.dbt.get_or_create_relation": {"unique_id": "macro.dbt.get_or_create_relation", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "name": "get_or_create_relation", "macro_sql": "{% macro get_or_create_relation(database, schema, identifier, type) -%}\n {{ return(adapter.dispatch('get_or_create_relation', 'dbt')(database, schema, identifier, type)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_or_create_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.980277, "supported_languages": null}, "macro.dbt.default__get_or_create_relation": {"unique_id": "macro.dbt.default__get_or_create_relation", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "name": "default__get_or_create_relation", "macro_sql": "{% macro default__get_or_create_relation(database, schema, identifier, type) %}\n {%- set target_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) %}\n\n {% if target_relation %}\n {% do return([true, target_relation]) %}\n {% endif %}\n\n {%- set new_relation = api.Relation.create(\n database=database,\n schema=schema,\n identifier=identifier,\n type=type\n ) -%}\n {% do return([false, new_relation]) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.98208, "supported_languages": null}, "macro.dbt.load_cached_relation": {"unique_id": "macro.dbt.load_cached_relation", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "name": "load_cached_relation", "macro_sql": "{% macro load_cached_relation(relation) %}\n {% do return(adapter.get_relation(\n database=relation.database,\n schema=relation.schema,\n identifier=relation.identifier\n )) -%}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.983018, "supported_languages": null}, "macro.dbt.load_relation": {"unique_id": "macro.dbt.load_relation", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "name": "load_relation", "macro_sql": "{% macro load_relation(relation) %}\n {{ return(load_cached_relation(relation)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.load_cached_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.983506, "supported_languages": null}, "macro.dbt.drop_relation_if_exists": {"unique_id": "macro.dbt.drop_relation_if_exists", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "name": "drop_relation_if_exists", "macro_sql": "{% macro drop_relation_if_exists(relation) %}\n {% if relation is not none %}\n {{ adapter.drop_relation(relation) }}\n {% endif %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.984166, "supported_languages": null}, "macro.dbt.collect_freshness": {"unique_id": "macro.dbt.collect_freshness", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/freshness.sql", "original_file_path": "macros/adapters/freshness.sql", "name": "collect_freshness", "macro_sql": "{% macro collect_freshness(source, loaded_at_field, filter) %}\n {{ return(adapter.dispatch('collect_freshness', 'dbt')(source, loaded_at_field, filter))}}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__collect_freshness"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9857368, "supported_languages": null}, "macro.dbt.default__collect_freshness": {"unique_id": "macro.dbt.default__collect_freshness", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/freshness.sql", "original_file_path": "macros/adapters/freshness.sql", "name": "default__collect_freshness", "macro_sql": "{% macro default__collect_freshness(source, loaded_at_field, filter) %}\n {% call statement('collect_freshness', fetch_result=True, auto_begin=False) -%}\n select\n max({{ loaded_at_field }}) as max_loaded_at,\n {{ current_timestamp() }} as snapshotted_at\n from {{ source }}\n {% if filter %}\n where {{ filter }}\n {% endif %}\n {% endcall %}\n {{ return(load_result('collect_freshness').table) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9871302, "supported_languages": null}, "macro.dbt.copy_grants": {"unique_id": "macro.dbt.copy_grants", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "name": "copy_grants", "macro_sql": "{% macro copy_grants() %}\n {{ return(adapter.dispatch('copy_grants', 'dbt')()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__copy_grants"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9915159, "supported_languages": null}, "macro.dbt.default__copy_grants": {"unique_id": "macro.dbt.default__copy_grants", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "name": "default__copy_grants", "macro_sql": "{% macro default__copy_grants() %}\n {{ return(True) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.991921, "supported_languages": null}, "macro.dbt.support_multiple_grantees_per_dcl_statement": {"unique_id": "macro.dbt.support_multiple_grantees_per_dcl_statement", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "name": "support_multiple_grantees_per_dcl_statement", "macro_sql": "{% macro support_multiple_grantees_per_dcl_statement() %}\n {{ return(adapter.dispatch('support_multiple_grantees_per_dcl_statement', 'dbt')()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__support_multiple_grantees_per_dcl_statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.992488, "supported_languages": null}, "macro.dbt.default__support_multiple_grantees_per_dcl_statement": {"unique_id": "macro.dbt.default__support_multiple_grantees_per_dcl_statement", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "name": "default__support_multiple_grantees_per_dcl_statement", "macro_sql": "\n\n{%- macro default__support_multiple_grantees_per_dcl_statement() -%}\n {{ return(True) }}\n{%- endmacro -%}\n\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.992872, "supported_languages": null}, "macro.dbt.should_revoke": {"unique_id": "macro.dbt.should_revoke", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "name": "should_revoke", "macro_sql": "{% macro should_revoke(existing_relation, full_refresh_mode=True) %}\n\n {% if not existing_relation %}\n {#-- The table doesn't already exist, so no grants to copy over --#}\n {{ return(False) }}\n {% elif full_refresh_mode %}\n {#-- The object is being REPLACED -- whether grants are copied over depends on the value of user config --#}\n {{ return(copy_grants()) }}\n {% else %}\n {#-- The table is being merged/upserted/inserted -- grants will be carried over --#}\n {{ return(True) }}\n {% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.copy_grants"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.994001, "supported_languages": null}, "macro.dbt.get_show_grant_sql": {"unique_id": "macro.dbt.get_show_grant_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "name": "get_show_grant_sql", "macro_sql": "{% macro get_show_grant_sql(relation) %}\n {{ return(adapter.dispatch(\"get_show_grant_sql\", \"dbt\")(relation)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_show_grant_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9946399, "supported_languages": null}, "macro.dbt.default__get_show_grant_sql": {"unique_id": "macro.dbt.default__get_show_grant_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "name": "default__get_show_grant_sql", "macro_sql": "{% macro default__get_show_grant_sql(relation) %}\n show grants on {{ relation }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.995005, "supported_languages": null}, "macro.dbt.get_grant_sql": {"unique_id": "macro.dbt.get_grant_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "name": "get_grant_sql", "macro_sql": "{% macro get_grant_sql(relation, privilege, grantees) %}\n {{ return(adapter.dispatch('get_grant_sql', 'dbt')(relation, privilege, grantees)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_grant_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.995757, "supported_languages": null}, "macro.dbt.default__get_grant_sql": {"unique_id": "macro.dbt.default__get_grant_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "name": "default__get_grant_sql", "macro_sql": "\n\n{%- macro default__get_grant_sql(relation, privilege, grantees) -%}\n grant {{ privilege }} on {{ relation }} to {{ grantees | join(', ') }}\n{%- endmacro -%}\n\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.996386, "supported_languages": null}, "macro.dbt.get_revoke_sql": {"unique_id": "macro.dbt.get_revoke_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "name": "get_revoke_sql", "macro_sql": "{% macro get_revoke_sql(relation, privilege, grantees) %}\n {{ return(adapter.dispatch('get_revoke_sql', 'dbt')(relation, privilege, grantees)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_revoke_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.9971352, "supported_languages": null}, "macro.dbt.default__get_revoke_sql": {"unique_id": "macro.dbt.default__get_revoke_sql", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "name": "default__get_revoke_sql", "macro_sql": "\n\n{%- macro default__get_revoke_sql(relation, privilege, grantees) -%}\n revoke {{ privilege }} on {{ relation }} from {{ grantees | join(', ') }}\n{%- endmacro -%}\n\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.997775, "supported_languages": null}, "macro.dbt.get_dcl_statement_list": {"unique_id": "macro.dbt.get_dcl_statement_list", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "name": "get_dcl_statement_list", "macro_sql": "{% macro get_dcl_statement_list(relation, grant_config, get_dcl_macro) %}\n {{ return(adapter.dispatch('get_dcl_statement_list', 'dbt')(relation, grant_config, get_dcl_macro)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_dcl_statement_list"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461885.998537, "supported_languages": null}, "macro.dbt.default__get_dcl_statement_list": {"unique_id": "macro.dbt.default__get_dcl_statement_list", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "name": "default__get_dcl_statement_list", "macro_sql": "\n\n{%- macro default__get_dcl_statement_list(relation, grant_config, get_dcl_macro) -%}\n {#\n -- Unpack grant_config into specific privileges and the set of users who need them granted/revoked.\n -- Depending on whether this database supports multiple grantees per statement, pass in the list of\n -- all grantees per privilege, or (if not) template one statement per privilege-grantee pair.\n -- `get_dcl_macro` will be either `get_grant_sql` or `get_revoke_sql`\n #}\n {%- set dcl_statements = [] -%}\n {%- for privilege, grantees in grant_config.items() %}\n {%- if support_multiple_grantees_per_dcl_statement() and grantees -%}\n {%- set dcl = get_dcl_macro(relation, privilege, grantees) -%}\n {%- do dcl_statements.append(dcl) -%}\n {%- else -%}\n {%- for grantee in grantees -%}\n {% set dcl = get_dcl_macro(relation, privilege, [grantee]) %}\n {%- do dcl_statements.append(dcl) -%}\n {% endfor -%}\n {%- endif -%}\n {%- endfor -%}\n {{ return(dcl_statements) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.support_multiple_grantees_per_dcl_statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.0007522, "supported_languages": null}, "macro.dbt.call_dcl_statements": {"unique_id": "macro.dbt.call_dcl_statements", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "name": "call_dcl_statements", "macro_sql": "{% macro call_dcl_statements(dcl_statement_list) %}\n {{ return(adapter.dispatch(\"call_dcl_statements\", \"dbt\")(dcl_statement_list)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__call_dcl_statements"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.001565, "supported_languages": null}, "macro.dbt.default__call_dcl_statements": {"unique_id": "macro.dbt.default__call_dcl_statements", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "name": "default__call_dcl_statements", "macro_sql": "{% macro default__call_dcl_statements(dcl_statement_list) %}\n {#\n -- By default, supply all grant + revoke statements in a single semicolon-separated block,\n -- so that they're all processed together.\n\n -- Some databases do not support this. Those adapters will need to override this macro\n -- to run each statement individually.\n #}\n {% call statement('grants') %}\n {% for dcl_statement in dcl_statement_list %}\n {{ dcl_statement }};\n {% endfor %}\n {% endcall %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.002393, "supported_languages": null}, "macro.dbt.apply_grants": {"unique_id": "macro.dbt.apply_grants", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "name": "apply_grants", "macro_sql": "{% macro apply_grants(relation, grant_config, should_revoke) %}\n {{ return(adapter.dispatch(\"apply_grants\", \"dbt\")(relation, grant_config, should_revoke)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__apply_grants"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.0031512, "supported_languages": null}, "macro.dbt.default__apply_grants": {"unique_id": "macro.dbt.default__apply_grants", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "name": "default__apply_grants", "macro_sql": "{% macro default__apply_grants(relation, grant_config, should_revoke=True) %}\n {#-- If grant_config is {} or None, this is a no-op --#}\n {% if grant_config %}\n {% if should_revoke %}\n {#-- We think previous grants may have carried over --#}\n {#-- Show current grants and calculate diffs --#}\n {% set current_grants_table = run_query(get_show_grant_sql(relation)) %}\n {% set current_grants_dict = adapter.standardize_grants_dict(current_grants_table) %}\n {% set needs_granting = diff_of_two_dicts(grant_config, current_grants_dict) %}\n {% set needs_revoking = diff_of_two_dicts(current_grants_dict, grant_config) %}\n {% if not (needs_granting or needs_revoking) %}\n {{ log('On ' ~ relation ~': All grants are in place, no revocation or granting needed.')}}\n {% endif %}\n {% else %}\n {#-- We don't think there's any chance of previous grants having carried over. --#}\n {#-- Jump straight to granting what the user has configured. --#}\n {% set needs_revoking = {} %}\n {% set needs_granting = grant_config %}\n {% endif %}\n {% if needs_granting or needs_revoking %}\n {% set revoke_statement_list = get_dcl_statement_list(relation, needs_revoking, get_revoke_sql) %}\n {% set grant_statement_list = get_dcl_statement_list(relation, needs_granting, get_grant_sql) %}\n {% set dcl_statement_list = revoke_statement_list + grant_statement_list %}\n {% if dcl_statement_list %}\n {{ call_dcl_statements(dcl_statement_list) }}\n {% endif %}\n {% endif %}\n {% endif %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt.get_show_grant_sql", "macro.dbt.get_dcl_statement_list", "macro.dbt.call_dcl_statements"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.0068429, "supported_languages": null}, "macro.dbt.alter_column_comment": {"unique_id": "macro.dbt.alter_column_comment", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "name": "alter_column_comment", "macro_sql": "{% macro alter_column_comment(relation, column_dict) -%}\n {{ return(adapter.dispatch('alter_column_comment', 'dbt')(relation, column_dict)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.009009, "supported_languages": null}, "macro.dbt.default__alter_column_comment": {"unique_id": "macro.dbt.default__alter_column_comment", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "name": "default__alter_column_comment", "macro_sql": "{% macro default__alter_column_comment(relation, column_dict) -%}\n {{ exceptions.raise_not_implemented(\n 'alter_column_comment macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.009581, "supported_languages": null}, "macro.dbt.alter_relation_comment": {"unique_id": "macro.dbt.alter_relation_comment", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "name": "alter_relation_comment", "macro_sql": "{% macro alter_relation_comment(relation, relation_comment) -%}\n {{ return(adapter.dispatch('alter_relation_comment', 'dbt')(relation, relation_comment)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__alter_relation_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.0102668, "supported_languages": null}, "macro.dbt.default__alter_relation_comment": {"unique_id": "macro.dbt.default__alter_relation_comment", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "name": "default__alter_relation_comment", "macro_sql": "{% macro default__alter_relation_comment(relation, relation_comment) -%}\n {{ exceptions.raise_not_implemented(\n 'alter_relation_comment macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.010837, "supported_languages": null}, "macro.dbt.persist_docs": {"unique_id": "macro.dbt.persist_docs", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "name": "persist_docs", "macro_sql": "{% macro persist_docs(relation, model, for_relation=true, for_columns=true) -%}\n {{ return(adapter.dispatch('persist_docs', 'dbt')(relation, model, for_relation, for_columns)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.011721, "supported_languages": null}, "macro.dbt.default__persist_docs": {"unique_id": "macro.dbt.default__persist_docs", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "name": "default__persist_docs", "macro_sql": "{% macro default__persist_docs(relation, model, for_relation, for_columns) -%}\n {% if for_relation and config.persist_relation_docs() and model.description %}\n {% do run_query(alter_relation_comment(relation, model.description)) %}\n {% endif %}\n\n {% if for_columns and config.persist_column_docs() and model.columns %}\n {% do run_query(alter_column_comment(relation, model.columns)) %}\n {% endif %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt.alter_relation_comment", "macro.dbt.alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.013292, "supported_languages": null}, "macro.dbt.get_catalog": {"unique_id": "macro.dbt.get_catalog", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "name": "get_catalog", "macro_sql": "{% macro get_catalog(information_schema, schemas) -%}\n {{ return(adapter.dispatch('get_catalog', 'dbt')(information_schema, schemas)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_catalog"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.0173671, "supported_languages": null}, "macro.dbt.default__get_catalog": {"unique_id": "macro.dbt.default__get_catalog", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "name": "default__get_catalog", "macro_sql": "{% macro default__get_catalog(information_schema, schemas) -%}\n\n {% set typename = adapter.type() %}\n {% set msg -%}\n get_catalog not implemented for {{ typename }}\n {%- endset %}\n\n {{ exceptions.raise_compiler_error(msg) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.018249, "supported_languages": null}, "macro.dbt.information_schema_name": {"unique_id": "macro.dbt.information_schema_name", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "name": "information_schema_name", "macro_sql": "{% macro information_schema_name(database) %}\n {{ return(adapter.dispatch('information_schema_name', 'dbt')(database)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__information_schema_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.01887, "supported_languages": null}, "macro.dbt.default__information_schema_name": {"unique_id": "macro.dbt.default__information_schema_name", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "name": "default__information_schema_name", "macro_sql": "{% macro default__information_schema_name(database) -%}\n {%- if database -%}\n {{ database }}.INFORMATION_SCHEMA\n {%- else -%}\n INFORMATION_SCHEMA\n {%- endif -%}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.019399, "supported_languages": null}, "macro.dbt.list_schemas": {"unique_id": "macro.dbt.list_schemas", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "name": "list_schemas", "macro_sql": "{% macro list_schemas(database) -%}\n {{ return(adapter.dispatch('list_schemas', 'dbt')(database)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__list_schemas"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.020013, "supported_languages": null}, "macro.dbt.default__list_schemas": {"unique_id": "macro.dbt.default__list_schemas", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "name": "default__list_schemas", "macro_sql": "{% macro default__list_schemas(database) -%}\n {% set sql %}\n select distinct schema_name\n from {{ information_schema_name(database) }}.SCHEMATA\n where catalog_name ilike '{{ database }}'\n {% endset %}\n {{ return(run_query(sql)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.information_schema_name", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.020829, "supported_languages": null}, "macro.dbt.check_schema_exists": {"unique_id": "macro.dbt.check_schema_exists", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "name": "check_schema_exists", "macro_sql": "{% macro check_schema_exists(information_schema, schema) -%}\n {{ return(adapter.dispatch('check_schema_exists', 'dbt')(information_schema, schema)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__check_schema_exists"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.021514, "supported_languages": null}, "macro.dbt.default__check_schema_exists": {"unique_id": "macro.dbt.default__check_schema_exists", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "name": "default__check_schema_exists", "macro_sql": "{% macro default__check_schema_exists(information_schema, schema) -%}\n {% set sql -%}\n select count(*)\n from {{ information_schema.replace(information_schema_view='SCHEMATA') }}\n where catalog_name='{{ information_schema.database }}'\n and schema_name='{{ schema }}'\n {%- endset %}\n {{ return(run_query(sql)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.replace", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.022511, "supported_languages": null}, "macro.dbt.list_relations_without_caching": {"unique_id": "macro.dbt.list_relations_without_caching", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "name": "list_relations_without_caching", "macro_sql": "{% macro list_relations_without_caching(schema_relation) %}\n {{ return(adapter.dispatch('list_relations_without_caching', 'dbt')(schema_relation)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__list_relations_without_caching"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.023128, "supported_languages": null}, "macro.dbt.default__list_relations_without_caching": {"unique_id": "macro.dbt.default__list_relations_without_caching", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "name": "default__list_relations_without_caching", "macro_sql": "{% macro default__list_relations_without_caching(schema_relation) %}\n {{ exceptions.raise_not_implemented(\n 'list_relations_without_caching macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.023683, "supported_languages": null}, "macro.dbt.get_columns_in_relation": {"unique_id": "macro.dbt.get_columns_in_relation", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "name": "get_columns_in_relation", "macro_sql": "{% macro get_columns_in_relation(relation) -%}\n {{ return(adapter.dispatch('get_columns_in_relation', 'dbt')(relation)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.028126, "supported_languages": null}, "macro.dbt.default__get_columns_in_relation": {"unique_id": "macro.dbt.default__get_columns_in_relation", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "name": "default__get_columns_in_relation", "macro_sql": "{% macro default__get_columns_in_relation(relation) -%}\n {{ exceptions.raise_not_implemented(\n 'get_columns_in_relation macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.028855, "supported_languages": null}, "macro.dbt.sql_convert_columns_in_relation": {"unique_id": "macro.dbt.sql_convert_columns_in_relation", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "name": "sql_convert_columns_in_relation", "macro_sql": "{% macro sql_convert_columns_in_relation(table) -%}\n {% set columns = [] %}\n {% for row in table %}\n {% do columns.append(api.Column(*row)) %}\n {% endfor %}\n {{ return(columns) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.029909, "supported_languages": null}, "macro.dbt.get_columns_in_query": {"unique_id": "macro.dbt.get_columns_in_query", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "name": "get_columns_in_query", "macro_sql": "{% macro get_columns_in_query(select_sql) -%}\n {{ return(adapter.dispatch('get_columns_in_query', 'dbt')(select_sql)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_columns_in_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.030516, "supported_languages": null}, "macro.dbt.default__get_columns_in_query": {"unique_id": "macro.dbt.default__get_columns_in_query", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "name": "default__get_columns_in_query", "macro_sql": "{% macro default__get_columns_in_query(select_sql) %}\n {% call statement('get_columns_in_query', fetch_result=True, auto_begin=False) -%}\n select * from (\n {{ select_sql }}\n ) as __dbt_sbq\n where false\n limit 0\n {% endcall %}\n\n {{ return(load_result('get_columns_in_query').table.columns | map(attribute='name') | list) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.031623, "supported_languages": null}, "macro.dbt.alter_column_type": {"unique_id": "macro.dbt.alter_column_type", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "name": "alter_column_type", "macro_sql": "{% macro alter_column_type(relation, column_name, new_column_type) -%}\n {{ return(adapter.dispatch('alter_column_type', 'dbt')(relation, column_name, new_column_type)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__alter_column_type"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.032382, "supported_languages": null}, "macro.dbt.default__alter_column_type": {"unique_id": "macro.dbt.default__alter_column_type", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "name": "default__alter_column_type", "macro_sql": "{% macro default__alter_column_type(relation, column_name, new_column_type) -%}\n {#\n 1. Create a new column (w/ temp name and correct type)\n 2. Copy data over to it\n 3. Drop the existing column (cascade!)\n 4. Rename the new column to existing column\n #}\n {%- set tmp_column = column_name + \"__dbt_alter\" -%}\n\n {% call statement('alter_column_type') %}\n alter table {{ relation }} add column {{ adapter.quote(tmp_column) }} {{ new_column_type }};\n update {{ relation }} set {{ adapter.quote(tmp_column) }} = {{ adapter.quote(column_name) }};\n alter table {{ relation }} drop column {{ adapter.quote(column_name) }} cascade;\n alter table {{ relation }} rename column {{ adapter.quote(tmp_column) }} to {{ adapter.quote(column_name) }}\n {% endcall %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.0343392, "supported_languages": null}, "macro.dbt.alter_relation_add_remove_columns": {"unique_id": "macro.dbt.alter_relation_add_remove_columns", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "name": "alter_relation_add_remove_columns", "macro_sql": "{% macro alter_relation_add_remove_columns(relation, add_columns = none, remove_columns = none) -%}\n {{ return(adapter.dispatch('alter_relation_add_remove_columns', 'dbt')(relation, add_columns, remove_columns)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__alter_relation_add_remove_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.03518, "supported_languages": null}, "macro.dbt.default__alter_relation_add_remove_columns": {"unique_id": "macro.dbt.default__alter_relation_add_remove_columns", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "name": "default__alter_relation_add_remove_columns", "macro_sql": "{% macro default__alter_relation_add_remove_columns(relation, add_columns, remove_columns) %}\n\n {% if add_columns is none %}\n {% set add_columns = [] %}\n {% endif %}\n {% if remove_columns is none %}\n {% set remove_columns = [] %}\n {% endif %}\n\n {% set sql -%}\n\n alter {{ relation.type }} {{ relation }}\n\n {% for column in add_columns %}\n add column {{ column.name }} {{ column.data_type }}{{ ',' if not loop.last }}\n {% endfor %}{{ ',' if add_columns and remove_columns }}\n\n {% for column in remove_columns %}\n drop column {{ column.name }}{{ ',' if not loop.last }}\n {% endfor %}\n\n {%- endset -%}\n\n {% do run_query(sql) %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.037909, "supported_languages": null}, "macro.dbt.build_ref_function": {"unique_id": "macro.dbt.build_ref_function", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "name": "build_ref_function", "macro_sql": "{% macro build_ref_function(model) %}\n\n {%- set ref_dict = {} -%}\n {%- for _ref in model.refs -%}\n {%- set resolved = ref(*_ref) -%}\n {%- do ref_dict.update({_ref | join(\".\"): resolved.quote(database=False, schema=False, identifier=False) | string}) -%}\n {%- endfor -%}\n\ndef ref(*args,dbt_load_df_function):\n refs = {{ ref_dict | tojson }}\n key = \".\".join(args)\n return dbt_load_df_function(refs[key])\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.041993, "supported_languages": null}, "macro.dbt.build_source_function": {"unique_id": "macro.dbt.build_source_function", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "name": "build_source_function", "macro_sql": "{% macro build_source_function(model) %}\n\n {%- set source_dict = {} -%}\n {%- for _source in model.sources -%}\n {%- set resolved = source(*_source) -%}\n {%- do source_dict.update({_source | join(\".\"): resolved.quote(database=False, schema=False, identifier=False) | string}) -%}\n {%- endfor -%}\n\ndef source(*args, dbt_load_df_function):\n sources = {{ source_dict | tojson }}\n key = \".\".join(args)\n return dbt_load_df_function(sources[key])\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.043524, "supported_languages": null}, "macro.dbt.build_config_dict": {"unique_id": "macro.dbt.build_config_dict", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "name": "build_config_dict", "macro_sql": "{% macro build_config_dict(model) %}\n {%- set config_dict = {} -%}\n {%- for key in model.config.config_keys_used -%}\n {# weird type testing with enum, would be much easier to write this logic in Python! #}\n {%- if key == 'language' -%}\n {%- set value = 'python' -%}\n {%- endif -%}\n {%- set value = model.config[key] -%}\n {%- do config_dict.update({key: value}) -%}\n {%- endfor -%}\nconfig_dict = {{ config_dict }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.0450182, "supported_languages": null}, "macro.dbt.py_script_postfix": {"unique_id": "macro.dbt.py_script_postfix", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "name": "py_script_postfix", "macro_sql": "{% macro py_script_postfix(model) %}\n# This part is user provided model code\n# you will need to copy the next section to run the code\n# COMMAND ----------\n# this part is dbt logic for get ref work, do not modify\n\n{{ build_ref_function(model ) }}\n{{ build_source_function(model ) }}\n{{ build_config_dict(model) }}\n\nclass config:\n def __init__(self, *args, **kwargs):\n pass\n\n @staticmethod\n def get(key, default=None):\n return config_dict.get(key, default)\n\nclass this:\n \"\"\"dbt.this() or dbt.this.identifier\"\"\"\n database = '{{ this.database }}'\n schema = '{{ this.schema }}'\n identifier = '{{ this.identifier }}'\n def __repr__(self):\n return '{{ this }}'\n\n\nclass dbtObj:\n def __init__(self, load_df_function) -> None:\n self.source = lambda *args: source(*args, dbt_load_df_function=load_df_function)\n self.ref = lambda *args: ref(*args, dbt_load_df_function=load_df_function)\n self.config = config\n self.this = this()\n self.is_incremental = {{ is_incremental() }}\n\n# COMMAND ----------\n{{py_script_comment()}}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.build_ref_function", "macro.dbt.build_source_function", "macro.dbt.build_config_dict", "macro.dbt.is_incremental", "macro.dbt.py_script_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.046433, "supported_languages": null}, "macro.dbt.py_script_comment": {"unique_id": "macro.dbt.py_script_comment", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "name": "py_script_comment", "macro_sql": "{%macro py_script_comment()%}\n{%endmacro%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.0467122, "supported_languages": null}, "macro.dbt.test_unique": {"unique_id": "macro.dbt.test_unique", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "tests/generic/builtin.sql", "original_file_path": "tests/generic/builtin.sql", "name": "test_unique", "macro_sql": "{% test unique(model, column_name) %}\n {% set macro = adapter.dispatch('test_unique', 'dbt') %}\n {{ macro(model, column_name) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__test_unique"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.048486, "supported_languages": null}, "macro.dbt.test_not_null": {"unique_id": "macro.dbt.test_not_null", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "tests/generic/builtin.sql", "original_file_path": "tests/generic/builtin.sql", "name": "test_not_null", "macro_sql": "{% test not_null(model, column_name) %}\n {% set macro = adapter.dispatch('test_not_null', 'dbt') %}\n {{ macro(model, column_name) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__test_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.049263, "supported_languages": null}, "macro.dbt.test_accepted_values": {"unique_id": "macro.dbt.test_accepted_values", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "tests/generic/builtin.sql", "original_file_path": "tests/generic/builtin.sql", "name": "test_accepted_values", "macro_sql": "{% test accepted_values(model, column_name, values, quote=True) %}\n {% set macro = adapter.dispatch('test_accepted_values', 'dbt') %}\n {{ macro(model, column_name, values, quote) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__test_accepted_values"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.0502121, "supported_languages": null}, "macro.dbt.test_relationships": {"unique_id": "macro.dbt.test_relationships", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "tests/generic/builtin.sql", "original_file_path": "tests/generic/builtin.sql", "name": "test_relationships", "macro_sql": "{% test relationships(model, column_name, to, field) %}\n {% set macro = adapter.dispatch('test_relationships', 'dbt') %}\n {{ macro(model, column_name, to, field) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__test_relationships"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.051119, "supported_languages": null}, "macro.hubspot_source.get_contact_columns": {"unique_id": "macro.hubspot_source.get_contact_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_contact_columns.sql", "original_file_path": "macros/get_contact_columns.sql", "name": "get_contact_columns", "macro_sql": "{% macro get_contact_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"property_email\", \"datatype\": dbt.type_string()},\n {\"name\": \"property_company\", \"datatype\": dbt.type_string()},\n {\"name\": \"property_firstname\", \"datatype\": dbt.type_string()},\n {\"name\": \"property_lastname\", \"datatype\": dbt.type_string()},\n {\"name\": \"property_createdate\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"property_jobtitle\", \"datatype\": dbt.type_string()},\n {\"name\": \"property_annualrevenue\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('hubspot__contact_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.055439, "supported_languages": null}, "macro.hubspot_source.get_email_event_open_columns": {"unique_id": "macro.hubspot_source.get_email_event_open_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_email_event_open_columns.sql", "original_file_path": "macros/get_email_event_open_columns.sql", "name": "get_email_event_open_columns", "macro_sql": "{% macro get_email_event_open_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"browser\", \"datatype\": dbt.type_string()},\n {\"name\": \"duration\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"ip_address\", \"datatype\": dbt.type_string()},\n {\"name\": \"location\", \"datatype\": dbt.type_string()},\n {\"name\": \"user_agent\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.058382, "supported_languages": null}, "macro.hubspot_source.get_email_event_spam_report_columns": {"unique_id": "macro.hubspot_source.get_email_event_spam_report_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_email_event_spam_report_columns.sql", "original_file_path": "macros/get_email_event_spam_report_columns.sql", "name": "get_email_event_spam_report_columns", "macro_sql": "{% macro get_email_event_spam_report_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"ip_address\", \"datatype\": dbt.type_string()},\n {\"name\": \"user_agent\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.060435, "supported_languages": null}, "macro.hubspot_source.get_email_event_bounce_columns": {"unique_id": "macro.hubspot_source.get_email_event_bounce_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_email_event_bounce_columns.sql", "original_file_path": "macros/get_email_event_bounce_columns.sql", "name": "get_email_event_bounce_columns", "macro_sql": "{% macro get_email_event_bounce_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"category\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"response\", \"datatype\": dbt.type_string()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.0627892, "supported_languages": null}, "macro.hubspot_source.get_ticket_pipeline_stage_columns": {"unique_id": "macro.hubspot_source.get_ticket_pipeline_stage_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_ticket_pipeline_stage_columns.sql", "original_file_path": "macros/get_ticket_pipeline_stage_columns.sql", "name": "get_ticket_pipeline_stage_columns", "macro_sql": "{% macro get_ticket_pipeline_stage_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"active\", \"datatype\": \"boolean\"},\n {\"name\": \"display_order\", \"datatype\": dbt.type_int()},\n {\"name\": \"is_closed\", \"datatype\": \"boolean\"},\n {\"name\": \"label\", \"datatype\": dbt.type_string()},\n {\"name\": \"pipeline_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"stage_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"ticket_state\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.066176, "supported_languages": null}, "macro.hubspot_source.get_company_columns": {"unique_id": "macro.hubspot_source.get_company_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_company_columns.sql", "original_file_path": "macros/get_company_columns.sql", "name": "get_company_columns", "macro_sql": "{% macro get_company_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"is_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"property_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"property_description\", \"datatype\": dbt.type_string()},\n {\"name\": \"property_createdate\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"property_industry\", \"datatype\": dbt.type_string()},\n {\"name\": \"property_address\", \"datatype\": dbt.type_string()},\n {\"name\": \"property_address_2\", \"datatype\": dbt.type_string()},\n {\"name\": \"property_city\", \"datatype\": dbt.type_string()},\n {\"name\": \"property_state\", \"datatype\": dbt.type_string()},\n {\"name\": \"property_country\", \"datatype\": dbt.type_string()},\n {\"name\": \"property_annualrevenue\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('hubspot__company_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.071281, "supported_languages": null}, "macro.hubspot_source.get_ticket_deal_columns": {"unique_id": "macro.hubspot_source.get_ticket_deal_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_ticket_deal_columns.sql", "original_file_path": "macros/get_ticket_deal_columns.sql", "name": "get_ticket_deal_columns", "macro_sql": "{% macro get_ticket_deal_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"ticket_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"deal_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.073094, "supported_languages": null}, "macro.hubspot_source.get_ticket_pipeline_columns": {"unique_id": "macro.hubspot_source.get_ticket_pipeline_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_ticket_pipeline_columns.sql", "original_file_path": "macros/get_ticket_pipeline_columns.sql", "name": "get_ticket_pipeline_columns", "macro_sql": "{% macro get_ticket_pipeline_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"active\", \"datatype\": \"boolean\"},\n {\"name\": \"display_order\", \"datatype\": dbt.type_int()},\n {\"name\": \"label\", \"datatype\": dbt.type_string()},\n {\"name\": \"object_type_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"pipeline_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.075922, "supported_languages": null}, "macro.hubspot_source.get_email_event_dropped_columns": {"unique_id": "macro.hubspot_source.get_email_event_dropped_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_email_event_dropped_columns.sql", "original_file_path": "macros/get_email_event_dropped_columns.sql", "name": "get_email_event_dropped_columns", "macro_sql": "{% macro get_email_event_dropped_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"bcc\", \"datatype\": dbt.type_string()},\n {\"name\": \"cc\", \"datatype\": dbt.type_string()},\n {\"name\": \"drop_message\", \"datatype\": dbt.type_string()},\n {\"name\": \"drop_reason\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"reply_to\", \"datatype\": dbt.type_string()},\n {\"name\": \"subject\", \"datatype\": dbt.type_string()}\n] %}\n\n{% if target.type == 'snowflake' %}\n {{ columns.append({\"name\": \"FROM\", \"datatype\": dbt.type_string(), \"quote\": True, \"alias\": \"from_email\"}) }}\n{% else %}\n {{ columns.append({\"name\": \"from\", \"datatype\": dbt.type_string(), \"quote\": True, \"alias\": \"from_email\"}) }}\n{% endif %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.080756, "supported_languages": null}, "macro.hubspot_source.get_engagement_email_columns": {"unique_id": "macro.hubspot_source.get_engagement_email_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_engagement_email_columns.sql", "original_file_path": "macros/get_engagement_email_columns.sql", "name": "get_engagement_email_columns", "macro_sql": "{% macro get_engagement_email_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"attached_video_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"attached_video_opened\", \"datatype\": \"boolean\"},\n {\"name\": \"attached_video_watched\", \"datatype\": \"boolean\"},\n {\"name\": \"email_send_event_id_created\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"email_send_event_id_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"engagement_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"error_message\", \"datatype\": dbt.type_string()},\n {\"name\": \"facsimile_send_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"from_email\", \"datatype\": dbt.type_string()},\n {\"name\": \"from_first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"from_last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"html\", \"datatype\": dbt.type_string()},\n {\"name\": \"logged_from\", \"datatype\": dbt.type_string()},\n {\"name\": \"media_processing_status\", \"datatype\": dbt.type_string()},\n {\"name\": \"member_of_forwarded_subthread\", \"datatype\": \"boolean\"},\n {\"name\": \"message_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"post_send_status\", \"datatype\": dbt.type_string()},\n {\"name\": \"recipient_drop_reasons\", \"datatype\": dbt.type_string()},\n {\"name\": \"sent_via\", \"datatype\": dbt.type_string()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"subject\", \"datatype\": dbt.type_string()},\n {\"name\": \"text\", \"datatype\": dbt.type_string()},\n {\"name\": \"thread_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"tracker_key\", \"datatype\": dbt.type_string()},\n {\"name\": \"validation_skipped\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.089658, "supported_languages": null}, "macro.hubspot_source.get_email_event_forward_columns": {"unique_id": "macro.hubspot_source.get_email_event_forward_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_email_event_forward_columns.sql", "original_file_path": "macros/get_email_event_forward_columns.sql", "name": "get_email_event_forward_columns", "macro_sql": "{% macro get_email_event_forward_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"browser\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"ip_address\", \"datatype\": dbt.type_string()},\n {\"name\": \"location\", \"datatype\": dbt.type_string()},\n {\"name\": \"user_agent\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.092384, "supported_languages": null}, "macro.hubspot_source.get_deal_pipeline_columns": {"unique_id": "macro.hubspot_source.get_deal_pipeline_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_deal_pipeline_columns.sql", "original_file_path": "macros/get_deal_pipeline_columns.sql", "name": "get_deal_pipeline_columns", "macro_sql": "{% macro get_deal_pipeline_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"active\", \"datatype\": \"boolean\"},\n {\"name\": \"display_order\", \"datatype\": dbt.type_int()},\n {\"name\": \"label\", \"datatype\": dbt.type_string()},\n {\"name\": \"pipeline_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.094949, "supported_languages": null}, "macro.hubspot_source.get_email_event_click_columns": {"unique_id": "macro.hubspot_source.get_email_event_click_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_email_event_click_columns.sql", "original_file_path": "macros/get_email_event_click_columns.sql", "name": "get_email_event_click_columns", "macro_sql": "{% macro get_email_event_click_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"browser\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"ip_address\", \"datatype\": dbt.type_string()},\n {\"name\": \"location\", \"datatype\": dbt.type_string()},\n {\"name\": \"referer\", \"datatype\": dbt.type_string()},\n {\"name\": \"url\", \"datatype\": dbt.type_string()},\n {\"name\": \"user_agent\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.098135, "supported_languages": null}, "macro.hubspot_source.get_email_event_deferred_columns": {"unique_id": "macro.hubspot_source.get_email_event_deferred_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_email_event_deferred_columns.sql", "original_file_path": "macros/get_email_event_deferred_columns.sql", "name": "get_email_event_deferred_columns", "macro_sql": "{% macro get_email_event_deferred_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"attempt\", \"datatype\": dbt.type_int()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"response\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.100202, "supported_languages": null}, "macro.hubspot_source.get_deal_columns": {"unique_id": "macro.hubspot_source.get_deal_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_deal_columns.sql", "original_file_path": "macros/get_deal_columns.sql", "name": "get_deal_columns", "macro_sql": "{% macro get_deal_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"deal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"deal_pipeline_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"deal_pipeline_stage_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"is_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"owner_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"portal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"property_dealname\", \"datatype\": dbt.type_string()},\n {\"name\": \"property_description\", \"datatype\": dbt.type_string()},\n {\"name\": \"property_amount\", \"datatype\": dbt.type_int()},\n {\"name\": \"property_closedate\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"property_createdate\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('hubspot__deal_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.104838, "supported_languages": null}, "macro.hubspot_source.get_engagement_columns": {"unique_id": "macro.hubspot_source.get_engagement_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_engagement_columns.sql", "original_file_path": "macros/get_engagement_columns.sql", "name": "get_engagement_columns", "macro_sql": "{% macro get_engagement_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"active\", \"datatype\": \"boolean\"},\n {\"name\": \"activity_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"last_updated\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"owner_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"portal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp(), \"alias\": \"occurred_timestamp\"},\n {\"name\": \"type\", \"datatype\": dbt.type_string(), \"alias\": \"engagement_type\"}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.1087801, "supported_languages": null}, "macro.hubspot_source.get_engagement_contact_columns": {"unique_id": "macro.hubspot_source.get_engagement_contact_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_engagement_contact_columns.sql", "original_file_path": "macros/get_engagement_contact_columns.sql", "name": "get_engagement_contact_columns", "macro_sql": "{% macro get_engagement_contact_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"contact_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"engagement_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.110555, "supported_languages": null}, "macro.hubspot_source.get_email_event_columns": {"unique_id": "macro.hubspot_source.get_email_event_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_email_event_columns.sql", "original_file_path": "macros/get_email_event_columns.sql", "name": "get_email_event_columns", "macro_sql": "{% macro get_email_event_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"caused_by_created\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"caused_by_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"created\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"email_campaign_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"filtered_event\", \"datatype\": \"boolean\"},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"obsoleted_by_created\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"obsoleted_by_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"portal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"recipient\", \"datatype\": dbt.type_string()},\n {\"name\": \"sent_by_created\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"sent_by_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.1157272, "supported_languages": null}, "macro.hubspot_source.get_contact_merge_audit_columns": {"unique_id": "macro.hubspot_source.get_contact_merge_audit_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_contact_merge_audit_columns.sql", "original_file_path": "macros/get_contact_merge_audit_columns.sql", "name": "get_contact_merge_audit_columns", "macro_sql": "{% macro get_contact_merge_audit_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"canonical_vid\", \"datatype\": dbt.type_int()},\n {\"name\": \"contact_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"entity_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"num_properties_moved\", \"datatype\": dbt.type_int()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"user_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"vid_to_merge\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.119492, "supported_languages": null}, "macro.hubspot_source.get_engagement_company_columns": {"unique_id": "macro.hubspot_source.get_engagement_company_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_engagement_company_columns.sql", "original_file_path": "macros/get_engagement_company_columns.sql", "name": "get_engagement_company_columns", "macro_sql": "{% macro get_engagement_company_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"company_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"engagement_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.121266, "supported_languages": null}, "macro.hubspot_source.get_deal_pipeline_stage_columns": {"unique_id": "macro.hubspot_source.get_deal_pipeline_stage_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_deal_pipeline_stage_columns.sql", "original_file_path": "macros/get_deal_pipeline_stage_columns.sql", "name": "get_deal_pipeline_stage_columns", "macro_sql": "{% macro get_deal_pipeline_stage_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"active\", \"datatype\": \"boolean\"},\n {\"name\": \"closed_won\", \"datatype\": \"boolean\"},\n {\"name\": \"display_order\", \"datatype\": dbt.type_int()},\n {\"name\": \"label\", \"datatype\": dbt.type_string()},\n {\"name\": \"pipeline_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"probability\", \"datatype\": dbt.type_float()},\n {\"name\": \"stage_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.124615, "supported_languages": null}, "macro.hubspot_source.get_email_campaign_columns": {"unique_id": "macro.hubspot_source.get_email_campaign_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_email_campaign_columns.sql", "original_file_path": "macros/get_email_campaign_columns.sql", "name": "get_email_campaign_columns", "macro_sql": "{% macro get_email_campaign_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"app_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"content_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"num_included\", \"datatype\": dbt.type_int()},\n {\"name\": \"num_queued\", \"datatype\": dbt.type_int()},\n {\"name\": \"sub_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"subject\", \"datatype\": dbt.type_string()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.128823, "supported_languages": null}, "macro.hubspot_source.get_email_event_sent_columns": {"unique_id": "macro.hubspot_source.get_email_event_sent_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_email_event_sent_columns.sql", "original_file_path": "macros/get_email_event_sent_columns.sql", "name": "get_email_event_sent_columns", "macro_sql": "{% macro get_email_event_sent_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"bcc\", \"datatype\": dbt.type_string()},\n {\"name\": \"cc\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"reply_to\", \"datatype\": dbt.type_string()},\n {\"name\": \"subject\", \"datatype\": dbt.type_string()}\n] %}\n\n{% if target.type == 'snowflake' %}\n {{ columns.append({\"name\": \"FROM\", \"datatype\": dbt.type_string(), \"quote\": True, \"alias\": \"from_email\"}) }}\n{% else %}\n {{ columns.append({\"name\": \"from\", \"datatype\": dbt.type_string(), \"quote\": True, \"alias\": \"from_email\"}) }}\n{% endif %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.133049, "supported_languages": null}, "macro.hubspot_source.get_deal_stage_columns": {"unique_id": "macro.hubspot_source.get_deal_stage_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_deal_stage_columns.sql", "original_file_path": "macros/get_deal_stage_columns.sql", "name": "get_deal_stage_columns", "macro_sql": "{% macro get_deal_stage_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"date_entered\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"deal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"source\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.136529, "supported_languages": null}, "macro.hubspot_source.get_contact_list_columns": {"unique_id": "macro.hubspot_source.get_contact_list_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_contact_list_columns.sql", "original_file_path": "macros/get_contact_list_columns.sql", "name": "get_contact_list_columns", "macro_sql": "{% macro get_contact_list_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"deleteable\", \"datatype\": \"boolean\"},\n {\"name\": \"dynamic\", \"datatype\": \"boolean\"},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"metadata_error\", \"datatype\": dbt.type_string()},\n {\"name\": \"metadata_last_processing_state_change_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"metadata_last_size_change_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"metadata_processing\", \"datatype\": dbt.type_string()},\n {\"name\": \"metadata_size\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"portal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.141535, "supported_languages": null}, "macro.hubspot_source.get_ticket_property_history_columns": {"unique_id": "macro.hubspot_source.get_ticket_property_history_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_ticket_property_history_columns.sql", "original_file_path": "macros/get_ticket_property_history_columns.sql", "name": "get_ticket_property_history_columns", "macro_sql": "{% macro get_ticket_property_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"ticket_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"source\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp_instant\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.1444218, "supported_languages": null}, "macro.hubspot_source.get_owner_columns": {"unique_id": "macro.hubspot_source.get_owner_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_owner_columns.sql", "original_file_path": "macros/get_owner_columns.sql", "name": "get_owner_columns", "macro_sql": "{% macro get_owner_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"owner_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"portal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.147968, "supported_languages": null}, "macro.hubspot_source.get_engagement_deal_columns": {"unique_id": "macro.hubspot_source.get_engagement_deal_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_engagement_deal_columns.sql", "original_file_path": "macros/get_engagement_deal_columns.sql", "name": "get_engagement_deal_columns", "macro_sql": "{% macro get_engagement_deal_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"deal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"engagement_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.149835, "supported_languages": null}, "macro.hubspot_source.get_email_event_status_change_columns": {"unique_id": "macro.hubspot_source.get_email_event_status_change_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_email_event_status_change_columns.sql", "original_file_path": "macros/get_email_event_status_change_columns.sql", "name": "get_email_event_status_change_columns", "macro_sql": "{% macro get_email_event_status_change_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"bounced\", \"datatype\": \"boolean\"},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"portal_subscription_status\", \"datatype\": dbt.type_string()},\n {\"name\": \"requested_by\", \"datatype\": dbt.type_string()},\n {\"name\": \"source\", \"datatype\": dbt.type_string()},\n {\"name\": \"subscriptions\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.15276, "supported_languages": null}, "macro.hubspot_source.get_deal_contact_columns": {"unique_id": "macro.hubspot_source.get_deal_contact_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_deal_contact_columns.sql", "original_file_path": "macros/get_deal_contact_columns.sql", "name": "get_deal_contact_columns", "macro_sql": "{% macro get_deal_contact_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"deal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"contact_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.154551, "supported_languages": null}, "macro.hubspot_source.get_engagement_task_columns": {"unique_id": "macro.hubspot_source.get_engagement_task_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_engagement_task_columns.sql", "original_file_path": "macros/get_engagement_task_columns.sql", "name": "get_engagement_task_columns", "macro_sql": "{% macro get_engagement_task_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"body\", \"datatype\": dbt.type_string()},\n {\"name\": \"completion_date\", \"datatype\": dbt.type_string()},\n {\"name\": \"engagement_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"for_object_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"is_all_day\", \"datatype\": \"boolean\"},\n {\"name\": \"priority\", \"datatype\": dbt.type_string()},\n {\"name\": \"probability_to_complete\", \"datatype\": dbt.type_float()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"subject\", \"datatype\": dbt.type_string()},\n {\"name\": \"task_type\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.158585, "supported_languages": null}, "macro.hubspot_source.get_ticket_contact_columns": {"unique_id": "macro.hubspot_source.get_ticket_contact_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_ticket_contact_columns.sql", "original_file_path": "macros/get_ticket_contact_columns.sql", "name": "get_ticket_contact_columns", "macro_sql": "{% macro get_ticket_contact_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"ticket_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"contact_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.160349, "supported_languages": null}, "macro.hubspot_source.get_ticket_company_columns": {"unique_id": "macro.hubspot_source.get_ticket_company_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_ticket_company_columns.sql", "original_file_path": "macros/get_ticket_company_columns.sql", "name": "get_ticket_company_columns", "macro_sql": "{% macro get_ticket_company_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"ticket_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"company_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.162123, "supported_languages": null}, "macro.hubspot_source.get_ticket_columns": {"unique_id": "macro.hubspot_source.get_ticket_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_ticket_columns.sql", "original_file_path": "macros/get_ticket_columns.sql", "name": "get_ticket_columns", "macro_sql": "{% macro get_ticket_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"is_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"property_closed_date\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"property_createdate\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"property_first_agent_reply_date\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"property_hs_pipeline\", \"datatype\": dbt.type_string()},\n {\"name\": \"property_hs_pipeline_stage\", \"datatype\": dbt.type_string()},\n {\"name\": \"property_hs_ticket_category\", \"datatype\": dbt.type_string()},\n {\"name\": \"property_hs_ticket_priority\", \"datatype\": dbt.type_string()},\n {\"name\": \"property_hubspot_owner_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"property_subject\", \"datatype\": dbt.type_string()},\n {\"name\": \"property_content\", \"datatype\": dbt.type_string()} \n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('hubspot__ticket_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.16708, "supported_languages": null}, "macro.hubspot_source.get_deal_company_columns": {"unique_id": "macro.hubspot_source.get_deal_company_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_deal_company_columns.sql", "original_file_path": "macros/get_deal_company_columns.sql", "name": "get_deal_company_columns", "macro_sql": "{% macro get_deal_company_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"deal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"company_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.168869, "supported_languages": null}, "macro.hubspot_source.get_deal_property_history_columns": {"unique_id": "macro.hubspot_source.get_deal_property_history_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_deal_property_history_columns.sql", "original_file_path": "macros/get_deal_property_history_columns.sql", "name": "get_deal_property_history_columns", "macro_sql": "{% macro get_deal_property_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"deal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"source\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp(), \"alias\": \"change_timestamp\"},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.171869, "supported_languages": null}, "macro.hubspot_source.get_ticket_engagement_columns": {"unique_id": "macro.hubspot_source.get_ticket_engagement_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_ticket_engagement_columns.sql", "original_file_path": "macros/get_ticket_engagement_columns.sql", "name": "get_ticket_engagement_columns", "macro_sql": "{% macro get_ticket_engagement_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"ticket_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"engagement_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.173698, "supported_languages": null}, "macro.hubspot_source.get_company_property_history_columns": {"unique_id": "macro.hubspot_source.get_company_property_history_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_company_property_history_columns.sql", "original_file_path": "macros/get_company_property_history_columns.sql", "name": "get_company_property_history_columns", "macro_sql": "{% macro get_company_property_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"company_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"source\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp(), \"alias\": \"change_timestamp\"},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.1767302, "supported_languages": null}, "macro.hubspot_source.get_engagement_note_columns": {"unique_id": "macro.hubspot_source.get_engagement_note_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_engagement_note_columns.sql", "original_file_path": "macros/get_engagement_note_columns.sql", "name": "get_engagement_note_columns", "macro_sql": "{% macro get_engagement_note_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"body\", \"datatype\": dbt.type_string()},\n {\"name\": \"engagement_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.178522, "supported_languages": null}, "macro.hubspot_source.get_engagement_meeting_columns": {"unique_id": "macro.hubspot_source.get_engagement_meeting_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_engagement_meeting_columns.sql", "original_file_path": "macros/get_engagement_meeting_columns.sql", "name": "get_engagement_meeting_columns", "macro_sql": "{% macro get_engagement_meeting_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"body\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_from_link_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"end_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"engagement_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"external_url\", \"datatype\": dbt.type_string()},\n {\"name\": \"location\", \"datatype\": dbt.type_string()},\n {\"name\": \"meeting_outcome\", \"datatype\": dbt.type_string()},\n {\"name\": \"pre_meeting_prospect_reminders\", \"datatype\": dbt.type_string()},\n {\"name\": \"source\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"start_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"web_conference_meeting_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.183817, "supported_languages": null}, "macro.hubspot_source.get_contact_list_member_columns": {"unique_id": "macro.hubspot_source.get_contact_list_member_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_contact_list_member_columns.sql", "original_file_path": "macros/get_contact_list_member_columns.sql", "name": "get_contact_list_member_columns", "macro_sql": "{% macro get_contact_list_member_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"added_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"contact_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"contact_list_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.186155, "supported_languages": null}, "macro.hubspot_source.get_email_event_delivered_columns": {"unique_id": "macro.hubspot_source.get_email_event_delivered_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_email_event_delivered_columns.sql", "original_file_path": "macros/get_email_event_delivered_columns.sql", "name": "get_email_event_delivered_columns", "macro_sql": "{% macro get_email_event_delivered_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"response\", \"datatype\": dbt.type_string()},\n {\"name\": \"smtp_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.188195, "supported_languages": null}, "macro.hubspot_source.get_contact_property_history_columns": {"unique_id": "macro.hubspot_source.get_contact_property_history_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_contact_property_history_columns.sql", "original_file_path": "macros/get_contact_property_history_columns.sql", "name": "get_contact_property_history_columns", "macro_sql": "{% macro get_contact_property_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"contact_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"source\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp(), \"alias\": \"change_timestamp\"},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.191204, "supported_languages": null}, "macro.hubspot_source.get_email_event_print_columns": {"unique_id": "macro.hubspot_source.get_email_event_print_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_email_event_print_columns.sql", "original_file_path": "macros/get_email_event_print_columns.sql", "name": "get_email_event_print_columns", "macro_sql": "{% macro get_email_event_print_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"browser\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"ip_address\", \"datatype\": dbt.type_string()},\n {\"name\": \"location\", \"datatype\": dbt.type_string()},\n {\"name\": \"user_agent\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.193826, "supported_languages": null}, "macro.hubspot_source.get_engagement_call_columns": {"unique_id": "macro.hubspot_source.get_engagement_call_columns", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "macros/get_engagement_call_columns.sql", "original_file_path": "macros/get_engagement_call_columns.sql", "name": "get_engagement_call_columns", "macro_sql": "{% macro get_engagement_call_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"body\", \"datatype\": dbt.type_string()},\n {\"name\": \"callee_object_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"callee_object_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"disposition\", \"datatype\": dbt.type_string()},\n {\"name\": \"duration_milliseconds\", \"datatype\": dbt.type_int()},\n {\"name\": \"engagement_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"external_account_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"from_number\", \"datatype\": dbt.type_string()},\n {\"name\": \"recording_url\", \"datatype\": dbt.type_string()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"to_number\", \"datatype\": dbt.type_string()},\n {\"name\": \"transcription_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"unknown_visitor_conversation\", \"datatype\": \"boolean\"}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.1990201, "supported_languages": null}, "macro.dbt_utils.get_url_host": {"unique_id": "macro.dbt_utils.get_url_host", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/web/get_url_host.sql", "original_file_path": "macros/web/get_url_host.sql", "name": "get_url_host", "macro_sql": "{% macro get_url_host(field) -%}\n {{ return(adapter.dispatch('get_url_host', 'dbt_utils')(field)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_url_host"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.2002869, "supported_languages": null}, "macro.dbt_utils.default__get_url_host": {"unique_id": "macro.dbt_utils.default__get_url_host", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/web/get_url_host.sql", "original_file_path": "macros/web/get_url_host.sql", "name": "default__get_url_host", "macro_sql": "{% macro default__get_url_host(field) -%}\n\n{%- set parsed =\n dbt.split_part(\n dbt.split_part(\n dbt.replace(\n dbt.replace(\n dbt.replace(field, \"'android-app://'\", \"''\"\n ), \"'http://'\", \"''\"\n ), \"'https://'\", \"''\"\n ), \"'/'\", 1\n ), \"'?'\", 1\n )\n\n-%}\n\n\n {{ dbt.safe_cast(\n parsed,\n dbt.type_string()\n )}}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.split_part", "macro.dbt.replace", "macro.dbt.safe_cast", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.201795, "supported_languages": null}, "macro.dbt_utils.get_url_path": {"unique_id": "macro.dbt_utils.get_url_path", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/web/get_url_path.sql", "original_file_path": "macros/web/get_url_path.sql", "name": "get_url_path", "macro_sql": "{% macro get_url_path(field) -%}\n {{ return(adapter.dispatch('get_url_path', 'dbt_utils')(field)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_url_path"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.2033348, "supported_languages": null}, "macro.dbt_utils.default__get_url_path": {"unique_id": "macro.dbt_utils.default__get_url_path", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/web/get_url_path.sql", "original_file_path": "macros/web/get_url_path.sql", "name": "default__get_url_path", "macro_sql": "{% macro default__get_url_path(field) -%}\n\n {%- set stripped_url =\n dbt.replace(\n dbt.replace(field, \"'http://'\", \"''\"), \"'https://'\", \"''\")\n -%}\n\n {%- set first_slash_pos -%}\n coalesce(\n nullif({{ dbt.position(\"'/'\", stripped_url) }}, 0),\n {{ dbt.position(\"'?'\", stripped_url) }} - 1\n )\n {%- endset -%}\n\n {%- set parsed_path =\n dbt.split_part(\n dbt.right(\n stripped_url,\n dbt.length(stripped_url) ~ \"-\" ~ first_slash_pos\n ),\n \"'?'\", 1\n )\n -%}\n\n {{ dbt.safe_cast(\n parsed_path,\n dbt.type_string()\n )}}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.replace", "macro.dbt.position", "macro.dbt.split_part", "macro.dbt.right", "macro.dbt.length", "macro.dbt.safe_cast", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.2054322, "supported_languages": null}, "macro.dbt_utils.get_url_parameter": {"unique_id": "macro.dbt_utils.get_url_parameter", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/web/get_url_parameter.sql", "original_file_path": "macros/web/get_url_parameter.sql", "name": "get_url_parameter", "macro_sql": "{% macro get_url_parameter(field, url_parameter) -%}\n {{ return(adapter.dispatch('get_url_parameter', 'dbt_utils')(field, url_parameter)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_url_parameter"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.2067049, "supported_languages": null}, "macro.dbt_utils.default__get_url_parameter": {"unique_id": "macro.dbt_utils.default__get_url_parameter", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/web/get_url_parameter.sql", "original_file_path": "macros/web/get_url_parameter.sql", "name": "default__get_url_parameter", "macro_sql": "{% macro default__get_url_parameter(field, url_parameter) -%}\n\n{%- set formatted_url_parameter = \"'\" + url_parameter + \"='\" -%}\n\n{%- set split = dbt.split_part(dbt.split_part(field, formatted_url_parameter, 2), \"'&'\", 1) -%}\n\nnullif({{ split }},'')\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.split_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.207757, "supported_languages": null}, "macro.dbt_utils.test_fewer_rows_than": {"unique_id": "macro.dbt_utils.test_fewer_rows_than", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/fewer_rows_than.sql", "original_file_path": "macros/generic_tests/fewer_rows_than.sql", "name": "test_fewer_rows_than", "macro_sql": "{% test fewer_rows_than(model, compare_model, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_fewer_rows_than', 'dbt_utils')(model, compare_model, group_by_columns)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_fewer_rows_than"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.2107468, "supported_languages": null}, "macro.dbt_utils.default__test_fewer_rows_than": {"unique_id": "macro.dbt_utils.default__test_fewer_rows_than", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/fewer_rows_than.sql", "original_file_path": "macros/generic_tests/fewer_rows_than.sql", "name": "default__test_fewer_rows_than", "macro_sql": "{% macro default__test_fewer_rows_than(model, compare_model, group_by_columns) %}\n\n{{ config(fail_calc = 'sum(coalesce(row_count_delta, 0))') }}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set join_gb_cols %}\n {% for c in group_by_columns %}\n and a.{{c}} = b.{{c}}\n {% endfor %}\n {% endset %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\n{#-- We must add a fake join key in case additional grouping variables are not provided --#}\n{#-- Redshift does not allow for dynamically created join conditions (e.g. full join on 1 = 1 --#}\n{#-- The same logic is used in equal_rowcount. In case of changes, maintain consistent logic --#}\n{% set group_by_columns = ['id_dbtutils_test_fewer_rows_than'] + group_by_columns %}\n{% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n\n\nwith a as (\n\n select \n {{select_gb_cols}}\n 1 as id_dbtutils_test_fewer_rows_than,\n count(*) as count_our_model \n from {{ model }}\n {{ groupby_gb_cols }}\n\n),\nb as (\n\n select \n {{select_gb_cols}}\n 1 as id_dbtutils_test_fewer_rows_than,\n count(*) as count_comparison_model \n from {{ compare_model }}\n {{ groupby_gb_cols }}\n\n),\ncounts as (\n\n select\n\n {% for c in group_by_columns -%}\n a.{{c}} as {{c}}_a,\n b.{{c}} as {{c}}_b,\n {% endfor %}\n\n count_our_model,\n count_comparison_model\n from a\n full join b on \n a.id_dbtutils_test_fewer_rows_than = b.id_dbtutils_test_fewer_rows_than\n {{ join_gb_cols }}\n\n),\nfinal as (\n\n select *,\n case\n -- fail the test if we have more rows than the reference model and return the row count delta\n when count_our_model > count_comparison_model then (count_our_model - count_comparison_model)\n -- fail the test if they are the same number\n when count_our_model = count_comparison_model then 1\n -- pass the test if the delta is positive (i.e. return the number 0)\n else 0\n end as row_count_delta\n from counts\n\n)\n\nselect * from final\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.214108, "supported_languages": null}, "macro.dbt_utils.test_equal_rowcount": {"unique_id": "macro.dbt_utils.test_equal_rowcount", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/equal_rowcount.sql", "original_file_path": "macros/generic_tests/equal_rowcount.sql", "name": "test_equal_rowcount", "macro_sql": "{% test equal_rowcount(model, compare_model, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_equal_rowcount', 'dbt_utils')(model, compare_model, group_by_columns)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_equal_rowcount"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.2167318, "supported_languages": null}, "macro.dbt_utils.default__test_equal_rowcount": {"unique_id": "macro.dbt_utils.default__test_equal_rowcount", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/equal_rowcount.sql", "original_file_path": "macros/generic_tests/equal_rowcount.sql", "name": "default__test_equal_rowcount", "macro_sql": "{% macro default__test_equal_rowcount(model, compare_model, group_by_columns) %}\n\n{#-- Needs to be set at parse time, before we return '' below --#}\n{{ config(fail_calc = 'sum(coalesce(diff_count, 0))') }}\n\n{#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n{%- if not execute -%}\n {{ return('') }}\n{% endif %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(', ') + ', ' %}\n {% set join_gb_cols %}\n {% for c in group_by_columns %}\n and a.{{c}} = b.{{c}}\n {% endfor %}\n {% endset %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\n{#-- We must add a fake join key in case additional grouping variables are not provided --#}\n{#-- Redshift does not allow for dynamically created join conditions (e.g. full join on 1 = 1 --#}\n{#-- The same logic is used in fewer_rows_than. In case of changes, maintain consistent logic --#}\n{% set group_by_columns = ['id_dbtutils_test_equal_rowcount'] + group_by_columns %}\n{% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n\nwith a as (\n\n select \n {{select_gb_cols}}\n 1 as id_dbtutils_test_equal_rowcount,\n count(*) as count_a \n from {{ model }}\n {{groupby_gb_cols}}\n\n\n),\nb as (\n\n select \n {{select_gb_cols}}\n 1 as id_dbtutils_test_equal_rowcount,\n count(*) as count_b \n from {{ compare_model }}\n {{groupby_gb_cols}}\n\n),\nfinal as (\n\n select\n \n {% for c in group_by_columns -%}\n a.{{c}} as {{c}}_a,\n b.{{c}} as {{c}}_b,\n {% endfor %}\n\n count_a,\n count_b,\n abs(count_a - count_b) as diff_count\n\n from a\n full join b\n on\n a.id_dbtutils_test_equal_rowcount = b.id_dbtutils_test_equal_rowcount\n {{join_gb_cols}}\n\n\n)\n\nselect * from final\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.2207758, "supported_languages": null}, "macro.dbt_utils.test_relationships_where": {"unique_id": "macro.dbt_utils.test_relationships_where", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/relationships_where.sql", "original_file_path": "macros/generic_tests/relationships_where.sql", "name": "test_relationships_where", "macro_sql": "{% test relationships_where(model, column_name, to, field, from_condition=\"1=1\", to_condition=\"1=1\") %}\n {{ return(adapter.dispatch('test_relationships_where', 'dbt_utils')(model, column_name, to, field, from_condition, to_condition)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_relationships_where"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.2228348, "supported_languages": null}, "macro.dbt_utils.default__test_relationships_where": {"unique_id": "macro.dbt_utils.default__test_relationships_where", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/relationships_where.sql", "original_file_path": "macros/generic_tests/relationships_where.sql", "name": "default__test_relationships_where", "macro_sql": "{% macro default__test_relationships_where(model, column_name, to, field, from_condition=\"1=1\", to_condition=\"1=1\") %}\n\n{# T-SQL has no boolean data type so we use 1=1 which returns TRUE #}\n{# ref https://stackoverflow.com/a/7170753/3842610 #}\n\nwith left_table as (\n\n select\n {{column_name}} as id\n\n from {{model}}\n\n where {{column_name}} is not null\n and {{from_condition}}\n\n),\n\nright_table as (\n\n select\n {{field}} as id\n\n from {{to}}\n\n where {{field}} is not null\n and {{to_condition}}\n\n),\n\nexceptions as (\n\n select\n left_table.id,\n right_table.id as right_id\n\n from left_table\n\n left join right_table\n on left_table.id = right_table.id\n\n where right_table.id is null\n\n)\n\nselect * from exceptions\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.223958, "supported_languages": null}, "macro.dbt_utils.test_recency": {"unique_id": "macro.dbt_utils.test_recency", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/recency.sql", "original_file_path": "macros/generic_tests/recency.sql", "name": "test_recency", "macro_sql": "{% test recency(model, field, datepart, interval, ignore_time_component=False, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_recency', 'dbt_utils')(model, field, datepart, interval, ignore_time_component, group_by_columns)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_recency"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.2261639, "supported_languages": null}, "macro.dbt_utils.default__test_recency": {"unique_id": "macro.dbt_utils.default__test_recency", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/recency.sql", "original_file_path": "macros/generic_tests/recency.sql", "name": "default__test_recency", "macro_sql": "{% macro default__test_recency(model, field, datepart, interval, ignore_time_component, group_by_columns) %}\n\n{% set threshold = 'cast(' ~ dbt.dateadd(datepart, interval * -1, dbt.current_timestamp()) ~ ' as ' ~ ('date' if ignore_time_component else dbt.type_timestamp()) ~ ')' %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\n\nwith recency as (\n\n select \n\n {{ select_gb_cols }}\n {% if ignore_time_component %}\n cast(max({{ field }}) as date) as most_recent\n {%- else %}\n max({{ field }}) as most_recent\n {%- endif %}\n\n from {{ model }}\n\n {{ groupby_gb_cols }}\n\n)\n\nselect\n\n {{ select_gb_cols }}\n most_recent,\n {{ threshold }} as threshold\n\nfrom recency\nwhere most_recent < {{ threshold }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.dateadd", "macro.dbt.current_timestamp", "macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.2288609, "supported_languages": null}, "macro.dbt_utils.test_not_constant": {"unique_id": "macro.dbt_utils.test_not_constant", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/not_constant.sql", "original_file_path": "macros/generic_tests/not_constant.sql", "name": "test_not_constant", "macro_sql": "{% test not_constant(model, column_name, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_not_constant', 'dbt_utils')(model, column_name, group_by_columns)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_not_constant"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.230489, "supported_languages": null}, "macro.dbt_utils.default__test_not_constant": {"unique_id": "macro.dbt_utils.default__test_not_constant", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/not_constant.sql", "original_file_path": "macros/generic_tests/not_constant.sql", "name": "default__test_not_constant", "macro_sql": "{% macro default__test_not_constant(model, column_name, group_by_columns) %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\n\nselect\n {# In TSQL, subquery aggregate columns need aliases #}\n {# thus: a filler col name, 'filler_column' #}\n {{select_gb_cols}}\n count(distinct {{ column_name }}) as filler_column\n\nfrom {{ model }}\n\n {{groupby_gb_cols}}\n\nhaving count(distinct {{ column_name }}) = 1\n\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.231991, "supported_languages": null}, "macro.dbt_utils.test_accepted_range": {"unique_id": "macro.dbt_utils.test_accepted_range", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/accepted_range.sql", "original_file_path": "macros/generic_tests/accepted_range.sql", "name": "test_accepted_range", "macro_sql": "{% test accepted_range(model, column_name, min_value=none, max_value=none, inclusive=true) %}\n {{ return(adapter.dispatch('test_accepted_range', 'dbt_utils')(model, column_name, min_value, max_value, inclusive)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_accepted_range"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.234036, "supported_languages": null}, "macro.dbt_utils.default__test_accepted_range": {"unique_id": "macro.dbt_utils.default__test_accepted_range", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/accepted_range.sql", "original_file_path": "macros/generic_tests/accepted_range.sql", "name": "default__test_accepted_range", "macro_sql": "{% macro default__test_accepted_range(model, column_name, min_value=none, max_value=none, inclusive=true) %}\n\nwith meet_condition as(\n select *\n from {{ model }}\n),\n\nvalidation_errors as (\n select *\n from meet_condition\n where\n -- never true, defaults to an empty result set. Exists to ensure any combo of the `or` clauses below succeeds\n 1 = 2\n\n {%- if min_value is not none %}\n -- records with a value >= min_value are permitted. The `not` flips this to find records that don't meet the rule.\n or not {{ column_name }} > {{- \"=\" if inclusive }} {{ min_value }}\n {%- endif %}\n\n {%- if max_value is not none %}\n -- records with a value <= max_value are permitted. The `not` flips this to find records that don't meet the rule.\n or not {{ column_name }} < {{- \"=\" if inclusive }} {{ max_value }}\n {%- endif %}\n)\n\nselect *\nfrom validation_errors\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.235559, "supported_languages": null}, "macro.dbt_utils.test_not_accepted_values": {"unique_id": "macro.dbt_utils.test_not_accepted_values", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/not_accepted_values.sql", "original_file_path": "macros/generic_tests/not_accepted_values.sql", "name": "test_not_accepted_values", "macro_sql": "{% test not_accepted_values(model, column_name, values, quote=True) %}\n {{ return(adapter.dispatch('test_not_accepted_values', 'dbt_utils')(model, column_name, values, quote)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_not_accepted_values"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.237346, "supported_languages": null}, "macro.dbt_utils.default__test_not_accepted_values": {"unique_id": "macro.dbt_utils.default__test_not_accepted_values", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/not_accepted_values.sql", "original_file_path": "macros/generic_tests/not_accepted_values.sql", "name": "default__test_not_accepted_values", "macro_sql": "{% macro default__test_not_accepted_values(model, column_name, values, quote=True) %}\nwith all_values as (\n\n select distinct\n {{ column_name }} as value_field\n\n from {{ model }}\n\n),\n\nvalidation_errors as (\n\n select\n value_field\n\n from all_values\n where value_field in (\n {% for value in values -%}\n {% if quote -%}\n '{{ value }}'\n {%- else -%}\n {{ value }}\n {%- endif -%}\n {%- if not loop.last -%},{%- endif %}\n {%- endfor %}\n )\n\n)\n\nselect *\nfrom validation_errors\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.23859, "supported_languages": null}, "macro.dbt_utils.test_at_least_one": {"unique_id": "macro.dbt_utils.test_at_least_one", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/at_least_one.sql", "original_file_path": "macros/generic_tests/at_least_one.sql", "name": "test_at_least_one", "macro_sql": "{% test at_least_one(model, column_name, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_at_least_one', 'dbt_utils')(model, column_name, group_by_columns)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_at_least_one"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.240284, "supported_languages": null}, "macro.dbt_utils.default__test_at_least_one": {"unique_id": "macro.dbt_utils.default__test_at_least_one", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/at_least_one.sql", "original_file_path": "macros/generic_tests/at_least_one.sql", "name": "default__test_at_least_one", "macro_sql": "{% macro default__test_at_least_one(model, column_name, group_by_columns) %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\nselect *\nfrom (\n select\n {# In TSQL, subquery aggregate columns need aliases #}\n {# thus: a filler col name, 'filler_column' #}\n {{select_gb_cols}}\n count({{ column_name }}) as filler_column\n\n from {{ model }}\n\n {{groupby_gb_cols}}\n\n having count({{ column_name }}) = 0\n\n) validation_errors\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.2418199, "supported_languages": null}, "macro.dbt_utils.test_unique_combination_of_columns": {"unique_id": "macro.dbt_utils.test_unique_combination_of_columns", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/unique_combination_of_columns.sql", "original_file_path": "macros/generic_tests/unique_combination_of_columns.sql", "name": "test_unique_combination_of_columns", "macro_sql": "{% test unique_combination_of_columns(model, combination_of_columns, quote_columns=false) %}\n {{ return(adapter.dispatch('test_unique_combination_of_columns', 'dbt_utils')(model, combination_of_columns, quote_columns)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_unique_combination_of_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.2437608, "supported_languages": null}, "macro.dbt_utils.default__test_unique_combination_of_columns": {"unique_id": "macro.dbt_utils.default__test_unique_combination_of_columns", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/unique_combination_of_columns.sql", "original_file_path": "macros/generic_tests/unique_combination_of_columns.sql", "name": "default__test_unique_combination_of_columns", "macro_sql": "{% macro default__test_unique_combination_of_columns(model, combination_of_columns, quote_columns=false) %}\n\n{% if not quote_columns %}\n {%- set column_list=combination_of_columns %}\n{% elif quote_columns %}\n {%- set column_list=[] %}\n {% for column in combination_of_columns -%}\n {% set column_list = column_list.append( adapter.quote(column) ) %}\n {%- endfor %}\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"`quote_columns` argument for unique_combination_of_columns test must be one of [True, False] Got: '\" ~ quote ~\"'.'\"\n ) }}\n{% endif %}\n\n{%- set columns_csv=column_list | join(', ') %}\n\n\nwith validation_errors as (\n\n select\n {{ columns_csv }}\n from {{ model }}\n group by {{ columns_csv }}\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.245868, "supported_languages": null}, "macro.dbt_utils.test_cardinality_equality": {"unique_id": "macro.dbt_utils.test_cardinality_equality", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/cardinality_equality.sql", "original_file_path": "macros/generic_tests/cardinality_equality.sql", "name": "test_cardinality_equality", "macro_sql": "{% test cardinality_equality(model, column_name, to, field) %}\n {{ return(adapter.dispatch('test_cardinality_equality', 'dbt_utils')(model, column_name, to, field)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_cardinality_equality"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.2476091, "supported_languages": null}, "macro.dbt_utils.default__test_cardinality_equality": {"unique_id": "macro.dbt_utils.default__test_cardinality_equality", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/cardinality_equality.sql", "original_file_path": "macros/generic_tests/cardinality_equality.sql", "name": "default__test_cardinality_equality", "macro_sql": "{% macro default__test_cardinality_equality(model, column_name, to, field) %}\n\n{# T-SQL does not let you use numbers as aliases for columns #}\n{# Thus, no \"GROUP BY 1\" #}\n\nwith table_a as (\nselect\n {{ column_name }},\n count(*) as num_rows\nfrom {{ model }}\ngroup by {{ column_name }}\n),\n\ntable_b as (\nselect\n {{ field }},\n count(*) as num_rows\nfrom {{ to }}\ngroup by {{ field }}\n),\n\nexcept_a as (\n select *\n from table_a\n {{ dbt.except() }}\n select *\n from table_b\n),\n\nexcept_b as (\n select *\n from table_b\n {{ dbt.except() }}\n select *\n from table_a\n),\n\nunioned as (\n select *\n from except_a\n union all\n select *\n from except_b\n)\n\nselect *\nfrom unioned\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.except"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.248728, "supported_languages": null}, "macro.dbt_utils.test_expression_is_true": {"unique_id": "macro.dbt_utils.test_expression_is_true", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/expression_is_true.sql", "original_file_path": "macros/generic_tests/expression_is_true.sql", "name": "test_expression_is_true", "macro_sql": "{% test expression_is_true(model, expression, column_name=None) %}\n {{ return(adapter.dispatch('test_expression_is_true', 'dbt_utils')(model, expression, column_name)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.250179, "supported_languages": null}, "macro.dbt_utils.default__test_expression_is_true": {"unique_id": "macro.dbt_utils.default__test_expression_is_true", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/expression_is_true.sql", "original_file_path": "macros/generic_tests/expression_is_true.sql", "name": "default__test_expression_is_true", "macro_sql": "{% macro default__test_expression_is_true(model, expression, column_name) %}\n\n{% set column_list = '*' if should_store_failures() else \"1\" %}\n\nselect\n {{ column_list }}\nfrom {{ model }}\n{% if column_name is none %}\nwhere not({{ expression }})\n{%- else %}\nwhere not({{ column_name }} {{ expression }})\n{%- endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.should_store_failures"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.25156, "supported_languages": null}, "macro.dbt_utils.test_not_null_proportion": {"unique_id": "macro.dbt_utils.test_not_null_proportion", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/not_null_proportion.sql", "original_file_path": "macros/generic_tests/not_null_proportion.sql", "name": "test_not_null_proportion", "macro_sql": "{% macro test_not_null_proportion(model, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_not_null_proportion', 'dbt_utils')(model, group_by_columns, **kwargs)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_not_null_proportion"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.253543, "supported_languages": null}, "macro.dbt_utils.default__test_not_null_proportion": {"unique_id": "macro.dbt_utils.default__test_not_null_proportion", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/not_null_proportion.sql", "original_file_path": "macros/generic_tests/not_null_proportion.sql", "name": "default__test_not_null_proportion", "macro_sql": "{% macro default__test_not_null_proportion(model, group_by_columns) %}\n\n{% set column_name = kwargs.get('column_name', kwargs.get('arg')) %}\n{% set at_least = kwargs.get('at_least', kwargs.get('arg')) %}\n{% set at_most = kwargs.get('at_most', kwargs.get('arg', 1)) %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\nwith validation as (\n select\n {{select_gb_cols}}\n sum(case when {{ column_name }} is null then 0 else 1 end) / cast(count(*) as numeric) as not_null_proportion\n from {{ model }}\n {{groupby_gb_cols}}\n),\nvalidation_errors as (\n select\n {{select_gb_cols}}\n not_null_proportion\n from validation\n where not_null_proportion < {{ at_least }} or not_null_proportion > {{ at_most }}\n)\nselect\n *\nfrom validation_errors\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.256184, "supported_languages": null}, "macro.dbt_utils.test_sequential_values": {"unique_id": "macro.dbt_utils.test_sequential_values", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/sequential_values.sql", "original_file_path": "macros/generic_tests/sequential_values.sql", "name": "test_sequential_values", "macro_sql": "{% test sequential_values(model, column_name, interval=1, datepart=None, group_by_columns = []) %}\n\n {{ return(adapter.dispatch('test_sequential_values', 'dbt_utils')(model, column_name, interval, datepart, group_by_columns)) }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_sequential_values"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.258784, "supported_languages": null}, "macro.dbt_utils.default__test_sequential_values": {"unique_id": "macro.dbt_utils.default__test_sequential_values", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/sequential_values.sql", "original_file_path": "macros/generic_tests/sequential_values.sql", "name": "default__test_sequential_values", "macro_sql": "{% macro default__test_sequential_values(model, column_name, interval=1, datepart=None, group_by_columns = []) %}\n\n{% set previous_column_name = \"previous_\" ~ dbt_utils.slugify(column_name) %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(',') + ', ' %}\n {% set partition_gb_cols = 'partition by ' + group_by_columns|join(',') %}\n{% endif %}\n\nwith windowed as (\n\n select\n {{ select_gb_cols }}\n {{ column_name }},\n lag({{ column_name }}) over (\n {{partition_gb_cols}}\n order by {{ column_name }}\n ) as {{ previous_column_name }}\n from {{ model }}\n),\n\nvalidation_errors as (\n select\n *\n from windowed\n {% if datepart %}\n where not(cast({{ column_name }} as {{ dbt.type_timestamp() }})= cast({{ dbt.dateadd(datepart, interval, previous_column_name) }} as {{ dbt.type_timestamp() }}))\n {% else %}\n where not({{ column_name }} = {{ previous_column_name }} + {{ interval }})\n {% endif %}\n)\n\nselect *\nfrom validation_errors\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.slugify", "macro.dbt.type_timestamp", "macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.261754, "supported_languages": null}, "macro.dbt_utils.test_equality": {"unique_id": "macro.dbt_utils.test_equality", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/equality.sql", "original_file_path": "macros/generic_tests/equality.sql", "name": "test_equality", "macro_sql": "{% test equality(model, compare_model, compare_columns=None) %}\n {{ return(adapter.dispatch('test_equality', 'dbt_utils')(model, compare_model, compare_columns)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_equality"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.263938, "supported_languages": null}, "macro.dbt_utils.default__test_equality": {"unique_id": "macro.dbt_utils.default__test_equality", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/equality.sql", "original_file_path": "macros/generic_tests/equality.sql", "name": "default__test_equality", "macro_sql": "{% macro default__test_equality(model, compare_model, compare_columns=None) %}\n\n{% set set_diff %}\n count(*) + coalesce(abs(\n sum(case when which_diff = 'a_minus_b' then 1 else 0 end) -\n sum(case when which_diff = 'b_minus_a' then 1 else 0 end)\n ), 0)\n{% endset %}\n\n{#-- Needs to be set at parse time, before we return '' below --#}\n{{ config(fail_calc = set_diff) }}\n\n{#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n{%- if not execute -%}\n {{ return('') }}\n{% endif %}\n\n-- setup\n{%- do dbt_utils._is_relation(model, 'test_equality') -%}\n\n{#-\nIf the compare_cols arg is provided, we can run this test without querying the\ninformation schema\u00a0\u2014 this allows the model to be an ephemeral model\n-#}\n\n{%- if not compare_columns -%}\n {%- do dbt_utils._is_ephemeral(model, 'test_equality') -%}\n {%- set compare_columns = adapter.get_columns_in_relation(model) | map(attribute='quoted') -%}\n{%- endif -%}\n\n{% set compare_cols_csv = compare_columns | join(', ') %}\n\nwith a as (\n\n select * from {{ model }}\n\n),\n\nb as (\n\n select * from {{ compare_model }}\n\n),\n\na_minus_b as (\n\n select {{compare_cols_csv}} from a\n {{ dbt.except() }}\n select {{compare_cols_csv}} from b\n\n),\n\nb_minus_a as (\n\n select {{compare_cols_csv}} from b\n {{ dbt.except() }}\n select {{compare_cols_csv}} from a\n\n),\n\nunioned as (\n\n select 'a_minus_b' as which_diff, a_minus_b.* from a_minus_b\n union all\n select 'b_minus_a' as which_diff, b_minus_a.* from b_minus_a\n\n)\n\nselect * from unioned\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt.except"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.2667751, "supported_languages": null}, "macro.dbt_utils.test_not_empty_string": {"unique_id": "macro.dbt_utils.test_not_empty_string", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/not_empty_string.sql", "original_file_path": "macros/generic_tests/not_empty_string.sql", "name": "test_not_empty_string", "macro_sql": "{% test not_empty_string(model, column_name, trim_whitespace=true) %}\n\n {{ return(adapter.dispatch('test_not_empty_string', 'dbt_utils')(model, column_name, trim_whitespace)) }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_not_empty_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.26844, "supported_languages": null}, "macro.dbt_utils.default__test_not_empty_string": {"unique_id": "macro.dbt_utils.default__test_not_empty_string", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/not_empty_string.sql", "original_file_path": "macros/generic_tests/not_empty_string.sql", "name": "default__test_not_empty_string", "macro_sql": "{% macro default__test_not_empty_string(model, column_name, trim_whitespace=true) %}\n\n with\n \n all_values as (\n\n select \n\n\n {% if trim_whitespace == true -%}\n\n trim({{ column_name }}) as {{ column_name }}\n\n {%- else -%}\n\n {{ column_name }}\n\n {%- endif %}\n \n from {{ model }}\n\n ),\n\n errors as (\n\n select * from all_values\n where {{ column_name }} = ''\n\n )\n\n select * from errors\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.269419, "supported_languages": null}, "macro.dbt_utils.test_mutually_exclusive_ranges": {"unique_id": "macro.dbt_utils.test_mutually_exclusive_ranges", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/mutually_exclusive_ranges.sql", "original_file_path": "macros/generic_tests/mutually_exclusive_ranges.sql", "name": "test_mutually_exclusive_ranges", "macro_sql": "{% test mutually_exclusive_ranges(model, lower_bound_column, upper_bound_column, partition_by=None, gaps='allowed', zero_length_range_allowed=False) %}\n {{ return(adapter.dispatch('test_mutually_exclusive_ranges', 'dbt_utils')(model, lower_bound_column, upper_bound_column, partition_by, gaps, zero_length_range_allowed)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_mutually_exclusive_ranges"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.2775528, "supported_languages": null}, "macro.dbt_utils.default__test_mutually_exclusive_ranges": {"unique_id": "macro.dbt_utils.default__test_mutually_exclusive_ranges", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/generic_tests/mutually_exclusive_ranges.sql", "original_file_path": "macros/generic_tests/mutually_exclusive_ranges.sql", "name": "default__test_mutually_exclusive_ranges", "macro_sql": "{% macro default__test_mutually_exclusive_ranges(model, lower_bound_column, upper_bound_column, partition_by=None, gaps='allowed', zero_length_range_allowed=False) %}\n{% if gaps == 'not_allowed' %}\n {% set allow_gaps_operator='=' %}\n {% set allow_gaps_operator_in_words='equal_to' %}\n{% elif gaps == 'allowed' %}\n {% set allow_gaps_operator='<=' %}\n {% set allow_gaps_operator_in_words='less_than_or_equal_to' %}\n{% elif gaps == 'required' %}\n {% set allow_gaps_operator='<' %}\n {% set allow_gaps_operator_in_words='less_than' %}\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"`gaps` argument for mutually_exclusive_ranges test must be one of ['not_allowed', 'allowed', 'required'] Got: '\" ~ gaps ~\"'.'\"\n ) }}\n{% endif %}\n{% if not zero_length_range_allowed %}\n {% set allow_zero_length_operator='<' %}\n {% set allow_zero_length_operator_in_words='less_than' %}\n{% elif zero_length_range_allowed %}\n {% set allow_zero_length_operator='<=' %}\n {% set allow_zero_length_operator_in_words='less_than_or_equal_to' %}\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"`zero_length_range_allowed` argument for mutually_exclusive_ranges test must be one of [true, false] Got: '\" ~ zero_length_range_allowed ~\"'.'\"\n ) }}\n{% endif %}\n\n{% set partition_clause=\"partition by \" ~ partition_by if partition_by else '' %}\n\nwith window_functions as (\n\n select\n {% if partition_by %}\n {{ partition_by }} as partition_by_col,\n {% endif %}\n {{ lower_bound_column }} as lower_bound,\n {{ upper_bound_column }} as upper_bound,\n\n lead({{ lower_bound_column }}) over (\n {{ partition_clause }}\n order by {{ lower_bound_column }}, {{ upper_bound_column }}\n ) as next_lower_bound,\n\n row_number() over (\n {{ partition_clause }}\n order by {{ lower_bound_column }} desc, {{ upper_bound_column }} desc\n ) = 1 as is_last_record\n\n from {{ model }}\n\n),\n\ncalc as (\n -- We want to return records where one of our assumptions fails, so we'll use\n -- the `not` function with `and` statements so we can write our assumptions more cleanly\n select\n *,\n\n -- For each record: lower_bound should be < upper_bound.\n -- Coalesce it to return an error on the null case (implicit assumption\n -- these columns are not_null)\n coalesce(\n lower_bound {{ allow_zero_length_operator }} upper_bound,\n false\n ) as lower_bound_{{ allow_zero_length_operator_in_words }}_upper_bound,\n\n -- For each record: upper_bound {{ allow_gaps_operator }} the next lower_bound.\n -- Coalesce it to handle null cases for the last record.\n coalesce(\n upper_bound {{ allow_gaps_operator }} next_lower_bound,\n is_last_record,\n false\n ) as upper_bound_{{ allow_gaps_operator_in_words }}_next_lower_bound\n\n from window_functions\n\n),\n\nvalidation_errors as (\n\n select\n *\n from calc\n\n where not(\n -- THE FOLLOWING SHOULD BE TRUE --\n lower_bound_{{ allow_zero_length_operator_in_words }}_upper_bound\n and upper_bound_{{ allow_gaps_operator_in_words }}_next_lower_bound\n )\n)\n\nselect * from validation_errors\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.2826428, "supported_languages": null}, "macro.dbt_utils.pretty_log_format": {"unique_id": "macro.dbt_utils.pretty_log_format", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/jinja_helpers/pretty_log_format.sql", "original_file_path": "macros/jinja_helpers/pretty_log_format.sql", "name": "pretty_log_format", "macro_sql": "{% macro pretty_log_format(message) %}\n {{ return(adapter.dispatch('pretty_log_format', 'dbt_utils')(message)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__pretty_log_format"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.283733, "supported_languages": null}, "macro.dbt_utils.default__pretty_log_format": {"unique_id": "macro.dbt_utils.default__pretty_log_format", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/jinja_helpers/pretty_log_format.sql", "original_file_path": "macros/jinja_helpers/pretty_log_format.sql", "name": "default__pretty_log_format", "macro_sql": "{% macro default__pretty_log_format(message) %}\n {{ return( dbt_utils.pretty_time() ~ ' + ' ~ message) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.pretty_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.28429, "supported_languages": null}, "macro.dbt_utils._is_relation": {"unique_id": "macro.dbt_utils._is_relation", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/jinja_helpers/_is_relation.sql", "original_file_path": "macros/jinja_helpers/_is_relation.sql", "name": "_is_relation", "macro_sql": "{% macro _is_relation(obj, macro) %}\n {%- if not (obj is mapping and obj.get('metadata', {}).get('type', '').endswith('Relation')) -%}\n {%- do exceptions.raise_compiler_error(\"Macro \" ~ macro ~ \" expected a Relation but received the value: \" ~ obj) -%}\n {%- endif -%}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.2858958, "supported_languages": null}, "macro.dbt_utils.pretty_time": {"unique_id": "macro.dbt_utils.pretty_time", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/jinja_helpers/pretty_time.sql", "original_file_path": "macros/jinja_helpers/pretty_time.sql", "name": "pretty_time", "macro_sql": "{% macro pretty_time(format='%H:%M:%S') %}\n {{ return(adapter.dispatch('pretty_time', 'dbt_utils')(format)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__pretty_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.287035, "supported_languages": null}, "macro.dbt_utils.default__pretty_time": {"unique_id": "macro.dbt_utils.default__pretty_time", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/jinja_helpers/pretty_time.sql", "original_file_path": "macros/jinja_helpers/pretty_time.sql", "name": "default__pretty_time", "macro_sql": "{% macro default__pretty_time(format='%H:%M:%S') %}\n {{ return(modules.datetime.datetime.now().strftime(format)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.287681, "supported_languages": null}, "macro.dbt_utils.log_info": {"unique_id": "macro.dbt_utils.log_info", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/jinja_helpers/log_info.sql", "original_file_path": "macros/jinja_helpers/log_info.sql", "name": "log_info", "macro_sql": "{% macro log_info(message) %}\n {{ return(adapter.dispatch('log_info', 'dbt_utils')(message)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__log_info"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.2887292, "supported_languages": null}, "macro.dbt_utils.default__log_info": {"unique_id": "macro.dbt_utils.default__log_info", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/jinja_helpers/log_info.sql", "original_file_path": "macros/jinja_helpers/log_info.sql", "name": "default__log_info", "macro_sql": "{% macro default__log_info(message) %}\n {{ log(dbt_utils.pretty_log_format(message), info=True) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.pretty_log_format"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.2893069, "supported_languages": null}, "macro.dbt_utils.slugify": {"unique_id": "macro.dbt_utils.slugify", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/jinja_helpers/slugify.sql", "original_file_path": "macros/jinja_helpers/slugify.sql", "name": "slugify", "macro_sql": "{% macro slugify(string) %}\n\n{#- Lower case the string -#}\n{% set string = string | lower %}\n{#- Replace spaces and dashes with underscores -#}\n{% set string = modules.re.sub('[ -]+', '_', string) %}\n{#- Only take letters, numbers, and underscores -#}\n{% set string = modules.re.sub('[^a-z0-9_]+', '', string) %}\n{#- Prepends \"_\" if string begins with a number -#}\n{% set string = modules.re.sub('^[0-9]', '_' + string[0], string) %}\n\n{{ return(string) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.2914848, "supported_languages": null}, "macro.dbt_utils._is_ephemeral": {"unique_id": "macro.dbt_utils._is_ephemeral", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/jinja_helpers/_is_ephemeral.sql", "original_file_path": "macros/jinja_helpers/_is_ephemeral.sql", "name": "_is_ephemeral", "macro_sql": "{% macro _is_ephemeral(obj, macro) %}\n {%- if obj.is_cte -%}\n {% set ephemeral_prefix = api.Relation.add_ephemeral_prefix('') %}\n {% if obj.name.startswith(ephemeral_prefix) %}\n {% set model_name = obj.name[(ephemeral_prefix|length):] %}\n {% else %}\n {% set model_name = obj.name %}\n {%- endif -%}\n {% set error_message %}\nThe `{{ macro }}` macro cannot be used with ephemeral models, as it relies on the information schema.\n\n`{{ model_name }}` is an ephemeral model. Consider making it a view or table instead.\n {% endset %}\n {%- do exceptions.raise_compiler_error(error_message) -%}\n {%- endif -%}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.294213, "supported_languages": null}, "macro.dbt_utils.get_intervals_between": {"unique_id": "macro.dbt_utils.get_intervals_between", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/date_spine.sql", "original_file_path": "macros/sql/date_spine.sql", "name": "get_intervals_between", "macro_sql": "{% macro get_intervals_between(start_date, end_date, datepart) -%}\n {{ return(adapter.dispatch('get_intervals_between', 'dbt_utils')(start_date, end_date, datepart)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_intervals_between"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.296313, "supported_languages": null}, "macro.dbt_utils.default__get_intervals_between": {"unique_id": "macro.dbt_utils.default__get_intervals_between", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/date_spine.sql", "original_file_path": "macros/sql/date_spine.sql", "name": "default__get_intervals_between", "macro_sql": "{% macro default__get_intervals_between(start_date, end_date, datepart) -%}\n {%- call statement('get_intervals_between', fetch_result=True) %}\n\n select {{ dbt.datediff(start_date, end_date, datepart) }}\n\n {%- endcall -%}\n\n {%- set value_list = load_result('get_intervals_between') -%}\n\n {%- if value_list and value_list['data'] -%}\n {%- set values = value_list['data'] | map(attribute=0) | list %}\n {{ return(values[0]) }}\n {%- else -%}\n {{ return(1) }}\n {%- endif -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.298281, "supported_languages": null}, "macro.dbt_utils.date_spine": {"unique_id": "macro.dbt_utils.date_spine", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/date_spine.sql", "original_file_path": "macros/sql/date_spine.sql", "name": "date_spine", "macro_sql": "{% macro date_spine(datepart, start_date, end_date) %}\n {{ return(adapter.dispatch('date_spine', 'dbt_utils')(datepart, start_date, end_date)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__date_spine"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.2990458, "supported_languages": null}, "macro.dbt_utils.default__date_spine": {"unique_id": "macro.dbt_utils.default__date_spine", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/date_spine.sql", "original_file_path": "macros/sql/date_spine.sql", "name": "default__date_spine", "macro_sql": "{% macro default__date_spine(datepart, start_date, end_date) %}\n\n\n{# call as follows:\n\ndate_spine(\n \"day\",\n \"to_date('01/01/2016', 'mm/dd/yyyy')\",\n \"dbt.dateadd(week, 1, current_date)\"\n) #}\n\n\nwith rawdata as (\n\n {{dbt_utils.generate_series(\n dbt_utils.get_intervals_between(start_date, end_date, datepart)\n )}}\n\n),\n\nall_periods as (\n\n select (\n {{\n dbt.dateadd(\n datepart,\n \"row_number() over (order by 1) - 1\",\n start_date\n )\n }}\n ) as date_{{datepart}}\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_{{datepart}} <= {{ end_date }}\n\n)\n\nselect * from filtered\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.generate_series", "macro.dbt_utils.get_intervals_between", "macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.300221, "supported_languages": null}, "macro.dbt_utils.nullcheck_table": {"unique_id": "macro.dbt_utils.nullcheck_table", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/nullcheck_table.sql", "original_file_path": "macros/sql/nullcheck_table.sql", "name": "nullcheck_table", "macro_sql": "{% macro nullcheck_table(relation) %}\n {{ return(adapter.dispatch('nullcheck_table', 'dbt_utils')(relation)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__nullcheck_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.301443, "supported_languages": null}, "macro.dbt_utils.default__nullcheck_table": {"unique_id": "macro.dbt_utils.default__nullcheck_table", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/nullcheck_table.sql", "original_file_path": "macros/sql/nullcheck_table.sql", "name": "default__nullcheck_table", "macro_sql": "{% macro default__nullcheck_table(relation) %}\n\n {%- do dbt_utils._is_relation(relation, 'nullcheck_table') -%}\n {%- do dbt_utils._is_ephemeral(relation, 'nullcheck_table') -%}\n {% set cols = adapter.get_columns_in_relation(relation) %}\n\n select {{ dbt_utils.nullcheck(cols) }}\n from {{relation}}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt_utils.nullcheck"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.3025851, "supported_languages": null}, "macro.dbt_utils.get_relations_by_pattern": {"unique_id": "macro.dbt_utils.get_relations_by_pattern", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/get_relations_by_pattern.sql", "original_file_path": "macros/sql/get_relations_by_pattern.sql", "name": "get_relations_by_pattern", "macro_sql": "{% macro get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(adapter.dispatch('get_relations_by_pattern', 'dbt_utils')(schema_pattern, table_pattern, exclude, database)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_relations_by_pattern"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.304694, "supported_languages": null}, "macro.dbt_utils.default__get_relations_by_pattern": {"unique_id": "macro.dbt_utils.default__get_relations_by_pattern", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/get_relations_by_pattern.sql", "original_file_path": "macros/sql/get_relations_by_pattern.sql", "name": "default__get_relations_by_pattern", "macro_sql": "{% macro default__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n {%- call statement('get_tables', fetch_result=True) %}\n\n {{ dbt_utils.get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude, database) }}\n\n {%- endcall -%}\n\n {%- set table_list = load_result('get_tables') -%}\n\n {%- if table_list and table_list['table'] -%}\n {%- set tbl_relations = [] -%}\n {%- for row in table_list['table'] -%}\n {%- set tbl_relation = api.Relation.create(\n database=database,\n schema=row.table_schema,\n identifier=row.table_name,\n type=row.table_type\n ) -%}\n {%- do tbl_relations.append(tbl_relation) -%}\n {%- endfor -%}\n\n {{ return(tbl_relations) }}\n {%- else -%}\n {{ return([]) }}\n {%- endif -%}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_utils.get_tables_by_pattern_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.3076632, "supported_languages": null}, "macro.dbt_utils.get_powers_of_two": {"unique_id": "macro.dbt_utils.get_powers_of_two", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/generate_series.sql", "original_file_path": "macros/sql/generate_series.sql", "name": "get_powers_of_two", "macro_sql": "{% macro get_powers_of_two(upper_bound) %}\n {{ return(adapter.dispatch('get_powers_of_two', 'dbt_utils')(upper_bound)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_powers_of_two"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.3100579, "supported_languages": null}, "macro.dbt_utils.default__get_powers_of_two": {"unique_id": "macro.dbt_utils.default__get_powers_of_two", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/generate_series.sql", "original_file_path": "macros/sql/generate_series.sql", "name": "default__get_powers_of_two", "macro_sql": "{% macro default__get_powers_of_two(upper_bound) %}\n\n {% if upper_bound <= 0 %}\n {{ exceptions.raise_compiler_error(\"upper bound must be positive\") }}\n {% endif %}\n\n {% for _ in range(1, 100) %}\n {% if upper_bound <= 2 ** loop.index %}{{ return(loop.index) }}{% endif %}\n {% endfor %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.3114219, "supported_languages": null}, "macro.dbt_utils.generate_series": {"unique_id": "macro.dbt_utils.generate_series", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/generate_series.sql", "original_file_path": "macros/sql/generate_series.sql", "name": "generate_series", "macro_sql": "{% macro generate_series(upper_bound) %}\n {{ return(adapter.dispatch('generate_series', 'dbt_utils')(upper_bound)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__generate_series"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.312057, "supported_languages": null}, "macro.dbt_utils.default__generate_series": {"unique_id": "macro.dbt_utils.default__generate_series", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/generate_series.sql", "original_file_path": "macros/sql/generate_series.sql", "name": "default__generate_series", "macro_sql": "{% macro default__generate_series(upper_bound) %}\n\n {% set n = dbt_utils.get_powers_of_two(upper_bound) %}\n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n {% for i in range(n) %}\n p{{i}}.generated_number * power(2, {{i}})\n {% if not loop.last %} + {% endif %}\n {% endfor %}\n + 1\n as generated_number\n\n from\n\n {% for i in range(n) %}\n p as p{{i}}\n {% if not loop.last %} cross join {% endif %}\n {% endfor %}\n\n )\n\n select *\n from unioned\n where generated_number <= {{upper_bound}}\n order by generated_number\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.get_powers_of_two"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.313764, "supported_languages": null}, "macro.dbt_utils.get_relations_by_prefix": {"unique_id": "macro.dbt_utils.get_relations_by_prefix", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/get_relations_by_prefix.sql", "original_file_path": "macros/sql/get_relations_by_prefix.sql", "name": "get_relations_by_prefix", "macro_sql": "{% macro get_relations_by_prefix(schema, prefix, exclude='', database=target.database) %}\n {{ return(adapter.dispatch('get_relations_by_prefix', 'dbt_utils')(schema, prefix, exclude, database)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_relations_by_prefix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.315858, "supported_languages": null}, "macro.dbt_utils.default__get_relations_by_prefix": {"unique_id": "macro.dbt_utils.default__get_relations_by_prefix", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/get_relations_by_prefix.sql", "original_file_path": "macros/sql/get_relations_by_prefix.sql", "name": "default__get_relations_by_prefix", "macro_sql": "{% macro default__get_relations_by_prefix(schema, prefix, exclude='', database=target.database) %}\n\n {%- call statement('get_tables', fetch_result=True) %}\n\n {{ dbt_utils.get_tables_by_prefix_sql(schema, prefix, exclude, database) }}\n\n {%- endcall -%}\n\n {%- set table_list = load_result('get_tables') -%}\n\n {%- if table_list and table_list['table'] -%}\n {%- set tbl_relations = [] -%}\n {%- for row in table_list['table'] -%}\n {%- set tbl_relation = api.Relation.create(\n database=database,\n schema=row.table_schema,\n identifier=row.table_name,\n type=row.table_type\n ) -%}\n {%- do tbl_relations.append(tbl_relation) -%}\n {%- endfor -%}\n\n {{ return(tbl_relations) }}\n {%- else -%}\n {{ return([]) }}\n {%- endif -%}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_utils.get_tables_by_prefix_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.318657, "supported_languages": null}, "macro.dbt_utils.get_tables_by_prefix_sql": {"unique_id": "macro.dbt_utils.get_tables_by_prefix_sql", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/get_tables_by_prefix_sql.sql", "original_file_path": "macros/sql/get_tables_by_prefix_sql.sql", "name": "get_tables_by_prefix_sql", "macro_sql": "{% macro get_tables_by_prefix_sql(schema, prefix, exclude='', database=target.database) %}\n {{ return(adapter.dispatch('get_tables_by_prefix_sql', 'dbt_utils')(schema, prefix, exclude, database)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_tables_by_prefix_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.320253, "supported_languages": null}, "macro.dbt_utils.default__get_tables_by_prefix_sql": {"unique_id": "macro.dbt_utils.default__get_tables_by_prefix_sql", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/get_tables_by_prefix_sql.sql", "original_file_path": "macros/sql/get_tables_by_prefix_sql.sql", "name": "default__get_tables_by_prefix_sql", "macro_sql": "{% macro default__get_tables_by_prefix_sql(schema, prefix, exclude='', database=target.database) %}\n\n {{ dbt_utils.get_tables_by_pattern_sql(\n schema_pattern = schema,\n table_pattern = prefix ~ '%',\n exclude = exclude,\n database = database\n ) }}\n \n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.get_tables_by_pattern_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.3211899, "supported_languages": null}, "macro.dbt_utils.star": {"unique_id": "macro.dbt_utils.star", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/star.sql", "original_file_path": "macros/sql/star.sql", "name": "star", "macro_sql": "{% macro star(from, relation_alias=False, except=[], prefix='', suffix='', quote_identifiers=True) -%}\r\n {{ return(adapter.dispatch('star', 'dbt_utils')(from, relation_alias, except, prefix, suffix, quote_identifiers)) }}\r\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__star"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.3246489, "supported_languages": null}, "macro.dbt_utils.default__star": {"unique_id": "macro.dbt_utils.default__star", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/star.sql", "original_file_path": "macros/sql/star.sql", "name": "default__star", "macro_sql": "{% macro default__star(from, relation_alias=False, except=[], prefix='', suffix='', quote_identifiers=True) -%}\r\n {%- do dbt_utils._is_relation(from, 'star') -%}\r\n {%- do dbt_utils._is_ephemeral(from, 'star') -%}\r\n\r\n {#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\r\n {%- if not execute -%}\r\n {% do return('*') %}\r\n {%- endif -%}\r\n\r\n {% set cols = dbt_utils.get_filtered_columns_in_relation(from, except) %}\r\n\r\n {%- if cols|length <= 0 -%}\r\n {% if flags.WHICH == 'compile' %}\r\n {% set response %}\r\n*\r\n/* No columns were returned. Maybe the relation doesn't exist yet \r\nor all columns were excluded. This star is only output during \r\ndbt compile, and exists to keep SQLFluff happy. */\r\n {% endset %}\r\n {% do return(response) %}\r\n {% else %}\r\n {% do return(\"/* no columns returned from star() macro */\") %}\r\n {% endif %}\r\n {%- else -%}\r\n {%- for col in cols %}\r\n {%- if relation_alias %}{{ relation_alias }}.{% else %}{%- endif -%}\r\n {%- if quote_identifiers -%}\r\n {{ adapter.quote(col)|trim }} {%- if prefix!='' or suffix!='' %} as {{ adapter.quote(prefix ~ col ~ suffix)|trim }} {%- endif -%}\r\n {%- else -%}\r\n {{ col|trim }} {%- if prefix!='' or suffix!='' %} as {{ (prefix ~ col ~ suffix)|trim }} {%- endif -%}\r\n {% endif %}\r\n {%- if not loop.last %},{{ '\\n ' }}{%- endif -%}\r\n {%- endfor -%}\r\n {% endif %}\r\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt_utils.get_filtered_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.329241, "supported_languages": null}, "macro.dbt_utils.unpivot": {"unique_id": "macro.dbt_utils.unpivot", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/unpivot.sql", "original_file_path": "macros/sql/unpivot.sql", "name": "unpivot", "macro_sql": "{% macro unpivot(relation=none, cast_to='varchar', exclude=none, remove=none, field_name='field_name', value_name='value') -%}\n {{ return(adapter.dispatch('unpivot', 'dbt_utils')(relation, cast_to, exclude, remove, field_name, value_name)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__unpivot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.332906, "supported_languages": null}, "macro.dbt_utils.default__unpivot": {"unique_id": "macro.dbt_utils.default__unpivot", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/unpivot.sql", "original_file_path": "macros/sql/unpivot.sql", "name": "default__unpivot", "macro_sql": "{% macro default__unpivot(relation=none, cast_to='varchar', exclude=none, remove=none, field_name='field_name', value_name='value') -%}\n\n {% if not relation %}\n {{ exceptions.raise_compiler_error(\"Error: argument `relation` is required for `unpivot` macro.\") }}\n {% endif %}\n\n {%- set exclude = exclude if exclude is not none else [] %}\n {%- set remove = remove if remove is not none else [] %}\n\n {%- set include_cols = [] %}\n\n {%- set table_columns = {} %}\n\n {%- do table_columns.update({relation: []}) %}\n\n {%- do dbt_utils._is_relation(relation, 'unpivot') -%}\n {%- do dbt_utils._is_ephemeral(relation, 'unpivot') -%}\n {%- set cols = adapter.get_columns_in_relation(relation) %}\n\n {%- for col in cols -%}\n {%- if col.column.lower() not in remove|map('lower') and col.column.lower() not in exclude|map('lower') -%}\n {% do include_cols.append(col) %}\n {%- endif %}\n {%- endfor %}\n\n\n {%- for col in include_cols -%}\n select\n {%- for exclude_col in exclude %}\n {{ exclude_col }},\n {%- endfor %}\n\n cast('{{ col.column }}' as {{ dbt.type_string() }}) as {{ field_name }},\n cast( {% if col.data_type == 'boolean' %}\n {{ dbt.cast_bool_to_text(col.column) }}\n {% else %}\n {{ col.column }}\n {% endif %}\n as {{ cast_to }}) as {{ value_name }}\n\n from {{ relation }}\n\n {% if not loop.last -%}\n union all\n {% endif -%}\n {%- endfor -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt.type_string", "macro.dbt.cast_bool_to_text"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.3382201, "supported_languages": null}, "macro.dbt_utils.safe_divide": {"unique_id": "macro.dbt_utils.safe_divide", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/safe_divide.sql", "original_file_path": "macros/sql/safe_divide.sql", "name": "safe_divide", "macro_sql": "{% macro safe_divide(numerator, denominator) -%}\n {{ return(adapter.dispatch('safe_divide', 'dbt_utils')(numerator, denominator)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__safe_divide"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.3393931, "supported_languages": null}, "macro.dbt_utils.default__safe_divide": {"unique_id": "macro.dbt_utils.default__safe_divide", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/safe_divide.sql", "original_file_path": "macros/sql/safe_divide.sql", "name": "default__safe_divide", "macro_sql": "{% macro default__safe_divide(numerator, denominator) %}\n ( {{ numerator }} ) / nullif( ( {{ denominator }} ), 0)\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.33986, "supported_languages": null}, "macro.dbt_utils.union_relations": {"unique_id": "macro.dbt_utils.union_relations", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/union.sql", "original_file_path": "macros/sql/union.sql", "name": "union_relations", "macro_sql": "{%- macro union_relations(relations, column_override=none, include=[], exclude=[], source_column_name='_dbt_source_relation', where=none) -%}\n {{ return(adapter.dispatch('union_relations', 'dbt_utils')(relations, column_override, include, exclude, source_column_name, where)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__union_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.347382, "supported_languages": null}, "macro.dbt_utils.default__union_relations": {"unique_id": "macro.dbt_utils.default__union_relations", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/union.sql", "original_file_path": "macros/sql/union.sql", "name": "default__union_relations", "macro_sql": "\n\n{%- macro default__union_relations(relations, column_override=none, include=[], exclude=[], source_column_name='_dbt_source_relation', where=none) -%}\n\n {%- if exclude and include -%}\n {{ exceptions.raise_compiler_error(\"Both an exclude and include list were provided to the `union` macro. Only one is allowed\") }}\n {%- endif -%}\n\n {#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. -#}\n {%- if not execute %}\n {{ return('') }}\n {% endif -%}\n\n {%- set column_override = column_override if column_override is not none else {} -%}\n\n {%- set relation_columns = {} -%}\n {%- set column_superset = {} -%}\n {%- set all_excludes = [] -%}\n {%- set all_includes = [] -%}\n\n {%- if exclude -%}\n {%- for exc in exclude -%}\n {%- do all_excludes.append(exc | lower) -%}\n {%- endfor -%}\n {%- endif -%}\n\n {%- if include -%}\n {%- for inc in include -%}\n {%- do all_includes.append(inc | lower) -%}\n {%- endfor -%}\n {%- endif -%}\n\n {%- for relation in relations -%}\n\n {%- do relation_columns.update({relation: []}) -%}\n\n {%- do dbt_utils._is_relation(relation, 'union_relations') -%}\n {%- do dbt_utils._is_ephemeral(relation, 'union_relations') -%}\n {%- set cols = adapter.get_columns_in_relation(relation) -%}\n {%- for col in cols -%}\n\n {#- If an exclude list was provided and the column is in the list, do nothing -#}\n {%- if exclude and col.column | lower in all_excludes -%}\n\n {#- If an include list was provided and the column is not in the list, do nothing -#}\n {%- elif include and col.column | lower not in all_includes -%}\n\n {#- Otherwise add the column to the column superset -#}\n {%- else -%}\n\n {#- update the list of columns in this relation -#}\n {%- do relation_columns[relation].append(col.column) -%}\n\n {%- if col.column in column_superset -%}\n\n {%- set stored = column_superset[col.column] -%}\n {%- if col.is_string() and stored.is_string() and col.string_size() > stored.string_size() -%}\n\n {%- do column_superset.update({col.column: col}) -%}\n\n {%- endif %}\n\n {%- else -%}\n\n {%- do column_superset.update({col.column: col}) -%}\n\n {%- endif -%}\n\n {%- endif -%}\n\n {%- endfor -%}\n {%- endfor -%}\n\n {%- set ordered_column_names = column_superset.keys() -%}\n {%- set dbt_command = flags.WHICH -%}\n\n\n {% if dbt_command in ['run', 'build'] %}\n {% if (include | length > 0 or exclude | length > 0) and not column_superset.keys() %}\n {%- set relations_string -%}\n {%- for relation in relations -%}\n {{ relation.name }}\n {%- if not loop.last %}, {% endif -%}\n {%- endfor -%}\n {%- endset -%}\n\n {%- set error_message -%}\n There were no columns found to union for relations {{ relations_string }}\n {%- endset -%}\n\n {{ exceptions.raise_compiler_error(error_message) }}\n {%- endif -%}\n {%- endif -%}\n\n {%- for relation in relations %}\n\n (\n select\n\n {%- if source_column_name is not none %}\n cast({{ dbt.string_literal(relation) }} as {{ dbt.type_string() }}) as {{ source_column_name }},\n {%- endif %}\n\n {% for col_name in ordered_column_names -%}\n\n {%- set col = column_superset[col_name] %}\n {%- set col_type = column_override.get(col.column, col.data_type) %}\n {%- set col_name = adapter.quote(col_name) if col_name in relation_columns[relation] else 'null' %}\n cast({{ col_name }} as {{ col_type }}) as {{ col.quoted }} {% if not loop.last %},{% endif -%}\n\n {%- endfor %}\n\n from {{ relation }}\n\n {% if where -%}\n where {{ where }}\n {%- endif %}\n )\n\n {% if not loop.last -%}\n union all\n {% endif -%}\n\n {%- endfor -%}\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt.string_literal", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.3584719, "supported_languages": null}, "macro.dbt_utils.group_by": {"unique_id": "macro.dbt_utils.group_by", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/groupby.sql", "original_file_path": "macros/sql/groupby.sql", "name": "group_by", "macro_sql": "{%- macro group_by(n) -%}\n {{ return(adapter.dispatch('group_by', 'dbt_utils')(n)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__group_by"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.359643, "supported_languages": null}, "macro.dbt_utils.default__group_by": {"unique_id": "macro.dbt_utils.default__group_by", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/groupby.sql", "original_file_path": "macros/sql/groupby.sql", "name": "default__group_by", "macro_sql": "\n\n{%- macro default__group_by(n) -%}\n\n group by {% for i in range(1, n + 1) -%}\n {{ i }}{{ ',' if not loop.last }} \n {%- endfor -%}\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.360489, "supported_languages": null}, "macro.dbt_utils.deduplicate": {"unique_id": "macro.dbt_utils.deduplicate", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "name": "deduplicate", "macro_sql": "{%- macro deduplicate(relation, partition_by, order_by) -%}\n {{ return(adapter.dispatch('deduplicate', 'dbt_utils')(relation, partition_by, order_by)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.postgres__deduplicate"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.36264, "supported_languages": null}, "macro.dbt_utils.default__deduplicate": {"unique_id": "macro.dbt_utils.default__deduplicate", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "name": "default__deduplicate", "macro_sql": "\n\n{%- macro default__deduplicate(relation, partition_by, order_by) -%}\n\n with row_numbered as (\n select\n _inner.*,\n row_number() over (\n partition by {{ partition_by }}\n order by {{ order_by }}\n ) as rn\n from {{ relation }} as _inner\n )\n\n select\n distinct data.*\n from {{ relation }} as data\n {#\n -- Not all DBs will support natural joins but the ones that do include:\n -- Oracle, MySQL, SQLite, Redshift, Teradata, Materialize, Databricks\n -- Apache Spark, SingleStore, Vertica\n -- Those that do not appear to support natural joins include:\n -- SQLServer, Trino, Presto, Rockset, Athena\n #}\n natural join row_numbered\n where row_numbered.rn = 1\n\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.363358, "supported_languages": null}, "macro.dbt_utils.redshift__deduplicate": {"unique_id": "macro.dbt_utils.redshift__deduplicate", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "name": "redshift__deduplicate", "macro_sql": "{% macro redshift__deduplicate(relation, partition_by, order_by) -%}\n\n {{ return(dbt_utils.default__deduplicate(relation, partition_by, order_by=order_by)) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__deduplicate"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.3640268, "supported_languages": null}, "macro.dbt_utils.postgres__deduplicate": {"unique_id": "macro.dbt_utils.postgres__deduplicate", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "name": "postgres__deduplicate", "macro_sql": "\n{%- macro postgres__deduplicate(relation, partition_by, order_by) -%}\n\n select\n distinct on ({{ partition_by }}) *\n from {{ relation }}\n order by {{ partition_by }}{{ ',' ~ order_by }}\n\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.364671, "supported_languages": null}, "macro.dbt_utils.snowflake__deduplicate": {"unique_id": "macro.dbt_utils.snowflake__deduplicate", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "name": "snowflake__deduplicate", "macro_sql": "\n{%- macro snowflake__deduplicate(relation, partition_by, order_by) -%}\n\n select *\n from {{ relation }}\n qualify\n row_number() over (\n partition by {{ partition_by }}\n order by {{ order_by }}\n ) = 1\n\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.3652291, "supported_languages": null}, "macro.dbt_utils.bigquery__deduplicate": {"unique_id": "macro.dbt_utils.bigquery__deduplicate", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "name": "bigquery__deduplicate", "macro_sql": "\n{%- macro bigquery__deduplicate(relation, partition_by, order_by) -%}\n\n select unique.*\n from (\n select\n array_agg (\n original\n order by {{ order_by }}\n limit 1\n )[offset(0)] unique\n from {{ relation }} original\n group by {{ partition_by }}\n )\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.365794, "supported_languages": null}, "macro.dbt_utils.surrogate_key": {"unique_id": "macro.dbt_utils.surrogate_key", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/surrogate_key.sql", "original_file_path": "macros/sql/surrogate_key.sql", "name": "surrogate_key", "macro_sql": "{%- macro surrogate_key(field_list) -%}\n {% set frustrating_jinja_feature = varargs %}\n {{ return(adapter.dispatch('surrogate_key', 'dbt_utils')(field_list, *varargs)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__surrogate_key"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.367214, "supported_languages": null}, "macro.dbt_utils.default__surrogate_key": {"unique_id": "macro.dbt_utils.default__surrogate_key", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/surrogate_key.sql", "original_file_path": "macros/sql/surrogate_key.sql", "name": "default__surrogate_key", "macro_sql": "\n\n{%- macro default__surrogate_key(field_list) -%}\n\n{%- set error_message = '\nWarning: `dbt_utils.surrogate_key` has been replaced by \\\n`dbt_utils.generate_surrogate_key`. The new macro treats null values \\\ndifferently to empty strings. To restore the behaviour of the original \\\nmacro, add a global variable in dbt_project.yml called \\\n`surrogate_key_treat_nulls_as_empty_strings` to your \\\ndbt_project.yml file with a value of True. \\\nThe {}.{} model triggered this warning. \\\n'.format(model.package_name, model.name) -%}\n\n{%- do exceptions.raise_compiler_error(error_message) -%}\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.367989, "supported_languages": null}, "macro.dbt_utils.safe_add": {"unique_id": "macro.dbt_utils.safe_add", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/safe_add.sql", "original_file_path": "macros/sql/safe_add.sql", "name": "safe_add", "macro_sql": "{%- macro safe_add(field_list) -%}\n {{ return(adapter.dispatch('safe_add', 'dbt_utils')(field_list)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__safe_add"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.369339, "supported_languages": null}, "macro.dbt_utils.default__safe_add": {"unique_id": "macro.dbt_utils.default__safe_add", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/safe_add.sql", "original_file_path": "macros/sql/safe_add.sql", "name": "default__safe_add", "macro_sql": "\n\n{%- macro default__safe_add(field_list) -%}\n\n{%- if field_list is not iterable or field_list is string or field_list is mapping -%}\n\n{%- set error_message = '\nWarning: the `safe_add` macro now takes a single list argument instead of \\\nstring arguments. The {}.{} model triggered this warning. \\\n'.format(model.package_name, model.name) -%}\n\n{%- do exceptions.warn(error_message) -%}\n\n{%- endif -%}\n\n{% set fields = [] %}\n\n{%- for field in field_list -%}\n\n {% do fields.append(\"coalesce(\" ~ field ~ \", 0)\") %}\n\n{%- endfor -%}\n\n{{ fields|join(' +\\n ') }}\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.371098, "supported_languages": null}, "macro.dbt_utils.nullcheck": {"unique_id": "macro.dbt_utils.nullcheck", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/nullcheck.sql", "original_file_path": "macros/sql/nullcheck.sql", "name": "nullcheck", "macro_sql": "{% macro nullcheck(cols) %}\n {{ return(adapter.dispatch('nullcheck', 'dbt_utils')(cols)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__nullcheck"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.372353, "supported_languages": null}, "macro.dbt_utils.default__nullcheck": {"unique_id": "macro.dbt_utils.default__nullcheck", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/nullcheck.sql", "original_file_path": "macros/sql/nullcheck.sql", "name": "default__nullcheck", "macro_sql": "{% macro default__nullcheck(cols) %}\n{%- for col in cols %}\n\n {% if col.is_string() -%}\n\n nullif({{col.name}},'') as {{col.name}}\n\n {%- else -%}\n\n {{col.name}}\n\n {%- endif -%}\n\n{%- if not loop.last -%} , {%- endif -%}\n\n{%- endfor -%}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.3734558, "supported_languages": null}, "macro.dbt_utils.get_tables_by_pattern_sql": {"unique_id": "macro.dbt_utils.get_tables_by_pattern_sql", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/get_tables_by_pattern_sql.sql", "original_file_path": "macros/sql/get_tables_by_pattern_sql.sql", "name": "get_tables_by_pattern_sql", "macro_sql": "{% macro get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(adapter.dispatch('get_tables_by_pattern_sql', 'dbt_utils')\n (schema_pattern, table_pattern, exclude, database)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_tables_by_pattern_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.377889, "supported_languages": null}, "macro.dbt_utils.default__get_tables_by_pattern_sql": {"unique_id": "macro.dbt_utils.default__get_tables_by_pattern_sql", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/get_tables_by_pattern_sql.sql", "original_file_path": "macros/sql/get_tables_by_pattern_sql.sql", "name": "default__get_tables_by_pattern_sql", "macro_sql": "{% macro default__get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n select distinct\n table_schema as {{ adapter.quote('table_schema') }},\n table_name as {{ adapter.quote('table_name') }},\n {{ dbt_utils.get_table_types_sql() }}\n from {{ database }}.information_schema.tables\n where table_schema ilike '{{ schema_pattern }}'\n and table_name ilike '{{ table_pattern }}'\n and table_name not ilike '{{ exclude }}'\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.get_table_types_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.379092, "supported_languages": null}, "macro.dbt_utils.bigquery__get_tables_by_pattern_sql": {"unique_id": "macro.dbt_utils.bigquery__get_tables_by_pattern_sql", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/get_tables_by_pattern_sql.sql", "original_file_path": "macros/sql/get_tables_by_pattern_sql.sql", "name": "bigquery__get_tables_by_pattern_sql", "macro_sql": "{% macro bigquery__get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n {% if '%' in schema_pattern %}\n {% set schemata=dbt_utils._bigquery__get_matching_schemata(schema_pattern, database) %}\n {% else %}\n {% set schemata=[schema_pattern] %}\n {% endif %}\n\n {% set sql %}\n {% for schema in schemata %}\n select distinct\n table_schema,\n table_name,\n {{ dbt_utils.get_table_types_sql() }}\n\n from {{ adapter.quote(database) }}.{{ schema }}.INFORMATION_SCHEMA.TABLES\n where lower(table_name) like lower ('{{ table_pattern }}')\n and lower(table_name) not like lower ('{{ exclude }}')\n\n {% if not loop.last %} union all {% endif %}\n\n {% endfor %}\n {% endset %}\n\n {{ return(sql) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils._bigquery__get_matching_schemata", "macro.dbt_utils.get_table_types_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.381598, "supported_languages": null}, "macro.dbt_utils._bigquery__get_matching_schemata": {"unique_id": "macro.dbt_utils._bigquery__get_matching_schemata", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/get_tables_by_pattern_sql.sql", "original_file_path": "macros/sql/get_tables_by_pattern_sql.sql", "name": "_bigquery__get_matching_schemata", "macro_sql": "{% macro _bigquery__get_matching_schemata(schema_pattern, database) %}\n {% if execute %}\n\n {% set sql %}\n select schema_name from {{ adapter.quote(database) }}.INFORMATION_SCHEMA.SCHEMATA\n where lower(schema_name) like lower('{{ schema_pattern }}')\n {% endset %}\n\n {% set results=run_query(sql) %}\n\n {% set schemata=results.columns['schema_name'].values() %}\n\n {{ return(schemata) }}\n\n {% else %}\n\n {{ return([]) }}\n\n {% endif %}\n\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.38329, "supported_languages": null}, "macro.dbt_utils.get_column_values": {"unique_id": "macro.dbt_utils.get_column_values", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/get_column_values.sql", "original_file_path": "macros/sql/get_column_values.sql", "name": "get_column_values", "macro_sql": "{% macro get_column_values(table, column, order_by='count(*) desc', max_records=none, default=none, where=none) -%}\n {{ return(adapter.dispatch('get_column_values', 'dbt_utils')(table, column, order_by, max_records, default, where)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_column_values"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.3865018, "supported_languages": null}, "macro.dbt_utils.default__get_column_values": {"unique_id": "macro.dbt_utils.default__get_column_values", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/get_column_values.sql", "original_file_path": "macros/sql/get_column_values.sql", "name": "default__get_column_values", "macro_sql": "{% macro default__get_column_values(table, column, order_by='count(*) desc', max_records=none, default=none, where=none) -%}\n {#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n {%- if not execute -%}\n {% set default = [] if not default %}\n {{ return(default) }}\n {% endif %}\n\n {%- do dbt_utils._is_ephemeral(table, 'get_column_values') -%}\n\n {# Not all relations are tables. Renaming for internal clarity without breaking functionality for anyone using named arguments #}\n {# TODO: Change the method signature in a future 0.x.0 release #}\n {%- set target_relation = table -%}\n\n {# adapter.load_relation is a convenience wrapper to avoid building a Relation when we already have one #}\n {% set relation_exists = (load_relation(target_relation)) is not none %}\n\n {%- call statement('get_column_values', fetch_result=true) %}\n\n {%- if not relation_exists and default is none -%}\n\n {{ exceptions.raise_compiler_error(\"In get_column_values(): relation \" ~ target_relation ~ \" does not exist and no default value was provided.\") }}\n\n {%- elif not relation_exists and default is not none -%}\n\n {{ log(\"Relation \" ~ target_relation ~ \" does not exist. Returning the default value: \" ~ default) }}\n\n {{ return(default) }}\n\n {%- else -%}\n\n\n select\n {{ column }} as value\n\n from {{ target_relation }}\n\n {% if where is not none %}\n where {{ where }}\n {% endif %}\n\n group by {{ column }}\n order by {{ order_by }}\n\n {% if max_records is not none %}\n limit {{ max_records }}\n {% endif %}\n\n {% endif %}\n\n {%- endcall -%}\n\n {%- set value_list = load_result('get_column_values') -%}\n\n {%- if value_list and value_list['data'] -%}\n {%- set values = value_list['data'] | map(attribute=0) | list %}\n {{ return(values) }}\n {%- else -%}\n {{ return(default) }}\n {%- endif -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils._is_ephemeral", "macro.dbt.load_relation", "macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.391424, "supported_languages": null}, "macro.dbt_utils.pivot": {"unique_id": "macro.dbt_utils.pivot", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/pivot.sql", "original_file_path": "macros/sql/pivot.sql", "name": "pivot", "macro_sql": "{% macro pivot(column,\n values,\n alias=True,\n agg='sum',\n cmp='=',\n prefix='',\n suffix='',\n then_value=1,\n else_value=0,\n quote_identifiers=True,\n distinct=False) %}\n {{ return(adapter.dispatch('pivot', 'dbt_utils')(column, values, alias, agg, cmp, prefix, suffix, then_value, else_value, quote_identifiers, distinct)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__pivot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.394662, "supported_languages": null}, "macro.dbt_utils.default__pivot": {"unique_id": "macro.dbt_utils.default__pivot", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/pivot.sql", "original_file_path": "macros/sql/pivot.sql", "name": "default__pivot", "macro_sql": "{% macro default__pivot(column,\n values,\n alias=True,\n agg='sum',\n cmp='=',\n prefix='',\n suffix='',\n then_value=1,\n else_value=0,\n quote_identifiers=True,\n distinct=False) %}\n {% for value in values %}\n {{ agg }}(\n {% if distinct %} distinct {% endif %}\n case\n when {{ column }} {{ cmp }} '{{ dbt.escape_single_quotes(value) }}'\n then {{ then_value }}\n else {{ else_value }}\n end\n )\n {% if alias %}\n {% if quote_identifiers %}\n as {{ adapter.quote(prefix ~ value ~ suffix) }}\n {% else %}\n as {{ dbt_utils.slugify(prefix ~ value ~ suffix) }}\n {% endif %}\n {% endif %}\n {% if not loop.last %},{% endif %}\n {% endfor %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.escape_single_quotes", "macro.dbt_utils.slugify"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.3973918, "supported_languages": null}, "macro.dbt_utils.get_filtered_columns_in_relation": {"unique_id": "macro.dbt_utils.get_filtered_columns_in_relation", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/get_filtered_columns_in_relation.sql", "original_file_path": "macros/sql/get_filtered_columns_in_relation.sql", "name": "get_filtered_columns_in_relation", "macro_sql": "{% macro get_filtered_columns_in_relation(from, except=[]) -%}\n {{ return(adapter.dispatch('get_filtered_columns_in_relation', 'dbt_utils')(from, except)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_filtered_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.3989902, "supported_languages": null}, "macro.dbt_utils.default__get_filtered_columns_in_relation": {"unique_id": "macro.dbt_utils.default__get_filtered_columns_in_relation", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/get_filtered_columns_in_relation.sql", "original_file_path": "macros/sql/get_filtered_columns_in_relation.sql", "name": "default__get_filtered_columns_in_relation", "macro_sql": "{% macro default__get_filtered_columns_in_relation(from, except=[]) -%}\n {%- do dbt_utils._is_relation(from, 'get_filtered_columns_in_relation') -%}\n {%- do dbt_utils._is_ephemeral(from, 'get_filtered_columns_in_relation') -%}\n\n {# -- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n {%- if not execute -%}\n {{ return('') }}\n {% endif %}\n\n {%- set include_cols = [] %}\n {%- set cols = adapter.get_columns_in_relation(from) -%}\n {%- set except = except | map(\"lower\") | list %}\n {%- for col in cols -%}\n {%- if col.column|lower not in except -%}\n {% do include_cols.append(col.column) %}\n {%- endif %}\n {%- endfor %}\n\n {{ return(include_cols) }}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.401348, "supported_languages": null}, "macro.dbt_utils.width_bucket": {"unique_id": "macro.dbt_utils.width_bucket", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/width_bucket.sql", "original_file_path": "macros/sql/width_bucket.sql", "name": "width_bucket", "macro_sql": "{% macro width_bucket(expr, min_value, max_value, num_buckets) %}\n {{ return(adapter.dispatch('width_bucket', 'dbt_utils') (expr, min_value, max_value, num_buckets)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__width_bucket"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.405117, "supported_languages": null}, "macro.dbt_utils.default__width_bucket": {"unique_id": "macro.dbt_utils.default__width_bucket", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/width_bucket.sql", "original_file_path": "macros/sql/width_bucket.sql", "name": "default__width_bucket", "macro_sql": "{% macro default__width_bucket(expr, min_value, max_value, num_buckets) -%}\n\n {% set bin_size -%}\n (( {{ max_value }} - {{ min_value }} ) / {{ num_buckets }} )\n {%- endset %}\n (\n -- to break ties when the amount is eaxtly at the bucket egde\n case\n when\n mod(\n {{ dbt.safe_cast(expr, dbt.type_numeric() ) }},\n {{ dbt.safe_cast(bin_size, dbt.type_numeric() ) }}\n ) = 0\n then 1\n else 0\n end\n ) +\n -- Anything over max_value goes the N+1 bucket\n least(\n ceil(\n ({{ expr }} - {{ min_value }})/{{ bin_size }}\n ),\n {{ num_buckets }} + 1\n )\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.safe_cast", "macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.406637, "supported_languages": null}, "macro.dbt_utils.redshift__width_bucket": {"unique_id": "macro.dbt_utils.redshift__width_bucket", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/width_bucket.sql", "original_file_path": "macros/sql/width_bucket.sql", "name": "redshift__width_bucket", "macro_sql": "{% macro redshift__width_bucket(expr, min_value, max_value, num_buckets) -%}\n\n {% set bin_size -%}\n (( {{ max_value }} - {{ min_value }} ) / {{ num_buckets }} )\n {%- endset %}\n (\n -- to break ties when the amount is exactly at the bucket edge\n case\n when\n {{ dbt.safe_cast(expr, dbt.type_numeric() ) }} %\n {{ dbt.safe_cast(bin_size, dbt.type_numeric() ) }}\n = 0\n then 1\n else 0\n end\n ) +\n -- Anything over max_value goes the N+1 bucket\n least(\n ceil(\n ({{ expr }} - {{ min_value }})/{{ bin_size }}\n ),\n {{ num_buckets }} + 1\n )\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.safe_cast", "macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.4081438, "supported_languages": null}, "macro.dbt_utils.snowflake__width_bucket": {"unique_id": "macro.dbt_utils.snowflake__width_bucket", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/width_bucket.sql", "original_file_path": "macros/sql/width_bucket.sql", "name": "snowflake__width_bucket", "macro_sql": "{% macro snowflake__width_bucket(expr, min_value, max_value, num_buckets) %}\n width_bucket({{ expr }}, {{ min_value }}, {{ max_value }}, {{ num_buckets }} )\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.408777, "supported_languages": null}, "macro.dbt_utils.get_query_results_as_dict": {"unique_id": "macro.dbt_utils.get_query_results_as_dict", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/get_query_results_as_dict.sql", "original_file_path": "macros/sql/get_query_results_as_dict.sql", "name": "get_query_results_as_dict", "macro_sql": "{% macro get_query_results_as_dict(query) %}\n {{ return(adapter.dispatch('get_query_results_as_dict', 'dbt_utils')(query)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_query_results_as_dict"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.410246, "supported_languages": null}, "macro.dbt_utils.default__get_query_results_as_dict": {"unique_id": "macro.dbt_utils.default__get_query_results_as_dict", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/get_query_results_as_dict.sql", "original_file_path": "macros/sql/get_query_results_as_dict.sql", "name": "default__get_query_results_as_dict", "macro_sql": "{% macro default__get_query_results_as_dict(query) %}\n\n{# This macro returns a dictionary of the form {column_name: (tuple_of_results)} #}\n\n {%- call statement('get_query_results', fetch_result=True,auto_begin=false) -%}\n\n {{ query }}\n\n {%- endcall -%}\n\n {% set sql_results={} %}\n\n {%- if execute -%}\n {% set sql_results_table = load_result('get_query_results').table.columns %}\n {% for column_name, column in sql_results_table.items() %}\n {% do sql_results.update({column_name: column.values()}) %}\n {% endfor %}\n {%- endif -%}\n\n {{ return(sql_results) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.412173, "supported_languages": null}, "macro.dbt_utils.generate_surrogate_key": {"unique_id": "macro.dbt_utils.generate_surrogate_key", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/generate_surrogate_key.sql", "original_file_path": "macros/sql/generate_surrogate_key.sql", "name": "generate_surrogate_key", "macro_sql": "{%- macro generate_surrogate_key(field_list) -%}\n {{ return(adapter.dispatch('generate_surrogate_key', 'dbt_utils')(field_list)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__generate_surrogate_key"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.4137359, "supported_languages": null}, "macro.dbt_utils.default__generate_surrogate_key": {"unique_id": "macro.dbt_utils.default__generate_surrogate_key", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/generate_surrogate_key.sql", "original_file_path": "macros/sql/generate_surrogate_key.sql", "name": "default__generate_surrogate_key", "macro_sql": "\n\n{%- macro default__generate_surrogate_key(field_list) -%}\n\n{% if var('surrogate_key_treat_nulls_as_empty_strings', False) %}\n {% set default_null_value = \"\" %}\n{% else %}\n {% set default_null_value = '_dbt_utils_surrogate_key_null_'%}\n{% endif %}\n\n{%- set fields = [] -%}\n\n{%- for field in field_list -%}\n\n {%- do fields.append(\n \"coalesce(cast(\" ~ field ~ \" as \" ~ dbt.type_string() ~ \"), '\" ~ default_null_value ~\"')\"\n ) -%}\n\n {%- if not loop.last %}\n {%- do fields.append(\"'-'\") -%}\n {%- endif -%}\n\n{%- endfor -%}\n\n{{ dbt.hash(dbt.concat(fields)) }}\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_string", "macro.dbt.hash", "macro.dbt.concat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.4158652, "supported_languages": null}, "macro.dbt_utils.get_table_types_sql": {"unique_id": "macro.dbt_utils.get_table_types_sql", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/get_table_types_sql.sql", "original_file_path": "macros/sql/get_table_types_sql.sql", "name": "get_table_types_sql", "macro_sql": "{%- macro get_table_types_sql() -%}\n {{ return(adapter.dispatch('get_table_types_sql', 'dbt_utils')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.postgres__get_table_types_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.417213, "supported_languages": null}, "macro.dbt_utils.default__get_table_types_sql": {"unique_id": "macro.dbt_utils.default__get_table_types_sql", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/get_table_types_sql.sql", "original_file_path": "macros/sql/get_table_types_sql.sql", "name": "default__get_table_types_sql", "macro_sql": "{% macro default__get_table_types_sql() %}\n case table_type\n when 'BASE TABLE' then 'table'\n when 'EXTERNAL TABLE' then 'external'\n when 'MATERIALIZED VIEW' then 'materializedview'\n else lower(table_type)\n end as {{ adapter.quote('table_type') }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.417675, "supported_languages": null}, "macro.dbt_utils.postgres__get_table_types_sql": {"unique_id": "macro.dbt_utils.postgres__get_table_types_sql", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/get_table_types_sql.sql", "original_file_path": "macros/sql/get_table_types_sql.sql", "name": "postgres__get_table_types_sql", "macro_sql": "{% macro postgres__get_table_types_sql() %}\n case table_type\n when 'BASE TABLE' then 'table'\n when 'FOREIGN' then 'external'\n when 'MATERIALIZED VIEW' then 'materializedview'\n else lower(table_type)\n end as {{ adapter.quote('table_type') }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.4181252, "supported_languages": null}, "macro.dbt_utils.get_single_value": {"unique_id": "macro.dbt_utils.get_single_value", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/get_single_value.sql", "original_file_path": "macros/sql/get_single_value.sql", "name": "get_single_value", "macro_sql": "{% macro get_single_value(query, default=none) %}\n {{ return(adapter.dispatch('get_single_value', 'dbt_utils')(query, default)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_single_value"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.419796, "supported_languages": null}, "macro.dbt_utils.default__get_single_value": {"unique_id": "macro.dbt_utils.default__get_single_value", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/get_single_value.sql", "original_file_path": "macros/sql/get_single_value.sql", "name": "default__get_single_value", "macro_sql": "{% macro default__get_single_value(query, default) %}\n\n{# This macro returns the (0, 0) record in a query, i.e. the first row of the first column #}\n\n {%- call statement('get_query_result', fetch_result=True, auto_begin=false) -%}\n\n {{ query }}\n\n {%- endcall -%}\n\n {%- if execute -%}\n\n {% set r = load_result('get_query_result').table.columns[0].values() %}\n {% if r | length == 0 %}\n {% do print('Query `' ~ query ~ '` returned no rows. Using the default value: ' ~ default) %}\n {% set sql_result = default %}\n {% else %}\n {% set sql_result = r[0] %}\n {% endif %}\n \n {%- else -%}\n \n {% set sql_result = default %}\n \n {%- endif -%}\n\n {% do return(sql_result) %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.422355, "supported_languages": null}, "macro.dbt_utils.degrees_to_radians": {"unique_id": "macro.dbt_utils.degrees_to_radians", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/haversine_distance.sql", "original_file_path": "macros/sql/haversine_distance.sql", "name": "degrees_to_radians", "macro_sql": "{% macro degrees_to_radians(degrees) -%}\n acos(-1) * {{degrees}} / 180\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.425227, "supported_languages": null}, "macro.dbt_utils.haversine_distance": {"unique_id": "macro.dbt_utils.haversine_distance", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/haversine_distance.sql", "original_file_path": "macros/sql/haversine_distance.sql", "name": "haversine_distance", "macro_sql": "{% macro haversine_distance(lat1, lon1, lat2, lon2, unit='mi') -%}\n {{ return(adapter.dispatch('haversine_distance', 'dbt_utils')(lat1,lon1,lat2,lon2,unit)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__haversine_distance"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.426128, "supported_languages": null}, "macro.dbt_utils.default__haversine_distance": {"unique_id": "macro.dbt_utils.default__haversine_distance", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/haversine_distance.sql", "original_file_path": "macros/sql/haversine_distance.sql", "name": "default__haversine_distance", "macro_sql": "{% macro default__haversine_distance(lat1, lon1, lat2, lon2, unit='mi') -%}\n{%- if unit == 'mi' %}\n {% set conversion_rate = 1 %}\n{% elif unit == 'km' %}\n {% set conversion_rate = 1.60934 %}\n{% else %}\n {{ exceptions.raise_compiler_error(\"unit input must be one of 'mi' or 'km'. Got \" ~ unit) }}\n{% endif %}\n\n 2 * 3961 * asin(sqrt(power((sin(radians(({{ lat2 }} - {{ lat1 }}) / 2))), 2) +\n cos(radians({{lat1}})) * cos(radians({{lat2}})) *\n power((sin(radians(({{ lon2 }} - {{ lon1 }}) / 2))), 2))) * {{ conversion_rate }}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.429018, "supported_languages": null}, "macro.dbt_utils.bigquery__haversine_distance": {"unique_id": "macro.dbt_utils.bigquery__haversine_distance", "package_name": "dbt_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/dbt_utils", "path": "macros/sql/haversine_distance.sql", "original_file_path": "macros/sql/haversine_distance.sql", "name": "bigquery__haversine_distance", "macro_sql": "{% macro bigquery__haversine_distance(lat1, lon1, lat2, lon2, unit='mi') -%}\n{% set radians_lat1 = dbt_utils.degrees_to_radians(lat1) %}\n{% set radians_lat2 = dbt_utils.degrees_to_radians(lat2) %}\n{% set radians_lon1 = dbt_utils.degrees_to_radians(lon1) %}\n{% set radians_lon2 = dbt_utils.degrees_to_radians(lon2) %}\n{%- if unit == 'mi' %}\n {% set conversion_rate = 1 %}\n{% elif unit == 'km' %}\n {% set conversion_rate = 1.60934 %}\n{% else %}\n {{ exceptions.raise_compiler_error(\"unit input must be one of 'mi' or 'km'. Got \" ~ unit) }}\n{% endif %}\n 2 * 3961 * asin(sqrt(power(sin(({{ radians_lat2 }} - {{ radians_lat1 }}) / 2), 2) +\n cos({{ radians_lat1 }}) * cos({{ radians_lat2 }}) *\n power(sin(({{ radians_lon2 }} - {{ radians_lon1 }}) / 2), 2))) * {{ conversion_rate }}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.degrees_to_radians"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.4317088, "supported_languages": null}, "macro.spark_utils.get_tables": {"unique_id": "macro.spark_utils.get_tables", "package_name": "spark_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "name": "get_tables", "macro_sql": "{% macro get_tables(table_regex_pattern='.*') %}\n\n {% set tables = [] %}\n {% for database in spark__list_schemas('not_used') %}\n {% for table in spark__list_relations_without_caching(database[0]) %}\n {% set db_tablename = database[0] ~ \".\" ~ table[1] %}\n {% set is_match = modules.re.match(table_regex_pattern, db_tablename) %}\n {% if is_match %}\n {% call statement('table_detail', fetch_result=True) -%}\n describe extended {{ db_tablename }}\n {% endcall %}\n\n {% set table_type = load_result('table_detail').table|reverse|selectattr(0, 'in', ('type', 'TYPE', 'Type'))|first %}\n {% if table_type[1]|lower != 'view' %}\n {{ tables.append(db_tablename) }}\n {% endif %}\n {% endif %}\n {% endfor %}\n {% endfor %}\n {{ return(tables) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.4449651, "supported_languages": null}, "macro.spark_utils.get_delta_tables": {"unique_id": "macro.spark_utils.get_delta_tables", "package_name": "spark_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "name": "get_delta_tables", "macro_sql": "{% macro get_delta_tables(table_regex_pattern='.*') %}\n\n {% set delta_tables = [] %}\n {% for db_tablename in get_tables(table_regex_pattern) %}\n {% call statement('table_detail', fetch_result=True) -%}\n describe extended {{ db_tablename }}\n {% endcall %}\n\n {% set table_type = load_result('table_detail').table|reverse|selectattr(0, 'in', ('provider', 'PROVIDER', 'Provider'))|first %}\n {% if table_type[1]|lower == 'delta' %}\n {{ delta_tables.append(db_tablename) }}\n {% endif %}\n {% endfor %}\n {{ return(delta_tables) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.spark_utils.get_tables", "macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.4473028, "supported_languages": null}, "macro.spark_utils.get_statistic_columns": {"unique_id": "macro.spark_utils.get_statistic_columns", "package_name": "spark_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "name": "get_statistic_columns", "macro_sql": "{% macro get_statistic_columns(table) %}\n\n {% call statement('input_columns', fetch_result=True) %}\n SHOW COLUMNS IN {{ table }}\n {% endcall %}\n {% set input_columns = load_result('input_columns').table %}\n\n {% set output_columns = [] %}\n {% for column in input_columns %}\n {% call statement('column_information', fetch_result=True) %}\n DESCRIBE TABLE {{ table }} `{{ column[0] }}`\n {% endcall %}\n {% if not load_result('column_information').table[1][1].startswith('struct') and not load_result('column_information').table[1][1].startswith('array') %}\n {{ output_columns.append('`' ~ column[0] ~ '`') }}\n {% endif %}\n {% endfor %}\n {{ return(output_columns) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.4502091, "supported_languages": null}, "macro.spark_utils.spark_optimize_delta_tables": {"unique_id": "macro.spark_utils.spark_optimize_delta_tables", "package_name": "spark_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "name": "spark_optimize_delta_tables", "macro_sql": "{% macro spark_optimize_delta_tables(table_regex_pattern='.*') %}\n\n {% for table in get_delta_tables(table_regex_pattern) %}\n {% set start=modules.datetime.datetime.now() %}\n {% set message_prefix=loop.index ~ \" of \" ~ loop.length %}\n {{ dbt_utils.log_info(message_prefix ~ \" Optimizing \" ~ table) }}\n {% do run_query(\"optimize \" ~ table) %}\n {% set end=modules.datetime.datetime.now() %}\n {% set total_seconds = (end - start).total_seconds() | round(2) %}\n {{ dbt_utils.log_info(message_prefix ~ \" Finished \" ~ table ~ \" in \" ~ total_seconds ~ \"s\") }}\n {% endfor %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.spark_utils.get_delta_tables", "macro.dbt_utils.log_info", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.452615, "supported_languages": null}, "macro.spark_utils.spark_vacuum_delta_tables": {"unique_id": "macro.spark_utils.spark_vacuum_delta_tables", "package_name": "spark_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "name": "spark_vacuum_delta_tables", "macro_sql": "{% macro spark_vacuum_delta_tables(table_regex_pattern='.*') %}\n\n {% for table in get_delta_tables(table_regex_pattern) %}\n {% set start=modules.datetime.datetime.now() %}\n {% set message_prefix=loop.index ~ \" of \" ~ loop.length %}\n {{ dbt_utils.log_info(message_prefix ~ \" Vacuuming \" ~ table) }}\n {% do run_query(\"vacuum \" ~ table) %}\n {% set end=modules.datetime.datetime.now() %}\n {% set total_seconds = (end - start).total_seconds() | round(2) %}\n {{ dbt_utils.log_info(message_prefix ~ \" Finished \" ~ table ~ \" in \" ~ total_seconds ~ \"s\") }}\n {% endfor %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.spark_utils.get_delta_tables", "macro.dbt_utils.log_info", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.4549818, "supported_languages": null}, "macro.spark_utils.spark_analyze_tables": {"unique_id": "macro.spark_utils.spark_analyze_tables", "package_name": "spark_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "name": "spark_analyze_tables", "macro_sql": "{% macro spark_analyze_tables(table_regex_pattern='.*') %}\n\n {% for table in get_tables(table_regex_pattern) %}\n {% set start=modules.datetime.datetime.now() %}\n {% set columns = get_statistic_columns(table) | join(',') %}\n {% set message_prefix=loop.index ~ \" of \" ~ loop.length %}\n {{ dbt_utils.log_info(message_prefix ~ \" Analyzing \" ~ table) }}\n {% if columns != '' %}\n {% do run_query(\"analyze table \" ~ table ~ \" compute statistics for columns \" ~ columns) %}\n {% endif %}\n {% set end=modules.datetime.datetime.now() %}\n {% set total_seconds = (end - start).total_seconds() | round(2) %}\n {{ dbt_utils.log_info(message_prefix ~ \" Finished \" ~ table ~ \" in \" ~ total_seconds ~ \"s\") }}\n {% endfor %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.spark_utils.get_tables", "macro.spark_utils.get_statistic_columns", "macro.dbt_utils.log_info", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.458109, "supported_languages": null}, "macro.spark_utils.spark__concat": {"unique_id": "macro.spark_utils.spark__concat", "package_name": "spark_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/spark_utils", "path": "macros/dbt_utils/cross_db_utils/concat.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/concat.sql", "name": "spark__concat", "macro_sql": "{% macro spark__concat(fields) -%}\n concat({{ fields|join(', ') }})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.4590468, "supported_languages": null}, "macro.spark_utils.spark__type_numeric": {"unique_id": "macro.spark_utils.spark__type_numeric", "package_name": "spark_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/spark_utils", "path": "macros/dbt_utils/cross_db_utils/datatypes.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/datatypes.sql", "name": "spark__type_numeric", "macro_sql": "{% macro spark__type_numeric() %}\n decimal(28, 6)\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.459671, "supported_languages": null}, "macro.spark_utils.spark__dateadd": {"unique_id": "macro.spark_utils.spark__dateadd", "package_name": "spark_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/spark_utils", "path": "macros/dbt_utils/cross_db_utils/dateadd.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/dateadd.sql", "name": "spark__dateadd", "macro_sql": "{% macro spark__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n {%- set clock_component -%}\n {# make sure the dates + timestamps are real, otherwise raise an error asap #}\n to_unix_timestamp({{ spark_utils.assert_not_null('to_timestamp', from_date_or_timestamp) }})\n - to_unix_timestamp({{ spark_utils.assert_not_null('date', from_date_or_timestamp) }})\n {%- endset -%}\n\n {%- if datepart in ['day', 'week'] -%}\n \n {%- set multiplier = 7 if datepart == 'week' else 1 -%}\n\n to_timestamp(\n to_unix_timestamp(\n date_add(\n {{ spark_utils.assert_not_null('date', from_date_or_timestamp) }},\n cast({{interval}} * {{multiplier}} as int)\n )\n ) + {{clock_component}}\n )\n\n {%- elif datepart in ['month', 'quarter', 'year'] -%}\n \n {%- set multiplier -%} \n {%- if datepart == 'month' -%} 1\n {%- elif datepart == 'quarter' -%} 3\n {%- elif datepart == 'year' -%} 12\n {%- endif -%}\n {%- endset -%}\n\n to_timestamp(\n to_unix_timestamp(\n add_months(\n {{ spark_utils.assert_not_null('date', from_date_or_timestamp) }},\n cast({{interval}} * {{multiplier}} as int)\n )\n ) + {{clock_component}}\n )\n\n {%- elif datepart in ('hour', 'minute', 'second', 'millisecond', 'microsecond') -%}\n \n {%- set multiplier -%} \n {%- if datepart == 'hour' -%} 3600\n {%- elif datepart == 'minute' -%} 60\n {%- elif datepart == 'second' -%} 1\n {%- elif datepart == 'millisecond' -%} (1/1000000)\n {%- elif datepart == 'microsecond' -%} (1/1000000)\n {%- endif -%}\n {%- endset -%}\n\n to_timestamp(\n {{ spark_utils.assert_not_null('to_unix_timestamp', from_date_or_timestamp) }}\n + cast({{interval}} * {{multiplier}} as int)\n )\n\n {%- else -%}\n\n {{ exceptions.raise_compiler_error(\"macro dateadd not implemented for datepart ~ '\" ~ datepart ~ \"' ~ on Spark\") }}\n\n {%- endif -%}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.spark_utils.assert_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.467963, "supported_languages": null}, "macro.spark_utils.spark__datediff": {"unique_id": "macro.spark_utils.spark__datediff", "package_name": "spark_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/spark_utils", "path": "macros/dbt_utils/cross_db_utils/datediff.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/datediff.sql", "name": "spark__datediff", "macro_sql": "{% macro spark__datediff(first_date, second_date, datepart) %}\n\n {%- if datepart in ['day', 'week', 'month', 'quarter', 'year'] -%}\n \n {# make sure the dates are real, otherwise raise an error asap #}\n {% set first_date = spark_utils.assert_not_null('date', first_date) %}\n {% set second_date = spark_utils.assert_not_null('date', second_date) %}\n \n {%- endif -%}\n \n {%- if datepart == 'day' -%}\n \n datediff({{second_date}}, {{first_date}})\n \n {%- elif datepart == 'week' -%}\n \n case when {{first_date}} < {{second_date}}\n then floor(datediff({{second_date}}, {{first_date}})/7)\n else ceil(datediff({{second_date}}, {{first_date}})/7)\n end\n \n -- did we cross a week boundary (Sunday)?\n + case\n when {{first_date}} < {{second_date}} and dayofweek({{second_date}}) < dayofweek({{first_date}}) then 1\n when {{first_date}} > {{second_date}} and dayofweek({{second_date}}) > dayofweek({{first_date}}) then -1\n else 0 end\n\n {%- elif datepart == 'month' -%}\n\n case when {{first_date}} < {{second_date}}\n then floor(months_between(date({{second_date}}), date({{first_date}})))\n else ceil(months_between(date({{second_date}}), date({{first_date}})))\n end\n \n -- did we cross a month boundary?\n + case\n when {{first_date}} < {{second_date}} and dayofmonth({{second_date}}) < dayofmonth({{first_date}}) then 1\n when {{first_date}} > {{second_date}} and dayofmonth({{second_date}}) > dayofmonth({{first_date}}) then -1\n else 0 end\n \n {%- elif datepart == 'quarter' -%}\n \n case when {{first_date}} < {{second_date}}\n then floor(months_between(date({{second_date}}), date({{first_date}}))/3)\n else ceil(months_between(date({{second_date}}), date({{first_date}}))/3)\n end\n \n -- did we cross a quarter boundary?\n + case\n when {{first_date}} < {{second_date}} and (\n (dayofyear({{second_date}}) - (quarter({{second_date}}) * 365/4))\n < (dayofyear({{first_date}}) - (quarter({{first_date}}) * 365/4))\n ) then 1\n when {{first_date}} > {{second_date}} and (\n (dayofyear({{second_date}}) - (quarter({{second_date}}) * 365/4))\n > (dayofyear({{first_date}}) - (quarter({{first_date}}) * 365/4))\n ) then -1\n else 0 end\n\n {%- elif datepart == 'year' -%}\n \n year({{second_date}}) - year({{first_date}})\n\n {%- elif datepart in ('hour', 'minute', 'second', 'millisecond', 'microsecond') -%}\n \n {%- set divisor -%} \n {%- if datepart == 'hour' -%} 3600\n {%- elif datepart == 'minute' -%} 60\n {%- elif datepart == 'second' -%} 1\n {%- elif datepart == 'millisecond' -%} (1/1000)\n {%- elif datepart == 'microsecond' -%} (1/1000000)\n {%- endif -%}\n {%- endset -%}\n\n case when {{first_date}} < {{second_date}}\n then ceil((\n {# make sure the timestamps are real, otherwise raise an error asap #}\n {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', second_date)) }}\n - {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', first_date)) }}\n ) / {{divisor}})\n else floor((\n {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', second_date)) }}\n - {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', first_date)) }}\n ) / {{divisor}})\n end\n \n {% if datepart == 'millisecond' %}\n + cast(date_format({{second_date}}, 'SSS') as int)\n - cast(date_format({{first_date}}, 'SSS') as int)\n {% endif %}\n \n {% if datepart == 'microsecond' %} \n {% set capture_str = '[0-9]{4}-[0-9]{2}-[0-9]{2}.[0-9]{2}:[0-9]{2}:[0-9]{2}.([0-9]{6})' %}\n -- Spark doesn't really support microseconds, so this is a massive hack!\n -- It will only work if the timestamp-string is of the format\n -- 'yyyy-MM-dd-HH mm.ss.SSSSSS'\n + cast(regexp_extract({{second_date}}, '{{capture_str}}', 1) as int)\n - cast(regexp_extract({{first_date}}, '{{capture_str}}', 1) as int) \n {% endif %}\n\n {%- else -%}\n\n {{ exceptions.raise_compiler_error(\"macro datediff not implemented for datepart ~ '\" ~ datepart ~ \"' ~ on Spark\") }}\n\n {%- endif -%}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.spark_utils.assert_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.487781, "supported_languages": null}, "macro.spark_utils.spark__current_timestamp": {"unique_id": "macro.spark_utils.spark__current_timestamp", "package_name": "spark_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/spark_utils", "path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "name": "spark__current_timestamp", "macro_sql": "{% macro spark__current_timestamp() %}\n current_timestamp()\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.48858, "supported_languages": null}, "macro.spark_utils.spark__current_timestamp_in_utc": {"unique_id": "macro.spark_utils.spark__current_timestamp_in_utc", "package_name": "spark_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/spark_utils", "path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "name": "spark__current_timestamp_in_utc", "macro_sql": "{% macro spark__current_timestamp_in_utc() %}\n unix_timestamp()\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.488843, "supported_languages": null}, "macro.spark_utils.spark__split_part": {"unique_id": "macro.spark_utils.spark__split_part", "package_name": "spark_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/spark_utils", "path": "macros/dbt_utils/cross_db_utils/split_part.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/split_part.sql", "name": "spark__split_part", "macro_sql": "{% macro spark__split_part(string_text, delimiter_text, part_number) %}\n\n {% set delimiter_expr %}\n \n -- escape if starts with a special character\n case when regexp_extract({{ delimiter_text }}, '([^A-Za-z0-9])(.*)', 1) != '_'\n then concat('\\\\', {{ delimiter_text }})\n else {{ delimiter_text }} end\n \n {% endset %}\n\n {% set split_part_expr %}\n \n split(\n {{ string_text }},\n {{ delimiter_expr }}\n )[({{ part_number - 1 }})]\n \n {% endset %}\n \n {{ return(split_part_expr) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.490759, "supported_languages": null}, "macro.spark_utils.spark__get_relations_by_pattern": {"unique_id": "macro.spark_utils.spark__get_relations_by_pattern", "package_name": "spark_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "name": "spark__get_relations_by_pattern", "macro_sql": "{% macro spark__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n {%- call statement('get_tables', fetch_result=True) %}\n\n show table extended in {{ schema_pattern }} like '{{ table_pattern }}'\n\n {%- endcall -%}\n\n {%- set table_list = load_result('get_tables') -%}\n\n {%- if table_list and table_list['table'] -%}\n {%- set tbl_relations = [] -%}\n {%- for row in table_list['table'] -%}\n {%- set tbl_relation = api.Relation.create(\n database=None,\n schema=row[0],\n identifier=row[1],\n type=('view' if 'Type: VIEW' in row[3] else 'table')\n ) -%}\n {%- do tbl_relations.append(tbl_relation) -%}\n {%- endfor -%}\n\n {{ return(tbl_relations) }}\n {%- else -%}\n {{ return([]) }}\n {%- endif -%}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.4955552, "supported_languages": null}, "macro.spark_utils.spark__get_relations_by_prefix": {"unique_id": "macro.spark_utils.spark__get_relations_by_prefix", "package_name": "spark_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "name": "spark__get_relations_by_prefix", "macro_sql": "{% macro spark__get_relations_by_prefix(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {% set table_pattern = table_pattern ~ '*' %}\n {{ return(spark_utils.spark__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.spark_utils.spark__get_relations_by_pattern"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.496635, "supported_languages": null}, "macro.spark_utils.spark__get_tables_by_pattern": {"unique_id": "macro.spark_utils.spark__get_tables_by_pattern", "package_name": "spark_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "name": "spark__get_tables_by_pattern", "macro_sql": "{% macro spark__get_tables_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(spark_utils.spark__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.spark_utils.spark__get_relations_by_pattern"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.4975302, "supported_languages": null}, "macro.spark_utils.spark__get_tables_by_prefix": {"unique_id": "macro.spark_utils.spark__get_tables_by_prefix", "package_name": "spark_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "name": "spark__get_tables_by_prefix", "macro_sql": "{% macro spark__get_tables_by_prefix(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(spark_utils.spark__get_relations_by_prefix(schema_pattern, table_pattern, exclude='', database=target.database)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.spark_utils.spark__get_relations_by_prefix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.49842, "supported_languages": null}, "macro.spark_utils.assert_not_null": {"unique_id": "macro.spark_utils.assert_not_null", "package_name": "spark_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/spark_utils", "path": "macros/etc/assert_not_null.sql", "original_file_path": "macros/etc/assert_not_null.sql", "name": "assert_not_null", "macro_sql": "{% macro assert_not_null(function, arg) -%}\n {{ return(adapter.dispatch('assert_not_null', 'spark_utils')(function, arg)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.spark_utils.default__assert_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.4996328, "supported_languages": null}, "macro.spark_utils.default__assert_not_null": {"unique_id": "macro.spark_utils.default__assert_not_null", "package_name": "spark_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/spark_utils", "path": "macros/etc/assert_not_null.sql", "original_file_path": "macros/etc/assert_not_null.sql", "name": "default__assert_not_null", "macro_sql": "{% macro default__assert_not_null(function, arg) %}\n\n coalesce({{function}}({{arg}}), nvl2({{function}}({{arg}}), assert_true({{function}}({{arg}}) is not null), null))\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.500372, "supported_languages": null}, "macro.spark_utils.spark__convert_timezone": {"unique_id": "macro.spark_utils.spark__convert_timezone", "package_name": "spark_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/spark_utils", "path": "macros/snowplow/convert_timezone.sql", "original_file_path": "macros/snowplow/convert_timezone.sql", "name": "spark__convert_timezone", "macro_sql": "{% macro spark__convert_timezone(in_tz, out_tz, in_timestamp) %}\n from_utc_timestamp(to_utc_timestamp({{in_timestamp}}, {{in_tz}}), {{out_tz}})\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.501271, "supported_languages": null}, "macro.fivetran_utils.enabled_vars": {"unique_id": "macro.fivetran_utils.enabled_vars", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/enabled_vars.sql", "original_file_path": "macros/enabled_vars.sql", "name": "enabled_vars", "macro_sql": "{% macro enabled_vars(vars) %}\n\n{% for v in vars %}\n \n {% if var(v, True) == False %}\n {{ return(False) }}\n {% endif %}\n\n{% endfor %}\n\n{{ return(True) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.502744, "supported_languages": null}, "macro.fivetran_utils.percentile": {"unique_id": "macro.fivetran_utils.percentile", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "name": "percentile", "macro_sql": "{% macro percentile(percentile_field, partition_field, percent) -%}\n\n{{ adapter.dispatch('percentile', 'fivetran_utils') (percentile_field, partition_field, percent) }}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.fivetran_utils.postgres__percentile"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.505281, "supported_languages": null}, "macro.fivetran_utils.default__percentile": {"unique_id": "macro.fivetran_utils.default__percentile", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "name": "default__percentile", "macro_sql": "{% macro default__percentile(percentile_field, partition_field, percent) %}\n\n percentile_cont( \n {{ percent }} )\n within group ( order by {{ percentile_field }} )\n over ( partition by {{ partition_field }} )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.505832, "supported_languages": null}, "macro.fivetran_utils.redshift__percentile": {"unique_id": "macro.fivetran_utils.redshift__percentile", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "name": "redshift__percentile", "macro_sql": "{% macro redshift__percentile(percentile_field, partition_field, percent) %}\n\n percentile_cont( \n {{ percent }} )\n within group ( order by {{ percentile_field }} )\n over ( partition by {{ partition_field }} )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.5063748, "supported_languages": null}, "macro.fivetran_utils.bigquery__percentile": {"unique_id": "macro.fivetran_utils.bigquery__percentile", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "name": "bigquery__percentile", "macro_sql": "{% macro bigquery__percentile(percentile_field, partition_field, percent) %}\n\n percentile_cont( \n {{ percentile_field }}, \n {{ percent }}) \n over (partition by {{ partition_field }} \n )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.506922, "supported_languages": null}, "macro.fivetran_utils.postgres__percentile": {"unique_id": "macro.fivetran_utils.postgres__percentile", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "name": "postgres__percentile", "macro_sql": "{% macro postgres__percentile(percentile_field, partition_field, percent) %}\n\n percentile_cont( \n {{ percent }} )\n within group ( order by {{ percentile_field }} )\n /* have to group by partition field */\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.5073988, "supported_languages": null}, "macro.fivetran_utils.spark__percentile": {"unique_id": "macro.fivetran_utils.spark__percentile", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "name": "spark__percentile", "macro_sql": "{% macro spark__percentile(percentile_field, partition_field, percent) %}\n\n percentile( \n {{ percentile_field }}, \n {{ percent }}) \n over (partition by {{ partition_field }} \n )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.50794, "supported_languages": null}, "macro.fivetran_utils.pivot_json_extract": {"unique_id": "macro.fivetran_utils.pivot_json_extract", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/pivot_json_extract.sql", "original_file_path": "macros/pivot_json_extract.sql", "name": "pivot_json_extract", "macro_sql": "{% macro pivot_json_extract(string, list_of_properties) %}\n\n{%- for property in list_of_properties -%}\n{%- if property is mapping -%}\nreplace( {{ fivetran_utils.json_extract(string, property.name) }}, '\"', '') as {{ property.alias if property.alias else property.name | replace(' ', '_') | replace('.', '_') | lower }}\n\n{%- else -%}\nreplace( {{ fivetran_utils.json_extract(string, property) }}, '\"', '') as {{ property | replace(' ', '_') | lower }}\n\n{%- endif -%}\n{%- if not loop.last -%},{%- endif %}\n{% endfor -%}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.fivetran_utils.json_extract"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.510724, "supported_languages": null}, "macro.fivetran_utils.persist_pass_through_columns": {"unique_id": "macro.fivetran_utils.persist_pass_through_columns", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/persist_pass_through_columns.sql", "original_file_path": "macros/persist_pass_through_columns.sql", "name": "persist_pass_through_columns", "macro_sql": "{% macro persist_pass_through_columns(pass_through_variable, identifier=none, transform='') %}\n\n{% if var(pass_through_variable, none) %}\n {% for field in var(pass_through_variable) %}\n , {{ transform ~ '(' ~ (identifier ~ '.' if identifier else '') ~ (field.alias if field.alias else field.name) ~ ')' }} as {{ field.alias if field.alias else field.name }}\n {% endfor %}\n{% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.512913, "supported_languages": null}, "macro.fivetran_utils.json_parse": {"unique_id": "macro.fivetran_utils.json_parse", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "name": "json_parse", "macro_sql": "{% macro json_parse(string, string_path) -%}\n\n{{ adapter.dispatch('json_parse', 'fivetran_utils') (string, string_path) }}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.fivetran_utils.postgres__json_parse"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.515899, "supported_languages": null}, "macro.fivetran_utils.default__json_parse": {"unique_id": "macro.fivetran_utils.default__json_parse", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "name": "default__json_parse", "macro_sql": "{% macro default__json_parse(string, string_path) %}\n\n json_extract_path_text({{string}}, {%- for s in string_path -%}'{{ s }}'{%- if not loop.last -%},{%- endif -%}{%- endfor -%} )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.5167308, "supported_languages": null}, "macro.fivetran_utils.redshift__json_parse": {"unique_id": "macro.fivetran_utils.redshift__json_parse", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "name": "redshift__json_parse", "macro_sql": "{% macro redshift__json_parse(string, string_path) %}\n\n json_extract_path_text({{string}}, {%- for s in string_path -%}'{{ s }}'{%- if not loop.last -%},{%- endif -%}{%- endfor -%} )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.517594, "supported_languages": null}, "macro.fivetran_utils.bigquery__json_parse": {"unique_id": "macro.fivetran_utils.bigquery__json_parse", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "name": "bigquery__json_parse", "macro_sql": "{% macro bigquery__json_parse(string, string_path) %}\n\n \n json_extract_scalar({{string}}, '$.{%- for s in string_path -%}{{ s }}{%- if not loop.last -%}.{%- endif -%}{%- endfor -%} ')\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.518463, "supported_languages": null}, "macro.fivetran_utils.postgres__json_parse": {"unique_id": "macro.fivetran_utils.postgres__json_parse", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "name": "postgres__json_parse", "macro_sql": "{% macro postgres__json_parse(string, string_path) %}\n\n {{string}}::json #>> '{ {%- for s in string_path -%}{{ s }}{%- if not loop.last -%},{%- endif -%}{%- endfor -%} }'\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.519279, "supported_languages": null}, "macro.fivetran_utils.snowflake__json_parse": {"unique_id": "macro.fivetran_utils.snowflake__json_parse", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "name": "snowflake__json_parse", "macro_sql": "{% macro snowflake__json_parse(string, string_path) %}\n\n parse_json( {{string}} ) {%- for s in string_path -%}{% if s is number %}[{{ s }}]{% else %}['{{ s }}']{% endif %}{%- endfor -%}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.520177, "supported_languages": null}, "macro.fivetran_utils.spark__json_parse": {"unique_id": "macro.fivetran_utils.spark__json_parse", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "name": "spark__json_parse", "macro_sql": "{% macro spark__json_parse(string, string_path) %}\n\n {{string}} : {%- for s in string_path -%}{% if s is number %}[{{ s }}]{% else %}['{{ s }}']{% endif %}{%- endfor -%}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.5210729, "supported_languages": null}, "macro.fivetran_utils.max_bool": {"unique_id": "macro.fivetran_utils.max_bool", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/max_bool.sql", "original_file_path": "macros/max_bool.sql", "name": "max_bool", "macro_sql": "{% macro max_bool(boolean_field) -%}\n\n{{ adapter.dispatch('max_bool', 'fivetran_utils') (boolean_field) }}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.fivetran_utils.default__max_bool"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.522283, "supported_languages": null}, "macro.fivetran_utils.default__max_bool": {"unique_id": "macro.fivetran_utils.default__max_bool", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/max_bool.sql", "original_file_path": "macros/max_bool.sql", "name": "default__max_bool", "macro_sql": "{% macro default__max_bool(boolean_field) %}\n\n bool_or( {{ boolean_field }} )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.52265, "supported_languages": null}, "macro.fivetran_utils.snowflake__max_bool": {"unique_id": "macro.fivetran_utils.snowflake__max_bool", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/max_bool.sql", "original_file_path": "macros/max_bool.sql", "name": "snowflake__max_bool", "macro_sql": "{% macro snowflake__max_bool(boolean_field) %}\n\n max( {{ boolean_field }} )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.523005, "supported_languages": null}, "macro.fivetran_utils.bigquery__max_bool": {"unique_id": "macro.fivetran_utils.bigquery__max_bool", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/max_bool.sql", "original_file_path": "macros/max_bool.sql", "name": "bigquery__max_bool", "macro_sql": "{% macro bigquery__max_bool(boolean_field) %}\n\n max( {{ boolean_field }} )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.5233579, "supported_languages": null}, "macro.fivetran_utils.calculated_fields": {"unique_id": "macro.fivetran_utils.calculated_fields", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/calculated_fields.sql", "original_file_path": "macros/calculated_fields.sql", "name": "calculated_fields", "macro_sql": "{% macro calculated_fields(variable) -%}\n\n{% if var(variable, none) %}\n {% for field in var(variable) %}\n , {{ field.transform_sql }} as {{ field.name }} \n {% endfor %}\n{% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.52479, "supported_languages": null}, "macro.fivetran_utils.seed_data_helper": {"unique_id": "macro.fivetran_utils.seed_data_helper", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/seed_data_helper.sql", "original_file_path": "macros/seed_data_helper.sql", "name": "seed_data_helper", "macro_sql": "{% macro seed_data_helper(seed_name, warehouses) %}\n\n{% if target.type in warehouses %}\n {% for w in warehouses %}\n {% if target.type == w %}\n {{ return(ref(seed_name ~ \"_\" ~ w ~ \"\")) }}\n {% endif %}\n {% endfor %}\n{% else %}\n{{ return(ref(seed_name)) }}\n{% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.526832, "supported_languages": null}, "macro.fivetran_utils.fill_pass_through_columns": {"unique_id": "macro.fivetran_utils.fill_pass_through_columns", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/fill_pass_through_columns.sql", "original_file_path": "macros/fill_pass_through_columns.sql", "name": "fill_pass_through_columns", "macro_sql": "{% macro fill_pass_through_columns(pass_through_variable) %}\n\n{% if var(pass_through_variable) %}\n {% for field in var(pass_through_variable) %}\n {% if field is mapping %}\n {% if field.transform_sql %}\n , {{ field.transform_sql }} as {{ field.alias if field.alias else field.name }}\n {% else %}\n , {{ field.alias if field.alias else field.name }}\n {% endif %}\n {% else %}\n , {{ field }}\n {% endif %}\n {% endfor %}\n{% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.529471, "supported_languages": null}, "macro.fivetran_utils.string_agg": {"unique_id": "macro.fivetran_utils.string_agg", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/string_agg.sql", "original_file_path": "macros/string_agg.sql", "name": "string_agg", "macro_sql": "{% macro string_agg(field_to_agg, delimiter) -%}\n\n{{ adapter.dispatch('string_agg', 'fivetran_utils') (field_to_agg, delimiter) }}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.fivetran_utils.default__string_agg"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.531081, "supported_languages": null}, "macro.fivetran_utils.default__string_agg": {"unique_id": "macro.fivetran_utils.default__string_agg", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/string_agg.sql", "original_file_path": "macros/string_agg.sql", "name": "default__string_agg", "macro_sql": "{% macro default__string_agg(field_to_agg, delimiter) %}\n string_agg({{ field_to_agg }}, {{ delimiter }})\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.531552, "supported_languages": null}, "macro.fivetran_utils.snowflake__string_agg": {"unique_id": "macro.fivetran_utils.snowflake__string_agg", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/string_agg.sql", "original_file_path": "macros/string_agg.sql", "name": "snowflake__string_agg", "macro_sql": "{% macro snowflake__string_agg(field_to_agg, delimiter) %}\n listagg({{ field_to_agg }}, {{ delimiter }})\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.5320199, "supported_languages": null}, "macro.fivetran_utils.redshift__string_agg": {"unique_id": "macro.fivetran_utils.redshift__string_agg", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/string_agg.sql", "original_file_path": "macros/string_agg.sql", "name": "redshift__string_agg", "macro_sql": "{% macro redshift__string_agg(field_to_agg, delimiter) %}\n listagg({{ field_to_agg }}, {{ delimiter }})\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.532464, "supported_languages": null}, "macro.fivetran_utils.spark__string_agg": {"unique_id": "macro.fivetran_utils.spark__string_agg", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/string_agg.sql", "original_file_path": "macros/string_agg.sql", "name": "spark__string_agg", "macro_sql": "{% macro spark__string_agg(field_to_agg, delimiter) %}\n -- collect set will remove duplicates\n replace(replace(replace(cast( collect_set({{ field_to_agg }}) as string), '[', ''), ']', ''), ', ', {{ delimiter }} )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.533109, "supported_languages": null}, "macro.fivetran_utils.timestamp_diff": {"unique_id": "macro.fivetran_utils.timestamp_diff", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/timestamp_diff.sql", "original_file_path": "macros/timestamp_diff.sql", "name": "timestamp_diff", "macro_sql": "{% macro timestamp_diff(first_date, second_date, datepart) %}\n {{ adapter.dispatch('timestamp_diff', 'fivetran_utils')(first_date, second_date, datepart) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.fivetran_utils.postgres__timestamp_diff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.5403469, "supported_languages": null}, "macro.fivetran_utils.default__timestamp_diff": {"unique_id": "macro.fivetran_utils.default__timestamp_diff", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/timestamp_diff.sql", "original_file_path": "macros/timestamp_diff.sql", "name": "default__timestamp_diff", "macro_sql": "{% macro default__timestamp_diff(first_date, second_date, datepart) %}\n\n datediff(\n {{ datepart }},\n {{ first_date }},\n {{ second_date }}\n )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.5409129, "supported_languages": null}, "macro.fivetran_utils.redshift__timestamp_diff": {"unique_id": "macro.fivetran_utils.redshift__timestamp_diff", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/timestamp_diff.sql", "original_file_path": "macros/timestamp_diff.sql", "name": "redshift__timestamp_diff", "macro_sql": "{% macro redshift__timestamp_diff(first_date, second_date, datepart) %}\n\n datediff(\n {{ datepart }},\n {{ first_date }},\n {{ second_date }}\n )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.541461, "supported_languages": null}, "macro.fivetran_utils.bigquery__timestamp_diff": {"unique_id": "macro.fivetran_utils.bigquery__timestamp_diff", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/timestamp_diff.sql", "original_file_path": "macros/timestamp_diff.sql", "name": "bigquery__timestamp_diff", "macro_sql": "{% macro bigquery__timestamp_diff(first_date, second_date, datepart) %}\n\n timestamp_diff(\n {{second_date}},\n {{first_date}},\n {{datepart}}\n )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.542003, "supported_languages": null}, "macro.fivetran_utils.postgres__timestamp_diff": {"unique_id": "macro.fivetran_utils.postgres__timestamp_diff", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/timestamp_diff.sql", "original_file_path": "macros/timestamp_diff.sql", "name": "postgres__timestamp_diff", "macro_sql": "{% macro postgres__timestamp_diff(first_date, second_date, datepart) %}\n\n {% if datepart == 'year' %}\n (date_part('year', ({{second_date}})::date) - date_part('year', ({{first_date}})::date))\n {% elif datepart == 'quarter' %}\n ({{ dbt.datediff(first_date, second_date, 'year') }} * 4 + date_part('quarter', ({{second_date}})::date) - date_part('quarter', ({{first_date}})::date))\n {% elif datepart == 'month' %}\n ({{ dbt.datediff(first_date, second_date, 'year') }} * 12 + date_part('month', ({{second_date}})::date) - date_part('month', ({{first_date}})::date))\n {% elif datepart == 'day' %}\n (({{second_date}})::date - ({{first_date}})::date)\n {% elif datepart == 'week' %}\n ({{ dbt.datediff(first_date, second_date, 'day') }} / 7 + case\n when date_part('dow', ({{first_date}})::timestamp) <= date_part('dow', ({{second_date}})::timestamp) then\n case when {{first_date}} <= {{second_date}} then 0 else -1 end\n else\n case when {{first_date}} <= {{second_date}} then 1 else 0 end\n end)\n {% elif datepart == 'hour' %}\n ({{ dbt.datediff(first_date, second_date, 'day') }} * 24 + date_part('hour', ({{second_date}})::timestamp) - date_part('hour', ({{first_date}})::timestamp))\n {% elif datepart == 'minute' %}\n ({{ dbt.datediff(first_date, second_date, 'hour') }} * 60 + date_part('minute', ({{second_date}})::timestamp) - date_part('minute', ({{first_date}})::timestamp))\n {% elif datepart == 'second' %}\n ({{ dbt.datediff(first_date, second_date, 'minute') }} * 60 + floor(date_part('second', ({{second_date}})::timestamp)) - floor(date_part('second', ({{first_date}})::timestamp)))\n {% elif datepart == 'millisecond' %}\n ({{ dbt.datediff(first_date, second_date, 'minute') }} * 60000 + floor(date_part('millisecond', ({{second_date}})::timestamp)) - floor(date_part('millisecond', ({{first_date}})::timestamp)))\n {% elif datepart == 'microsecond' %}\n ({{ dbt.datediff(first_date, second_date, 'minute') }} * 60000000 + floor(date_part('microsecond', ({{second_date}})::timestamp)) - floor(date_part('microsecond', ({{first_date}})::timestamp)))\n {% else %}\n {{ exceptions.raise_compiler_error(\"Unsupported datepart for macro datediff in postgres: {!r}\".format(datepart)) }}\n {% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.547625, "supported_languages": null}, "macro.fivetran_utils.try_cast": {"unique_id": "macro.fivetran_utils.try_cast", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "name": "try_cast", "macro_sql": "{% macro try_cast(field, type) %}\n {{ adapter.dispatch('try_cast', 'fivetran_utils') (field, type) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.fivetran_utils.postgres__try_cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.550109, "supported_languages": null}, "macro.fivetran_utils.default__safe_cast": {"unique_id": "macro.fivetran_utils.default__safe_cast", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "name": "default__safe_cast", "macro_sql": "{% macro default__safe_cast(field, type) %}\n {# most databases don't support this function yet\n so we just need to use cast #}\n cast({{field}} as {{type}})\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.550584, "supported_languages": null}, "macro.fivetran_utils.redshift__try_cast": {"unique_id": "macro.fivetran_utils.redshift__try_cast", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "name": "redshift__try_cast", "macro_sql": "{% macro redshift__try_cast(field, type) %}\n{%- if type == 'numeric' -%}\n\n case\n when trim({{field}}) ~ '^(0|[1-9][0-9]*)$' then trim({{field}})\n else null\n end::{{type}}\n\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"non-numeric datatypes are not currently supported\") }}\n\n{% endif %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.5515, "supported_languages": null}, "macro.fivetran_utils.postgres__try_cast": {"unique_id": "macro.fivetran_utils.postgres__try_cast", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "name": "postgres__try_cast", "macro_sql": "{% macro postgres__try_cast(field, type) %}\n{%- if type == 'numeric' -%}\n\n case\n when replace(cast({{field}} as varchar),cast(' ' as varchar),cast('' as varchar)) ~ '^(0|[1-9][0-9]*)$' \n then replace(cast({{field}} as varchar),cast(' ' as varchar),cast('' as varchar))\n else null\n end::{{type}}\n\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"non-numeric datatypes are not currently supported\") }}\n\n{% endif %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.5524402, "supported_languages": null}, "macro.fivetran_utils.snowflake__try_cast": {"unique_id": "macro.fivetran_utils.snowflake__try_cast", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "name": "snowflake__try_cast", "macro_sql": "{% macro snowflake__try_cast(field, type) %}\n try_cast(cast({{field}} as varchar) as {{type}})\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.5528839, "supported_languages": null}, "macro.fivetran_utils.bigquery__try_cast": {"unique_id": "macro.fivetran_utils.bigquery__try_cast", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "name": "bigquery__try_cast", "macro_sql": "{% macro bigquery__try_cast(field, type) %}\n safe_cast({{field}} as {{type}})\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.553321, "supported_languages": null}, "macro.fivetran_utils.spark__try_cast": {"unique_id": "macro.fivetran_utils.spark__try_cast", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "name": "spark__try_cast", "macro_sql": "{% macro spark__try_cast(field, type) %}\n try_cast({{field}} as {{type}})\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.553749, "supported_languages": null}, "macro.fivetran_utils.source_relation": {"unique_id": "macro.fivetran_utils.source_relation", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/source_relation.sql", "original_file_path": "macros/source_relation.sql", "name": "source_relation", "macro_sql": "{% macro source_relation(union_schema_variable='union_schemas', union_database_variable='union_databases') -%}\n\n{{ adapter.dispatch('source_relation', 'fivetran_utils') (union_schema_variable, union_database_variable) }}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.fivetran_utils.default__source_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.555382, "supported_languages": null}, "macro.fivetran_utils.default__source_relation": {"unique_id": "macro.fivetran_utils.default__source_relation", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/source_relation.sql", "original_file_path": "macros/source_relation.sql", "name": "default__source_relation", "macro_sql": "{% macro default__source_relation(union_schema_variable, union_database_variable) %}\n\n{% if var(union_schema_variable, none) %}\n, case\n {% for schema in var(union_schema_variable) %}\n when lower(replace(replace(_dbt_source_relation,'\"',''),'`','')) like '%.{{ schema|lower }}.%' then '{{ schema|lower }}'\n {% endfor %}\n end as source_relation\n{% elif var(union_database_variable, none) %}\n, case\n {% for database in var(union_database_variable) %}\n when lower(replace(replace(_dbt_source_relation,'\"',''),'`','')) like '%{{ database|lower }}.%' then '{{ database|lower }}'\n {% endfor %}\n end as source_relation\n{% else %}\n, cast('' as {{ dbt.type_string() }}) as source_relation\n{% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.557249, "supported_languages": null}, "macro.fivetran_utils.first_value": {"unique_id": "macro.fivetran_utils.first_value", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/first_value.sql", "original_file_path": "macros/first_value.sql", "name": "first_value", "macro_sql": "{% macro first_value(first_value_field, partition_field, order_by_field, order=\"asc\") -%}\n\n{{ adapter.dispatch('first_value', 'fivetran_utils') (first_value_field, partition_field, order_by_field, order) }}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.fivetran_utils.default__first_value"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.558935, "supported_languages": null}, "macro.fivetran_utils.default__first_value": {"unique_id": "macro.fivetran_utils.default__first_value", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/first_value.sql", "original_file_path": "macros/first_value.sql", "name": "default__first_value", "macro_sql": "{% macro default__first_value(first_value_field, partition_field, order_by_field, order=\"asc\") %}\n\n first_value( {{ first_value_field }} ignore nulls ) over (partition by {{ partition_field }} order by {{ order_by_field }} {{ order }} )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.559613, "supported_languages": null}, "macro.fivetran_utils.redshift__first_value": {"unique_id": "macro.fivetran_utils.redshift__first_value", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/first_value.sql", "original_file_path": "macros/first_value.sql", "name": "redshift__first_value", "macro_sql": "{% macro redshift__first_value(first_value_field, partition_field, order_by_field, order=\"asc\") %}\n\n first_value( {{ first_value_field }} ignore nulls ) over (partition by {{ partition_field }} order by {{ order_by_field }} {{ order }} , {{ partition_field }} rows unbounded preceding )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.5603452, "supported_languages": null}, "macro.fivetran_utils.add_dbt_source_relation": {"unique_id": "macro.fivetran_utils.add_dbt_source_relation", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/add_dbt_source_relation.sql", "original_file_path": "macros/add_dbt_source_relation.sql", "name": "add_dbt_source_relation", "macro_sql": "{% macro add_dbt_source_relation() %}\n\n{% if var('union_schemas', none) or var('union_databases', none) %}\n, _dbt_source_relation\n{% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.561481, "supported_languages": null}, "macro.fivetran_utils.add_pass_through_columns": {"unique_id": "macro.fivetran_utils.add_pass_through_columns", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/add_pass_through_columns.sql", "original_file_path": "macros/add_pass_through_columns.sql", "name": "add_pass_through_columns", "macro_sql": "{% macro add_pass_through_columns(base_columns, pass_through_var) %}\n\n {% if pass_through_var %}\n\n {% for column in pass_through_var %}\n\n {% if column is mapping %}\n\n {% if column.alias %}\n\n {% do base_columns.append({ \"name\": column.name, \"alias\": column.alias, \"datatype\": column.datatype if column.datatype else dbt.type_string()}) %}\n\n {% else %}\n\n {% do base_columns.append({ \"name\": column.name, \"datatype\": column.datatype if column.datatype else dbt.type_string()}) %}\n \n {% endif %}\n\n {% else %}\n\n {% do base_columns.append({ \"name\": column, \"datatype\": dbt.type_string()}) %}\n\n {% endif %}\n\n {% endfor %}\n\n {% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.5656, "supported_languages": null}, "macro.fivetran_utils.union_relations": {"unique_id": "macro.fivetran_utils.union_relations", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/union_relations.sql", "original_file_path": "macros/union_relations.sql", "name": "union_relations", "macro_sql": "{%- macro union_relations(relations, aliases=none, column_override=none, include=[], exclude=[], source_column_name=none) -%}\n\n {%- if exclude and include -%}\n {{ exceptions.raise_compiler_error(\"Both an exclude and include list were provided to the `union` macro. Only one is allowed\") }}\n {%- endif -%}\n\n {#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. -#}\n {%- if not execute %}\n {{ return('') }}\n {% endif -%}\n\n {%- set column_override = column_override if column_override is not none else {} -%}\n {%- set source_column_name = source_column_name if source_column_name is not none else '_dbt_source_relation' -%}\n\n {%- set relation_columns = {} -%}\n {%- set column_superset = {} -%}\n\n {%- for relation in relations -%}\n\n {%- do relation_columns.update({relation: []}) -%}\n\n {%- do dbt_utils._is_relation(relation, 'union_relations') -%}\n {%- set cols = adapter.get_columns_in_relation(relation) -%}\n {%- for col in cols -%}\n\n {#- If an exclude list was provided and the column is in the list, do nothing -#}\n {%- if exclude and col.column in exclude -%}\n\n {#- If an include list was provided and the column is not in the list, do nothing -#}\n {%- elif include and col.column not in include -%}\n\n {#- Otherwise add the column to the column superset -#}\n {%- else -%}\n\n {#- update the list of columns in this relation -#}\n {%- do relation_columns[relation].append(col.column) -%}\n\n {%- if col.column in column_superset -%}\n\n {%- set stored = column_superset[col.column] -%}\n {%- if col.is_string() and stored.is_string() and col.string_size() > stored.string_size() -%}\n\n {%- do column_superset.update({col.column: col}) -%}\n\n {%- endif %}\n\n {%- else -%}\n\n {%- do column_superset.update({col.column: col}) -%}\n\n {%- endif -%}\n\n {%- endif -%}\n\n {%- endfor -%}\n {%- endfor -%}\n\n {%- set ordered_column_names = column_superset.keys() -%}\n\n {%- for relation in relations %}\n\n (\n select\n\n cast({{ dbt.string_literal(relation) }} as {{ dbt.type_string() }}) as {{ source_column_name }},\n {% for col_name in ordered_column_names -%}\n\n {%- set col = column_superset[col_name] %}\n {%- set col_type = column_override.get(col.column, col.data_type) %}\n {%- set col_name = adapter.quote(col_name) if col_name in relation_columns[relation] else 'null' %}\n cast({{ col_name }} as {{ col_type }}) as {{ col.quoted }} {% if not loop.last %},{% endif -%}\n\n {%- endfor %}\n\n from {{ aliases[loop.index0] if aliases else relation }}\n )\n\n {% if not loop.last -%}\n union all\n {% endif -%}\n\n {%- endfor -%}\n\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt.string_literal", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.577054, "supported_languages": null}, "macro.fivetran_utils.union_tables": {"unique_id": "macro.fivetran_utils.union_tables", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/union_relations.sql", "original_file_path": "macros/union_relations.sql", "name": "union_tables", "macro_sql": "{%- macro union_tables(tables, column_override=none, include=[], exclude=[], source_column_name='_dbt_source_table') -%}\n\n {%- do exceptions.warn(\"Warning: the `union_tables` macro is no longer supported and will be deprecated in a future release of dbt-utils. Use the `union_relations` macro instead\") -%}\n\n {{ return(dbt_utils.union_relations(tables, column_override, include, exclude, source_column_name)) }}\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.union_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.5781949, "supported_languages": null}, "macro.fivetran_utils.snowflake_seed_data": {"unique_id": "macro.fivetran_utils.snowflake_seed_data", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/snowflake_seed_data.sql", "original_file_path": "macros/snowflake_seed_data.sql", "name": "snowflake_seed_data", "macro_sql": "{% macro snowflake_seed_data(seed_name) %}\n\n{% if target.type == 'snowflake' %}\n{{ return(ref(seed_name ~ '_snowflake')) }}\n{% else %}\n{{ return(ref(seed_name)) }}\n{% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.590865, "supported_languages": null}, "macro.fivetran_utils.fill_staging_columns": {"unique_id": "macro.fivetran_utils.fill_staging_columns", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/fill_staging_columns.sql", "original_file_path": "macros/fill_staging_columns.sql", "name": "fill_staging_columns", "macro_sql": "{% macro fill_staging_columns(source_columns, staging_columns) -%}\n\n{%- set source_column_names = source_columns|map(attribute='name')|map('lower')|list -%}\n\n{%- for column in staging_columns %}\n {% if column.name|lower in source_column_names -%}\n {{ fivetran_utils.quote_column(column) }} as \n {%- if 'alias' in column %} {{ column.alias }} {% else %} {{ fivetran_utils.quote_column(column) }} {%- endif -%}\n {%- else -%}\n cast(null as {{ column.datatype }})\n {%- if 'alias' in column %} as {{ column.alias }} {% else %} as {{ fivetran_utils.quote_column(column) }} {% endif -%}\n {%- endif -%}\n {%- if not loop.last -%} , {% endif -%}\n{% endfor %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.fivetran_utils.quote_column"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.595629, "supported_languages": null}, "macro.fivetran_utils.quote_column": {"unique_id": "macro.fivetran_utils.quote_column", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/fill_staging_columns.sql", "original_file_path": "macros/fill_staging_columns.sql", "name": "quote_column", "macro_sql": "{% macro quote_column(column) %}\n {% if 'quote' in column %}\n {% if column.quote %}\n {% if target.type in ('bigquery', 'spark') %}\n `{{ column.name }}`\n {% elif target.type == 'snowflake' %}\n \"{{ column.name | upper }}\"\n {% else %}\n \"{{ column.name }}\"\n {% endif %}\n {% else %}\n {{ column.name }}\n {% endif %}\n {% else %}\n {{ column.name }}\n {% endif %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.59745, "supported_languages": null}, "macro.fivetran_utils.json_extract": {"unique_id": "macro.fivetran_utils.json_extract", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "name": "json_extract", "macro_sql": "{% macro json_extract(string, string_path) -%}\n\n{{ adapter.dispatch('json_extract', 'fivetran_utils') (string, string_path) }}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.fivetran_utils.postgres__json_extract"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.599245, "supported_languages": null}, "macro.fivetran_utils.default__json_extract": {"unique_id": "macro.fivetran_utils.default__json_extract", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "name": "default__json_extract", "macro_sql": "{% macro default__json_extract(string, string_path) %}\n\n json_extract_path_text({{string}}, {{ \"'\" ~ string_path ~ \"'\" }} )\n \n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.599782, "supported_languages": null}, "macro.fivetran_utils.snowflake__json_extract": {"unique_id": "macro.fivetran_utils.snowflake__json_extract", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "name": "snowflake__json_extract", "macro_sql": "{% macro snowflake__json_extract(string, string_path) %}\n\n json_extract_path_text(try_parse_json( {{string}} ), {{ \"'\" ~ string_path ~ \"'\" }} )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.600309, "supported_languages": null}, "macro.fivetran_utils.redshift__json_extract": {"unique_id": "macro.fivetran_utils.redshift__json_extract", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "name": "redshift__json_extract", "macro_sql": "{% macro redshift__json_extract(string, string_path) %}\n\n case when is_valid_json( {{string}} ) then json_extract_path_text({{string}}, {{ \"'\" ~ string_path ~ \"'\" }} ) else null end\n \n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.600894, "supported_languages": null}, "macro.fivetran_utils.bigquery__json_extract": {"unique_id": "macro.fivetran_utils.bigquery__json_extract", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "name": "bigquery__json_extract", "macro_sql": "{% macro bigquery__json_extract(string, string_path) %}\n\n json_extract_scalar({{string}}, {{ \"'$.\" ~ string_path ~ \"'\" }} )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.601413, "supported_languages": null}, "macro.fivetran_utils.postgres__json_extract": {"unique_id": "macro.fivetran_utils.postgres__json_extract", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "name": "postgres__json_extract", "macro_sql": "{% macro postgres__json_extract(string, string_path) %}\n\n {{string}}::json->>{{\"'\" ~ string_path ~ \"'\" }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.6019268, "supported_languages": null}, "macro.fivetran_utils.collect_freshness": {"unique_id": "macro.fivetran_utils.collect_freshness", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/collect_freshness.sql", "original_file_path": "macros/collect_freshness.sql", "name": "collect_freshness", "macro_sql": "{% macro collect_freshness(source, loaded_at_field, filter) %}\n {{ return(adapter.dispatch('collect_freshness')(source, loaded_at_field, filter))}}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.fivetran_utils.default__collect_freshness"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.6041, "supported_languages": null}, "macro.fivetran_utils.default__collect_freshness": {"unique_id": "macro.fivetran_utils.default__collect_freshness", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/collect_freshness.sql", "original_file_path": "macros/collect_freshness.sql", "name": "default__collect_freshness", "macro_sql": "{% macro default__collect_freshness(source, loaded_at_field, filter) %}\n {% call statement('collect_freshness', fetch_result=True, auto_begin=False) -%}\n\n {%- set enabled_array = [] -%}\n {% for node in graph.sources.values() %}\n {% if node.identifier == source.identifier %}\n {% if (node.meta['is_enabled'] | default(true)) %}\n {%- do enabled_array.append(1) -%}\n {% endif %}\n {% endif %}\n {% endfor %}\n {% set is_enabled = (enabled_array != []) %}\n\n select\n {% if is_enabled %}\n max({{ loaded_at_field }})\n {% else %} \n {{ current_timestamp() }} {% endif %} as max_loaded_at,\n {{ current_timestamp() }} as snapshotted_at\n\n {% if is_enabled %}\n from {{ source }}\n {% if filter %}\n where {{ filter }}\n {% endif %}\n {% endif %}\n\n {% endcall %}\n {{ return(load_result('collect_freshness').table) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.6072478, "supported_languages": null}, "macro.fivetran_utils.timestamp_add": {"unique_id": "macro.fivetran_utils.timestamp_add", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "name": "timestamp_add", "macro_sql": "{% macro timestamp_add(datepart, interval, from_timestamp) -%}\n\n{{ adapter.dispatch('timestamp_add', 'fivetran_utils') (datepart, interval, from_timestamp) }}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.fivetran_utils.postgres__timestamp_add"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.609339, "supported_languages": null}, "macro.fivetran_utils.default__timestamp_add": {"unique_id": "macro.fivetran_utils.default__timestamp_add", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "name": "default__timestamp_add", "macro_sql": "{% macro default__timestamp_add(datepart, interval, from_timestamp) %}\n\n timestampadd(\n {{ datepart }},\n {{ interval }},\n {{ from_timestamp }}\n )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.6098938, "supported_languages": null}, "macro.fivetran_utils.bigquery__timestamp_add": {"unique_id": "macro.fivetran_utils.bigquery__timestamp_add", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "name": "bigquery__timestamp_add", "macro_sql": "{% macro bigquery__timestamp_add(datepart, interval, from_timestamp) %}\n\n timestamp_add({{ from_timestamp }}, interval {{ interval }} {{ datepart }})\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.6104388, "supported_languages": null}, "macro.fivetran_utils.redshift__timestamp_add": {"unique_id": "macro.fivetran_utils.redshift__timestamp_add", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "name": "redshift__timestamp_add", "macro_sql": "{% macro redshift__timestamp_add(datepart, interval, from_timestamp) %}\n\n dateadd(\n {{ datepart }},\n {{ interval }},\n {{ from_timestamp }}\n )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.610985, "supported_languages": null}, "macro.fivetran_utils.postgres__timestamp_add": {"unique_id": "macro.fivetran_utils.postgres__timestamp_add", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "name": "postgres__timestamp_add", "macro_sql": "{% macro postgres__timestamp_add(datepart, interval, from_timestamp) %}\n\n {{ from_timestamp }} + ((interval '1 {{ datepart }}') * ({{ interval }}))\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.61152, "supported_languages": null}, "macro.fivetran_utils.spark__timestamp_add": {"unique_id": "macro.fivetran_utils.spark__timestamp_add", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "name": "spark__timestamp_add", "macro_sql": "{% macro spark__timestamp_add(datepart, interval, from_timestamp) %}\n\n {{ dbt.dateadd(datepart, interval, from_timestamp) }}\n \n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.6122959, "supported_languages": null}, "macro.fivetran_utils.ceiling": {"unique_id": "macro.fivetran_utils.ceiling", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/ceiling.sql", "original_file_path": "macros/ceiling.sql", "name": "ceiling", "macro_sql": "{% macro ceiling(num) -%}\n\n{{ adapter.dispatch('ceiling', 'fivetran_utils') (num) }}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.fivetran_utils.default__ceiling"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.6133661, "supported_languages": null}, "macro.fivetran_utils.default__ceiling": {"unique_id": "macro.fivetran_utils.default__ceiling", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/ceiling.sql", "original_file_path": "macros/ceiling.sql", "name": "default__ceiling", "macro_sql": "{% macro default__ceiling(num) %}\n ceiling({{ num }})\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.613724, "supported_languages": null}, "macro.fivetran_utils.snowflake__ceiling": {"unique_id": "macro.fivetran_utils.snowflake__ceiling", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/ceiling.sql", "original_file_path": "macros/ceiling.sql", "name": "snowflake__ceiling", "macro_sql": "{% macro snowflake__ceiling(num) %}\n ceil({{ num }})\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.614072, "supported_languages": null}, "macro.fivetran_utils.remove_prefix_from_columns": {"unique_id": "macro.fivetran_utils.remove_prefix_from_columns", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/remove_prefix_from_columns.sql", "original_file_path": "macros/remove_prefix_from_columns.sql", "name": "remove_prefix_from_columns", "macro_sql": "{% macro remove_prefix_from_columns(columns, prefix='', exclude=[]) %}\n\n {%- for col in columns if col.name not in exclude -%}\n {%- if col.name[:prefix|length]|lower == prefix -%}\n {{ col.name }} as {{ col.name[prefix|length:] }}\n {%- else -%}\n {{ col.name }}\n {%- endif -%}\n {%- if not loop.last -%},{%- endif %}\n {% endfor -%}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.61629, "supported_languages": null}, "macro.fivetran_utils.union_data": {"unique_id": "macro.fivetran_utils.union_data", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/union_data.sql", "original_file_path": "macros/union_data.sql", "name": "union_data", "macro_sql": "{% macro union_data(table_identifier, database_variable, schema_variable, default_database, default_schema, default_variable, union_schema_variable='union_schemas', union_database_variable='union_databases') -%}\n\n{{ adapter.dispatch('union_data', 'fivetran_utils') (\n table_identifier, \n database_variable, \n schema_variable, \n default_database, \n default_schema, \n default_variable,\n union_schema_variable,\n union_database_variable\n ) }}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.fivetran_utils.default__union_data"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.6201541, "supported_languages": null}, "macro.fivetran_utils.default__union_data": {"unique_id": "macro.fivetran_utils.default__union_data", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/union_data.sql", "original_file_path": "macros/union_data.sql", "name": "default__union_data", "macro_sql": "{% macro default__union_data(\n table_identifier, \n database_variable, \n schema_variable, \n default_database, \n default_schema, \n default_variable,\n union_schema_variable,\n union_database_variable\n ) %}\n\n{% if var(union_schema_variable, none) %}\n\n {% set relations = [] %}\n \n {% if var(union_schema_variable) is string %}\n {% set trimmed = var(union_schema_variable)|trim('[')|trim(']') %}\n {% set schemas = trimmed.split(',')|map('trim',\" \")|map('trim','\"')|map('trim',\"'\") %}\n {% else %}\n {% set schemas = var(union_schema_variable) %}\n {% endif %}\n\n {% for schema in var(union_schema_variable) %}\n {% set relation=adapter.get_relation(\n database=source(schema, table_identifier).database if var('has_defined_sources', false) else var(database_variable, default_database),\n schema=source(schema, table_identifier).schema if var('has_defined_sources', false) else schema,\n identifier=source(schema, table_identifier).identifier if var('has_defined_sources', false) else table_identifier\n ) -%}\n \n {% set relation_exists=relation is not none %}\n\n {% if relation_exists %}\n\n {% do relations.append(relation) %}\n \n {% endif %}\n\n {% endfor %}\n\n {{ dbt_utils.union_relations(relations) }}\n\n{% elif var(union_database_variable, none) %}\n\n {% set relations = [] %}\n\n {% for database in var(union_database_variable) %}\n\n {% set relation=adapter.get_relation(\n database=source(schema, table_identifier).database if var('has_defined_sources', false) else database,\n schema=source(schema, table_identifier).schema if var('has_defined_sources', false) else var(schema_variable, default_schema),\n identifier=source(schema, table_identifier).identifier if var('has_defined_sources', false) else table_identifier\n ) -%}\n\n {% set relation_exists=relation is not none %}\n\n {% if relation_exists %}\n\n {% do relations.append(relation) %}\n \n {% endif %}\n\n {% endfor %}\n\n {{ dbt_utils.union_relations(relations) }}\n\n{% else %}\n\n select * \n from {{ var(default_variable) }}\n\n{% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.union_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.6277719, "supported_languages": null}, "macro.fivetran_utils.dummy_coalesce_value": {"unique_id": "macro.fivetran_utils.dummy_coalesce_value", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/dummy_coalesce_value.sql", "original_file_path": "macros/dummy_coalesce_value.sql", "name": "dummy_coalesce_value", "macro_sql": "{% macro dummy_coalesce_value(column) %}\n\n{% set coalesce_value = {\n 'STRING': \"'DUMMY_STRING'\",\n 'BOOLEAN': 'null',\n 'INT': 999999999,\n 'FLOAT': 999999999.99,\n 'TIMESTAMP': 'cast(\"2099-12-31\" as timestamp)',\n 'DATE': 'cast(\"2099-12-31\" as date)',\n} %}\n\n{% if column.is_float() %}\n{{ return(coalesce_value['FLOAT']) }}\n\n{% elif column.is_numeric() %}\n{{ return(coalesce_value['INT']) }}\n\n{% elif column.is_string() %}\n{{ return(coalesce_value['STRING']) }}\n\n{% elif column.data_type|lower == 'boolean' %}\n{{ return(coalesce_value['BOOLEAN']) }}\n\n{% elif 'timestamp' in column.data_type|lower %}\n{{ return(coalesce_value['TIMESTAMP']) }}\n\n{% elif 'date' in column.data_type|lower %}\n{{ return(coalesce_value['DATE']) }}\n\n{% elif 'int' in column.data_type|lower %}\n{{ return(coalesce_value['INT']) }}\n\n{% endif %}\n\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.632481, "supported_languages": null}, "macro.fivetran_utils.array_agg": {"unique_id": "macro.fivetran_utils.array_agg", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/array_agg.sql", "original_file_path": "macros/array_agg.sql", "name": "array_agg", "macro_sql": "{% macro array_agg(field_to_agg) -%}\n\n{{ adapter.dispatch('array_agg', 'fivetran_utils') (field_to_agg) }}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.fivetran_utils.default__array_agg"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.633714, "supported_languages": null}, "macro.fivetran_utils.default__array_agg": {"unique_id": "macro.fivetran_utils.default__array_agg", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/array_agg.sql", "original_file_path": "macros/array_agg.sql", "name": "default__array_agg", "macro_sql": "{% macro default__array_agg(field_to_agg) %}\n array_agg({{ field_to_agg }})\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.634084, "supported_languages": null}, "macro.fivetran_utils.redshift__array_agg": {"unique_id": "macro.fivetran_utils.redshift__array_agg", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/array_agg.sql", "original_file_path": "macros/array_agg.sql", "name": "redshift__array_agg", "macro_sql": "{% macro redshift__array_agg(field_to_agg) %}\n listagg({{ field_to_agg }}, ',')\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.634437, "supported_languages": null}, "macro.fivetran_utils.empty_variable_warning": {"unique_id": "macro.fivetran_utils.empty_variable_warning", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/empty_variable_warning.sql", "original_file_path": "macros/empty_variable_warning.sql", "name": "empty_variable_warning", "macro_sql": "{% macro empty_variable_warning(variable, downstream_model) %}\n\n{% if not var(variable) %}\n{{ log(\n \"\"\"\n Warning: You have passed an empty list to the \"\"\" ~ variable ~ \"\"\".\n As a result, you won't see the history of any columns in the \"\"\" ~ downstream_model ~ \"\"\" model.\n \"\"\",\n info=True\n) }}\n{% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.635917, "supported_languages": null}, "macro.fivetran_utils.enabled_vars_one_true": {"unique_id": "macro.fivetran_utils.enabled_vars_one_true", "package_name": "fivetran_utils", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/fivetran_utils", "path": "macros/enabled_vars_one_true.sql", "original_file_path": "macros/enabled_vars_one_true.sql", "name": "enabled_vars_one_true", "macro_sql": "{% macro enabled_vars_one_true(vars) %}\n\n{% for v in vars %}\n \n {% if var(v, False) == True %}\n {{ return(True) }}\n {% endif %}\n\n{% endfor %}\n\n{{ return(False) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1673461886.6374028, "supported_languages": null}}, "docs": {"dbt.__overview__": {"unique_id": "dbt.__overview__", "package_name": "dbt", "root_path": "/usr/local/lib/python3.9/site-packages/dbt/include/global_project", "path": "overview.md", "original_file_path": "docs/overview.md", "name": "__overview__", "block_contents": "### Welcome!\n\nWelcome to the auto-generated documentation for your dbt project!\n\n### Navigation\n\nYou can use the `Project` and `Database` navigation tabs on the left side of the window to explore the models\nin your project.\n\n#### Project Tab\nThe `Project` tab mirrors the directory structure of your dbt project. In this tab, you can see all of the\nmodels defined in your dbt project, as well as models imported from dbt packages.\n\n#### Database Tab\nThe `Database` tab also exposes your models, but in a format that looks more like a database explorer. This view\nshows relations (tables and views) grouped into database schemas. Note that ephemeral models are _not_ shown\nin this interface, as they do not exist in the database.\n\n### Graph Exploration\nYou can click the blue icon on the bottom-right corner of the page to view the lineage graph of your models.\n\nOn model pages, you'll see the immediate parents and children of the model you're exploring. By clicking the `Expand`\nbutton at the top-right of this lineage pane, you'll be able to see all of the models that are used to build,\nor are built from, the model you're exploring.\n\nOnce expanded, you'll be able to use the `--select` and `--exclude` model selection syntax to filter the\nmodels in the graph. For more information on model selection, check out the [dbt docs](https://docs.getdbt.com/docs/model-selection-syntax).\n\nNote that you can also right-click on models to interactively filter and explore the graph.\n\n---\n\n### More information\n\n- [What is dbt](https://docs.getdbt.com/docs/introduction)?\n- Read the [dbt viewpoint](https://docs.getdbt.com/docs/viewpoint)\n- [Installation](https://docs.getdbt.com/docs/installation)\n- Join the [dbt Community](https://www.getdbt.com/community/) for questions and discussion"}, "hubspot_source._fivetran_synced": {"unique_id": "hubspot_source._fivetran_synced", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "name": "_fivetran_synced", "block_contents": "Timestamp of when Fivetran synced a record."}, "hubspot_source._fivetran_deleted": {"unique_id": "hubspot_source._fivetran_deleted", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "name": "_fivetran_deleted", "block_contents": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent."}, "hubspot_source.portal_id": {"unique_id": "hubspot_source.portal_id", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "name": "portal_id", "block_contents": "The hub ID."}, "hubspot_source.is_deleted": {"unique_id": "hubspot_source.is_deleted", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "name": "is_deleted", "block_contents": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent."}, "hubspot_source.history_name": {"unique_id": "hubspot_source.history_name", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "name": "history_name", "block_contents": "The name of the field being changed."}, "hubspot_source.history_source": {"unique_id": "hubspot_source.history_source", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "name": "history_source", "block_contents": "The source (reason) of the change."}, "hubspot_source.history_source_id": {"unique_id": "hubspot_source.history_source_id", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "name": "history_source_id", "block_contents": "The ID of the object that caused the change, if applicable."}, "hubspot_source.history_timestamp": {"unique_id": "hubspot_source.history_timestamp", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "name": "history_timestamp", "block_contents": "The timestamp the changed occurred."}, "hubspot_source.history_value": {"unique_id": "hubspot_source.history_value", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "name": "history_value", "block_contents": "The new value of the field."}, "hubspot_source.email_event_browser": {"unique_id": "hubspot_source.email_event_browser", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "name": "email_event_browser", "block_contents": "A JSON object representing the browser which serviced the event. Its comprised of the properties: 'name', 'family', 'producer', 'producer_url', 'type', 'url', 'version'."}, "hubspot_source.email_event_ip_address": {"unique_id": "hubspot_source.email_event_ip_address", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "name": "email_event_ip_address", "block_contents": "The contact's IP address when the event occurred."}, "hubspot_source.email_event_location": {"unique_id": "hubspot_source.email_event_location", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "name": "email_event_location", "block_contents": "A JSON object representing the location where the event occurred. It's comprised of the properties: 'city', 'state', 'country'."}, "hubspot_source.email_event_user_agent": {"unique_id": "hubspot_source.email_event_user_agent", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "name": "email_event_user_agent", "block_contents": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d"}}, "exposures": {}, "metrics": {}, "selectors": {}, "disabled": {"seed.hubspot_source_integration_tests.contact_list_data": [{"resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": false, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "contact_list_data"], "unique_id": "seed.hubspot_source_integration_tests.contact_list_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "contact_list_data.csv", "original_file_path": "seeds/contact_list_data.csv", "name": "contact_list_data", "alias": "contact_list_data", "checksum": {"name": "sha256", "checksum": "82789af9bccebcc6867b7e0d2029808f02bd9cbd7e3bedd43704d742ae565e94"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "enabled": "{{ true if target.type != 'postgres' else false }}"}, "created_at": 1673461887.544202, "config_call_dict": {}}], "seed.hubspot_source_integration_tests.email_event_dropped_data": [{"resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": false, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "email_event_dropped_data"], "unique_id": "seed.hubspot_source_integration_tests.email_event_dropped_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "email_event_dropped_data.csv", "original_file_path": "seeds/email_event_dropped_data.csv", "name": "email_event_dropped_data", "alias": "email_event_dropped_data", "checksum": {"name": "sha256", "checksum": "8823d2c069348f748f2329a9a0652ac56616cd93194559ae01c6f397143850b8"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "enabled": "{{ true if target.type not in ('snowflake', 'postgres') else false }}"}, "created_at": 1673461887.58796, "config_call_dict": {}}], "seed.hubspot_source_integration_tests.email_event_sent_data_snowflake": [{"resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": false, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "email_event_sent_data_snowflake"], "unique_id": "seed.hubspot_source_integration_tests.email_event_sent_data_snowflake", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "email_event_sent_data_snowflake.csv", "original_file_path": "seeds/email_event_sent_data_snowflake.csv", "name": "email_event_sent_data_snowflake", "alias": "email_event_sent_data_snowflake", "checksum": {"name": "sha256", "checksum": "f43f083762c62ba75aea7bfcc95716a05ffdd855c2fdf782da08e39330305e6b"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "enabled": "{{ true if target.type == 'snowflake' else false }}"}, "created_at": 1673461887.607789, "config_call_dict": {}}], "seed.hubspot_source_integration_tests.email_event_sent_data": [{"resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": false, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "email_event_sent_data"], "unique_id": "seed.hubspot_source_integration_tests.email_event_sent_data", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "email_event_sent_data.csv", "original_file_path": "seeds/email_event_sent_data.csv", "name": "email_event_sent_data", "alias": "email_event_sent_data", "checksum": {"name": "sha256", "checksum": "dccc8671299c2a4bdfc5d9f055e495edf9a1aee6fb8a963106a1fc8929921b4a"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "enabled": "{{ true if target.type not in ('snowflake', 'postgres') else false }}"}, "created_at": 1673461887.642145, "config_call_dict": {}}], "seed.hubspot_source_integration_tests.email_event_dropped_data_snowflake": [{"resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": false, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source_integration_tests", "email_event_dropped_data_snowflake"], "unique_id": "seed.hubspot_source_integration_tests.email_event_dropped_data_snowflake", "raw_code": "", "language": "sql", "package_name": "hubspot_source_integration_tests", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests", "path": "email_event_dropped_data_snowflake.csv", "original_file_path": "seeds/email_event_dropped_data_snowflake.csv", "name": "email_event_dropped_data_snowflake", "alias": "email_event_dropped_data_snowflake", "checksum": {"name": "sha256", "checksum": "6632fecd0168baf628a16fbc0bb0197cf5f808f1f0ad525842f9eae5e16473aa"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "enabled": "{{ true if target.type == 'snowflake' else false }}"}, "created_at": 1673461887.657228, "config_call_dict": {}}], "model.hubspot_source.stg_hubspot__ticket_deal": [{"resource_type": "model", "depends_on": {"macros": ["macro.hubspot_source.get_ticket_deal_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": []}, "config": {"enabled": false, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__ticket_deal"], "unique_id": "model.hubspot_source.stg_hubspot__ticket_deal", "raw_code": "{{ config(enabled=(var('hubspot_service_enabled', false) and var('hubspot_ticket_deal_enabled', false))) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__ticket_deal_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__ticket_deal_tmp')),\n staging_columns=get_ticket_deal_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_synced,\n ticket_id,\n deal_id\n\n from macro\n\n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__ticket_deal.sql", "original_file_path": "models/stg_hubspot__ticket_deal.sql", "name": "stg_hubspot__ticket_deal", "alias": "stg_hubspot__ticket_deal", "checksum": {"name": "sha256", "checksum": "d1e79e0c3c4cdd6c4727b8668077ac93a8f9e5d23ee30d266041d13378c1372f"}, "tags": [], "refs": [["stg_hubspot__ticket_deal_tmp"], ["stg_hubspot__ticket_deal_tmp"]], "sources": [], "metrics": [], "description": "Each record represents a 'link' between a ticket and a deal.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "{{ doc(\"_fivetran_synced\") }}", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "The ID of the related ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the related deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__ticket.yml", "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": false}, "created_at": 1673461889.726281, "config_call_dict": {"enabled": false}}], "model.hubspot_source.stg_hubspot__contact_merge_audit": [{"resource_type": "model", "depends_on": {"macros": ["macro.hubspot_source.get_contact_merge_audit_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": []}, "config": {"enabled": false, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "stg_hubspot__contact_merge_audit"], "unique_id": "model.hubspot_source.stg_hubspot__contact_merge_audit", "raw_code": "{{ config(enabled=(var('hubspot_marketing_enabled', true) and var('hubspot_contact_merge_audit_enabled', false))) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__contact_merge_audit_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__contact_merge_audit_tmp')),\n staging_columns=get_contact_merge_audit_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n canonical_vid,\n contact_id,\n entity_id,\n first_name,\n last_name,\n num_properties_moved,\n {% if target.type == 'redshift' %}\n \"timestamp\"\n {% else %} \n timestamp {% endif %}\n as timestamp_at,\n user_id,\n vid_to_merge,\n _fivetran_synced\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "stg_hubspot__contact_merge_audit.sql", "original_file_path": "models/stg_hubspot__contact_merge_audit.sql", "name": "stg_hubspot__contact_merge_audit", "alias": "stg_hubspot__contact_merge_audit", "checksum": {"name": "sha256", "checksum": "65605beab9d9492c9743364e3de16192446493f0f57d8c8960c03ebf65922283"}, "tags": [], "refs": [["stg_hubspot__contact_merge_audit_tmp"], ["stg_hubspot__contact_merge_audit_tmp"]], "sources": [], "metrics": [], "description": "Each record contains a contact merge event and the contacts effected by the merge.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "{{ doc(\"_fivetran_synced\") }}", "meta": {}, "data_type": null, "quote": null, "tags": []}, "canonical_vid": {"name": "canonical_vid", "description": "The contact ID of the contact which the vid_to_merge contact was merged into.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "entity_id": {"name": "entity_id", "description": "The ID of the related entity.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The contact's first name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The contact's last name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_properties_moved": {"name": "num_properties_moved", "description": "The number of properties which were removed from the merged contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp_at": {"name": "timestamp_at", "description": "Timestamp of when the contacts were merged.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID of the user.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "vid_to_merge": {"name": "vid_to_merge", "description": "The ID of the contact which was merged.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__contact.yml", "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": false}, "created_at": 1673461889.450303, "config_call_dict": {"enabled": false}}], "model.hubspot_source.stg_hubspot__contact_merge_audit_tmp": [{"resource_type": "model", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": false, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__contact_merge_audit_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__contact_merge_audit_tmp", "raw_code": "{{ config(enabled=(var('hubspot_marketing_enabled', true) and var('hubspot_contact_merge_audit_enabled', false))) }}\n\nselect *\nfrom {{ var('contact_merge_audit') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__contact_merge_audit_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__contact_merge_audit_tmp.sql", "name": "stg_hubspot__contact_merge_audit_tmp", "alias": "stg_hubspot__contact_merge_audit_tmp", "checksum": {"name": "sha256", "checksum": "dc8f1c944350dda68447e8f3c2c1f7f21dc3bdf3eb1600b933afd6052b04b531"}, "tags": [], "refs": [], "sources": [["hubspot", "contact_merge_audit"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": false}, "created_at": 1673461889.050138, "config_call_dict": {"enabled": false}}], "model.hubspot_source.stg_hubspot__ticket_deal_tmp": [{"resource_type": "model", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": false, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "database": "postgres", "schema": "hubspot_source_integration_tests_1", "fqn": ["hubspot_source", "tmp", "stg_hubspot__ticket_deal_tmp"], "unique_id": "model.hubspot_source.stg_hubspot__ticket_deal_tmp", "raw_code": "{{ config(enabled=(var('hubspot_service_enabled', false) and var('hubspot_ticket_deal_enabled', false))) }}\n\nselect *\nfrom {{ var('ticket_deal') }}", "language": "sql", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "tmp/stg_hubspot__ticket_deal_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__ticket_deal_tmp.sql", "name": "stg_hubspot__ticket_deal_tmp", "alias": "stg_hubspot__ticket_deal_tmp", "checksum": {"name": "sha256", "checksum": "4ac6b4f08204319a67e41471caf9f29506828b410718520e5ceada09cb448fb8"}, "tags": [], "refs": [], "sources": [["hubspot", "ticket_deal"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": false}, "created_at": 1673461889.313065, "config_call_dict": {"enabled": false}}], "source.hubspot_source.hubspot.contact_merge_audit": [{"fqn": ["hubspot_source", "hubspot", "contact_merge_audit"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.contact_merge_audit", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "contact_merge_audit", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "contact_merge_audit_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record contains a contact merge event and the contacts effected by the merge.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "{{ doc(\"_fivetran_synced\") }}", "meta": {}, "data_type": null, "quote": null, "tags": []}, "canonical_vid": {"name": "canonical_vid", "description": "The contact ID of the contact which the vid_to_merge contact was merged into.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "entity_id": {"name": "entity_id", "description": "The ID of the related entity.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The contact's first name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The contact's last name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_properties_moved": {"name": "num_properties_moved", "description": "The number of properties which were removed from the merged contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "Timestamp of when the contacts were merged.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID of the user.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "vid_to_merge": {"name": "vid_to_merge", "description": "The ID of the contact which was merged.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": false}, "patch_path": null, "unrendered_config": {"enabled": false}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"contact_merge_audit_data\"", "created_at": 1673461890.214653}], "source.hubspot_source.hubspot.ticket_deal": [{"fqn": ["hubspot_source", "hubspot", "ticket_deal"], "database": "postgres", "schema": "hubspot_source_integration_tests_1", "unique_id": "source.hubspot_source.hubspot.ticket_deal", "package_name": "hubspot_source", "root_path": "/Users/sheri.nguyen/dbt-packages/hubspot/dbt_hubspot_source/integration_tests/dbt_packages/hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "name": "ticket_deal", "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "ticket_deal_data", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a 'link' between a ticket and a deal.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "{{ doc(\"_fivetran_synced\") }}", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "The ID of the related ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the related deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": false}, "patch_path": null, "unrendered_config": {"enabled": false}, "relation_name": "\"postgres\".\"hubspot_source_integration_tests_1\".\"ticket_deal_data\"", "created_at": 1673461890.224917}]}, "parent_map": {"seed.hubspot_source_integration_tests.contact_list_data_postgres": [], "seed.hubspot_source_integration_tests.email_event_delivered_data": [], "seed.hubspot_source_integration_tests.ticket_pipeline_stage_data": [], "seed.hubspot_source_integration_tests.ticket_contact_data": [], "seed.hubspot_source_integration_tests.email_event_status_change_data": [], "seed.hubspot_source_integration_tests.ticket_company_data": [], "seed.hubspot_source_integration_tests.engagement_deal_data": [], "seed.hubspot_source_integration_tests.email_event_sent_data_postgres": [], "seed.hubspot_source_integration_tests.deal_stage_data": [], "seed.hubspot_source_integration_tests.email_campaign_data": [], "seed.hubspot_source_integration_tests.engagement_call_data": [], "seed.hubspot_source_integration_tests.contact_merge_audit_data": [], "seed.hubspot_source_integration_tests.email_event_print_data": [], "seed.hubspot_source_integration_tests.email_event_spam_report_data": [], "seed.hubspot_source_integration_tests.ticket_data": [], "seed.hubspot_source_integration_tests.ticket_pipeline_data": [], "seed.hubspot_source_integration_tests.email_event_click_data": [], "seed.hubspot_source_integration_tests.email_event_deferred_data": [], "seed.hubspot_source_integration_tests.email_event_open_data": [], "seed.hubspot_source_integration_tests.company_property_history_data": [], "seed.hubspot_source_integration_tests.engagement_email_data": [], "seed.hubspot_source_integration_tests.deal_data": [], "seed.hubspot_source_integration_tests.engagement_note_data": [], "seed.hubspot_source_integration_tests.deal_pipeline_data": [], "seed.hubspot_source_integration_tests.email_event_data": [], "seed.hubspot_source_integration_tests.engagement_data": [], "seed.hubspot_source_integration_tests.owner_data": [], "seed.hubspot_source_integration_tests.engagement_meeting_data": [], "seed.hubspot_source_integration_tests.email_event_forward_data": [], "seed.hubspot_source_integration_tests.deal_pipeline_stage_data": [], "seed.hubspot_source_integration_tests.company_data": [], "seed.hubspot_source_integration_tests.deal_contact_data": [], "seed.hubspot_source_integration_tests.contact_list_member_data": [], "seed.hubspot_source_integration_tests.contact_property_history_data": [], "seed.hubspot_source_integration_tests.deal_property_history_data": [], "seed.hubspot_source_integration_tests.email_event_bounce_data": [], "seed.hubspot_source_integration_tests.engagement_contact_data": [], "seed.hubspot_source_integration_tests.ticket_engagement_data": [], "seed.hubspot_source_integration_tests.contact_data": [], "seed.hubspot_source_integration_tests.ticket_deal_data": [], "seed.hubspot_source_integration_tests.deal_company_data": [], "seed.hubspot_source_integration_tests.ticket_property_history_data": [], "seed.hubspot_source_integration_tests.email_event_dropped_data_postgres": [], "seed.hubspot_source_integration_tests.engagement_task_data": [], "seed.hubspot_source_integration_tests.engagement_company_data": [], "model.hubspot_source.stg_hubspot__engagement_task": ["model.hubspot_source.stg_hubspot__engagement_task_tmp", "model.hubspot_source.stg_hubspot__engagement_task_tmp"], "model.hubspot_source.stg_hubspot__engagement_deal": ["model.hubspot_source.stg_hubspot__engagement_deal_tmp", "model.hubspot_source.stg_hubspot__engagement_deal_tmp"], "model.hubspot_source.stg_hubspot__company_property_history": ["model.hubspot_source.stg_hubspot__company_property_history_tmp", "model.hubspot_source.stg_hubspot__company_property_history_tmp"], "model.hubspot_source.stg_hubspot__email_event_delivered": ["model.hubspot_source.stg_hubspot__email_event_delivered_tmp", "model.hubspot_source.stg_hubspot__email_event_delivered_tmp"], "model.hubspot_source.stg_hubspot__owner": ["model.hubspot_source.stg_hubspot__owner_tmp", "model.hubspot_source.stg_hubspot__owner_tmp"], "model.hubspot_source.stg_hubspot__email_event": ["model.hubspot_source.stg_hubspot__email_event_tmp", "model.hubspot_source.stg_hubspot__email_event_tmp"], "model.hubspot_source.stg_hubspot__engagement_meeting": ["model.hubspot_source.stg_hubspot__engagement_meeting_tmp", "model.hubspot_source.stg_hubspot__engagement_meeting_tmp"], "model.hubspot_source.stg_hubspot__engagement_email": ["model.hubspot_source.stg_hubspot__engagement_email_tmp", "model.hubspot_source.stg_hubspot__engagement_email_tmp"], "model.hubspot_source.stg_hubspot__ticket_contact": ["model.hubspot_source.stg_hubspot__ticket_contact_tmp", "model.hubspot_source.stg_hubspot__ticket_contact_tmp"], "model.hubspot_source.stg_hubspot__email_event_status_change": ["model.hubspot_source.stg_hubspot__email_event_status_change_tmp", "model.hubspot_source.stg_hubspot__email_event_status_change_tmp"], "model.hubspot_source.stg_hubspot__contact_list_member": ["model.hubspot_source.stg_hubspot__contact_list_member_tmp", "model.hubspot_source.stg_hubspot__contact_list_member_tmp"], "model.hubspot_source.stg_hubspot__contact": ["model.hubspot_source.stg_hubspot__contact_tmp", "model.hubspot_source.stg_hubspot__contact_tmp"], "model.hubspot_source.stg_hubspot__deal": ["model.hubspot_source.stg_hubspot__deal_tmp", "model.hubspot_source.stg_hubspot__deal_tmp"], "model.hubspot_source.stg_hubspot__deal_pipeline": ["model.hubspot_source.stg_hubspot__deal_pipeline_tmp", "model.hubspot_source.stg_hubspot__deal_pipeline_tmp"], "model.hubspot_source.stg_hubspot__deal_company": ["model.hubspot_source.stg_hubspot__deal_company_tmp", "model.hubspot_source.stg_hubspot__deal_company_tmp"], "model.hubspot_source.stg_hubspot__engagement_note": ["model.hubspot_source.stg_hubspot__engagement_note_tmp", "model.hubspot_source.stg_hubspot__engagement_note_tmp"], "model.hubspot_source.stg_hubspot__engagement_contact": ["model.hubspot_source.stg_hubspot__engagement_contact_tmp", "model.hubspot_source.stg_hubspot__engagement_contact_tmp"], "model.hubspot_source.stg_hubspot__contact_list": ["model.hubspot_source.stg_hubspot__contact_list_tmp", "model.hubspot_source.stg_hubspot__contact_list_tmp"], "model.hubspot_source.stg_hubspot__ticket_pipeline": ["model.hubspot_source.stg_hubspot__ticket_pipeline_tmp", "model.hubspot_source.stg_hubspot__ticket_pipeline_tmp"], "model.hubspot_source.stg_hubspot__email_event_spam_report": ["model.hubspot_source.stg_hubspot__email_event_spam_report_tmp", "model.hubspot_source.stg_hubspot__email_event_spam_report_tmp"], "model.hubspot_source.stg_hubspot__deal_pipeline_stage": ["model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp", "model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp"], "model.hubspot_source.stg_hubspot__email_event_dropped": ["model.hubspot_source.stg_hubspot__email_event_dropped_tmp", "model.hubspot_source.stg_hubspot__email_event_dropped_tmp"], "model.hubspot_source.stg_hubspot__deal_stage": ["model.hubspot_source.stg_hubspot__deal_stage_tmp", "model.hubspot_source.stg_hubspot__deal_stage_tmp"], "model.hubspot_source.stg_hubspot__deal_property_history": ["model.hubspot_source.stg_hubspot__deal_property_history_tmp", "model.hubspot_source.stg_hubspot__deal_property_history_tmp"], "model.hubspot_source.stg_hubspot__email_event_forward": ["model.hubspot_source.stg_hubspot__email_event_forward_tmp", "model.hubspot_source.stg_hubspot__email_event_forward_tmp"], "model.hubspot_source.stg_hubspot__email_event_bounce": ["model.hubspot_source.stg_hubspot__email_event_bounce_tmp", "model.hubspot_source.stg_hubspot__email_event_bounce_tmp"], "model.hubspot_source.stg_hubspot__ticket_engagement": ["model.hubspot_source.stg_hubspot__ticket_engagement_tmp", "model.hubspot_source.stg_hubspot__ticket_engagement_tmp"], "model.hubspot_source.stg_hubspot__ticket_pipeline_stage": ["model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp", "model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp"], "model.hubspot_source.stg_hubspot__engagement_company": ["model.hubspot_source.stg_hubspot__engagement_company_tmp", "model.hubspot_source.stg_hubspot__engagement_company_tmp"], "model.hubspot_source.stg_hubspot__email_event_deferred": ["model.hubspot_source.stg_hubspot__email_event_deferred_tmp", "model.hubspot_source.stg_hubspot__email_event_deferred_tmp"], "model.hubspot_source.stg_hubspot__company": ["model.hubspot_source.stg_hubspot__company_tmp", "model.hubspot_source.stg_hubspot__company_tmp"], "model.hubspot_source.stg_hubspot__deal_contact": ["model.hubspot_source.stg_hubspot__deal_contact_tmp", "model.hubspot_source.stg_hubspot__deal_contact_tmp"], "model.hubspot_source.stg_hubspot__email_event_click": ["model.hubspot_source.stg_hubspot__email_event_click_tmp", "model.hubspot_source.stg_hubspot__email_event_click_tmp"], "model.hubspot_source.stg_hubspot__engagement_call": ["model.hubspot_source.stg_hubspot__engagement_call_tmp", "model.hubspot_source.stg_hubspot__engagement_call_tmp"], "model.hubspot_source.stg_hubspot__engagement": ["model.hubspot_source.stg_hubspot__engagement_tmp", "model.hubspot_source.stg_hubspot__engagement_tmp"], "model.hubspot_source.stg_hubspot__ticket_company": ["model.hubspot_source.stg_hubspot__ticket_company_tmp", "model.hubspot_source.stg_hubspot__ticket_company_tmp"], "model.hubspot_source.stg_hubspot__email_campaign": ["model.hubspot_source.stg_hubspot__email_campaign_tmp", "model.hubspot_source.stg_hubspot__email_campaign_tmp"], "model.hubspot_source.stg_hubspot__email_event_print": ["model.hubspot_source.stg_hubspot__email_event_print_tmp", "model.hubspot_source.stg_hubspot__email_event_print_tmp"], "model.hubspot_source.stg_hubspot__contact_property_history": ["model.hubspot_source.stg_hubspot__contact_property_history_tmp", "model.hubspot_source.stg_hubspot__contact_property_history_tmp"], "model.hubspot_source.stg_hubspot__ticket_property_history": ["model.hubspot_source.stg_hubspot__ticket_property_history_tmp", "model.hubspot_source.stg_hubspot__ticket_property_history_tmp"], "model.hubspot_source.stg_hubspot__email_event_open": ["model.hubspot_source.stg_hubspot__email_event_open_tmp", "model.hubspot_source.stg_hubspot__email_event_open_tmp"], "model.hubspot_source.stg_hubspot__email_event_sent": ["model.hubspot_source.stg_hubspot__email_event_sent_tmp", "model.hubspot_source.stg_hubspot__email_event_sent_tmp"], "model.hubspot_source.stg_hubspot__ticket": ["model.hubspot_source.stg_hubspot__ticket_tmp", "model.hubspot_source.stg_hubspot__ticket_tmp"], "model.hubspot_source.stg_hubspot__contact_property_history_tmp": ["source.hubspot_source.hubspot.contact_property_history"], "model.hubspot_source.stg_hubspot__email_event_dropped_tmp": ["seed.hubspot_source_integration_tests.email_event_dropped_data_postgres"], "model.hubspot_source.stg_hubspot__email_event_sent_tmp": ["seed.hubspot_source_integration_tests.email_event_sent_data_postgres"], "model.hubspot_source.stg_hubspot__deal_tmp": ["source.hubspot_source.hubspot.deal"], "model.hubspot_source.stg_hubspot__ticket_company_tmp": ["source.hubspot_source.hubspot.ticket_company"], "model.hubspot_source.stg_hubspot__deal_contact_tmp": ["source.hubspot_source.hubspot.deal_contact"], "model.hubspot_source.stg_hubspot__contact_list_member_tmp": ["source.hubspot_source.hubspot.contact_list_member"], "model.hubspot_source.stg_hubspot__owner_tmp": ["source.hubspot_source.hubspot.owner"], "model.hubspot_source.stg_hubspot__deal_stage_tmp": ["source.hubspot_source.hubspot.deal_stage"], "model.hubspot_source.stg_hubspot__deal_pipeline_tmp": ["source.hubspot_source.hubspot.deal_pipeline"], "model.hubspot_source.stg_hubspot__ticket_tmp": ["source.hubspot_source.hubspot.ticket"], "model.hubspot_source.stg_hubspot__ticket_property_history_tmp": ["source.hubspot_source.hubspot.ticket_property_history"], "model.hubspot_source.stg_hubspot__ticket_pipeline_tmp": ["source.hubspot_source.hubspot.ticket_pipeline"], "model.hubspot_source.stg_hubspot__engagement_company_tmp": ["source.hubspot_source.hubspot.engagement_company"], "model.hubspot_source.stg_hubspot__contact_tmp": ["source.hubspot_source.hubspot.contact"], "model.hubspot_source.stg_hubspot__email_event_status_change_tmp": ["source.hubspot_source.hubspot.email_event_status_change"], "model.hubspot_source.stg_hubspot__engagement_note_tmp": ["source.hubspot_source.hubspot.engagement_note"], "model.hubspot_source.stg_hubspot__ticket_contact_tmp": ["source.hubspot_source.hubspot.ticket_contact"], "model.hubspot_source.stg_hubspot__deal_company_tmp": ["source.hubspot_source.hubspot.deal_company"], "model.hubspot_source.stg_hubspot__engagement_deal_tmp": ["source.hubspot_source.hubspot.engagement_deal"], "model.hubspot_source.stg_hubspot__email_event_print_tmp": ["source.hubspot_source.hubspot.email_event_print"], "model.hubspot_source.stg_hubspot__company_property_history_tmp": ["source.hubspot_source.hubspot.company_property_history"], "model.hubspot_source.stg_hubspot__email_event_tmp": ["source.hubspot_source.hubspot.email_event"], "model.hubspot_source.stg_hubspot__company_tmp": ["source.hubspot_source.hubspot.company"], "model.hubspot_source.stg_hubspot__email_event_click_tmp": ["source.hubspot_source.hubspot.email_event_click"], "model.hubspot_source.stg_hubspot__engagement_contact_tmp": ["source.hubspot_source.hubspot.engagement_contact"], "model.hubspot_source.stg_hubspot__contact_list_tmp": ["seed.hubspot_source_integration_tests.contact_list_data_postgres"], "model.hubspot_source.stg_hubspot__engagement_meeting_tmp": ["source.hubspot_source.hubspot.engagement_meeting"], "model.hubspot_source.stg_hubspot__engagement_tmp": ["source.hubspot_source.hubspot.engagement"], "model.hubspot_source.stg_hubspot__email_event_delivered_tmp": ["source.hubspot_source.hubspot.email_event_delivered"], "model.hubspot_source.stg_hubspot__engagement_email_tmp": ["source.hubspot_source.hubspot.engagement_email"], "model.hubspot_source.stg_hubspot__email_event_forward_tmp": ["source.hubspot_source.hubspot.email_event_forward"], "model.hubspot_source.stg_hubspot__email_event_spam_report_tmp": ["source.hubspot_source.hubspot.email_event_spam_report"], "model.hubspot_source.stg_hubspot__ticket_engagement_tmp": ["source.hubspot_source.hubspot.ticket_engagement"], "model.hubspot_source.stg_hubspot__email_event_bounce_tmp": ["source.hubspot_source.hubspot.email_event_bounce"], "model.hubspot_source.stg_hubspot__engagement_call_tmp": ["source.hubspot_source.hubspot.engagement_call"], "model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp": ["source.hubspot_source.hubspot.ticket_pipeline_stage"], "model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp": ["source.hubspot_source.hubspot.deal_pipeline_stage"], "model.hubspot_source.stg_hubspot__engagement_task_tmp": ["source.hubspot_source.hubspot.engagement_task"], "model.hubspot_source.stg_hubspot__email_event_open_tmp": ["source.hubspot_source.hubspot.email_event_open"], "model.hubspot_source.stg_hubspot__deal_property_history_tmp": ["source.hubspot_source.hubspot.deal_property_history"], "model.hubspot_source.stg_hubspot__email_event_deferred_tmp": ["source.hubspot_source.hubspot.email_event_deferred"], "model.hubspot_source.stg_hubspot__email_campaign_tmp": ["source.hubspot_source.hubspot.email_campaign"], "test.hubspot_source.unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.ba90fa6113": ["model.hubspot_source.stg_hubspot__deal_pipeline_stage"], "test.hubspot_source.not_null_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.d53656553e": ["model.hubspot_source.stg_hubspot__deal_pipeline_stage"], "test.hubspot_source.unique_stg_hubspot__deal_pipeline_deal_pipeline_id.dff6c45403": ["model.hubspot_source.stg_hubspot__deal_pipeline"], "test.hubspot_source.not_null_stg_hubspot__deal_pipeline_deal_pipeline_id.8a0e3cd7a3": ["model.hubspot_source.stg_hubspot__deal_pipeline"], "test.hubspot_source.not_null_stg_hubspot__deal_deal_id.ff48693e20": ["model.hubspot_source.stg_hubspot__deal"], "test.hubspot_source.unique_stg_hubspot__deal_deal_id.ac1628ac69": ["model.hubspot_source.stg_hubspot__deal"], "test.hubspot_source.unique_stg_hubspot__contact_list_contact_list_id.036739c1b0": ["model.hubspot_source.stg_hubspot__contact_list"], "test.hubspot_source.not_null_stg_hubspot__contact_list_contact_list_id.ff8e4cc29a": ["model.hubspot_source.stg_hubspot__contact_list"], "test.hubspot_source.unique_stg_hubspot__contact_contact_id.b9135eb03a": ["model.hubspot_source.stg_hubspot__contact"], "test.hubspot_source.not_null_stg_hubspot__contact_contact_id.9f112f8944": ["model.hubspot_source.stg_hubspot__contact"], "test.hubspot_source.unique_stg_hubspot__email_event_bounce_event_id.0341ffa8e9": ["model.hubspot_source.stg_hubspot__email_event_bounce"], "test.hubspot_source.not_null_stg_hubspot__email_event_bounce_event_id.71b13d26d3": ["model.hubspot_source.stg_hubspot__email_event_bounce"], "test.hubspot_source.unique_stg_hubspot__email_event_click_event_id.da8d8487a1": ["model.hubspot_source.stg_hubspot__email_event_click"], "test.hubspot_source.not_null_stg_hubspot__email_event_click_event_id.8a1be931c5": ["model.hubspot_source.stg_hubspot__email_event_click"], "test.hubspot_source.unique_stg_hubspot__email_event_deferred_event_id.2f779e2912": ["model.hubspot_source.stg_hubspot__email_event_deferred"], "test.hubspot_source.not_null_stg_hubspot__email_event_deferred_event_id.80293078e0": ["model.hubspot_source.stg_hubspot__email_event_deferred"], "test.hubspot_source.unique_stg_hubspot__email_event_delivered_event_id.f818bf03fc": ["model.hubspot_source.stg_hubspot__email_event_delivered"], "test.hubspot_source.not_null_stg_hubspot__email_event_delivered_event_id.87c8eb3f20": ["model.hubspot_source.stg_hubspot__email_event_delivered"], "test.hubspot_source.unique_stg_hubspot__email_event_dropped_event_id.40706bbf71": ["model.hubspot_source.stg_hubspot__email_event_dropped"], "test.hubspot_source.not_null_stg_hubspot__email_event_dropped_event_id.c92d449f52": ["model.hubspot_source.stg_hubspot__email_event_dropped"], "test.hubspot_source.unique_stg_hubspot__email_event_forward_event_id.7f133d2dd1": ["model.hubspot_source.stg_hubspot__email_event_forward"], "test.hubspot_source.not_null_stg_hubspot__email_event_forward_event_id.b9a8bf63b3": ["model.hubspot_source.stg_hubspot__email_event_forward"], "test.hubspot_source.unique_stg_hubspot__email_event_open_event_id.3a369549b1": ["model.hubspot_source.stg_hubspot__email_event_open"], "test.hubspot_source.not_null_stg_hubspot__email_event_open_event_id.a2e658fe16": ["model.hubspot_source.stg_hubspot__email_event_open"], "test.hubspot_source.unique_stg_hubspot__email_event_print_event_id.40a8ccd3f3": ["model.hubspot_source.stg_hubspot__email_event_print"], "test.hubspot_source.not_null_stg_hubspot__email_event_print_event_id.94d4e09b3b": ["model.hubspot_source.stg_hubspot__email_event_print"], "test.hubspot_source.unique_stg_hubspot__email_event_sent_event_id.122cb22272": ["model.hubspot_source.stg_hubspot__email_event_sent"], "test.hubspot_source.not_null_stg_hubspot__email_event_sent_event_id.cf77d9f15d": ["model.hubspot_source.stg_hubspot__email_event_sent"], "test.hubspot_source.unique_stg_hubspot__email_event_spam_report_event_id.448320447a": ["model.hubspot_source.stg_hubspot__email_event_spam_report"], "test.hubspot_source.not_null_stg_hubspot__email_event_spam_report_event_id.2a56aced8f": ["model.hubspot_source.stg_hubspot__email_event_spam_report"], "test.hubspot_source.unique_stg_hubspot__email_event_status_change_event_id.13105203e0": ["model.hubspot_source.stg_hubspot__email_event_status_change"], "test.hubspot_source.not_null_stg_hubspot__email_event_status_change_event_id.c5e80297b1": ["model.hubspot_source.stg_hubspot__email_event_status_change"], "test.hubspot_source.unique_stg_hubspot__email_event_event_id.734683460d": ["model.hubspot_source.stg_hubspot__email_event"], "test.hubspot_source.not_null_stg_hubspot__email_event_event_id.4f287f3531": ["model.hubspot_source.stg_hubspot__email_event"], "test.hubspot_source.unique_stg_hubspot__email_campaign_email_campaign_id.9820d33f2e": ["model.hubspot_source.stg_hubspot__email_campaign"], "test.hubspot_source.not_null_stg_hubspot__email_campaign_email_campaign_id.79921899a6": ["model.hubspot_source.stg_hubspot__email_campaign"], "test.hubspot_source.not_null_stg_hubspot__engagement_call_engagement_id.5ceb3917bf": ["model.hubspot_source.stg_hubspot__engagement_call"], "test.hubspot_source.unique_stg_hubspot__engagement_call_engagement_id.43b4413603": ["model.hubspot_source.stg_hubspot__engagement_call"], "test.hubspot_source.not_null_stg_hubspot__engagement_email_engagement_id.175561ecca": ["model.hubspot_source.stg_hubspot__engagement_email"], "test.hubspot_source.unique_stg_hubspot__engagement_email_engagement_id.5eeb06dcfc": ["model.hubspot_source.stg_hubspot__engagement_email"], "test.hubspot_source.not_null_stg_hubspot__engagement_meeting_engagement_id.18dd11dc28": ["model.hubspot_source.stg_hubspot__engagement_meeting"], "test.hubspot_source.unique_stg_hubspot__engagement_meeting_engagement_id.70721fb830": ["model.hubspot_source.stg_hubspot__engagement_meeting"], "test.hubspot_source.not_null_stg_hubspot__engagement_note_engagement_id.244059891e": ["model.hubspot_source.stg_hubspot__engagement_note"], "test.hubspot_source.unique_stg_hubspot__engagement_note_engagement_id.e2eaf5256e": ["model.hubspot_source.stg_hubspot__engagement_note"], "test.hubspot_source.not_null_stg_hubspot__engagement_task_engagement_id.0bbd752d82": ["model.hubspot_source.stg_hubspot__engagement_task"], "test.hubspot_source.unique_stg_hubspot__engagement_task_engagement_id.0f578bc80c": ["model.hubspot_source.stg_hubspot__engagement_task"], "test.hubspot_source.not_null_stg_hubspot__engagement_engagement_id.b26f4d328f": ["model.hubspot_source.stg_hubspot__engagement"], "test.hubspot_source.unique_stg_hubspot__engagement_engagement_id.4f054187b0": ["model.hubspot_source.stg_hubspot__engagement"], "test.hubspot_source.unique_stg_hubspot__ticket_ticket_id.78c6fbfcaf": ["model.hubspot_source.stg_hubspot__ticket"], "test.hubspot_source.not_null_stg_hubspot__ticket_ticket_id.299e7c4c53": ["model.hubspot_source.stg_hubspot__ticket"], "test.hubspot_source.unique_stg_hubspot__company_company_id.394a2a4ba0": ["model.hubspot_source.stg_hubspot__company"], "test.hubspot_source.not_null_stg_hubspot__company_company_id.0d0a080d43": ["model.hubspot_source.stg_hubspot__company"], "source.hubspot_source.hubspot.calendar_event": [], "source.hubspot_source.hubspot.company": [], "source.hubspot_source.hubspot.company_property_history": [], "source.hubspot_source.hubspot.contact": [], "source.hubspot_source.hubspot.contact_form_submission": [], "source.hubspot_source.hubspot.contact_list": [], "source.hubspot_source.hubspot.contact_list_member": [], "source.hubspot_source.hubspot.contact_property_history": [], "source.hubspot_source.hubspot.deal": [], "source.hubspot_source.hubspot.deal_stage": [], "source.hubspot_source.hubspot.deal_company": [], "source.hubspot_source.hubspot.deal_contact": [], "source.hubspot_source.hubspot.deal_pipeline": [], "source.hubspot_source.hubspot.deal_pipeline_stage": [], "source.hubspot_source.hubspot.deal_property_history": [], "source.hubspot_source.hubspot.email_campaign": [], "source.hubspot_source.hubspot.email_event": [], "source.hubspot_source.hubspot.email_event_bounce": [], "source.hubspot_source.hubspot.email_event_click": [], "source.hubspot_source.hubspot.email_event_deferred": [], "source.hubspot_source.hubspot.email_event_delivered": [], "source.hubspot_source.hubspot.email_event_dropped": [], "source.hubspot_source.hubspot.email_event_forward": [], "source.hubspot_source.hubspot.email_event_open": [], "source.hubspot_source.hubspot.email_event_print": [], "source.hubspot_source.hubspot.email_event_sent": [], "source.hubspot_source.hubspot.email_event_spam_report": [], "source.hubspot_source.hubspot.email_event_status_change": [], "source.hubspot_source.hubspot.email_subscription": [], "source.hubspot_source.hubspot.email_subscription_change": [], "source.hubspot_source.hubspot.engagement": [], "source.hubspot_source.hubspot.engagement_call": [], "source.hubspot_source.hubspot.engagement_company": [], "source.hubspot_source.hubspot.engagement_contact": [], "source.hubspot_source.hubspot.engagement_deal": [], "source.hubspot_source.hubspot.engagement_email": [], "source.hubspot_source.hubspot.engagement_email_cc": [], "source.hubspot_source.hubspot.engagement_email_to": [], "source.hubspot_source.hubspot.engagement_meeting": [], "source.hubspot_source.hubspot.engagement_note": [], "source.hubspot_source.hubspot.engagement_task": [], "source.hubspot_source.hubspot.form": [], "source.hubspot_source.hubspot.owner": [], "source.hubspot_source.hubspot.ticket_company": [], "source.hubspot_source.hubspot.ticket_contact": [], "source.hubspot_source.hubspot.ticket_engagement": [], "source.hubspot_source.hubspot.ticket_pipeline_stage": [], "source.hubspot_source.hubspot.ticket_pipeline": [], "source.hubspot_source.hubspot.ticket_property_history": [], "source.hubspot_source.hubspot.ticket": []}, "child_map": {"seed.hubspot_source_integration_tests.contact_list_data_postgres": ["model.hubspot_source.stg_hubspot__contact_list_tmp"], "seed.hubspot_source_integration_tests.email_event_delivered_data": [], "seed.hubspot_source_integration_tests.ticket_pipeline_stage_data": [], "seed.hubspot_source_integration_tests.ticket_contact_data": [], "seed.hubspot_source_integration_tests.email_event_status_change_data": [], "seed.hubspot_source_integration_tests.ticket_company_data": [], "seed.hubspot_source_integration_tests.engagement_deal_data": [], "seed.hubspot_source_integration_tests.email_event_sent_data_postgres": ["model.hubspot_source.stg_hubspot__email_event_sent_tmp"], "seed.hubspot_source_integration_tests.deal_stage_data": [], "seed.hubspot_source_integration_tests.email_campaign_data": [], "seed.hubspot_source_integration_tests.engagement_call_data": [], "seed.hubspot_source_integration_tests.contact_merge_audit_data": [], "seed.hubspot_source_integration_tests.email_event_print_data": [], "seed.hubspot_source_integration_tests.email_event_spam_report_data": [], "seed.hubspot_source_integration_tests.ticket_data": [], "seed.hubspot_source_integration_tests.ticket_pipeline_data": [], "seed.hubspot_source_integration_tests.email_event_click_data": [], "seed.hubspot_source_integration_tests.email_event_deferred_data": [], "seed.hubspot_source_integration_tests.email_event_open_data": [], "seed.hubspot_source_integration_tests.company_property_history_data": [], "seed.hubspot_source_integration_tests.engagement_email_data": [], "seed.hubspot_source_integration_tests.deal_data": [], "seed.hubspot_source_integration_tests.engagement_note_data": [], "seed.hubspot_source_integration_tests.deal_pipeline_data": [], "seed.hubspot_source_integration_tests.email_event_data": [], "seed.hubspot_source_integration_tests.engagement_data": [], "seed.hubspot_source_integration_tests.owner_data": [], "seed.hubspot_source_integration_tests.engagement_meeting_data": [], "seed.hubspot_source_integration_tests.email_event_forward_data": [], "seed.hubspot_source_integration_tests.deal_pipeline_stage_data": [], "seed.hubspot_source_integration_tests.company_data": [], "seed.hubspot_source_integration_tests.deal_contact_data": [], "seed.hubspot_source_integration_tests.contact_list_member_data": [], "seed.hubspot_source_integration_tests.contact_property_history_data": [], "seed.hubspot_source_integration_tests.deal_property_history_data": [], "seed.hubspot_source_integration_tests.email_event_bounce_data": [], "seed.hubspot_source_integration_tests.engagement_contact_data": [], "seed.hubspot_source_integration_tests.ticket_engagement_data": [], "seed.hubspot_source_integration_tests.contact_data": [], "seed.hubspot_source_integration_tests.ticket_deal_data": [], "seed.hubspot_source_integration_tests.deal_company_data": [], "seed.hubspot_source_integration_tests.ticket_property_history_data": [], "seed.hubspot_source_integration_tests.email_event_dropped_data_postgres": ["model.hubspot_source.stg_hubspot__email_event_dropped_tmp"], "seed.hubspot_source_integration_tests.engagement_task_data": [], "seed.hubspot_source_integration_tests.engagement_company_data": [], "model.hubspot_source.stg_hubspot__engagement_task": ["test.hubspot_source.not_null_stg_hubspot__engagement_task_engagement_id.0bbd752d82", "test.hubspot_source.unique_stg_hubspot__engagement_task_engagement_id.0f578bc80c"], "model.hubspot_source.stg_hubspot__engagement_deal": [], "model.hubspot_source.stg_hubspot__company_property_history": [], "model.hubspot_source.stg_hubspot__email_event_delivered": ["test.hubspot_source.not_null_stg_hubspot__email_event_delivered_event_id.87c8eb3f20", "test.hubspot_source.unique_stg_hubspot__email_event_delivered_event_id.f818bf03fc"], "model.hubspot_source.stg_hubspot__owner": [], "model.hubspot_source.stg_hubspot__email_event": ["test.hubspot_source.not_null_stg_hubspot__email_event_event_id.4f287f3531", "test.hubspot_source.unique_stg_hubspot__email_event_event_id.734683460d"], "model.hubspot_source.stg_hubspot__engagement_meeting": ["test.hubspot_source.not_null_stg_hubspot__engagement_meeting_engagement_id.18dd11dc28", "test.hubspot_source.unique_stg_hubspot__engagement_meeting_engagement_id.70721fb830"], "model.hubspot_source.stg_hubspot__engagement_email": ["test.hubspot_source.not_null_stg_hubspot__engagement_email_engagement_id.175561ecca", "test.hubspot_source.unique_stg_hubspot__engagement_email_engagement_id.5eeb06dcfc"], "model.hubspot_source.stg_hubspot__ticket_contact": [], "model.hubspot_source.stg_hubspot__email_event_status_change": ["test.hubspot_source.not_null_stg_hubspot__email_event_status_change_event_id.c5e80297b1", "test.hubspot_source.unique_stg_hubspot__email_event_status_change_event_id.13105203e0"], "model.hubspot_source.stg_hubspot__contact_list_member": [], "model.hubspot_source.stg_hubspot__contact": ["test.hubspot_source.not_null_stg_hubspot__contact_contact_id.9f112f8944", "test.hubspot_source.unique_stg_hubspot__contact_contact_id.b9135eb03a"], "model.hubspot_source.stg_hubspot__deal": ["test.hubspot_source.not_null_stg_hubspot__deal_deal_id.ff48693e20", "test.hubspot_source.unique_stg_hubspot__deal_deal_id.ac1628ac69"], "model.hubspot_source.stg_hubspot__deal_pipeline": ["test.hubspot_source.not_null_stg_hubspot__deal_pipeline_deal_pipeline_id.8a0e3cd7a3", "test.hubspot_source.unique_stg_hubspot__deal_pipeline_deal_pipeline_id.dff6c45403"], "model.hubspot_source.stg_hubspot__deal_company": [], "model.hubspot_source.stg_hubspot__engagement_note": ["test.hubspot_source.not_null_stg_hubspot__engagement_note_engagement_id.244059891e", "test.hubspot_source.unique_stg_hubspot__engagement_note_engagement_id.e2eaf5256e"], "model.hubspot_source.stg_hubspot__engagement_contact": [], "model.hubspot_source.stg_hubspot__contact_list": ["test.hubspot_source.not_null_stg_hubspot__contact_list_contact_list_id.ff8e4cc29a", "test.hubspot_source.unique_stg_hubspot__contact_list_contact_list_id.036739c1b0"], "model.hubspot_source.stg_hubspot__ticket_pipeline": [], "model.hubspot_source.stg_hubspot__email_event_spam_report": ["test.hubspot_source.not_null_stg_hubspot__email_event_spam_report_event_id.2a56aced8f", "test.hubspot_source.unique_stg_hubspot__email_event_spam_report_event_id.448320447a"], "model.hubspot_source.stg_hubspot__deal_pipeline_stage": ["test.hubspot_source.not_null_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.d53656553e", "test.hubspot_source.unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.ba90fa6113"], "model.hubspot_source.stg_hubspot__email_event_dropped": ["test.hubspot_source.not_null_stg_hubspot__email_event_dropped_event_id.c92d449f52", "test.hubspot_source.unique_stg_hubspot__email_event_dropped_event_id.40706bbf71"], "model.hubspot_source.stg_hubspot__deal_stage": [], "model.hubspot_source.stg_hubspot__deal_property_history": [], "model.hubspot_source.stg_hubspot__email_event_forward": ["test.hubspot_source.not_null_stg_hubspot__email_event_forward_event_id.b9a8bf63b3", "test.hubspot_source.unique_stg_hubspot__email_event_forward_event_id.7f133d2dd1"], "model.hubspot_source.stg_hubspot__email_event_bounce": ["test.hubspot_source.not_null_stg_hubspot__email_event_bounce_event_id.71b13d26d3", "test.hubspot_source.unique_stg_hubspot__email_event_bounce_event_id.0341ffa8e9"], "model.hubspot_source.stg_hubspot__ticket_engagement": [], "model.hubspot_source.stg_hubspot__ticket_pipeline_stage": [], "model.hubspot_source.stg_hubspot__engagement_company": [], "model.hubspot_source.stg_hubspot__email_event_deferred": ["test.hubspot_source.not_null_stg_hubspot__email_event_deferred_event_id.80293078e0", "test.hubspot_source.unique_stg_hubspot__email_event_deferred_event_id.2f779e2912"], "model.hubspot_source.stg_hubspot__company": ["test.hubspot_source.not_null_stg_hubspot__company_company_id.0d0a080d43", "test.hubspot_source.unique_stg_hubspot__company_company_id.394a2a4ba0"], "model.hubspot_source.stg_hubspot__deal_contact": [], "model.hubspot_source.stg_hubspot__email_event_click": ["test.hubspot_source.not_null_stg_hubspot__email_event_click_event_id.8a1be931c5", "test.hubspot_source.unique_stg_hubspot__email_event_click_event_id.da8d8487a1"], "model.hubspot_source.stg_hubspot__engagement_call": ["test.hubspot_source.not_null_stg_hubspot__engagement_call_engagement_id.5ceb3917bf", "test.hubspot_source.unique_stg_hubspot__engagement_call_engagement_id.43b4413603"], "model.hubspot_source.stg_hubspot__engagement": ["test.hubspot_source.not_null_stg_hubspot__engagement_engagement_id.b26f4d328f", "test.hubspot_source.unique_stg_hubspot__engagement_engagement_id.4f054187b0"], "model.hubspot_source.stg_hubspot__ticket_company": [], "model.hubspot_source.stg_hubspot__email_campaign": ["test.hubspot_source.not_null_stg_hubspot__email_campaign_email_campaign_id.79921899a6", "test.hubspot_source.unique_stg_hubspot__email_campaign_email_campaign_id.9820d33f2e"], "model.hubspot_source.stg_hubspot__email_event_print": ["test.hubspot_source.not_null_stg_hubspot__email_event_print_event_id.94d4e09b3b", "test.hubspot_source.unique_stg_hubspot__email_event_print_event_id.40a8ccd3f3"], "model.hubspot_source.stg_hubspot__contact_property_history": [], "model.hubspot_source.stg_hubspot__ticket_property_history": [], "model.hubspot_source.stg_hubspot__email_event_open": ["test.hubspot_source.not_null_stg_hubspot__email_event_open_event_id.a2e658fe16", "test.hubspot_source.unique_stg_hubspot__email_event_open_event_id.3a369549b1"], "model.hubspot_source.stg_hubspot__email_event_sent": ["test.hubspot_source.not_null_stg_hubspot__email_event_sent_event_id.cf77d9f15d", "test.hubspot_source.unique_stg_hubspot__email_event_sent_event_id.122cb22272"], "model.hubspot_source.stg_hubspot__ticket": ["test.hubspot_source.not_null_stg_hubspot__ticket_ticket_id.299e7c4c53", "test.hubspot_source.unique_stg_hubspot__ticket_ticket_id.78c6fbfcaf"], "model.hubspot_source.stg_hubspot__contact_property_history_tmp": ["model.hubspot_source.stg_hubspot__contact_property_history", "model.hubspot_source.stg_hubspot__contact_property_history"], "model.hubspot_source.stg_hubspot__email_event_dropped_tmp": ["model.hubspot_source.stg_hubspot__email_event_dropped", "model.hubspot_source.stg_hubspot__email_event_dropped"], "model.hubspot_source.stg_hubspot__email_event_sent_tmp": ["model.hubspot_source.stg_hubspot__email_event_sent", "model.hubspot_source.stg_hubspot__email_event_sent"], "model.hubspot_source.stg_hubspot__deal_tmp": ["model.hubspot_source.stg_hubspot__deal", "model.hubspot_source.stg_hubspot__deal"], "model.hubspot_source.stg_hubspot__ticket_company_tmp": ["model.hubspot_source.stg_hubspot__ticket_company", "model.hubspot_source.stg_hubspot__ticket_company"], "model.hubspot_source.stg_hubspot__deal_contact_tmp": ["model.hubspot_source.stg_hubspot__deal_contact", "model.hubspot_source.stg_hubspot__deal_contact"], "model.hubspot_source.stg_hubspot__contact_list_member_tmp": ["model.hubspot_source.stg_hubspot__contact_list_member", "model.hubspot_source.stg_hubspot__contact_list_member"], "model.hubspot_source.stg_hubspot__owner_tmp": ["model.hubspot_source.stg_hubspot__owner", "model.hubspot_source.stg_hubspot__owner"], "model.hubspot_source.stg_hubspot__deal_stage_tmp": ["model.hubspot_source.stg_hubspot__deal_stage", "model.hubspot_source.stg_hubspot__deal_stage"], "model.hubspot_source.stg_hubspot__deal_pipeline_tmp": ["model.hubspot_source.stg_hubspot__deal_pipeline", "model.hubspot_source.stg_hubspot__deal_pipeline"], "model.hubspot_source.stg_hubspot__ticket_tmp": ["model.hubspot_source.stg_hubspot__ticket", "model.hubspot_source.stg_hubspot__ticket"], "model.hubspot_source.stg_hubspot__ticket_property_history_tmp": ["model.hubspot_source.stg_hubspot__ticket_property_history", "model.hubspot_source.stg_hubspot__ticket_property_history"], "model.hubspot_source.stg_hubspot__ticket_pipeline_tmp": ["model.hubspot_source.stg_hubspot__ticket_pipeline", "model.hubspot_source.stg_hubspot__ticket_pipeline"], "model.hubspot_source.stg_hubspot__engagement_company_tmp": ["model.hubspot_source.stg_hubspot__engagement_company", "model.hubspot_source.stg_hubspot__engagement_company"], "model.hubspot_source.stg_hubspot__contact_tmp": ["model.hubspot_source.stg_hubspot__contact", "model.hubspot_source.stg_hubspot__contact"], "model.hubspot_source.stg_hubspot__email_event_status_change_tmp": ["model.hubspot_source.stg_hubspot__email_event_status_change", "model.hubspot_source.stg_hubspot__email_event_status_change"], "model.hubspot_source.stg_hubspot__engagement_note_tmp": ["model.hubspot_source.stg_hubspot__engagement_note", "model.hubspot_source.stg_hubspot__engagement_note"], "model.hubspot_source.stg_hubspot__ticket_contact_tmp": ["model.hubspot_source.stg_hubspot__ticket_contact", "model.hubspot_source.stg_hubspot__ticket_contact"], "model.hubspot_source.stg_hubspot__deal_company_tmp": ["model.hubspot_source.stg_hubspot__deal_company", "model.hubspot_source.stg_hubspot__deal_company"], "model.hubspot_source.stg_hubspot__engagement_deal_tmp": ["model.hubspot_source.stg_hubspot__engagement_deal", "model.hubspot_source.stg_hubspot__engagement_deal"], "model.hubspot_source.stg_hubspot__email_event_print_tmp": ["model.hubspot_source.stg_hubspot__email_event_print", "model.hubspot_source.stg_hubspot__email_event_print"], "model.hubspot_source.stg_hubspot__company_property_history_tmp": ["model.hubspot_source.stg_hubspot__company_property_history", "model.hubspot_source.stg_hubspot__company_property_history"], "model.hubspot_source.stg_hubspot__email_event_tmp": ["model.hubspot_source.stg_hubspot__email_event", "model.hubspot_source.stg_hubspot__email_event"], "model.hubspot_source.stg_hubspot__company_tmp": ["model.hubspot_source.stg_hubspot__company", "model.hubspot_source.stg_hubspot__company"], "model.hubspot_source.stg_hubspot__email_event_click_tmp": ["model.hubspot_source.stg_hubspot__email_event_click", "model.hubspot_source.stg_hubspot__email_event_click"], "model.hubspot_source.stg_hubspot__engagement_contact_tmp": ["model.hubspot_source.stg_hubspot__engagement_contact", "model.hubspot_source.stg_hubspot__engagement_contact"], "model.hubspot_source.stg_hubspot__contact_list_tmp": ["model.hubspot_source.stg_hubspot__contact_list", "model.hubspot_source.stg_hubspot__contact_list"], "model.hubspot_source.stg_hubspot__engagement_meeting_tmp": ["model.hubspot_source.stg_hubspot__engagement_meeting", "model.hubspot_source.stg_hubspot__engagement_meeting"], "model.hubspot_source.stg_hubspot__engagement_tmp": ["model.hubspot_source.stg_hubspot__engagement", "model.hubspot_source.stg_hubspot__engagement"], "model.hubspot_source.stg_hubspot__email_event_delivered_tmp": ["model.hubspot_source.stg_hubspot__email_event_delivered", "model.hubspot_source.stg_hubspot__email_event_delivered"], "model.hubspot_source.stg_hubspot__engagement_email_tmp": ["model.hubspot_source.stg_hubspot__engagement_email", "model.hubspot_source.stg_hubspot__engagement_email"], "model.hubspot_source.stg_hubspot__email_event_forward_tmp": ["model.hubspot_source.stg_hubspot__email_event_forward", "model.hubspot_source.stg_hubspot__email_event_forward"], "model.hubspot_source.stg_hubspot__email_event_spam_report_tmp": ["model.hubspot_source.stg_hubspot__email_event_spam_report", "model.hubspot_source.stg_hubspot__email_event_spam_report"], "model.hubspot_source.stg_hubspot__ticket_engagement_tmp": ["model.hubspot_source.stg_hubspot__ticket_engagement", "model.hubspot_source.stg_hubspot__ticket_engagement"], "model.hubspot_source.stg_hubspot__email_event_bounce_tmp": ["model.hubspot_source.stg_hubspot__email_event_bounce", "model.hubspot_source.stg_hubspot__email_event_bounce"], "model.hubspot_source.stg_hubspot__engagement_call_tmp": ["model.hubspot_source.stg_hubspot__engagement_call", "model.hubspot_source.stg_hubspot__engagement_call"], "model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp": ["model.hubspot_source.stg_hubspot__ticket_pipeline_stage", "model.hubspot_source.stg_hubspot__ticket_pipeline_stage"], "model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp": ["model.hubspot_source.stg_hubspot__deal_pipeline_stage", "model.hubspot_source.stg_hubspot__deal_pipeline_stage"], "model.hubspot_source.stg_hubspot__engagement_task_tmp": ["model.hubspot_source.stg_hubspot__engagement_task", "model.hubspot_source.stg_hubspot__engagement_task"], "model.hubspot_source.stg_hubspot__email_event_open_tmp": ["model.hubspot_source.stg_hubspot__email_event_open", "model.hubspot_source.stg_hubspot__email_event_open"], "model.hubspot_source.stg_hubspot__deal_property_history_tmp": ["model.hubspot_source.stg_hubspot__deal_property_history", "model.hubspot_source.stg_hubspot__deal_property_history"], "model.hubspot_source.stg_hubspot__email_event_deferred_tmp": ["model.hubspot_source.stg_hubspot__email_event_deferred", "model.hubspot_source.stg_hubspot__email_event_deferred"], "model.hubspot_source.stg_hubspot__email_campaign_tmp": ["model.hubspot_source.stg_hubspot__email_campaign", "model.hubspot_source.stg_hubspot__email_campaign"], "test.hubspot_source.unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.ba90fa6113": [], "test.hubspot_source.not_null_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.d53656553e": [], "test.hubspot_source.unique_stg_hubspot__deal_pipeline_deal_pipeline_id.dff6c45403": [], "test.hubspot_source.not_null_stg_hubspot__deal_pipeline_deal_pipeline_id.8a0e3cd7a3": [], "test.hubspot_source.not_null_stg_hubspot__deal_deal_id.ff48693e20": [], "test.hubspot_source.unique_stg_hubspot__deal_deal_id.ac1628ac69": [], "test.hubspot_source.unique_stg_hubspot__contact_list_contact_list_id.036739c1b0": [], "test.hubspot_source.not_null_stg_hubspot__contact_list_contact_list_id.ff8e4cc29a": [], "test.hubspot_source.unique_stg_hubspot__contact_contact_id.b9135eb03a": [], "test.hubspot_source.not_null_stg_hubspot__contact_contact_id.9f112f8944": [], "test.hubspot_source.unique_stg_hubspot__email_event_bounce_event_id.0341ffa8e9": [], "test.hubspot_source.not_null_stg_hubspot__email_event_bounce_event_id.71b13d26d3": [], "test.hubspot_source.unique_stg_hubspot__email_event_click_event_id.da8d8487a1": [], "test.hubspot_source.not_null_stg_hubspot__email_event_click_event_id.8a1be931c5": [], "test.hubspot_source.unique_stg_hubspot__email_event_deferred_event_id.2f779e2912": [], "test.hubspot_source.not_null_stg_hubspot__email_event_deferred_event_id.80293078e0": [], "test.hubspot_source.unique_stg_hubspot__email_event_delivered_event_id.f818bf03fc": [], "test.hubspot_source.not_null_stg_hubspot__email_event_delivered_event_id.87c8eb3f20": [], "test.hubspot_source.unique_stg_hubspot__email_event_dropped_event_id.40706bbf71": [], "test.hubspot_source.not_null_stg_hubspot__email_event_dropped_event_id.c92d449f52": [], "test.hubspot_source.unique_stg_hubspot__email_event_forward_event_id.7f133d2dd1": [], "test.hubspot_source.not_null_stg_hubspot__email_event_forward_event_id.b9a8bf63b3": [], "test.hubspot_source.unique_stg_hubspot__email_event_open_event_id.3a369549b1": [], "test.hubspot_source.not_null_stg_hubspot__email_event_open_event_id.a2e658fe16": [], "test.hubspot_source.unique_stg_hubspot__email_event_print_event_id.40a8ccd3f3": [], "test.hubspot_source.not_null_stg_hubspot__email_event_print_event_id.94d4e09b3b": [], "test.hubspot_source.unique_stg_hubspot__email_event_sent_event_id.122cb22272": [], "test.hubspot_source.not_null_stg_hubspot__email_event_sent_event_id.cf77d9f15d": [], "test.hubspot_source.unique_stg_hubspot__email_event_spam_report_event_id.448320447a": [], "test.hubspot_source.not_null_stg_hubspot__email_event_spam_report_event_id.2a56aced8f": [], "test.hubspot_source.unique_stg_hubspot__email_event_status_change_event_id.13105203e0": [], "test.hubspot_source.not_null_stg_hubspot__email_event_status_change_event_id.c5e80297b1": [], "test.hubspot_source.unique_stg_hubspot__email_event_event_id.734683460d": [], "test.hubspot_source.not_null_stg_hubspot__email_event_event_id.4f287f3531": [], "test.hubspot_source.unique_stg_hubspot__email_campaign_email_campaign_id.9820d33f2e": [], "test.hubspot_source.not_null_stg_hubspot__email_campaign_email_campaign_id.79921899a6": [], "test.hubspot_source.not_null_stg_hubspot__engagement_call_engagement_id.5ceb3917bf": [], "test.hubspot_source.unique_stg_hubspot__engagement_call_engagement_id.43b4413603": [], "test.hubspot_source.not_null_stg_hubspot__engagement_email_engagement_id.175561ecca": [], "test.hubspot_source.unique_stg_hubspot__engagement_email_engagement_id.5eeb06dcfc": [], "test.hubspot_source.not_null_stg_hubspot__engagement_meeting_engagement_id.18dd11dc28": [], "test.hubspot_source.unique_stg_hubspot__engagement_meeting_engagement_id.70721fb830": [], "test.hubspot_source.not_null_stg_hubspot__engagement_note_engagement_id.244059891e": [], "test.hubspot_source.unique_stg_hubspot__engagement_note_engagement_id.e2eaf5256e": [], "test.hubspot_source.not_null_stg_hubspot__engagement_task_engagement_id.0bbd752d82": [], "test.hubspot_source.unique_stg_hubspot__engagement_task_engagement_id.0f578bc80c": [], "test.hubspot_source.not_null_stg_hubspot__engagement_engagement_id.b26f4d328f": [], "test.hubspot_source.unique_stg_hubspot__engagement_engagement_id.4f054187b0": [], "test.hubspot_source.unique_stg_hubspot__ticket_ticket_id.78c6fbfcaf": [], "test.hubspot_source.not_null_stg_hubspot__ticket_ticket_id.299e7c4c53": [], "test.hubspot_source.unique_stg_hubspot__company_company_id.394a2a4ba0": [], "test.hubspot_source.not_null_stg_hubspot__company_company_id.0d0a080d43": [], "source.hubspot_source.hubspot.calendar_event": [], "source.hubspot_source.hubspot.company": ["model.hubspot_source.stg_hubspot__company_tmp"], "source.hubspot_source.hubspot.company_property_history": ["model.hubspot_source.stg_hubspot__company_property_history_tmp"], "source.hubspot_source.hubspot.contact": ["model.hubspot_source.stg_hubspot__contact_tmp"], "source.hubspot_source.hubspot.contact_form_submission": [], "source.hubspot_source.hubspot.contact_list": [], "source.hubspot_source.hubspot.contact_list_member": ["model.hubspot_source.stg_hubspot__contact_list_member_tmp"], "source.hubspot_source.hubspot.contact_property_history": ["model.hubspot_source.stg_hubspot__contact_property_history_tmp"], "source.hubspot_source.hubspot.deal": ["model.hubspot_source.stg_hubspot__deal_tmp"], "source.hubspot_source.hubspot.deal_stage": ["model.hubspot_source.stg_hubspot__deal_stage_tmp"], "source.hubspot_source.hubspot.deal_company": ["model.hubspot_source.stg_hubspot__deal_company_tmp"], "source.hubspot_source.hubspot.deal_contact": ["model.hubspot_source.stg_hubspot__deal_contact_tmp"], "source.hubspot_source.hubspot.deal_pipeline": ["model.hubspot_source.stg_hubspot__deal_pipeline_tmp"], "source.hubspot_source.hubspot.deal_pipeline_stage": ["model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp"], "source.hubspot_source.hubspot.deal_property_history": ["model.hubspot_source.stg_hubspot__deal_property_history_tmp"], "source.hubspot_source.hubspot.email_campaign": ["model.hubspot_source.stg_hubspot__email_campaign_tmp"], "source.hubspot_source.hubspot.email_event": ["model.hubspot_source.stg_hubspot__email_event_tmp"], "source.hubspot_source.hubspot.email_event_bounce": ["model.hubspot_source.stg_hubspot__email_event_bounce_tmp"], "source.hubspot_source.hubspot.email_event_click": ["model.hubspot_source.stg_hubspot__email_event_click_tmp"], "source.hubspot_source.hubspot.email_event_deferred": ["model.hubspot_source.stg_hubspot__email_event_deferred_tmp"], "source.hubspot_source.hubspot.email_event_delivered": ["model.hubspot_source.stg_hubspot__email_event_delivered_tmp"], "source.hubspot_source.hubspot.email_event_dropped": [], "source.hubspot_source.hubspot.email_event_forward": ["model.hubspot_source.stg_hubspot__email_event_forward_tmp"], "source.hubspot_source.hubspot.email_event_open": ["model.hubspot_source.stg_hubspot__email_event_open_tmp"], "source.hubspot_source.hubspot.email_event_print": ["model.hubspot_source.stg_hubspot__email_event_print_tmp"], "source.hubspot_source.hubspot.email_event_sent": [], "source.hubspot_source.hubspot.email_event_spam_report": ["model.hubspot_source.stg_hubspot__email_event_spam_report_tmp"], "source.hubspot_source.hubspot.email_event_status_change": ["model.hubspot_source.stg_hubspot__email_event_status_change_tmp"], "source.hubspot_source.hubspot.email_subscription": [], "source.hubspot_source.hubspot.email_subscription_change": [], "source.hubspot_source.hubspot.engagement": ["model.hubspot_source.stg_hubspot__engagement_tmp"], "source.hubspot_source.hubspot.engagement_call": ["model.hubspot_source.stg_hubspot__engagement_call_tmp"], "source.hubspot_source.hubspot.engagement_company": ["model.hubspot_source.stg_hubspot__engagement_company_tmp"], "source.hubspot_source.hubspot.engagement_contact": ["model.hubspot_source.stg_hubspot__engagement_contact_tmp"], "source.hubspot_source.hubspot.engagement_deal": ["model.hubspot_source.stg_hubspot__engagement_deal_tmp"], "source.hubspot_source.hubspot.engagement_email": ["model.hubspot_source.stg_hubspot__engagement_email_tmp"], "source.hubspot_source.hubspot.engagement_email_cc": [], "source.hubspot_source.hubspot.engagement_email_to": [], "source.hubspot_source.hubspot.engagement_meeting": ["model.hubspot_source.stg_hubspot__engagement_meeting_tmp"], "source.hubspot_source.hubspot.engagement_note": ["model.hubspot_source.stg_hubspot__engagement_note_tmp"], "source.hubspot_source.hubspot.engagement_task": ["model.hubspot_source.stg_hubspot__engagement_task_tmp"], "source.hubspot_source.hubspot.form": [], "source.hubspot_source.hubspot.owner": ["model.hubspot_source.stg_hubspot__owner_tmp"], "source.hubspot_source.hubspot.ticket_company": ["model.hubspot_source.stg_hubspot__ticket_company_tmp"], "source.hubspot_source.hubspot.ticket_contact": ["model.hubspot_source.stg_hubspot__ticket_contact_tmp"], "source.hubspot_source.hubspot.ticket_engagement": ["model.hubspot_source.stg_hubspot__ticket_engagement_tmp"], "source.hubspot_source.hubspot.ticket_pipeline_stage": ["model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp"], "source.hubspot_source.hubspot.ticket_pipeline": ["model.hubspot_source.stg_hubspot__ticket_pipeline_tmp"], "source.hubspot_source.hubspot.ticket_property_history": ["model.hubspot_source.stg_hubspot__ticket_property_history_tmp"], "source.hubspot_source.hubspot.ticket": ["model.hubspot_source.stg_hubspot__ticket_tmp"]}} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/manifest/v8.json", "dbt_version": "1.4.5", "generated_at": "2023-03-29T17:56:25.364904Z", "invocation_id": "357ed5a9-2c3b-4dd2-aeff-88d72887eb20", "env": {}, "project_id": "39dd6cabb1b7b5f4dd1b7ea99f6c783e", "user_id": "2bfa9082-ea6e-467b-abdc-d0514ab111d9", "send_anonymous_usage_stats": true, "adapter_type": "bigquery"}, "nodes": {"seed.hubspot_source_integration_tests.email_event_delivered_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_delivered_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "email_event_delivered_data.csv", "original_file_path": "seeds/email_event_delivered_data.csv", "unique_id": "seed.hubspot_source_integration_tests.email_event_delivered_data", "fqn": ["hubspot_source_integration_tests", "email_event_delivered_data"], "alias": "email_event_delivered_data", "checksum": {"name": "sha256", "checksum": "2de681cbf223bd180f5911547cd3650aba6759d97a2e8dc9d6a4422d7f4a5847"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.775672, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_delivered_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.ticket_pipeline_stage_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "ticket_pipeline_stage_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "ticket_pipeline_stage_data.csv", "original_file_path": "seeds/ticket_pipeline_stage_data.csv", "unique_id": "seed.hubspot_source_integration_tests.ticket_pipeline_stage_data", "fqn": ["hubspot_source_integration_tests", "ticket_pipeline_stage_data"], "alias": "ticket_pipeline_stage_data", "checksum": {"name": "sha256", "checksum": "a8bf2dd2e6efcf7bbeb80c4a2f6531d6102cf78de61d6e2481e1e251b9328de4"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.776984, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_pipeline_stage_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.ticket_contact_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "ticket_contact_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "ticket_contact_data.csv", "original_file_path": "seeds/ticket_contact_data.csv", "unique_id": "seed.hubspot_source_integration_tests.ticket_contact_data", "fqn": ["hubspot_source_integration_tests", "ticket_contact_data"], "alias": "ticket_contact_data", "checksum": {"name": "sha256", "checksum": "0ee95e57c2a3a9655933450436ce250fda2f9a1372e886f55fa7030e798693f7"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.77824, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_contact_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.email_event_status_change_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_status_change_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "email_event_status_change_data.csv", "original_file_path": "seeds/email_event_status_change_data.csv", "unique_id": "seed.hubspot_source_integration_tests.email_event_status_change_data", "fqn": ["hubspot_source_integration_tests", "email_event_status_change_data"], "alias": "email_event_status_change_data", "checksum": {"name": "sha256", "checksum": "de6e4de6f581afaea20fac320ef68c039c651bbe0cede9d3196805be287a9db7"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.779986, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_status_change_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.ticket_company_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "ticket_company_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "ticket_company_data.csv", "original_file_path": "seeds/ticket_company_data.csv", "unique_id": "seed.hubspot_source_integration_tests.ticket_company_data", "fqn": ["hubspot_source_integration_tests", "ticket_company_data"], "alias": "ticket_company_data", "checksum": {"name": "sha256", "checksum": "862f241f80795c00ee08a4eb02441d069a06f935d5f3304d5e448d02b8a25193"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.781464, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_company_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.engagement_deal_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "engagement_deal_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "engagement_deal_data.csv", "original_file_path": "seeds/engagement_deal_data.csv", "unique_id": "seed.hubspot_source_integration_tests.engagement_deal_data", "fqn": ["hubspot_source_integration_tests", "engagement_deal_data"], "alias": "engagement_deal_data", "checksum": {"name": "sha256", "checksum": "a36fa3b0b38313ba427d4b58d1170da589e7b22b9128a6503273dc9c0e61cba4"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"engagement_id": "int64", "deal_id": "int64"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"engagement_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "deal_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1680112210.782921, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_deal_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.deal_stage_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "deal_stage_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "deal_stage_data.csv", "original_file_path": "seeds/deal_stage_data.csv", "unique_id": "seed.hubspot_source_integration_tests.deal_stage_data", "fqn": ["hubspot_source_integration_tests", "deal_stage_data"], "alias": "deal_stage_data", "checksum": {"name": "sha256", "checksum": "a9a7d0d3c879402302f014ff34aeba5259c48ada0a2c88e0884a693aa39a2bd6"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"deal_id": "int64"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"deal_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1680112210.785899, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`deal_stage_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.email_campaign_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_campaign_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "email_campaign_data.csv", "original_file_path": "seeds/email_campaign_data.csv", "unique_id": "seed.hubspot_source_integration_tests.email_campaign_data", "fqn": ["hubspot_source_integration_tests", "email_campaign_data"], "alias": "email_campaign_data", "checksum": {"name": "sha256", "checksum": "10d1b3affea5e1576928af9ad782a562c69cece60d0a3d363c7593c61f7c8abc"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"id": "int64", "content_id": "int64"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "content_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1680112210.787217, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_campaign_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.engagement_call_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "engagement_call_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "engagement_call_data.csv", "original_file_path": "seeds/engagement_call_data.csv", "unique_id": "seed.hubspot_source_integration_tests.engagement_call_data", "fqn": ["hubspot_source_integration_tests", "engagement_call_data"], "alias": "engagement_call_data", "checksum": {"name": "sha256", "checksum": "8e7eb047530fb570665f7c52768d7f1dfa747b042cd49c519b8dd5893f81e94c"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"engagement_id": "int64"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"engagement_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1680112210.788801, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_call_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.contact_merge_audit_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "contact_merge_audit_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "contact_merge_audit_data.csv", "original_file_path": "seeds/contact_merge_audit_data.csv", "unique_id": "seed.hubspot_source_integration_tests.contact_merge_audit_data", "fqn": ["hubspot_source_integration_tests", "contact_merge_audit_data"], "alias": "contact_merge_audit_data", "checksum": {"name": "sha256", "checksum": "d858928ec48b2c3cdc29bebb52169ea4c8f636ed42d0a535ebe4cbf0af7f89c0"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.790328, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`contact_merge_audit_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.email_event_print_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_print_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "email_event_print_data.csv", "original_file_path": "seeds/email_event_print_data.csv", "unique_id": "seed.hubspot_source_integration_tests.email_event_print_data", "fqn": ["hubspot_source_integration_tests", "email_event_print_data"], "alias": "email_event_print_data", "checksum": {"name": "sha256", "checksum": "ee7e4c0d36fbbfeed755fbd8b68b18bdf19c53acc770fb30661485615bde36a9"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.791747, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_print_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.email_event_spam_report_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_spam_report_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "email_event_spam_report_data.csv", "original_file_path": "seeds/email_event_spam_report_data.csv", "unique_id": "seed.hubspot_source_integration_tests.email_event_spam_report_data", "fqn": ["hubspot_source_integration_tests", "email_event_spam_report_data"], "alias": "email_event_spam_report_data", "checksum": {"name": "sha256", "checksum": "67888e618095a0aff57e761bcfde6b051b2436b02411651dc7038264e06a9fa6"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.792983, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_spam_report_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.ticket_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "ticket_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "ticket_data.csv", "original_file_path": "seeds/ticket_data.csv", "unique_id": "seed.hubspot_source_integration_tests.ticket_data", "fqn": ["hubspot_source_integration_tests", "ticket_data"], "alias": "ticket_data", "checksum": {"name": "sha256", "checksum": "05ba2295207d725b7faa3faad8059ff7b4b08b5bb083a1f00d8b0918bed42337"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.794264, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.ticket_pipeline_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "ticket_pipeline_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "ticket_pipeline_data.csv", "original_file_path": "seeds/ticket_pipeline_data.csv", "unique_id": "seed.hubspot_source_integration_tests.ticket_pipeline_data", "fqn": ["hubspot_source_integration_tests", "ticket_pipeline_data"], "alias": "ticket_pipeline_data", "checksum": {"name": "sha256", "checksum": "c7634af8897faf2c7bb5a843f4a67901575ede0f741308bb7c1ed4d9b2cdd76f"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.795527, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_pipeline_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.contact_list_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "contact_list_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "contact_list_data.csv", "original_file_path": "seeds/contact_list_data.csv", "unique_id": "seed.hubspot_source_integration_tests.contact_list_data", "fqn": ["hubspot_source_integration_tests", "contact_list_data"], "alias": "contact_list_data", "checksum": {"name": "sha256", "checksum": "912ba1da40bb908a6f90c99d0f55ab551a91c932247f28d2d7b4cb702c7dad52"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "enabled": "{{ true if target.type != 'postgres' else false }}"}, "created_at": 1680112210.7969122, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`contact_list_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.email_event_click_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_click_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "email_event_click_data.csv", "original_file_path": "seeds/email_event_click_data.csv", "unique_id": "seed.hubspot_source_integration_tests.email_event_click_data", "fqn": ["hubspot_source_integration_tests", "email_event_click_data"], "alias": "email_event_click_data", "checksum": {"name": "sha256", "checksum": "8817d562f7bf9df449acf0a8f13e5cfe688480fecaa1448242909498ec5cf846"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.798186, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_click_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.email_event_deferred_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_deferred_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "email_event_deferred_data.csv", "original_file_path": "seeds/email_event_deferred_data.csv", "unique_id": "seed.hubspot_source_integration_tests.email_event_deferred_data", "fqn": ["hubspot_source_integration_tests", "email_event_deferred_data"], "alias": "email_event_deferred_data", "checksum": {"name": "sha256", "checksum": "d8fdf9c32a9cc1101c94232155c66e880064e8eec9c40536f3a457a201f7ddd2"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.7993999, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_deferred_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.email_event_open_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_open_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "email_event_open_data.csv", "original_file_path": "seeds/email_event_open_data.csv", "unique_id": "seed.hubspot_source_integration_tests.email_event_open_data", "fqn": ["hubspot_source_integration_tests", "email_event_open_data"], "alias": "email_event_open_data", "checksum": {"name": "sha256", "checksum": "628e5ab61f5245a879805afe46a6e0d15f391abe3d7dfb3c16f0d2d23590c200"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.8006048, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_open_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.company_property_history_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "company_property_history_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "company_property_history_data.csv", "original_file_path": "seeds/company_property_history_data.csv", "unique_id": "seed.hubspot_source_integration_tests.company_property_history_data", "fqn": ["hubspot_source_integration_tests", "company_property_history_data"], "alias": "company_property_history_data", "checksum": {"name": "sha256", "checksum": "7fe30552413e09977f21794a3560b7cf60c1fd8981f865ba8e356e28e720b78a"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"company_id": "int64"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"company_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1680112210.802051, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`company_property_history_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.engagement_email_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "engagement_email_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "engagement_email_data.csv", "original_file_path": "seeds/engagement_email_data.csv", "unique_id": "seed.hubspot_source_integration_tests.engagement_email_data", "fqn": ["hubspot_source_integration_tests", "engagement_email_data"], "alias": "engagement_email_data", "checksum": {"name": "sha256", "checksum": "ae94d3d9be0fd982957d5b91995319b2df37aed3f4a74741fb433e61fe395e9c"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"engagement_id": "int64", "_fivetran_synced": "timestamp", "email_send_event_id_created": "timestamp"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"engagement_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "_fivetran_synced": "timestamp", "email_send_event_id_created": "timestamp"}}, "created_at": 1680112210.803379, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_email_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.deal_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "deal_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "deal_data.csv", "original_file_path": "seeds/deal_data.csv", "unique_id": "seed.hubspot_source_integration_tests.deal_data", "fqn": ["hubspot_source_integration_tests", "deal_data"], "alias": "deal_data", "checksum": {"name": "sha256", "checksum": "483d9845435f528e8330e5e28909a8052ee37e65b9d7d6e696b7979af9aae4f3"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"deal_id": "int64", "owner_id": "int64", "_fivetran_synced": "timestamp", "property_closedate": "timestamp", "property_createdate": "timestamp"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"deal_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "owner_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "_fivetran_synced": "timestamp", "property_closedate": "timestamp", "property_createdate": "timestamp"}}, "created_at": 1680112210.8049128, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`deal_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.engagement_note_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "engagement_note_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "engagement_note_data.csv", "original_file_path": "seeds/engagement_note_data.csv", "unique_id": "seed.hubspot_source_integration_tests.engagement_note_data", "fqn": ["hubspot_source_integration_tests", "engagement_note_data"], "alias": "engagement_note_data", "checksum": {"name": "sha256", "checksum": "d7d9cd72f8a2dc2e3d6f632b9ec8738a4e69c256845a4c01c346abc6698b1aa7"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"engagement_id": "int64"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"engagement_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1680112210.806258, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_note_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.deal_pipeline_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "deal_pipeline_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "deal_pipeline_data.csv", "original_file_path": "seeds/deal_pipeline_data.csv", "unique_id": "seed.hubspot_source_integration_tests.deal_pipeline_data", "fqn": ["hubspot_source_integration_tests", "deal_pipeline_data"], "alias": "deal_pipeline_data", "checksum": {"name": "sha256", "checksum": "b8607ecfdbf15c84a29e7e76deea1c9612276180d65010cbd5451d93f8b5c5be"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"pipeline_id": "string"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"pipeline_id": "{{ 'varchar(100)' if target.type in ('redshift','postgres') else 'string'}}"}}, "created_at": 1680112210.807703, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`deal_pipeline_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.email_event_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "email_event_data.csv", "original_file_path": "seeds/email_event_data.csv", "unique_id": "seed.hubspot_source_integration_tests.email_event_data", "fqn": ["hubspot_source_integration_tests", "email_event_data"], "alias": "email_event_data", "checksum": {"name": "sha256", "checksum": "e657dde7a9827ba2bf6a9a2395e25a26df3b0b8f7a686d1ea9ab3ccbb796a16d"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "caused_by_created": "timestamp", "created": "timestamp", "obsoleted_by_created": "timestamp", "sent_by_created": "timestamp"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_fivetran_synced": "timestamp", "caused_by_created": "timestamp", "created": "timestamp", "obsoleted_by_created": "timestamp", "sent_by_created": "timestamp"}}, "created_at": 1680112210.808984, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.engagement_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "engagement_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "engagement_data.csv", "original_file_path": "seeds/engagement_data.csv", "unique_id": "seed.hubspot_source_integration_tests.engagement_data", "fqn": ["hubspot_source_integration_tests", "engagement_data"], "alias": "engagement_data", "checksum": {"name": "sha256", "checksum": "bf6c86d82a47690470a717038ed791410fa124119f83070db44080e4f8304360"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"id": "int64"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1680112210.810273, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.email_event_dropped_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_dropped_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "email_event_dropped_data.csv", "original_file_path": "seeds/email_event_dropped_data.csv", "unique_id": "seed.hubspot_source_integration_tests.email_event_dropped_data", "fqn": ["hubspot_source_integration_tests", "email_event_dropped_data"], "alias": "email_event_dropped_data", "checksum": {"name": "sha256", "checksum": "4ae537cdbe766573b3200852c4aa5fb3f5cbc444869933054e3ba0436d3e4bd9"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "enabled": "{{ true if target.type not in ('snowflake', 'postgres') else false }}"}, "created_at": 1680112210.811581, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_dropped_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.owner_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "owner_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "owner_data.csv", "original_file_path": "seeds/owner_data.csv", "unique_id": "seed.hubspot_source_integration_tests.owner_data", "fqn": ["hubspot_source_integration_tests", "owner_data"], "alias": "owner_data", "checksum": {"name": "sha256", "checksum": "a4f58404428bf60434cffe0662a99954fd0b47ce492140dd219c438c0255b107"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"owner_id": "int64"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"owner_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1680112210.8130088, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`owner_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.engagement_meeting_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "engagement_meeting_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "engagement_meeting_data.csv", "original_file_path": "seeds/engagement_meeting_data.csv", "unique_id": "seed.hubspot_source_integration_tests.engagement_meeting_data", "fqn": ["hubspot_source_integration_tests", "engagement_meeting_data"], "alias": "engagement_meeting_data", "checksum": {"name": "sha256", "checksum": "74cf5edd3a324c896eed77d2a29507a906187257debc60d8dd3ef49d4c074bdc"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"engagement_id": "int64"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"engagement_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1680112210.814306, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_meeting_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.email_event_forward_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_forward_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "email_event_forward_data.csv", "original_file_path": "seeds/email_event_forward_data.csv", "unique_id": "seed.hubspot_source_integration_tests.email_event_forward_data", "fqn": ["hubspot_source_integration_tests", "email_event_forward_data"], "alias": "email_event_forward_data", "checksum": {"name": "sha256", "checksum": "cf347ac35c2b3d8a0ee0c41e9f3495b221747a7170f14c52e4c842c93dfdcff0"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.815587, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_forward_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.deal_pipeline_stage_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "deal_pipeline_stage_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "deal_pipeline_stage_data.csv", "original_file_path": "seeds/deal_pipeline_stage_data.csv", "unique_id": "seed.hubspot_source_integration_tests.deal_pipeline_stage_data", "fqn": ["hubspot_source_integration_tests", "deal_pipeline_stage_data"], "alias": "deal_pipeline_stage_data", "checksum": {"name": "sha256", "checksum": "b6697b15d49fb9bd16e75a1681fb400236a5a25675505c0f843c179828a1eeee"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"stage_id": "string"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"stage_id": "{{ 'varchar(100)' if target.type in ('redshift','postgres') else 'string'}}"}}, "created_at": 1680112210.816816, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`deal_pipeline_stage_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.company_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "company_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "company_data.csv", "original_file_path": "seeds/company_data.csv", "unique_id": "seed.hubspot_source_integration_tests.company_data", "fqn": ["hubspot_source_integration_tests", "company_data"], "alias": "company_data", "checksum": {"name": "sha256", "checksum": "9de76c793062c7d0d18c42f7cc931d4db5acf284123e272aebc5d01a4e4184be"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"id": "int64"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1680112210.8196108, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`company_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.deal_contact_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "deal_contact_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "deal_contact_data.csv", "original_file_path": "seeds/deal_contact_data.csv", "unique_id": "seed.hubspot_source_integration_tests.deal_contact_data", "fqn": ["hubspot_source_integration_tests", "deal_contact_data"], "alias": "deal_contact_data", "checksum": {"name": "sha256", "checksum": "46cc00d4bdcf0a268083fec95c0aeb03efa6f84f13e3216fbde29f67b4a5f32c"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"contact_id": "int64", "deal_id": "int64"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"contact_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "deal_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1680112210.820873, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`deal_contact_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.contact_list_member_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "contact_list_member_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "contact_list_member_data.csv", "original_file_path": "seeds/contact_list_member_data.csv", "unique_id": "seed.hubspot_source_integration_tests.contact_list_member_data", "fqn": ["hubspot_source_integration_tests", "contact_list_member_data"], "alias": "contact_list_member_data", "checksum": {"name": "sha256", "checksum": "fabd2a62fa808c4c2777ef5e29e9972e678e89a2ac714198a6b84545237c4f44"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.8222551, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`contact_list_member_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.contact_property_history_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "contact_property_history_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "contact_property_history_data.csv", "original_file_path": "seeds/contact_property_history_data.csv", "unique_id": "seed.hubspot_source_integration_tests.contact_property_history_data", "fqn": ["hubspot_source_integration_tests", "contact_property_history_data"], "alias": "contact_property_history_data", "checksum": {"name": "sha256", "checksum": "c0d86a67f2501224570b6250748be0b54fe76a67a091c69ab6d902fdcafd14e5"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.823493, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`contact_property_history_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.deal_property_history_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "deal_property_history_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "deal_property_history_data.csv", "original_file_path": "seeds/deal_property_history_data.csv", "unique_id": "seed.hubspot_source_integration_tests.deal_property_history_data", "fqn": ["hubspot_source_integration_tests", "deal_property_history_data"], "alias": "deal_property_history_data", "checksum": {"name": "sha256", "checksum": "63f9e2ed5322dd23d5c0e5c751282eb525ed3c5ff1a8562e0382ff0d3f5169c8"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"deal_id": "int64"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"deal_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1680112210.825023, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`deal_property_history_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.email_event_bounce_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_bounce_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "email_event_bounce_data.csv", "original_file_path": "seeds/email_event_bounce_data.csv", "unique_id": "seed.hubspot_source_integration_tests.email_event_bounce_data", "fqn": ["hubspot_source_integration_tests", "email_event_bounce_data"], "alias": "email_event_bounce_data", "checksum": {"name": "sha256", "checksum": "192a9e5202611e8c29360f377f21ce435f885288a168b1d1612cd7db0b2a6245"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.8263838, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_bounce_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.engagement_contact_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "engagement_contact_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "engagement_contact_data.csv", "original_file_path": "seeds/engagement_contact_data.csv", "unique_id": "seed.hubspot_source_integration_tests.engagement_contact_data", "fqn": ["hubspot_source_integration_tests", "engagement_contact_data"], "alias": "engagement_contact_data", "checksum": {"name": "sha256", "checksum": "53c3471104f1a4691f875401b3429cdbda879dc0a7f2fb705a920d30ad5fbc2f"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"engagement_id": "int64", "contact_id": "int64"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"engagement_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "contact_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1680112210.828297, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_contact_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.ticket_engagement_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "ticket_engagement_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "ticket_engagement_data.csv", "original_file_path": "seeds/ticket_engagement_data.csv", "unique_id": "seed.hubspot_source_integration_tests.ticket_engagement_data", "fqn": ["hubspot_source_integration_tests", "ticket_engagement_data"], "alias": "ticket_engagement_data", "checksum": {"name": "sha256", "checksum": "33fd8c0a98772a789e101839fcb2c856e89e025802075376305ffed36c4e59b5"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.829762, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_engagement_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.email_event_sent_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_sent_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "email_event_sent_data.csv", "original_file_path": "seeds/email_event_sent_data.csv", "unique_id": "seed.hubspot_source_integration_tests.email_event_sent_data", "fqn": ["hubspot_source_integration_tests", "email_event_sent_data"], "alias": "email_event_sent_data", "checksum": {"name": "sha256", "checksum": "1fc9ddf619f49d38eec2bbe8771136f5d63cbca40058607d8112aaf95c39f337"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "enabled": "{{ true if target.type not in ('snowflake', 'postgres') else false }}"}, "created_at": 1680112210.831069, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_sent_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.contact_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "contact_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "contact_data.csv", "original_file_path": "seeds/contact_data.csv", "unique_id": "seed.hubspot_source_integration_tests.contact_data", "fqn": ["hubspot_source_integration_tests", "contact_data"], "alias": "contact_data", "checksum": {"name": "sha256", "checksum": "5c7eb7a8105e932e2810916f385433fd7773c1a4073cd7205decae9f92f63ec5"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.832386, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`contact_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.ticket_deal_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "ticket_deal_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "ticket_deal_data.csv", "original_file_path": "seeds/ticket_deal_data.csv", "unique_id": "seed.hubspot_source_integration_tests.ticket_deal_data", "fqn": ["hubspot_source_integration_tests", "ticket_deal_data"], "alias": "ticket_deal_data", "checksum": {"name": "sha256", "checksum": "3028ffec2fb820cf75ca4aae759cb4af012e8b0ec42f4e56b1fe6e01cde48a5a"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.833799, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_deal_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.deal_company_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "deal_company_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "deal_company_data.csv", "original_file_path": "seeds/deal_company_data.csv", "unique_id": "seed.hubspot_source_integration_tests.deal_company_data", "fqn": ["hubspot_source_integration_tests", "deal_company_data"], "alias": "deal_company_data", "checksum": {"name": "sha256", "checksum": "5cc92a73a5fe90aaa4346802255045b0d1e1e7ab8d6397dd1ea6bab7905cde83"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.835055, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`deal_company_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.ticket_property_history_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "ticket_property_history_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "ticket_property_history_data.csv", "original_file_path": "seeds/ticket_property_history_data.csv", "unique_id": "seed.hubspot_source_integration_tests.ticket_property_history_data", "fqn": ["hubspot_source_integration_tests", "ticket_property_history_data"], "alias": "ticket_property_history_data", "checksum": {"name": "sha256", "checksum": "0ea918948a0ed61e642feeb86cd5054ecc420b60cbf82e631dbbd66117ece3bf"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}"}, "created_at": 1680112210.8376682, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_property_history_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.engagement_task_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "engagement_task_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "engagement_task_data.csv", "original_file_path": "seeds/engagement_task_data.csv", "unique_id": "seed.hubspot_source_integration_tests.engagement_task_data", "fqn": ["hubspot_source_integration_tests", "engagement_task_data"], "alias": "engagement_task_data", "checksum": {"name": "sha256", "checksum": "7161d2ea643d78669c22385cd5ac15bc5b02d0859e27b5d28930e34f4098b33e"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"engagement_id": "int64", "completion_date": "string"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"engagement_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "completion_date": "{{ 'varchar(100)' if target.type in ('redshift','postgres') else 'string'}}"}}, "created_at": 1680112210.840488, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_task_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "seed.hubspot_source_integration_tests.engagement_company_data": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "engagement_company_data", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "engagement_company_data.csv", "original_file_path": "seeds/engagement_company_data.csv", "unique_id": "seed.hubspot_source_integration_tests.engagement_company_data", "fqn": ["hubspot_source_integration_tests", "engagement_company_data"], "alias": "engagement_company_data", "checksum": {"name": "sha256", "checksum": "cb46a4f971c3503649b0e3c9951f44e28d7dac2bdb451d9ab3079dd13b63eaa4"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"engagement_id": "int64", "company_id": "int64"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"engagement_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "company_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1680112210.84185, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_company_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}, "model.hubspot_source.stg_hubspot__engagement_task": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_task", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__engagement_task.sql", "original_file_path": "models/stg_hubspot__engagement_task.sql", "unique_id": "model.hubspot_source.stg_hubspot__engagement_task", "fqn": ["hubspot_source", "stg_hubspot__engagement_task"], "alias": "stg_hubspot__engagement_task", "checksum": {"name": "sha256", "checksum": "3cc3bd02dfeeca66c0117a7ae12b7a6c3555a072372bbe28b7c4e9ceb13a9af3"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a TASK engagement event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "completion_timestamp": {"name": "completion_timestamp", "description": "The timestamp the task was completed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "for_object_type": {"name": "for_object_type", "description": "One of CONTACT or COMPANY, what object type the task is for.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_all_day": {"name": "is_all_day", "description": "Whether it is an all day task.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "priority": {"name": "priority", "description": "The priority of the task.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "probability_to_complete": {"name": "probability_to_complete", "description": "The probability that the task will be completed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "task_note": {"name": "task_note", "description": "The body or details of the task.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "task_status": {"name": "task_status", "description": "The status of the task.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "task_subject": {"name": "task_subject", "description": "The subject or title of the task", "meta": {}, "data_type": null, "quote": null, "tags": []}, "task_type": {"name": "task_type", "description": "The type of task", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__engagement.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.762548, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_task`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_task_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__engagement_task_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__engagement_task_tmp')),\n staging_columns=get_engagement_task_columns()\n )\n }}\n from base\n\n/*\nSome users have experienced the `completion_date` field being synced as a string rather than a timestamp.\nTo address this, we use the below run_query command to query a sinlge record from the engagement_task tmp table\nand then assess in a conditional within the fields cte if the engagement_task field is indeed a UTC timestamp or not.\n\nIf the field is not a timestamp, then we safe_cast so downstream models do not fail. Otherwise, we do nothing to the \nfield.\n*/\n{% if execute -%}\n {% set results = run_query('select completion_date from ' ~ ref('stg_hubspot__engagement_task_tmp') ~ ' where completion_date is not null limit 1') %}\n {% set results_list = results.columns[0].values() | string %}\n{% endif -%}\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n body as task_note,\n\n {% if 'tzinfo=' not in results_list %}\n {{ dbt.safe_cast('completion_date', 'timestamp') }} as completion_timestamp,\n {% else %}\n cast(completion_date as {{ dbt.type_timestamp() }}) as completion_timestamp,\n {% endif %}\n\n engagement_id,\n for_object_type,\n is_all_day,\n priority,\n probability_to_complete,\n status as task_status,\n subject as task_subject,\n task_type\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__engagement_task_tmp"], ["stg_hubspot__engagement_task_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_engagement_task_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp", "macro.dbt.safe_cast", "macro.dbt.run_query"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_task_tmp", "model.hubspot_source.stg_hubspot__engagement_task_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement_task.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_task_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n body\n \n as \n \n body\n \n, \n \n \n completion_date\n \n as \n \n completion_date\n \n, \n \n \n engagement_id\n \n as \n \n engagement_id\n \n, \n \n \n for_object_type\n \n as \n \n for_object_type\n \n, \n \n \n is_all_day\n \n as \n \n is_all_day\n \n, \n \n \n priority\n \n as \n \n priority\n \n, \n \n \n probability_to_complete\n \n as \n \n probability_to_complete\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n subject\n \n as \n \n subject\n \n, \n \n \n task_type\n \n as \n \n task_type\n \n\n\n\n from base\n\n/*\nSome users have experienced the `completion_date` field being synced as a string rather than a timestamp.\nTo address this, we use the below run_query command to query a sinlge record from the engagement_task tmp table\nand then assess in a conditional within the fields cte if the engagement_task field is indeed a UTC timestamp or not.\n\nIf the field is not a timestamp, then we safe_cast so downstream models do not fail. Otherwise, we do nothing to the \nfield.\n*/\n\n \n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n body as task_note,\n\n \n \n safe_cast(completion_date as timestamp)\n as completion_timestamp,\n \n\n engagement_id,\n for_object_type,\n is_all_day,\n priority,\n probability_to_complete,\n status as task_status,\n subject as task_subject,\n task_type\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__engagement_deal": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_deal", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__engagement_deal.sql", "original_file_path": "models/stg_hubspot__engagement_deal.sql", "unique_id": "model.hubspot_source.stg_hubspot__engagement_deal", "fqn": ["hubspot_source", "stg_hubspot__engagement_deal"], "alias": "stg_hubspot__engagement_deal", "checksum": {"name": "sha256", "checksum": "cad14dca9326f56b9074a7de712aaa175cbe9f46097275ebdea1ccee54317381"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a 'link' between a deal and an engagement.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the related contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the related engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__engagement.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.7523499, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_deal`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_deal_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__engagement_deal_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__engagement_deal_tmp')),\n staging_columns=get_engagement_deal_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n deal_id,\n engagement_id\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__engagement_deal_tmp"], ["stg_hubspot__engagement_deal_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_engagement_deal_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_deal_tmp", "model.hubspot_source.stg_hubspot__engagement_deal_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement_deal.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_deal_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n deal_id\n \n as \n \n deal_id\n \n, \n \n \n engagement_id\n \n as \n \n engagement_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n deal_id,\n engagement_id\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__company_property_history": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__company_property_history", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__company_property_history.sql", "original_file_path": "models/stg_hubspot__company_property_history.sql", "unique_id": "model.hubspot_source.stg_hubspot__company_property_history", "fqn": ["hubspot_source", "stg_hubspot__company_property_history"], "alias": "stg_hubspot__company_property_history", "checksum": {"name": "sha256", "checksum": "6c59dbc2a34339686643923cdbd9c8eff177666ae6b7427599318554edfd47c2"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a change to company record in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_source": {"name": "change_source", "description": "The source (reason) of the change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_source_id": {"name": "change_source_id", "description": "The ID of the object that caused the change, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_timestamp": {"name": "change_timestamp", "description": "The timestamp the changed occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_id": {"name": "company_id", "description": "The ID of the related company record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "field_name": {"name": "field_name", "description": "The name of the field being changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "new_value": {"name": "new_value", "description": "The new value of the field.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__company.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.920962, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__company_property_history`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_company_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__company_property_history_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__company_property_history_tmp')),\n staging_columns=get_company_property_history_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n company_id,\n name as field_name,\n source as change_source,\n source_id as change_source_id,\n cast(change_timestamp as {{ dbt.type_timestamp() }}) as change_timestamp, -- source field name = timestamp ; alias declared in macros/get_company_property_history_columns.sql\n value as new_value\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__company_property_history_tmp"], ["stg_hubspot__company_property_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_company_property_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__company_property_history_tmp", "model.hubspot_source.stg_hubspot__company_property_history_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__company_property_history.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__company_property_history_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n company_id\n \n as \n \n company_id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n source\n \n as \n \n source\n \n, \n \n \n source_id\n \n as \n \n source_id\n \n, \n \n \n timestamp\n \n as change_timestamp , \n \n \n value\n \n as \n \n value\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n company_id,\n name as field_name,\n source as change_source,\n source_id as change_source_id,\n cast(change_timestamp as TIMESTAMP) as change_timestamp, -- source field name = timestamp ; alias declared in macros/get_company_property_history_columns.sql\n value as new_value\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_delivered": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_delivered", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__email_event_delivered.sql", "original_file_path": "models/stg_hubspot__email_event_delivered.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_delivered", "fqn": ["hubspot_source", "stg_hubspot__email_event_delivered"], "alias": "stg_hubspot__email_event_delivered", "checksum": {"name": "sha256", "checksum": "58632ae68189439571d8a0b3f4f8e29b34eae2570466a9937cce16cd4b154b2f"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a DELIVERED email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "returned_response": {"name": "returned_response", "description": "The full response from the recipient's email server.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "smtp_id": {"name": "smtp_id", "description": "An ID attached to the message by HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.7027001, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_delivered`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_delivered_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_delivered_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_delivered_tmp')),\n staging_columns=get_email_event_delivered_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n id as event_id,\n response as returned_response,\n smtp_id\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__email_event_delivered_tmp"], ["stg_hubspot__email_event_delivered_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_delivered_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_delivered_tmp", "model.hubspot_source.stg_hubspot__email_event_delivered_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_delivered.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_delivered_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n response\n \n as \n \n response\n \n, \n \n \n smtp_id\n \n as \n \n smtp_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n id as event_id,\n response as returned_response,\n smtp_id\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__owner": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__owner", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__owner.sql", "original_file_path": "models/stg_hubspot__owner.sql", "unique_id": "model.hubspot_source.stg_hubspot__owner", "fqn": ["hubspot_source", "stg_hubspot__owner"], "alias": "stg_hubspot__owner", "checksum": {"name": "sha256", "checksum": "27eec7726f30fe0efab1e4eee8e959e2926d07b6e62617bf5fcbd803fe30cb50"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents an owner/user in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "A timestamp for when the owner was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_address": {"name": "email_address", "description": "The email address of the owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The first name of the owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "full_name": {"name": "full_name", "description": "Full name of the owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The last name of the owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "owner_id": {"name": "owner_id", "description": "The ID of the owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "owner_type": {"name": "owner_type", "description": "The type of owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "updated_timestamp": {"name": "updated_timestamp", "description": "A timestamp for when the owner was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__owner.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.697876, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__owner`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_owner_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__owner_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__owner_tmp')),\n staging_columns=get_owner_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n cast(created_at as {{ dbt.type_timestamp() }}) as created_timestamp,\n email as email_address,\n first_name,\n last_name,\n owner_id,\n portal_id,\n type as owner_type,\n cast(updated_at as {{ dbt.type_timestamp() }}) as updated_timestamp,\n trim( {{ dbt.concat(['first_name', \"' '\", 'last_name']) }} ) as full_name\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__owner_tmp"], ["stg_hubspot__owner_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_owner_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp", "macro.dbt.concat"], "nodes": ["model.hubspot_source.stg_hubspot__owner_tmp", "model.hubspot_source.stg_hubspot__owner_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__owner.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__owner_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n email\n \n as \n \n email\n \n, \n \n \n first_name\n \n as \n \n first_name\n \n, \n \n \n last_name\n \n as \n \n last_name\n \n, \n \n \n owner_id\n \n as \n \n owner_id\n \n, \n \n \n portal_id\n \n as \n \n portal_id\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n cast(created_at as TIMESTAMP) as created_timestamp,\n email as email_address,\n first_name,\n last_name,\n owner_id,\n portal_id,\n type as owner_type,\n cast(updated_at as TIMESTAMP) as updated_timestamp,\n trim( first_name || ' ' || last_name ) as full_name\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__email_event.sql", "original_file_path": "models/stg_hubspot__email_event.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event", "fqn": ["hubspot_source", "stg_hubspot__email_event"], "alias": "stg_hubspot__email_event", "checksum": {"name": "sha256", "checksum": "b27dd8814d00cbffc04cccabe3f441ee2a578aea44561e9b85c2e1e1afe7bdb4"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents an email event in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "The ID of the app that sent the email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "caused_by_event_id": {"name": "caused_by_event_id", "description": "The event ID which uniquely identifies the event which directly caused this event. If not applicable, this property is omitted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "caused_timestamp": {"name": "caused_timestamp", "description": "The timestamp of the event that caused this event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The created timestamp of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_campaign_id": {"name": "email_campaign_id", "description": "The ID of the related email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_type": {"name": "event_type", "description": "The type of event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_filtered_event": {"name": "is_filtered_event", "description": "A boolean representing whether the event has been filtered out of reporting based on customer reports settings or not.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "obsoleted_by_event_id": {"name": "obsoleted_by_event_id", "description": "The event ID which uniquely identifies the follow-on event which makes this current event obsolete. If not applicable, this property is omitted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "obsoleted_timestamp": {"name": "obsoleted_timestamp", "description": "The timestamp of the event that made the current event obsolete.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recipient_email_address": {"name": "recipient_email_address", "description": "The email address of the contact related to the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "sent_by_event_id": {"name": "sent_by_event_id", "description": "The event ID which uniquely identifies the email message's SENT event. If not applicable, this property is omitted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "sent_timestamp": {"name": "sent_timestamp", "description": "The timestamp of the SENT event related to this event.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.715578, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_tmp')),\n staging_columns=get_email_event_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n app_id,\n cast(caused_by_created as {{ dbt.type_timestamp() }}) as caused_timestamp,\n caused_by_id as caused_by_event_id,\n cast(created as {{ dbt.type_timestamp() }}) as created_timestamp,\n email_campaign_id,\n filtered_event as is_filtered_event,\n id as event_id,\n cast(obsoleted_by_created as {{ dbt.type_timestamp() }}) as obsoleted_timestamp,\n obsoleted_by_id as obsoleted_by_event_id,\n portal_id,\n recipient as recipient_email_address,\n cast(sent_by_created as {{ dbt.type_timestamp() }}) as sent_timestamp,\n sent_by_id as sent_by_event_id,\n type as event_type\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__email_event_tmp"], ["stg_hubspot__email_event_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_tmp", "model.hubspot_source.stg_hubspot__email_event_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n app_id\n \n as \n \n app_id\n \n, \n \n \n caused_by_created\n \n as \n \n caused_by_created\n \n, \n \n \n caused_by_id\n \n as \n \n caused_by_id\n \n, \n \n \n created\n \n as \n \n created\n \n, \n \n \n email_campaign_id\n \n as \n \n email_campaign_id\n \n, \n \n \n filtered_event\n \n as \n \n filtered_event\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n obsoleted_by_created\n \n as \n \n obsoleted_by_created\n \n, \n \n \n obsoleted_by_id\n \n as \n \n obsoleted_by_id\n \n, \n \n \n portal_id\n \n as \n \n portal_id\n \n, \n \n \n recipient\n \n as \n \n recipient\n \n, \n \n \n sent_by_created\n \n as \n \n sent_by_created\n \n, \n \n \n sent_by_id\n \n as \n \n sent_by_id\n \n, \n \n \n type\n \n as \n \n type\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n app_id,\n cast(caused_by_created as TIMESTAMP) as caused_timestamp,\n caused_by_id as caused_by_event_id,\n cast(created as TIMESTAMP) as created_timestamp,\n email_campaign_id,\n filtered_event as is_filtered_event,\n id as event_id,\n cast(obsoleted_by_created as TIMESTAMP) as obsoleted_timestamp,\n obsoleted_by_id as obsoleted_by_event_id,\n portal_id,\n recipient as recipient_email_address,\n cast(sent_by_created as TIMESTAMP) as sent_timestamp,\n sent_by_id as sent_by_event_id,\n type as event_type\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__engagement_meeting": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_meeting", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__engagement_meeting.sql", "original_file_path": "models/stg_hubspot__engagement_meeting.sql", "unique_id": "model.hubspot_source.stg_hubspot__engagement_meeting", "fqn": ["hubspot_source", "stg_hubspot__engagement_meeting"], "alias": "stg_hubspot__engagement_meeting", "checksum": {"name": "sha256", "checksum": "498ef038e089a9a333f572bca50730f36114f3a6fd222ef20e88e131d7bf0be9"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a MEETING engagement event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_from_link_id": {"name": "created_from_link_id", "description": "created_from_link_id", "meta": {}, "data_type": null, "quote": null, "tags": []}, "end_timestamp": {"name": "end_timestamp", "description": "A timestamp representing the end time of the meeting", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "external_url": {"name": "external_url", "description": "The external URL of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "meeting_notes": {"name": "meeting_notes", "description": "The details or body of the meeting.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "meeting_outcome": {"name": "meeting_outcome", "description": "The meeting outcome.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "meeting_title": {"name": "meeting_title", "description": "The title or subject of the meeting", "meta": {}, "data_type": null, "quote": null, "tags": []}, "pre_meeting_prospect_reminders": {"name": "pre_meeting_prospect_reminders", "description": "pre_meeting_prospect_reminders", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source": {"name": "source", "description": "The source of the meeting.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source_id": {"name": "source_id", "description": "The internal ID of the meeting source.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "start_timestamp": {"name": "start_timestamp", "description": "A timestamp representing the start time of the meeting", "meta": {}, "data_type": null, "quote": null, "tags": []}, "web_conference_meeting_id": {"name": "web_conference_meeting_id", "description": "The ID of the web conference meeting.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__engagement.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.7595599, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_meeting`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_meeting_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__engagement_meeting_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__engagement_meeting_tmp')),\n staging_columns=get_engagement_meeting_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n body as meeting_notes,\n created_from_link_id,\n cast(end_time as {{ dbt.type_timestamp() }}) as end_timestamp,\n engagement_id,\n external_url,\n meeting_outcome,\n pre_meeting_prospect_reminders,\n source,\n source_id,\n cast(start_time as {{ dbt.type_timestamp() }}) as start_timestamp,\n title as meeting_title,\n web_conference_meeting_id\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__engagement_meeting_tmp"], ["stg_hubspot__engagement_meeting_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_engagement_meeting_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_meeting_tmp", "model.hubspot_source.stg_hubspot__engagement_meeting_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement_meeting.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_meeting_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n body\n \n as \n \n body\n \n, \n \n \n created_from_link_id\n \n as \n \n created_from_link_id\n \n, \n \n \n end_time\n \n as \n \n end_time\n \n, \n \n \n engagement_id\n \n as \n \n engagement_id\n \n, \n \n \n external_url\n \n as \n \n external_url\n \n, \n cast(null as STRING) as \n \n location\n \n , \n \n \n meeting_outcome\n \n as \n \n meeting_outcome\n \n, \n \n \n pre_meeting_prospect_reminders\n \n as \n \n pre_meeting_prospect_reminders\n \n, \n \n \n source\n \n as \n \n source\n \n, \n \n \n source_id\n \n as \n \n source_id\n \n, \n \n \n start_time\n \n as \n \n start_time\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n web_conference_meeting_id\n \n as \n \n web_conference_meeting_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n body as meeting_notes,\n created_from_link_id,\n cast(end_time as TIMESTAMP) as end_timestamp,\n engagement_id,\n external_url,\n meeting_outcome,\n pre_meeting_prospect_reminders,\n source,\n source_id,\n cast(start_time as TIMESTAMP) as start_timestamp,\n title as meeting_title,\n web_conference_meeting_id\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__engagement_email": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_email", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__engagement_email.sql", "original_file_path": "models/stg_hubspot__engagement_email.sql", "unique_id": "model.hubspot_source.stg_hubspot__engagement_email", "fqn": ["hubspot_source", "stg_hubspot__engagement_email"], "alias": "stg_hubspot__engagement_email", "checksum": {"name": "sha256", "checksum": "efbabc010d8799e430ad9cfe6d91f9ea9219585386af595b2d7e7c200befe004"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents an EMAIL engagement event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attached_video_id": {"name": "attached_video_id", "description": "The ID of the video attached.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_html": {"name": "email_html", "description": "The body of the HTML email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_send_event_created_timestamp": {"name": "email_send_event_created_timestamp", "description": "When the SENT event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_send_event_id": {"name": "email_send_event_id", "description": "The ID of the related SENT email event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_status": {"name": "email_status", "description": "The status of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_subject": {"name": "email_subject", "description": "The subject of the email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_text": {"name": "email_text", "description": "The body of the text-only email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "error_message": {"name": "error_message", "description": "The error message, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "facsimile_send_id": {"name": "facsimile_send_id", "description": "facsimile_send_id", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_email": {"name": "from_email", "description": "The email address of the sender.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_first_name": {"name": "from_first_name", "description": "The first name of the sender.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_last_name": {"name": "from_last_name", "description": "The last name of the sender.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "logged_from": {"name": "logged_from", "description": "The source of the logged email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "media_processing_status": {"name": "media_processing_status", "description": "The processing status of the media content in the email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "message_id": {"name": "message_id", "description": "The ID of the message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "post_send_status": {"name": "post_send_status", "description": "Indicates if the post was sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recipient_drop_reasons": {"name": "recipient_drop_reasons", "description": "recipient_drop_reasons", "meta": {}, "data_type": null, "quote": null, "tags": []}, "sent_via": {"name": "sent_via", "description": "How the email was sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "thread_id": {"name": "thread_id", "description": "The ID of the email thread.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "tracker_key": {"name": "tracker_key", "description": "The ID of the tracker.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "validation_skipped": {"name": "validation_skipped", "description": "validation_skipped", "meta": {}, "data_type": null, "quote": null, "tags": []}, "was_attached_video_opened": {"name": "was_attached_video_opened", "description": "Whether the the attached video was opened.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "was_attached_video_watched": {"name": "was_attached_video_watched", "description": "Whether the the attached video was watched.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__engagement.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.7567239, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_email`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_email_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__engagement_email_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__engagement_email_tmp')),\n staging_columns=get_engagement_email_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n attached_video_id,\n attached_video_opened as was_attached_video_opened,\n attached_video_watched as was_attached_video_watched,\n cast(email_send_event_id_created as {{ dbt.type_timestamp() }}) as email_send_event_created_timestamp,\n email_send_event_id_id as email_send_event_id,\n engagement_id,\n error_message,\n facsimile_send_id,\n from_email,\n from_first_name,\n from_last_name,\n html as email_html,\n logged_from,\n media_processing_status,\n message_id,\n post_send_status,\n recipient_drop_reasons,\n sent_via,\n status as email_status,\n subject as email_subject,\n text as email_text,\n thread_id,\n tracker_key,\n validation_skipped\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__engagement_email_tmp"], ["stg_hubspot__engagement_email_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_engagement_email_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_email_tmp", "model.hubspot_source.stg_hubspot__engagement_email_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement_email.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_email_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n attached_video_id\n \n as \n \n attached_video_id\n \n, \n \n \n attached_video_opened\n \n as \n \n attached_video_opened\n \n, \n \n \n attached_video_watched\n \n as \n \n attached_video_watched\n \n, \n \n \n email_send_event_id_created\n \n as \n \n email_send_event_id_created\n \n, \n \n \n email_send_event_id_id\n \n as \n \n email_send_event_id_id\n \n, \n \n \n engagement_id\n \n as \n \n engagement_id\n \n, \n \n \n error_message\n \n as \n \n error_message\n \n, \n \n \n facsimile_send_id\n \n as \n \n facsimile_send_id\n \n, \n \n \n from_email\n \n as \n \n from_email\n \n, \n \n \n from_first_name\n \n as \n \n from_first_name\n \n, \n \n \n from_last_name\n \n as \n \n from_last_name\n \n, \n \n \n html\n \n as \n \n html\n \n, \n \n \n logged_from\n \n as \n \n logged_from\n \n, \n \n \n media_processing_status\n \n as \n \n media_processing_status\n \n, \n cast(null as boolean) as \n \n member_of_forwarded_subthread\n \n , \n \n \n message_id\n \n as \n \n message_id\n \n, \n \n \n post_send_status\n \n as \n \n post_send_status\n \n, \n \n \n recipient_drop_reasons\n \n as \n \n recipient_drop_reasons\n \n, \n \n \n sent_via\n \n as \n \n sent_via\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n subject\n \n as \n \n subject\n \n, \n \n \n text\n \n as \n \n text\n \n, \n \n \n thread_id\n \n as \n \n thread_id\n \n, \n \n \n tracker_key\n \n as \n \n tracker_key\n \n, \n \n \n validation_skipped\n \n as \n \n validation_skipped\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n attached_video_id,\n attached_video_opened as was_attached_video_opened,\n attached_video_watched as was_attached_video_watched,\n cast(email_send_event_id_created as TIMESTAMP) as email_send_event_created_timestamp,\n email_send_event_id_id as email_send_event_id,\n engagement_id,\n error_message,\n facsimile_send_id,\n from_email,\n from_first_name,\n from_last_name,\n html as email_html,\n logged_from,\n media_processing_status,\n message_id,\n post_send_status,\n recipient_drop_reasons,\n sent_via,\n status as email_status,\n subject as email_subject,\n text as email_text,\n thread_id,\n tracker_key,\n validation_skipped\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__ticket_contact": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_contact", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__ticket_contact.sql", "original_file_path": "models/stg_hubspot__ticket_contact.sql", "unique_id": "model.hubspot_source.stg_hubspot__ticket_contact", "fqn": ["hubspot_source", "stg_hubspot__ticket_contact"], "alias": "stg_hubspot__ticket_contact", "checksum": {"name": "sha256", "checksum": "b5c01a3ea5326b23551b38d101ef00f8410c1f2c80440ecdf9cd9e50b768180f"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a 'link' between a ticket and a contact.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "The ID of the related ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the related contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__ticket.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.7807941, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_contact`", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__ticket_contact_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__ticket_contact_tmp')),\n staging_columns=get_ticket_contact_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n ticket_id,\n contact_id\n\n from macro\n\n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__ticket_contact_tmp"], ["stg_hubspot__ticket_contact_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.hubspot_source.get_ticket_contact_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__ticket_contact_tmp", "model.hubspot_source.stg_hubspot__ticket_contact_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__ticket_contact.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_contact_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n ticket_id\n \n as \n \n ticket_id\n \n, \n \n \n contact_id\n \n as \n \n contact_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n ticket_id,\n contact_id\n\n from macro\n\n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_status_change": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_status_change", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__email_event_status_change.sql", "original_file_path": "models/stg_hubspot__email_event_status_change.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_status_change", "fqn": ["hubspot_source", "stg_hubspot__email_event_status_change"], "alias": "stg_hubspot__email_event_status_change", "checksum": {"name": "sha256", "checksum": "7c3e7e83f6dbc0c09cafa42c4ff0ec62df49419a60338fd88f692b81fd86befa"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a STATUS_CHANGE email event in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_source": {"name": "change_source", "description": "The source of the subscription change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_bounced": {"name": "is_bounced", "description": "A HubSpot employee explicitly initiated the status change to block messages to the recipient. \n(Note this usage has been deprecated in favor of dropping messages with a 'dropReason' of BLOCKED_ADDRESS.)\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "requested_by_email": {"name": "requested_by_email", "description": "The email address of the person requesting the change on behalf of the recipient. If not applicable, this property is omitted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subscription_status": {"name": "subscription_status", "description": "The recipient's portal subscription status. \nNote that if this is 'UNSUBSCRIBED', the property 'subscriptions' is not necessarily an empty array, nor are all \nsubscriptions contained in it necessarily going to have their statuses set to 'UNSUBSCRIBED'.)\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subscriptions": {"name": "subscriptions", "description": "An array of JSON objects representing the status of subscriptions for the recipient. \nEach JSON subscription object is comprised of the properties: 'id', 'status'.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.7126489, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_status_change`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_status_change_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_status_change_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_status_change_tmp')),\n staging_columns=get_email_event_status_change_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n bounced as is_bounced,\n id as event_id,\n portal_subscription_status as subscription_status,\n requested_by as requested_by_email,\n source as change_source,\n subscriptions\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__email_event_status_change_tmp"], ["stg_hubspot__email_event_status_change_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_status_change_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_status_change_tmp", "model.hubspot_source.stg_hubspot__email_event_status_change_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_status_change.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_status_change_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n bounced\n \n as \n \n bounced\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n portal_subscription_status\n \n as \n \n portal_subscription_status\n \n, \n \n \n requested_by\n \n as \n \n requested_by\n \n, \n \n \n source\n \n as \n \n source\n \n, \n \n \n subscriptions\n \n as \n \n subscriptions\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n bounced as is_bounced,\n id as event_id,\n portal_subscription_status as subscription_status,\n requested_by as requested_by_email,\n source as change_source,\n subscriptions\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__contact_list_member": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__contact_list_member", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__contact_list_member.sql", "original_file_path": "models/stg_hubspot__contact_list_member.sql", "unique_id": "model.hubspot_source.stg_hubspot__contact_list_member", "fqn": ["hubspot_source", "stg_hubspot__contact_list_member"], "alias": "stg_hubspot__contact_list_member", "checksum": {"name": "sha256", "checksum": "9b3e60e51076efcc2acba6532f99454044e536418490674e5890ea6b85521739"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a 'link' between a contact and a contact list.", "columns": {"is_contact_list_member_deleted": {"name": "is_contact_list_member_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "added_timestamp": {"name": "added_timestamp", "description": "The timestamp a contact was added to a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the related contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_list_id": {"name": "contact_list_id", "description": "The ID of the related contact list.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__contact.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.681993, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__contact_list_member`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled', 'hubspot_contact_list_member_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__contact_list_member_tmp') }} \n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__contact_list_member_tmp')),\n staging_columns=get_contact_list_member_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_deleted as is_contact_list_member_deleted,\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n cast(added_at as {{ dbt.type_timestamp() }}) as added_timestamp,\n contact_id,\n contact_list_id\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__contact_list_member_tmp"], ["stg_hubspot__contact_list_member_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_contact_list_member_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__contact_list_member_tmp", "model.hubspot_source.stg_hubspot__contact_list_member_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__contact_list_member.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__contact_list_member_tmp` \n\n), macro as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n added_at\n \n as \n \n added_at\n \n, \n \n \n contact_id\n \n as \n \n contact_id\n \n, \n \n \n contact_list_id\n \n as \n \n contact_list_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_deleted as is_contact_list_member_deleted,\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n cast(added_at as TIMESTAMP) as added_timestamp,\n contact_id,\n contact_list_id\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__contact": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__contact", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__contact.sql", "original_file_path": "models/stg_hubspot__contact.sql", "unique_id": "model.hubspot_source.stg_hubspot__contact", "fqn": ["hubspot_source", "stg_hubspot__contact"], "alias": "stg_hubspot__contact", "checksum": {"name": "sha256", "checksum": "3abd2c3fef2de803f77ebeb49437b1a27b87281f88505ab7e7feba565532cc47"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a contact in Hubspot.", "columns": {"is_contact_deleted": {"name": "is_contact_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email": {"name": "email", "description": "The contact's email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_company": {"name": "contact_company", "description": "The name of the contact's company", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The contact's first name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The contact's last name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date that the contact was created in your HubSpot account.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "job_title": {"name": "job_title", "description": "The contact's job title.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_annual_revenue": {"name": "company_annual_revenue", "description": "The contact's annual company revenue.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "calculated_merged_vids": {"name": "calculated_merged_vids", "description": "List of mappings representing contact IDs that have been merged into the contact at hand. Format: :;: This field has replaced the `CONTACT_MERGE_AUDIT` table, which was deprecated by the Hubspot v3 CRM API.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__contact.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.691039, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__contact`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled', 'hubspot_contact_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__contact_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__contact_tmp')),\n staging_columns=get_contact_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n\n{% if var('hubspot__pass_through_all_columns', false) %}\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__contact_tmp')),\n staging_columns=get_contact_columns()\n )\n }}\n {% if all_passthrough_column_check('stg_hubspot__contact_tmp',get_contact_columns()) > 0 %}\n -- just pass everything through if extra columns are present, but ensure required columns are present.\n ,{{ \n fivetran_utils.remove_prefix_from_columns(\n columns=adapter.get_columns_in_relation(ref('stg_hubspot__contact_tmp')), \n prefix='property_', exclude=get_macro_columns(get_contact_columns())) \n }}\n {% endif %}\n from base\n\n{% else %}\n -- just default columns + explicitly configured passthrough columns.\n -- a few columns below are aliased within the macros/get_contact_columns.sql macro\n contact_id,\n is_contact_deleted,\n calculated_merged_vids, -- will be null for BigQuery users until v3 api is rolled out to them\n email,\n contact_company,\n first_name,\n last_name,\n cast(created_at as {{ dbt.type_timestamp() }}) as created_at,\n job_title,\n company_annual_revenue,\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced\n\n --The below macro adds the fields defined within your hubspot__contact_pass_through_columns variable into the staging model\n {{ fivetran_utils.fill_pass_through_columns('hubspot__contact_pass_through_columns') }}\n\n -- The below macro add the ability to create calculated fields using the hubspot__contact_calculated_fields variable.\n {{ fivetran_utils.calculated_fields('hubspot__contact_calculated_fields') }}\n\n from macro\n{% endif %} \n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__contact_tmp"], ["stg_hubspot__contact_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_contact_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp", "macro.fivetran_utils.fill_pass_through_columns", "macro.fivetran_utils.calculated_fields"], "nodes": ["model.hubspot_source.stg_hubspot__contact_tmp", "model.hubspot_source.stg_hubspot__contact_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__contact.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__contact_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_deleted\n \n as is_contact_deleted , \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n id\n \n as contact_id , \n \n \n property_hs_calculated_merged_vids\n \n as calculated_merged_vids , \n \n \n property_email\n \n as email , \n \n \n property_company\n \n as contact_company , \n \n \n property_firstname\n \n as first_name , \n \n \n property_lastname\n \n as last_name , \n \n \n property_createdate\n \n as created_at , \n \n \n property_jobtitle\n \n as job_title , \n \n \n property_annualrevenue\n \n as company_annual_revenue \n\n\n from base\n\n), fields as (\n\n select\n\n\n -- just default columns + explicitly configured passthrough columns.\n -- a few columns below are aliased within the macros/get_contact_columns.sql macro\n contact_id,\n is_contact_deleted,\n calculated_merged_vids, -- will be null for BigQuery users until v3 api is rolled out to them\n email,\n contact_company,\n first_name,\n last_name,\n cast(created_at as TIMESTAMP) as created_at,\n job_title,\n company_annual_revenue,\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced\n\n --The below macro adds the fields defined within your hubspot__contact_pass_through_columns variable into the staging model\n \n\n\n\n\n\n -- The below macro add the ability to create calculated fields using the hubspot__contact_calculated_fields variable.\n \n\n\n\n from macro\n \n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__deal": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__deal.sql", "original_file_path": "models/stg_hubspot__deal.sql", "unique_id": "model.hubspot_source.stg_hubspot__deal", "fqn": ["hubspot_source", "stg_hubspot__deal"], "alias": "stg_hubspot__deal", "checksum": {"name": "sha256", "checksum": "91428a592a2f27feb5bb5bef6962578e4f6f14abe501dea34addb9799cb2a284"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a deal in Hubspot.", "columns": {"is_deal_deleted": {"name": "is_deal_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the deal", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_pipeline_id": {"name": "deal_pipeline_id", "description": "The ID of the deal's pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_pipeline_stage_id": {"name": "deal_pipeline_stage_id", "description": "The ID of the deal's pipeline stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "owner_id": {"name": "owner_id", "description": "The ID of the deal's owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_name": {"name": "deal_name", "description": "The name you have given this deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "description": {"name": "description", "description": "A brief description of the deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "amount": {"name": "amount", "description": "The total value of the deal in the deal's currency.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "closed_at": {"name": "closed_at", "description": "The day the deal is expected to close, or was closed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date the deal was created. This property is set automatically by HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__deal.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.66326, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__deal_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__deal_tmp')),\n staging_columns=get_deal_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n\n{% if var('hubspot__pass_through_all_columns', false) %}\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__deal_tmp')),\n staging_columns=get_deal_columns()\n )\n }}\n {% if all_passthrough_column_check('stg_hubspot__deal_tmp',get_deal_columns()) > 0 %}\n -- just pass everything through if extra columns are present, but ensure required columns are present.\n ,{{ \n fivetran_utils.remove_prefix_from_columns(\n columns=adapter.get_columns_in_relation(ref('stg_hubspot__deal_tmp')), \n prefix='property_',exclude=get_macro_columns(get_deal_columns()))\n }}\n {% endif %}\n from base\n\n{% else %}\n -- just default columns + explicitly configured passthrough columns\n -- a few columns below are aliased within the macros/get_deal_columns.sql macro\n deal_name,\n cast(closed_at as {{ dbt.type_timestamp() }}) as closed_at,\n cast(created_at as {{ dbt.type_timestamp() }}) as created_at,\n is_deal_deleted,\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n deal_id,\n cast(deal_pipeline_id as {{ dbt.type_string() }}) as deal_pipeline_id,\n cast(deal_pipeline_stage_id as {{ dbt.type_string() }}) as deal_pipeline_stage_id,\n owner_id,\n portal_id,\n description,\n amount\n\n --The below macro adds the fields defined within your hubspot__deal_pass_through_columns variable into the staging model\n {{ fivetran_utils.fill_pass_through_columns('hubspot__deal_pass_through_columns') }}\n\n -- The below macro add the ability to create calculated fields using the hubspot__deal_calculated_fields variable.\n {{ fivetran_utils.calculated_fields('hubspot__deal_calculated_fields') }}\n\n from macro\n{% endif %}\n\n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__deal_tmp"], ["stg_hubspot__deal_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_deal_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.fivetran_utils.fill_pass_through_columns", "macro.fivetran_utils.calculated_fields"], "nodes": ["model.hubspot_source.stg_hubspot__deal_tmp", "model.hubspot_source.stg_hubspot__deal_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_tmp`\n\n), macro as (\n\n select\n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n \n \n deal_id\n \n as \n \n deal_id\n \n, \n \n \n deal_pipeline_id\n \n as \n \n deal_pipeline_id\n \n, \n \n \n deal_pipeline_stage_id\n \n as \n \n deal_pipeline_stage_id\n \n, \n \n \n is_deleted\n \n as is_deal_deleted , \n \n \n owner_id\n \n as \n \n owner_id\n \n, \n \n \n portal_id\n \n as \n \n portal_id\n \n, \n \n \n property_dealname\n \n as deal_name , \n \n \n property_description\n \n as description , \n \n \n property_amount\n \n as amount , \n \n \n property_closedate\n \n as closed_at , \n \n \n property_createdate\n \n as created_at \n\n\n from base\n\n), fields as (\n\n select\n\n\n -- just default columns + explicitly configured passthrough columns\n -- a few columns below are aliased within the macros/get_deal_columns.sql macro\n deal_name,\n cast(closed_at as TIMESTAMP) as closed_at,\n cast(created_at as TIMESTAMP) as created_at,\n is_deal_deleted,\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n deal_id,\n cast(deal_pipeline_id as STRING) as deal_pipeline_id,\n cast(deal_pipeline_stage_id as STRING) as deal_pipeline_stage_id,\n owner_id,\n portal_id,\n description,\n amount\n\n --The below macro adds the fields defined within your hubspot__deal_pass_through_columns variable into the staging model\n \n\n\n\n\n\n -- The below macro add the ability to create calculated fields using the hubspot__deal_calculated_fields variable.\n \n\n\n\n from macro\n\n\n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__deal_pipeline": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_pipeline", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__deal_pipeline.sql", "original_file_path": "models/stg_hubspot__deal_pipeline.sql", "unique_id": "model.hubspot_source.stg_hubspot__deal_pipeline", "fqn": ["hubspot_source", "stg_hubspot__deal_pipeline"], "alias": "stg_hubspot__deal_pipeline", "checksum": {"name": "sha256", "checksum": "bdae706252e2853911abe5977a6f466c398ed1c11d314ae5b45f3a34c2b98744"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a pipeline in Hubspot.", "columns": {"is_deal_pipeline_deleted": {"name": "is_deal_pipeline_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_pipeline_id": {"name": "deal_pipeline_id", "description": "The ID of the pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "display_order": {"name": "display_order", "description": "Used to determine the order in which the pipelines appear when viewed in HubSpot", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_active": {"name": "is_active", "description": "Whether the stage is currently in use.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "pipeline_label": {"name": "pipeline_label", "description": "The human-readable label for the pipeline. The label is used when showing the pipeline in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__deal.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.66077, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_pipeline`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__deal_pipeline_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__deal_pipeline_tmp')),\n staging_columns=get_deal_pipeline_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_deleted as is_deal_pipeline_deleted,\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n active as is_active,\n display_order,\n label as pipeline_label,\n cast(pipeline_id as {{ dbt.type_string() }}) as deal_pipeline_id\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__deal_pipeline_tmp"], ["stg_hubspot__deal_pipeline_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_deal_pipeline_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp", "macro.dbt.type_string"], "nodes": ["model.hubspot_source.stg_hubspot__deal_pipeline_tmp", "model.hubspot_source.stg_hubspot__deal_pipeline_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal_pipeline.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_pipeline_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n active\n \n as \n \n active\n \n, \n \n \n display_order\n \n as \n \n display_order\n \n, \n \n \n label\n \n as \n \n label\n \n, \n \n \n pipeline_id\n \n as \n \n pipeline_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_deleted as is_deal_pipeline_deleted,\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n active as is_active,\n display_order,\n label as pipeline_label,\n cast(pipeline_id as STRING) as deal_pipeline_id\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__deal_company": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_company", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__deal_company.sql", "original_file_path": "models/stg_hubspot__deal_company.sql", "unique_id": "model.hubspot_source.stg_hubspot__deal_company", "fqn": ["hubspot_source", "stg_hubspot__deal_company"], "alias": "stg_hubspot__deal_company", "checksum": {"name": "sha256", "checksum": "47d76c2cac75fc61fe8a56e15030ade400085b59aacfd99010f8014d8a3a89b3"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a 'link' between a deal and company.", "columns": {"company_id": {"name": "company_id", "description": "The ID of the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__deal.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.665967, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_company`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled','hubspot_deal_company_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__deal_company_tmp') }}\n\n), macro as (\n\n select \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__deal_company_tmp')),\n staging_columns=get_deal_company_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n company_id,\n deal_id,\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced\n \n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__deal_company_tmp"], ["stg_hubspot__deal_company_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_deal_company_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__deal_company_tmp", "model.hubspot_source.stg_hubspot__deal_company_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal_company.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_company_tmp`\n\n), macro as (\n\n select \n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n \n \n deal_id\n \n as \n \n deal_id\n \n, \n \n \n company_id\n \n as \n \n company_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n company_id,\n deal_id,\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced\n \n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__engagement_note": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_note", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__engagement_note.sql", "original_file_path": "models/stg_hubspot__engagement_note.sql", "unique_id": "model.hubspot_source.stg_hubspot__engagement_note", "fqn": ["hubspot_source", "stg_hubspot__engagement_note"], "alias": "stg_hubspot__engagement_note", "checksum": {"name": "sha256", "checksum": "d344464dbaf39c75a2ba4dc7f648ffaf0d5eb8663b0762f41e6ce33740e4561a"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a NOTE engagement event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "note": {"name": "note", "description": "The body of the note. The body has a limit of 65536 characters.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__engagement.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.760324, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_note`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_note_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__engagement_note_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__engagement_note_tmp')),\n staging_columns=get_engagement_note_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n body as note,\n engagement_id\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__engagement_note_tmp"], ["stg_hubspot__engagement_note_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_engagement_note_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_note_tmp", "model.hubspot_source.stg_hubspot__engagement_note_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement_note.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_note_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n body\n \n as \n \n body\n \n, \n \n \n engagement_id\n \n as \n \n engagement_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n body as note,\n engagement_id\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__engagement_contact": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_contact", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__engagement_contact.sql", "original_file_path": "models/stg_hubspot__engagement_contact.sql", "unique_id": "model.hubspot_source.stg_hubspot__engagement_contact", "fqn": ["hubspot_source", "stg_hubspot__engagement_contact"], "alias": "stg_hubspot__engagement_contact", "checksum": {"name": "sha256", "checksum": "2000c12c450d7b4baf5a1f7207b09e6ff2d2b8b5d78dd98eb69fc0410b9a9b08"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a 'link' between a contact and an engagement.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the related contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the related engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__engagement.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.751631, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_contact`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_contact_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__engagement_contact_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__engagement_contact_tmp')),\n staging_columns=get_engagement_contact_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n contact_id,\n engagement_id\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__engagement_contact_tmp"], ["stg_hubspot__engagement_contact_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_engagement_contact_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_contact_tmp", "model.hubspot_source.stg_hubspot__engagement_contact_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement_contact.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_contact_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n contact_id\n \n as \n \n contact_id\n \n, \n \n \n engagement_id\n \n as \n \n engagement_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n contact_id,\n engagement_id\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__contact_list": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__contact_list", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__contact_list.sql", "original_file_path": "models/stg_hubspot__contact_list.sql", "unique_id": "model.hubspot_source.stg_hubspot__contact_list", "fqn": ["hubspot_source", "stg_hubspot__contact_list"], "alias": "stg_hubspot__contact_list", "checksum": {"name": "sha256", "checksum": "9746193b0a4ef3ba286a69c54223df553b1fc54cde8987189ac76796fb10a059"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a contact list in Hubspot.", "columns": {"is_contact_list_deleted": {"name": "is_contact_list_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_list_id": {"name": "contact_list_id", "description": "The ID of the contact list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_list_name": {"name": "contact_list_name", "description": "The name of the contact list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "A timestamp of the time the list was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_deletable": {"name": "is_deletable", "description": "If this is false, this is a system list and cannot be deleted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_dynamic": {"name": "is_dynamic", "description": "Whether the contact list is dynamic.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "metadata_error": {"name": "metadata_error", "description": "Any errors that happened the last time the list was processed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "metadata_last_processing_state_change_at": {"name": "metadata_last_processing_state_change_at", "description": "A timestamp of the last time that the processing state changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "metadata_last_size_change_at": {"name": "metadata_last_size_change_at", "description": "A timestamp of the last time that the size of the list changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "metadata_processing": {"name": "metadata_processing", "description": "One of DONE, REFRESHING, INITIALIZING, or PROCESSING. \nDONE indicates the list has finished processing, any other value indicates that list membership is being evaluated.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "metadata_size": {"name": "metadata_size", "description": "The approximate number of contacts in the list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "updated_timestamp": {"name": "updated_timestamp", "description": "A timestamp of the time that the list was last modified.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__contact.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.6848269, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__contact_list`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled', 'hubspot_contact_list_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__contact_list_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__contact_list_tmp')),\n staging_columns=get_contact_list_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_deleted as is_contact_list_deleted,\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n cast(created_at as {{ dbt.type_timestamp() }}) as created_timestamp,\n deleteable as is_deletable,\n dynamic as is_dynamic,\n id as contact_list_id,\n metadata_error,\n cast(metadata_last_processing_state_change_at as {{ dbt.type_timestamp() }}) as metadata_last_processing_state_change_at,\n cast(metadata_last_size_change_at as {{ dbt.type_timestamp() }}) as metadata_last_size_change_at,\n metadata_processing,\n metadata_size,\n name as contact_list_name,\n portal_id,\n cast(updated_at as {{ dbt.type_timestamp() }}) as updated_timestamp\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__contact_list_tmp"], ["stg_hubspot__contact_list_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_contact_list_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__contact_list_tmp", "model.hubspot_source.stg_hubspot__contact_list_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__contact_list.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__contact_list_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n deleteable\n \n as \n \n deleteable\n \n, \n \n \n dynamic\n \n as \n \n dynamic\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n metadata_error\n \n as \n \n metadata_error\n \n, \n \n \n metadata_last_processing_state_change_at\n \n as \n \n metadata_last_processing_state_change_at\n \n, \n \n \n metadata_last_size_change_at\n \n as \n \n metadata_last_size_change_at\n \n, \n \n \n metadata_processing\n \n as \n \n metadata_processing\n \n, \n \n \n metadata_size\n \n as \n \n metadata_size\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n portal_id\n \n as \n \n portal_id\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_deleted as is_contact_list_deleted,\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n cast(created_at as TIMESTAMP) as created_timestamp,\n deleteable as is_deletable,\n dynamic as is_dynamic,\n id as contact_list_id,\n metadata_error,\n cast(metadata_last_processing_state_change_at as TIMESTAMP) as metadata_last_processing_state_change_at,\n cast(metadata_last_size_change_at as TIMESTAMP) as metadata_last_size_change_at,\n metadata_processing,\n metadata_size,\n name as contact_list_name,\n portal_id,\n cast(updated_at as TIMESTAMP) as updated_timestamp\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__ticket_pipeline": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_pipeline", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__ticket_pipeline.sql", "original_file_path": "models/stg_hubspot__ticket_pipeline.sql", "unique_id": "model.hubspot_source.stg_hubspot__ticket_pipeline", "fqn": ["hubspot_source", "stg_hubspot__ticket_pipeline"], "alias": "stg_hubspot__ticket_pipeline", "checksum": {"name": "sha256", "checksum": "c477c09aaf9adfeaea769f5563752f9ba26ecd8564e1857d6a3308510a71d0fe"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a ticket pipeline.", "columns": {"is_ticket_pipeline_deleted": {"name": "is_ticket_pipeline_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_active": {"name": "is_active", "description": "Boolean indicating whether the pipeline is active.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "display_order": {"name": "display_order", "description": "Used to determine the order in which the stages appear when viewed in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "pipeline_label": {"name": "pipeline_label", "description": "The human-readable label for the stage. The label is used when showing the stage in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "object_type_id": {"name": "object_type_id", "description": "Reference to the object type.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_pipeline_id": {"name": "ticket_pipeline_id", "description": "Reference to the pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__ticket.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.7892952, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_pipeline`", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__ticket_pipeline_tmp') }}\n\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__ticket_pipeline_tmp')),\n staging_columns=get_ticket_pipeline_columns()\n )\n }}\n\n from base\n),\n\nfinal as (\n\n select\n cast(pipeline_id as {{ dbt.type_int() }} ) as ticket_pipeline_id,\n _fivetran_deleted as is_ticket_pipeline_deleted,\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n active as is_active,\n display_order,\n label as pipeline_label,\n object_type_id\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [["stg_hubspot__ticket_pipeline_tmp"], ["stg_hubspot__ticket_pipeline_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.hubspot_source.get_ticket_pipeline_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_int", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__ticket_pipeline_tmp", "model.hubspot_source.stg_hubspot__ticket_pipeline_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__ticket_pipeline.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_pipeline_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n active\n \n as \n \n active\n \n, \n \n \n display_order\n \n as \n \n display_order\n \n, \n \n \n label\n \n as \n \n label\n \n, \n \n \n object_type_id\n \n as \n \n object_type_id\n \n, \n \n \n pipeline_id\n \n as \n \n pipeline_id\n \n\n\n\n\n from base\n),\n\nfinal as (\n\n select\n cast(pipeline_id as INT64 ) as ticket_pipeline_id,\n _fivetran_deleted as is_ticket_pipeline_deleted,\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n active as is_active,\n display_order,\n label as pipeline_label,\n object_type_id\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_spam_report": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_spam_report", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__email_event_spam_report.sql", "original_file_path": "models/stg_hubspot__email_event_spam_report.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_spam_report", "fqn": ["hubspot_source", "stg_hubspot__email_event_spam_report"], "alias": "stg_hubspot__email_event_spam_report", "checksum": {"name": "sha256", "checksum": "7390b244a461f1499c04f765e9cd2da6d887d2335050cb18a5e6bb18ddcb1f92"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a SPAM_REPORT email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The contact's IP address when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.7112498, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_spam_report`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_spam_report_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_spam_report_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_spam_report_tmp')),\n staging_columns=get_email_event_spam_report_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n id as event_id,\n ip_address,\n user_agent\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__email_event_spam_report_tmp"], ["stg_hubspot__email_event_spam_report_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_spam_report_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_spam_report_tmp", "model.hubspot_source.stg_hubspot__email_event_spam_report_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_spam_report.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_spam_report_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n ip_address\n \n as \n \n ip_address\n \n, \n \n \n user_agent\n \n as \n \n user_agent\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n id as event_id,\n ip_address,\n user_agent\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__deal_pipeline_stage": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_pipeline_stage", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__deal_pipeline_stage.sql", "original_file_path": "models/stg_hubspot__deal_pipeline_stage.sql", "unique_id": "model.hubspot_source.stg_hubspot__deal_pipeline_stage", "fqn": ["hubspot_source", "stg_hubspot__deal_pipeline_stage"], "alias": "stg_hubspot__deal_pipeline_stage", "checksum": {"name": "sha256", "checksum": "00699d368248bca7337cb75722fb0e83083b1d07dc1a3beb8f2bdc0fe3e31d3f"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a pipeline stage in Hubspot.", "columns": {"is_deal_pipeline_stage_deleted": {"name": "is_deal_pipeline_stage_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_pipeline_id": {"name": "deal_pipeline_id", "description": "The ID of the related pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_pipeline_stage_id": {"name": "deal_pipeline_stage_id", "description": "The ID of the pipeline stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "display_order": {"name": "display_order", "description": "Used to determine the order in which the stages appear when viewed in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_active": {"name": "is_active", "description": "Whether the pipeline stage is currently in use.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_closed_won": {"name": "is_closed_won", "description": "Whether the stage represents a Closed Won deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "pipeline_stage_label": {"name": "pipeline_stage_label", "description": "The human-readable label for the stage. The label is used when showing the stage in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "probability": {"name": "probability", "description": "The probability that the deal will close. Used for the deal forecast.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__deal.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.659172, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_pipeline_stage`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__deal_pipeline_stage_tmp') }}\n\n), macro as (\n\n select \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__deal_pipeline_stage_tmp')),\n staging_columns=get_deal_pipeline_stage_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n _fivetran_deleted as is_deal_pipeline_stage_deleted,\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n active as is_active,\n closed_won as is_closed_won,\n display_order,\n label as pipeline_stage_label,\n pipeline_id as deal_pipeline_id,\n probability,\n cast(stage_id as {{ dbt.type_string() }}) as deal_pipeline_stage_id\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__deal_pipeline_stage_tmp"], ["stg_hubspot__deal_pipeline_stage_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_deal_pipeline_stage_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp", "macro.dbt.type_string"], "nodes": ["model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp", "model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal_pipeline_stage.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_pipeline_stage_tmp`\n\n), macro as (\n\n select \n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n active\n \n as \n \n active\n \n, \n \n \n closed_won\n \n as \n \n closed_won\n \n, \n \n \n display_order\n \n as \n \n display_order\n \n, \n \n \n label\n \n as \n \n label\n \n, \n \n \n pipeline_id\n \n as \n \n pipeline_id\n \n, \n \n \n probability\n \n as \n \n probability\n \n, \n \n \n stage_id\n \n as \n \n stage_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n _fivetran_deleted as is_deal_pipeline_stage_deleted,\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n active as is_active,\n closed_won as is_closed_won,\n display_order,\n label as pipeline_stage_label,\n pipeline_id as deal_pipeline_id,\n probability,\n cast(stage_id as STRING) as deal_pipeline_stage_id\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_dropped": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_dropped", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__email_event_dropped.sql", "original_file_path": "models/stg_hubspot__email_event_dropped.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_dropped", "fqn": ["hubspot_source", "stg_hubspot__email_event_dropped"], "alias": "stg_hubspot__email_event_dropped", "checksum": {"name": "sha256", "checksum": "e116b1d1d32c2e45125805ee6284015da7761d59517dc05639b9d0f86d3aa603"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a DROPPED email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "bcc_emails": {"name": "bcc_emails", "description": "The 'bcc' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "cc_emails": {"name": "cc_emails", "description": "The 'cc' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "drop_message": {"name": "drop_message", "description": "The raw message describing why the email message was dropped. This will usually provide additional details beyond 'dropReason'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "drop_reason": {"name": "drop_reason", "description": "The reason why the email message was dropped. See below for the possible values.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_subject": {"name": "email_subject", "description": "The subject line of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_email": {"name": "from_email", "description": "The 'from' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reply_to_email": {"name": "reply_to_email", "description": "The 'reply-to' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.704565, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_dropped`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_dropped_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_dropped_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_dropped_tmp')),\n staging_columns=get_email_event_dropped_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n bcc as bcc_emails,\n cc as cc_emails,\n drop_message,\n drop_reason,\n from_email, -- source field name = from ; alias declared in macros/get_email_event_dropped_columns.sql\n id as event_id,\n reply_to as reply_to_email,\n subject as email_subject\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__email_event_dropped_tmp"], ["stg_hubspot__email_event_dropped_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_dropped_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_dropped_tmp", "model.hubspot_source.stg_hubspot__email_event_dropped_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_dropped.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_dropped_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n bcc\n \n as \n \n bcc\n \n, \n \n \n cc\n \n as \n \n cc\n \n, \n \n \n drop_message\n \n as \n \n drop_message\n \n, \n \n \n drop_reason\n \n as \n \n drop_reason\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n reply_to\n \n as \n \n reply_to\n \n, \n \n \n subject\n \n as \n \n subject\n \n, \n \n \n \n \n `from`\n \n \n \n as from_email \n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n bcc as bcc_emails,\n cc as cc_emails,\n drop_message,\n drop_reason,\n from_email, -- source field name = from ; alias declared in macros/get_email_event_dropped_columns.sql\n id as event_id,\n reply_to as reply_to_email,\n subject as email_subject\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__deal_stage": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_stage", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__deal_stage.sql", "original_file_path": "models/stg_hubspot__deal_stage.sql", "unique_id": "model.hubspot_source.stg_hubspot__deal_stage", "fqn": ["hubspot_source", "stg_hubspot__deal_stage"], "alias": "stg_hubspot__deal_stage", "checksum": {"name": "sha256", "checksum": "095586aa590596e67fdad13223ae5a42026cc5287fe5aae941cc2f2f1f347669"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a deal stage.", "columns": {"_fivetran_active": {"name": "_fivetran_active", "description": "Boolean indicating whether the deal stage is active.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "The Fivetran calculated exist time of the deal stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "The date the deal stage was entered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "date_entered": {"name": "date_entered", "description": "The timestamp the deal stage was entered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "Reference to the deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source": {"name": "source", "description": "The relevant source of the deal stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source_id": {"name": "source_id", "description": "Reference to the source.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_stage_name": {"name": "deal_stage_name", "description": "The value of the deal stage. Typically the name of the stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__deal.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.6652539, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_stage`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled'])) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_hubspot__deal_stage_tmp') }}\n\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__deal_stage_tmp')),\n staging_columns=get_deal_stage_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n cast(date_entered as {{ dbt.type_timestamp() }}) as date_entered,\n deal_id,\n source,\n source_id,\n value as deal_stage_name,\n _fivetran_active,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_hubspot__deal_stage_tmp"], ["stg_hubspot__deal_stage_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_deal_stage_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__deal_stage_tmp", "model.hubspot_source.stg_hubspot__deal_stage_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal_stage.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select * \n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_stage_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n date_entered\n \n as \n \n date_entered\n \n, \n \n \n deal_id\n \n as \n \n deal_id\n \n, \n \n \n source\n \n as \n \n source\n \n, \n \n \n source_id\n \n as \n \n source_id\n \n, \n \n \n value\n \n as \n \n value\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n cast(date_entered as TIMESTAMP) as date_entered,\n deal_id,\n source,\n source_id,\n value as deal_stage_name,\n _fivetran_active,\n cast(_fivetran_end as TIMESTAMP) as _fivetran_end,\n cast(_fivetran_start as TIMESTAMP) as _fivetran_start\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__deal_property_history": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_property_history", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__deal_property_history.sql", "original_file_path": "models/stg_hubspot__deal_property_history.sql", "unique_id": "model.hubspot_source.stg_hubspot__deal_property_history", "fqn": ["hubspot_source", "stg_hubspot__deal_property_history"], "alias": "stg_hubspot__deal_property_history", "checksum": {"name": "sha256", "checksum": "ed591e58f7cd460a125f14d64c84d1dc8777b5a67ee88ae2a5d66e0b5a103c9e"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents the details of your deal properties.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_source": {"name": "change_source", "description": "The source (reason) of the change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_source_id": {"name": "change_source_id", "description": "The ID of the object that caused the change, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_timestamp": {"name": "change_timestamp", "description": "The timestamp the changed occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the related deal record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "field_name": {"name": "field_name", "description": "The name of the field being changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "new_value": {"name": "new_value", "description": "The new value of the field.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__deal.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.668736, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_property_history`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__deal_property_history_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__deal_property_history_tmp')),\n staging_columns=get_deal_property_history_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n deal_id,\n name as field_name,\n source as change_source,\n source_id as change_source_id,\n cast(change_timestamp as {{ dbt.type_timestamp() }}) as change_timestamp, -- source field name = timestamp ; alias declared in macros/get_deal_property_history_columns.sql\n value as new_value\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__deal_property_history_tmp"], ["stg_hubspot__deal_property_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_deal_property_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__deal_property_history_tmp", "model.hubspot_source.stg_hubspot__deal_property_history_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal_property_history.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_property_history_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n deal_id\n \n as \n \n deal_id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n source\n \n as \n \n source\n \n, \n \n \n source_id\n \n as \n \n source_id\n \n, \n \n \n timestamp\n \n as change_timestamp , \n \n \n value\n \n as \n \n value\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n deal_id,\n name as field_name,\n source as change_source,\n source_id as change_source_id,\n cast(change_timestamp as TIMESTAMP) as change_timestamp, -- source field name = timestamp ; alias declared in macros/get_deal_property_history_columns.sql\n value as new_value\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_forward": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_forward", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__email_event_forward.sql", "original_file_path": "models/stg_hubspot__email_event_forward.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_forward", "fqn": ["hubspot_source", "stg_hubspot__email_event_forward"], "alias": "stg_hubspot__email_event_forward", "checksum": {"name": "sha256", "checksum": "10115bca5e9788466f279b78cdfae56bd9df87b80576b19e500480337d6be906"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a FORWARD email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "browser": {"name": "browser", "description": "A JSON object representing the browser which serviced the event. Its comprised of the properties: 'name', 'family', 'producer', 'producer_url', 'type', 'url', 'version'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "geo_location": {"name": "geo_location", "description": "A JSON object representing the location where the event occurred. It's comprised of the properties: 'city', 'state', 'country'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The contact's IP address when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.7059321, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_forward`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_forward_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_forward_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_forward_tmp')),\n staging_columns=get_email_event_forward_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n browser,\n id as event_id,\n ip_address,\n location as geo_location,\n user_agent\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__email_event_forward_tmp"], ["stg_hubspot__email_event_forward_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_forward_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_forward_tmp", "model.hubspot_source.stg_hubspot__email_event_forward_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_forward.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_forward_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n browser\n \n as \n \n browser\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n ip_address\n \n as \n \n ip_address\n \n, \n \n \n location\n \n as \n \n location\n \n, \n \n \n user_agent\n \n as \n \n user_agent\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n browser,\n id as event_id,\n ip_address,\n location as geo_location,\n user_agent\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_bounce": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_bounce", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__email_event_bounce.sql", "original_file_path": "models/stg_hubspot__email_event_bounce.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_bounce", "fqn": ["hubspot_source", "stg_hubspot__email_event_bounce"], "alias": "stg_hubspot__email_event_bounce", "checksum": {"name": "sha256", "checksum": "0dc6ed6a357fb363ac4fe57aaff937f6ad52a1782c95efdab73ab7252a5287cf"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a BOUNCE email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "bounce_category": {"name": "bounce_category", "description": "The best-guess of the type of bounce encountered. \nIf an appropriate category couldn't be determined, this property is omitted. See below for the possible values. \nNote that this is a derived value, and may be modified at any time to improve the accuracy of classification.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "returned_response": {"name": "returned_response", "description": "The full response from the recipient's email server.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "returned_status": {"name": "returned_status", "description": "The status code returned from the recipient's email server.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.699224, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_bounce`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_bounce_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_bounce_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_bounce_tmp')),\n staging_columns=get_email_event_bounce_columns()\n )\n }}\n from base\n \n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n category as bounce_category,\n id as event_id,\n response as returned_response,\n status as returned_status\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__email_event_bounce_tmp"], ["stg_hubspot__email_event_bounce_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_bounce_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_bounce_tmp", "model.hubspot_source.stg_hubspot__email_event_bounce_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_bounce.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_bounce_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n category\n \n as \n \n category\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n response\n \n as \n \n response\n \n, \n \n \n status\n \n as \n \n status\n \n\n\n\n from base\n \n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n category as bounce_category,\n id as event_id,\n response as returned_response,\n status as returned_status\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__ticket_engagement": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_engagement", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__ticket_engagement.sql", "original_file_path": "models/stg_hubspot__ticket_engagement.sql", "unique_id": "model.hubspot_source.stg_hubspot__ticket_engagement", "fqn": ["hubspot_source", "stg_hubspot__ticket_engagement"], "alias": "stg_hubspot__ticket_engagement", "checksum": {"name": "sha256", "checksum": "fb026de8f951792a79141f3431796a088d9f254bbf38598e4c31ed1601de8bd8"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a 'link' between a ticket and an engagement.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "The ID of the related ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the related deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__ticket.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.78232, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_engagement`", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__ticket_engagement_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__ticket_engagement_tmp')),\n staging_columns=get_ticket_engagement_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n ticket_id,\n engagement_id\n\n from macro\n\n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__ticket_engagement_tmp"], ["stg_hubspot__ticket_engagement_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.hubspot_source.get_ticket_engagement_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__ticket_engagement_tmp", "model.hubspot_source.stg_hubspot__ticket_engagement_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__ticket_engagement.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_engagement_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n ticket_id\n \n as \n \n ticket_id\n \n, \n \n \n engagement_id\n \n as \n \n engagement_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n ticket_id,\n engagement_id\n\n from macro\n\n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__ticket_pipeline_stage": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_pipeline_stage", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__ticket_pipeline_stage.sql", "original_file_path": "models/stg_hubspot__ticket_pipeline_stage.sql", "unique_id": "model.hubspot_source.stg_hubspot__ticket_pipeline_stage", "fqn": ["hubspot_source", "stg_hubspot__ticket_pipeline_stage"], "alias": "stg_hubspot__ticket_pipeline_stage", "checksum": {"name": "sha256", "checksum": "a7a2053189952e2a2b6c062fae279b804dd6ec57753c3fc8ea58afab56591a33"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a ticket pipeline stage.", "columns": {"is_ticket_pipeline_stage_deleted": {"name": "is_ticket_pipeline_stage_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_active": {"name": "is_active", "description": "Boolean indicating whether the pipeline stage is active.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "display_order": {"name": "display_order", "description": "Used to determine the order in which the stages appear when viewed in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_closed": {"name": "is_closed", "description": "Boolean indicating if the pipeline stage is closed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "pipeline_stage_label": {"name": "pipeline_stage_label", "description": "The human-readable label for the stage. The label is used when showing the stage in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_pipeline_id": {"name": "ticket_pipeline_id", "description": "The ID of the pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_pipeline_stage_id": {"name": "ticket_pipeline_stage_id", "description": "The ID of the pipeline stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_state": {"name": "ticket_state", "description": "State of the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__ticket.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.787731, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_pipeline_stage`", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__ticket_pipeline_stage_tmp') }}\n\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__ticket_pipeline_stage_tmp')),\n staging_columns=get_ticket_pipeline_stage_columns()\n )\n }}\n\n from base\n),\n\nfinal as (\n\n select\n _fivetran_deleted as is_ticket_pipeline_stage_deleted,\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n active as is_active,\n display_order,\n is_closed,\n label as pipeline_stage_label,\n cast(pipeline_id as {{ dbt.type_int() }} ) as ticket_pipeline_id,\n cast(stage_id as {{ dbt.type_int() }} ) as ticket_pipeline_stage_id,\n ticket_state\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [["stg_hubspot__ticket_pipeline_stage_tmp"], ["stg_hubspot__ticket_pipeline_stage_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.hubspot_source.get_ticket_pipeline_stage_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp", "macro.dbt.type_int"], "nodes": ["model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp", "model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__ticket_pipeline_stage.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_pipeline_stage_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n active\n \n as \n \n active\n \n, \n \n \n display_order\n \n as \n \n display_order\n \n, \n \n \n is_closed\n \n as \n \n is_closed\n \n, \n \n \n label\n \n as \n \n label\n \n, \n \n \n pipeline_id\n \n as \n \n pipeline_id\n \n, \n \n \n stage_id\n \n as \n \n stage_id\n \n, \n \n \n ticket_state\n \n as \n \n ticket_state\n \n\n\n\n\n from base\n),\n\nfinal as (\n\n select\n _fivetran_deleted as is_ticket_pipeline_stage_deleted,\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n active as is_active,\n display_order,\n is_closed,\n label as pipeline_stage_label,\n cast(pipeline_id as INT64 ) as ticket_pipeline_id,\n cast(stage_id as INT64 ) as ticket_pipeline_stage_id,\n ticket_state\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__engagement_company": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_company", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__engagement_company.sql", "original_file_path": "models/stg_hubspot__engagement_company.sql", "unique_id": "model.hubspot_source.stg_hubspot__engagement_company", "fqn": ["hubspot_source", "stg_hubspot__engagement_company"], "alias": "stg_hubspot__engagement_company", "checksum": {"name": "sha256", "checksum": "da575b0960102f3339e034e3af19838bacaa5fd56349bebc2370c1af13048977"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a 'link' between a company and an engagement.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_id": {"name": "company_id", "description": "The ID of the related company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the related engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__engagement.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.75088, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_company`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_company_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__engagement_company_tmp') }}\n\n), macro as (\n\n select \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__engagement_company_tmp')),\n staging_columns=get_engagement_company_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n company_id,\n engagement_id\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__engagement_company_tmp"], ["stg_hubspot__engagement_company_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_engagement_company_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_company_tmp", "model.hubspot_source.stg_hubspot__engagement_company_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement_company.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_company_tmp`\n\n), macro as (\n\n select \n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n company_id\n \n as \n \n company_id\n \n, \n \n \n engagement_id\n \n as \n \n engagement_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n company_id,\n engagement_id\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_deferred": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_deferred", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__email_event_deferred.sql", "original_file_path": "models/stg_hubspot__email_event_deferred.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_deferred", "fqn": ["hubspot_source", "stg_hubspot__email_event_deferred"], "alias": "stg_hubspot__email_event_deferred", "checksum": {"name": "sha256", "checksum": "7be14fd27a3119557cc7b2298e997d5179e716b83b8fa8ab42994cc334b8fb8b"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a DEFERRED email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attempt_number": {"name": "attempt_number", "description": "The delivery attempt number.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "returned_response": {"name": "returned_response", "description": "The full response from the recipient's email server.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.70172, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_deferred`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_deferred_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_deferred_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_deferred_tmp')),\n staging_columns=get_email_event_deferred_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n attempt as attempt_number,\n id as event_id,\n response as returned_response\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__email_event_deferred_tmp"], ["stg_hubspot__email_event_deferred_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_deferred_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_deferred_tmp", "model.hubspot_source.stg_hubspot__email_event_deferred_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_deferred.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_deferred_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n attempt\n \n as \n \n attempt\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n response\n \n as \n \n response\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n attempt as attempt_number,\n id as event_id,\n response as returned_response\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__company": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__company", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__company.sql", "original_file_path": "models/stg_hubspot__company.sql", "unique_id": "model.hubspot_source.stg_hubspot__company", "fqn": ["hubspot_source", "stg_hubspot__company"], "alias": "stg_hubspot__company", "checksum": {"name": "sha256", "checksum": "9e7a4d481fa37fa819b57ad690c040e0701e7a65d020d3aac7ae4ee71b32e341"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a company in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_company_deleted": {"name": "is_company_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_id": {"name": "company_id", "description": "The ID of the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_name": {"name": "company_name", "description": "The name of the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "description": {"name": "description", "description": "A short statement about the company's mission and goals.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date the company was added to your account.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "industry": {"name": "industry", "description": "The type of business the company performs.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "street_address": {"name": "street_address", "description": "The street address of the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "street_address_2": {"name": "street_address_2", "description": "Additional address information for the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "city": {"name": "city", "description": "The city where the company is located.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "state": {"name": "state", "description": "The state where the company is located.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "country": {"name": "country", "description": "The country where the company is located.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_annual_revenue": {"name": "company_annual_revenue", "description": "The actual or estimated annual revenue of the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__company.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.9236, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__company`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_company_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__company_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__company_tmp')),\n staging_columns=get_company_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n\n{% if var('hubspot__pass_through_all_columns', false) %}\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__company_tmp')),\n staging_columns=get_company_columns()\n )\n }}\n {% if all_passthrough_column_check('stg_hubspot__company_tmp',get_company_columns()) > 0 %}\n -- just pass everything through if extra columns are present, but ensure required columns are present.\n ,{{ \n fivetran_utils.remove_prefix_from_columns(\n columns=adapter.get_columns_in_relation(ref('stg_hubspot__company_tmp')), \n prefix='property_', exclude=get_macro_columns(get_company_columns()))\n }}\n {% endif %}\n from base\n\n{% else %}\n -- just default columns + explicitly configured passthrough columns\n -- a few columns below are aliased within the macros/get_company_columns.sql macro\n company_id,\n is_company_deleted,\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n company_name,\n description,\n created_at,\n industry,\n street_address,\n street_address_2,\n city,\n state,\n country,\n company_annual_revenue\n \n --The below macro adds the fields defined within your hubspot__ticket_pass_through_columns variable into the staging model\n {{ fivetran_utils.fill_pass_through_columns('hubspot__company_pass_through_columns') }}\n\n -- The below macro add the ability to create calculated fields using the hubspot__company_calculated_fields variable.\n {{ fivetran_utils.calculated_fields('hubspot__company_calculated_fields') }}\n \n from macro\n\n{% endif %}\n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__company_tmp"], ["stg_hubspot__company_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_company_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp", "macro.fivetran_utils.fill_pass_through_columns", "macro.fivetran_utils.calculated_fields"], "nodes": ["model.hubspot_source.stg_hubspot__company_tmp", "model.hubspot_source.stg_hubspot__company_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__company.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__company_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n id\n \n as company_id , \n \n \n is_deleted\n \n as is_company_deleted , \n \n \n property_name\n \n as company_name , \n \n \n property_description\n \n as description , \n \n \n property_createdate\n \n as created_at , \n \n \n property_industry\n \n as industry , \n \n \n property_address\n \n as street_address , \n \n \n property_address_2\n \n as street_address_2 , \n \n \n property_city\n \n as city , \n \n \n property_state\n \n as state , \n \n \n property_country\n \n as country , \n \n \n property_annualrevenue\n \n as company_annual_revenue \n\n\n from base\n\n), fields as (\n\n select\n\n\n -- just default columns + explicitly configured passthrough columns\n -- a few columns below are aliased within the macros/get_company_columns.sql macro\n company_id,\n is_company_deleted,\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n company_name,\n description,\n created_at,\n industry,\n street_address,\n street_address_2,\n city,\n state,\n country,\n company_annual_revenue\n \n --The below macro adds the fields defined within your hubspot__ticket_pass_through_columns variable into the staging model\n \n\n\n\n\n\n -- The below macro add the ability to create calculated fields using the hubspot__company_calculated_fields variable.\n \n\n\n \n from macro\n\n\n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__deal_contact": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_contact", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__deal_contact.sql", "original_file_path": "models/stg_hubspot__deal_contact.sql", "unique_id": "model.hubspot_source.stg_hubspot__deal_contact", "fqn": ["hubspot_source", "stg_hubspot__deal_contact"], "alias": "stg_hubspot__deal_contact", "checksum": {"name": "sha256", "checksum": "cfabbdd9660119d7713000fbf8739b09e4388042f7e7f5128053993521525d51"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a 'link' between a deal and contact.", "columns": {"contact_id": {"name": "contact_id", "description": "The ID of the contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__deal.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.6666722, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_contact`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled','hubspot_deal_contact_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__deal_contact_tmp') }}\n\n), macro as (\n\n select \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__deal_contact_tmp')),\n staging_columns=get_deal_contact_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n contact_id,\n deal_id,\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced\n \n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__deal_contact_tmp"], ["stg_hubspot__deal_contact_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_deal_contact_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__deal_contact_tmp", "model.hubspot_source.stg_hubspot__deal_contact_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal_contact.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_contact_tmp`\n\n), macro as (\n\n select \n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n deal_id\n \n as \n \n deal_id\n \n, \n \n \n contact_id\n \n as \n \n contact_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n contact_id,\n deal_id,\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced\n \n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_click": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_click", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__email_event_click.sql", "original_file_path": "models/stg_hubspot__email_event_click.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_click", "fqn": ["hubspot_source", "stg_hubspot__email_event_click"], "alias": "stg_hubspot__email_event_click", "checksum": {"name": "sha256", "checksum": "9421ab78c02893105df5bd675c6fb244eb4f1759572da56e7eb8baa97bf40af1"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a CLICK email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "browser": {"name": "browser", "description": "A JSON object representing the browser which serviced the event. Its comprised of the properties: 'name', 'family', 'producer', 'producer_url', 'type', 'url', 'version'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "click_url": {"name": "click_url", "description": "The URL within the message that the recipient clicked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "geo_location": {"name": "geo_location", "description": "A JSON object representing the location where the event occurred. It's comprised of the properties: 'city', 'state', 'country'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The contact's IP address when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "referer_url": {"name": "referer_url", "description": "The URL of the webpage that linked to the URL clicked. Whether this is provided, and what its value is, is determined by the recipient's email client.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.700755, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_click`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_click_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_click_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_click_tmp')),\n staging_columns=get_email_event_click_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n browser,\n id as event_id,\n ip_address,\n location as geo_location,\n referer as referer_url,\n url as click_url,\n user_agent\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__email_event_click_tmp"], ["stg_hubspot__email_event_click_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_click_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_click_tmp", "model.hubspot_source.stg_hubspot__email_event_click_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_click.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_click_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n browser\n \n as \n \n browser\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n ip_address\n \n as \n \n ip_address\n \n, \n \n \n location\n \n as \n \n location\n \n, \n \n \n referer\n \n as \n \n referer\n \n, \n \n \n url\n \n as \n \n url\n \n, \n \n \n user_agent\n \n as \n \n user_agent\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n browser,\n id as event_id,\n ip_address,\n location as geo_location,\n referer as referer_url,\n url as click_url,\n user_agent\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__engagement_call": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_call", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__engagement_call.sql", "original_file_path": "models/stg_hubspot__engagement_call.sql", "unique_id": "model.hubspot_source.stg_hubspot__engagement_call", "fqn": ["hubspot_source", "stg_hubspot__engagement_call"], "alias": "stg_hubspot__engagement_call", "checksum": {"name": "sha256", "checksum": "0e8b6530dd8b5276e2ed2045cf930d94868e86f27f189189926a3785e1dfb6e0"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a CALL engagement event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "call_notes": {"name": "call_notes", "description": "The description of the call, including any notes that you want to add.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "callee_object_id": {"name": "callee_object_id", "description": "The ID of the HubSpot record associated with the call. This will be the recipient of the call for OUTBOUND calls, or the dialer of the call for INBOUND calls.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "callee_object_type": {"name": "callee_object_type", "description": "The ID of the object to which the call's associated record belongs (e.g., specifies if the record is a contact or company). This will be the object of the recipient for OUTBOUND calls, or the object of the dialer for INBOUND calls.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "call_status": {"name": "call_status", "description": "The status of the call. The statuses are BUSY, CALLING_CRM_USER, CANCELED, COMPLETED, CONNECTING, FAILED, IN_PROGRESS, NO_ANSWER, QUEUED, and RINGING.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "transcription_id": {"name": "transcription_id", "description": "The ID of the transcription for the call.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "unknown_visitor_conversation": {"name": "unknown_visitor_conversation", "description": "If a visitor is unknown.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "call_duration_milliseconds": {"name": "call_duration_milliseconds", "description": "The length of the call in milliseconds", "meta": {}, "data_type": null, "quote": null, "tags": []}, "disposition_id": {"name": "disposition_id", "description": "The internal ID for the call outcome.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "external_account_id": {"name": "external_account_id", "description": "For calls made in HubSpot, this will be the internal ID of the account used to make the call.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "external_id": {"name": "external_id", "description": "For calls made in HubSpot, this will be the internal ID of the call.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_number": {"name": "from_number", "description": "The phone number that was used as the from number.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recording_url": {"name": "recording_url", "description": "The URL of the recording file .", "meta": {}, "data_type": null, "quote": null, "tags": []}, "to_number": {"name": "to_number", "description": "The phone number that was called.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__engagement.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.7500422, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_call`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_call_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__engagement_call_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__engagement_call_tmp')),\n staging_columns=get_engagement_call_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n body as call_notes,\n callee_object_id,\n callee_object_type,\n disposition as disposition_id,\n duration_milliseconds as call_duration_milliseconds,\n engagement_id,\n external_account_id,\n external_id,\n from_number,\n recording_url,\n status as call_status,\n to_number,\n transcription_id,\n unknown_visitor_conversation\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__engagement_call_tmp"], ["stg_hubspot__engagement_call_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_engagement_call_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_call_tmp", "model.hubspot_source.stg_hubspot__engagement_call_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement_call.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_call_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n body\n \n as \n \n body\n \n, \n \n \n callee_object_id\n \n as \n \n callee_object_id\n \n, \n \n \n callee_object_type\n \n as \n \n callee_object_type\n \n, \n \n \n disposition\n \n as \n \n disposition\n \n, \n \n \n duration_milliseconds\n \n as \n \n duration_milliseconds\n \n, \n \n \n engagement_id\n \n as \n \n engagement_id\n \n, \n \n \n external_account_id\n \n as \n \n external_account_id\n \n, \n \n \n external_id\n \n as \n \n external_id\n \n, \n \n \n from_number\n \n as \n \n from_number\n \n, \n \n \n recording_url\n \n as \n \n recording_url\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n to_number\n \n as \n \n to_number\n \n, \n \n \n transcription_id\n \n as \n \n transcription_id\n \n, \n \n \n unknown_visitor_conversation\n \n as \n \n unknown_visitor_conversation\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n body as call_notes,\n callee_object_id,\n callee_object_type,\n disposition as disposition_id,\n duration_milliseconds as call_duration_milliseconds,\n engagement_id,\n external_account_id,\n external_id,\n from_number,\n recording_url,\n status as call_status,\n to_number,\n transcription_id,\n unknown_visitor_conversation\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__engagement": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__engagement.sql", "original_file_path": "models/stg_hubspot__engagement.sql", "unique_id": "model.hubspot_source.stg_hubspot__engagement", "fqn": ["hubspot_source", "stg_hubspot__engagement"], "alias": "stg_hubspot__engagement", "checksum": {"name": "sha256", "checksum": "1714af10c6cb7b00ab4b74b464abd751b106b4765b53abca7ec1e3f397090880"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents an engagement", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "activity_type": {"name": "activity_type", "description": "The engagement's activity type.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "A timestamp representing when the engagement was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_type": {"name": "engagement_type", "description": "One of NOTE, EMAIL, TASK, MEETING, or CALL, the type of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_active": {"name": "is_active", "description": "Whether the engagement is currently being shown in the UI.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_timestamp": {"name": "last_updated_timestamp", "description": "A timestamp in representing when the engagement was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "occurred_timestamp": {"name": "occurred_timestamp", "description": "A timestamp in representing the time that the engagement should appear in the timeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "owner_id": {"name": "owner_id", "description": "The ID of the engagement's owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__engagement.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.764695, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__engagement_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__engagement_tmp')),\n staging_columns=get_engagement_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n active as is_active,\n activity_type,\n cast(created_at as {{ dbt.type_timestamp() }}) as created_timestamp,\n id as engagement_id,\n cast(last_updated as {{ dbt.type_timestamp() }}) as last_updated_timestamp,\n owner_id,\n portal_id,\n cast(occurred_timestamp as {{ dbt.type_timestamp() }}) as occurred_timestamp, -- source field name = timestamp ; alias declared in macros/get_engagement_columns.sql\n engagement_type\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__engagement_tmp"], ["stg_hubspot__engagement_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_engagement_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_tmp", "model.hubspot_source.stg_hubspot__engagement_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n active\n \n as \n \n active\n \n, \n \n \n activity_type\n \n as \n \n activity_type\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n last_updated\n \n as \n \n last_updated\n \n, \n \n \n owner_id\n \n as \n \n owner_id\n \n, \n \n \n portal_id\n \n as \n \n portal_id\n \n, \n \n \n timestamp\n \n as occurred_timestamp , \n \n \n type\n \n as engagement_type \n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n active as is_active,\n activity_type,\n cast(created_at as TIMESTAMP) as created_timestamp,\n id as engagement_id,\n cast(last_updated as TIMESTAMP) as last_updated_timestamp,\n owner_id,\n portal_id,\n cast(occurred_timestamp as TIMESTAMP) as occurred_timestamp, -- source field name = timestamp ; alias declared in macros/get_engagement_columns.sql\n engagement_type\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__ticket_company": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_company", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__ticket_company.sql", "original_file_path": "models/stg_hubspot__ticket_company.sql", "unique_id": "model.hubspot_source.stg_hubspot__ticket_company", "fqn": ["hubspot_source", "stg_hubspot__ticket_company"], "alias": "stg_hubspot__ticket_company", "checksum": {"name": "sha256", "checksum": "6a6a348a7a63c7b363edff5d1689eadcbdce16e988e471d31c402c4eaf140859"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a 'link' between a ticket and company.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "The ID of the related ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_id": {"name": "company_id", "description": "The ID of the related company.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__ticket.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.780009, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_company`", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__ticket_company_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__ticket_company_tmp')),\n staging_columns=get_ticket_company_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n ticket_id,\n company_id\n\n from macro\n\n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__ticket_company_tmp"], ["stg_hubspot__ticket_company_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.hubspot_source.get_ticket_company_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__ticket_company_tmp", "model.hubspot_source.stg_hubspot__ticket_company_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__ticket_company.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_company_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n ticket_id\n \n as \n \n ticket_id\n \n, \n \n \n company_id\n \n as \n \n company_id\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n ticket_id,\n company_id\n\n from macro\n\n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_campaign": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_campaign", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__email_campaign.sql", "original_file_path": "models/stg_hubspot__email_campaign.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_campaign", "fqn": ["hubspot_source", "stg_hubspot__email_campaign"], "alias": "stg_hubspot__email_campaign", "checksum": {"name": "sha256", "checksum": "4aa22ef0389e2423745f4d9d24d539c3ca04508503c262b7ad21d83de7dd5f10"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents an email campaign in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "The app ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_name": {"name": "app_name", "description": "The app name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "content_id": {"name": "content_id", "description": "The ID of the content.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_campaign_id": {"name": "email_campaign_id", "description": "The ID of the email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_campaign_name": {"name": "email_campaign_name", "description": "The name of the email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_campaign_sub_type": {"name": "email_campaign_sub_type", "description": "The email campaign sub-type.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_campaign_subject": {"name": "email_campaign_subject", "description": "The subject of the email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_campaign_type": {"name": "email_campaign_type", "description": "The email campaign type.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_included": {"name": "num_included", "description": "The number of messages included as part of the email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_queued": {"name": "num_queued", "description": "The number of messages queued as part of the email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.717723, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_campaign`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_campaign_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_campaign_tmp')),\n staging_columns=get_email_campaign_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n app_id,\n app_name,\n content_id,\n id as email_campaign_id,\n name as email_campaign_name,\n num_included,\n num_queued,\n sub_type as email_campaign_sub_type,\n subject as email_campaign_subject,\n type as email_campaign_type\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__email_campaign_tmp"], ["stg_hubspot__email_campaign_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_campaign_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__email_campaign_tmp", "model.hubspot_source.stg_hubspot__email_campaign_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_campaign.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_campaign_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n app_id\n \n as \n \n app_id\n \n, \n \n \n app_name\n \n as \n \n app_name\n \n, \n \n \n content_id\n \n as \n \n content_id\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n num_included\n \n as \n \n num_included\n \n, \n \n \n num_queued\n \n as \n \n num_queued\n \n, \n \n \n sub_type\n \n as \n \n sub_type\n \n, \n \n \n subject\n \n as \n \n subject\n \n, \n \n \n type\n \n as \n \n type\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n app_id,\n app_name,\n content_id,\n id as email_campaign_id,\n name as email_campaign_name,\n num_included,\n num_queued,\n sub_type as email_campaign_sub_type,\n subject as email_campaign_subject,\n type as email_campaign_type\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_print": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_print", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__email_event_print.sql", "original_file_path": "models/stg_hubspot__email_event_print.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_print", "fqn": ["hubspot_source", "stg_hubspot__email_event_print"], "alias": "stg_hubspot__email_event_print", "checksum": {"name": "sha256", "checksum": "c1755b00f6207bf17cad9e4aeb968670404cb6f088029cd3b543fd07731fa45a"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a PRINT email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "browser": {"name": "browser", "description": "A JSON object representing the browser which serviced the event. Its comprised of the properties: 'name', 'family', 'producer', 'producer_url', 'type', 'url', 'version'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "geo_location": {"name": "geo_location", "description": "A JSON object representing the location where the event occurred. It's comprised of the properties: 'city', 'state', 'country'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The contact's IP address when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.7088199, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_print`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_print_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_print_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_print_tmp')),\n staging_columns=get_email_event_print_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n browser,\n id as event_id,\n ip_address,\n location as geo_location,\n user_agent\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__email_event_print_tmp"], ["stg_hubspot__email_event_print_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_print_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_print_tmp", "model.hubspot_source.stg_hubspot__email_event_print_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_print.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_print_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n browser\n \n as \n \n browser\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n ip_address\n \n as \n \n ip_address\n \n, \n \n \n location\n \n as \n \n location\n \n, \n \n \n user_agent\n \n as \n \n user_agent\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n browser,\n id as event_id,\n ip_address,\n location as geo_location,\n user_agent\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__contact_property_history": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__contact_property_history", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__contact_property_history.sql", "original_file_path": "models/stg_hubspot__contact_property_history.sql", "unique_id": "model.hubspot_source.stg_hubspot__contact_property_history", "fqn": ["hubspot_source", "stg_hubspot__contact_property_history"], "alias": "stg_hubspot__contact_property_history", "checksum": {"name": "sha256", "checksum": "08a2e18496deec4be0149e0245268de1072f71a4e52f5bfcf81ff4713be78b7f"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a change to contact record in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_source": {"name": "change_source", "description": "The source (reason) of the change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_source_id": {"name": "change_source_id", "description": "The ID of the object that caused the change, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_timestamp": {"name": "change_timestamp", "description": "The timestamp the changed occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the related contact record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "field_name": {"name": "field_name", "description": "The name of the field being changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "new_value": {"name": "new_value", "description": "The new value of the field.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__contact.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.686454, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__contact_property_history`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled', 'hubspot_contact_property_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__contact_property_history_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__contact_property_history_tmp')),\n staging_columns=get_contact_property_history_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n contact_id,\n name as field_name,\n source as change_source,\n source_id as change_source_id,\n cast(change_timestamp as {{ dbt.type_timestamp() }}) as change_timestamp, -- source field name = timestamp ; alias declared in macros/get_contact_property_history_columns.sql\n value as new_value\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__contact_property_history_tmp"], ["stg_hubspot__contact_property_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_contact_property_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__contact_property_history_tmp", "model.hubspot_source.stg_hubspot__contact_property_history_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__contact_property_history.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__contact_property_history_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n contact_id\n \n as \n \n contact_id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n source\n \n as \n \n source\n \n, \n \n \n source_id\n \n as \n \n source_id\n \n, \n \n \n timestamp\n \n as change_timestamp , \n \n \n value\n \n as \n \n value\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n contact_id,\n name as field_name,\n source as change_source,\n source_id as change_source_id,\n cast(change_timestamp as TIMESTAMP) as change_timestamp, -- source field name = timestamp ; alias declared in macros/get_contact_property_history_columns.sql\n value as new_value\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__ticket_property_history": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_property_history", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__ticket_property_history.sql", "original_file_path": "models/stg_hubspot__ticket_property_history.sql", "unique_id": "model.hubspot_source.stg_hubspot__ticket_property_history", "fqn": ["hubspot_source", "stg_hubspot__ticket_property_history"], "alias": "stg_hubspot__ticket_property_history", "checksum": {"name": "sha256", "checksum": "e37422e3b7420bee0af29a017bd68ade7673919b3fa3e7153f4ea27489e7583f"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a change to ticket record in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_source": {"name": "change_source", "description": "The source (reason) of the change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_source_id": {"name": "change_source_id", "description": "The ID of the object that caused the change, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_timestamp": {"name": "change_timestamp", "description": "The timestamp the changed occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "The ID of the related ticket record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "field_name": {"name": "field_name", "description": "The name of the field being changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "new_value": {"name": "new_value", "description": "The new value of the field.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__ticket.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.7836359, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_property_history`", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__ticket_property_history_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__ticket_property_history_tmp')),\n staging_columns=get_ticket_property_history_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n ticket_id,\n name as field_name,\n source as change_source,\n source_id as change_source_id,\n cast(timestamp_instant as {{ dbt.type_timestamp() }}) as change_timestamp,\n value as new_value\n\n from macro\n\n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__ticket_property_history_tmp"], ["stg_hubspot__ticket_property_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.hubspot_source.get_ticket_property_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__ticket_property_history_tmp", "model.hubspot_source.stg_hubspot__ticket_property_history_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__ticket_property_history.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_property_history_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n ticket_id\n \n as \n \n ticket_id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n source\n \n as \n \n source\n \n, \n \n \n source_id\n \n as \n \n source_id\n \n, \n \n \n timestamp_instant\n \n as \n \n timestamp_instant\n \n, \n \n \n value\n \n as \n \n value\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n ticket_id,\n name as field_name,\n source as change_source,\n source_id as change_source_id,\n cast(timestamp_instant as TIMESTAMP) as change_timestamp,\n value as new_value\n\n from macro\n\n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_open": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_open", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__email_event_open.sql", "original_file_path": "models/stg_hubspot__email_event_open.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_open", "fqn": ["hubspot_source", "stg_hubspot__email_event_open"], "alias": "stg_hubspot__email_event_open", "checksum": {"name": "sha256", "checksum": "580a6c3b6489d7175f718aad4428681a201d5d58930c5cd0f42f8f4bcf5298f6"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a OPEN email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "browser": {"name": "browser", "description": "A JSON object representing the browser which serviced the event. Its comprised of the properties: 'name', 'family', 'producer', 'producer_url', 'type', 'url', 'version'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "duration_open": {"name": "duration_open", "description": "If provided and nonzero, the approximate number of milliseconds the user had opened the email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "geo_location": {"name": "geo_location", "description": "A JSON object representing the location where the event occurred. It's comprised of the properties: 'city', 'state', 'country'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The contact's IP address when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.707307, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_open`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_open_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_open_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_open_tmp')),\n staging_columns=get_email_event_open_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n browser,\n duration as duration_open,\n id as event_id,\n ip_address,\n location as geo_location,\n user_agent\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__email_event_open_tmp"], ["stg_hubspot__email_event_open_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_open_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_open_tmp", "model.hubspot_source.stg_hubspot__email_event_open_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_open.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_open_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n browser\n \n as \n \n browser\n \n, \n \n \n duration\n \n as \n \n duration\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n ip_address\n \n as \n \n ip_address\n \n, \n \n \n location\n \n as \n \n location\n \n, \n \n \n user_agent\n \n as \n \n user_agent\n \n\n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n browser,\n duration as duration_open,\n id as event_id,\n ip_address,\n location as geo_location,\n user_agent\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_sent": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_sent", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__email_event_sent.sql", "original_file_path": "models/stg_hubspot__email_event_sent.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_sent", "fqn": ["hubspot_source", "stg_hubspot__email_event_sent"], "alias": "stg_hubspot__email_event_sent", "checksum": {"name": "sha256", "checksum": "ed1e29f01e4798084ef7df929267165aa73f2c29ed3c3aa39cc7c3d154beb1a2"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a SENT email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "bcc_emails": {"name": "bcc_emails", "description": "The 'cc' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "cc_emails": {"name": "cc_emails", "description": "The 'bcc' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_subject": {"name": "email_subject", "description": "The subject line of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_id": {"name": "event_id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_email": {"name": "from_email", "description": "The 'from' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reply_to_email": {"name": "reply_to_email", "description": "The 'reply-to' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__email.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.710258, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_sent`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_sent_enabled'])) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__email_event_sent_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__email_event_sent_tmp')),\n staging_columns=get_email_event_sent_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n bcc as bcc_emails,\n cc as cc_emails,\n from_email, -- source field name = from ; alias declared in macros/get_email_event_sent_columns.sql\n id as event_id,\n reply_to as reply_to_email,\n subject as email_subject\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__email_event_sent_tmp"], ["stg_hubspot__email_event_sent_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.hubspot_source.get_email_event_sent_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_sent_tmp", "model.hubspot_source.stg_hubspot__email_event_sent_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email_event_sent.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_sent_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n bcc\n \n as \n \n bcc\n \n, \n \n \n cc\n \n as \n \n cc\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n reply_to\n \n as \n \n reply_to\n \n, \n \n \n subject\n \n as \n \n subject\n \n, \n \n \n \n \n `from`\n \n \n \n as from_email \n\n\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n bcc as bcc_emails,\n cc as cc_emails,\n from_email, -- source field name = from ; alias declared in macros/get_email_event_sent_columns.sql\n id as event_id,\n reply_to as reply_to_email,\n subject as email_subject\n from macro\n \n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__ticket": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__ticket.sql", "original_file_path": "models/stg_hubspot__ticket.sql", "unique_id": "model.hubspot_source.stg_hubspot__ticket", "fqn": ["hubspot_source", "stg_hubspot__ticket"], "alias": "stg_hubspot__ticket", "checksum": {"name": "sha256", "checksum": "0b2bbc1b942645b3af3d2338dd6a215c058ad2ecde00904a4b27232208428b69"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a ticket in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "ID of the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_ticket_deleted": {"name": "is_ticket_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "closed_at": {"name": "closed_at", "description": "The date the ticket was closed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date the ticket was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_agent_reply_at": {"name": "first_agent_reply_at", "description": "the date for the first agent reply on the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_pipeline_id": {"name": "ticket_pipeline_id", "description": "The ID of the ticket's pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_pipeline_stage_id": {"name": "ticket_pipeline_stage_id", "description": "The ID of the ticket's pipeline stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_priority": {"name": "ticket_priority", "description": "The priority of the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_category": {"name": "ticket_category", "description": "The category of the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "owner_id": {"name": "owner_id", "description": "The ID of the deal's owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_subject": {"name": "ticket_subject", "description": "Short summary of ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_content": {"name": "ticket_content", "description": "Text in body of the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__ticket.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": true}, "created_at": 1680112211.786019, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket`", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__ticket_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__ticket_tmp')),\n staging_columns=get_ticket_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n\n{% if var('hubspot__pass_through_all_columns', false) %}\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__ticket_tmp')),\n staging_columns=get_ticket_columns()\n )\n }}\n {% if all_passthrough_column_check('stg_hubspot__ticket_tmp',get_ticket_columns()) > 0 %}\n -- just pass everything through if extra columns are present, but ensure required columns are present.\n ,{{ \n fivetran_utils.remove_prefix_from_columns(\n columns=adapter.get_columns_in_relation(ref('stg_hubspot__ticket_tmp')), \n prefix='property_', exclude=get_macro_columns(get_ticket_columns())) \n }}\n {% endif %}\n from base\n\n{% else %}\n -- just default columns + explicitly configured passthrough columns\n -- a few columns below are aliased within the macros/get_ticket_columns.sql macro\n ticket_id,\n is_ticket_deleted,\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n cast(closed_at as {{ dbt.type_timestamp() }}) as closed_at,\n cast(created_at as {{ dbt.type_timestamp() }}) as created_at,\n first_agent_reply_at,\n ticket_pipeline_id,\n ticket_pipeline_stage_id,\n ticket_category,\n ticket_priority,\n owner_id,\n ticket_subject,\n ticket_content\n\n --The below macro adds the fields defined within your hubspot__ticket_pass_through_columns variable into the staging model\n {{ fivetran_utils.fill_pass_through_columns('hubspot__ticket_pass_through_columns') }}\n\n -- The below macro add the ability to create calculated fields using the hubspot__ticket_calculated_fields variable.\n {{ fivetran_utils.calculated_fields('hubspot__ticket_calculated_fields') }}\n \n from macro\n{% endif %}\n\n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__ticket_tmp"], ["stg_hubspot__ticket_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.hubspot_source.get_ticket_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp", "macro.fivetran_utils.fill_pass_through_columns", "macro.fivetran_utils.calculated_fields"], "nodes": ["model.hubspot_source.stg_hubspot__ticket_tmp", "model.hubspot_source.stg_hubspot__ticket_tmp"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__ticket.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_tmp`\n\n), macro as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n id\n \n as ticket_id , \n \n \n is_deleted\n \n as is_ticket_deleted , \n \n \n property_closed_date\n \n as closed_at , \n \n \n property_createdate\n \n as created_at , \n \n \n property_first_agent_reply_date\n \n as first_agent_reply_at , \n \n \n property_hs_pipeline\n \n as ticket_pipeline_id , \n \n \n property_hs_pipeline_stage\n \n as ticket_pipeline_stage_id , \n \n \n property_hs_ticket_category\n \n as ticket_category , \n \n \n property_hs_ticket_priority\n \n as ticket_priority , \n \n \n property_hubspot_owner_id\n \n as owner_id , \n \n \n property_subject\n \n as ticket_subject , \n \n \n property_content\n \n as ticket_content \n\n\n from base\n\n), fields as (\n\n select\n\n\n -- just default columns + explicitly configured passthrough columns\n -- a few columns below are aliased within the macros/get_ticket_columns.sql macro\n ticket_id,\n is_ticket_deleted,\n cast(_fivetran_synced as TIMESTAMP) as _fivetran_synced,\n cast(closed_at as TIMESTAMP) as closed_at,\n cast(created_at as TIMESTAMP) as created_at,\n first_agent_reply_at,\n ticket_pipeline_id,\n ticket_pipeline_stage_id,\n ticket_category,\n ticket_priority,\n owner_id,\n ticket_subject,\n ticket_content\n\n --The below macro adds the fields defined within your hubspot__ticket_pass_through_columns variable into the staging model\n \n\n\n\n\n\n -- The below macro add the ability to create calculated fields using the hubspot__ticket_calculated_fields variable.\n \n\n\n \n from macro\n\n\n)\n\nselect *\nfrom fields", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__contact_property_history_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__contact_property_history_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__contact_property_history_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__contact_property_history_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__contact_property_history_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__contact_property_history_tmp"], "alias": "stg_hubspot__contact_property_history_tmp", "checksum": {"name": "sha256", "checksum": "94e046ad79ff164894e3d2ee9fa6d094236277d5e4eb61c16ba48a454a9d1092"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.395017, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__contact_property_history_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled', 'hubspot_contact_property_enabled'])) }}\n\nselect *\nfrom {{ var('contact_property_history') }}", "language": "sql", "refs": [], "sources": [["hubspot", "contact_property_history"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.contact_property_history"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__contact_property_history_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`contact_property_history_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_dropped_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_dropped_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__email_event_dropped_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_dropped_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_dropped_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_dropped_tmp"], "alias": "stg_hubspot__email_event_dropped_tmp", "checksum": {"name": "sha256", "checksum": "6ea29cc5169d736f3d306ada0e68c21d47fdffaadf1d92fa7e63df762b71c67c"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.4000902, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_dropped_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_dropped_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_dropped') }}", "language": "sql", "refs": [["email_event_dropped_data"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.fivetran_utils.seed_data_helper"], "nodes": ["seed.hubspot_source_integration_tests.email_event_dropped_data"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_dropped_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_dropped_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_sent_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_sent_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__email_event_sent_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_sent_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_sent_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_sent_tmp"], "alias": "stg_hubspot__email_event_sent_tmp", "checksum": {"name": "sha256", "checksum": "c755ee8e2ade057381ab3f7264b0aff04fb1e666940b91bbc35d9dab8f6c79df"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.406744, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_sent_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_sent_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_sent') }}", "language": "sql", "refs": [["email_event_sent_data"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.fivetran_utils.seed_data_helper"], "nodes": ["seed.hubspot_source_integration_tests.email_event_sent_data"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_sent_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_sent_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__deal_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__deal_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__deal_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__deal_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__deal_tmp"], "alias": "stg_hubspot__deal_tmp", "checksum": {"name": "sha256", "checksum": "124a98f73b4fa274b33cb876e1627e3bd328f16b00633a8af0904bd05a1eaf7e"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.4121401, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled'])) }}\n\nselect *\nfrom {{ var('deal') }}", "language": "sql", "refs": [], "sources": [["hubspot", "deal"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.deal"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__deal_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`deal_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__ticket_company_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_company_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__ticket_company_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__ticket_company_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__ticket_company_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__ticket_company_tmp"], "alias": "stg_hubspot__ticket_company_tmp", "checksum": {"name": "sha256", "checksum": "5f7de5cb03591c0b20fcc1cd5fc523af4695604d6bc563d293f584d0881d18ff"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.416321, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_company_tmp`", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nselect *\nfrom {{ var('ticket_company') }}", "language": "sql", "refs": [], "sources": [["hubspot", "ticket_company"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.hubspot_source.hubspot.ticket_company"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__ticket_company_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_company_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__deal_contact_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_contact_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__deal_contact_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__deal_contact_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__deal_contact_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__deal_contact_tmp"], "alias": "stg_hubspot__deal_contact_tmp", "checksum": {"name": "sha256", "checksum": "d428077a4a1b950402d8fcb4f46de1fccf04bbef6a7274dc35f1a2f3a25d5688"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.4215748, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_contact_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled','hubspot_deal_contact_enabled'])) }}\n\nselect *\nfrom {{ var('deal_contact') }}", "language": "sql", "refs": [], "sources": [["hubspot", "deal_contact"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.deal_contact"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__deal_contact_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`deal_contact_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__contact_list_member_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__contact_list_member_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__contact_list_member_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__contact_list_member_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__contact_list_member_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__contact_list_member_tmp"], "alias": "stg_hubspot__contact_list_member_tmp", "checksum": {"name": "sha256", "checksum": "c5f4b38033f7e73b8c560ae9b10c959ab53636db77febaea2878864bfcbd47e8"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.4257972, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__contact_list_member_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled', 'hubspot_contact_list_member_enabled'])) }}\n\nselect *\nfrom {{ var('contact_list_member') }}", "language": "sql", "refs": [], "sources": [["hubspot", "contact_list_member"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.contact_list_member"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__contact_list_member_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`contact_list_member_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__owner_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__owner_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__owner_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__owner_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__owner_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__owner_tmp"], "alias": "stg_hubspot__owner_tmp", "checksum": {"name": "sha256", "checksum": "8b06d5fa0a2f2102fcc69868ed48699af552e012171048d5c9afccc2e3074859"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.4310741, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__owner_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_owner_enabled'])) }}\n\nselect *\nfrom {{ var('owner') }}", "language": "sql", "refs": [], "sources": [["hubspot", "owner"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.owner"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__owner_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`owner_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__deal_stage_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_stage_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__deal_stage_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__deal_stage_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__deal_stage_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__deal_stage_tmp"], "alias": "stg_hubspot__deal_stage_tmp", "checksum": {"name": "sha256", "checksum": "ec97e0066c2090f43c12562580a53d3de824e0c1408f86af9f1279119eec35e9"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.43503, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_stage_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled'])) }}\n\nselect * \nfrom {{ var('deal_stage') }}", "language": "sql", "refs": [], "sources": [["hubspot", "deal_stage"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.deal_stage"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__deal_stage_tmp.sql", "compiled": true, "compiled_code": "\n\nselect * \nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`deal_stage_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__deal_pipeline_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_pipeline_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__deal_pipeline_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__deal_pipeline_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__deal_pipeline_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__deal_pipeline_tmp"], "alias": "stg_hubspot__deal_pipeline_tmp", "checksum": {"name": "sha256", "checksum": "5ec1c0f28d2a898b8e0d02a04aba6b9721c90b43e037d327e43c6c327cc0fb8f"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.439202, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_pipeline_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled'])) }}\n\nselect *\nfrom {{ var('deal_pipeline') }}", "language": "sql", "refs": [], "sources": [["hubspot", "deal_pipeline"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.deal_pipeline"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__deal_pipeline_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`deal_pipeline_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__ticket_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__ticket_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__ticket_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__ticket_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__ticket_tmp"], "alias": "stg_hubspot__ticket_tmp", "checksum": {"name": "sha256", "checksum": "2e188e61ddd6146d4560c63cc84857ce0688f723f8eb307a6874e3628367fa11"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.443468, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_tmp`", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nselect *\nfrom {{ var('ticket') }}", "language": "sql", "refs": [], "sources": [["hubspot", "ticket"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.hubspot_source.hubspot.ticket"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__ticket_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__ticket_property_history_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_property_history_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__ticket_property_history_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__ticket_property_history_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__ticket_property_history_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__ticket_property_history_tmp"], "alias": "stg_hubspot__ticket_property_history_tmp", "checksum": {"name": "sha256", "checksum": "5ebec12d8d8bc99d6755eb8a2c527fc96be278ca71f0b23a3df94f57dcc5d69c"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.4501219, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_property_history_tmp`", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nselect *\nfrom {{ var('ticket_property_history') }}", "language": "sql", "refs": [], "sources": [["hubspot", "ticket_property_history"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.hubspot_source.hubspot.ticket_property_history"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__ticket_property_history_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_property_history_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__ticket_pipeline_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_pipeline_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__ticket_pipeline_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__ticket_pipeline_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__ticket_pipeline_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__ticket_pipeline_tmp"], "alias": "stg_hubspot__ticket_pipeline_tmp", "checksum": {"name": "sha256", "checksum": "6d288825ed33116c29e43605b52be8b6d49c182536ca3830dcc034653b74e359"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.456057, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_pipeline_tmp`", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nselect * \nfrom {{ var('ticket_pipeline') }}", "language": "sql", "refs": [], "sources": [["hubspot", "ticket_pipeline"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.hubspot_source.hubspot.ticket_pipeline"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__ticket_pipeline_tmp.sql", "compiled": true, "compiled_code": "\n\nselect * \nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_pipeline_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__engagement_company_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_company_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__engagement_company_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__engagement_company_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__engagement_company_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__engagement_company_tmp"], "alias": "stg_hubspot__engagement_company_tmp", "checksum": {"name": "sha256", "checksum": "d3e3765d608bc56f3bc07549accc1026e5d5ca93d650eb66d5522d4ad33bf3bc"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.46032, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_company_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_company_enabled'])) }}\n\nselect *\nfrom {{ var('engagement_company') }}", "language": "sql", "refs": [], "sources": [["hubspot", "engagement_company"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.engagement_company"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__engagement_company_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_company_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__contact_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__contact_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__contact_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__contact_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__contact_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__contact_tmp"], "alias": "stg_hubspot__contact_tmp", "checksum": {"name": "sha256", "checksum": "17272cbcc9301857a35b6df8ea8a8426315db16044249a83a6dee8a13bda051d"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.4642298, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__contact_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled', 'hubspot_contact_enabled'])) }}\n\nselect *\nfrom {{ var('contact') }}", "language": "sql", "refs": [], "sources": [["hubspot", "contact"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.contact"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__contact_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`contact_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_status_change_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_status_change_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__email_event_status_change_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_status_change_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_status_change_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_status_change_tmp"], "alias": "stg_hubspot__email_event_status_change_tmp", "checksum": {"name": "sha256", "checksum": "4834d0413d972cb9b335efa782358855be7be2c4b7f70f2473ae5b13dda09c08"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.468993, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_status_change_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_status_change_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_status_change') }}", "language": "sql", "refs": [], "sources": [["hubspot", "email_event_status_change"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_event_status_change"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_status_change_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_status_change_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__engagement_note_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_note_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__engagement_note_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__engagement_note_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__engagement_note_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__engagement_note_tmp"], "alias": "stg_hubspot__engagement_note_tmp", "checksum": {"name": "sha256", "checksum": "bd3aa3ac5c07c206010b172fb2049c3724cdea3cc838cd1b536071f88543b79d"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.473266, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_note_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_note_enabled'])) }}\n\nselect *\nfrom {{ var('engagement_note') }}", "language": "sql", "refs": [], "sources": [["hubspot", "engagement_note"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.engagement_note"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__engagement_note_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_note_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__ticket_contact_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_contact_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__ticket_contact_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__ticket_contact_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__ticket_contact_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__ticket_contact_tmp"], "alias": "stg_hubspot__ticket_contact_tmp", "checksum": {"name": "sha256", "checksum": "60c711bb88b094d207787b20f2cbfc386dd99a07a611643612a0bc7e34458c71"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.478374, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_contact_tmp`", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nselect *\nfrom {{ var('ticket_contact') }}", "language": "sql", "refs": [], "sources": [["hubspot", "ticket_contact"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.hubspot_source.hubspot.ticket_contact"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__ticket_contact_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_contact_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__deal_company_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_company_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__deal_company_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__deal_company_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__deal_company_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__deal_company_tmp"], "alias": "stg_hubspot__deal_company_tmp", "checksum": {"name": "sha256", "checksum": "dd18ea003d261853bceba6b07f5f614d9719b423a1d54fbc0305590ca499d9c5"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.4824939, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_company_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled','hubspot_deal_company_enabled'])) }}\n\nselect *\nfrom {{ var('deal_company') }}", "language": "sql", "refs": [], "sources": [["hubspot", "deal_company"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.deal_company"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__deal_company_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`deal_company_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__engagement_deal_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_deal_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__engagement_deal_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__engagement_deal_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__engagement_deal_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__engagement_deal_tmp"], "alias": "stg_hubspot__engagement_deal_tmp", "checksum": {"name": "sha256", "checksum": "700d960779a56df2619e3c72d555fd04f536d5cec3459618b2ca3e3ac5cfe25b"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.493429, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_deal_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_deal_enabled'])) }}\n\nselect *\nfrom {{ var('engagement_deal') }}", "language": "sql", "refs": [], "sources": [["hubspot", "engagement_deal"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.engagement_deal"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__engagement_deal_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_deal_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_print_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_print_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__email_event_print_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_print_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_print_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_print_tmp"], "alias": "stg_hubspot__email_event_print_tmp", "checksum": {"name": "sha256", "checksum": "e1492dcb7f40e0a445b55f116658d58a9380ec0cf1dcbc0237b77e0d7b37e34a"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.511956, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_print_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_print_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_print') }}", "language": "sql", "refs": [], "sources": [["hubspot", "email_event_print"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_event_print"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_print_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_print_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__company_property_history_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__company_property_history_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__company_property_history_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__company_property_history_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__company_property_history_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__company_property_history_tmp"], "alias": "stg_hubspot__company_property_history_tmp", "checksum": {"name": "sha256", "checksum": "c63579bdf13286d3fef53cd3fc735d3e299f41623a8d2bb19c63bb5d1195df93"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.531945, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__company_property_history_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_company_enabled'])) }}\n\nselect *\nfrom {{ var('company_property_history') }}", "language": "sql", "refs": [], "sources": [["hubspot", "company_property_history"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.company_property_history"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__company_property_history_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`company_property_history_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__email_event_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_tmp"], "alias": "stg_hubspot__email_event_tmp", "checksum": {"name": "sha256", "checksum": "bd2e785786c99cc9fca040403c1a44c02605d01c2fb1f8828631b22218761fcb"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.539982, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled'])) }}\n\nselect *\nfrom {{ var('email_event') }}", "language": "sql", "refs": [], "sources": [["hubspot", "email_event"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_event"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__company_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__company_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__company_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__company_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__company_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__company_tmp"], "alias": "stg_hubspot__company_tmp", "checksum": {"name": "sha256", "checksum": "71e14b733d49851913c34d2a6a973e8e696bb05d7779e51cffdae2718fc65059"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.54454, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__company_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_company_enabled'])) }}\n\nselect *\nfrom {{ var('company') }}", "language": "sql", "refs": [], "sources": [["hubspot", "company"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.company"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__company_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`company_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_click_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_click_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__email_event_click_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_click_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_click_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_click_tmp"], "alias": "stg_hubspot__email_event_click_tmp", "checksum": {"name": "sha256", "checksum": "6b724be03dd8dbaec06b9515c1143a84c95d5b3a4c7a674cb6544cefb449bf74"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.548883, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_click_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_click_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_click') }}", "language": "sql", "refs": [], "sources": [["hubspot", "email_event_click"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_event_click"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_click_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_click_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__engagement_contact_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_contact_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__engagement_contact_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__engagement_contact_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__engagement_contact_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__engagement_contact_tmp"], "alias": "stg_hubspot__engagement_contact_tmp", "checksum": {"name": "sha256", "checksum": "68896f07089718c2878b9e71accc1f75d6d35516b996a7be2c0541d6b13c4508"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.55327, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_contact_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_contact_enabled'])) }}\n\nselect *\nfrom {{ var('engagement_contact') }}", "language": "sql", "refs": [], "sources": [["hubspot", "engagement_contact"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.engagement_contact"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__engagement_contact_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_contact_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__contact_list_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__contact_list_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__contact_list_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__contact_list_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__contact_list_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__contact_list_tmp"], "alias": "stg_hubspot__contact_list_tmp", "checksum": {"name": "sha256", "checksum": "fd9af8e7a35d01dc575bf5c19d751d25794d7acb7d5bb1463e5caeab72d857a2"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.5574012, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__contact_list_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled', 'hubspot_contact_list_enabled'])) }}\n\nselect *\nfrom {{ var('contact_list') }}", "language": "sql", "refs": [["contact_list_data"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars", "macro.fivetran_utils.seed_data_helper"], "nodes": ["seed.hubspot_source_integration_tests.contact_list_data"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__contact_list_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`contact_list_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__engagement_meeting_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_meeting_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__engagement_meeting_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__engagement_meeting_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__engagement_meeting_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__engagement_meeting_tmp"], "alias": "stg_hubspot__engagement_meeting_tmp", "checksum": {"name": "sha256", "checksum": "517128f8c74c796a97bd01727623c64981e0c489dbd7d0c497bb287a58dfe4de"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.562936, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_meeting_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_meeting_enabled'])) }}\n\nselect *\nfrom {{ var('engagement_meeting') }}", "language": "sql", "refs": [], "sources": [["hubspot", "engagement_meeting"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.engagement_meeting"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__engagement_meeting_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_meeting_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__engagement_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__engagement_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__engagement_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__engagement_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__engagement_tmp"], "alias": "stg_hubspot__engagement_tmp", "checksum": {"name": "sha256", "checksum": "5ac51429780d9f7160a9e98ac3c4735e92321b47835e9793189c928bf9299da7"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.56772, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled'])) }}\n\nselect *\nfrom {{ var('engagement') }}", "language": "sql", "refs": [], "sources": [["hubspot", "engagement"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.engagement"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__engagement_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_delivered_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_delivered_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__email_event_delivered_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_delivered_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_delivered_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_delivered_tmp"], "alias": "stg_hubspot__email_event_delivered_tmp", "checksum": {"name": "sha256", "checksum": "f0d72c7ce2193ae96b6a3b5c317755bc9e53a598f3a1668496d4ded7b42dce2b"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.572515, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_delivered_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_delivered_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_delivered') }}", "language": "sql", "refs": [], "sources": [["hubspot", "email_event_delivered"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_event_delivered"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_delivered_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_delivered_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__engagement_email_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_email_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__engagement_email_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__engagement_email_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__engagement_email_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__engagement_email_tmp"], "alias": "stg_hubspot__engagement_email_tmp", "checksum": {"name": "sha256", "checksum": "6b83154fa1de07667ec47ca47bb8be3450fb5ad4bb983f86656630df3fdbb8a9"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.577019, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_email_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_email_enabled'])) }}\n\nselect *\nfrom {{ var('engagement_email') }}", "language": "sql", "refs": [], "sources": [["hubspot", "engagement_email"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.engagement_email"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__engagement_email_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_email_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_forward_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_forward_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__email_event_forward_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_forward_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_forward_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_forward_tmp"], "alias": "stg_hubspot__email_event_forward_tmp", "checksum": {"name": "sha256", "checksum": "e84459ef11badbd945ca410cbdeccb77f66ce169f85e3c9ee7384798669ea5c6"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.581262, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_forward_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_forward_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_forward') }}", "language": "sql", "refs": [], "sources": [["hubspot", "email_event_forward"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_event_forward"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_forward_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_forward_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_spam_report_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_spam_report_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__email_event_spam_report_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_spam_report_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_spam_report_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_spam_report_tmp"], "alias": "stg_hubspot__email_event_spam_report_tmp", "checksum": {"name": "sha256", "checksum": "86e3d74a05d22e93b2031516eb80c73cc43c061c804f52d16d35a11bfae1a468"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.586118, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_spam_report_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_spam_report_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_spam_report') }}", "language": "sql", "refs": [], "sources": [["hubspot", "email_event_spam_report"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_event_spam_report"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_spam_report_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_spam_report_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__ticket_engagement_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_engagement_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__ticket_engagement_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__ticket_engagement_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__ticket_engagement_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__ticket_engagement_tmp"], "alias": "stg_hubspot__ticket_engagement_tmp", "checksum": {"name": "sha256", "checksum": "3493d016c9f0ee3de2dd9fd416f99860cb83b9e09c99d258dca91028237fcdee"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.590283, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_engagement_tmp`", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nselect *\nfrom {{ var('ticket_engagement') }}", "language": "sql", "refs": [], "sources": [["hubspot", "ticket_engagement"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.hubspot_source.hubspot.ticket_engagement"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__ticket_engagement_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_engagement_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_bounce_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_bounce_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__email_event_bounce_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_bounce_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_bounce_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_bounce_tmp"], "alias": "stg_hubspot__email_event_bounce_tmp", "checksum": {"name": "sha256", "checksum": "5cf2f855ec70b4296cb2a2c12a040e5eaef869d317876a4979e9f1671ebb2ca3"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.594141, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_bounce_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_bounce_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_bounce') }}", "language": "sql", "refs": [], "sources": [["hubspot", "email_event_bounce"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_event_bounce"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_bounce_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_bounce_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__engagement_call_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_call_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__engagement_call_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__engagement_call_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__engagement_call_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__engagement_call_tmp"], "alias": "stg_hubspot__engagement_call_tmp", "checksum": {"name": "sha256", "checksum": "69b0b24222e906148931a0ccf9ff6b546b8dba794fbab4e375e4b787d1e93110"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.598151, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_call_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_call_enabled'])) }}\n\nselect *\nfrom {{ var('engagement_call') }}", "language": "sql", "refs": [], "sources": [["hubspot", "engagement_call"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.engagement_call"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__engagement_call_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_call_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_pipeline_stage_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__ticket_pipeline_stage_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__ticket_pipeline_stage_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__ticket_pipeline_stage_tmp"], "alias": "stg_hubspot__ticket_pipeline_stage_tmp", "checksum": {"name": "sha256", "checksum": "cb25ff2d6490eaf08d7c136559ce3cc8eaf04bc27005c99c2b3b0997ad6b67cd"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.602027, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_pipeline_stage_tmp`", "raw_code": "{{ config(enabled=var('hubspot_service_enabled', False)) }}\n\nselect * \nfrom {{ var('ticket_pipeline_stage') }}", "language": "sql", "refs": [], "sources": [["hubspot", "ticket_pipeline_stage"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.hubspot_source.hubspot.ticket_pipeline_stage"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__ticket_pipeline_stage_tmp.sql", "compiled": true, "compiled_code": "\n\nselect * \nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_pipeline_stage_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_pipeline_stage_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__deal_pipeline_stage_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__deal_pipeline_stage_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__deal_pipeline_stage_tmp"], "alias": "stg_hubspot__deal_pipeline_stage_tmp", "checksum": {"name": "sha256", "checksum": "1600e72fdab295282f0c932e6476a36d14de2beeddba11eef56704c5e19dfece"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.6074848, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_pipeline_stage_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled'])) }}\n\nselect *\nfrom {{ var('deal_pipeline_stage') }}", "language": "sql", "refs": [], "sources": [["hubspot", "deal_pipeline_stage"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.deal_pipeline_stage"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__deal_pipeline_stage_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`deal_pipeline_stage_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__engagement_task_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__engagement_task_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__engagement_task_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__engagement_task_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__engagement_task_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__engagement_task_tmp"], "alias": "stg_hubspot__engagement_task_tmp", "checksum": {"name": "sha256", "checksum": "77c59970e529c5fbcbe4aa4d15d0b2bee88de8ba394efb53a0a998b722e941bb"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.612195, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_task_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_engagement_enabled','hubspot_engagement_task_enabled'])) }}\n\nselect *\nfrom {{ var('engagement_task') }}", "language": "sql", "refs": [], "sources": [["hubspot", "engagement_task"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.engagement_task"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__engagement_task_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_task_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_open_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_open_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__email_event_open_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_open_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_open_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_open_tmp"], "alias": "stg_hubspot__email_event_open_tmp", "checksum": {"name": "sha256", "checksum": "f3ada0551ce1bab0ca3302c0464e2d17c8bbe5f4f74daccdf0bf84ee5fcd0a81"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.6167161, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_open_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_open_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_open') }}", "language": "sql", "refs": [], "sources": [["hubspot", "email_event_open"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_event_open"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_open_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_open_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__deal_property_history_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__deal_property_history_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__deal_property_history_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__deal_property_history_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__deal_property_history_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__deal_property_history_tmp"], "alias": "stg_hubspot__deal_property_history_tmp", "checksum": {"name": "sha256", "checksum": "168adec4f1836e664cfd6ae9d122a38bfd62840a758c7ade3ff13e7373bbfb31"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.620957, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_property_history_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_sales_enabled','hubspot_deal_enabled'])) }}\n\nselect *\nfrom {{ var('deal_property_history') }}", "language": "sql", "refs": [], "sources": [["hubspot", "deal_property_history"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.deal_property_history"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__deal_property_history_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`deal_property_history_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_event_deferred_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_event_deferred_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__email_event_deferred_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_event_deferred_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_event_deferred_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_event_deferred_tmp"], "alias": "stg_hubspot__email_event_deferred_tmp", "checksum": {"name": "sha256", "checksum": "49cc95430e8375d3d61ea116f5e866c90d1e094df57a2afc11aaa879856003af"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.625025, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_deferred_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_email_event_deferred_enabled'])) }}\n\nselect *\nfrom {{ var('email_event_deferred') }}", "language": "sql", "refs": [], "sources": [["hubspot", "email_event_deferred"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_event_deferred"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_event_deferred_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_deferred_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.hubspot_source.stg_hubspot__email_campaign_tmp": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__email_campaign_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__email_campaign_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__email_campaign_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__email_campaign_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__email_campaign_tmp"], "alias": "stg_hubspot__email_campaign_tmp", "checksum": {"name": "sha256", "checksum": "82140dbdec643b7ca1159e66138817a6e05cacce7ed8ddefdd9934f40f6afc38"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": true}, "created_at": 1680112211.629548, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_campaign_tmp`", "raw_code": "{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled'])) }}\n\nselect *\nfrom {{ var('email_campaign') }}", "language": "sql", "refs": [], "sources": [["hubspot", "email_campaign"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.enabled_vars"], "nodes": ["source.hubspot_source.hubspot.email_campaign"]}, "compiled_path": "target/compiled/hubspot_source/models/tmp/stg_hubspot__email_campaign_tmp.sql", "compiled": true, "compiled_code": "\n\nselect *\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_campaign_data`", "extra_ctes_injected": true, "extra_ctes": []}, "test.hubspot_source.unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.ba90fa6113": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "deal_pipeline_stage_id", "model": "{{ get_where_subquery(ref('stg_hubspot__deal_pipeline_stage')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.sql", "original_file_path": "models/stg_hubspot__deal.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.ba90fa6113", "fqn": ["hubspot_source", "unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id"], "alias": "unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.674227, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__deal_pipeline_stage"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__deal_pipeline_stage"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal.yml/unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select deal_pipeline_stage_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_pipeline_stage`\n where deal_pipeline_stage_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "deal_pipeline_stage_id", "file_key_name": "models.stg_hubspot__deal_pipeline_stage"}, "test.hubspot_source.not_null_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.d53656553e": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "deal_pipeline_stage_id", "model": "{{ get_where_subquery(ref('stg_hubspot__deal_pipeline_stage')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__deal_pip_5a707b4fbec8bec07f54d0383d90ea2b.sql", "original_file_path": "models/stg_hubspot__deal.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.d53656553e", "fqn": ["hubspot_source", "not_null_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id"], "alias": "not_null_stg_hubspot__deal_pip_5a707b4fbec8bec07f54d0383d90ea2b", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "not_null_stg_hubspot__deal_pip_5a707b4fbec8bec07f54d0383d90ea2b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "not_null_stg_hubspot__deal_pip_5a707b4fbec8bec07f54d0383d90ea2b"}, "created_at": 1680112211.67544, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_stg_hubspot__deal_pip_5a707b4fbec8bec07f54d0383d90ea2b\") }}", "language": "sql", "refs": [["stg_hubspot__deal_pipeline_stage"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__deal_pipeline_stage"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal.yml/not_null_stg_hubspot__deal_pip_5a707b4fbec8bec07f54d0383d90ea2b.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect deal_pipeline_stage_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_pipeline_stage`\nwhere deal_pipeline_stage_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "deal_pipeline_stage_id", "file_key_name": "models.stg_hubspot__deal_pipeline_stage"}, "test.hubspot_source.unique_stg_hubspot__deal_pipeline_deal_pipeline_id.dff6c45403": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "deal_pipeline_id", "model": "{{ get_where_subquery(ref('stg_hubspot__deal_pipeline')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__deal_pipeline_deal_pipeline_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__deal_pipeline_deal_pipeline_id.sql", "original_file_path": "models/stg_hubspot__deal.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__deal_pipeline_deal_pipeline_id.dff6c45403", "fqn": ["hubspot_source", "unique_stg_hubspot__deal_pipeline_deal_pipeline_id"], "alias": "unique_stg_hubspot__deal_pipeline_deal_pipeline_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.676471, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__deal_pipeline"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__deal_pipeline"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal.yml/unique_stg_hubspot__deal_pipeline_deal_pipeline_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select deal_pipeline_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_pipeline`\n where deal_pipeline_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "deal_pipeline_id", "file_key_name": "models.stg_hubspot__deal_pipeline"}, "test.hubspot_source.not_null_stg_hubspot__deal_pipeline_deal_pipeline_id.8a0e3cd7a3": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "deal_pipeline_id", "model": "{{ get_where_subquery(ref('stg_hubspot__deal_pipeline')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__deal_pipeline_deal_pipeline_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__deal_pipeline_deal_pipeline_id.sql", "original_file_path": "models/stg_hubspot__deal.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__deal_pipeline_deal_pipeline_id.8a0e3cd7a3", "fqn": ["hubspot_source", "not_null_stg_hubspot__deal_pipeline_deal_pipeline_id"], "alias": "not_null_stg_hubspot__deal_pipeline_deal_pipeline_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.67748, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__deal_pipeline"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__deal_pipeline"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal.yml/not_null_stg_hubspot__deal_pipeline_deal_pipeline_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect deal_pipeline_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal_pipeline`\nwhere deal_pipeline_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "deal_pipeline_id", "file_key_name": "models.stg_hubspot__deal_pipeline"}, "test.hubspot_source.not_null_stg_hubspot__deal_deal_id.ff48693e20": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "deal_id", "model": "{{ get_where_subquery(ref('stg_hubspot__deal')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__deal_deal_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__deal_deal_id.sql", "original_file_path": "models/stg_hubspot__deal.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__deal_deal_id.ff48693e20", "fqn": ["hubspot_source", "not_null_stg_hubspot__deal_deal_id"], "alias": "not_null_stg_hubspot__deal_deal_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.67859, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__deal"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__deal"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal.yml/not_null_stg_hubspot__deal_deal_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect deal_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal`\nwhere deal_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "deal_id", "file_key_name": "models.stg_hubspot__deal"}, "test.hubspot_source.unique_stg_hubspot__deal_deal_id.ac1628ac69": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "deal_id", "model": "{{ get_where_subquery(ref('stg_hubspot__deal')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__deal_deal_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__deal_deal_id.sql", "original_file_path": "models/stg_hubspot__deal.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__deal_deal_id.ac1628ac69", "fqn": ["hubspot_source", "unique_stg_hubspot__deal_deal_id"], "alias": "unique_stg_hubspot__deal_deal_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.679581, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__deal"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__deal"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__deal.yml/unique_stg_hubspot__deal_deal_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select deal_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__deal`\n where deal_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "deal_id", "file_key_name": "models.stg_hubspot__deal"}, "test.hubspot_source.unique_stg_hubspot__contact_list_contact_list_id.036739c1b0": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "contact_list_id", "model": "{{ get_where_subquery(ref('stg_hubspot__contact_list')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__contact_list_contact_list_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__contact_list_contact_list_id.sql", "original_file_path": "models/stg_hubspot__contact.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__contact_list_contact_list_id.036739c1b0", "fqn": ["hubspot_source", "unique_stg_hubspot__contact_list_contact_list_id"], "alias": "unique_stg_hubspot__contact_list_contact_list_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.6915698, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__contact_list"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__contact_list"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__contact.yml/unique_stg_hubspot__contact_list_contact_list_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select contact_list_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__contact_list`\n where contact_list_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "contact_list_id", "file_key_name": "models.stg_hubspot__contact_list"}, "test.hubspot_source.not_null_stg_hubspot__contact_list_contact_list_id.ff8e4cc29a": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "contact_list_id", "model": "{{ get_where_subquery(ref('stg_hubspot__contact_list')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__contact_list_contact_list_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__contact_list_contact_list_id.sql", "original_file_path": "models/stg_hubspot__contact.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__contact_list_contact_list_id.ff8e4cc29a", "fqn": ["hubspot_source", "not_null_stg_hubspot__contact_list_contact_list_id"], "alias": "not_null_stg_hubspot__contact_list_contact_list_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.692783, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__contact_list"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__contact_list"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__contact.yml/not_null_stg_hubspot__contact_list_contact_list_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect contact_list_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__contact_list`\nwhere contact_list_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "contact_list_id", "file_key_name": "models.stg_hubspot__contact_list"}, "test.hubspot_source.unique_stg_hubspot__contact_contact_id.b9135eb03a": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "contact_id", "model": "{{ get_where_subquery(ref('stg_hubspot__contact')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__contact_contact_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__contact_contact_id.sql", "original_file_path": "models/stg_hubspot__contact.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__contact_contact_id.b9135eb03a", "fqn": ["hubspot_source", "unique_stg_hubspot__contact_contact_id"], "alias": "unique_stg_hubspot__contact_contact_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.69407, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__contact"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__contact"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__contact.yml/unique_stg_hubspot__contact_contact_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select contact_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__contact`\n where contact_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "contact_id", "file_key_name": "models.stg_hubspot__contact"}, "test.hubspot_source.not_null_stg_hubspot__contact_contact_id.9f112f8944": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "contact_id", "model": "{{ get_where_subquery(ref('stg_hubspot__contact')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__contact_contact_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__contact_contact_id.sql", "original_file_path": "models/stg_hubspot__contact.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__contact_contact_id.9f112f8944", "fqn": ["hubspot_source", "not_null_stg_hubspot__contact_contact_id"], "alias": "not_null_stg_hubspot__contact_contact_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.6951501, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__contact"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__contact"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__contact.yml/not_null_stg_hubspot__contact_contact_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect contact_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__contact`\nwhere contact_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "contact_id", "file_key_name": "models.stg_hubspot__contact"}, "test.hubspot_source.unique_stg_hubspot__email_event_bounce_event_id.0341ffa8e9": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_bounce')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__email_event_bounce_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__email_event_bounce_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_bounce_event_id.0341ffa8e9", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_bounce_event_id"], "alias": "unique_stg_hubspot__email_event_bounce_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.7182798, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_bounce"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_bounce"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_bounce_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select event_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_bounce`\n where event_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_bounce"}, "test.hubspot_source.not_null_stg_hubspot__email_event_bounce_event_id.71b13d26d3": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_bounce')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__email_event_bounce_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__email_event_bounce_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_bounce_event_id.71b13d26d3", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_bounce_event_id"], "alias": "not_null_stg_hubspot__email_event_bounce_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.719421, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_bounce"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_bounce"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_bounce_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_bounce`\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_bounce"}, "test.hubspot_source.unique_stg_hubspot__email_event_click_event_id.da8d8487a1": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_click')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__email_event_click_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__email_event_click_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_click_event_id.da8d8487a1", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_click_event_id"], "alias": "unique_stg_hubspot__email_event_click_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.720583, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_click"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_click"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_click_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select event_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_click`\n where event_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_click"}, "test.hubspot_source.not_null_stg_hubspot__email_event_click_event_id.8a1be931c5": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_click')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__email_event_click_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__email_event_click_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_click_event_id.8a1be931c5", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_click_event_id"], "alias": "not_null_stg_hubspot__email_event_click_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.721594, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_click"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_click"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_click_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_click`\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_click"}, "test.hubspot_source.unique_stg_hubspot__email_event_deferred_event_id.2f779e2912": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_deferred')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__email_event_deferred_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__email_event_deferred_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_deferred_event_id.2f779e2912", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_deferred_event_id"], "alias": "unique_stg_hubspot__email_event_deferred_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.722632, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_deferred"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_deferred"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_deferred_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select event_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_deferred`\n where event_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_deferred"}, "test.hubspot_source.not_null_stg_hubspot__email_event_deferred_event_id.80293078e0": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_deferred')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__email_event_deferred_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__email_event_deferred_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_deferred_event_id.80293078e0", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_deferred_event_id"], "alias": "not_null_stg_hubspot__email_event_deferred_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.723638, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_deferred"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_deferred"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_deferred_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_deferred`\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_deferred"}, "test.hubspot_source.unique_stg_hubspot__email_event_delivered_event_id.f818bf03fc": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_delivered')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__email_event_delivered_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__email_event_delivered_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_delivered_event_id.f818bf03fc", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_delivered_event_id"], "alias": "unique_stg_hubspot__email_event_delivered_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.725037, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_delivered"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_delivered"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_delivered_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select event_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_delivered`\n where event_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_delivered"}, "test.hubspot_source.not_null_stg_hubspot__email_event_delivered_event_id.87c8eb3f20": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_delivered')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__email_event_delivered_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__email_event_delivered_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_delivered_event_id.87c8eb3f20", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_delivered_event_id"], "alias": "not_null_stg_hubspot__email_event_delivered_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.7262259, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_delivered"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_delivered"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_delivered_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_delivered`\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_delivered"}, "test.hubspot_source.unique_stg_hubspot__email_event_dropped_event_id.40706bbf71": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_dropped')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__email_event_dropped_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__email_event_dropped_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_dropped_event_id.40706bbf71", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_dropped_event_id"], "alias": "unique_stg_hubspot__email_event_dropped_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.727347, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_dropped"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_dropped"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_dropped_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select event_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_dropped`\n where event_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_dropped"}, "test.hubspot_source.not_null_stg_hubspot__email_event_dropped_event_id.c92d449f52": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_dropped')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__email_event_dropped_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__email_event_dropped_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_dropped_event_id.c92d449f52", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_dropped_event_id"], "alias": "not_null_stg_hubspot__email_event_dropped_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.728519, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_dropped"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_dropped"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_dropped_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_dropped`\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_dropped"}, "test.hubspot_source.unique_stg_hubspot__email_event_forward_event_id.7f133d2dd1": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_forward')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__email_event_forward_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__email_event_forward_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_forward_event_id.7f133d2dd1", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_forward_event_id"], "alias": "unique_stg_hubspot__email_event_forward_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.729856, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_forward"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_forward"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_forward_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select event_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_forward`\n where event_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_forward"}, "test.hubspot_source.not_null_stg_hubspot__email_event_forward_event_id.b9a8bf63b3": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_forward')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__email_event_forward_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__email_event_forward_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_forward_event_id.b9a8bf63b3", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_forward_event_id"], "alias": "not_null_stg_hubspot__email_event_forward_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.7308989, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_forward"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_forward"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_forward_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_forward`\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_forward"}, "test.hubspot_source.unique_stg_hubspot__email_event_open_event_id.3a369549b1": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_open')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__email_event_open_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__email_event_open_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_open_event_id.3a369549b1", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_open_event_id"], "alias": "unique_stg_hubspot__email_event_open_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.7319329, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_open"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_open"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_open_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select event_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_open`\n where event_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_open"}, "test.hubspot_source.not_null_stg_hubspot__email_event_open_event_id.a2e658fe16": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_open')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__email_event_open_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__email_event_open_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_open_event_id.a2e658fe16", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_open_event_id"], "alias": "not_null_stg_hubspot__email_event_open_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.733023, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_open"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_open"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_open_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_open`\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_open"}, "test.hubspot_source.unique_stg_hubspot__email_event_print_event_id.40a8ccd3f3": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_print')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__email_event_print_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__email_event_print_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_print_event_id.40a8ccd3f3", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_print_event_id"], "alias": "unique_stg_hubspot__email_event_print_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.7342331, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_print"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_print"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_print_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select event_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_print`\n where event_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_print"}, "test.hubspot_source.not_null_stg_hubspot__email_event_print_event_id.94d4e09b3b": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_print')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__email_event_print_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__email_event_print_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_print_event_id.94d4e09b3b", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_print_event_id"], "alias": "not_null_stg_hubspot__email_event_print_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.735229, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_print"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_print"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_print_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_print`\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_print"}, "test.hubspot_source.unique_stg_hubspot__email_event_sent_event_id.122cb22272": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_sent')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__email_event_sent_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__email_event_sent_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_sent_event_id.122cb22272", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_sent_event_id"], "alias": "unique_stg_hubspot__email_event_sent_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.736266, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_sent"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_sent"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_sent_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select event_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_sent`\n where event_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_sent"}, "test.hubspot_source.not_null_stg_hubspot__email_event_sent_event_id.cf77d9f15d": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_sent')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__email_event_sent_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__email_event_sent_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_sent_event_id.cf77d9f15d", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_sent_event_id"], "alias": "not_null_stg_hubspot__email_event_sent_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.7373068, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_sent"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_sent"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_sent_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_sent`\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_sent"}, "test.hubspot_source.unique_stg_hubspot__email_event_spam_report_event_id.448320447a": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_spam_report')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__email_event_spam_report_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__email_event_spam_report_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_spam_report_event_id.448320447a", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_spam_report_event_id"], "alias": "unique_stg_hubspot__email_event_spam_report_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.738611, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_spam_report"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_spam_report"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_spam_report_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select event_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_spam_report`\n where event_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_spam_report"}, "test.hubspot_source.not_null_stg_hubspot__email_event_spam_report_event_id.2a56aced8f": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_spam_report')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__email_event_spam_report_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__email_event_spam_report_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_spam_report_event_id.2a56aced8f", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_spam_report_event_id"], "alias": "not_null_stg_hubspot__email_event_spam_report_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.7396312, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_spam_report"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_spam_report"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_spam_report_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_spam_report`\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_spam_report"}, "test.hubspot_source.unique_stg_hubspot__email_event_status_change_event_id.13105203e0": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_status_change')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__email_event_status_change_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__email_event_status_change_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_status_change_event_id.13105203e0", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_status_change_event_id"], "alias": "unique_stg_hubspot__email_event_status_change_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.740631, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_status_change"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_status_change"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_status_change_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select event_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_status_change`\n where event_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_status_change"}, "test.hubspot_source.not_null_stg_hubspot__email_event_status_change_event_id.c5e80297b1": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event_status_change')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__email_event_status_change_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__email_event_status_change_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_status_change_event_id.c5e80297b1", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_status_change_event_id"], "alias": "not_null_stg_hubspot__email_event_status_change_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.74162, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event_status_change"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event_status_change"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_status_change_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event_status_change`\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event_status_change"}, "test.hubspot_source.unique_stg_hubspot__email_event_event_id.734683460d": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__email_event_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__email_event_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_event_id.734683460d", "fqn": ["hubspot_source", "unique_stg_hubspot__email_event_event_id"], "alias": "unique_stg_hubspot__email_event_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.742762, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_event_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select event_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event`\n where event_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event"}, "test.hubspot_source.not_null_stg_hubspot__email_event_event_id.4f287f3531": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__email_event_event_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__email_event_event_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_event_id.4f287f3531", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_event_event_id"], "alias": "not_null_stg_hubspot__email_event_event_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.7438238, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_event"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_event_event_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect event_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_event`\nwhere event_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_id", "file_key_name": "models.stg_hubspot__email_event"}, "test.hubspot_source.unique_stg_hubspot__email_campaign_email_campaign_id.9820d33f2e": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "email_campaign_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_campaign')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__email_campaign_email_campaign_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__email_campaign_email_campaign_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__email_campaign_email_campaign_id.9820d33f2e", "fqn": ["hubspot_source", "unique_stg_hubspot__email_campaign_email_campaign_id"], "alias": "unique_stg_hubspot__email_campaign_email_campaign_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.744995, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_campaign"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_campaign"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/unique_stg_hubspot__email_campaign_email_campaign_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select email_campaign_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_campaign`\n where email_campaign_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "email_campaign_id", "file_key_name": "models.stg_hubspot__email_campaign"}, "test.hubspot_source.not_null_stg_hubspot__email_campaign_email_campaign_id.79921899a6": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "email_campaign_id", "model": "{{ get_where_subquery(ref('stg_hubspot__email_campaign')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__email_campaign_email_campaign_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__email_campaign_email_campaign_id.sql", "original_file_path": "models/stg_hubspot__email.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_campaign_email_campaign_id.79921899a6", "fqn": ["hubspot_source", "not_null_stg_hubspot__email_campaign_email_campaign_id"], "alias": "not_null_stg_hubspot__email_campaign_email_campaign_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.746036, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__email_campaign"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__email_campaign"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__email.yml/not_null_stg_hubspot__email_campaign_email_campaign_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect email_campaign_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__email_campaign`\nwhere email_campaign_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "email_campaign_id", "file_key_name": "models.stg_hubspot__email_campaign"}, "test.hubspot_source.not_null_stg_hubspot__engagement_call_engagement_id.5ceb3917bf": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement_call')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__engagement_call_engagement_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__engagement_call_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_call_engagement_id.5ceb3917bf", "fqn": ["hubspot_source", "not_null_stg_hubspot__engagement_call_engagement_id"], "alias": "not_null_stg_hubspot__engagement_call_engagement_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.765366, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__engagement_call"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_call"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/not_null_stg_hubspot__engagement_call_engagement_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect engagement_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_call`\nwhere engagement_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement_call"}, "test.hubspot_source.unique_stg_hubspot__engagement_call_engagement_id.43b4413603": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement_call')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__engagement_call_engagement_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__engagement_call_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_call_engagement_id.43b4413603", "fqn": ["hubspot_source", "unique_stg_hubspot__engagement_call_engagement_id"], "alias": "unique_stg_hubspot__engagement_call_engagement_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.766659, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__engagement_call"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_call"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/unique_stg_hubspot__engagement_call_engagement_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select engagement_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_call`\n where engagement_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement_call"}, "test.hubspot_source.not_null_stg_hubspot__engagement_email_engagement_id.175561ecca": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement_email')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__engagement_email_engagement_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__engagement_email_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_email_engagement_id.175561ecca", "fqn": ["hubspot_source", "not_null_stg_hubspot__engagement_email_engagement_id"], "alias": "not_null_stg_hubspot__engagement_email_engagement_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.767958, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__engagement_email"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_email"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/not_null_stg_hubspot__engagement_email_engagement_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect engagement_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_email`\nwhere engagement_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement_email"}, "test.hubspot_source.unique_stg_hubspot__engagement_email_engagement_id.5eeb06dcfc": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement_email')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__engagement_email_engagement_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__engagement_email_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_email_engagement_id.5eeb06dcfc", "fqn": ["hubspot_source", "unique_stg_hubspot__engagement_email_engagement_id"], "alias": "unique_stg_hubspot__engagement_email_engagement_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.7691488, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__engagement_email"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_email"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/unique_stg_hubspot__engagement_email_engagement_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select engagement_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_email`\n where engagement_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement_email"}, "test.hubspot_source.not_null_stg_hubspot__engagement_meeting_engagement_id.18dd11dc28": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement_meeting')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__engagement_meeting_engagement_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__engagement_meeting_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_meeting_engagement_id.18dd11dc28", "fqn": ["hubspot_source", "not_null_stg_hubspot__engagement_meeting_engagement_id"], "alias": "not_null_stg_hubspot__engagement_meeting_engagement_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.770369, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__engagement_meeting"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_meeting"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/not_null_stg_hubspot__engagement_meeting_engagement_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect engagement_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_meeting`\nwhere engagement_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement_meeting"}, "test.hubspot_source.unique_stg_hubspot__engagement_meeting_engagement_id.70721fb830": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement_meeting')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__engagement_meeting_engagement_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__engagement_meeting_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_meeting_engagement_id.70721fb830", "fqn": ["hubspot_source", "unique_stg_hubspot__engagement_meeting_engagement_id"], "alias": "unique_stg_hubspot__engagement_meeting_engagement_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.771473, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__engagement_meeting"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_meeting"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/unique_stg_hubspot__engagement_meeting_engagement_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select engagement_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_meeting`\n where engagement_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement_meeting"}, "test.hubspot_source.not_null_stg_hubspot__engagement_note_engagement_id.244059891e": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement_note')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__engagement_note_engagement_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__engagement_note_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_note_engagement_id.244059891e", "fqn": ["hubspot_source", "not_null_stg_hubspot__engagement_note_engagement_id"], "alias": "not_null_stg_hubspot__engagement_note_engagement_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.772566, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__engagement_note"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_note"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/not_null_stg_hubspot__engagement_note_engagement_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect engagement_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_note`\nwhere engagement_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement_note"}, "test.hubspot_source.unique_stg_hubspot__engagement_note_engagement_id.e2eaf5256e": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement_note')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__engagement_note_engagement_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__engagement_note_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_note_engagement_id.e2eaf5256e", "fqn": ["hubspot_source", "unique_stg_hubspot__engagement_note_engagement_id"], "alias": "unique_stg_hubspot__engagement_note_engagement_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.773629, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__engagement_note"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_note"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/unique_stg_hubspot__engagement_note_engagement_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select engagement_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_note`\n where engagement_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement_note"}, "test.hubspot_source.not_null_stg_hubspot__engagement_task_engagement_id.0bbd752d82": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement_task')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__engagement_task_engagement_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__engagement_task_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_task_engagement_id.0bbd752d82", "fqn": ["hubspot_source", "not_null_stg_hubspot__engagement_task_engagement_id"], "alias": "not_null_stg_hubspot__engagement_task_engagement_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.7748008, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__engagement_task"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_task"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/not_null_stg_hubspot__engagement_task_engagement_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect engagement_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_task`\nwhere engagement_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement_task"}, "test.hubspot_source.unique_stg_hubspot__engagement_task_engagement_id.0f578bc80c": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement_task')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__engagement_task_engagement_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__engagement_task_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_task_engagement_id.0f578bc80c", "fqn": ["hubspot_source", "unique_stg_hubspot__engagement_task_engagement_id"], "alias": "unique_stg_hubspot__engagement_task_engagement_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.775806, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__engagement_task"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement_task"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/unique_stg_hubspot__engagement_task_engagement_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select engagement_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement_task`\n where engagement_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement_task"}, "test.hubspot_source.not_null_stg_hubspot__engagement_engagement_id.b26f4d328f": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__engagement_engagement_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__engagement_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_engagement_id.b26f4d328f", "fqn": ["hubspot_source", "not_null_stg_hubspot__engagement_engagement_id"], "alias": "not_null_stg_hubspot__engagement_engagement_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.7768059, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__engagement"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/not_null_stg_hubspot__engagement_engagement_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect engagement_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement`\nwhere engagement_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement"}, "test.hubspot_source.unique_stg_hubspot__engagement_engagement_id.4f054187b0": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "engagement_id", "model": "{{ get_where_subquery(ref('stg_hubspot__engagement')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__engagement_engagement_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__engagement_engagement_id.sql", "original_file_path": "models/stg_hubspot__engagement.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_engagement_id.4f054187b0", "fqn": ["hubspot_source", "unique_stg_hubspot__engagement_engagement_id"], "alias": "unique_stg_hubspot__engagement_engagement_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.777907, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__engagement"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__engagement"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__engagement.yml/unique_stg_hubspot__engagement_engagement_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select engagement_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__engagement`\n where engagement_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "engagement_id", "file_key_name": "models.stg_hubspot__engagement"}, "test.hubspot_source.unique_stg_hubspot__ticket_ticket_id.78c6fbfcaf": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "ticket_id", "model": "{{ get_where_subquery(ref('stg_hubspot__ticket')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__ticket_ticket_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__ticket_ticket_id.sql", "original_file_path": "models/stg_hubspot__ticket.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__ticket_ticket_id.78c6fbfcaf", "fqn": ["hubspot_source", "unique_stg_hubspot__ticket_ticket_id"], "alias": "unique_stg_hubspot__ticket_ticket_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.7898319, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__ticket"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__ticket"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__ticket.yml/unique_stg_hubspot__ticket_ticket_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select ticket_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket`\n where ticket_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "ticket_id", "file_key_name": "models.stg_hubspot__ticket"}, "test.hubspot_source.not_null_stg_hubspot__ticket_ticket_id.299e7c4c53": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "ticket_id", "model": "{{ get_where_subquery(ref('stg_hubspot__ticket')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__ticket_ticket_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__ticket_ticket_id.sql", "original_file_path": "models/stg_hubspot__ticket.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__ticket_ticket_id.299e7c4c53", "fqn": ["hubspot_source", "not_null_stg_hubspot__ticket_ticket_id"], "alias": "not_null_stg_hubspot__ticket_ticket_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.79107, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__ticket"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__ticket"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__ticket.yml/not_null_stg_hubspot__ticket_ticket_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect ticket_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket`\nwhere ticket_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "ticket_id", "file_key_name": "models.stg_hubspot__ticket"}, "test.hubspot_source.unique_stg_hubspot__company_company_id.394a2a4ba0": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "company_id", "model": "{{ get_where_subquery(ref('stg_hubspot__company')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "unique_stg_hubspot__company_company_id", "resource_type": "test", "package_name": "hubspot_source", "path": "unique_stg_hubspot__company_company_id.sql", "original_file_path": "models/stg_hubspot__company.yml", "unique_id": "test.hubspot_source.unique_stg_hubspot__company_company_id.394a2a4ba0", "fqn": ["hubspot_source", "unique_stg_hubspot__company_company_id"], "alias": "unique_stg_hubspot__company_company_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.924169, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__company"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__company"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__company.yml/unique_stg_hubspot__company_company_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select company_id as unique_field\n from `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__company`\n where company_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "company_id", "file_key_name": "models.stg_hubspot__company"}, "test.hubspot_source.not_null_stg_hubspot__company_company_id.0d0a080d43": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "company_id", "model": "{{ get_where_subquery(ref('stg_hubspot__company')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2_dbt_test__audit", "name": "not_null_stg_hubspot__company_company_id", "resource_type": "test", "package_name": "hubspot_source", "path": "not_null_stg_hubspot__company_company_id.sql", "original_file_path": "models/stg_hubspot__company.yml", "unique_id": "test.hubspot_source.not_null_stg_hubspot__company_company_id.0d0a080d43", "fqn": ["hubspot_source", "not_null_stg_hubspot__company_company_id"], "alias": "not_null_stg_hubspot__company_company_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1680112211.9255722, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_hubspot__company"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.hubspot_source.stg_hubspot__company"]}, "compiled_path": "target/compiled/hubspot_source/models/stg_hubspot__company.yml/not_null_stg_hubspot__company_company_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect company_id\nfrom `dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__company`\nwhere company_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "company_id", "file_key_name": "models.stg_hubspot__company"}}, "sources": {"source.hubspot_source.hubspot.calendar_event": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "calendar_event", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.calendar_event", "fqn": ["hubspot_source", "hubspot", "calendar_event"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "calendar_event", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a calendar event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "avatar_url": {"name": "avatar_url", "description": "URL of image associated with social media event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "campaign_guid": {"name": "campaign_guid", "description": "Value of campaign GUID associated with Task.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "category": {"name": "category", "description": "Type of event. If the event type is PUBLISHING_TASK, it is one of BLOG_POST, EMAIL, LANDING_PAGE, CUSTOM.\nIf event type is SOCIAL, it is one of twitter, facebook, linkedin, googlepluspages.\nIf event type is CONTENT, it is one of email, recurring-email, blog-post, landing-page, legacy-page, site-page.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "category_id": {"name": "category_id", "description": "For event type of PUBLISHING_TASK, a numeric value corresponding to the type of task; one of 3 (BLOG_POST), 2 (EMAIL), 1 (LANDING_PAGE), 0 (CUSTOM).\nFor event type of SOCIAL, this is 0.\nIf event type is CONTENT, it is one of 2 (email, recurring-email), 3 (blog-post), 1 (landing-page), 5 (legacy-page), 4 (site-page).\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "content_group_id": {"name": "content_group_id", "description": "The ID of the content group (aka blog) that the associated Blog Post belongs to, if any.\nOtherwise null. Only populated for single task GETs and for Blog Post Tasks.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "content_id": {"name": "content_id", "description": "ID value of the COS content object associated with the event, null for social or if nothing associated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by": {"name": "created_by", "description": "HubSpot ID of the user that the event was created by.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "description": {"name": "description", "description": "Description of Event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_date": {"name": "event_date", "description": "If task, When the task is set to be due, otherwise when the event is/ was scheduled for; in milliseconds since the epoch.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_type": {"name": "event_type", "description": "Type of calendar event; for tasks this is PUBLISHING_TASK, for COS Items, this is CONTENT, for social media events, this is SOCIAL", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The unique ID of the task.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_recurring": {"name": "is_recurring", "description": "Whether the event is recurring.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "Name of Event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "owner_id": {"name": "owner_id", "description": "TASK - HubSpot ID of the user that the task is assigned to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "preview_key": {"name": "preview_key", "description": "Preview key of content object; used for showing previews of unpublished items.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "social_display_name": {"name": "social_display_name", "description": "Social media full name associate with event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "social_username": {"name": "social_username", "description": "Social media user name associated with event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "state": {"name": "state", "description": "For type publishing task, value of TODO or DONE, for others, a value of SCHEDULED, PUBLISHED, PUBLISHED_OR_SCHEDULED.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "topic_ids": {"name": "topic_ids", "description": "The list of IDs of topics associated with the associated Blog Post, if any. Otherwise null. Only populated for single task GETs and for Blog Post Tasks.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "url": {"name": "url", "description": "Public URL of content item.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`calendar_event`", "created_at": 1680112211.9279602}, "source.hubspot_source.hubspot.company": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "company", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.company", "fqn": ["hubspot_source", "hubspot", "company"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "company_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a company in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_deleted": {"name": "is_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_name": {"name": "property_name", "description": "The name of the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_description": {"name": "property_description", "description": "A short statement about the company's mission and goals.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_createdate": {"name": "property_createdate", "description": "The date the company was added to your account.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_industry": {"name": "property_industry", "description": "The type of business the company performs.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_address": {"name": "property_address", "description": "The street address of the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_address_2": {"name": "property_address_2", "description": "Additional address information for the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_city": {"name": "property_city", "description": "The city where the company is located.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_state": {"name": "property_state", "description": "The state where the company is located.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_country": {"name": "property_country", "description": "The country where the company is located.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_annualrevenue": {"name": "property_annualrevenue", "description": "The actual or estimated annual revenue of the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`company_data`", "created_at": 1680112211.9282272}, "source.hubspot_source.hubspot.company_property_history": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "company_property_history", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.company_property_history", "fqn": ["hubspot_source", "hubspot", "company_property_history"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "company_property_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a change to company record in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_id": {"name": "company_id", "description": "The ID of the related company record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the field being changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source": {"name": "source", "description": "The source (reason) of the change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source_id": {"name": "source_id", "description": "The ID of the object that caused the change, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "The timestamp the changed occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "value": {"name": "value", "description": "The new value of the field.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`company_property_history_data`", "created_at": 1680112211.92836}, "source.hubspot_source.hubspot.contact": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "contact", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.contact", "fqn": ["hubspot_source", "hubspot", "contact"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "contact_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 84, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents a contact in Hubspot.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_email_1": {"name": "property_email_1", "description": "The email address of the contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_company": {"name": "property_company", "description": "The name of the contact's company", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_firstname": {"name": "property_firstname", "description": "The contact's first name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_lastname": {"name": "property_lastname", "description": "The contact's last name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_email": {"name": "property_email", "description": "The contact's email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_createdate": {"name": "property_createdate", "description": "The date that the contact was created in your HubSpot account.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_jobtitle": {"name": "property_jobtitle", "description": "The contact's job title.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_annualrevenue": {"name": "property_annualrevenue", "description": "The contact's annual company revenue.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_hs_calculated_merged_vids": {"name": "property_hs_calculated_merged_vids", "description": "List of mappings representing contact IDs that have been merged into the contact at hand. Format: :;: This field has replaced the `CONTACT_MERGE_AUDIT` table, which was deprecated by the Hubspot v3 CRM API.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`contact_data`", "created_at": 1680112211.928621}, "source.hubspot_source.hubspot.contact_form_submission": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "contact_form_submission", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.contact_form_submission", "fqn": ["hubspot_source", "hubspot", "contact_form_submission"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "contact_form_submission", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table containing contact form submission information", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the related contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "conversion_id": {"name": "conversion_id", "description": "A Unique ID for the specific form conversion.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "form_id": {"name": "form_id", "description": "The GUID of the form that the submission belongs to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_url": {"name": "page_url", "description": "The URL that the form was submitted on, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "A Unix timestamp in milliseconds of the time the submission occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the page that the form was submitted on. This will default to the name of the form if no title is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`contact_form_submission`", "created_at": 1680112211.928729}, "source.hubspot_source.hubspot.contact_list": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "contact_list", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.contact_list", "fqn": ["hubspot_source", "hubspot", "contact_list"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "contact_list", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a contact list in Hubspot.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "A timestamp of the time the list was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deleteable": {"name": "deleteable", "description": "If this is false, this is a system list and cannot be deleted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "dynamic": {"name": "dynamic", "description": "Whether the contact list is dynamic.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the contact list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "metadata_error": {"name": "metadata_error", "description": "Any errors that happened the last time the list was processed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "metadata_last_processing_state_change_at": {"name": "metadata_last_processing_state_change_at", "description": "A timestamp of the last time that the processing state changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "metadata_last_size_change_at": {"name": "metadata_last_size_change_at", "description": "A timestamp of the last time that the size of the list changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "metadata_processing": {"name": "metadata_processing", "description": "One of DONE, REFRESHING, INITIALIZING, or PROCESSING.\nDONE indicates the list has finished processing, any other value indicates that list membership is being evaluated.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "metadata_size": {"name": "metadata_size", "description": "The approximate number of contacts in the list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the contact list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "A timestamp of the time that the list was last modified.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`contact_list`", "created_at": 1680112211.928861}, "source.hubspot_source.hubspot.contact_list_member": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "contact_list_member", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.contact_list_member", "fqn": ["hubspot_source", "hubspot", "contact_list_member"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "contact_list_member_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a 'link' between a contact and a contact list.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "added_at": {"name": "added_at", "description": "The timestamp a contact was added to a list.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the related contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_list_id": {"name": "contact_list_id", "description": "The ID of the related contact list.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`contact_list_member_data`", "created_at": 1680112211.928975}, "source.hubspot_source.hubspot.contact_property_history": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "contact_property_history", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.contact_property_history", "fqn": ["hubspot_source", "hubspot", "contact_property_history"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "contact_property_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 84, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents a change to contact record in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the related contact record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the field being changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source": {"name": "source", "description": "The source (reason) of the change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source_id": {"name": "source_id", "description": "The ID of the object that caused the change, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "The timestamp the changed occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "value": {"name": "value", "description": "The new value of the field.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`contact_property_history_data`", "created_at": 1680112211.929091}, "source.hubspot_source.hubspot.deal": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "deal", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.deal", "fqn": ["hubspot_source", "hubspot", "deal"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "deal_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a deal in Hubspot.", "columns": {"deal_id": {"name": "deal_id", "description": "The ID of the deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_deleted": {"name": "is_deleted", "description": "Whether the record was deleted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_pipeline_id": {"name": "deal_pipeline_id", "description": "The ID of the deal's pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_pipeline_stage_id": {"name": "deal_pipeline_stage_id", "description": "The ID of the deal's pipeline stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "owner_id": {"name": "owner_id", "description": "The ID of the deal's owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_dealname": {"name": "property_dealname", "description": "The name you have given this deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_description": {"name": "property_description", "description": "A brief description of the deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_amount": {"name": "property_amount", "description": "The total value of the deal in the deal's currency.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_closedate": {"name": "property_closedate", "description": "The day the deal is expected to close, or was closed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_createdate": {"name": "property_createdate", "description": "The date the deal was created. This property is set automatically by HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`deal_data`", "created_at": 1680112211.929211}, "source.hubspot_source.hubspot.deal_stage": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "deal_stage", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.deal_stage", "fqn": ["hubspot_source", "hubspot", "deal_stage"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "deal_stage_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a deal stage.", "columns": {"_fivetran_active": {"name": "_fivetran_active", "description": "Boolean indicating whether the deal stage is active.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "The Fivetran calculated exist time of the deal stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "The date the deal stage was entered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "date_entered": {"name": "date_entered", "description": "The timestamp the deal stage was entered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "Reference to the deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source": {"name": "source", "description": "The relevant source of the deal stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source_id": {"name": "source_id", "description": "Reference to the source.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "value": {"name": "value", "description": "The value of the deal stage. Typically the name of the stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`deal_stage_data`", "created_at": 1680112211.929392}, "source.hubspot_source.hubspot.deal_company": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "deal_company", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.deal_company", "fqn": ["hubspot_source", "hubspot", "deal_company"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "deal_company_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a 'link' between a deal and company.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_id": {"name": "company_id", "description": "The ID of the company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`deal_company_data`", "created_at": 1680112211.929502}, "source.hubspot_source.hubspot.deal_contact": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "deal_contact", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.deal_contact", "fqn": ["hubspot_source", "hubspot", "deal_contact"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "deal_contact_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a 'link' between a deal and a contact.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`deal_contact_data`", "created_at": 1680112211.929611}, "source.hubspot_source.hubspot.deal_pipeline": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "deal_pipeline", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.deal_pipeline", "fqn": ["hubspot_source", "hubspot", "deal_pipeline"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "deal_pipeline_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a pipeline in Hubspot.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "active": {"name": "active", "description": "Whether the stage is currently in use.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "display_order": {"name": "display_order", "description": "Used to determine the order in which the pipelines appear when viewed in HubSpot", "meta": {}, "data_type": null, "quote": null, "tags": []}, "label": {"name": "label", "description": "The human-readable label for the pipeline. The label is used when showing the pipeline in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "pipeline_id": {"name": "pipeline_id", "description": "The ID of the pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`deal_pipeline_data`", "created_at": 1680112211.929725}, "source.hubspot_source.hubspot.deal_pipeline_stage": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "deal_pipeline_stage", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.deal_pipeline_stage", "fqn": ["hubspot_source", "hubspot", "deal_pipeline_stage"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "deal_pipeline_stage_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a pipeline stage in Hubspot.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "active": {"name": "active", "description": "Whether the pipeline stage is currently in use.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "closed_won": {"name": "closed_won", "description": "Whether the stage represents a Closed Won deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "display_order": {"name": "display_order", "description": "Used to determine the order in which the stages appear when viewed in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "label": {"name": "label", "description": "The human-readable label for the stage. The label is used when showing the stage in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "pipeline_id": {"name": "pipeline_id", "description": "The ID of the related pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "probability": {"name": "probability", "description": "The probability that the deal will close. Used for the deal forecast.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "stage_id": {"name": "stage_id", "description": "The ID of the pipeline stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`deal_pipeline_stage_data`", "created_at": 1680112211.9298382}, "source.hubspot_source.hubspot.deal_property_history": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "deal_property_history", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.deal_property_history", "fqn": ["hubspot_source", "hubspot", "deal_property_history"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "deal_property_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a change to deal record in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the related deal record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the field being changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source": {"name": "source", "description": "The source (reason) of the change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source_id": {"name": "source_id", "description": "The ID of the object that caused the change, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "The timestamp the changed occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "value": {"name": "value", "description": "The new value of the field.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`deal_property_history_data`", "created_at": 1680112211.9299479}, "source.hubspot_source.hubspot.email_campaign": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_campaign", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.email_campaign", "fqn": ["hubspot_source", "hubspot", "email_campaign"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_campaign_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents an email campaign in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "The app ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_name": {"name": "app_name", "description": "The app name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "content_id": {"name": "content_id", "description": "The ID of the content.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_included": {"name": "num_included", "description": "The number of messages included as part of the email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_queued": {"name": "num_queued", "description": "The number of messages queued as part of the email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "sub_type": {"name": "sub_type", "description": "The email campaign sub-type.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subject": {"name": "subject", "description": "The subject of the email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "type": {"name": "type", "description": "The email campaign type.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_campaign_data`", "created_at": 1680112211.9300659}, "source.hubspot_source.hubspot.email_event": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.email_event", "fqn": ["hubspot_source", "hubspot", "email_event"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 84, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Each record represents an email event in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "The ID of the app that sent the email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "caused_by_created": {"name": "caused_by_created", "description": "The timestamp of the event that caused this event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "caused_by_id": {"name": "caused_by_id", "description": "The event ID which uniquely identifies the event which directly caused this event. If not applicable, this property is omitted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created": {"name": "created", "description": "The created timestamp of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_campaign_id": {"name": "email_campaign_id", "description": "The ID of the related email campaign.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "filtered_event": {"name": "filtered_event", "description": "A boolean representing whether the event has been filtered out of reporting based on customer reports settings or not.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "obsoleted_by_created": {"name": "obsoleted_by_created", "description": "The timestamp of the event that made the current event obsolete.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "obsoleted_by_id": {"name": "obsoleted_by_id", "description": "The event ID which uniquely identifies the follow-on event which makes this current event obsolete. If not applicable, this property is omitted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recipient": {"name": "recipient", "description": "The email address of the contact related to the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "sent_by_created": {"name": "sent_by_created", "description": "The timestamp of the SENT event related to this event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "sent_by_id": {"name": "sent_by_id", "description": "The event ID which uniquely identifies the email message's SENT event. If not applicable, this property is omitted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "type": {"name": "type", "description": "The type of event.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_data`", "created_at": 1680112211.930186}, "source.hubspot_source.hubspot.email_event_bounce": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_bounce", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.email_event_bounce", "fqn": ["hubspot_source", "hubspot", "email_event_bounce"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_bounce_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a BOUNCE email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "category": {"name": "category", "description": "The best-guess of the type of bounce encountered.\nIf an appropriate category couldn't be determined, this property is omitted. See below for the possible values.\nNote that this is a derived value, and may be modified at any time to improve the accuracy of classification.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "response": {"name": "response", "description": "The full response from the recipient's email server.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "status": {"name": "status", "description": "The status code returned from the recipient's email server.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_bounce_data`", "created_at": 1680112211.9302988}, "source.hubspot_source.hubspot.email_event_click": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_click", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.email_event_click", "fqn": ["hubspot_source", "hubspot", "email_event_click"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_click_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a CLICK email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "browser": {"name": "browser", "description": "A JSON object representing the browser which serviced the event. Its comprised of the properties: 'name', 'family', 'producer', 'producer_url', 'type', 'url', 'version'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The contact's IP address when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "location": {"name": "location", "description": "A JSON object representing the location where the event occurred. It's comprised of the properties: 'city', 'state', 'country'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "referer": {"name": "referer", "description": "The URL of the webpage that linked to the URL clicked. Whether this is provided, and what its value is, is determined by the recipient's email client.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "url": {"name": "url", "description": "The URL within the message that the recipient clicked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_click_data`", "created_at": 1680112211.930412}, "source.hubspot_source.hubspot.email_event_deferred": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_deferred", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.email_event_deferred", "fqn": ["hubspot_source", "hubspot", "email_event_deferred"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_deferred_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a DEFERRED email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attempt": {"name": "attempt", "description": "The delivery attempt number.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "response": {"name": "response", "description": "The full response from the recipient's email server.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_deferred_data`", "created_at": 1680112211.9305222}, "source.hubspot_source.hubspot.email_event_delivered": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_delivered", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.email_event_delivered", "fqn": ["hubspot_source", "hubspot", "email_event_delivered"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_delivered_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a DELIVERED email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "response": {"name": "response", "description": "The full response from the recipient's email server.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "smtp_id": {"name": "smtp_id", "description": "An ID attached to the message by HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_delivered_data`", "created_at": 1680112211.930631}, "source.hubspot_source.hubspot.email_event_dropped": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_dropped", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.email_event_dropped", "fqn": ["hubspot_source", "hubspot", "email_event_dropped"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_dropped", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a DROPPED email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "bcc": {"name": "bcc", "description": "The 'bcc' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "cc": {"name": "cc", "description": "The 'cc' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "drop_message": {"name": "drop_message", "description": "The raw message describing why the email message was dropped. This will usually provide additional details beyond 'dropReason'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "drop_reason": {"name": "drop_reason", "description": "The reason why the email message was dropped. See below for the possible values.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from": {"name": "from", "description": "The 'from' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reply_to": {"name": "reply_to", "description": "The 'reply-to' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subject": {"name": "subject", "description": "The subject line of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_dropped`", "created_at": 1680112211.930748}, "source.hubspot_source.hubspot.email_event_forward": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_forward", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.email_event_forward", "fqn": ["hubspot_source", "hubspot", "email_event_forward"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_forward_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a FORWARD email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "browser": {"name": "browser", "description": "A JSON object representing the browser which serviced the event. Its comprised of the properties: 'name', 'family', 'producer', 'producer_url', 'type', 'url', 'version'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The contact's IP address when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "location": {"name": "location", "description": "A JSON object representing the location where the event occurred. It's comprised of the properties: 'city', 'state', 'country'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_forward_data`", "created_at": 1680112211.930899}, "source.hubspot_source.hubspot.email_event_open": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_open", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.email_event_open", "fqn": ["hubspot_source", "hubspot", "email_event_open"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_open_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a OPEN email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "browser": {"name": "browser", "description": "A JSON object representing the browser which serviced the event. Its comprised of the properties: 'name', 'family', 'producer', 'producer_url', 'type', 'url', 'version'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "duration": {"name": "duration", "description": "If provided and nonzero, the approximate number of milliseconds the user had opened the email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The contact's IP address when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "location": {"name": "location", "description": "A JSON object representing the location where the event occurred. It's comprised of the properties: 'city', 'state', 'country'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_open_data`", "created_at": 1680112211.9310238}, "source.hubspot_source.hubspot.email_event_print": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_print", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.email_event_print", "fqn": ["hubspot_source", "hubspot", "email_event_print"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_print_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a PRINT email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "browser": {"name": "browser", "description": "A JSON object representing the browser which serviced the event. Its comprised of the properties: 'name', 'family', 'producer', 'producer_url', 'type', 'url', 'version'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The contact's IP address when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "location": {"name": "location", "description": "A JSON object representing the location where the event occurred. It's comprised of the properties: 'city', 'state', 'country'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_print_data`", "created_at": 1680112211.931138}, "source.hubspot_source.hubspot.email_event_sent": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_sent", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.email_event_sent", "fqn": ["hubspot_source", "hubspot", "email_event_sent"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_sent", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a SENT email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "bcc": {"name": "bcc", "description": "The 'cc' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "cc": {"name": "cc", "description": "The 'bcc' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from": {"name": "from", "description": "The 'from' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reply_to": {"name": "reply_to", "description": "The 'reply-to' field of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subject": {"name": "subject", "description": "The subject line of the email message.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_sent`", "created_at": 1680112211.931254}, "source.hubspot_source.hubspot.email_event_spam_report": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_spam_report", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.email_event_spam_report", "fqn": ["hubspot_source", "hubspot", "email_event_spam_report"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_spam_report_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a SPAM_REPORT email event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ip_address": {"name": "ip_address", "description": "The contact's IP address when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_spam_report_data`", "created_at": 1680112211.931366}, "source.hubspot_source.hubspot.email_event_status_change": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_status_change", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.email_event_status_change", "fqn": ["hubspot_source", "hubspot", "email_event_status_change"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_event_status_change_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a STATUS_CHANGE email event in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "bounced": {"name": "bounced", "description": "A HubSpot employee explicitly initiated the status change to block messages to the recipient.\n(Note this usage has been deprecated in favor of dropping messages with a 'dropReason' of BLOCKED_ADDRESS.)\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_subscription_status": {"name": "portal_subscription_status", "description": "The recipient's portal subscription status.\nNote that if this is 'UNSUBSCRIBED', the property 'subscriptions' is not necessarily an empty array, nor are all\nsubscriptions contained in it necessarily going to have their statuses set to 'UNSUBSCRIBED'.)\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "requested_by": {"name": "requested_by", "description": "The email address of the person requesting the change on behalf of the recipient. If not applicable, this property is omitted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source": {"name": "source", "description": "The source of the subscription change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subscriptions": {"name": "subscriptions", "description": "An array of JSON objects representing the status of subscriptions for the recipient.\nEach JSON subscription object is comprised of the properties: 'id', 'status'.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_status_change_data`", "created_at": 1680112211.9314759}, "source.hubspot_source.hubspot.email_subscription": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_subscription", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.email_subscription", "fqn": ["hubspot_source", "hubspot", "email_subscription"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_subscription", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents an email subscription in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "active": {"name": "active", "description": "Whether the subscription is active.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "description": {"name": "description", "description": "The description of the subscription.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the email subscription.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the email subscription.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_subscription`", "created_at": 1680112211.9315789}, "source.hubspot_source.hubspot.email_subscription_change": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_subscription_change", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.email_subscription_change", "fqn": ["hubspot_source", "hubspot", "email_subscription_change"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "email_subscription_change", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a change to an email subscription in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "caused_by_event_id": {"name": "caused_by_event_id", "description": "The ID of the event that caused the subscription change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change": {"name": "change", "description": "The change which occurred. This enumeration is specific to the 'changeType'; see below for the possible values.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "change_type": {"name": "change_type", "description": "The type of change which occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_subscription_id": {"name": "email_subscription_id", "description": "The ID of the related email subscription.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recipient": {"name": "recipient", "description": "The email address of the related contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source": {"name": "source", "description": "The source of the subscription change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "The timestamp when this change occurred. If 'causedByEvent' is present, this will be absent.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_subscription_change`", "created_at": 1680112211.931683}, "source.hubspot_source.hubspot.engagement": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "engagement", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.engagement", "fqn": ["hubspot_source", "hubspot", "engagement"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents an engagement", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "active": {"name": "active", "description": "Whether the engagement is currently being shown in the UI.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "activity_type": {"name": "activity_type", "description": "The engagement's activity type.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "A timestamp representing when the engagement was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated": {"name": "last_updated", "description": "A timestamp in representing when the engagement was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "owner_id": {"name": "owner_id", "description": "The ID of the engagement's owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "A timestamp in representing the time that the engagement should appear in the timeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "type": {"name": "type", "description": "One of NOTE, EMAIL, TASK, MEETING, or CALL, the type of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_data`", "created_at": 1680112211.931797}, "source.hubspot_source.hubspot.engagement_call": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "engagement_call", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.engagement_call", "fqn": ["hubspot_source", "hubspot", "engagement_call"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_call_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a CALL engagement event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "body": {"name": "body", "description": "The details or notes of the call", "meta": {}, "data_type": null, "quote": null, "tags": []}, "callee_object_id": {"name": "callee_object_id", "description": "The ID of the HubSpot record associated with the call. This will be the recipient of the call for OUTBOUND calls, or the dialer of the call for INBOUND calls.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "callee_object_type": {"name": "callee_object_type", "description": "The ID of the object to which the call's associated record belongs (e.g., specifies if the record is a contact or company). This will be the object of the recipient for OUTBOUND calls, or the object of the dialer for INBOUND calls.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "disposition": {"name": "disposition", "description": "The internal ID for the call outcome.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "duration_milliseconds": {"name": "duration_milliseconds", "description": "The length of the call in milliseconds", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "external_account_id": {"name": "external_account_id", "description": "For calls made in HubSpot, this will be the internal ID of the account used to make the call.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "external_id": {"name": "external_id", "description": "For calls made in HubSpot, this will be the internal ID of the call.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_number": {"name": "from_number", "description": "The phone number that was used as the from number.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recording_url": {"name": "recording_url", "description": "The URL of the recording file .", "meta": {}, "data_type": null, "quote": null, "tags": []}, "status": {"name": "status", "description": "Will be COMPLETED once the call is finished.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "to_number": {"name": "to_number", "description": "The phone number that was called.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "transcription_id": {"name": "transcription_id", "description": "The ID of the transcription for the call.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "unknown_visitor_conversation": {"name": "unknown_visitor_conversation", "description": "If a visitor is unknown.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_call_data`", "created_at": 1680112211.931916}, "source.hubspot_source.hubspot.engagement_company": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "engagement_company", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.engagement_company", "fqn": ["hubspot_source", "hubspot", "engagement_company"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_company_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a 'link' between a company and an engagement.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_id": {"name": "company_id", "description": "The ID of the related company.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the related engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_company_data`", "created_at": 1680112211.932024}, "source.hubspot_source.hubspot.engagement_contact": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "engagement_contact", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.engagement_contact", "fqn": ["hubspot_source", "hubspot", "engagement_contact"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_contact_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a 'link' between a contact and an engagement.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the related contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the related engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_contact_data`", "created_at": 1680112211.93213}, "source.hubspot_source.hubspot.engagement_deal": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "engagement_deal", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.engagement_deal", "fqn": ["hubspot_source", "hubspot", "engagement_deal"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_deal_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a 'link' between a deal and an engagement.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the related contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the related engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_deal_data`", "created_at": 1680112211.9322429}, "source.hubspot_source.hubspot.engagement_email": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "engagement_email", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.engagement_email", "fqn": ["hubspot_source", "hubspot", "engagement_email"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_email_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents an EMAIL engagement event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attached_video_id": {"name": "attached_video_id", "description": "The ID of the video attached.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attached_video_opened": {"name": "attached_video_opened", "description": "Whether the the attached video was opened.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attached_video_watched": {"name": "attached_video_watched", "description": "Whether the the attached video was watched.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_send_event_id_created": {"name": "email_send_event_id_created", "description": "When the SENT event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_send_event_id_id": {"name": "email_send_event_id_id", "description": "The ID of the related SENT email event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "error_message": {"name": "error_message", "description": "The error message, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "facsimile_send_id": {"name": "facsimile_send_id", "description": "facsimile_send_id", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_email": {"name": "from_email", "description": "The email address of the sender.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_first_name": {"name": "from_first_name", "description": "The first name of the sender.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "from_last_name": {"name": "from_last_name", "description": "The last name of the sender.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "html": {"name": "html", "description": "The body of the HTML email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "logged_from": {"name": "logged_from", "description": "The source of the logged email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "media_processing_status": {"name": "media_processing_status", "description": "The processing status of the media content in the email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "message_id": {"name": "message_id", "description": "The ID of the message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "post_send_status": {"name": "post_send_status", "description": "Indicates if the post was sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recipient_drop_reasons": {"name": "recipient_drop_reasons", "description": "recipient_drop_reasons", "meta": {}, "data_type": null, "quote": null, "tags": []}, "sent_via": {"name": "sent_via", "description": "How the email was sent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subject": {"name": "subject", "description": "The subject of the email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "text": {"name": "text", "description": "The body of the text-only email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "thread_id": {"name": "thread_id", "description": "The ID of the email thread.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "tracker_key": {"name": "tracker_key", "description": "The ID of the tracker.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "validation_skipped": {"name": "validation_skipped", "description": "validation_skipped", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_email_data`", "created_at": 1680112211.9324129}, "source.hubspot_source.hubspot.engagement_email_cc": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "engagement_email_cc", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.engagement_email_cc", "fqn": ["hubspot_source", "hubspot", "engagement_email_cc"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_email_cc", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a CC'd email address as part of an EMAIL engagement.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email": {"name": "email", "description": "The email address of the recipient.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the related engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The first name of the recipient.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The last name of the recipient.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_email_cc`", "created_at": 1680112211.9325151}, "source.hubspot_source.hubspot.engagement_email_to": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "engagement_email_to", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.engagement_email_to", "fqn": ["hubspot_source", "hubspot", "engagement_email_to"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_email_to", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a TO email address as part of an EMAIL engagement.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email": {"name": "email", "description": "The email address of the recipient.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the related engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The first name of the recipient.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The last name of the recipient.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_email_to`", "created_at": 1680112211.932616}, "source.hubspot_source.hubspot.engagement_meeting": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "engagement_meeting", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.engagement_meeting", "fqn": ["hubspot_source", "hubspot", "engagement_meeting"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_meeting_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a MEETING engagement event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "body": {"name": "body", "description": "The details or body of the meeting.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_from_link_id": {"name": "created_from_link_id", "description": "created_from_link_id", "meta": {}, "data_type": null, "quote": null, "tags": []}, "end_time": {"name": "end_time", "description": "A timestamp representing the end time of the meeting", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "external_url": {"name": "external_url", "description": "The external URL of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "meeting_outcome": {"name": "meeting_outcome", "description": "The meeting outcome.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "pre_meeting_prospect_reminders": {"name": "pre_meeting_prospect_reminders", "description": "TBD", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source": {"name": "source", "description": "The source of the meeting.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source_id": {"name": "source_id", "description": "The internal ID of the meeting source.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "start_time": {"name": "start_time", "description": "A timestamp representing the start time of the meeting", "meta": {}, "data_type": null, "quote": null, "tags": []}, "title": {"name": "title", "description": "The title or subject of the meeting", "meta": {}, "data_type": null, "quote": null, "tags": []}, "web_conference_meeting_id": {"name": "web_conference_meeting_id", "description": "The ID of the web conference meeting.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_meeting_data`", "created_at": 1680112211.932736}, "source.hubspot_source.hubspot.engagement_note": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "engagement_note", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.engagement_note", "fqn": ["hubspot_source", "hubspot", "engagement_note"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_note_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a NOTE engagement event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "body": {"name": "body", "description": "The body of the note. The body has a limit of 65536 characters.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_note_data`", "created_at": 1680112211.932842}, "source.hubspot_source.hubspot.engagement_task": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "engagement_task", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.engagement_task", "fqn": ["hubspot_source", "hubspot", "engagement_task"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "engagement_task_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a TASK engagement event.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "body": {"name": "body", "description": "The body or details of the task.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "completion_date": {"name": "completion_date", "description": "The timestamp the task was completed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the engagement.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "for_object_type": {"name": "for_object_type", "description": "One of CONTACT or COMPANY, what object type the task is for.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_all_day": {"name": "is_all_day", "description": "Whether it is an all day task.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "priority": {"name": "priority", "description": "The priority of the task.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "probability_to_complete": {"name": "probability_to_complete", "description": "The probability that the task will be completed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the task.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subject": {"name": "subject", "description": "The subject or title of the task", "meta": {}, "data_type": null, "quote": null, "tags": []}, "task_type": {"name": "task_type", "description": "The type of task", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`engagement_task_data`", "created_at": 1680112211.932957}, "source.hubspot_source.hubspot.form": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "form", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.form", "fqn": ["hubspot_source", "hubspot", "form"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "form", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a Hubspot form.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "A timestamp for when the form was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "css_class": {"name": "css_class", "description": "The CSS classes assigned to the form.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "follow_up_id": {"name": "follow_up_id", "description": "This field is no longer used.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guid": {"name": "guid", "description": "The internal ID of the form", "meta": {}, "data_type": null, "quote": null, "tags": []}, "lead_nurturing_campaign_id": {"name": "lead_nurturing_campaign_id", "description": "TBD", "meta": {}, "data_type": null, "quote": null, "tags": []}, "method": {"name": "method", "description": "This field is no longer used.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the form", "meta": {}, "data_type": null, "quote": null, "tags": []}, "notify_recipients": {"name": "notify_recipients", "description": "A comma-separated list of user IDs that should receive submission notifications.\nEmail addresses will be returned for individuals who aren't users.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "redirect": {"name": "redirect", "description": "The URL that the visitor will be redirected to after filling out the form.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "submit_text": {"name": "submit_text", "description": "The text used for the submit button.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "A timestamp for when the form was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`form`", "created_at": 1680112211.933066}, "source.hubspot_source.hubspot.owner": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "owner", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.owner", "fqn": ["hubspot_source", "hubspot", "owner"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "owner_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents an owner/user in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "A timestamp for when the owner was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email": {"name": "email", "description": "The email address of the owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The first name of the owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The last name of the owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "owner_id": {"name": "owner_id", "description": "The ID of the owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "type": {"name": "type", "description": "The type of owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "A timestamp for when the owner was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`owner_data`", "created_at": 1680112211.933179}, "source.hubspot_source.hubspot.ticket_company": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "ticket_company", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.ticket_company", "fqn": ["hubspot_source", "hubspot", "ticket_company"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "ticket_company_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a 'link' between a ticket and company.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "The ID of the related ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "company_id": {"name": "company_id", "description": "The ID of the related company.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_company_data`", "created_at": 1680112211.9332879}, "source.hubspot_source.hubspot.ticket_contact": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "ticket_contact", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.ticket_contact", "fqn": ["hubspot_source", "hubspot", "ticket_contact"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "ticket_contact_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a 'link' between a ticket and a contact.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "The ID of the related ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the related contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_contact_data`", "created_at": 1680112211.933394}, "source.hubspot_source.hubspot.ticket_engagement": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "ticket_engagement", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.ticket_engagement", "fqn": ["hubspot_source", "hubspot", "ticket_engagement"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "ticket_engagement_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a 'link' between a ticket and an engagement.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "The ID of the related ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "engagement_id": {"name": "engagement_id", "description": "The ID of the related deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_engagement_data`", "created_at": 1680112211.933611}, "source.hubspot_source.hubspot.ticket_pipeline_stage": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "ticket_pipeline_stage", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.ticket_pipeline_stage", "fqn": ["hubspot_source", "hubspot", "ticket_pipeline_stage"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "ticket_pipeline_stage_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a ticket pipeline stage.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "active": {"name": "active", "description": "Boolean indicating whether the pipeline stage is active.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "display_order": {"name": "display_order", "description": "Used to determine the order in which the stages appear when viewed in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_closed": {"name": "is_closed", "description": "Boolean indicating if the pipeline stage is closed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "label": {"name": "label", "description": "The human-readable label for the stage. The label is used when showing the stage in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "pipeline_id": {"name": "pipeline_id", "description": "The ID of the pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "stage_id": {"name": "stage_id", "description": "The ID of the pipeline stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_state": {"name": "ticket_state", "description": "State of the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_pipeline_stage_data`", "created_at": 1680112211.9337258}, "source.hubspot_source.hubspot.ticket_pipeline": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "ticket_pipeline", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.ticket_pipeline", "fqn": ["hubspot_source", "hubspot", "ticket_pipeline"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "ticket_pipeline_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a ticket pipeline.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "active": {"name": "active", "description": "Boolean indicating whether the pipeline is active.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "display_order": {"name": "display_order", "description": "Used to determine the order in which the stages appear when viewed in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "label": {"name": "label", "description": "The human-readable label for the stage. The label is used when showing the stage in HubSpot.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "object_type_id": {"name": "object_type_id", "description": "Reference to the object type.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "pipeline_id": {"name": "pipeline_id", "description": "Reference to the pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_pipeline_data`", "created_at": 1680112211.933876}, "source.hubspot_source.hubspot.ticket_property_history": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "ticket_property_history", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.ticket_property_history", "fqn": ["hubspot_source", "hubspot", "ticket_property_history"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "ticket_property_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a change to ticket record in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source": {"name": "source", "description": "The source (reason) of the change.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "source_id": {"name": "source_id", "description": "The ID of the object that caused the change, if applicable.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp_instant": {"name": "timestamp_instant", "description": "The timestamp the changed occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "The ID of the related ticket record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the field being changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "value": {"name": "value", "description": "The new value of the field.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_property_history_data`", "created_at": 1680112211.9339929}, "source.hubspot_source.hubspot.ticket": {"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "ticket", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.ticket", "fqn": ["hubspot_source", "hubspot", "ticket"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "ticket_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a ticket in Hubspot.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "ID of the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_deleted": {"name": "is_deleted", "description": "Whether the record was deleted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "portal_id": {"name": "portal_id", "description": "The hub ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_closed_date": {"name": "property_closed_date", "description": "The date the ticket was closed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_createdate": {"name": "property_createdate", "description": "The date the ticket was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_first_agent_reply_date": {"name": "property_first_agent_reply_date", "description": "the date for the first agent reply on the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_hs_pipeline": {"name": "property_hs_pipeline", "description": "The ID of the ticket's pipeline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_hs_pipeline_stage": {"name": "property_hs_pipeline_stage", "description": "The ID of the ticket's pipeline stage.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_hs_ticket_priority": {"name": "property_hs_ticket_priority", "description": "The priority of the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_hs_ticket_category": {"name": "property_hs_ticket_category", "description": "The category of the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_hubspot_owner_id": {"name": "property_hubspot_owner_id", "description": "The ID of the deal's owner.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_subject": {"name": "property_subject", "description": "Short summary of ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "property_content": {"name": "property_content", "description": "Text in body of the ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_data`", "created_at": 1680112211.934113}}, "macros": {"macro.dbt_bigquery.date_sharded_table": {"name": "date_sharded_table", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/etc.sql", "original_file_path": "macros/etc.sql", "unique_id": "macro.dbt_bigquery.date_sharded_table", "macro_sql": "{% macro date_sharded_table(base_name) %}\n {{ return(base_name ~ \"[DBT__PARTITION_DATE]\") }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.0546718, "supported_languages": null}, "macro.dbt_bigquery.grant_access_to": {"name": "grant_access_to", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/etc.sql", "original_file_path": "macros/etc.sql", "unique_id": "macro.dbt_bigquery.grant_access_to", "macro_sql": "{% macro grant_access_to(entity, entity_type, role, grant_target_dict) -%}\n {% do adapter.grant_access_to(entity, entity_type, role, grant_target_dict) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.054938, "supported_languages": null}, "macro.dbt_bigquery.get_partitions_metadata": {"name": "get_partitions_metadata", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/etc.sql", "original_file_path": "macros/etc.sql", "unique_id": "macro.dbt_bigquery.get_partitions_metadata", "macro_sql": "\n\n{%- macro get_partitions_metadata(table) -%}\n {%- if execute -%}\n {%- set res = adapter.get_partitions_metadata(table) -%}\n {{- return(res) -}}\n {%- endif -%}\n {{- return(None) -}}\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.0552452, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_catalog": {"name": "bigquery__get_catalog", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/catalog.sql", "original_file_path": "macros/catalog.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_catalog", "macro_sql": "{% macro bigquery__get_catalog(information_schema, schemas) -%}\n\n {%- if (schemas | length) == 0 -%}\n {# Hopefully nothing cares about the columns we return when there are no rows #}\n {%- set query = \"select 1 as id limit 0\" -%}\n {%- else -%}\n\n {%- set query -%}\n with tables as (\n select\n project_id as table_database,\n dataset_id as table_schema,\n table_id as original_table_name,\n\n concat(project_id, '.', dataset_id, '.', table_id) as relation_id,\n\n row_count,\n size_bytes as size_bytes,\n case\n when type = 1 then 'table'\n when type = 2 then 'view'\n else 'external'\n end as table_type,\n\n REGEXP_CONTAINS(table_id, '^.+[0-9]{8}$') and coalesce(type, 0) = 1 as is_date_shard,\n REGEXP_EXTRACT(table_id, '^(.+)[0-9]{8}$') as shard_base_name,\n REGEXP_EXTRACT(table_id, '^.+([0-9]{8})$') as shard_name\n\n from {{ information_schema.replace(information_schema_view='__TABLES__') }}\n where (\n {%- for schema in schemas -%}\n upper(dataset_id) = upper('{{ schema }}'){%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n )\n ),\n\n table_options as (\n select\n concat(table_catalog, '.', table_schema, '.', table_name) as relation_id,\n JSON_VALUE(option_value) as table_comment\n\n from {{ information_schema.replace(information_schema_view='TABLE_OPTIONS') }}\n where option_name = 'description'\n ),\n extracted as (\n\n select *,\n case\n when is_date_shard then shard_base_name\n else original_table_name\n end as table_name\n\n from tables\n\n ),\n\n unsharded_tables as (\n\n select\n table_database,\n table_schema,\n table_name,\n coalesce(table_type, 'external') as table_type,\n is_date_shard,\n\n struct(\n min(shard_name) as shard_min,\n max(shard_name) as shard_max,\n count(*) as shard_count\n ) as table_shards,\n\n sum(size_bytes) as size_bytes,\n sum(row_count) as row_count,\n\n max(relation_id) as relation_id\n\n from extracted\n group by 1,2,3,4,5\n\n ),\n\n info_schema_columns as (\n\n select\n concat(table_catalog, '.', table_schema, '.', table_name) as relation_id,\n table_catalog as table_database,\n table_schema,\n table_name,\n\n -- use the \"real\" column name from the paths query below\n column_name as base_column_name,\n ordinal_position as column_index,\n\n is_partitioning_column,\n clustering_ordinal_position\n\n from {{ information_schema.replace(information_schema_view='COLUMNS') }}\n where ordinal_position is not null\n\n ),\n\n info_schema_column_paths as (\n\n select\n concat(table_catalog, '.', table_schema, '.', table_name) as relation_id,\n field_path as column_name,\n data_type as column_type,\n column_name as base_column_name,\n description as column_comment\n\n from {{ information_schema.replace(information_schema_view='COLUMN_FIELD_PATHS') }}\n\n ),\n\n columns as (\n\n select * except (base_column_name)\n from info_schema_columns\n join info_schema_column_paths using (relation_id, base_column_name)\n\n ),\n\n column_stats as (\n\n select\n table_database,\n table_schema,\n table_name,\n max(relation_id) as relation_id,\n max(case when is_partitioning_column = 'YES' then 1 else 0 end) = 1 as is_partitioned,\n max(case when is_partitioning_column = 'YES' then column_name else null end) as partition_column,\n max(case when clustering_ordinal_position is not null then 1 else 0 end) = 1 as is_clustered,\n array_to_string(\n array_agg(\n case\n when clustering_ordinal_position is not null then column_name\n else null\n end ignore nulls\n order by clustering_ordinal_position\n ), ', '\n ) as clustering_columns\n\n from columns\n group by 1,2,3\n\n )\n\n select\n unsharded_tables.table_database,\n unsharded_tables.table_schema,\n case\n when is_date_shard then concat(unsharded_tables.table_name, '*')\n else unsharded_tables.table_name\n end as table_name,\n unsharded_tables.table_type,\n table_options.table_comment,\n\n -- coalesce name and type for External tables - these columns are not\n -- present in the COLUMN_FIELD_PATHS resultset\n coalesce(columns.column_name, '') as column_name,\n -- invent a row number to account for nested fields -- BQ does\n -- not treat these nested properties as independent fields\n row_number() over (\n partition by relation_id\n order by columns.column_index, columns.column_name\n ) as column_index,\n coalesce(columns.column_type, '') as column_type,\n columns.column_comment,\n\n 'Shard count' as `stats__date_shards__label`,\n table_shards.shard_count as `stats__date_shards__value`,\n 'The number of date shards in this table' as `stats__date_shards__description`,\n is_date_shard as `stats__date_shards__include`,\n\n 'Shard (min)' as `stats__date_shard_min__label`,\n table_shards.shard_min as `stats__date_shard_min__value`,\n 'The first date shard in this table' as `stats__date_shard_min__description`,\n is_date_shard as `stats__date_shard_min__include`,\n\n 'Shard (max)' as `stats__date_shard_max__label`,\n table_shards.shard_max as `stats__date_shard_max__value`,\n 'The last date shard in this table' as `stats__date_shard_max__description`,\n is_date_shard as `stats__date_shard_max__include`,\n\n '# Rows' as `stats__num_rows__label`,\n row_count as `stats__num_rows__value`,\n 'Approximate count of rows in this table' as `stats__num_rows__description`,\n (unsharded_tables.table_type = 'table') as `stats__num_rows__include`,\n\n 'Approximate Size' as `stats__num_bytes__label`,\n size_bytes as `stats__num_bytes__value`,\n 'Approximate size of table as reported by BigQuery' as `stats__num_bytes__description`,\n (unsharded_tables.table_type = 'table') as `stats__num_bytes__include`,\n\n 'Partitioned By' as `stats__partitioning_type__label`,\n partition_column as `stats__partitioning_type__value`,\n 'The partitioning column for this table' as `stats__partitioning_type__description`,\n is_partitioned as `stats__partitioning_type__include`,\n\n 'Clustered By' as `stats__clustering_fields__label`,\n clustering_columns as `stats__clustering_fields__value`,\n 'The clustering columns for this table' as `stats__clustering_fields__description`,\n is_clustered as `stats__clustering_fields__include`\n\n -- join using relation_id (an actual relation, not a shard prefix) to make\n -- sure that column metadata is picked up through the join. This will only\n -- return the column information for the \"max\" table in a date-sharded table set\n from unsharded_tables\n left join table_options using (relation_id)\n left join columns using (relation_id)\n left join column_stats using (relation_id)\n {%- endset -%}\n\n {%- endif -%}\n\n {{ return(run_query(query)) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.replace", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.059453, "supported_languages": null}, "macro.dbt_bigquery.partition_by": {"name": "partition_by", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.partition_by", "macro_sql": "{% macro partition_by(partition_config) -%}\n {%- if partition_config is none -%}\n {% do return('') %}\n {%- elif partition_config.data_type | lower in ('date','timestamp','datetime') -%}\n partition by {{ partition_config.render() }}\n {%- elif partition_config.data_type | lower in ('int64') -%}\n {%- set range = partition_config.range -%}\n partition by range_bucket(\n {{ partition_config.field }},\n generate_array({{ range.start}}, {{ range.end }}, {{ range.interval }})\n )\n {%- endif -%}\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.064138, "supported_languages": null}, "macro.dbt_bigquery.cluster_by": {"name": "cluster_by", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.cluster_by", "macro_sql": "{% macro cluster_by(raw_cluster_by) %}\n {%- if raw_cluster_by is not none -%}\n cluster by {% if raw_cluster_by is string -%}\n {% set raw_cluster_by = [raw_cluster_by] %}\n {%- endif -%}\n {%- for cluster in raw_cluster_by -%}\n {{ cluster }}\n {%- if not loop.last -%}, {% endif -%}\n {%- endfor -%}\n\n {% endif %}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.0645728, "supported_languages": null}, "macro.dbt_bigquery.bigquery_options": {"name": "bigquery_options", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery_options", "macro_sql": "{% macro bigquery_options(opts) %}\n {% set options -%}\n OPTIONS({% for opt_key, opt_val in opts.items() %}\n {{ opt_key }}={{ opt_val }}{{ \",\" if not loop.last }}\n {% endfor %})\n {%- endset %}\n {%- do return(options) -%}\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.06495, "supported_languages": null}, "macro.dbt_bigquery.bigquery_table_options": {"name": "bigquery_table_options", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery_table_options", "macro_sql": "{% macro bigquery_table_options(config, node, temporary) %}\n {% set opts = adapter.get_table_options(config, node, temporary) %}\n {%- do return(bigquery_options(opts)) -%}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.0652401, "supported_languages": null}, "macro.dbt_bigquery.bigquery__create_table_as": {"name": "bigquery__create_table_as", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__create_table_as", "macro_sql": "{% macro bigquery__create_table_as(temporary, relation, compiled_code, language='sql') -%}\n {%- if language == 'sql' -%}\n {%- set raw_partition_by = config.get('partition_by', none) -%}\n {%- set raw_cluster_by = config.get('cluster_by', none) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {%- set partition_config = adapter.parse_partition_by(raw_partition_by) -%}\n\n {{ sql_header if sql_header is not none }}\n\n create or replace table {{ relation }}\n {{ partition_by(partition_config) }}\n {{ cluster_by(raw_cluster_by) }}\n {{ bigquery_table_options(config, model, temporary) }}\n as (\n {{ compiled_code }}\n );\n {%- elif language == 'python' -%}\n {#--\n N.B. Python models _can_ write to temp views HOWEVER they use a different session\n and have already expired by the time they need to be used (I.E. in merges for incremental models)\n\n TODO: Deep dive into spark sessions to see if we can reuse a single session for an entire\n dbt invocation.\n --#}\n {{ py_write_table(compiled_code=compiled_code, target_relation=relation.quote(database=False, schema=False, identifier=False)) }}\n {%- else -%}\n {% do exceptions.raise_compiler_error(\"bigquery__create_table_as macro didn't get supported language, it got %s\" % language) %}\n {%- endif -%}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_bigquery.partition_by", "macro.dbt_bigquery.cluster_by", "macro.dbt_bigquery.bigquery_table_options", "macro.dbt_bigquery.py_write_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.066369, "supported_languages": null}, "macro.dbt_bigquery.bigquery_view_options": {"name": "bigquery_view_options", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery_view_options", "macro_sql": "{% macro bigquery_view_options(config, node) %}\n {% set opts = adapter.get_view_options(config, node) %}\n {%- do return(bigquery_options(opts)) -%}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.066622, "supported_languages": null}, "macro.dbt_bigquery.bigquery__create_view_as": {"name": "bigquery__create_view_as", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__create_view_as", "macro_sql": "{% macro bigquery__create_view_as(relation, sql) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n\n create or replace view {{ relation }}\n {{ bigquery_view_options(config, model) }}\n as {{ sql }};\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery_view_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.066966, "supported_languages": null}, "macro.dbt_bigquery.bigquery__drop_schema": {"name": "bigquery__drop_schema", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__drop_schema", "macro_sql": "{% macro bigquery__drop_schema(relation) -%}\n {{ adapter.drop_schema(relation) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.0671082, "supported_languages": null}, "macro.dbt_bigquery.bigquery__drop_relation": {"name": "bigquery__drop_relation", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__drop_relation", "macro_sql": "{% macro bigquery__drop_relation(relation) -%}\n {% call statement('drop_relation') -%}\n drop {{ relation.type }} if exists {{ relation }}\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.0673192, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_columns_in_relation": {"name": "bigquery__get_columns_in_relation", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_columns_in_relation", "macro_sql": "{% macro bigquery__get_columns_in_relation(relation) -%}\n {{ return(adapter.get_columns_in_relation(relation)) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.06748, "supported_languages": null}, "macro.dbt_bigquery.bigquery__list_relations_without_caching": {"name": "bigquery__list_relations_without_caching", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__list_relations_without_caching", "macro_sql": "{% macro bigquery__list_relations_without_caching(schema_relation) -%}\n {{ return(adapter.list_relations_without_caching(schema_relation)) }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.067636, "supported_languages": null}, "macro.dbt_bigquery.bigquery__list_schemas": {"name": "bigquery__list_schemas", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__list_schemas", "macro_sql": "{% macro bigquery__list_schemas(database) -%}\n {{ return(adapter.list_schemas(database)) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.067795, "supported_languages": null}, "macro.dbt_bigquery.bigquery__check_schema_exists": {"name": "bigquery__check_schema_exists", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__check_schema_exists", "macro_sql": "{% macro bigquery__check_schema_exists(information_schema, schema) %}\n {{ return(adapter.check_schema_exists(information_schema.database, schema)) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.0679932, "supported_languages": null}, "macro.dbt_bigquery.bigquery__persist_docs": {"name": "bigquery__persist_docs", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__persist_docs", "macro_sql": "{% macro bigquery__persist_docs(relation, model, for_relation, for_columns) -%}\n {% if for_columns and config.persist_column_docs() and model.columns %}\n {% do alter_column_comment(relation, model.columns) %}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.0682921, "supported_languages": null}, "macro.dbt_bigquery.bigquery__alter_column_comment": {"name": "bigquery__alter_column_comment", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__alter_column_comment", "macro_sql": "{% macro bigquery__alter_column_comment(relation, column_dict) -%}\n {% do adapter.update_columns(relation, column_dict) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.068465, "supported_languages": null}, "macro.dbt_bigquery.bigquery__rename_relation": {"name": "bigquery__rename_relation", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__rename_relation", "macro_sql": "{% macro bigquery__rename_relation(from_relation, to_relation) -%}\n {% do adapter.rename_relation(from_relation, to_relation) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.068634, "supported_languages": null}, "macro.dbt_bigquery.bigquery__alter_relation_add_columns": {"name": "bigquery__alter_relation_add_columns", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__alter_relation_add_columns", "macro_sql": "{% macro bigquery__alter_relation_add_columns(relation, add_columns) %}\n\n {% set sql -%}\n\n alter {{ relation.type }} {{ relation }}\n {% for column in add_columns %}\n add column {{ column.name }} {{ column.data_type }}{{ ',' if not loop.last }}\n {% endfor %}\n\n {%- endset -%}\n\n {{ return(run_query(sql)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.069088, "supported_languages": null}, "macro.dbt_bigquery.bigquery__alter_relation_drop_columns": {"name": "bigquery__alter_relation_drop_columns", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__alter_relation_drop_columns", "macro_sql": "{% macro bigquery__alter_relation_drop_columns(relation, drop_columns) %}\n\n {% set sql -%}\n\n alter {{ relation.type }} {{ relation }}\n\n {% for column in drop_columns %}\n drop column {{ column.name }}{{ ',' if not loop.last }}\n {% endfor %}\n\n {%- endset -%}\n\n {{ return(run_query(sql)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.069657, "supported_languages": null}, "macro.dbt_bigquery.bigquery__alter_column_type": {"name": "bigquery__alter_column_type", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__alter_column_type", "macro_sql": "{% macro bigquery__alter_column_type(relation, column_name, new_column_type) -%}\n {#-- Changing a column's data type using a query requires you to scan the entire table.\n The query charges can be significant if the table is very large.\n\n https://cloud.google.com/bigquery/docs/manually-changing-schemas#changing_a_columns_data_type\n #}\n {% set relation_columns = get_columns_in_relation(relation) %}\n\n {% set sql %}\n select\n {%- for col in relation_columns -%}\n {% if col.column == column_name %}\n CAST({{ col.quoted }} AS {{ new_column_type }}) AS {{ col.quoted }}\n {%- else %}\n {{ col.quoted }}\n {%- endif %}\n {%- if not loop.last %},{% endif -%}\n {%- endfor %}\n from {{ relation }}\n {% endset %}\n\n {% call statement('alter_column_type') %}\n {{ create_table_as(False, relation, sql)}}\n {%- endcall %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_columns_in_relation", "macro.dbt.statement", "macro.dbt.create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.0704079, "supported_languages": null}, "macro.dbt_bigquery.bigquery__test_unique": {"name": "bigquery__test_unique", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__test_unique", "macro_sql": "{% macro bigquery__test_unique(model, column_name) %}\n\nwith dbt_test__target as (\n\n select {{ column_name }} as unique_field\n from {{ model }}\n where {{ column_name }} is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.070592, "supported_languages": null}, "macro.dbt_bigquery.bigquery__upload_file": {"name": "bigquery__upload_file", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__upload_file", "macro_sql": "{% macro bigquery__upload_file(local_file_path, database, table_schema, table_name) %}\n\n {{ log(\"kwargs: \" ~ kwargs) }}\n\n {% do adapter.upload_file(local_file_path, database, table_schema, table_name, kwargs=kwargs) %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.0708952, "supported_languages": null}, "macro.dbt_bigquery.bigquery__create_csv_table": {"name": "bigquery__create_csv_table", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/seed.sql", "original_file_path": "macros/materializations/seed.sql", "unique_id": "macro.dbt_bigquery.bigquery__create_csv_table", "macro_sql": "{% macro bigquery__create_csv_table(model, agate_table) %}\n -- no-op\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.0713081, "supported_languages": null}, "macro.dbt_bigquery.bigquery__reset_csv_table": {"name": "bigquery__reset_csv_table", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/seed.sql", "original_file_path": "macros/materializations/seed.sql", "unique_id": "macro.dbt_bigquery.bigquery__reset_csv_table", "macro_sql": "{% macro bigquery__reset_csv_table(model, full_refresh, old_relation, agate_table) %}\n {{ adapter.drop_relation(old_relation) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.071475, "supported_languages": null}, "macro.dbt_bigquery.bigquery__load_csv_rows": {"name": "bigquery__load_csv_rows", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/seed.sql", "original_file_path": "macros/materializations/seed.sql", "unique_id": "macro.dbt_bigquery.bigquery__load_csv_rows", "macro_sql": "{% macro bigquery__load_csv_rows(model, agate_table) %}\n\n {%- set column_override = model['config'].get('column_types', {}) -%}\n {{ adapter.load_dataframe(model['database'], model['schema'], model['alias'],\n \t\t\t\t\t\t\tagate_table, column_override) }}\n\n {% call statement() %}\n alter table {{ this.render() }} set {{ bigquery_table_options(config, model) }}\n {% endcall %}\n\n {% if config.persist_relation_docs() and 'description' in model %}\n\n \t{{ adapter.update_table_description(model['database'], model['schema'], model['alias'], model['description']) }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_bigquery.bigquery_table_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.072278, "supported_languages": null}, "macro.dbt_bigquery.bigquery__handle_existing_table": {"name": "bigquery__handle_existing_table", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/view.sql", "original_file_path": "macros/materializations/view.sql", "unique_id": "macro.dbt_bigquery.bigquery__handle_existing_table", "macro_sql": "{% macro bigquery__handle_existing_table(full_refresh, old_relation) %}\n {%- if full_refresh -%}\n {{ adapter.drop_relation(old_relation) }}\n {%- else -%}\n {{ exceptions.relation_wrong_type(old_relation, 'view') }}\n {%- endif -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.072869, "supported_languages": null}, "macro.dbt_bigquery.materialization_view_bigquery": {"name": "materialization_view_bigquery", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/view.sql", "original_file_path": "macros/materializations/view.sql", "unique_id": "macro.dbt_bigquery.materialization_view_bigquery", "macro_sql": "{% materialization view, adapter='bigquery' -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n\n {% set to_return = create_or_replace_view() %}\n\n {% set target_relation = this.incorporate(type='view') %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if config.get('grant_access_to') %}\n {% for grant_target_dict in config.get('grant_access_to') %}\n {% do adapter.grant_access_to(this, 'view', None, grant_target_dict) %}\n {% endfor %}\n {% endif %}\n\n {% do return(to_return) %}\n\n{%- endmaterialization %}", "depends_on": {"macros": ["macro.dbt.create_or_replace_view", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.073683, "supported_languages": ["sql"]}, "macro.dbt_bigquery.materialization_table_bigquery": {"name": "materialization_table_bigquery", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/table.sql", "original_file_path": "macros/materializations/table.sql", "unique_id": "macro.dbt_bigquery.materialization_table_bigquery", "macro_sql": "{% materialization table, adapter='bigquery', supported_languages=['sql', 'python']-%}\n\n {%- set language = model['language'] -%}\n {%- set identifier = model['alias'] -%}\n {%- set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) -%}\n {%- set exists_not_as_table = (old_relation is not none and not old_relation.is_table) -%}\n {%- set target_relation = api.Relation.create(database=database, schema=schema, identifier=identifier, type='table') -%}\n\n -- grab current tables grants config for comparision later on\n {%- set grant_config = config.get('grants') -%}\n\n {{ run_hooks(pre_hooks) }}\n\n {#\n We only need to drop this thing if it is not a table.\n If it _is_ already a table, then we can overwrite it without downtime\n Unlike table -> view, no need for `--full-refresh`: dropping a view is no big deal\n #}\n {%- if exists_not_as_table -%}\n {{ adapter.drop_relation(old_relation) }}\n {%- endif -%}\n\n -- build model\n {%- set raw_partition_by = config.get('partition_by', none) -%}\n {%- set partition_by = adapter.parse_partition_by(raw_partition_by) -%}\n {%- set cluster_by = config.get('cluster_by', none) -%}\n {% if not adapter.is_replaceable(old_relation, partition_by, cluster_by) %}\n {% do log(\"Hard refreshing \" ~ old_relation ~ \" because it is not replaceable\") %}\n {% do adapter.drop_relation(old_relation) %}\n {% endif %}\n\n -- build model\n {%- call statement('main', language=language) -%}\n {{ create_table_as(False, target_relation, compiled_code, language) }}\n {%- endcall -%}\n\n {{ run_hooks(post_hooks) }}\n\n {% set should_revoke = should_revoke(old_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.run_hooks", "macro.dbt.statement", "macro.dbt.create_table_as", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.077186, "supported_languages": ["sql", "python"]}, "macro.dbt_bigquery.py_write_table": {"name": "py_write_table", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/table.sql", "original_file_path": "macros/materializations/table.sql", "unique_id": "macro.dbt_bigquery.py_write_table", "macro_sql": "{% macro py_write_table(compiled_code, target_relation) %}\nfrom pyspark.sql import SparkSession\n\nspark = SparkSession.builder.appName('smallTest').getOrCreate()\n\nspark.conf.set(\"viewsEnabled\",\"true\")\nspark.conf.set(\"temporaryGcsBucket\",\"{{target.gcs_bucket}}\")\n\n{{ compiled_code }}\ndbt = dbtObj(spark.read.format(\"bigquery\").load)\ndf = model(dbt, spark)\n\n# COMMAND ----------\n# this is materialization code dbt generated, please do not modify\n\nimport pyspark\n# make sure pandas exists before using it\ntry:\n import pandas\n pandas_available = True\nexcept ImportError:\n pandas_available = False\n\n# make sure pyspark.pandas exists before using it\ntry:\n import pyspark.pandas\n pyspark_pandas_api_available = True\nexcept ImportError:\n pyspark_pandas_api_available = False\n\n# make sure databricks.koalas exists before using it\ntry:\n import databricks.koalas\n koalas_available = True\nexcept ImportError:\n koalas_available = False\n\n# preferentially convert pandas DataFrames to pandas-on-Spark or Koalas DataFrames first\n# since they know how to convert pandas DataFrames better than `spark.createDataFrame(df)`\n# and converting from pandas-on-Spark to Spark DataFrame has no overhead\nif pyspark_pandas_api_available and pandas_available and isinstance(df, pandas.core.frame.DataFrame):\n df = pyspark.pandas.frame.DataFrame(df)\nelif koalas_available and pandas_available and isinstance(df, pandas.core.frame.DataFrame):\n df = databricks.koalas.frame.DataFrame(df)\n\n# convert to pyspark.sql.dataframe.DataFrame\nif isinstance(df, pyspark.sql.dataframe.DataFrame):\n pass # since it is already a Spark DataFrame\nelif pyspark_pandas_api_available and isinstance(df, pyspark.pandas.frame.DataFrame):\n df = df.to_spark()\nelif koalas_available and isinstance(df, databricks.koalas.frame.DataFrame):\n df = df.to_spark()\nelif pandas_available and isinstance(df, pandas.core.frame.DataFrame):\n df = spark.createDataFrame(df)\nelse:\n msg = f\"{type(df)} is not a supported type for dbt Python materialization\"\n raise Exception(msg)\n\ndf.write \\\n .mode(\"overwrite\") \\\n .format(\"bigquery\") \\\n .option(\"writeMethod\", \"direct\").option(\"writeDisposition\", 'WRITE_TRUNCATE') \\\n .save(\"{{target_relation}}\")\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.077503, "supported_languages": null}, "macro.dbt_bigquery.materialization_copy_bigquery": {"name": "materialization_copy_bigquery", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/copy.sql", "original_file_path": "macros/materializations/copy.sql", "unique_id": "macro.dbt_bigquery.materialization_copy_bigquery", "macro_sql": "{% materialization copy, adapter='bigquery' -%}\n\n {# Setup #}\n {{ run_hooks(pre_hooks) }}\n\n {% set destination = this.incorporate(type='table') %}\n\n {# there can be several ref() or source() according to BQ copy API docs #}\n {# cycle over ref() and source() to create source tables array #}\n {% set source_array = [] %}\n {% for ref_table in model.refs %}\n {{ source_array.append(ref(*ref_table)) }}\n {% endfor %}\n\n {% for src_table in model.sources %}\n {{ source_array.append(source(*src_table)) }}\n {% endfor %}\n\n {# Call adapter copy_table function #}\n {%- set result_str = adapter.copy_table(\n source_array,\n destination,\n config.get('copy_materialization', default = 'table')) -%}\n\n {{ store_result('main', response=result_str) }}\n\n {# Clean up #}\n {{ run_hooks(post_hooks) }}\n {%- do apply_grants(target_relation, grant_config) -%}\n {{ adapter.commit() }}\n\n {{ return({'relations': [destination]}) }}\n{%- endmaterialization %}", "depends_on": {"macros": ["macro.dbt.run_hooks", "macro.dbt.apply_grants"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.078743, "supported_languages": ["sql"]}, "macro.dbt_bigquery.dbt_bigquery_validate_get_incremental_strategy": {"name": "dbt_bigquery_validate_get_incremental_strategy", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental.sql", "original_file_path": "macros/materializations/incremental.sql", "unique_id": "macro.dbt_bigquery.dbt_bigquery_validate_get_incremental_strategy", "macro_sql": "{% macro dbt_bigquery_validate_get_incremental_strategy(config) %}\n {#-- Find and validate the incremental strategy #}\n {%- set strategy = config.get(\"incremental_strategy\") or 'merge' -%}\n\n {% set invalid_strategy_msg -%}\n Invalid incremental strategy provided: {{ strategy }}\n Expected one of: 'merge', 'insert_overwrite'\n {%- endset %}\n {% if strategy not in ['merge', 'insert_overwrite'] %}\n {% do exceptions.raise_compiler_error(invalid_strategy_msg) %}\n {% endif %}\n\n {% do return(strategy) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.081357, "supported_languages": null}, "macro.dbt_bigquery.source_sql_with_partition": {"name": "source_sql_with_partition", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental.sql", "original_file_path": "macros/materializations/incremental.sql", "unique_id": "macro.dbt_bigquery.source_sql_with_partition", "macro_sql": "{% macro source_sql_with_partition(partition_by, source_sql) %}\n\n {%- if partition_by.time_ingestion_partitioning %}\n {{ return(wrap_with_time_ingestion_partitioning_sql(build_partition_time_exp(partition_by.field), source_sql, False)) }}\n {% else %}\n {{ return(source_sql) }}\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.wrap_with_time_ingestion_partitioning_sql", "macro.dbt_bigquery.build_partition_time_exp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.081735, "supported_languages": null}, "macro.dbt_bigquery.bq_create_table_as": {"name": "bq_create_table_as", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental.sql", "original_file_path": "macros/materializations/incremental.sql", "unique_id": "macro.dbt_bigquery.bq_create_table_as", "macro_sql": "{% macro bq_create_table_as(is_time_ingestion_partitioning, temporary, relation, compiled_code, language='sql') %}\n {% if is_time_ingestion_partitioning and language == 'python' %}\n {% do exceptions.raise_compiler_error(\n \"Python models do not support ingestion time partitioning\"\n ) %}\n {% endif %}\n {% if is_time_ingestion_partitioning and language == 'sql' %}\n {#-- Create the table before inserting data as ingestion time partitioned tables can't be created with the transformed data --#}\n {% do run_query(create_ingestion_time_partitioned_table_as_sql(temporary, relation, compiled_code)) %}\n {{ return(bq_insert_into_ingestion_time_partitioned_table_sql(relation, compiled_code)) }}\n {% else %}\n {{ return(create_table_as(temporary, relation, compiled_code, language)) }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt_bigquery.create_ingestion_time_partitioned_table_as_sql", "macro.dbt_bigquery.bq_insert_into_ingestion_time_partitioned_table_sql", "macro.dbt.create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.082428, "supported_languages": null}, "macro.dbt_bigquery.bq_generate_incremental_build_sql": {"name": "bq_generate_incremental_build_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental.sql", "original_file_path": "macros/materializations/incremental.sql", "unique_id": "macro.dbt_bigquery.bq_generate_incremental_build_sql", "macro_sql": "{% macro bq_generate_incremental_build_sql(\n strategy, tmp_relation, target_relation, sql, unique_key, partition_by, partitions, dest_columns, tmp_relation_exists, copy_partitions, incremental_predicates\n) %}\n {#-- if partitioned, use BQ scripting to get the range of partition values to be updated --#}\n {% if strategy == 'insert_overwrite' %}\n\n {% set build_sql = bq_generate_incremental_insert_overwrite_build_sql(\n tmp_relation, target_relation, sql, unique_key, partition_by, partitions, dest_columns, tmp_relation_exists, copy_partitions\n ) %}\n\n {% else %} {# strategy == 'merge' #}\n\n {% set build_sql = bq_generate_incremental_merge_build_sql(\n tmp_relation, target_relation, sql, unique_key, partition_by, dest_columns, tmp_relation_exists, incremental_predicates\n ) %}\n\n {% endif %}\n\n {{ return(build_sql) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bq_generate_incremental_insert_overwrite_build_sql", "macro.dbt_bigquery.bq_generate_incremental_merge_build_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.0831192, "supported_languages": null}, "macro.dbt_bigquery.materialization_incremental_bigquery": {"name": "materialization_incremental_bigquery", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental.sql", "original_file_path": "macros/materializations/incremental.sql", "unique_id": "macro.dbt_bigquery.materialization_incremental_bigquery", "macro_sql": "{% materialization incremental, adapter='bigquery', supported_languages=['sql', 'python'] -%}\n\n {%- set unique_key = config.get('unique_key') -%}\n {%- set full_refresh_mode = (should_full_refresh()) -%}\n {%- set language = model['language'] %}\n\n {%- set target_relation = this %}\n {%- set existing_relation = load_relation(this) %}\n {%- set tmp_relation = make_temp_relation(this) %}\n\n {#-- Validate early so we don't run SQL if the strategy is invalid --#}\n {% set strategy = dbt_bigquery_validate_get_incremental_strategy(config) -%}\n\n {%- set raw_partition_by = config.get('partition_by', none) -%}\n {%- set partition_by = adapter.parse_partition_by(raw_partition_by) -%}\n {%- set partitions = config.get('partitions', none) -%}\n {%- set cluster_by = config.get('cluster_by', none) -%}\n\n {% set on_schema_change = incremental_validate_on_schema_change(config.get('on_schema_change'), default='ignore') %}\n {% set incremental_predicates = config.get('predicates', default=none) or config.get('incremental_predicates', default=none) %}\n\n -- grab current tables grants config for comparison later on\n {% set grant_config = config.get('grants') %}\n\n {{ run_hooks(pre_hooks) }}\n\n {% if partition_by.copy_partitions is true and strategy != 'insert_overwrite' %} {#-- We can't copy partitions with merge strategy --#}\n {% set wrong_strategy_msg -%}\n The 'copy_partitions' option requires the 'incremental_strategy' option to be set to 'insert_overwrite'.\n {%- endset %}\n {% do exceptions.raise_compiler_error(wrong_strategy_msg) %}\n\n {% elif existing_relation is none %}\n {%- call statement('main', language=language) -%}\n {{ bq_create_table_as(partition_by.time_ingestion_partitioning, False, target_relation, compiled_code, language) }}\n {%- endcall -%}\n\n {% elif existing_relation.is_view %}\n {#-- There's no way to atomically replace a view with a table on BQ --#}\n {{ adapter.drop_relation(existing_relation) }}\n {%- call statement('main', language=language) -%}\n {{ bq_create_table_as(partition_by.time_ingestion_partitioning, False, target_relation, compiled_code, language) }}\n {%- endcall -%}\n\n {% elif full_refresh_mode %}\n {#-- If the partition/cluster config has changed, then we must drop and recreate --#}\n {% if not adapter.is_replaceable(existing_relation, partition_by, cluster_by) %}\n {% do log(\"Hard refreshing \" ~ existing_relation ~ \" because it is not replaceable\") %}\n {{ adapter.drop_relation(existing_relation) }}\n {% endif %}\n {%- call statement('main', language=language) -%}\n {{ bq_create_table_as(partition_by.time_ingestion_partitioning, False, target_relation, compiled_code, language) }}\n {%- endcall -%}\n\n {% else %}\n {%- if language == 'python' and strategy == 'insert_overwrite' -%}\n {#-- This lets us move forward assuming no python will be directly templated into a query --#}\n {%- set python_unsupported_msg -%}\n The 'insert_overwrite' strategy is not yet supported for python models.\n {%- endset %}\n {% do exceptions.raise_compiler_error(python_unsupported_msg) %}\n {%- endif -%}\n\n {% set tmp_relation_exists = false %}\n {% if on_schema_change != 'ignore' or language == 'python' %}\n {#-- Check first, since otherwise we may not build a temp table --#}\n {#-- Python always needs to create a temp table --#}\n {%- call statement('create_tmp_relation', language=language) -%}\n {{ declare_dbt_max_partition(this, partition_by, compiled_code, language) +\n bq_create_table_as(partition_by.time_ingestion_partitioning, True, tmp_relation, compiled_code, language)\n }}\n {%- endcall -%}\n {% set tmp_relation_exists = true %}\n {#-- Process schema changes. Returns dict of changes if successful. Use source columns for upserting/merging --#}\n {% set dest_columns = process_schema_changes(on_schema_change, tmp_relation, existing_relation) %}\n {% endif %}\n\n {% if not dest_columns %}\n {% set dest_columns = adapter.get_columns_in_relation(existing_relation) %}\n {% endif %}\n {% if partition_by.time_ingestion_partitioning %}\n {% set dest_columns = adapter.add_time_ingestion_partition_column(dest_columns) %}\n {% endif %}\n {% set build_sql = bq_generate_incremental_build_sql(\n strategy, tmp_relation, target_relation, compiled_code, unique_key, partition_by, partitions, dest_columns, tmp_relation_exists, partition_by.copy_partitions, incremental_predicates\n ) %}\n\n {%- call statement('main') -%}\n {{ build_sql }}\n {% endcall %}\n\n {%- if language == 'python' and tmp_relation -%}\n {{ adapter.drop_relation(tmp_relation) }}\n {%- endif -%}\n\n {% endif %}\n\n {{ run_hooks(post_hooks) }}\n\n {% set target_relation = this.incorporate(type='table') %}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode) %}\n {% do apply_grants(target_relation, grant_config, should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {{ return({'relations': [target_relation]}) }}\n\n{%- endmaterialization %}", "depends_on": {"macros": ["macro.dbt.should_full_refresh", "macro.dbt.load_relation", "macro.dbt.make_temp_relation", "macro.dbt_bigquery.dbt_bigquery_validate_get_incremental_strategy", "macro.dbt.incremental_validate_on_schema_change", "macro.dbt.run_hooks", "macro.dbt.statement", "macro.dbt_bigquery.bq_create_table_as", "macro.dbt_bigquery.declare_dbt_max_partition", "macro.dbt.process_schema_changes", "macro.dbt_bigquery.bq_generate_incremental_build_sql", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.0875049, "supported_languages": ["sql", "python"]}, "macro.dbt_bigquery.bigquery__snapshot_hash_arguments": {"name": "bigquery__snapshot_hash_arguments", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/snapshot.sql", "original_file_path": "macros/materializations/snapshot.sql", "unique_id": "macro.dbt_bigquery.bigquery__snapshot_hash_arguments", "macro_sql": "{% macro bigquery__snapshot_hash_arguments(args) -%}\n to_hex(md5(concat({%- for arg in args -%}\n coalesce(cast({{ arg }} as string), ''){% if not loop.last %}, '|',{% endif -%}\n {%- endfor -%}\n )))\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.0880451, "supported_languages": null}, "macro.dbt_bigquery.bigquery__create_columns": {"name": "bigquery__create_columns", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/snapshot.sql", "original_file_path": "macros/materializations/snapshot.sql", "unique_id": "macro.dbt_bigquery.bigquery__create_columns", "macro_sql": "{% macro bigquery__create_columns(relation, columns) %}\n {{ adapter.alter_table_add_columns(relation, columns) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.088228, "supported_languages": null}, "macro.dbt_bigquery.bigquery__post_snapshot": {"name": "bigquery__post_snapshot", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/snapshot.sql", "original_file_path": "macros/materializations/snapshot.sql", "unique_id": "macro.dbt_bigquery.bigquery__post_snapshot", "macro_sql": "{% macro bigquery__post_snapshot(staging_relation) %}\n -- Clean up the snapshot temp table\n {% do drop_relation(staging_relation) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.drop_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.088383, "supported_languages": null}, "macro.dbt_bigquery.bq_generate_incremental_merge_build_sql": {"name": "bq_generate_incremental_merge_build_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/merge.sql", "original_file_path": "macros/materializations/incremental_strategy/merge.sql", "unique_id": "macro.dbt_bigquery.bq_generate_incremental_merge_build_sql", "macro_sql": "{% macro bq_generate_incremental_merge_build_sql(\n tmp_relation, target_relation, sql, unique_key, partition_by, dest_columns, tmp_relation_exists, incremental_predicates\n) %}\n {%- set source_sql -%}\n {%- if tmp_relation_exists -%}\n (\n select\n {% if partition_by.time_ingestion_partitioning -%}\n _PARTITIONTIME,\n {%- endif -%}\n * from {{ tmp_relation }}\n )\n {%- else -%} {#-- wrap sql in parens to make it a subquery --#}\n (\n {%- if partition_by.time_ingestion_partitioning -%}\n {{ wrap_with_time_ingestion_partitioning_sql(build_partition_time_exp(partition_by), sql, True) }}\n {%- else -%}\n {{sql}}\n {%- endif %}\n )\n {%- endif -%}\n {%- endset -%}\n\n {% set build_sql = get_merge_sql(target_relation, source_sql, unique_key, dest_columns, incremental_predicates) %}\n\n {{ return(build_sql) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.wrap_with_time_ingestion_partitioning_sql", "macro.dbt_bigquery.build_partition_time_exp", "macro.dbt.get_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.089328, "supported_languages": null}, "macro.dbt_bigquery.build_partition_time_exp": {"name": "build_partition_time_exp", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/common.sql", "original_file_path": "macros/materializations/incremental_strategy/common.sql", "unique_id": "macro.dbt_bigquery.build_partition_time_exp", "macro_sql": "{% macro build_partition_time_exp(partition_by) %}\n {% if partition_by.data_type == 'timestamp' %}\n {% set partition_value = partition_by.field %}\n {% else %}\n {% set partition_value = 'timestamp(' + partition_by.field + ')' %}\n {% endif %}\n {{ return({'value': partition_value, 'field': partition_by.field}) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.089994, "supported_languages": null}, "macro.dbt_bigquery.declare_dbt_max_partition": {"name": "declare_dbt_max_partition", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/common.sql", "original_file_path": "macros/materializations/incremental_strategy/common.sql", "unique_id": "macro.dbt_bigquery.declare_dbt_max_partition", "macro_sql": "{% macro declare_dbt_max_partition(relation, partition_by, compiled_code, language='sql') %}\n\n {#-- TODO: revisit partitioning with python models --#}\n {%- if '_dbt_max_partition' in compiled_code and language == 'sql' -%}\n\n declare _dbt_max_partition {{ partition_by.data_type_for_partition() }} default (\n select max({{ partition_by.field }}) from {{ this }}\n where {{ partition_by.field }} is not null\n );\n\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.0903559, "supported_languages": null}, "macro.dbt_bigquery.bq_generate_incremental_insert_overwrite_build_sql": {"name": "bq_generate_incremental_insert_overwrite_build_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "original_file_path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "unique_id": "macro.dbt_bigquery.bq_generate_incremental_insert_overwrite_build_sql", "macro_sql": "{% macro bq_generate_incremental_insert_overwrite_build_sql(\n tmp_relation, target_relation, sql, unique_key, partition_by, partitions, dest_columns, on_schema_change, copy_partitions\n) %}\n {% if partition_by is none %}\n {% set missing_partition_msg -%}\n The 'insert_overwrite' strategy requires the `partition_by` config.\n {%- endset %}\n {% do exceptions.raise_compiler_error(missing_partition_msg) %}\n {% endif %}\n\n {% set build_sql = bq_insert_overwrite_sql(\n tmp_relation, target_relation, sql, unique_key, partition_by, partitions, dest_columns, on_schema_change, copy_partitions\n ) %}\n\n {{ return(build_sql) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bq_insert_overwrite_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.09291, "supported_languages": null}, "macro.dbt_bigquery.bq_copy_partitions": {"name": "bq_copy_partitions", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "original_file_path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "unique_id": "macro.dbt_bigquery.bq_copy_partitions", "macro_sql": "{% macro bq_copy_partitions(tmp_relation, target_relation, partitions, partition_by) %}\n\n {% for partition in partitions %}\n {% if partition_by.granularity == 'hour' %}\n {% set partition = partition.strftime(\"%Y%m%d%H\") %}\n {% elif partition_by.granularity == 'day' %}\n {% set partition = partition.strftime(\"%Y%m%d\") %}\n {% elif partition_by.granularity == 'month' %}\n {% set partition = partition.strftime(\"%Y%m\") %}\n {% elif partition_by.granularity == 'year' %}\n {% set partition = partition.strftime(\"%Y\") %}\n {% endif %}\n {% set tmp_relation_partitioned = api.Relation.create(database=tmp_relation.database, schema=tmp_relation.schema, identifier=tmp_relation.table ~ '$' ~ partition, type=tmp_relation.type) %}\n {% set target_relation_partitioned = api.Relation.create(database=target_relation.database, schema=target_relation.schema, identifier=target_relation.table ~ '$' ~ partition, type=target_relation.type) %}\n {% do adapter.copy_table(tmp_relation_partitioned, target_relation_partitioned, \"table\") %}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.0941892, "supported_languages": null}, "macro.dbt_bigquery.bq_insert_overwrite_sql": {"name": "bq_insert_overwrite_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "original_file_path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "unique_id": "macro.dbt_bigquery.bq_insert_overwrite_sql", "macro_sql": "{% macro bq_insert_overwrite_sql(\n tmp_relation, target_relation, sql, unique_key, partition_by, partitions, dest_columns, tmp_relation_exists, copy_partitions\n) %}\n {% if partitions is not none and partitions != [] %} {# static #}\n {{ bq_static_insert_overwrite_sql(tmp_relation, target_relation, sql, partition_by, partitions, dest_columns, copy_partitions) }}\n {% else %} {# dynamic #}\n {{ bq_dynamic_insert_overwrite_sql(tmp_relation, target_relation, sql, unique_key, partition_by, dest_columns, tmp_relation_exists, copy_partitions) }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bq_static_insert_overwrite_sql", "macro.dbt_bigquery.bq_dynamic_insert_overwrite_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.094801, "supported_languages": null}, "macro.dbt_bigquery.bq_static_insert_overwrite_sql": {"name": "bq_static_insert_overwrite_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "original_file_path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "unique_id": "macro.dbt_bigquery.bq_static_insert_overwrite_sql", "macro_sql": "{% macro bq_static_insert_overwrite_sql(\n tmp_relation, target_relation, sql, partition_by, partitions, dest_columns, copy_partitions\n) %}\n\n {% set predicate -%}\n {{ partition_by.render_wrapped(alias='DBT_INTERNAL_DEST') }} in (\n {{ partitions | join (', ') }}\n )\n {%- endset %}\n\n {%- set source_sql -%}\n (\n {%- if partition_by.time_ingestion_partitioning -%}\n {{ wrap_with_time_ingestion_partitioning_sql(build_partition_time_exp(partition_by), sql, True) }}\n {%- else -%}\n {{sql}}\n {%- endif -%}\n )\n {%- endset -%}\n\n {% if copy_partitions %}\n {% do bq_copy_partitions(tmp_relation, target_relation, partitions, partition_by) %}\n {% else %}\n\n {#-- Because we're putting the model SQL _directly_ into the MERGE statement,\n we need to prepend the MERGE statement with the user-configured sql_header,\n which may be needed to resolve that model SQL (e.g. referencing a variable or UDF in the header)\n in the \"dynamic\" case, we save the model SQL result as a temp table first, wherein the\n sql_header is included by the create_table_as macro.\n #}\n {{ get_insert_overwrite_merge_sql(target_relation, source_sql, dest_columns, [predicate], include_sql_header=true) }}\n\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.wrap_with_time_ingestion_partitioning_sql", "macro.dbt_bigquery.build_partition_time_exp", "macro.dbt_bigquery.bq_copy_partitions", "macro.dbt.get_insert_overwrite_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.0956569, "supported_languages": null}, "macro.dbt_bigquery.bq_dynamic_copy_partitions_insert_overwrite_sql": {"name": "bq_dynamic_copy_partitions_insert_overwrite_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "original_file_path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "unique_id": "macro.dbt_bigquery.bq_dynamic_copy_partitions_insert_overwrite_sql", "macro_sql": "{% macro bq_dynamic_copy_partitions_insert_overwrite_sql(\n tmp_relation, target_relation, sql, unique_key, partition_by, dest_columns, tmp_relation_exists, copy_partitions\n ) %}\n {# We run temp table creation in a separated script to move to partitions copy #}\n {%- call statement('create_tmp_relation_for_copy', language='sql') -%}\n {{ declare_dbt_max_partition(this, partition_by, sql, 'sql') +\n bq_create_table_as(partition_by.time_ingestion_partitioning, True, tmp_relation, sql, 'sql')\n }}\n {%- endcall %}\n {%- set partitions_sql -%}\n select distinct {{ partition_by.render_wrapped() }}\n from {{ tmp_relation }}\n {%- endset -%}\n {%- set partitions = run_query(partitions_sql).columns[0].values() -%}\n {# We copy the partitions #}\n {%- do bq_copy_partitions(tmp_relation, target_relation, partitions, partition_by) -%}\n -- Clean up the temp table\n drop table if exists {{ tmp_relation }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_bigquery.declare_dbt_max_partition", "macro.dbt_bigquery.bq_create_table_as", "macro.dbt.run_query", "macro.dbt_bigquery.bq_copy_partitions"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.0964348, "supported_languages": null}, "macro.dbt_bigquery.bq_dynamic_insert_overwrite_sql": {"name": "bq_dynamic_insert_overwrite_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "original_file_path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "unique_id": "macro.dbt_bigquery.bq_dynamic_insert_overwrite_sql", "macro_sql": "{% macro bq_dynamic_insert_overwrite_sql(tmp_relation, target_relation, sql, unique_key, partition_by, dest_columns, tmp_relation_exists, copy_partitions) %}\n {%- if copy_partitions is true %}\n {{ bq_dynamic_copy_partitions_insert_overwrite_sql(tmp_relation, target_relation, sql, unique_key, partition_by, dest_columns, tmp_relation_exists, copy_partitions) }}\n {% else -%}\n {% set predicate -%}\n {{ partition_by.render_wrapped(alias='DBT_INTERNAL_DEST') }} in unnest(dbt_partitions_for_replacement)\n {%- endset %}\n\n {%- set source_sql -%}\n (\n select\n {% if partition_by.time_ingestion_partitioning -%}\n _PARTITIONTIME,\n {%- endif -%}\n * from {{ tmp_relation }}\n )\n {%- endset -%}\n\n -- generated script to merge partitions into {{ target_relation }}\n declare dbt_partitions_for_replacement array<{{ partition_by.data_type_for_partition() }}>;\n\n {# have we already created the temp table to check for schema changes? #}\n {% if not tmp_relation_exists %}\n {{ declare_dbt_max_partition(this, partition_by, sql) }}\n\n -- 1. create a temp table with model data\n {{ bq_create_table_as(partition_by.time_ingestion_partitioning, True, tmp_relation, sql, 'sql') }}\n {% else %}\n -- 1. temp table already exists, we used it to check for schema changes\n {% endif %}\n\n -- 2. define partitions to update\n set (dbt_partitions_for_replacement) = (\n select as struct\n array_agg(distinct {{ partition_by.render_wrapped() }})\n from {{ tmp_relation }}\n );\n\n -- 3. run the merge statement\n {{ get_insert_overwrite_merge_sql(target_relation, source_sql, dest_columns, [predicate]) }};\n\n -- 4. clean up the temp table\n drop table if exists {{ tmp_relation }}\n\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bq_dynamic_copy_partitions_insert_overwrite_sql", "macro.dbt_bigquery.declare_dbt_max_partition", "macro.dbt_bigquery.bq_create_table_as", "macro.dbt.get_insert_overwrite_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.0976498, "supported_languages": null}, "macro.dbt_bigquery.wrap_with_time_ingestion_partitioning_sql": {"name": "wrap_with_time_ingestion_partitioning_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "original_file_path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "unique_id": "macro.dbt_bigquery.wrap_with_time_ingestion_partitioning_sql", "macro_sql": "{% macro wrap_with_time_ingestion_partitioning_sql(partition_time_exp, sql, is_nested) %}\n\n select {{ partition_time_exp['value'] }} as _partitiontime, * EXCEPT({{ partition_time_exp['field'] }}) from (\n {{ sql }}\n ){%- if not is_nested -%};{%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.099807, "supported_languages": null}, "macro.dbt_bigquery.create_ingestion_time_partitioned_table_as_sql": {"name": "create_ingestion_time_partitioned_table_as_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "original_file_path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "unique_id": "macro.dbt_bigquery.create_ingestion_time_partitioned_table_as_sql", "macro_sql": "{% macro create_ingestion_time_partitioned_table_as_sql(temporary, relation, sql) -%}\n {%- set raw_partition_by = config.get('partition_by', none) -%}\n {%- set raw_cluster_by = config.get('cluster_by', none) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {%- set partition_config = adapter.parse_partition_by(raw_partition_by) -%}\n\n {%- set columns = get_columns_with_types_in_query_sql(sql) -%}\n {%- set table_dest_columns_csv = columns_without_partition_fields_csv(partition_config, columns) -%}\n\n {{ sql_header if sql_header is not none }}\n\n {% set ingestion_time_partition_config_raw = fromjson(tojson(raw_partition_by)) %}\n {% do ingestion_time_partition_config_raw.update({'field':'_PARTITIONTIME'}) %}\n\n {%- set ingestion_time_partition_config = adapter.parse_partition_by(ingestion_time_partition_config_raw) -%}\n\n create or replace table {{ relation }} ({{table_dest_columns_csv}})\n {{ partition_by(ingestion_time_partition_config) }}\n {{ cluster_by(raw_cluster_by) }}\n {{ bigquery_table_options(config, model, temporary) }}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_bigquery.get_columns_with_types_in_query_sql", "macro.dbt_bigquery.columns_without_partition_fields_csv", "macro.dbt_bigquery.partition_by", "macro.dbt_bigquery.cluster_by", "macro.dbt_bigquery.bigquery_table_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.100873, "supported_languages": null}, "macro.dbt_bigquery.get_quoted_with_types_csv": {"name": "get_quoted_with_types_csv", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "original_file_path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "unique_id": "macro.dbt_bigquery.get_quoted_with_types_csv", "macro_sql": "{% macro get_quoted_with_types_csv(columns) %}\n {% set quoted = [] %}\n {% for col in columns -%}\n {%- do quoted.append(adapter.quote(col.name) ~ \" \" ~ col.data_type) -%}\n {%- endfor %}\n {%- set dest_cols_csv = quoted | join(', ') -%}\n {{ return(dest_cols_csv) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1013298, "supported_languages": null}, "macro.dbt_bigquery.columns_without_partition_fields_csv": {"name": "columns_without_partition_fields_csv", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "original_file_path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "unique_id": "macro.dbt_bigquery.columns_without_partition_fields_csv", "macro_sql": "{% macro columns_without_partition_fields_csv(partition_config, columns) -%}\n {%- set columns_no_partition = partition_config.reject_partition_field_column(columns) -%}\n {% set columns_names = get_quoted_with_types_csv(columns_no_partition) %}\n {{ return(columns_names) }}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_bigquery.get_quoted_with_types_csv"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.101609, "supported_languages": null}, "macro.dbt_bigquery.bq_insert_into_ingestion_time_partitioned_table_sql": {"name": "bq_insert_into_ingestion_time_partitioned_table_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "original_file_path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "unique_id": "macro.dbt_bigquery.bq_insert_into_ingestion_time_partitioned_table_sql", "macro_sql": "{% macro bq_insert_into_ingestion_time_partitioned_table_sql(target_relation, sql) -%}\n {%- set partition_by = config.get('partition_by', none) -%}\n {% set dest_columns = adapter.get_columns_in_relation(target_relation) %}\n {%- set dest_columns_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n\n insert into {{ target_relation }} (_partitiontime, {{ dest_columns_csv }})\n {{ wrap_with_time_ingestion_partitioning_sql(build_partition_time_exp(partition_by), sql, False) }}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.get_quoted_csv", "macro.dbt_bigquery.wrap_with_time_ingestion_partitioning_sql", "macro.dbt_bigquery.build_partition_time_exp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1021361, "supported_languages": null}, "macro.dbt_bigquery.get_columns_with_types_in_query_sql": {"name": "get_columns_with_types_in_query_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "original_file_path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "unique_id": "macro.dbt_bigquery.get_columns_with_types_in_query_sql", "macro_sql": "{% macro get_columns_with_types_in_query_sql(select_sql) %}\n {% set sql %}\n select * from (\n {{ select_sql }}\n ) as __dbt_sbq\n where false\n limit 0\n {% endset %}\n {{ return(adapter.get_columns_in_select_sql(sql)) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.102375, "supported_languages": null}, "macro.dbt_bigquery.bigquery__except": {"name": "bigquery__except", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/except.sql", "original_file_path": "macros/utils/except.sql", "unique_id": "macro.dbt_bigquery.bigquery__except", "macro_sql": "{% macro bigquery__except() %}\n\n except distinct\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1024919, "supported_languages": null}, "macro.dbt_bigquery.bigquery__dateadd": {"name": "bigquery__dateadd", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/dateadd.sql", "original_file_path": "macros/utils/dateadd.sql", "unique_id": "macro.dbt_bigquery.bigquery__dateadd", "macro_sql": "{% macro bigquery__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n datetime_add(\n cast( {{ from_date_or_timestamp }} as datetime),\n interval {{ interval }} {{ datepart }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.102726, "supported_languages": null}, "macro.dbt_bigquery.bigquery__current_timestamp": {"name": "bigquery__current_timestamp", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/timestamps.sql", "original_file_path": "macros/utils/timestamps.sql", "unique_id": "macro.dbt_bigquery.bigquery__current_timestamp", "macro_sql": "{% macro bigquery__current_timestamp() -%}\n current_timestamp()\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.102897, "supported_languages": null}, "macro.dbt_bigquery.bigquery__snapshot_string_as_time": {"name": "bigquery__snapshot_string_as_time", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/timestamps.sql", "original_file_path": "macros/utils/timestamps.sql", "unique_id": "macro.dbt_bigquery.bigquery__snapshot_string_as_time", "macro_sql": "{% macro bigquery__snapshot_string_as_time(timestamp) -%}\n {%- set result = 'TIMESTAMP(\"' ~ timestamp ~ '\")' -%}\n {{ return(result) }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.103084, "supported_languages": null}, "macro.dbt_bigquery.bigquery__current_timestamp_backcompat": {"name": "bigquery__current_timestamp_backcompat", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/timestamps.sql", "original_file_path": "macros/utils/timestamps.sql", "unique_id": "macro.dbt_bigquery.bigquery__current_timestamp_backcompat", "macro_sql": "{% macro bigquery__current_timestamp_backcompat() -%}\n current_timestamp\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1031628, "supported_languages": null}, "macro.dbt_bigquery.bigquery__intersect": {"name": "bigquery__intersect", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/intersect.sql", "original_file_path": "macros/utils/intersect.sql", "unique_id": "macro.dbt_bigquery.bigquery__intersect", "macro_sql": "{% macro bigquery__intersect() %}\n\n intersect distinct\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.103264, "supported_languages": null}, "macro.dbt_bigquery.bigquery__escape_single_quotes": {"name": "bigquery__escape_single_quotes", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/escape_single_quotes.sql", "original_file_path": "macros/utils/escape_single_quotes.sql", "unique_id": "macro.dbt_bigquery.bigquery__escape_single_quotes", "macro_sql": "{% macro bigquery__escape_single_quotes(expression) -%}\n{{ expression | replace(\"'\", \"\\\\'\") }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.103482, "supported_languages": null}, "macro.dbt_bigquery.bigquery__right": {"name": "bigquery__right", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/right.sql", "original_file_path": "macros/utils/right.sql", "unique_id": "macro.dbt_bigquery.bigquery__right", "macro_sql": "{% macro bigquery__right(string_text, length_expression) %}\n\n case when {{ length_expression }} = 0\n then ''\n else\n substr(\n {{ string_text }},\n -1 * ({{ length_expression }})\n )\n end\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.10374, "supported_languages": null}, "macro.dbt_bigquery.bigquery__listagg": {"name": "bigquery__listagg", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/listagg.sql", "original_file_path": "macros/utils/listagg.sql", "unique_id": "macro.dbt_bigquery.bigquery__listagg", "macro_sql": "{% macro bigquery__listagg(measure, delimiter_text, order_by_clause, limit_num) -%}\n\n string_agg(\n {{ measure }},\n {{ delimiter_text }}\n {% if order_by_clause -%}\n {{ order_by_clause }}\n {%- endif %}\n {% if limit_num -%}\n limit {{ limit_num }}\n {%- endif %}\n )\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.104179, "supported_languages": null}, "macro.dbt_bigquery.bigquery__datediff": {"name": "bigquery__datediff", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/datediff.sql", "original_file_path": "macros/utils/datediff.sql", "unique_id": "macro.dbt_bigquery.bigquery__datediff", "macro_sql": "{% macro bigquery__datediff(first_date, second_date, datepart) -%}\n\n {% if dbt_version[0] == 1 and dbt_version[2] >= 2 %}\n {{ return(dbt.datediff(first_date, second_date, datepart)) }}\n {% else %}\n\n datetime_diff(\n cast({{second_date}} as datetime),\n cast({{first_date}} as datetime),\n {{datepart}}\n )\n\n {% endif %}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.104725, "supported_languages": null}, "macro.dbt_bigquery.bigquery__safe_cast": {"name": "bigquery__safe_cast", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/safe_cast.sql", "original_file_path": "macros/utils/safe_cast.sql", "unique_id": "macro.dbt_bigquery.bigquery__safe_cast", "macro_sql": "{% macro bigquery__safe_cast(field, type) %}\n safe_cast({{field}} as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.104904, "supported_languages": null}, "macro.dbt_bigquery.bigquery__hash": {"name": "bigquery__hash", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/hash.sql", "original_file_path": "macros/utils/hash.sql", "unique_id": "macro.dbt_bigquery.bigquery__hash", "macro_sql": "{% macro bigquery__hash(field) -%}\n to_hex({{dbt.default__hash(field)}})\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__hash"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.105073, "supported_languages": null}, "macro.dbt_bigquery.bigquery__position": {"name": "bigquery__position", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/position.sql", "original_file_path": "macros/utils/position.sql", "unique_id": "macro.dbt_bigquery.bigquery__position", "macro_sql": "{% macro bigquery__position(substring_text, string_text) %}\n\n strpos(\n {{ string_text }},\n {{ substring_text }}\n\n )\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.105272, "supported_languages": null}, "macro.dbt_bigquery.bigquery__array_concat": {"name": "bigquery__array_concat", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/array_concat.sql", "original_file_path": "macros/utils/array_concat.sql", "unique_id": "macro.dbt_bigquery.bigquery__array_concat", "macro_sql": "{% macro bigquery__array_concat(array_1, array_2) -%}\n array_concat({{ array_1 }}, {{ array_2 }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.105453, "supported_languages": null}, "macro.dbt_bigquery.bigquery__bool_or": {"name": "bigquery__bool_or", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/bool_or.sql", "original_file_path": "macros/utils/bool_or.sql", "unique_id": "macro.dbt_bigquery.bigquery__bool_or", "macro_sql": "{% macro bigquery__bool_or(expression) -%}\n\n logical_or({{ expression }})\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.105591, "supported_languages": null}, "macro.dbt_bigquery.bigquery__split_part": {"name": "bigquery__split_part", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/split_part.sql", "original_file_path": "macros/utils/split_part.sql", "unique_id": "macro.dbt_bigquery.bigquery__split_part", "macro_sql": "{% macro bigquery__split_part(string_text, delimiter_text, part_number) %}\n\n {% if part_number >= 0 %}\n split(\n {{ string_text }},\n {{ delimiter_text }}\n )[safe_offset({{ part_number - 1 }})]\n {% else %}\n split(\n {{ string_text }},\n {{ delimiter_text }}\n )[safe_offset(\n length({{ string_text }})\n - length(\n replace({{ string_text }}, {{ delimiter_text }}, '')\n ) + 1\n )]\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.106266, "supported_languages": null}, "macro.dbt_bigquery.bigquery__date_trunc": {"name": "bigquery__date_trunc", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/date_trunc.sql", "original_file_path": "macros/utils/date_trunc.sql", "unique_id": "macro.dbt_bigquery.bigquery__date_trunc", "macro_sql": "{% macro bigquery__date_trunc(datepart, date) -%}\n timestamp_trunc(\n cast({{date}} as timestamp),\n {{datepart}}\n )\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1064498, "supported_languages": null}, "macro.dbt_bigquery.bigquery__array_construct": {"name": "bigquery__array_construct", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/array_construct.sql", "original_file_path": "macros/utils/array_construct.sql", "unique_id": "macro.dbt_bigquery.bigquery__array_construct", "macro_sql": "{% macro bigquery__array_construct(inputs, data_type) -%}\n {% if inputs|length > 0 %}\n [ {{ inputs|join(' , ') }} ]\n {% else %}\n ARRAY<{{data_type}}>[]\n {% endif %}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.106768, "supported_languages": null}, "macro.dbt_bigquery.bigquery__array_append": {"name": "bigquery__array_append", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/array_append.sql", "original_file_path": "macros/utils/array_append.sql", "unique_id": "macro.dbt_bigquery.bigquery__array_append", "macro_sql": "{% macro bigquery__array_append(array, new_element) -%}\n {{ array_concat(array, array_construct([new_element])) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.array_concat", "macro.dbt.array_construct"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.106982, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_show_grant_sql": {"name": "bigquery__get_show_grant_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_show_grant_sql", "macro_sql": "{% macro bigquery__get_show_grant_sql(relation) %}\n {% set location = adapter.get_dataset_location(relation) %}\n {% set relation = relation.incorporate(location=location) %}\n\n select privilege_type, grantee\n from {{ relation.information_schema(\"OBJECT_PRIVILEGES\") }}\n where object_schema = \"{{ relation.dataset }}\"\n and object_name = \"{{ relation.identifier }}\"\n -- filter out current user\n and split(grantee, ':')[offset(1)] != session_user()\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.10765, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_grant_sql": {"name": "bigquery__get_grant_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_grant_sql", "macro_sql": "\n\n\n{%- macro bigquery__get_grant_sql(relation, privilege, grantee) -%}\n grant `{{ privilege }}` on {{ relation.type }} {{ relation }} to {{ '\\\"' + grantee|join('\\\", \\\"') + '\\\"' }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1079628, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_revoke_sql": {"name": "bigquery__get_revoke_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_revoke_sql", "macro_sql": "{%- macro bigquery__get_revoke_sql(relation, privilege, grantee) -%}\n revoke `{{ privilege }}` on {{ relation.type }} {{ relation }} from {{ '\\\"' + grantee|join('\\\", \\\"') + '\\\"' }}\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.108248, "supported_languages": null}, "macro.dbt_bigquery.bigquery__resolve_model_name": {"name": "bigquery__resolve_model_name", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt_bigquery.bigquery__resolve_model_name", "macro_sql": "{% macro bigquery__resolve_model_name(input_model_name) -%}\n {{ input_model_name | string | replace('`', '') | replace('\"', '\\\"') }}\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1085382, "supported_languages": null}, "macro.dbt.run_hooks": {"name": "run_hooks", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/hooks.sql", "original_file_path": "macros/materializations/hooks.sql", "unique_id": "macro.dbt.run_hooks", "macro_sql": "{% macro run_hooks(hooks, inside_transaction=True) %}\n {% for hook in hooks | selectattr('transaction', 'equalto', inside_transaction) %}\n {% if not inside_transaction and loop.first %}\n {% call statement(auto_begin=inside_transaction) %}\n commit;\n {% endcall %}\n {% endif %}\n {% set rendered = render(hook.get('sql')) | trim %}\n {% if (rendered | length) > 0 %}\n {% call statement(auto_begin=inside_transaction) %}\n {{ rendered }}\n {% endcall %}\n {% endif %}\n {% endfor %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.109864, "supported_languages": null}, "macro.dbt.make_hook_config": {"name": "make_hook_config", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/hooks.sql", "original_file_path": "macros/materializations/hooks.sql", "unique_id": "macro.dbt.make_hook_config", "macro_sql": "{% macro make_hook_config(sql, inside_transaction) %}\n {{ tojson({\"sql\": sql, \"transaction\": inside_transaction}) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1101062, "supported_languages": null}, "macro.dbt.before_begin": {"name": "before_begin", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/hooks.sql", "original_file_path": "macros/materializations/hooks.sql", "unique_id": "macro.dbt.before_begin", "macro_sql": "{% macro before_begin(sql) %}\n {{ make_hook_config(sql, inside_transaction=False) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.make_hook_config"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.110265, "supported_languages": null}, "macro.dbt.in_transaction": {"name": "in_transaction", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/hooks.sql", "original_file_path": "macros/materializations/hooks.sql", "unique_id": "macro.dbt.in_transaction", "macro_sql": "{% macro in_transaction(sql) %}\n {{ make_hook_config(sql, inside_transaction=True) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.make_hook_config"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1104262, "supported_languages": null}, "macro.dbt.after_commit": {"name": "after_commit", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/hooks.sql", "original_file_path": "macros/materializations/hooks.sql", "unique_id": "macro.dbt.after_commit", "macro_sql": "{% macro after_commit(sql) %}\n {{ make_hook_config(sql, inside_transaction=False) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.make_hook_config"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.110585, "supported_languages": null}, "macro.dbt.set_sql_header": {"name": "set_sql_header", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/configs.sql", "original_file_path": "macros/materializations/configs.sql", "unique_id": "macro.dbt.set_sql_header", "macro_sql": "{% macro set_sql_header(config) -%}\n {{ config.set('sql_header', caller()) }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.11106, "supported_languages": null}, "macro.dbt.should_full_refresh": {"name": "should_full_refresh", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/configs.sql", "original_file_path": "macros/materializations/configs.sql", "unique_id": "macro.dbt.should_full_refresh", "macro_sql": "{% macro should_full_refresh() %}\n {% set config_full_refresh = config.get('full_refresh') %}\n {% if config_full_refresh is none %}\n {% set config_full_refresh = flags.FULL_REFRESH %}\n {% endif %}\n {% do return(config_full_refresh) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.111418, "supported_languages": null}, "macro.dbt.should_store_failures": {"name": "should_store_failures", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/configs.sql", "original_file_path": "macros/materializations/configs.sql", "unique_id": "macro.dbt.should_store_failures", "macro_sql": "{% macro should_store_failures() %}\n {% set config_store_failures = config.get('store_failures') %}\n {% if config_store_failures is none %}\n {% set config_store_failures = flags.STORE_FAILURES %}\n {% endif %}\n {% do return(config_store_failures) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1117692, "supported_languages": null}, "macro.dbt.snapshot_merge_sql": {"name": "snapshot_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/snapshot_merge.sql", "original_file_path": "macros/materializations/snapshots/snapshot_merge.sql", "unique_id": "macro.dbt.snapshot_merge_sql", "macro_sql": "{% macro snapshot_merge_sql(target, source, insert_cols) -%}\n {{ adapter.dispatch('snapshot_merge_sql', 'dbt')(target, source, insert_cols) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__snapshot_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1122692, "supported_languages": null}, "macro.dbt.default__snapshot_merge_sql": {"name": "default__snapshot_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/snapshot_merge.sql", "original_file_path": "macros/materializations/snapshots/snapshot_merge.sql", "unique_id": "macro.dbt.default__snapshot_merge_sql", "macro_sql": "{% macro default__snapshot_merge_sql(target, source, insert_cols) -%}\n {%- set insert_cols_csv = insert_cols | join(', ') -%}\n\n merge into {{ target }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on DBT_INTERNAL_SOURCE.dbt_scd_id = DBT_INTERNAL_DEST.dbt_scd_id\n\n when matched\n and DBT_INTERNAL_DEST.dbt_valid_to is null\n and DBT_INTERNAL_SOURCE.dbt_change_type in ('update', 'delete')\n then update\n set dbt_valid_to = DBT_INTERNAL_SOURCE.dbt_valid_to\n\n when not matched\n and DBT_INTERNAL_SOURCE.dbt_change_type = 'insert'\n then insert ({{ insert_cols_csv }})\n values ({{ insert_cols_csv }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.112611, "supported_languages": null}, "macro.dbt.strategy_dispatch": {"name": "strategy_dispatch", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.strategy_dispatch", "macro_sql": "{% macro strategy_dispatch(name) -%}\n{% set original_name = name %}\n {% if '.' in name %}\n {% set package_name, name = name.split(\".\", 1) %}\n {% else %}\n {% set package_name = none %}\n {% endif %}\n\n {% if package_name is none %}\n {% set package_context = context %}\n {% elif package_name in context %}\n {% set package_context = context[package_name] %}\n {% else %}\n {% set error_msg %}\n Could not find package '{{package_name}}', called with '{{original_name}}'\n {% endset %}\n {{ exceptions.raise_compiler_error(error_msg | trim) }}\n {% endif %}\n\n {%- set search_name = 'snapshot_' ~ name ~ '_strategy' -%}\n\n {% if search_name not in package_context %}\n {% set error_msg %}\n The specified strategy macro '{{name}}' was not found in package '{{ package_name }}'\n {% endset %}\n {{ exceptions.raise_compiler_error(error_msg | trim) }}\n {% endif %}\n {{ return(package_context[search_name]) }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.116558, "supported_languages": null}, "macro.dbt.snapshot_hash_arguments": {"name": "snapshot_hash_arguments", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.snapshot_hash_arguments", "macro_sql": "{% macro snapshot_hash_arguments(args) -%}\n {{ adapter.dispatch('snapshot_hash_arguments', 'dbt')(args) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.11675, "supported_languages": null}, "macro.dbt.default__snapshot_hash_arguments": {"name": "default__snapshot_hash_arguments", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.default__snapshot_hash_arguments", "macro_sql": "{% macro default__snapshot_hash_arguments(args) -%}\n md5({%- for arg in args -%}\n coalesce(cast({{ arg }} as varchar ), '')\n {% if not loop.last %} || '|' || {% endif %}\n {%- endfor -%})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.116989, "supported_languages": null}, "macro.dbt.snapshot_timestamp_strategy": {"name": "snapshot_timestamp_strategy", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.snapshot_timestamp_strategy", "macro_sql": "{% macro snapshot_timestamp_strategy(node, snapshotted_rel, current_rel, config, target_exists) %}\n {% set primary_key = config['unique_key'] %}\n {% set updated_at = config['updated_at'] %}\n {% set invalidate_hard_deletes = config.get('invalidate_hard_deletes', false) %}\n\n {#/*\n The snapshot relation might not have an {{ updated_at }} value if the\n snapshot strategy is changed from `check` to `timestamp`. We\n should use a dbt-created column for the comparison in the snapshot\n table instead of assuming that the user-supplied {{ updated_at }}\n will be present in the historical data.\n\n See https://github.com/dbt-labs/dbt-core/issues/2350\n */ #}\n {% set row_changed_expr -%}\n ({{ snapshotted_rel }}.dbt_valid_from < {{ current_rel }}.{{ updated_at }})\n {%- endset %}\n\n {% set scd_id_expr = snapshot_hash_arguments([primary_key, updated_at]) %}\n\n {% do return({\n \"unique_key\": primary_key,\n \"updated_at\": updated_at,\n \"row_changed\": row_changed_expr,\n \"scd_id\": scd_id_expr,\n \"invalidate_hard_deletes\": invalidate_hard_deletes\n }) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.117782, "supported_languages": null}, "macro.dbt.snapshot_string_as_time": {"name": "snapshot_string_as_time", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.snapshot_string_as_time", "macro_sql": "{% macro snapshot_string_as_time(timestamp) -%}\n {{ adapter.dispatch('snapshot_string_as_time', 'dbt')(timestamp) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__snapshot_string_as_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1179562, "supported_languages": null}, "macro.dbt.default__snapshot_string_as_time": {"name": "default__snapshot_string_as_time", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.default__snapshot_string_as_time", "macro_sql": "{% macro default__snapshot_string_as_time(timestamp) %}\n {% do exceptions.raise_not_implemented(\n 'snapshot_string_as_time macro not implemented for adapter '+adapter.type()\n ) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.118138, "supported_languages": null}, "macro.dbt.snapshot_check_all_get_existing_columns": {"name": "snapshot_check_all_get_existing_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.snapshot_check_all_get_existing_columns", "macro_sql": "{% macro snapshot_check_all_get_existing_columns(node, target_exists, check_cols_config) -%}\n {%- if not target_exists -%}\n {#-- no table yet -> return whatever the query does --#}\n {{ return((false, query_columns)) }}\n {%- endif -%}\n\n {#-- handle any schema changes --#}\n {%- set target_relation = adapter.get_relation(database=node.database, schema=node.schema, identifier=node.alias) -%}\n\n {% if check_cols_config == 'all' %}\n {%- set query_columns = get_columns_in_query(node['compiled_code']) -%}\n\n {% elif check_cols_config is iterable and (check_cols_config | length) > 0 %}\n {#-- query for proper casing/quoting, to support comparison below --#}\n {%- set select_check_cols_from_target -%}\n select {{ check_cols_config | join(', ') }} from ({{ node['compiled_code'] }}) subq\n {%- endset -%}\n {% set query_columns = get_columns_in_query(select_check_cols_from_target) %}\n\n {% else %}\n {% do exceptions.raise_compiler_error(\"Invalid value for 'check_cols': \" ~ check_cols_config) %}\n {% endif %}\n\n {%- set existing_cols = adapter.get_columns_in_relation(target_relation) | map(attribute = 'name') | list -%}\n {%- set ns = namespace() -%} {#-- handle for-loop scoping with a namespace --#}\n {%- set ns.column_added = false -%}\n\n {%- set intersection = [] -%}\n {%- for col in query_columns -%}\n {%- if col in existing_cols -%}\n {%- do intersection.append(adapter.quote(col)) -%}\n {%- else -%}\n {% set ns.column_added = true %}\n {%- endif -%}\n {%- endfor -%}\n {{ return((ns.column_added, intersection)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_columns_in_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.119607, "supported_languages": null}, "macro.dbt.snapshot_check_strategy": {"name": "snapshot_check_strategy", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.snapshot_check_strategy", "macro_sql": "{% macro snapshot_check_strategy(node, snapshotted_rel, current_rel, config, target_exists) %}\n {% set check_cols_config = config['check_cols'] %}\n {% set primary_key = config['unique_key'] %}\n {% set invalidate_hard_deletes = config.get('invalidate_hard_deletes', false) %}\n {% set updated_at = config.get('updated_at', snapshot_get_time()) %}\n\n {% set column_added = false %}\n\n {% set column_added, check_cols = snapshot_check_all_get_existing_columns(node, target_exists, check_cols_config) %}\n\n {%- set row_changed_expr -%}\n (\n {%- if column_added -%}\n {{ get_true_sql() }}\n {%- else -%}\n {%- for col in check_cols -%}\n {{ snapshotted_rel }}.{{ col }} != {{ current_rel }}.{{ col }}\n or\n (\n (({{ snapshotted_rel }}.{{ col }} is null) and not ({{ current_rel }}.{{ col }} is null))\n or\n ((not {{ snapshotted_rel }}.{{ col }} is null) and ({{ current_rel }}.{{ col }} is null))\n )\n {%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n {%- endif -%}\n )\n {%- endset %}\n\n {% set scd_id_expr = snapshot_hash_arguments([primary_key, updated_at]) %}\n\n {% do return({\n \"unique_key\": primary_key,\n \"updated_at\": updated_at,\n \"row_changed\": row_changed_expr,\n \"scd_id\": scd_id_expr,\n \"invalidate_hard_deletes\": invalidate_hard_deletes\n }) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.snapshot_get_time", "macro.dbt.snapshot_check_all_get_existing_columns", "macro.dbt.get_true_sql", "macro.dbt.snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.121037, "supported_languages": null}, "macro.dbt.create_columns": {"name": "create_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.create_columns", "macro_sql": "{% macro create_columns(relation, columns) %}\n {{ adapter.dispatch('create_columns', 'dbt')(relation, columns) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__create_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1254468, "supported_languages": null}, "macro.dbt.default__create_columns": {"name": "default__create_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.default__create_columns", "macro_sql": "{% macro default__create_columns(relation, columns) %}\n {% for column in columns %}\n {% call statement() %}\n alter table {{ relation }} add column \"{{ column.name }}\" {{ column.data_type }};\n {% endcall %}\n {% endfor %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.125796, "supported_languages": null}, "macro.dbt.post_snapshot": {"name": "post_snapshot", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.post_snapshot", "macro_sql": "{% macro post_snapshot(staging_relation) %}\n {{ adapter.dispatch('post_snapshot', 'dbt')(staging_relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__post_snapshot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.125986, "supported_languages": null}, "macro.dbt.default__post_snapshot": {"name": "default__post_snapshot", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.default__post_snapshot", "macro_sql": "{% macro default__post_snapshot(staging_relation) %}\n {# no-op #}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.126087, "supported_languages": null}, "macro.dbt.get_true_sql": {"name": "get_true_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.get_true_sql", "macro_sql": "{% macro get_true_sql() %}\n {{ adapter.dispatch('get_true_sql', 'dbt')() }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_true_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.126247, "supported_languages": null}, "macro.dbt.default__get_true_sql": {"name": "default__get_true_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.default__get_true_sql", "macro_sql": "{% macro default__get_true_sql() %}\n {{ return('TRUE') }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.12638, "supported_languages": null}, "macro.dbt.snapshot_staging_table": {"name": "snapshot_staging_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.snapshot_staging_table", "macro_sql": "{% macro snapshot_staging_table(strategy, source_sql, target_relation) -%}\n {{ adapter.dispatch('snapshot_staging_table', 'dbt')(strategy, source_sql, target_relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__snapshot_staging_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.126614, "supported_languages": null}, "macro.dbt.default__snapshot_staging_table": {"name": "default__snapshot_staging_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.default__snapshot_staging_table", "macro_sql": "{% macro default__snapshot_staging_table(strategy, source_sql, target_relation) -%}\n\n with snapshot_query as (\n\n {{ source_sql }}\n\n ),\n\n snapshotted_data as (\n\n select *,\n {{ strategy.unique_key }} as dbt_unique_key\n\n from {{ target_relation }}\n where dbt_valid_to is null\n\n ),\n\n insertions_source_data as (\n\n select\n *,\n {{ strategy.unique_key }} as dbt_unique_key,\n {{ strategy.updated_at }} as dbt_updated_at,\n {{ strategy.updated_at }} as dbt_valid_from,\n nullif({{ strategy.updated_at }}, {{ strategy.updated_at }}) as dbt_valid_to,\n {{ strategy.scd_id }} as dbt_scd_id\n\n from snapshot_query\n ),\n\n updates_source_data as (\n\n select\n *,\n {{ strategy.unique_key }} as dbt_unique_key,\n {{ strategy.updated_at }} as dbt_updated_at,\n {{ strategy.updated_at }} as dbt_valid_from,\n {{ strategy.updated_at }} as dbt_valid_to\n\n from snapshot_query\n ),\n\n {%- if strategy.invalidate_hard_deletes %}\n\n deletes_source_data as (\n\n select\n *,\n {{ strategy.unique_key }} as dbt_unique_key\n from snapshot_query\n ),\n {% endif %}\n\n insertions as (\n\n select\n 'insert' as dbt_change_type,\n source_data.*\n\n from insertions_source_data as source_data\n left outer join snapshotted_data on snapshotted_data.dbt_unique_key = source_data.dbt_unique_key\n where snapshotted_data.dbt_unique_key is null\n or (\n snapshotted_data.dbt_unique_key is not null\n and (\n {{ strategy.row_changed }}\n )\n )\n\n ),\n\n updates as (\n\n select\n 'update' as dbt_change_type,\n source_data.*,\n snapshotted_data.dbt_scd_id\n\n from updates_source_data as source_data\n join snapshotted_data on snapshotted_data.dbt_unique_key = source_data.dbt_unique_key\n where (\n {{ strategy.row_changed }}\n )\n )\n\n {%- if strategy.invalidate_hard_deletes -%}\n ,\n\n deletes as (\n\n select\n 'delete' as dbt_change_type,\n source_data.*,\n {{ snapshot_get_time() }} as dbt_valid_from,\n {{ snapshot_get_time() }} as dbt_updated_at,\n {{ snapshot_get_time() }} as dbt_valid_to,\n snapshotted_data.dbt_scd_id\n\n from snapshotted_data\n left join deletes_source_data as source_data on snapshotted_data.dbt_unique_key = source_data.dbt_unique_key\n where source_data.dbt_unique_key is null\n )\n {%- endif %}\n\n select * from insertions\n union all\n select * from updates\n {%- if strategy.invalidate_hard_deletes %}\n union all\n select * from deletes\n {%- endif %}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.snapshot_get_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1276329, "supported_languages": null}, "macro.dbt.build_snapshot_table": {"name": "build_snapshot_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.build_snapshot_table", "macro_sql": "{% macro build_snapshot_table(strategy, sql) -%}\n {{ adapter.dispatch('build_snapshot_table', 'dbt')(strategy, sql) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__build_snapshot_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.127914, "supported_languages": null}, "macro.dbt.default__build_snapshot_table": {"name": "default__build_snapshot_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.default__build_snapshot_table", "macro_sql": "{% macro default__build_snapshot_table(strategy, sql) %}\n\n select *,\n {{ strategy.scd_id }} as dbt_scd_id,\n {{ strategy.updated_at }} as dbt_updated_at,\n {{ strategy.updated_at }} as dbt_valid_from,\n nullif({{ strategy.updated_at }}, {{ strategy.updated_at }}) as dbt_valid_to\n from (\n {{ sql }}\n ) sbq\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1282141, "supported_languages": null}, "macro.dbt.build_snapshot_staging_table": {"name": "build_snapshot_staging_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.build_snapshot_staging_table", "macro_sql": "{% macro build_snapshot_staging_table(strategy, sql, target_relation) %}\n {% set temp_relation = make_temp_relation(target_relation) %}\n\n {% set select = snapshot_staging_table(strategy, sql, target_relation) %}\n\n {% call statement('build_snapshot_staging_relation') %}\n {{ create_table_as(True, temp_relation, select) }}\n {% endcall %}\n\n {% do return(temp_relation) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.make_temp_relation", "macro.dbt.snapshot_staging_table", "macro.dbt.statement", "macro.dbt.create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.128702, "supported_languages": null}, "macro.dbt.materialization_snapshot_default": {"name": "materialization_snapshot_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/snapshot.sql", "original_file_path": "macros/materializations/snapshots/snapshot.sql", "unique_id": "macro.dbt.materialization_snapshot_default", "macro_sql": "{% materialization snapshot, default %}\n {%- set config = model['config'] -%}\n\n {%- set target_table = model.get('alias', model.get('name')) -%}\n\n {%- set strategy_name = config.get('strategy') -%}\n {%- set unique_key = config.get('unique_key') %}\n -- grab current tables grants config for comparision later on\n {%- set grant_config = config.get('grants') -%}\n\n {% set target_relation_exists, target_relation = get_or_create_relation(\n database=model.database,\n schema=model.schema,\n identifier=target_table,\n type='table') -%}\n\n {%- if not target_relation.is_table -%}\n {% do exceptions.relation_wrong_type(target_relation, 'table') %}\n {%- endif -%}\n\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n {% set strategy_macro = strategy_dispatch(strategy_name) %}\n {% set strategy = strategy_macro(model, \"snapshotted_data\", \"source_data\", config, target_relation_exists) %}\n\n {% if not target_relation_exists %}\n\n {% set build_sql = build_snapshot_table(strategy, model['compiled_code']) %}\n {% set final_sql = create_table_as(False, target_relation, build_sql) %}\n\n {% else %}\n\n {{ adapter.valid_snapshot_target(target_relation) }}\n\n {% set staging_table = build_snapshot_staging_table(strategy, sql, target_relation) %}\n\n -- this may no-op if the database does not require column expansion\n {% do adapter.expand_target_column_types(from_relation=staging_table,\n to_relation=target_relation) %}\n\n {% set missing_columns = adapter.get_missing_columns(staging_table, target_relation)\n | rejectattr('name', 'equalto', 'dbt_change_type')\n | rejectattr('name', 'equalto', 'DBT_CHANGE_TYPE')\n | rejectattr('name', 'equalto', 'dbt_unique_key')\n | rejectattr('name', 'equalto', 'DBT_UNIQUE_KEY')\n | list %}\n\n {% do create_columns(target_relation, missing_columns) %}\n\n {% set source_columns = adapter.get_columns_in_relation(staging_table)\n | rejectattr('name', 'equalto', 'dbt_change_type')\n | rejectattr('name', 'equalto', 'DBT_CHANGE_TYPE')\n | rejectattr('name', 'equalto', 'dbt_unique_key')\n | rejectattr('name', 'equalto', 'DBT_UNIQUE_KEY')\n | list %}\n\n {% set quoted_source_columns = [] %}\n {% for column in source_columns %}\n {% do quoted_source_columns.append(adapter.quote(column.name)) %}\n {% endfor %}\n\n {% set final_sql = snapshot_merge_sql(\n target = target_relation,\n source = staging_table,\n insert_cols = quoted_source_columns\n )\n %}\n\n {% endif %}\n\n {% call statement('main') %}\n {{ final_sql }}\n {% endcall %}\n\n {% set should_revoke = should_revoke(target_relation_exists, full_refresh_mode=False) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if not target_relation_exists %}\n {% do create_indexes(target_relation) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {{ adapter.commit() }}\n\n {% if staging_table is defined %}\n {% do post_snapshot(staging_table) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.get_or_create_relation", "macro.dbt.run_hooks", "macro.dbt.strategy_dispatch", "macro.dbt.build_snapshot_table", "macro.dbt.create_table_as", "macro.dbt.build_snapshot_staging_table", "macro.dbt.create_columns", "macro.dbt.snapshot_merge_sql", "macro.dbt.statement", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt.create_indexes", "macro.dbt.post_snapshot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.135252, "supported_languages": ["sql"]}, "macro.dbt.materialization_test_default": {"name": "materialization_test_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/tests/test.sql", "original_file_path": "macros/materializations/tests/test.sql", "unique_id": "macro.dbt.materialization_test_default", "macro_sql": "{%- materialization test, default -%}\n\n {% set relations = [] %}\n\n {% if should_store_failures() %}\n\n {% set identifier = model['alias'] %}\n {% set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) %}\n {% set target_relation = api.Relation.create(\n identifier=identifier, schema=schema, database=database, type='table') -%} %}\n\n {% if old_relation %}\n {% do adapter.drop_relation(old_relation) %}\n {% endif %}\n\n {% call statement(auto_begin=True) %}\n {{ create_table_as(False, target_relation, sql) }}\n {% endcall %}\n\n {% do relations.append(target_relation) %}\n\n {% set main_sql %}\n select *\n from {{ target_relation }}\n {% endset %}\n\n {{ adapter.commit() }}\n\n {% else %}\n\n {% set main_sql = sql %}\n\n {% endif %}\n\n {% set limit = config.get('limit') %}\n {% set fail_calc = config.get('fail_calc') %}\n {% set warn_if = config.get('warn_if') %}\n {% set error_if = config.get('error_if') %}\n\n {% call statement('main', fetch_result=True) -%}\n\n {{ get_test_sql(main_sql, fail_calc, warn_if, error_if, limit)}}\n\n {%- endcall %}\n\n {{ return({'relations': relations}) }}\n\n{%- endmaterialization -%}", "depends_on": {"macros": ["macro.dbt.should_store_failures", "macro.dbt.statement", "macro.dbt.create_table_as", "macro.dbt.get_test_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.137435, "supported_languages": ["sql"]}, "macro.dbt.get_test_sql": {"name": "get_test_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/tests/helpers.sql", "original_file_path": "macros/materializations/tests/helpers.sql", "unique_id": "macro.dbt.get_test_sql", "macro_sql": "{% macro get_test_sql(main_sql, fail_calc, warn_if, error_if, limit) -%}\n {{ adapter.dispatch('get_test_sql', 'dbt')(main_sql, fail_calc, warn_if, error_if, limit) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_test_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.137988, "supported_languages": null}, "macro.dbt.default__get_test_sql": {"name": "default__get_test_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/tests/helpers.sql", "original_file_path": "macros/materializations/tests/helpers.sql", "unique_id": "macro.dbt.default__get_test_sql", "macro_sql": "{% macro default__get_test_sql(main_sql, fail_calc, warn_if, error_if, limit) -%}\n select\n {{ fail_calc }} as failures,\n {{ fail_calc }} {{ warn_if }} as should_warn,\n {{ fail_calc }} {{ error_if }} as should_error\n from (\n {{ main_sql }}\n {{ \"limit \" ~ limit if limit != none }}\n ) dbt_internal_test\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.138332, "supported_languages": null}, "macro.dbt.get_where_subquery": {"name": "get_where_subquery", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/tests/where_subquery.sql", "original_file_path": "macros/materializations/tests/where_subquery.sql", "unique_id": "macro.dbt.get_where_subquery", "macro_sql": "{% macro get_where_subquery(relation) -%}\n {% do return(adapter.dispatch('get_where_subquery', 'dbt')(relation)) %}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_where_subquery"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.138738, "supported_languages": null}, "macro.dbt.default__get_where_subquery": {"name": "default__get_where_subquery", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/tests/where_subquery.sql", "original_file_path": "macros/materializations/tests/where_subquery.sql", "unique_id": "macro.dbt.default__get_where_subquery", "macro_sql": "{% macro default__get_where_subquery(relation) -%}\n {% set where = config.get('where', '') %}\n {% if where %}\n {%- set filtered -%}\n (select * from {{ relation }} where {{ where }}) dbt_subquery\n {%- endset -%}\n {% do return(filtered) %}\n {%- else -%}\n {% do return(relation) %}\n {%- endif -%}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1391392, "supported_languages": null}, "macro.dbt.get_quoted_csv": {"name": "get_quoted_csv", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/column_helpers.sql", "original_file_path": "macros/materializations/models/incremental/column_helpers.sql", "unique_id": "macro.dbt.get_quoted_csv", "macro_sql": "{% macro get_quoted_csv(column_names) %}\n\n {% set quoted = [] %}\n {% for col in column_names -%}\n {%- do quoted.append(adapter.quote(col)) -%}\n {%- endfor %}\n\n {%- set dest_cols_csv = quoted | join(', ') -%}\n {{ return(dest_cols_csv) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.140797, "supported_languages": null}, "macro.dbt.diff_columns": {"name": "diff_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/column_helpers.sql", "original_file_path": "macros/materializations/models/incremental/column_helpers.sql", "unique_id": "macro.dbt.diff_columns", "macro_sql": "{% macro diff_columns(source_columns, target_columns) %}\n\n {% set result = [] %}\n {% set source_names = source_columns | map(attribute = 'column') | list %}\n {% set target_names = target_columns | map(attribute = 'column') | list %}\n\n {# --check whether the name attribute exists in the target - this does not perform a data type check #}\n {% for sc in source_columns %}\n {% if sc.name not in target_names %}\n {{ result.append(sc) }}\n {% endif %}\n {% endfor %}\n\n {{ return(result) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.141397, "supported_languages": null}, "macro.dbt.diff_column_data_types": {"name": "diff_column_data_types", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/column_helpers.sql", "original_file_path": "macros/materializations/models/incremental/column_helpers.sql", "unique_id": "macro.dbt.diff_column_data_types", "macro_sql": "{% macro diff_column_data_types(source_columns, target_columns) %}\n\n {% set result = [] %}\n {% for sc in source_columns %}\n {% set tc = target_columns | selectattr(\"name\", \"equalto\", sc.name) | list | first %}\n {% if tc %}\n {% if sc.data_type != tc.data_type and not sc.can_expand_to(other_column=tc) %}\n {{ result.append( { 'column_name': tc.name, 'new_type': sc.data_type } ) }}\n {% endif %}\n {% endif %}\n {% endfor %}\n\n {{ return(result) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.14212, "supported_languages": null}, "macro.dbt.get_merge_update_columns": {"name": "get_merge_update_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/column_helpers.sql", "original_file_path": "macros/materializations/models/incremental/column_helpers.sql", "unique_id": "macro.dbt.get_merge_update_columns", "macro_sql": "{% macro get_merge_update_columns(merge_update_columns, merge_exclude_columns, dest_columns) %}\n {{ return(adapter.dispatch('get_merge_update_columns', 'dbt')(merge_update_columns, merge_exclude_columns, dest_columns)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_merge_update_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.142378, "supported_languages": null}, "macro.dbt.default__get_merge_update_columns": {"name": "default__get_merge_update_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/column_helpers.sql", "original_file_path": "macros/materializations/models/incremental/column_helpers.sql", "unique_id": "macro.dbt.default__get_merge_update_columns", "macro_sql": "{% macro default__get_merge_update_columns(merge_update_columns, merge_exclude_columns, dest_columns) %}\n {%- set default_cols = dest_columns | map(attribute=\"quoted\") | list -%}\n\n {%- if merge_update_columns and merge_exclude_columns -%}\n {{ exceptions.raise_compiler_error(\n 'Model cannot specify merge_update_columns and merge_exclude_columns. Please update model to use only one config'\n )}}\n {%- elif merge_update_columns -%}\n {%- set update_columns = merge_update_columns -%}\n {%- elif merge_exclude_columns -%}\n {%- set update_columns = [] -%}\n {%- for column in dest_columns -%}\n {% if column.column | lower not in merge_exclude_columns | map(\"lower\") | list %}\n {%- do update_columns.append(column.quoted) -%}\n {% endif %}\n {%- endfor -%}\n {%- else -%}\n {%- set update_columns = default_cols -%}\n {%- endif -%}\n\n {{ return(update_columns) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.143158, "supported_languages": null}, "macro.dbt.get_merge_sql": {"name": "get_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.get_merge_sql", "macro_sql": "{% macro get_merge_sql(target, source, unique_key, dest_columns, incremental_predicates=none) -%}\n -- back compat for old kwarg name\n {% set incremental_predicates = kwargs.get('predicates', incremental_predicates) %}\n {{ adapter.dispatch('get_merge_sql', 'dbt')(target, source, unique_key, dest_columns, incremental_predicates) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.150233, "supported_languages": null}, "macro.dbt.default__get_merge_sql": {"name": "default__get_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.default__get_merge_sql", "macro_sql": "{% macro default__get_merge_sql(target, source, unique_key, dest_columns, incremental_predicates=none) -%}\n {%- set predicates = [] if incremental_predicates is none else [] + incremental_predicates -%}\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n {%- set merge_update_columns = config.get('merge_update_columns') -%}\n {%- set merge_exclude_columns = config.get('merge_exclude_columns') -%}\n {%- set update_columns = get_merge_update_columns(merge_update_columns, merge_exclude_columns, dest_columns) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {% if unique_key %}\n {% if unique_key is sequence and unique_key is not mapping and unique_key is not string %}\n {% for key in unique_key %}\n {% set this_key_match %}\n DBT_INTERNAL_SOURCE.{{ key }} = DBT_INTERNAL_DEST.{{ key }}\n {% endset %}\n {% do predicates.append(this_key_match) %}\n {% endfor %}\n {% else %}\n {% set unique_key_match %}\n DBT_INTERNAL_SOURCE.{{ unique_key }} = DBT_INTERNAL_DEST.{{ unique_key }}\n {% endset %}\n {% do predicates.append(unique_key_match) %}\n {% endif %}\n {% else %}\n {% do predicates.append('FALSE') %}\n {% endif %}\n\n {{ sql_header if sql_header is not none }}\n\n merge into {{ target }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on {{\"(\" ~ predicates | join(\") and (\") ~ \")\"}}\n\n {% if unique_key %}\n when matched then update set\n {% for column_name in update_columns -%}\n {{ column_name }} = DBT_INTERNAL_SOURCE.{{ column_name }}\n {%- if not loop.last %}, {%- endif %}\n {%- endfor %}\n {% endif %}\n\n when not matched then insert\n ({{ dest_cols_csv }})\n values\n ({{ dest_cols_csv }})\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_quoted_csv", "macro.dbt.get_merge_update_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.152229, "supported_languages": null}, "macro.dbt.get_delete_insert_merge_sql": {"name": "get_delete_insert_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.get_delete_insert_merge_sql", "macro_sql": "{% macro get_delete_insert_merge_sql(target, source, unique_key, dest_columns, incremental_predicates) -%}\n {{ adapter.dispatch('get_delete_insert_merge_sql', 'dbt')(target, source, unique_key, dest_columns, incremental_predicates) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_delete_insert_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.152525, "supported_languages": null}, "macro.dbt.default__get_delete_insert_merge_sql": {"name": "default__get_delete_insert_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.default__get_delete_insert_merge_sql", "macro_sql": "{% macro default__get_delete_insert_merge_sql(target, source, unique_key, dest_columns, incremental_predicates) -%}\n\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n\n {% if unique_key %}\n {% if unique_key is sequence and unique_key is not string %}\n delete from {{target }}\n using {{ source }}\n where (\n {% for key in unique_key %}\n {{ source }}.{{ key }} = {{ target }}.{{ key }}\n {{ \"and \" if not loop.last}}\n {% endfor %}\n {% if incremental_predicates %}\n {% for predicate in incremental_predicates %}\n and {{ predicate }}\n {% endfor %}\n {% endif %}\n );\n {% else %}\n delete from {{ target }}\n where (\n {{ unique_key }}) in (\n select ({{ unique_key }})\n from {{ source }}\n )\n {%- if incremental_predicates %}\n {% for predicate in incremental_predicates %}\n and {{ predicate }}\n {% endfor %}\n {%- endif -%};\n\n {% endif %}\n {% endif %}\n\n insert into {{ target }} ({{ dest_cols_csv }})\n (\n select {{ dest_cols_csv }}\n from {{ source }}\n )\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_quoted_csv"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.153619, "supported_languages": null}, "macro.dbt.get_insert_overwrite_merge_sql": {"name": "get_insert_overwrite_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.get_insert_overwrite_merge_sql", "macro_sql": "{% macro get_insert_overwrite_merge_sql(target, source, dest_columns, predicates, include_sql_header=false) -%}\n {{ adapter.dispatch('get_insert_overwrite_merge_sql', 'dbt')(target, source, dest_columns, predicates, include_sql_header) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_insert_overwrite_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.153915, "supported_languages": null}, "macro.dbt.default__get_insert_overwrite_merge_sql": {"name": "default__get_insert_overwrite_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.default__get_insert_overwrite_merge_sql", "macro_sql": "{% macro default__get_insert_overwrite_merge_sql(target, source, dest_columns, predicates, include_sql_header) -%}\n {#-- The only time include_sql_header is True: --#}\n {#-- BigQuery + insert_overwrite strategy + \"static\" partitions config --#}\n {#-- We should consider including the sql header at the materialization level instead --#}\n\n {%- set predicates = [] if predicates is none else [] + predicates -%}\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none and include_sql_header }}\n\n merge into {{ target }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on FALSE\n\n when not matched by source\n {% if predicates %} and {{ predicates | join(' and ') }} {% endif %}\n then delete\n\n when not matched then insert\n ({{ dest_cols_csv }})\n values\n ({{ dest_cols_csv }})\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_quoted_csv"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.154627, "supported_languages": null}, "macro.dbt.is_incremental": {"name": "is_incremental", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/is_incremental.sql", "original_file_path": "macros/materializations/models/incremental/is_incremental.sql", "unique_id": "macro.dbt.is_incremental", "macro_sql": "{% macro is_incremental() %}\n {#-- do not run introspective queries in parsing #}\n {% if not execute %}\n {{ return(False) }}\n {% else %}\n {% set relation = adapter.get_relation(this.database, this.schema, this.table) %}\n {{ return(relation is not none\n and relation.type == 'table'\n and model.config.materialized == 'incremental'\n and not should_full_refresh()) }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.should_full_refresh"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.15537, "supported_languages": null}, "macro.dbt.get_incremental_append_sql": {"name": "get_incremental_append_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.get_incremental_append_sql", "macro_sql": "{% macro get_incremental_append_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_append_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_incremental_append_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.156419, "supported_languages": null}, "macro.dbt.default__get_incremental_append_sql": {"name": "default__get_incremental_append_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.default__get_incremental_append_sql", "macro_sql": "{% macro default__get_incremental_append_sql(arg_dict) %}\n\n {% do return(get_insert_into_sql(arg_dict[\"target_relation\"], arg_dict[\"temp_relation\"], arg_dict[\"dest_columns\"])) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_insert_into_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.156702, "supported_languages": null}, "macro.dbt.get_incremental_delete_insert_sql": {"name": "get_incremental_delete_insert_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.get_incremental_delete_insert_sql", "macro_sql": "{% macro get_incremental_delete_insert_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_delete_insert_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_incremental_delete_insert_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.156912, "supported_languages": null}, "macro.dbt.default__get_incremental_delete_insert_sql": {"name": "default__get_incremental_delete_insert_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.default__get_incremental_delete_insert_sql", "macro_sql": "{% macro default__get_incremental_delete_insert_sql(arg_dict) %}\n\n {% do return(get_delete_insert_merge_sql(arg_dict[\"target_relation\"], arg_dict[\"temp_relation\"], arg_dict[\"unique_key\"], arg_dict[\"dest_columns\"], arg_dict[\"incremental_predicates\"])) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_delete_insert_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.157225, "supported_languages": null}, "macro.dbt.get_incremental_merge_sql": {"name": "get_incremental_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.get_incremental_merge_sql", "macro_sql": "{% macro get_incremental_merge_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_merge_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_incremental_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1574259, "supported_languages": null}, "macro.dbt.default__get_incremental_merge_sql": {"name": "default__get_incremental_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.default__get_incremental_merge_sql", "macro_sql": "{% macro default__get_incremental_merge_sql(arg_dict) %}\n\n {% do return(get_merge_sql(arg_dict[\"target_relation\"], arg_dict[\"temp_relation\"], arg_dict[\"unique_key\"], arg_dict[\"dest_columns\"], arg_dict[\"incremental_predicates\"])) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.157769, "supported_languages": null}, "macro.dbt.get_incremental_insert_overwrite_sql": {"name": "get_incremental_insert_overwrite_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.get_incremental_insert_overwrite_sql", "macro_sql": "{% macro get_incremental_insert_overwrite_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_insert_overwrite_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_incremental_insert_overwrite_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.158123, "supported_languages": null}, "macro.dbt.default__get_incremental_insert_overwrite_sql": {"name": "default__get_incremental_insert_overwrite_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.default__get_incremental_insert_overwrite_sql", "macro_sql": "{% macro default__get_incremental_insert_overwrite_sql(arg_dict) %}\n\n {% do return(get_insert_overwrite_merge_sql(arg_dict[\"target_relation\"], arg_dict[\"temp_relation\"], arg_dict[\"dest_columns\"], arg_dict[\"incremental_predicates\"])) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_insert_overwrite_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.15846, "supported_languages": null}, "macro.dbt.get_incremental_default_sql": {"name": "get_incremental_default_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.get_incremental_default_sql", "macro_sql": "{% macro get_incremental_default_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_default_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_incremental_default_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1586628, "supported_languages": null}, "macro.dbt.default__get_incremental_default_sql": {"name": "default__get_incremental_default_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.default__get_incremental_default_sql", "macro_sql": "{% macro default__get_incremental_default_sql(arg_dict) %}\n\n {% do return(get_incremental_append_sql(arg_dict)) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_incremental_append_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.158829, "supported_languages": null}, "macro.dbt.get_insert_into_sql": {"name": "get_insert_into_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.get_insert_into_sql", "macro_sql": "{% macro get_insert_into_sql(target_relation, temp_relation, dest_columns) %}\n\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n\n insert into {{ target_relation }} ({{ dest_cols_csv }})\n (\n select {{ dest_cols_csv }}\n from {{ temp_relation }}\n )\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_quoted_csv"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.15913, "supported_languages": null}, "macro.dbt.materialization_incremental_default": {"name": "materialization_incremental_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/incremental.sql", "original_file_path": "macros/materializations/models/incremental/incremental.sql", "unique_id": "macro.dbt.materialization_incremental_default", "macro_sql": "{% materialization incremental, default -%}\n\n -- relations\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='table') -%}\n {%- set temp_relation = make_temp_relation(target_relation)-%}\n {%- set intermediate_relation = make_intermediate_relation(target_relation)-%}\n {%- set backup_relation_type = 'table' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n\n -- configs\n {%- set unique_key = config.get('unique_key') -%}\n {%- set full_refresh_mode = (should_full_refresh() or existing_relation.is_view) -%}\n {%- set on_schema_change = incremental_validate_on_schema_change(config.get('on_schema_change'), default='ignore') -%}\n\n -- the temp_ and backup_ relations should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation. This has to happen before\n -- BEGIN, in a separate transaction\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation)-%}\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n {% set to_drop = [] %}\n\n {% if existing_relation is none %}\n {% set build_sql = get_create_table_as_sql(False, target_relation, sql) %}\n {% elif full_refresh_mode %}\n {% set build_sql = get_create_table_as_sql(False, intermediate_relation, sql) %}\n {% set need_swap = true %}\n {% else %}\n {% do run_query(get_create_table_as_sql(True, temp_relation, sql)) %}\n {% do adapter.expand_target_column_types(\n from_relation=temp_relation,\n to_relation=target_relation) %}\n {#-- Process schema changes. Returns dict of changes if successful. Use source columns for upserting/merging --#}\n {% set dest_columns = process_schema_changes(on_schema_change, temp_relation, existing_relation) %}\n {% if not dest_columns %}\n {% set dest_columns = adapter.get_columns_in_relation(existing_relation) %}\n {% endif %}\n\n {#-- Get the incremental_strategy, the macro to use for the strategy, and build the sql --#}\n {% set incremental_strategy = config.get('incremental_strategy') or 'default' %}\n {% set incremental_predicates = config.get('predicates', none) or config.get('incremental_predicates', none) %}\n {% set strategy_sql_macro_func = adapter.get_incremental_strategy_macro(context, incremental_strategy) %}\n {% set strategy_arg_dict = ({'target_relation': target_relation, 'temp_relation': temp_relation, 'unique_key': unique_key, 'dest_columns': dest_columns, 'incremental_predicates': incremental_predicates }) %}\n {% set build_sql = strategy_sql_macro_func(strategy_arg_dict) %}\n\n {% endif %}\n\n {% call statement(\"main\") %}\n {{ build_sql }}\n {% endcall %}\n\n {% if need_swap %}\n {% do adapter.rename_relation(target_relation, backup_relation) %}\n {% do adapter.rename_relation(intermediate_relation, target_relation) %}\n {% do to_drop.append(backup_relation) %}\n {% endif %}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if existing_relation is none or existing_relation.is_view or should_full_refresh() %}\n {% do create_indexes(target_relation) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n -- `COMMIT` happens here\n {% do adapter.commit() %}\n\n {% for rel in to_drop %}\n {% do adapter.drop_relation(rel) %}\n {% endfor %}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{%- endmaterialization %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_temp_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.should_full_refresh", "macro.dbt.incremental_validate_on_schema_change", "macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks", "macro.dbt.get_create_table_as_sql", "macro.dbt.run_query", "macro.dbt.process_schema_changes", "macro.dbt.statement", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt.create_indexes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.164635, "supported_languages": ["sql"]}, "macro.dbt.incremental_validate_on_schema_change": {"name": "incremental_validate_on_schema_change", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/on_schema_change.sql", "original_file_path": "macros/materializations/models/incremental/on_schema_change.sql", "unique_id": "macro.dbt.incremental_validate_on_schema_change", "macro_sql": "{% macro incremental_validate_on_schema_change(on_schema_change, default='ignore') %}\n\n {% if on_schema_change not in ['sync_all_columns', 'append_new_columns', 'fail', 'ignore'] %}\n\n {% set log_message = 'Invalid value for on_schema_change (%s) specified. Setting default value of %s.' % (on_schema_change, default) %}\n {% do log(log_message) %}\n\n {{ return(default) }}\n\n {% else %}\n\n {{ return(on_schema_change) }}\n\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1706629, "supported_languages": null}, "macro.dbt.check_for_schema_changes": {"name": "check_for_schema_changes", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/on_schema_change.sql", "original_file_path": "macros/materializations/models/incremental/on_schema_change.sql", "unique_id": "macro.dbt.check_for_schema_changes", "macro_sql": "{% macro check_for_schema_changes(source_relation, target_relation) %}\n\n {% set schema_changed = False %}\n\n {%- set source_columns = adapter.get_columns_in_relation(source_relation) -%}\n {%- set target_columns = adapter.get_columns_in_relation(target_relation) -%}\n {%- set source_not_in_target = diff_columns(source_columns, target_columns) -%}\n {%- set target_not_in_source = diff_columns(target_columns, source_columns) -%}\n\n {% set new_target_types = diff_column_data_types(source_columns, target_columns) %}\n\n {% if source_not_in_target != [] %}\n {% set schema_changed = True %}\n {% elif target_not_in_source != [] or new_target_types != [] %}\n {% set schema_changed = True %}\n {% elif new_target_types != [] %}\n {% set schema_changed = True %}\n {% endif %}\n\n {% set changes_dict = {\n 'schema_changed': schema_changed,\n 'source_not_in_target': source_not_in_target,\n 'target_not_in_source': target_not_in_source,\n 'source_columns': source_columns,\n 'target_columns': target_columns,\n 'new_target_types': new_target_types\n } %}\n\n {% set msg %}\n In {{ target_relation }}:\n Schema changed: {{ schema_changed }}\n Source columns not in target: {{ source_not_in_target }}\n Target columns not in source: {{ target_not_in_source }}\n New column types: {{ new_target_types }}\n {% endset %}\n\n {% do log(msg) %}\n\n {{ return(changes_dict) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.diff_columns", "macro.dbt.diff_column_data_types"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.172097, "supported_languages": null}, "macro.dbt.sync_column_schemas": {"name": "sync_column_schemas", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/on_schema_change.sql", "original_file_path": "macros/materializations/models/incremental/on_schema_change.sql", "unique_id": "macro.dbt.sync_column_schemas", "macro_sql": "{% macro sync_column_schemas(on_schema_change, target_relation, schema_changes_dict) %}\n\n {%- set add_to_target_arr = schema_changes_dict['source_not_in_target'] -%}\n\n {%- if on_schema_change == 'append_new_columns'-%}\n {%- if add_to_target_arr | length > 0 -%}\n {%- do alter_relation_add_remove_columns(target_relation, add_to_target_arr, none) -%}\n {%- endif -%}\n\n {% elif on_schema_change == 'sync_all_columns' %}\n {%- set remove_from_target_arr = schema_changes_dict['target_not_in_source'] -%}\n {%- set new_target_types = schema_changes_dict['new_target_types'] -%}\n\n {% if add_to_target_arr | length > 0 or remove_from_target_arr | length > 0 %}\n {%- do alter_relation_add_remove_columns(target_relation, add_to_target_arr, remove_from_target_arr) -%}\n {% endif %}\n\n {% if new_target_types != [] %}\n {% for ntt in new_target_types %}\n {% set column_name = ntt['column_name'] %}\n {% set new_type = ntt['new_type'] %}\n {% do alter_column_type(target_relation, column_name, new_type) %}\n {% endfor %}\n {% endif %}\n\n {% endif %}\n\n {% set schema_change_message %}\n In {{ target_relation }}:\n Schema change approach: {{ on_schema_change }}\n Columns added: {{ add_to_target_arr }}\n Columns removed: {{ remove_from_target_arr }}\n Data types changed: {{ new_target_types }}\n {% endset %}\n\n {% do log(schema_change_message) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.alter_relation_add_remove_columns", "macro.dbt.alter_column_type"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.173457, "supported_languages": null}, "macro.dbt.process_schema_changes": {"name": "process_schema_changes", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/on_schema_change.sql", "original_file_path": "macros/materializations/models/incremental/on_schema_change.sql", "unique_id": "macro.dbt.process_schema_changes", "macro_sql": "{% macro process_schema_changes(on_schema_change, source_relation, target_relation) %}\n\n {% if on_schema_change == 'ignore' %}\n\n {{ return({}) }}\n\n {% else %}\n\n {% set schema_changes_dict = check_for_schema_changes(source_relation, target_relation) %}\n\n {% if schema_changes_dict['schema_changed'] %}\n\n {% if on_schema_change == 'fail' %}\n\n {% set fail_msg %}\n The source and target schemas on this incremental model are out of sync!\n They can be reconciled in several ways:\n - set the `on_schema_change` config to either append_new_columns or sync_all_columns, depending on your situation.\n - Re-run the incremental model with `full_refresh: True` to update the target schema.\n - update the schema manually and re-run the process.\n\n Additional troubleshooting context:\n Source columns not in target: {{ schema_changes_dict['source_not_in_target'] }}\n Target columns not in source: {{ schema_changes_dict['target_not_in_source'] }}\n New column types: {{ schema_changes_dict['new_target_types'] }}\n {% endset %}\n\n {% do exceptions.raise_compiler_error(fail_msg) %}\n\n {# -- unless we ignore, run the sync operation per the config #}\n {% else %}\n\n {% do sync_column_schemas(on_schema_change, target_relation, schema_changes_dict) %}\n\n {% endif %}\n\n {% endif %}\n\n {{ return(schema_changes_dict['source_columns']) }}\n\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.check_for_schema_changes", "macro.dbt.sync_column_schemas"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1743848, "supported_languages": null}, "macro.dbt.materialization_table_default": {"name": "materialization_table_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/table.sql", "original_file_path": "macros/materializations/models/table/table.sql", "unique_id": "macro.dbt.materialization_table_default", "macro_sql": "{% materialization table, default %}\n\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='table') %}\n {%- set intermediate_relation = make_intermediate_relation(target_relation) -%}\n -- the intermediate_relation should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation) -%}\n /*\n See ../view/view.sql for more information about this relation.\n */\n {%- set backup_relation_type = 'table' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n -- as above, the backup_relation should not already exist\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n\n -- drop the temp relations if they exist already in the database\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_table_as_sql(False, intermediate_relation, sql) }}\n {%- endcall %}\n\n -- cleanup\n {% if existing_relation is not none %}\n {{ adapter.rename_relation(existing_relation, backup_relation) }}\n {% endif %}\n\n {{ adapter.rename_relation(intermediate_relation, target_relation) }}\n\n {% do create_indexes(target_relation) %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n -- `COMMIT` happens here\n {{ adapter.commit() }}\n\n -- finally, drop the existing/backup relation after the commit\n {{ drop_relation_if_exists(backup_relation) }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks", "macro.dbt.statement", "macro.dbt.get_create_table_as_sql", "macro.dbt.create_indexes", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.177161, "supported_languages": ["sql"]}, "macro.dbt.get_create_table_as_sql": {"name": "get_create_table_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/create_table_as.sql", "original_file_path": "macros/materializations/models/table/create_table_as.sql", "unique_id": "macro.dbt.get_create_table_as_sql", "macro_sql": "{% macro get_create_table_as_sql(temporary, relation, sql) -%}\n {{ adapter.dispatch('get_create_table_as_sql', 'dbt')(temporary, relation, sql) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_create_table_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.177703, "supported_languages": null}, "macro.dbt.default__get_create_table_as_sql": {"name": "default__get_create_table_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/create_table_as.sql", "original_file_path": "macros/materializations/models/table/create_table_as.sql", "unique_id": "macro.dbt.default__get_create_table_as_sql", "macro_sql": "{% macro default__get_create_table_as_sql(temporary, relation, sql) -%}\n {{ return(create_table_as(temporary, relation, sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.177967, "supported_languages": null}, "macro.dbt.create_table_as": {"name": "create_table_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/create_table_as.sql", "original_file_path": "macros/materializations/models/table/create_table_as.sql", "unique_id": "macro.dbt.create_table_as", "macro_sql": "{% macro create_table_as(temporary, relation, compiled_code, language='sql') -%}\n {# backward compatibility for create_table_as that does not support language #}\n {% if language == \"sql\" %}\n {{ adapter.dispatch('create_table_as', 'dbt')(temporary, relation, compiled_code)}}\n {% else %}\n {{ adapter.dispatch('create_table_as', 'dbt')(temporary, relation, compiled_code, language) }}\n {% endif %}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.178464, "supported_languages": null}, "macro.dbt.default__create_table_as": {"name": "default__create_table_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/create_table_as.sql", "original_file_path": "macros/materializations/models/table/create_table_as.sql", "unique_id": "macro.dbt.default__create_table_as", "macro_sql": "{% macro default__create_table_as(temporary, relation, sql) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n\n create {% if temporary: -%}temporary{%- endif %} table\n {{ relation.include(database=(not temporary), schema=(not temporary)) }}\n as (\n {{ sql }}\n );\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1789289, "supported_languages": null}, "macro.dbt.materialization_view_default": {"name": "materialization_view_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/view.sql", "original_file_path": "macros/materializations/models/view/view.sql", "unique_id": "macro.dbt.materialization_view_default", "macro_sql": "{%- materialization view, default -%}\n\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='view') -%}\n {%- set intermediate_relation = make_intermediate_relation(target_relation) -%}\n\n -- the intermediate_relation should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation) -%}\n /*\n This relation (probably) doesn't exist yet. If it does exist, it's a leftover from\n a previous run, and we're going to try to drop it immediately. At the end of this\n materialization, we're going to rename the \"existing_relation\" to this identifier,\n and then we're going to drop it. In order to make sure we run the correct one of:\n - drop view ...\n - drop table ...\n\n We need to set the type of this relation to be the type of the existing_relation, if it exists,\n or else \"view\" as a sane default if it does not. Note that if the existing_relation does not\n exist, then there is nothing to move out of the way and subsequentally drop. In that case,\n this relation will be effectively unused.\n */\n {%- set backup_relation_type = 'view' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n -- as above, the backup_relation should not already exist\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- drop the temp relations if they exist already in the database\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_view_as_sql(intermediate_relation, sql) }}\n {%- endcall %}\n\n -- cleanup\n -- move the existing view out of the way\n {% if existing_relation is not none %}\n {{ adapter.rename_relation(existing_relation, backup_relation) }}\n {% endif %}\n {{ adapter.rename_relation(intermediate_relation, target_relation) }}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {{ adapter.commit() }}\n\n {{ drop_relation_if_exists(backup_relation) }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{%- endmaterialization -%}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.run_hooks", "macro.dbt.drop_relation_if_exists", "macro.dbt.statement", "macro.dbt.get_create_view_as_sql", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1817029, "supported_languages": ["sql"]}, "macro.dbt.handle_existing_table": {"name": "handle_existing_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/helpers.sql", "original_file_path": "macros/materializations/models/view/helpers.sql", "unique_id": "macro.dbt.handle_existing_table", "macro_sql": "{% macro handle_existing_table(full_refresh, old_relation) %}\n {{ adapter.dispatch('handle_existing_table', 'dbt')(full_refresh, old_relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__handle_existing_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.182027, "supported_languages": null}, "macro.dbt.default__handle_existing_table": {"name": "default__handle_existing_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/helpers.sql", "original_file_path": "macros/materializations/models/view/helpers.sql", "unique_id": "macro.dbt.default__handle_existing_table", "macro_sql": "{% macro default__handle_existing_table(full_refresh, old_relation) %}\n {{ log(\"Dropping relation \" ~ old_relation ~ \" because it is of type \" ~ old_relation.type) }}\n {{ adapter.drop_relation(old_relation) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.182266, "supported_languages": null}, "macro.dbt.create_or_replace_view": {"name": "create_or_replace_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/create_or_replace_view.sql", "original_file_path": "macros/materializations/models/view/create_or_replace_view.sql", "unique_id": "macro.dbt.create_or_replace_view", "macro_sql": "{% macro create_or_replace_view() %}\n {%- set identifier = model['alias'] -%}\n\n {%- set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) -%}\n {%- set exists_as_view = (old_relation is not none and old_relation.is_view) -%}\n\n {%- set target_relation = api.Relation.create(\n identifier=identifier, schema=schema, database=database,\n type='view') -%}\n {% set grant_config = config.get('grants') %}\n\n {{ run_hooks(pre_hooks) }}\n\n -- If there's a table with the same name and we weren't told to full refresh,\n -- that's an error. If we were told to full refresh, drop it. This behavior differs\n -- for Snowflake and BigQuery, so multiple dispatch is used.\n {%- if old_relation is not none and old_relation.is_table -%}\n {{ handle_existing_table(should_full_refresh(), old_relation) }}\n {%- endif -%}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_view_as_sql(target_relation, sql) }}\n {%- endcall %}\n\n {% set should_revoke = should_revoke(exists_as_view, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=True) %}\n\n {{ run_hooks(post_hooks) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_hooks", "macro.dbt.handle_existing_table", "macro.dbt.should_full_refresh", "macro.dbt.statement", "macro.dbt.get_create_view_as_sql", "macro.dbt.should_revoke", "macro.dbt.apply_grants"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.183887, "supported_languages": null}, "macro.dbt.get_create_view_as_sql": {"name": "get_create_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/create_view_as.sql", "original_file_path": "macros/materializations/models/view/create_view_as.sql", "unique_id": "macro.dbt.get_create_view_as_sql", "macro_sql": "{% macro get_create_view_as_sql(relation, sql) -%}\n {{ adapter.dispatch('get_create_view_as_sql', 'dbt')(relation, sql) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_create_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.184266, "supported_languages": null}, "macro.dbt.default__get_create_view_as_sql": {"name": "default__get_create_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/create_view_as.sql", "original_file_path": "macros/materializations/models/view/create_view_as.sql", "unique_id": "macro.dbt.default__get_create_view_as_sql", "macro_sql": "{% macro default__get_create_view_as_sql(relation, sql) -%}\n {{ return(create_view_as(relation, sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.create_view_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.184443, "supported_languages": null}, "macro.dbt.create_view_as": {"name": "create_view_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/create_view_as.sql", "original_file_path": "macros/materializations/models/view/create_view_as.sql", "unique_id": "macro.dbt.create_view_as", "macro_sql": "{% macro create_view_as(relation, sql) -%}\n {{ adapter.dispatch('create_view_as', 'dbt')(relation, sql) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__create_view_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.184631, "supported_languages": null}, "macro.dbt.default__create_view_as": {"name": "default__create_view_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/create_view_as.sql", "original_file_path": "macros/materializations/models/view/create_view_as.sql", "unique_id": "macro.dbt.default__create_view_as", "macro_sql": "{% macro default__create_view_as(relation, sql) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n create view {{ relation }} as (\n {{ sql }}\n );\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.184916, "supported_languages": null}, "macro.dbt.materialization_seed_default": {"name": "materialization_seed_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/seed.sql", "original_file_path": "macros/materializations/seeds/seed.sql", "unique_id": "macro.dbt.materialization_seed_default", "macro_sql": "{% materialization seed, default %}\n\n {%- set identifier = model['alias'] -%}\n {%- set full_refresh_mode = (should_full_refresh()) -%}\n\n {%- set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) -%}\n\n {%- set exists_as_table = (old_relation is not none and old_relation.is_table) -%}\n {%- set exists_as_view = (old_relation is not none and old_relation.is_view) -%}\n\n {%- set grant_config = config.get('grants') -%}\n {%- set agate_table = load_agate_table() -%}\n -- grab current tables grants config for comparision later on\n\n {%- do store_result('agate_table', response='OK', agate_table=agate_table) -%}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% set create_table_sql = \"\" %}\n {% if exists_as_view %}\n {{ exceptions.raise_compiler_error(\"Cannot seed to '{}', it is a view\".format(old_relation)) }}\n {% elif exists_as_table %}\n {% set create_table_sql = reset_csv_table(model, full_refresh_mode, old_relation, agate_table) %}\n {% else %}\n {% set create_table_sql = create_csv_table(model, agate_table) %}\n {% endif %}\n\n {% set code = 'CREATE' if full_refresh_mode else 'INSERT' %}\n {% set rows_affected = (agate_table.rows | length) %}\n {% set sql = load_csv_rows(model, agate_table) %}\n\n {% call noop_statement('main', code ~ ' ' ~ rows_affected, code, rows_affected) %}\n {{ get_csv_sql(create_table_sql, sql) }};\n {% endcall %}\n\n {% set target_relation = this.incorporate(type='table') %}\n\n {% set should_revoke = should_revoke(old_relation, full_refresh_mode) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if full_refresh_mode or not exists_as_table %}\n {% do create_indexes(target_relation) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n -- `COMMIT` happens here\n {{ adapter.commit() }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.should_full_refresh", "macro.dbt.run_hooks", "macro.dbt.reset_csv_table", "macro.dbt.create_csv_table", "macro.dbt.load_csv_rows", "macro.dbt.noop_statement", "macro.dbt.get_csv_sql", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt.create_indexes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.188535, "supported_languages": ["sql"]}, "macro.dbt.create_csv_table": {"name": "create_csv_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.create_csv_table", "macro_sql": "{% macro create_csv_table(model, agate_table) -%}\n {{ adapter.dispatch('create_csv_table', 'dbt')(model, agate_table) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__create_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1940732, "supported_languages": null}, "macro.dbt.default__create_csv_table": {"name": "default__create_csv_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.default__create_csv_table", "macro_sql": "{% macro default__create_csv_table(model, agate_table) %}\n {%- set column_override = model['config'].get('column_types', {}) -%}\n {%- set quote_seed_column = model['config'].get('quote_columns', None) -%}\n\n {% set sql %}\n create table {{ this.render() }} (\n {%- for col_name in agate_table.column_names -%}\n {%- set inferred_type = adapter.convert_type(agate_table, loop.index0) -%}\n {%- set type = column_override.get(col_name, inferred_type) -%}\n {%- set column_name = (col_name | string) -%}\n {{ adapter.quote_seed_column(column_name, quote_seed_column) }} {{ type }} {%- if not loop.last -%}, {%- endif -%}\n {%- endfor -%}\n )\n {% endset %}\n\n {% call statement('_') -%}\n {{ sql }}\n {%- endcall %}\n\n {{ return(sql) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1950579, "supported_languages": null}, "macro.dbt.reset_csv_table": {"name": "reset_csv_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.reset_csv_table", "macro_sql": "{% macro reset_csv_table(model, full_refresh, old_relation, agate_table) -%}\n {{ adapter.dispatch('reset_csv_table', 'dbt')(model, full_refresh, old_relation, agate_table) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__reset_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.195311, "supported_languages": null}, "macro.dbt.default__reset_csv_table": {"name": "default__reset_csv_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.default__reset_csv_table", "macro_sql": "{% macro default__reset_csv_table(model, full_refresh, old_relation, agate_table) %}\n {% set sql = \"\" %}\n {% if full_refresh %}\n {{ adapter.drop_relation(old_relation) }}\n {% set sql = create_csv_table(model, agate_table) %}\n {% else %}\n {{ adapter.truncate_relation(old_relation) }}\n {% set sql = \"truncate table \" ~ old_relation %}\n {% endif %}\n\n {{ return(sql) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.create_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.195821, "supported_languages": null}, "macro.dbt.get_csv_sql": {"name": "get_csv_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.get_csv_sql", "macro_sql": "{% macro get_csv_sql(create_or_truncate_sql, insert_sql) %}\n {{ adapter.dispatch('get_csv_sql', 'dbt')(create_or_truncate_sql, insert_sql) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_csv_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.196021, "supported_languages": null}, "macro.dbt.default__get_csv_sql": {"name": "default__get_csv_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.default__get_csv_sql", "macro_sql": "{% macro default__get_csv_sql(create_or_truncate_sql, insert_sql) %}\n {{ create_or_truncate_sql }};\n -- dbt seed --\n {{ insert_sql }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.196159, "supported_languages": null}, "macro.dbt.get_binding_char": {"name": "get_binding_char", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.get_binding_char", "macro_sql": "{% macro get_binding_char() -%}\n {{ adapter.dispatch('get_binding_char', 'dbt')() }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_binding_char"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1963189, "supported_languages": null}, "macro.dbt.default__get_binding_char": {"name": "default__get_binding_char", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.default__get_binding_char", "macro_sql": "{% macro default__get_binding_char() %}\n {{ return('%s') }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.196439, "supported_languages": null}, "macro.dbt.get_batch_size": {"name": "get_batch_size", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.get_batch_size", "macro_sql": "{% macro get_batch_size() -%}\n {{ return(adapter.dispatch('get_batch_size', 'dbt')()) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_batch_size"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.196613, "supported_languages": null}, "macro.dbt.default__get_batch_size": {"name": "default__get_batch_size", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.default__get_batch_size", "macro_sql": "{% macro default__get_batch_size() %}\n {{ return(10000) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.196747, "supported_languages": null}, "macro.dbt.get_seed_column_quoted_csv": {"name": "get_seed_column_quoted_csv", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.get_seed_column_quoted_csv", "macro_sql": "{% macro get_seed_column_quoted_csv(model, column_names) %}\n {%- set quote_seed_column = model['config'].get('quote_columns', None) -%}\n {% set quoted = [] %}\n {% for col in column_names -%}\n {%- do quoted.append(adapter.quote_seed_column(col, quote_seed_column)) -%}\n {%- endfor %}\n\n {%- set dest_cols_csv = quoted | join(', ') -%}\n {{ return(dest_cols_csv) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.197263, "supported_languages": null}, "macro.dbt.load_csv_rows": {"name": "load_csv_rows", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.load_csv_rows", "macro_sql": "{% macro load_csv_rows(model, agate_table) -%}\n {{ adapter.dispatch('load_csv_rows', 'dbt')(model, agate_table) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__load_csv_rows"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.19746, "supported_languages": null}, "macro.dbt.default__load_csv_rows": {"name": "default__load_csv_rows", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.default__load_csv_rows", "macro_sql": "{% macro default__load_csv_rows(model, agate_table) %}\n\n {% set batch_size = get_batch_size() %}\n\n {% set cols_sql = get_seed_column_quoted_csv(model, agate_table.column_names) %}\n {% set bindings = [] %}\n\n {% set statements = [] %}\n\n {% for chunk in agate_table.rows | batch(batch_size) %}\n {% set bindings = [] %}\n\n {% for row in chunk %}\n {% do bindings.extend(row) %}\n {% endfor %}\n\n {% set sql %}\n insert into {{ this.render() }} ({{ cols_sql }}) values\n {% for row in chunk -%}\n ({%- for column in agate_table.column_names -%}\n {{ get_binding_char() }}\n {%- if not loop.last%},{%- endif %}\n {%- endfor -%})\n {%- if not loop.last%},{%- endif %}\n {%- endfor %}\n {% endset %}\n\n {% do adapter.add_query(sql, bindings=bindings, abridge_sql_log=True) %}\n\n {% if loop.index0 == 0 %}\n {% do statements.append(sql) %}\n {% endif %}\n {% endfor %}\n\n {# Return SQL so we can render it out into the compiled files #}\n {{ return(statements[0]) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_batch_size", "macro.dbt.get_seed_column_quoted_csv", "macro.dbt.get_binding_char"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.1988852, "supported_languages": null}, "macro.dbt.generate_alias_name": {"name": "generate_alias_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_custom_alias.sql", "original_file_path": "macros/get_custom_name/get_custom_alias.sql", "unique_id": "macro.dbt.generate_alias_name", "macro_sql": "{% macro generate_alias_name(custom_alias_name=none, node=none) -%}\n {% do return(adapter.dispatch('generate_alias_name', 'dbt')(custom_alias_name, node)) %}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__generate_alias_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.199499, "supported_languages": null}, "macro.dbt.default__generate_alias_name": {"name": "default__generate_alias_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_custom_alias.sql", "original_file_path": "macros/get_custom_name/get_custom_alias.sql", "unique_id": "macro.dbt.default__generate_alias_name", "macro_sql": "{% macro default__generate_alias_name(custom_alias_name=none, node=none) -%}\n\n {%- if custom_alias_name is none -%}\n\n {{ node.name }}\n\n {%- else -%}\n\n {{ custom_alias_name | trim }}\n\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.199805, "supported_languages": null}, "macro.dbt.generate_schema_name": {"name": "generate_schema_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_custom_schema.sql", "original_file_path": "macros/get_custom_name/get_custom_schema.sql", "unique_id": "macro.dbt.generate_schema_name", "macro_sql": "{% macro generate_schema_name(custom_schema_name=none, node=none) -%}\n {{ return(adapter.dispatch('generate_schema_name', 'dbt')(custom_schema_name, node)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__generate_schema_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.200369, "supported_languages": null}, "macro.dbt.default__generate_schema_name": {"name": "default__generate_schema_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_custom_schema.sql", "original_file_path": "macros/get_custom_name/get_custom_schema.sql", "unique_id": "macro.dbt.default__generate_schema_name", "macro_sql": "{% macro default__generate_schema_name(custom_schema_name, node) -%}\n\n {%- set default_schema = target.schema -%}\n {%- if custom_schema_name is none -%}\n\n {{ default_schema }}\n\n {%- else -%}\n\n {{ default_schema }}_{{ custom_schema_name | trim }}\n\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.200667, "supported_languages": null}, "macro.dbt.generate_schema_name_for_env": {"name": "generate_schema_name_for_env", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_custom_schema.sql", "original_file_path": "macros/get_custom_name/get_custom_schema.sql", "unique_id": "macro.dbt.generate_schema_name_for_env", "macro_sql": "{% macro generate_schema_name_for_env(custom_schema_name, node) -%}\n\n {%- set default_schema = target.schema -%}\n {%- if target.name == 'prod' and custom_schema_name is not none -%}\n\n {{ custom_schema_name | trim }}\n\n {%- else -%}\n\n {{ default_schema }}\n\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2009861, "supported_languages": null}, "macro.dbt.generate_database_name": {"name": "generate_database_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_custom_database.sql", "original_file_path": "macros/get_custom_name/get_custom_database.sql", "unique_id": "macro.dbt.generate_database_name", "macro_sql": "{% macro generate_database_name(custom_database_name=none, node=none) -%}\n {% do return(adapter.dispatch('generate_database_name', 'dbt')(custom_database_name, node)) %}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__generate_database_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.201406, "supported_languages": null}, "macro.dbt.default__generate_database_name": {"name": "default__generate_database_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_custom_database.sql", "original_file_path": "macros/get_custom_name/get_custom_database.sql", "unique_id": "macro.dbt.default__generate_database_name", "macro_sql": "{% macro default__generate_database_name(custom_database_name=none, node=none) -%}\n {%- set default_database = target.database -%}\n {%- if custom_database_name is none -%}\n\n {{ default_database }}\n\n {%- else -%}\n\n {{ custom_database_name }}\n\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2016819, "supported_languages": null}, "macro.dbt.default__test_relationships": {"name": "default__test_relationships", "resource_type": "macro", "package_name": "dbt", "path": "macros/generic_test_sql/relationships.sql", "original_file_path": "macros/generic_test_sql/relationships.sql", "unique_id": "macro.dbt.default__test_relationships", "macro_sql": "{% macro default__test_relationships(model, column_name, to, field) %}\n\nwith child as (\n select {{ column_name }} as from_field\n from {{ model }}\n where {{ column_name }} is not null\n),\n\nparent as (\n select {{ field }} as to_field\n from {{ to }}\n)\n\nselect\n from_field\n\nfrom child\nleft join parent\n on child.from_field = parent.to_field\n\nwhere parent.to_field is null\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.202056, "supported_languages": null}, "macro.dbt.default__test_not_null": {"name": "default__test_not_null", "resource_type": "macro", "package_name": "dbt", "path": "macros/generic_test_sql/not_null.sql", "original_file_path": "macros/generic_test_sql/not_null.sql", "unique_id": "macro.dbt.default__test_not_null", "macro_sql": "{% macro default__test_not_null(model, column_name) %}\n\n{% set column_list = '*' if should_store_failures() else column_name %}\n\nselect {{ column_list }}\nfrom {{ model }}\nwhere {{ column_name }} is null\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.should_store_failures"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.20238, "supported_languages": null}, "macro.dbt.default__test_unique": {"name": "default__test_unique", "resource_type": "macro", "package_name": "dbt", "path": "macros/generic_test_sql/unique.sql", "original_file_path": "macros/generic_test_sql/unique.sql", "unique_id": "macro.dbt.default__test_unique", "macro_sql": "{% macro default__test_unique(model, column_name) %}\n\nselect\n {{ column_name }} as unique_field,\n count(*) as n_records\n\nfrom {{ model }}\nwhere {{ column_name }} is not null\ngroup by {{ column_name }}\nhaving count(*) > 1\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.202636, "supported_languages": null}, "macro.dbt.default__test_accepted_values": {"name": "default__test_accepted_values", "resource_type": "macro", "package_name": "dbt", "path": "macros/generic_test_sql/accepted_values.sql", "original_file_path": "macros/generic_test_sql/accepted_values.sql", "unique_id": "macro.dbt.default__test_accepted_values", "macro_sql": "{% macro default__test_accepted_values(model, column_name, values, quote=True) %}\n\nwith all_values as (\n\n select\n {{ column_name }} as value_field,\n count(*) as n_records\n\n from {{ model }}\n group by {{ column_name }}\n\n)\n\nselect *\nfrom all_values\nwhere value_field not in (\n {% for value in values -%}\n {% if quote -%}\n '{{ value }}'\n {%- else -%}\n {{ value }}\n {%- endif -%}\n {%- if not loop.last -%},{%- endif %}\n {%- endfor %}\n)\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.203259, "supported_languages": null}, "macro.dbt.statement": {"name": "statement", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/statement.sql", "original_file_path": "macros/etc/statement.sql", "unique_id": "macro.dbt.statement", "macro_sql": "\n{%- macro statement(name=None, fetch_result=False, auto_begin=True, language='sql') -%}\n {%- if execute: -%}\n {%- set compiled_code = caller() -%}\n\n {%- if name == 'main' -%}\n {{ log('Writing runtime {} for node \"{}\"'.format(language, model['unique_id'])) }}\n {{ write(compiled_code) }}\n {%- endif -%}\n {%- if language == 'sql'-%}\n {%- set res, table = adapter.execute(compiled_code, auto_begin=auto_begin, fetch=fetch_result) -%}\n {%- elif language == 'python' -%}\n {%- set res = submit_python_job(model, compiled_code) -%}\n {#-- TODO: What should table be for python models? --#}\n {%- set table = None -%}\n {%- else -%}\n {% do exceptions.raise_compiler_error(\"statement macro didn't get supported language\") %}\n {%- endif -%}\n\n {%- if name is not none -%}\n {{ store_result(name, response=res, agate_table=table) }}\n {%- endif -%}\n\n {%- endif -%}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2049122, "supported_languages": null}, "macro.dbt.noop_statement": {"name": "noop_statement", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/statement.sql", "original_file_path": "macros/etc/statement.sql", "unique_id": "macro.dbt.noop_statement", "macro_sql": "{% macro noop_statement(name=None, message=None, code=None, rows_affected=None, res=None) -%}\n {%- set sql = caller() -%}\n\n {%- if name == 'main' -%}\n {{ log('Writing runtime SQL for node \"{}\"'.format(model['unique_id'])) }}\n {{ write(sql) }}\n {%- endif -%}\n\n {%- if name is not none -%}\n {{ store_raw_result(name, message=message, code=code, rows_affected=rows_affected, agate_table=res) }}\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.205535, "supported_languages": null}, "macro.dbt.run_query": {"name": "run_query", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/statement.sql", "original_file_path": "macros/etc/statement.sql", "unique_id": "macro.dbt.run_query", "macro_sql": "{% macro run_query(sql) %}\n {% call statement(\"run_query_statement\", fetch_result=true, auto_begin=false) %}\n {{ sql }}\n {% endcall %}\n\n {% do return(load_result(\"run_query_statement\").table) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.205854, "supported_languages": null}, "macro.dbt.convert_datetime": {"name": "convert_datetime", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/datetime.sql", "original_file_path": "macros/etc/datetime.sql", "unique_id": "macro.dbt.convert_datetime", "macro_sql": "{% macro convert_datetime(date_str, date_fmt) %}\n\n {% set error_msg -%}\n The provided partition date '{{ date_str }}' does not match the expected format '{{ date_fmt }}'\n {%- endset %}\n\n {% set res = try_or_compiler_error(error_msg, modules.datetime.datetime.strptime, date_str.strip(), date_fmt) %}\n {{ return(res) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.207773, "supported_languages": null}, "macro.dbt.dates_in_range": {"name": "dates_in_range", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/datetime.sql", "original_file_path": "macros/etc/datetime.sql", "unique_id": "macro.dbt.dates_in_range", "macro_sql": "{% macro dates_in_range(start_date_str, end_date_str=none, in_fmt=\"%Y%m%d\", out_fmt=\"%Y%m%d\") %}\n {% set end_date_str = start_date_str if end_date_str is none else end_date_str %}\n\n {% set start_date = convert_datetime(start_date_str, in_fmt) %}\n {% set end_date = convert_datetime(end_date_str, in_fmt) %}\n\n {% set day_count = (end_date - start_date).days %}\n {% if day_count < 0 %}\n {% set msg -%}\n Partiton start date is after the end date ({{ start_date }}, {{ end_date }})\n {%- endset %}\n\n {{ exceptions.raise_compiler_error(msg, model) }}\n {% endif %}\n\n {% set date_list = [] %}\n {% for i in range(0, day_count + 1) %}\n {% set the_date = (modules.datetime.timedelta(days=i) + start_date) %}\n {% if not out_fmt %}\n {% set _ = date_list.append(the_date) %}\n {% else %}\n {% set _ = date_list.append(the_date.strftime(out_fmt)) %}\n {% endif %}\n {% endfor %}\n\n {{ return(date_list) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.convert_datetime"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.209183, "supported_languages": null}, "macro.dbt.partition_range": {"name": "partition_range", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/datetime.sql", "original_file_path": "macros/etc/datetime.sql", "unique_id": "macro.dbt.partition_range", "macro_sql": "{% macro partition_range(raw_partition_date, date_fmt='%Y%m%d') %}\n {% set partition_range = (raw_partition_date | string).split(\",\") %}\n\n {% if (partition_range | length) == 1 %}\n {% set start_date = partition_range[0] %}\n {% set end_date = none %}\n {% elif (partition_range | length) == 2 %}\n {% set start_date = partition_range[0] %}\n {% set end_date = partition_range[1] %}\n {% else %}\n {{ exceptions.raise_compiler_error(\"Invalid partition time. Expected format: {Start Date}[,{End Date}]. Got: \" ~ raw_partition_date) }}\n {% endif %}\n\n {{ return(dates_in_range(start_date, end_date, in_fmt=date_fmt)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.dates_in_range"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.210099, "supported_languages": null}, "macro.dbt.py_current_timestring": {"name": "py_current_timestring", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/datetime.sql", "original_file_path": "macros/etc/datetime.sql", "unique_id": "macro.dbt.py_current_timestring", "macro_sql": "{% macro py_current_timestring() %}\n {% set dt = modules.datetime.datetime.now() %}\n {% do return(dt.strftime(\"%Y%m%d%H%M%S%f\")) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.210378, "supported_languages": null}, "macro.dbt.except": {"name": "except", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/except.sql", "original_file_path": "macros/utils/except.sql", "unique_id": "macro.dbt.except", "macro_sql": "{% macro except() %}\n {{ return(adapter.dispatch('except', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__except"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.210643, "supported_languages": null}, "macro.dbt.default__except": {"name": "default__except", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/except.sql", "original_file_path": "macros/utils/except.sql", "unique_id": "macro.dbt.default__except", "macro_sql": "{% macro default__except() %}\n\n except\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.210728, "supported_languages": null}, "macro.dbt.replace": {"name": "replace", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/replace.sql", "original_file_path": "macros/utils/replace.sql", "unique_id": "macro.dbt.replace", "macro_sql": "{% macro replace(field, old_chars, new_chars) -%}\n {{ return(adapter.dispatch('replace', 'dbt') (field, old_chars, new_chars)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__replace"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.211107, "supported_languages": null}, "macro.dbt.default__replace": {"name": "default__replace", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/replace.sql", "original_file_path": "macros/utils/replace.sql", "unique_id": "macro.dbt.default__replace", "macro_sql": "{% macro default__replace(field, old_chars, new_chars) %}\n\n replace(\n {{ field }},\n {{ old_chars }},\n {{ new_chars }}\n )\n\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.211286, "supported_languages": null}, "macro.dbt.concat": {"name": "concat", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/concat.sql", "original_file_path": "macros/utils/concat.sql", "unique_id": "macro.dbt.concat", "macro_sql": "{% macro concat(fields) -%}\n {{ return(adapter.dispatch('concat', 'dbt')(fields)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__concat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.211552, "supported_languages": null}, "macro.dbt.default__concat": {"name": "default__concat", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/concat.sql", "original_file_path": "macros/utils/concat.sql", "unique_id": "macro.dbt.default__concat", "macro_sql": "{% macro default__concat(fields) -%}\n {{ fields|join(' || ') }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2116868, "supported_languages": null}, "macro.dbt.length": {"name": "length", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/length.sql", "original_file_path": "macros/utils/length.sql", "unique_id": "macro.dbt.length", "macro_sql": "{% macro length(expression) -%}\n {{ return(adapter.dispatch('length', 'dbt') (expression)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__length"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2119691, "supported_languages": null}, "macro.dbt.default__length": {"name": "default__length", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/length.sql", "original_file_path": "macros/utils/length.sql", "unique_id": "macro.dbt.default__length", "macro_sql": "{% macro default__length(expression) %}\n\n length(\n {{ expression }}\n )\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.212085, "supported_languages": null}, "macro.dbt.dateadd": {"name": "dateadd", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/dateadd.sql", "original_file_path": "macros/utils/dateadd.sql", "unique_id": "macro.dbt.dateadd", "macro_sql": "{% macro dateadd(datepart, interval, from_date_or_timestamp) %}\n {{ return(adapter.dispatch('dateadd', 'dbt')(datepart, interval, from_date_or_timestamp)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2124312, "supported_languages": null}, "macro.dbt.default__dateadd": {"name": "default__dateadd", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/dateadd.sql", "original_file_path": "macros/utils/dateadd.sql", "unique_id": "macro.dbt.default__dateadd", "macro_sql": "{% macro default__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n dateadd(\n {{ datepart }},\n {{ interval }},\n {{ from_date_or_timestamp }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2126038, "supported_languages": null}, "macro.dbt.intersect": {"name": "intersect", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/intersect.sql", "original_file_path": "macros/utils/intersect.sql", "unique_id": "macro.dbt.intersect", "macro_sql": "{% macro intersect() %}\n {{ return(adapter.dispatch('intersect', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__intersect"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.212839, "supported_languages": null}, "macro.dbt.default__intersect": {"name": "default__intersect", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/intersect.sql", "original_file_path": "macros/utils/intersect.sql", "unique_id": "macro.dbt.default__intersect", "macro_sql": "{% macro default__intersect() %}\n\n intersect\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.212916, "supported_languages": null}, "macro.dbt.escape_single_quotes": {"name": "escape_single_quotes", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/escape_single_quotes.sql", "original_file_path": "macros/utils/escape_single_quotes.sql", "unique_id": "macro.dbt.escape_single_quotes", "macro_sql": "{% macro escape_single_quotes(expression) %}\n {{ return(adapter.dispatch('escape_single_quotes', 'dbt') (expression)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__escape_single_quotes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.213204, "supported_languages": null}, "macro.dbt.default__escape_single_quotes": {"name": "default__escape_single_quotes", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/escape_single_quotes.sql", "original_file_path": "macros/utils/escape_single_quotes.sql", "unique_id": "macro.dbt.default__escape_single_quotes", "macro_sql": "{% macro default__escape_single_quotes(expression) -%}\n{{ expression | replace(\"'\",\"''\") }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.213359, "supported_languages": null}, "macro.dbt.right": {"name": "right", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/right.sql", "original_file_path": "macros/utils/right.sql", "unique_id": "macro.dbt.right", "macro_sql": "{% macro right(string_text, length_expression) -%}\n {{ return(adapter.dispatch('right', 'dbt') (string_text, length_expression)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__right"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2136772, "supported_languages": null}, "macro.dbt.default__right": {"name": "default__right", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/right.sql", "original_file_path": "macros/utils/right.sql", "unique_id": "macro.dbt.default__right", "macro_sql": "{% macro default__right(string_text, length_expression) %}\n\n right(\n {{ string_text }},\n {{ length_expression }}\n )\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.213826, "supported_languages": null}, "macro.dbt.listagg": {"name": "listagg", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/listagg.sql", "original_file_path": "macros/utils/listagg.sql", "unique_id": "macro.dbt.listagg", "macro_sql": "{% macro listagg(measure, delimiter_text=\"','\", order_by_clause=none, limit_num=none) -%}\n {{ return(adapter.dispatch('listagg', 'dbt') (measure, delimiter_text, order_by_clause, limit_num)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__listagg"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.214497, "supported_languages": null}, "macro.dbt.default__listagg": {"name": "default__listagg", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/listagg.sql", "original_file_path": "macros/utils/listagg.sql", "unique_id": "macro.dbt.default__listagg", "macro_sql": "{% macro default__listagg(measure, delimiter_text, order_by_clause, limit_num) -%}\n\n {% if limit_num -%}\n array_to_string(\n array_slice(\n array_agg(\n {{ measure }}\n ){% if order_by_clause -%}\n within group ({{ order_by_clause }})\n {%- endif %}\n ,0\n ,{{ limit_num }}\n ),\n {{ delimiter_text }}\n )\n {%- else %}\n listagg(\n {{ measure }},\n {{ delimiter_text }}\n )\n {% if order_by_clause -%}\n within group ({{ order_by_clause }})\n {%- endif %}\n {%- endif %}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.215038, "supported_languages": null}, "macro.dbt.datediff": {"name": "datediff", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/datediff.sql", "original_file_path": "macros/utils/datediff.sql", "unique_id": "macro.dbt.datediff", "macro_sql": "{% macro datediff(first_date, second_date, datepart) %}\n {{ return(adapter.dispatch('datediff', 'dbt')(first_date, second_date, datepart)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2153978, "supported_languages": null}, "macro.dbt.default__datediff": {"name": "default__datediff", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/datediff.sql", "original_file_path": "macros/utils/datediff.sql", "unique_id": "macro.dbt.default__datediff", "macro_sql": "{% macro default__datediff(first_date, second_date, datepart) -%}\n\n datediff(\n {{ datepart }},\n {{ first_date }},\n {{ second_date }}\n )\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2155719, "supported_languages": null}, "macro.dbt.safe_cast": {"name": "safe_cast", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/safe_cast.sql", "original_file_path": "macros/utils/safe_cast.sql", "unique_id": "macro.dbt.safe_cast", "macro_sql": "{% macro safe_cast(field, type) %}\n {{ return(adapter.dispatch('safe_cast', 'dbt') (field, type)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__safe_cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.215866, "supported_languages": null}, "macro.dbt.default__safe_cast": {"name": "default__safe_cast", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/safe_cast.sql", "original_file_path": "macros/utils/safe_cast.sql", "unique_id": "macro.dbt.default__safe_cast", "macro_sql": "{% macro default__safe_cast(field, type) %}\n {# most databases don't support this function yet\n so we just need to use cast #}\n cast({{field}} as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.216007, "supported_languages": null}, "macro.dbt.hash": {"name": "hash", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/hash.sql", "original_file_path": "macros/utils/hash.sql", "unique_id": "macro.dbt.hash", "macro_sql": "{% macro hash(field) -%}\n {{ return(adapter.dispatch('hash', 'dbt') (field)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__hash"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.21627, "supported_languages": null}, "macro.dbt.default__hash": {"name": "default__hash", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/hash.sql", "original_file_path": "macros/utils/hash.sql", "unique_id": "macro.dbt.default__hash", "macro_sql": "{% macro default__hash(field) -%}\n md5(cast({{ field }} as {{ api.Column.translate_type('string') }}))\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.216432, "supported_languages": null}, "macro.dbt.cast_bool_to_text": {"name": "cast_bool_to_text", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/cast_bool_to_text.sql", "original_file_path": "macros/utils/cast_bool_to_text.sql", "unique_id": "macro.dbt.cast_bool_to_text", "macro_sql": "{% macro cast_bool_to_text(field) %}\n {{ adapter.dispatch('cast_bool_to_text', 'dbt') (field) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__cast_bool_to_text"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.21668, "supported_languages": null}, "macro.dbt.default__cast_bool_to_text": {"name": "default__cast_bool_to_text", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/cast_bool_to_text.sql", "original_file_path": "macros/utils/cast_bool_to_text.sql", "unique_id": "macro.dbt.default__cast_bool_to_text", "macro_sql": "{% macro default__cast_bool_to_text(field) %}\n cast({{ field }} as {{ api.Column.translate_type('string') }})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.216848, "supported_languages": null}, "macro.dbt.any_value": {"name": "any_value", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/any_value.sql", "original_file_path": "macros/utils/any_value.sql", "unique_id": "macro.dbt.any_value", "macro_sql": "{% macro any_value(expression) -%}\n {{ return(adapter.dispatch('any_value', 'dbt') (expression)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__any_value"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2171001, "supported_languages": null}, "macro.dbt.default__any_value": {"name": "default__any_value", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/any_value.sql", "original_file_path": "macros/utils/any_value.sql", "unique_id": "macro.dbt.default__any_value", "macro_sql": "{% macro default__any_value(expression) -%}\n\n any_value({{ expression }})\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2172039, "supported_languages": null}, "macro.dbt.position": {"name": "position", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/position.sql", "original_file_path": "macros/utils/position.sql", "unique_id": "macro.dbt.position", "macro_sql": "{% macro position(substring_text, string_text) -%}\n {{ return(adapter.dispatch('position', 'dbt') (substring_text, string_text)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__position"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.217501, "supported_languages": null}, "macro.dbt.default__position": {"name": "default__position", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/position.sql", "original_file_path": "macros/utils/position.sql", "unique_id": "macro.dbt.default__position", "macro_sql": "{% macro default__position(substring_text, string_text) %}\n\n position(\n {{ substring_text }} in {{ string_text }}\n )\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2176378, "supported_languages": null}, "macro.dbt.string_literal": {"name": "string_literal", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/literal.sql", "original_file_path": "macros/utils/literal.sql", "unique_id": "macro.dbt.string_literal", "macro_sql": "{%- macro string_literal(value) -%}\n {{ return(adapter.dispatch('string_literal', 'dbt') (value)) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__string_literal"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2179682, "supported_languages": null}, "macro.dbt.default__string_literal": {"name": "default__string_literal", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/literal.sql", "original_file_path": "macros/utils/literal.sql", "unique_id": "macro.dbt.default__string_literal", "macro_sql": "{% macro default__string_literal(value) -%}\n '{{ value }}'\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2181, "supported_languages": null}, "macro.dbt.type_string": {"name": "type_string", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.type_string", "macro_sql": "\n\n{%- macro type_string() -%}\n {{ return(adapter.dispatch('type_string', 'dbt')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2190762, "supported_languages": null}, "macro.dbt.default__type_string": {"name": "default__type_string", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.default__type_string", "macro_sql": "{% macro default__type_string() %}\n {{ return(api.Column.translate_type(\"string\")) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.219247, "supported_languages": null}, "macro.dbt.type_timestamp": {"name": "type_timestamp", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.type_timestamp", "macro_sql": "\n\n{%- macro type_timestamp() -%}\n {{ return(adapter.dispatch('type_timestamp', 'dbt')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.21943, "supported_languages": null}, "macro.dbt.default__type_timestamp": {"name": "default__type_timestamp", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.default__type_timestamp", "macro_sql": "{% macro default__type_timestamp() %}\n {{ return(api.Column.translate_type(\"timestamp\")) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.219608, "supported_languages": null}, "macro.dbt.type_float": {"name": "type_float", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.type_float", "macro_sql": "\n\n{%- macro type_float() -%}\n {{ return(adapter.dispatch('type_float', 'dbt')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2197802, "supported_languages": null}, "macro.dbt.default__type_float": {"name": "default__type_float", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.default__type_float", "macro_sql": "{% macro default__type_float() %}\n {{ return(api.Column.translate_type(\"float\")) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.220007, "supported_languages": null}, "macro.dbt.type_numeric": {"name": "type_numeric", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.type_numeric", "macro_sql": "\n\n{%- macro type_numeric() -%}\n {{ return(adapter.dispatch('type_numeric', 'dbt')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.220178, "supported_languages": null}, "macro.dbt.default__type_numeric": {"name": "default__type_numeric", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.default__type_numeric", "macro_sql": "{% macro default__type_numeric() %}\n {{ return(api.Column.numeric_type(\"numeric\", 28, 6)) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.220364, "supported_languages": null}, "macro.dbt.type_bigint": {"name": "type_bigint", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.type_bigint", "macro_sql": "\n\n{%- macro type_bigint() -%}\n {{ return(adapter.dispatch('type_bigint', 'dbt')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__type_bigint"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.220533, "supported_languages": null}, "macro.dbt.default__type_bigint": {"name": "default__type_bigint", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.default__type_bigint", "macro_sql": "{% macro default__type_bigint() %}\n {{ return(api.Column.translate_type(\"bigint\")) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.220824, "supported_languages": null}, "macro.dbt.type_int": {"name": "type_int", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.type_int", "macro_sql": "\n\n{%- macro type_int() -%}\n {{ return(adapter.dispatch('type_int', 'dbt')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.221026, "supported_languages": null}, "macro.dbt.default__type_int": {"name": "default__type_int", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.default__type_int", "macro_sql": "{%- macro default__type_int() -%}\n {{ return(api.Column.translate_type(\"integer\")) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.221187, "supported_languages": null}, "macro.dbt.type_boolean": {"name": "type_boolean", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.type_boolean", "macro_sql": "\n\n{%- macro type_boolean() -%}\n {{ return(adapter.dispatch('type_boolean', 'dbt')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__type_boolean"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2213602, "supported_languages": null}, "macro.dbt.default__type_boolean": {"name": "default__type_boolean", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.default__type_boolean", "macro_sql": "{%- macro default__type_boolean() -%}\n {{ return(api.Column.translate_type(\"boolean\")) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.221523, "supported_languages": null}, "macro.dbt.array_concat": {"name": "array_concat", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/array_concat.sql", "original_file_path": "macros/utils/array_concat.sql", "unique_id": "macro.dbt.array_concat", "macro_sql": "{% macro array_concat(array_1, array_2) -%}\n {{ return(adapter.dispatch('array_concat', 'dbt')(array_1, array_2)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__array_concat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.221835, "supported_languages": null}, "macro.dbt.default__array_concat": {"name": "default__array_concat", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/array_concat.sql", "original_file_path": "macros/utils/array_concat.sql", "unique_id": "macro.dbt.default__array_concat", "macro_sql": "{% macro default__array_concat(array_1, array_2) -%}\n array_cat({{ array_1 }}, {{ array_2 }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2219808, "supported_languages": null}, "macro.dbt.bool_or": {"name": "bool_or", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/bool_or.sql", "original_file_path": "macros/utils/bool_or.sql", "unique_id": "macro.dbt.bool_or", "macro_sql": "{% macro bool_or(expression) -%}\n {{ return(adapter.dispatch('bool_or', 'dbt') (expression)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__bool_or"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.222244, "supported_languages": null}, "macro.dbt.default__bool_or": {"name": "default__bool_or", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/bool_or.sql", "original_file_path": "macros/utils/bool_or.sql", "unique_id": "macro.dbt.default__bool_or", "macro_sql": "{% macro default__bool_or(expression) -%}\n\n bool_or({{ expression }})\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.222357, "supported_languages": null}, "macro.dbt.last_day": {"name": "last_day", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/last_day.sql", "original_file_path": "macros/utils/last_day.sql", "unique_id": "macro.dbt.last_day", "macro_sql": "{% macro last_day(date, datepart) %}\n {{ return(adapter.dispatch('last_day', 'dbt') (date, datepart)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.222705, "supported_languages": null}, "macro.dbt.default_last_day": {"name": "default_last_day", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/last_day.sql", "original_file_path": "macros/utils/last_day.sql", "unique_id": "macro.dbt.default_last_day", "macro_sql": "\n\n{%- macro default_last_day(date, datepart) -%}\n cast(\n {{dbt.dateadd('day', '-1',\n dbt.dateadd(datepart, '1', dbt.date_trunc(datepart, date))\n )}}\n as date)\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.dateadd", "macro.dbt.date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.222989, "supported_languages": null}, "macro.dbt.default__last_day": {"name": "default__last_day", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/last_day.sql", "original_file_path": "macros/utils/last_day.sql", "unique_id": "macro.dbt.default__last_day", "macro_sql": "{% macro default__last_day(date, datepart) -%}\n {{dbt.default_last_day(date, datepart)}}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default_last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.223139, "supported_languages": null}, "macro.dbt.split_part": {"name": "split_part", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/split_part.sql", "original_file_path": "macros/utils/split_part.sql", "unique_id": "macro.dbt.split_part", "macro_sql": "{% macro split_part(string_text, delimiter_text, part_number) %}\n {{ return(adapter.dispatch('split_part', 'dbt') (string_text, delimiter_text, part_number)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__split_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.223686, "supported_languages": null}, "macro.dbt.default__split_part": {"name": "default__split_part", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/split_part.sql", "original_file_path": "macros/utils/split_part.sql", "unique_id": "macro.dbt.default__split_part", "macro_sql": "{% macro default__split_part(string_text, delimiter_text, part_number) %}\n\n split_part(\n {{ string_text }},\n {{ delimiter_text }},\n {{ part_number }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.223853, "supported_languages": null}, "macro.dbt._split_part_negative": {"name": "_split_part_negative", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/split_part.sql", "original_file_path": "macros/utils/split_part.sql", "unique_id": "macro.dbt._split_part_negative", "macro_sql": "{% macro _split_part_negative(string_text, delimiter_text, part_number) %}\n\n split_part(\n {{ string_text }},\n {{ delimiter_text }},\n length({{ string_text }})\n - length(\n replace({{ string_text }}, {{ delimiter_text }}, '')\n ) + 2 {{ part_number }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2240808, "supported_languages": null}, "macro.dbt.date_trunc": {"name": "date_trunc", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date_trunc.sql", "original_file_path": "macros/utils/date_trunc.sql", "unique_id": "macro.dbt.date_trunc", "macro_sql": "{% macro date_trunc(datepart, date) -%}\n {{ return(adapter.dispatch('date_trunc', 'dbt') (datepart, date)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.224362, "supported_languages": null}, "macro.dbt.default__date_trunc": {"name": "default__date_trunc", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date_trunc.sql", "original_file_path": "macros/utils/date_trunc.sql", "unique_id": "macro.dbt.default__date_trunc", "macro_sql": "{% macro default__date_trunc(datepart, date) -%}\n date_trunc('{{datepart}}', {{date}})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2244952, "supported_languages": null}, "macro.dbt.array_construct": {"name": "array_construct", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/array_construct.sql", "original_file_path": "macros/utils/array_construct.sql", "unique_id": "macro.dbt.array_construct", "macro_sql": "{% macro array_construct(inputs=[], data_type=api.Column.translate_type('integer')) -%}\n {{ return(adapter.dispatch('array_construct', 'dbt')(inputs, data_type)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__array_construct"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.22491, "supported_languages": null}, "macro.dbt.default__array_construct": {"name": "default__array_construct", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/array_construct.sql", "original_file_path": "macros/utils/array_construct.sql", "unique_id": "macro.dbt.default__array_construct", "macro_sql": "{% macro default__array_construct(inputs, data_type) -%}\n {% if inputs|length > 0 %}\n array[ {{ inputs|join(' , ') }} ]\n {% else %}\n array[]::{{data_type}}[]\n {% endif %}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2252722, "supported_languages": null}, "macro.dbt.array_append": {"name": "array_append", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/array_append.sql", "original_file_path": "macros/utils/array_append.sql", "unique_id": "macro.dbt.array_append", "macro_sql": "{% macro array_append(array, new_element) -%}\n {{ return(adapter.dispatch('array_append', 'dbt')(array, new_element)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__array_append"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.225587, "supported_languages": null}, "macro.dbt.default__array_append": {"name": "default__array_append", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/array_append.sql", "original_file_path": "macros/utils/array_append.sql", "unique_id": "macro.dbt.default__array_append", "macro_sql": "{% macro default__array_append(array, new_element) -%}\n array_append({{ array }}, {{ new_element }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.225729, "supported_languages": null}, "macro.dbt.create_schema": {"name": "create_schema", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/schema.sql", "original_file_path": "macros/adapters/schema.sql", "unique_id": "macro.dbt.create_schema", "macro_sql": "{% macro create_schema(relation) -%}\n {{ adapter.dispatch('create_schema', 'dbt')(relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__create_schema"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2261279, "supported_languages": null}, "macro.dbt.default__create_schema": {"name": "default__create_schema", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/schema.sql", "original_file_path": "macros/adapters/schema.sql", "unique_id": "macro.dbt.default__create_schema", "macro_sql": "{% macro default__create_schema(relation) -%}\n {%- call statement('create_schema') -%}\n create schema if not exists {{ relation.without_identifier() }}\n {% endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.226322, "supported_languages": null}, "macro.dbt.drop_schema": {"name": "drop_schema", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/schema.sql", "original_file_path": "macros/adapters/schema.sql", "unique_id": "macro.dbt.drop_schema", "macro_sql": "{% macro drop_schema(relation) -%}\n {{ adapter.dispatch('drop_schema', 'dbt')(relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__drop_schema"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.226488, "supported_languages": null}, "macro.dbt.default__drop_schema": {"name": "default__drop_schema", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/schema.sql", "original_file_path": "macros/adapters/schema.sql", "unique_id": "macro.dbt.default__drop_schema", "macro_sql": "{% macro default__drop_schema(relation) -%}\n {%- call statement('drop_schema') -%}\n drop schema if exists {{ relation.without_identifier() }} cascade\n {% endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.226683, "supported_languages": null}, "macro.dbt.current_timestamp": {"name": "current_timestamp", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.current_timestamp", "macro_sql": "{%- macro current_timestamp() -%}\n {{ adapter.dispatch('current_timestamp', 'dbt')() }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.227173, "supported_languages": null}, "macro.dbt.default__current_timestamp": {"name": "default__current_timestamp", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.default__current_timestamp", "macro_sql": "{% macro default__current_timestamp() -%}\n {{ exceptions.raise_not_implemented(\n 'current_timestamp macro not implemented for adapter ' + adapter.type()) }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.227337, "supported_languages": null}, "macro.dbt.snapshot_get_time": {"name": "snapshot_get_time", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.snapshot_get_time", "macro_sql": "\n\n{%- macro snapshot_get_time() -%}\n {{ adapter.dispatch('snapshot_get_time', 'dbt')() }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__snapshot_get_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.227487, "supported_languages": null}, "macro.dbt.default__snapshot_get_time": {"name": "default__snapshot_get_time", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.default__snapshot_get_time", "macro_sql": "{% macro default__snapshot_get_time() %}\n {{ current_timestamp() }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2275999, "supported_languages": null}, "macro.dbt.current_timestamp_backcompat": {"name": "current_timestamp_backcompat", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.current_timestamp_backcompat", "macro_sql": "{% macro current_timestamp_backcompat() %}\n {{ return(adapter.dispatch('current_timestamp_backcompat', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__current_timestamp_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.227774, "supported_languages": null}, "macro.dbt.default__current_timestamp_backcompat": {"name": "default__current_timestamp_backcompat", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.default__current_timestamp_backcompat", "macro_sql": "{% macro default__current_timestamp_backcompat() %}\n current_timestamp::timestamp\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.227851, "supported_languages": null}, "macro.dbt.current_timestamp_in_utc_backcompat": {"name": "current_timestamp_in_utc_backcompat", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.current_timestamp_in_utc_backcompat", "macro_sql": "{% macro current_timestamp_in_utc_backcompat() %}\n {{ return(adapter.dispatch('current_timestamp_in_utc_backcompat', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__current_timestamp_in_utc_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.228024, "supported_languages": null}, "macro.dbt.default__current_timestamp_in_utc_backcompat": {"name": "default__current_timestamp_in_utc_backcompat", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.default__current_timestamp_in_utc_backcompat", "macro_sql": "{% macro default__current_timestamp_in_utc_backcompat() %}\n {{ return(adapter.dispatch('current_timestamp_backcompat', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.current_timestamp_backcompat", "macro.dbt_bigquery.bigquery__current_timestamp_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.228201, "supported_languages": null}, "macro.dbt.get_create_index_sql": {"name": "get_create_index_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.get_create_index_sql", "macro_sql": "{% macro get_create_index_sql(relation, index_dict) -%}\n {{ return(adapter.dispatch('get_create_index_sql', 'dbt')(relation, index_dict)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_create_index_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.228671, "supported_languages": null}, "macro.dbt.default__get_create_index_sql": {"name": "default__get_create_index_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.default__get_create_index_sql", "macro_sql": "{% macro default__get_create_index_sql(relation, index_dict) -%}\n {% do return(None) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2288132, "supported_languages": null}, "macro.dbt.create_indexes": {"name": "create_indexes", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.create_indexes", "macro_sql": "{% macro create_indexes(relation) -%}\n {{ adapter.dispatch('create_indexes', 'dbt')(relation) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__create_indexes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.228978, "supported_languages": null}, "macro.dbt.default__create_indexes": {"name": "default__create_indexes", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.default__create_indexes", "macro_sql": "{% macro default__create_indexes(relation) -%}\n {%- set _indexes = config.get('indexes', default=[]) -%}\n\n {% for _index_dict in _indexes %}\n {% set create_index_sql = get_create_index_sql(relation, _index_dict) %}\n {% if create_index_sql %}\n {% do run_query(create_index_sql) %}\n {% endif %}\n {% endfor %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_create_index_sql", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.229414, "supported_languages": null}, "macro.dbt.make_intermediate_relation": {"name": "make_intermediate_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.make_intermediate_relation", "macro_sql": "{% macro make_intermediate_relation(base_relation, suffix='__dbt_tmp') %}\n {{ return(adapter.dispatch('make_intermediate_relation', 'dbt')(base_relation, suffix)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__make_intermediate_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.233168, "supported_languages": null}, "macro.dbt.default__make_intermediate_relation": {"name": "default__make_intermediate_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__make_intermediate_relation", "macro_sql": "{% macro default__make_intermediate_relation(base_relation, suffix) %}\n {{ return(default__make_temp_relation(base_relation, suffix)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__make_temp_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.233477, "supported_languages": null}, "macro.dbt.make_temp_relation": {"name": "make_temp_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.make_temp_relation", "macro_sql": "{% macro make_temp_relation(base_relation, suffix='__dbt_tmp') %}\n {{ return(adapter.dispatch('make_temp_relation', 'dbt')(base_relation, suffix)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__make_temp_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.233717, "supported_languages": null}, "macro.dbt.default__make_temp_relation": {"name": "default__make_temp_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__make_temp_relation", "macro_sql": "{% macro default__make_temp_relation(base_relation, suffix) %}\n {%- set temp_identifier = base_relation.identifier ~ suffix -%}\n {%- set temp_relation = base_relation.incorporate(\n path={\"identifier\": temp_identifier}) -%}\n\n {{ return(temp_relation) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2340438, "supported_languages": null}, "macro.dbt.make_backup_relation": {"name": "make_backup_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.make_backup_relation", "macro_sql": "{% macro make_backup_relation(base_relation, backup_relation_type, suffix='__dbt_backup') %}\n {{ return(adapter.dispatch('make_backup_relation', 'dbt')(base_relation, backup_relation_type, suffix)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__make_backup_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.23431, "supported_languages": null}, "macro.dbt.default__make_backup_relation": {"name": "default__make_backup_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__make_backup_relation", "macro_sql": "{% macro default__make_backup_relation(base_relation, backup_relation_type, suffix) %}\n {%- set backup_identifier = base_relation.identifier ~ suffix -%}\n {%- set backup_relation = base_relation.incorporate(\n path={\"identifier\": backup_identifier},\n type=backup_relation_type\n ) -%}\n {{ return(backup_relation) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2346702, "supported_languages": null}, "macro.dbt.drop_relation": {"name": "drop_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.drop_relation", "macro_sql": "{% macro drop_relation(relation) -%}\n {{ return(adapter.dispatch('drop_relation', 'dbt')(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__drop_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.234886, "supported_languages": null}, "macro.dbt.default__drop_relation": {"name": "default__drop_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__drop_relation", "macro_sql": "{% macro default__drop_relation(relation) -%}\n {% call statement('drop_relation', auto_begin=False) -%}\n drop {{ relation.type }} if exists {{ relation }} cascade\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.235136, "supported_languages": null}, "macro.dbt.truncate_relation": {"name": "truncate_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.truncate_relation", "macro_sql": "{% macro truncate_relation(relation) -%}\n {{ return(adapter.dispatch('truncate_relation', 'dbt')(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__truncate_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2353249, "supported_languages": null}, "macro.dbt.default__truncate_relation": {"name": "default__truncate_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__truncate_relation", "macro_sql": "{% macro default__truncate_relation(relation) -%}\n {% call statement('truncate_relation') -%}\n truncate table {{ relation }}\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.235499, "supported_languages": null}, "macro.dbt.rename_relation": {"name": "rename_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.rename_relation", "macro_sql": "{% macro rename_relation(from_relation, to_relation) -%}\n {{ return(adapter.dispatch('rename_relation', 'dbt')(from_relation, to_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__rename_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.235714, "supported_languages": null}, "macro.dbt.default__rename_relation": {"name": "default__rename_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__rename_relation", "macro_sql": "{% macro default__rename_relation(from_relation, to_relation) -%}\n {% set target_name = adapter.quote_as_configured(to_relation.identifier, 'identifier') %}\n {% call statement('rename_relation') -%}\n alter table {{ from_relation }} rename to {{ target_name }}\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.236012, "supported_languages": null}, "macro.dbt.get_or_create_relation": {"name": "get_or_create_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.get_or_create_relation", "macro_sql": "{% macro get_or_create_relation(database, schema, identifier, type) -%}\n {{ return(adapter.dispatch('get_or_create_relation', 'dbt')(database, schema, identifier, type)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_or_create_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.236277, "supported_languages": null}, "macro.dbt.default__get_or_create_relation": {"name": "default__get_or_create_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__get_or_create_relation", "macro_sql": "{% macro default__get_or_create_relation(database, schema, identifier, type) %}\n {%- set target_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) %}\n\n {% if target_relation %}\n {% do return([true, target_relation]) %}\n {% endif %}\n\n {%- set new_relation = api.Relation.create(\n database=database,\n schema=schema,\n identifier=identifier,\n type=type\n ) -%}\n {% do return([false, new_relation]) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.236906, "supported_languages": null}, "macro.dbt.load_cached_relation": {"name": "load_cached_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.load_cached_relation", "macro_sql": "{% macro load_cached_relation(relation) %}\n {% do return(adapter.get_relation(\n database=relation.database,\n schema=relation.schema,\n identifier=relation.identifier\n )) -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2371688, "supported_languages": null}, "macro.dbt.load_relation": {"name": "load_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.load_relation", "macro_sql": "{% macro load_relation(relation) %}\n {{ return(load_cached_relation(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2373261, "supported_languages": null}, "macro.dbt.drop_relation_if_exists": {"name": "drop_relation_if_exists", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.drop_relation_if_exists", "macro_sql": "{% macro drop_relation_if_exists(relation) %}\n {% if relation is not none %}\n {{ adapter.drop_relation(relation) }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.237546, "supported_languages": null}, "macro.dbt.collect_freshness": {"name": "collect_freshness", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/freshness.sql", "original_file_path": "macros/adapters/freshness.sql", "unique_id": "macro.dbt.collect_freshness", "macro_sql": "{% macro collect_freshness(source, loaded_at_field, filter) %}\n {{ return(adapter.dispatch('collect_freshness', 'dbt')(source, loaded_at_field, filter))}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__collect_freshness"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.238121, "supported_languages": null}, "macro.dbt.default__collect_freshness": {"name": "default__collect_freshness", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/freshness.sql", "original_file_path": "macros/adapters/freshness.sql", "unique_id": "macro.dbt.default__collect_freshness", "macro_sql": "{% macro default__collect_freshness(source, loaded_at_field, filter) %}\n {% call statement('collect_freshness', fetch_result=True, auto_begin=False) -%}\n select\n max({{ loaded_at_field }}) as max_loaded_at,\n {{ current_timestamp() }} as snapshotted_at\n from {{ source }}\n {% if filter %}\n where {{ filter }}\n {% endif %}\n {% endcall %}\n {{ return(load_result('collect_freshness').table) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2386181, "supported_languages": null}, "macro.dbt.copy_grants": {"name": "copy_grants", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.copy_grants", "macro_sql": "{% macro copy_grants() %}\n {{ return(adapter.dispatch('copy_grants', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__copy_grants"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.240428, "supported_languages": null}, "macro.dbt.default__copy_grants": {"name": "default__copy_grants", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__copy_grants", "macro_sql": "{% macro default__copy_grants() %}\n {{ return(True) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.240555, "supported_languages": null}, "macro.dbt.support_multiple_grantees_per_dcl_statement": {"name": "support_multiple_grantees_per_dcl_statement", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.support_multiple_grantees_per_dcl_statement", "macro_sql": "{% macro support_multiple_grantees_per_dcl_statement() %}\n {{ return(adapter.dispatch('support_multiple_grantees_per_dcl_statement', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__support_multiple_grantees_per_dcl_statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.240732, "supported_languages": null}, "macro.dbt.default__support_multiple_grantees_per_dcl_statement": {"name": "default__support_multiple_grantees_per_dcl_statement", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__support_multiple_grantees_per_dcl_statement", "macro_sql": "\n\n{%- macro default__support_multiple_grantees_per_dcl_statement() -%}\n {{ return(True) }}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2408519, "supported_languages": null}, "macro.dbt.should_revoke": {"name": "should_revoke", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.should_revoke", "macro_sql": "{% macro should_revoke(existing_relation, full_refresh_mode=True) %}\n\n {% if not existing_relation %}\n {#-- The table doesn't already exist, so no grants to copy over --#}\n {{ return(False) }}\n {% elif full_refresh_mode %}\n {#-- The object is being REPLACED -- whether grants are copied over depends on the value of user config --#}\n {{ return(copy_grants()) }}\n {% else %}\n {#-- The table is being merged/upserted/inserted -- grants will be carried over --#}\n {{ return(True) }}\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.copy_grants"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.241316, "supported_languages": null}, "macro.dbt.get_show_grant_sql": {"name": "get_show_grant_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.get_show_grant_sql", "macro_sql": "{% macro get_show_grant_sql(relation) %}\n {{ return(adapter.dispatch(\"get_show_grant_sql\", \"dbt\")(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__get_show_grant_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.24151, "supported_languages": null}, "macro.dbt.default__get_show_grant_sql": {"name": "default__get_show_grant_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__get_show_grant_sql", "macro_sql": "{% macro default__get_show_grant_sql(relation) %}\n show grants on {{ relation }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.241617, "supported_languages": null}, "macro.dbt.get_grant_sql": {"name": "get_grant_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.get_grant_sql", "macro_sql": "{% macro get_grant_sql(relation, privilege, grantees) %}\n {{ return(adapter.dispatch('get_grant_sql', 'dbt')(relation, privilege, grantees)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__get_grant_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2418518, "supported_languages": null}, "macro.dbt.default__get_grant_sql": {"name": "default__get_grant_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__get_grant_sql", "macro_sql": "\n\n{%- macro default__get_grant_sql(relation, privilege, grantees) -%}\n grant {{ privilege }} on {{ relation }} to {{ grantees | join(', ') }}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.242055, "supported_languages": null}, "macro.dbt.get_revoke_sql": {"name": "get_revoke_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.get_revoke_sql", "macro_sql": "{% macro get_revoke_sql(relation, privilege, grantees) %}\n {{ return(adapter.dispatch('get_revoke_sql', 'dbt')(relation, privilege, grantees)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__get_revoke_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.242291, "supported_languages": null}, "macro.dbt.default__get_revoke_sql": {"name": "default__get_revoke_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__get_revoke_sql", "macro_sql": "\n\n{%- macro default__get_revoke_sql(relation, privilege, grantees) -%}\n revoke {{ privilege }} on {{ relation }} from {{ grantees | join(', ') }}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.242495, "supported_languages": null}, "macro.dbt.get_dcl_statement_list": {"name": "get_dcl_statement_list", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.get_dcl_statement_list", "macro_sql": "{% macro get_dcl_statement_list(relation, grant_config, get_dcl_macro) %}\n {{ return(adapter.dispatch('get_dcl_statement_list', 'dbt')(relation, grant_config, get_dcl_macro)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_dcl_statement_list"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2427342, "supported_languages": null}, "macro.dbt.default__get_dcl_statement_list": {"name": "default__get_dcl_statement_list", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__get_dcl_statement_list", "macro_sql": "\n\n{%- macro default__get_dcl_statement_list(relation, grant_config, get_dcl_macro) -%}\n {#\n -- Unpack grant_config into specific privileges and the set of users who need them granted/revoked.\n -- Depending on whether this database supports multiple grantees per statement, pass in the list of\n -- all grantees per privilege, or (if not) template one statement per privilege-grantee pair.\n -- `get_dcl_macro` will be either `get_grant_sql` or `get_revoke_sql`\n #}\n {%- set dcl_statements = [] -%}\n {%- for privilege, grantees in grant_config.items() %}\n {%- if support_multiple_grantees_per_dcl_statement() and grantees -%}\n {%- set dcl = get_dcl_macro(relation, privilege, grantees) -%}\n {%- do dcl_statements.append(dcl) -%}\n {%- else -%}\n {%- for grantee in grantees -%}\n {% set dcl = get_dcl_macro(relation, privilege, [grantee]) %}\n {%- do dcl_statements.append(dcl) -%}\n {% endfor -%}\n {%- endif -%}\n {%- endfor -%}\n {{ return(dcl_statements) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.support_multiple_grantees_per_dcl_statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2435, "supported_languages": null}, "macro.dbt.call_dcl_statements": {"name": "call_dcl_statements", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.call_dcl_statements", "macro_sql": "{% macro call_dcl_statements(dcl_statement_list) %}\n {{ return(adapter.dispatch(\"call_dcl_statements\", \"dbt\")(dcl_statement_list)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__call_dcl_statements"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.243707, "supported_languages": null}, "macro.dbt.default__call_dcl_statements": {"name": "default__call_dcl_statements", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__call_dcl_statements", "macro_sql": "{% macro default__call_dcl_statements(dcl_statement_list) %}\n {#\n -- By default, supply all grant + revoke statements in a single semicolon-separated block,\n -- so that they're all processed together.\n\n -- Some databases do not support this. Those adapters will need to override this macro\n -- to run each statement individually.\n #}\n {% call statement('grants') %}\n {% for dcl_statement in dcl_statement_list %}\n {{ dcl_statement }};\n {% endfor %}\n {% endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2439759, "supported_languages": null}, "macro.dbt.apply_grants": {"name": "apply_grants", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.apply_grants", "macro_sql": "{% macro apply_grants(relation, grant_config, should_revoke) %}\n {{ return(adapter.dispatch(\"apply_grants\", \"dbt\")(relation, grant_config, should_revoke)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__apply_grants"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2442172, "supported_languages": null}, "macro.dbt.default__apply_grants": {"name": "default__apply_grants", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__apply_grants", "macro_sql": "{% macro default__apply_grants(relation, grant_config, should_revoke=True) %}\n {#-- If grant_config is {} or None, this is a no-op --#}\n {% if grant_config %}\n {% if should_revoke %}\n {#-- We think previous grants may have carried over --#}\n {#-- Show current grants and calculate diffs --#}\n {% set current_grants_table = run_query(get_show_grant_sql(relation)) %}\n {% set current_grants_dict = adapter.standardize_grants_dict(current_grants_table) %}\n {% set needs_granting = diff_of_two_dicts(grant_config, current_grants_dict) %}\n {% set needs_revoking = diff_of_two_dicts(current_grants_dict, grant_config) %}\n {% if not (needs_granting or needs_revoking) %}\n {{ log('On ' ~ relation ~': All grants are in place, no revocation or granting needed.')}}\n {% endif %}\n {% else %}\n {#-- We don't think there's any chance of previous grants having carried over. --#}\n {#-- Jump straight to granting what the user has configured. --#}\n {% set needs_revoking = {} %}\n {% set needs_granting = grant_config %}\n {% endif %}\n {% if needs_granting or needs_revoking %}\n {% set revoke_statement_list = get_dcl_statement_list(relation, needs_revoking, get_revoke_sql) %}\n {% set grant_statement_list = get_dcl_statement_list(relation, needs_granting, get_grant_sql) %}\n {% set dcl_statement_list = revoke_statement_list + grant_statement_list %}\n {% if dcl_statement_list %}\n {{ call_dcl_statements(dcl_statement_list) }}\n {% endif %}\n {% endif %}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt.get_show_grant_sql", "macro.dbt.get_dcl_statement_list", "macro.dbt.call_dcl_statements"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.245549, "supported_languages": null}, "macro.dbt.alter_column_comment": {"name": "alter_column_comment", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.alter_column_comment", "macro_sql": "{% macro alter_column_comment(relation, column_dict) -%}\n {{ return(adapter.dispatch('alter_column_comment', 'dbt')(relation, column_dict)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.246274, "supported_languages": null}, "macro.dbt.default__alter_column_comment": {"name": "default__alter_column_comment", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.default__alter_column_comment", "macro_sql": "{% macro default__alter_column_comment(relation, column_dict) -%}\n {{ exceptions.raise_not_implemented(\n 'alter_column_comment macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.246467, "supported_languages": null}, "macro.dbt.alter_relation_comment": {"name": "alter_relation_comment", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.alter_relation_comment", "macro_sql": "{% macro alter_relation_comment(relation, relation_comment) -%}\n {{ return(adapter.dispatch('alter_relation_comment', 'dbt')(relation, relation_comment)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__alter_relation_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.246681, "supported_languages": null}, "macro.dbt.default__alter_relation_comment": {"name": "default__alter_relation_comment", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.default__alter_relation_comment", "macro_sql": "{% macro default__alter_relation_comment(relation, relation_comment) -%}\n {{ exceptions.raise_not_implemented(\n 'alter_relation_comment macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.246872, "supported_languages": null}, "macro.dbt.persist_docs": {"name": "persist_docs", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.persist_docs", "macro_sql": "{% macro persist_docs(relation, model, for_relation=true, for_columns=true) -%}\n {{ return(adapter.dispatch('persist_docs', 'dbt')(relation, model, for_relation, for_columns)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.247155, "supported_languages": null}, "macro.dbt.default__persist_docs": {"name": "default__persist_docs", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.default__persist_docs", "macro_sql": "{% macro default__persist_docs(relation, model, for_relation, for_columns) -%}\n {% if for_relation and config.persist_relation_docs() and model.description %}\n {% do run_query(alter_relation_comment(relation, model.description)) %}\n {% endif %}\n\n {% if for_columns and config.persist_column_docs() and model.columns %}\n {% do run_query(alter_column_comment(relation, model.columns)) %}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt.alter_relation_comment", "macro.dbt.alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.247665, "supported_languages": null}, "macro.dbt.get_catalog": {"name": "get_catalog", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.get_catalog", "macro_sql": "{% macro get_catalog(information_schema, schemas) -%}\n {{ return(adapter.dispatch('get_catalog', 'dbt')(information_schema, schemas)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__get_catalog"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2492769, "supported_languages": null}, "macro.dbt.default__get_catalog": {"name": "default__get_catalog", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__get_catalog", "macro_sql": "{% macro default__get_catalog(information_schema, schemas) -%}\n\n {% set typename = adapter.type() %}\n {% set msg -%}\n get_catalog not implemented for {{ typename }}\n {%- endset %}\n\n {{ exceptions.raise_compiler_error(msg) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.249561, "supported_languages": null}, "macro.dbt.information_schema_name": {"name": "information_schema_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.information_schema_name", "macro_sql": "{% macro information_schema_name(database) %}\n {{ return(adapter.dispatch('information_schema_name', 'dbt')(database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__information_schema_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2497568, "supported_languages": null}, "macro.dbt.default__information_schema_name": {"name": "default__information_schema_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__information_schema_name", "macro_sql": "{% macro default__information_schema_name(database) -%}\n {%- if database -%}\n {{ database }}.INFORMATION_SCHEMA\n {%- else -%}\n INFORMATION_SCHEMA\n {%- endif -%}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.250005, "supported_languages": null}, "macro.dbt.list_schemas": {"name": "list_schemas", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.list_schemas", "macro_sql": "{% macro list_schemas(database) -%}\n {{ return(adapter.dispatch('list_schemas', 'dbt')(database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__list_schemas"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.250195, "supported_languages": null}, "macro.dbt.default__list_schemas": {"name": "default__list_schemas", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__list_schemas", "macro_sql": "{% macro default__list_schemas(database) -%}\n {% set sql %}\n select distinct schema_name\n from {{ information_schema_name(database) }}.SCHEMATA\n where catalog_name ilike '{{ database }}'\n {% endset %}\n {{ return(run_query(sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.information_schema_name", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.250453, "supported_languages": null}, "macro.dbt.check_schema_exists": {"name": "check_schema_exists", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.check_schema_exists", "macro_sql": "{% macro check_schema_exists(information_schema, schema) -%}\n {{ return(adapter.dispatch('check_schema_exists', 'dbt')(information_schema, schema)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__check_schema_exists"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.250665, "supported_languages": null}, "macro.dbt.default__check_schema_exists": {"name": "default__check_schema_exists", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__check_schema_exists", "macro_sql": "{% macro default__check_schema_exists(information_schema, schema) -%}\n {% set sql -%}\n select count(*)\n from {{ information_schema.replace(information_schema_view='SCHEMATA') }}\n where catalog_name='{{ information_schema.database }}'\n and schema_name='{{ schema }}'\n {%- endset %}\n {{ return(run_query(sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.replace", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.250985, "supported_languages": null}, "macro.dbt.list_relations_without_caching": {"name": "list_relations_without_caching", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.list_relations_without_caching", "macro_sql": "{% macro list_relations_without_caching(schema_relation) %}\n {{ return(adapter.dispatch('list_relations_without_caching', 'dbt')(schema_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__list_relations_without_caching"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.251185, "supported_languages": null}, "macro.dbt.default__list_relations_without_caching": {"name": "default__list_relations_without_caching", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__list_relations_without_caching", "macro_sql": "{% macro default__list_relations_without_caching(schema_relation) %}\n {{ exceptions.raise_not_implemented(\n 'list_relations_without_caching macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.251356, "supported_languages": null}, "macro.dbt.get_columns_in_relation": {"name": "get_columns_in_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.get_columns_in_relation", "macro_sql": "{% macro get_columns_in_relation(relation) -%}\n {{ return(adapter.dispatch('get_columns_in_relation', 'dbt')(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__get_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2531562, "supported_languages": null}, "macro.dbt.default__get_columns_in_relation": {"name": "default__get_columns_in_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__get_columns_in_relation", "macro_sql": "{% macro default__get_columns_in_relation(relation) -%}\n {{ exceptions.raise_not_implemented(\n 'get_columns_in_relation macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.253334, "supported_languages": null}, "macro.dbt.sql_convert_columns_in_relation": {"name": "sql_convert_columns_in_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.sql_convert_columns_in_relation", "macro_sql": "{% macro sql_convert_columns_in_relation(table) -%}\n {% set columns = [] %}\n {% for row in table %}\n {% do columns.append(api.Column(*row)) %}\n {% endfor %}\n {{ return(columns) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.253667, "supported_languages": null}, "macro.dbt.get_columns_in_query": {"name": "get_columns_in_query", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.get_columns_in_query", "macro_sql": "{% macro get_columns_in_query(select_sql) -%}\n {{ return(adapter.dispatch('get_columns_in_query', 'dbt')(select_sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_columns_in_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.25386, "supported_languages": null}, "macro.dbt.default__get_columns_in_query": {"name": "default__get_columns_in_query", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__get_columns_in_query", "macro_sql": "{% macro default__get_columns_in_query(select_sql) %}\n {% call statement('get_columns_in_query', fetch_result=True, auto_begin=False) -%}\n select * from (\n {{ select_sql }}\n ) as __dbt_sbq\n where false\n limit 0\n {% endcall %}\n\n {{ return(load_result('get_columns_in_query').table.columns | map(attribute='name') | list) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.254223, "supported_languages": null}, "macro.dbt.alter_column_type": {"name": "alter_column_type", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.alter_column_type", "macro_sql": "{% macro alter_column_type(relation, column_name, new_column_type) -%}\n {{ return(adapter.dispatch('alter_column_type', 'dbt')(relation, column_name, new_column_type)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__alter_column_type"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.254463, "supported_languages": null}, "macro.dbt.default__alter_column_type": {"name": "default__alter_column_type", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__alter_column_type", "macro_sql": "{% macro default__alter_column_type(relation, column_name, new_column_type) -%}\n {#\n 1. Create a new column (w/ temp name and correct type)\n 2. Copy data over to it\n 3. Drop the existing column (cascade!)\n 4. Rename the new column to existing column\n #}\n {%- set tmp_column = column_name + \"__dbt_alter\" -%}\n\n {% call statement('alter_column_type') %}\n alter table {{ relation }} add column {{ adapter.quote(tmp_column) }} {{ new_column_type }};\n update {{ relation }} set {{ adapter.quote(tmp_column) }} = {{ adapter.quote(column_name) }};\n alter table {{ relation }} drop column {{ adapter.quote(column_name) }} cascade;\n alter table {{ relation }} rename column {{ adapter.quote(tmp_column) }} to {{ adapter.quote(column_name) }}\n {% endcall %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.255147, "supported_languages": null}, "macro.dbt.alter_relation_add_remove_columns": {"name": "alter_relation_add_remove_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.alter_relation_add_remove_columns", "macro_sql": "{% macro alter_relation_add_remove_columns(relation, add_columns = none, remove_columns = none) -%}\n {{ return(adapter.dispatch('alter_relation_add_remove_columns', 'dbt')(relation, add_columns, remove_columns)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__alter_relation_add_remove_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.255454, "supported_languages": null}, "macro.dbt.default__alter_relation_add_remove_columns": {"name": "default__alter_relation_add_remove_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__alter_relation_add_remove_columns", "macro_sql": "{% macro default__alter_relation_add_remove_columns(relation, add_columns, remove_columns) %}\n\n {% if add_columns is none %}\n {% set add_columns = [] %}\n {% endif %}\n {% if remove_columns is none %}\n {% set remove_columns = [] %}\n {% endif %}\n\n {% set sql -%}\n\n alter {{ relation.type }} {{ relation }}\n\n {% for column in add_columns %}\n add column {{ column.name }} {{ column.data_type }}{{ ',' if not loop.last }}\n {% endfor %}{{ ',' if add_columns and remove_columns }}\n\n {% for column in remove_columns %}\n drop column {{ column.name }}{{ ',' if not loop.last }}\n {% endfor %}\n\n {%- endset -%}\n\n {% do run_query(sql) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.256408, "supported_languages": null}, "macro.dbt.resolve_model_name": {"name": "resolve_model_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt.resolve_model_name", "macro_sql": "{% macro resolve_model_name(input_model_name) %}\n {{ return(adapter.dispatch('resolve_model_name', 'dbt')(input_model_name)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__resolve_model_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.257995, "supported_languages": null}, "macro.dbt.default__resolve_model_name": {"name": "default__resolve_model_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt.default__resolve_model_name", "macro_sql": "\n\n{%- macro default__resolve_model_name(input_model_name) -%}\n {{ input_model_name | string | replace('\"', '\\\"') }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2581801, "supported_languages": null}, "macro.dbt.build_ref_function": {"name": "build_ref_function", "resource_type": "macro", "package_name": "dbt", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt.build_ref_function", "macro_sql": "{% macro build_ref_function(model) %}\n\n {%- set ref_dict = {} -%}\n {%- for _ref in model.refs -%}\n {%- set resolved = ref(*_ref) -%}\n {%- do ref_dict.update({_ref | join('.'): resolve_model_name(resolved)}) -%}\n {%- endfor -%}\n\ndef ref(*args,dbt_load_df_function):\n refs = {{ ref_dict | tojson }}\n key = '.'.join(args)\n return dbt_load_df_function(refs[key])\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.resolve_model_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.258635, "supported_languages": null}, "macro.dbt.build_source_function": {"name": "build_source_function", "resource_type": "macro", "package_name": "dbt", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt.build_source_function", "macro_sql": "{% macro build_source_function(model) %}\n\n {%- set source_dict = {} -%}\n {%- for _source in model.sources -%}\n {%- set resolved = source(*_source) -%}\n {%- do source_dict.update({_source | join('.'): resolve_model_name(resolved)}) -%}\n {%- endfor -%}\n\ndef source(*args, dbt_load_df_function):\n sources = {{ source_dict | tojson }}\n key = '.'.join(args)\n return dbt_load_df_function(sources[key])\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.resolve_model_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2591841, "supported_languages": null}, "macro.dbt.build_config_dict": {"name": "build_config_dict", "resource_type": "macro", "package_name": "dbt", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt.build_config_dict", "macro_sql": "{% macro build_config_dict(model) %}\n {%- set config_dict = {} -%}\n {% set config_dbt_used = zip(model.config.config_keys_used, model.config.config_keys_defaults) | list %}\n {%- for key, default in config_dbt_used -%}\n {# weird type testing with enum, would be much easier to write this logic in Python! #}\n {%- if key == \"language\" -%}\n {%- set value = \"python\" -%}\n {%- endif -%}\n {%- set value = model.config.get(key, default) -%}\n {%- do config_dict.update({key: value}) -%}\n {%- endfor -%}\nconfig_dict = {{ config_dict }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2598, "supported_languages": null}, "macro.dbt.py_script_postfix": {"name": "py_script_postfix", "resource_type": "macro", "package_name": "dbt", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt.py_script_postfix", "macro_sql": "{% macro py_script_postfix(model) %}\n# This part is user provided model code\n# you will need to copy the next section to run the code\n# COMMAND ----------\n# this part is dbt logic for get ref work, do not modify\n\n{{ build_ref_function(model ) }}\n{{ build_source_function(model ) }}\n{{ build_config_dict(model) }}\n\nclass config:\n def __init__(self, *args, **kwargs):\n pass\n\n @staticmethod\n def get(key, default=None):\n return config_dict.get(key, default)\n\nclass this:\n \"\"\"dbt.this() or dbt.this.identifier\"\"\"\n database = \"{{ this.database }}\"\n schema = \"{{ this.schema }}\"\n identifier = \"{{ this.identifier }}\"\n {% set this_relation_name = resolve_model_name(this) %}\n def __repr__(self):\n return '{{ this_relation_name }}'\n\n\nclass dbtObj:\n def __init__(self, load_df_function) -> None:\n self.source = lambda *args: source(*args, dbt_load_df_function=load_df_function)\n self.ref = lambda *args: ref(*args, dbt_load_df_function=load_df_function)\n self.config = config\n self.this = this()\n self.is_incremental = {{ is_incremental() }}\n\n# COMMAND ----------\n{{py_script_comment()}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.build_ref_function", "macro.dbt.build_source_function", "macro.dbt.build_config_dict", "macro.dbt.resolve_model_name", "macro.dbt.is_incremental", "macro.dbt.py_script_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.26031, "supported_languages": null}, "macro.dbt.py_script_comment": {"name": "py_script_comment", "resource_type": "macro", "package_name": "dbt", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt.py_script_comment", "macro_sql": "{%macro py_script_comment()%}\n{%endmacro%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.260386, "supported_languages": null}, "macro.dbt.test_unique": {"name": "test_unique", "resource_type": "macro", "package_name": "dbt", "path": "tests/generic/builtin.sql", "original_file_path": "tests/generic/builtin.sql", "unique_id": "macro.dbt.test_unique", "macro_sql": "{% test unique(model, column_name) %}\n {% set macro = adapter.dispatch('test_unique', 'dbt') %}\n {{ macro(model, column_name) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__test_unique"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.260915, "supported_languages": null}, "macro.dbt.test_not_null": {"name": "test_not_null", "resource_type": "macro", "package_name": "dbt", "path": "tests/generic/builtin.sql", "original_file_path": "tests/generic/builtin.sql", "unique_id": "macro.dbt.test_not_null", "macro_sql": "{% test not_null(model, column_name) %}\n {% set macro = adapter.dispatch('test_not_null', 'dbt') %}\n {{ macro(model, column_name) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt.default__test_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.26115, "supported_languages": null}, "macro.dbt.test_accepted_values": {"name": "test_accepted_values", "resource_type": "macro", "package_name": "dbt", "path": "tests/generic/builtin.sql", "original_file_path": "tests/generic/builtin.sql", "unique_id": "macro.dbt.test_accepted_values", "macro_sql": "{% test accepted_values(model, column_name, values, quote=True) %}\n {% set macro = adapter.dispatch('test_accepted_values', 'dbt') %}\n {{ macro(model, column_name, values, quote) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt.default__test_accepted_values"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.26145, "supported_languages": null}, "macro.dbt.test_relationships": {"name": "test_relationships", "resource_type": "macro", "package_name": "dbt", "path": "tests/generic/builtin.sql", "original_file_path": "tests/generic/builtin.sql", "unique_id": "macro.dbt.test_relationships", "macro_sql": "{% test relationships(model, column_name, to, field) %}\n {% set macro = adapter.dispatch('test_relationships', 'dbt') %}\n {{ macro(model, column_name, to, field) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt.default__test_relationships"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.261732, "supported_languages": null}, "macro.hubspot_source.get_contact_columns": {"name": "get_contact_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_contact_columns.sql", "original_file_path": "macros/get_contact_columns.sql", "unique_id": "macro.hubspot_source.get_contact_columns", "macro_sql": "{% macro get_contact_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\", \"alias\": \"is_contact_deleted\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int(), \"alias\": \"contact_id\"},\n {\"name\": \"property_hs_calculated_merged_vids\", \"datatype\": dbt.type_string(), \"alias\": \"calculated_merged_vids\"},\n {\"name\": \"property_email\", \"datatype\": dbt.type_string(), \"alias\": \"email\"},\n {\"name\": \"property_company\", \"datatype\": dbt.type_string(), \"alias\": \"contact_company\"},\n {\"name\": \"property_firstname\", \"datatype\": dbt.type_string(), \"alias\": \"first_name\"},\n {\"name\": \"property_lastname\", \"datatype\": dbt.type_string(), \"alias\": \"last_name\"},\n {\"name\": \"property_createdate\", \"datatype\": dbt.type_timestamp(), \"alias\": \"created_at\"},\n {\"name\": \"property_jobtitle\", \"datatype\": dbt.type_string(), \"alias\": \"job_title\"},\n {\"name\": \"property_annualrevenue\", \"datatype\": dbt.type_int(), \"alias\": \"company_annual_revenue\"}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('hubspot__contact_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2635882, "supported_languages": null}, "macro.hubspot_source.get_email_event_open_columns": {"name": "get_email_event_open_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_email_event_open_columns.sql", "original_file_path": "macros/get_email_event_open_columns.sql", "unique_id": "macro.hubspot_source.get_email_event_open_columns", "macro_sql": "{% macro get_email_event_open_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"browser\", \"datatype\": dbt.type_string()},\n {\"name\": \"duration\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"ip_address\", \"datatype\": dbt.type_string()},\n {\"name\": \"location\", \"datatype\": dbt.type_string()},\n {\"name\": \"user_agent\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.26453, "supported_languages": null}, "macro.hubspot_source.get_email_event_spam_report_columns": {"name": "get_email_event_spam_report_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_email_event_spam_report_columns.sql", "original_file_path": "macros/get_email_event_spam_report_columns.sql", "unique_id": "macro.hubspot_source.get_email_event_spam_report_columns", "macro_sql": "{% macro get_email_event_spam_report_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"ip_address\", \"datatype\": dbt.type_string()},\n {\"name\": \"user_agent\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.265339, "supported_languages": null}, "macro.hubspot_source.get_email_event_bounce_columns": {"name": "get_email_event_bounce_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_email_event_bounce_columns.sql", "original_file_path": "macros/get_email_event_bounce_columns.sql", "unique_id": "macro.hubspot_source.get_email_event_bounce_columns", "macro_sql": "{% macro get_email_event_bounce_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"category\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"response\", \"datatype\": dbt.type_string()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.266176, "supported_languages": null}, "macro.hubspot_source.get_ticket_pipeline_stage_columns": {"name": "get_ticket_pipeline_stage_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_ticket_pipeline_stage_columns.sql", "original_file_path": "macros/get_ticket_pipeline_stage_columns.sql", "unique_id": "macro.hubspot_source.get_ticket_pipeline_stage_columns", "macro_sql": "{% macro get_ticket_pipeline_stage_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"active\", \"datatype\": \"boolean\"},\n {\"name\": \"display_order\", \"datatype\": dbt.type_int()},\n {\"name\": \"is_closed\", \"datatype\": \"boolean\"},\n {\"name\": \"label\", \"datatype\": dbt.type_string()},\n {\"name\": \"pipeline_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"stage_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"ticket_state\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.267383, "supported_languages": null}, "macro.hubspot_source.get_company_columns": {"name": "get_company_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_company_columns.sql", "original_file_path": "macros/get_company_columns.sql", "unique_id": "macro.hubspot_source.get_company_columns", "macro_sql": "{% macro get_company_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int(), \"alias\": \"company_id\"},\n {\"name\": \"is_deleted\", \"datatype\": \"boolean\", \"alias\": \"is_company_deleted\"},\n {\"name\": \"property_name\", \"datatype\": dbt.type_string(), \"alias\": \"company_name\"},\n {\"name\": \"property_description\", \"datatype\": dbt.type_string(), \"alias\": \"description\"},\n {\"name\": \"property_createdate\", \"datatype\": dbt.type_timestamp(), \"alias\": \"created_at\"},\n {\"name\": \"property_industry\", \"datatype\": dbt.type_string(), \"alias\": \"industry\"},\n {\"name\": \"property_address\", \"datatype\": dbt.type_string(), \"alias\": \"street_address\"},\n {\"name\": \"property_address_2\", \"datatype\": dbt.type_string(), \"alias\": \"street_address_2\"},\n {\"name\": \"property_city\", \"datatype\": dbt.type_string(), \"alias\": \"city\"},\n {\"name\": \"property_state\", \"datatype\": dbt.type_string(), \"alias\": \"state\"},\n {\"name\": \"property_country\", \"datatype\": dbt.type_string(), \"alias\": \"country\"},\n {\"name\": \"property_annualrevenue\", \"datatype\": dbt.type_int(), \"alias\": \"company_annual_revenue\"}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('hubspot__company_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.269817, "supported_languages": null}, "macro.hubspot_source.get_ticket_deal_columns": {"name": "get_ticket_deal_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_ticket_deal_columns.sql", "original_file_path": "macros/get_ticket_deal_columns.sql", "unique_id": "macro.hubspot_source.get_ticket_deal_columns", "macro_sql": "{% macro get_ticket_deal_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"ticket_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"deal_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2703922, "supported_languages": null}, "macro.hubspot_source.get_ticket_pipeline_columns": {"name": "get_ticket_pipeline_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_ticket_pipeline_columns.sql", "original_file_path": "macros/get_ticket_pipeline_columns.sql", "unique_id": "macro.hubspot_source.get_ticket_pipeline_columns", "macro_sql": "{% macro get_ticket_pipeline_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"active\", \"datatype\": \"boolean\"},\n {\"name\": \"display_order\", \"datatype\": dbt.type_int()},\n {\"name\": \"label\", \"datatype\": dbt.type_string()},\n {\"name\": \"object_type_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"pipeline_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.271306, "supported_languages": null}, "macro.hubspot_source.get_email_event_dropped_columns": {"name": "get_email_event_dropped_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_email_event_dropped_columns.sql", "original_file_path": "macros/get_email_event_dropped_columns.sql", "unique_id": "macro.hubspot_source.get_email_event_dropped_columns", "macro_sql": "{% macro get_email_event_dropped_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"bcc\", \"datatype\": dbt.type_string()},\n {\"name\": \"cc\", \"datatype\": dbt.type_string()},\n {\"name\": \"drop_message\", \"datatype\": dbt.type_string()},\n {\"name\": \"drop_reason\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"reply_to\", \"datatype\": dbt.type_string()},\n {\"name\": \"subject\", \"datatype\": dbt.type_string()}\n] %}\n\n{% if target.type == 'snowflake' %}\n {{ columns.append({\"name\": \"FROM\", \"datatype\": dbt.type_string(), \"quote\": True, \"alias\": \"from_email\"}) }}\n{% else %}\n {{ columns.append({\"name\": \"from\", \"datatype\": dbt.type_string(), \"quote\": True, \"alias\": \"from_email\"}) }}\n{% endif %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.273016, "supported_languages": null}, "macro.hubspot_source.get_engagement_email_columns": {"name": "get_engagement_email_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_engagement_email_columns.sql", "original_file_path": "macros/get_engagement_email_columns.sql", "unique_id": "macro.hubspot_source.get_engagement_email_columns", "macro_sql": "{% macro get_engagement_email_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"attached_video_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"attached_video_opened\", \"datatype\": \"boolean\"},\n {\"name\": \"attached_video_watched\", \"datatype\": \"boolean\"},\n {\"name\": \"email_send_event_id_created\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"email_send_event_id_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"engagement_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"error_message\", \"datatype\": dbt.type_string()},\n {\"name\": \"facsimile_send_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"from_email\", \"datatype\": dbt.type_string()},\n {\"name\": \"from_first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"from_last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"html\", \"datatype\": dbt.type_string()},\n {\"name\": \"logged_from\", \"datatype\": dbt.type_string()},\n {\"name\": \"media_processing_status\", \"datatype\": dbt.type_string()},\n {\"name\": \"member_of_forwarded_subthread\", \"datatype\": \"boolean\"},\n {\"name\": \"message_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"post_send_status\", \"datatype\": dbt.type_string()},\n {\"name\": \"recipient_drop_reasons\", \"datatype\": dbt.type_string()},\n {\"name\": \"sent_via\", \"datatype\": dbt.type_string()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"subject\", \"datatype\": dbt.type_string()},\n {\"name\": \"text\", \"datatype\": dbt.type_string()},\n {\"name\": \"thread_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"tracker_key\", \"datatype\": dbt.type_string()},\n {\"name\": \"validation_skipped\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.276052, "supported_languages": null}, "macro.hubspot_source.get_email_event_forward_columns": {"name": "get_email_event_forward_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_email_event_forward_columns.sql", "original_file_path": "macros/get_email_event_forward_columns.sql", "unique_id": "macro.hubspot_source.get_email_event_forward_columns", "macro_sql": "{% macro get_email_event_forward_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"browser\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"ip_address\", \"datatype\": dbt.type_string()},\n {\"name\": \"location\", \"datatype\": dbt.type_string()},\n {\"name\": \"user_agent\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.276905, "supported_languages": null}, "macro.hubspot_source.get_deal_pipeline_columns": {"name": "get_deal_pipeline_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_deal_pipeline_columns.sql", "original_file_path": "macros/get_deal_pipeline_columns.sql", "unique_id": "macro.hubspot_source.get_deal_pipeline_columns", "macro_sql": "{% macro get_deal_pipeline_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"active\", \"datatype\": \"boolean\"},\n {\"name\": \"display_order\", \"datatype\": dbt.type_int()},\n {\"name\": \"label\", \"datatype\": dbt.type_string()},\n {\"name\": \"pipeline_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.277706, "supported_languages": null}, "macro.hubspot_source.get_email_event_click_columns": {"name": "get_email_event_click_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_email_event_click_columns.sql", "original_file_path": "macros/get_email_event_click_columns.sql", "unique_id": "macro.hubspot_source.get_email_event_click_columns", "macro_sql": "{% macro get_email_event_click_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"browser\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"ip_address\", \"datatype\": dbt.type_string()},\n {\"name\": \"location\", \"datatype\": dbt.type_string()},\n {\"name\": \"referer\", \"datatype\": dbt.type_string()},\n {\"name\": \"url\", \"datatype\": dbt.type_string()},\n {\"name\": \"user_agent\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2788439, "supported_languages": null}, "macro.hubspot_source.get_email_event_deferred_columns": {"name": "get_email_event_deferred_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_email_event_deferred_columns.sql", "original_file_path": "macros/get_email_event_deferred_columns.sql", "unique_id": "macro.hubspot_source.get_email_event_deferred_columns", "macro_sql": "{% macro get_email_event_deferred_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"attempt\", \"datatype\": dbt.type_int()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"response\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2794912, "supported_languages": null}, "macro.hubspot_source.get_deal_columns": {"name": "get_deal_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_deal_columns.sql", "original_file_path": "macros/get_deal_columns.sql", "unique_id": "macro.hubspot_source.get_deal_columns", "macro_sql": "{% macro get_deal_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"deal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"deal_pipeline_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"deal_pipeline_stage_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"is_deleted\", \"datatype\": \"boolean\", \"alias\": \"is_deal_deleted\"},\n {\"name\": \"owner_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"portal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"property_dealname\", \"datatype\": dbt.type_string(), \"alias\": \"deal_name\"},\n {\"name\": \"property_description\", \"datatype\": dbt.type_string(), \"alias\": \"description\"},\n {\"name\": \"property_amount\", \"datatype\": dbt.type_int(), \"alias\": \"amount\"},\n {\"name\": \"property_closedate\", \"datatype\": dbt.type_timestamp(), \"alias\": \"closed_at\"},\n {\"name\": \"property_createdate\", \"datatype\": dbt.type_timestamp(), \"alias\": \"created_at\"}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('hubspot__deal_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.281295, "supported_languages": null}, "macro.hubspot_source.get_engagement_columns": {"name": "get_engagement_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_engagement_columns.sql", "original_file_path": "macros/get_engagement_columns.sql", "unique_id": "macro.hubspot_source.get_engagement_columns", "macro_sql": "{% macro get_engagement_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"active\", \"datatype\": \"boolean\"},\n {\"name\": \"activity_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"last_updated\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"owner_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"portal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp(), \"alias\": \"occurred_timestamp\"},\n {\"name\": \"type\", \"datatype\": dbt.type_string(), \"alias\": \"engagement_type\"}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2826219, "supported_languages": null}, "macro.hubspot_source.get_engagement_contact_columns": {"name": "get_engagement_contact_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_engagement_contact_columns.sql", "original_file_path": "macros/get_engagement_contact_columns.sql", "unique_id": "macro.hubspot_source.get_engagement_contact_columns", "macro_sql": "{% macro get_engagement_contact_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"contact_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"engagement_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2831528, "supported_languages": null}, "macro.hubspot_source.get_email_event_columns": {"name": "get_email_event_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_email_event_columns.sql", "original_file_path": "macros/get_email_event_columns.sql", "unique_id": "macro.hubspot_source.get_email_event_columns", "macro_sql": "{% macro get_email_event_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"caused_by_created\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"caused_by_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"created\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"email_campaign_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"filtered_event\", \"datatype\": \"boolean\"},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"obsoleted_by_created\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"obsoleted_by_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"portal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"recipient\", \"datatype\": dbt.type_string()},\n {\"name\": \"sent_by_created\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"sent_by_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.284925, "supported_languages": null}, "macro.hubspot_source.get_contact_merge_audit_columns": {"name": "get_contact_merge_audit_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_contact_merge_audit_columns.sql", "original_file_path": "macros/get_contact_merge_audit_columns.sql", "unique_id": "macro.hubspot_source.get_contact_merge_audit_columns", "macro_sql": "{% macro get_contact_merge_audit_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"canonical_vid\", \"datatype\": dbt.type_int()},\n {\"name\": \"contact_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"entity_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"num_properties_moved\", \"datatype\": dbt.type_int()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"user_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"vid_to_merge\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.28617, "supported_languages": null}, "macro.hubspot_source.get_engagement_company_columns": {"name": "get_engagement_company_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_engagement_company_columns.sql", "original_file_path": "macros/get_engagement_company_columns.sql", "unique_id": "macro.hubspot_source.get_engagement_company_columns", "macro_sql": "{% macro get_engagement_company_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"company_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"engagement_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.286695, "supported_languages": null}, "macro.hubspot_source.get_deal_pipeline_stage_columns": {"name": "get_deal_pipeline_stage_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_deal_pipeline_stage_columns.sql", "original_file_path": "macros/get_deal_pipeline_stage_columns.sql", "unique_id": "macro.hubspot_source.get_deal_pipeline_stage_columns", "macro_sql": "{% macro get_deal_pipeline_stage_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"active\", \"datatype\": \"boolean\"},\n {\"name\": \"closed_won\", \"datatype\": \"boolean\"},\n {\"name\": \"display_order\", \"datatype\": dbt.type_int()},\n {\"name\": \"label\", \"datatype\": dbt.type_string()},\n {\"name\": \"pipeline_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"probability\", \"datatype\": dbt.type_float()},\n {\"name\": \"stage_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.287797, "supported_languages": null}, "macro.hubspot_source.get_email_campaign_columns": {"name": "get_email_campaign_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_email_campaign_columns.sql", "original_file_path": "macros/get_email_campaign_columns.sql", "unique_id": "macro.hubspot_source.get_email_campaign_columns", "macro_sql": "{% macro get_email_campaign_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"app_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"content_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"num_included\", \"datatype\": dbt.type_int()},\n {\"name\": \"num_queued\", \"datatype\": dbt.type_int()},\n {\"name\": \"sub_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"subject\", \"datatype\": dbt.type_string()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.289293, "supported_languages": null}, "macro.hubspot_source.get_email_event_sent_columns": {"name": "get_email_event_sent_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_email_event_sent_columns.sql", "original_file_path": "macros/get_email_event_sent_columns.sql", "unique_id": "macro.hubspot_source.get_email_event_sent_columns", "macro_sql": "{% macro get_email_event_sent_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"bcc\", \"datatype\": dbt.type_string()},\n {\"name\": \"cc\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"reply_to\", \"datatype\": dbt.type_string()},\n {\"name\": \"subject\", \"datatype\": dbt.type_string()}\n] %}\n\n{% if target.type == 'snowflake' %}\n {{ columns.append({\"name\": \"FROM\", \"datatype\": dbt.type_string(), \"quote\": True, \"alias\": \"from_email\"}) }}\n{% else %}\n {{ columns.append({\"name\": \"from\", \"datatype\": dbt.type_string(), \"quote\": True, \"alias\": \"from_email\"}) }}\n{% endif %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.290765, "supported_languages": null}, "macro.hubspot_source.get_deal_stage_columns": {"name": "get_deal_stage_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_deal_stage_columns.sql", "original_file_path": "macros/get_deal_stage_columns.sql", "unique_id": "macro.hubspot_source.get_deal_stage_columns", "macro_sql": "{% macro get_deal_stage_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"date_entered\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"deal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"source\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.291913, "supported_languages": null}, "macro.hubspot_source.get_contact_list_columns": {"name": "get_contact_list_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_contact_list_columns.sql", "original_file_path": "macros/get_contact_list_columns.sql", "unique_id": "macro.hubspot_source.get_contact_list_columns", "macro_sql": "{% macro get_contact_list_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"deleteable\", \"datatype\": \"boolean\"},\n {\"name\": \"dynamic\", \"datatype\": \"boolean\"},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"metadata_error\", \"datatype\": dbt.type_string()},\n {\"name\": \"metadata_last_processing_state_change_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"metadata_last_size_change_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"metadata_processing\", \"datatype\": dbt.type_string()},\n {\"name\": \"metadata_size\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"portal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.293919, "supported_languages": null}, "macro.hubspot_source.get_ticket_property_history_columns": {"name": "get_ticket_property_history_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_ticket_property_history_columns.sql", "original_file_path": "macros/get_ticket_property_history_columns.sql", "unique_id": "macro.hubspot_source.get_ticket_property_history_columns", "macro_sql": "{% macro get_ticket_property_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"ticket_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"source\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp_instant\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2948961, "supported_languages": null}, "macro.hubspot_source.get_owner_columns": {"name": "get_owner_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_owner_columns.sql", "original_file_path": "macros/get_owner_columns.sql", "unique_id": "macro.hubspot_source.get_owner_columns", "macro_sql": "{% macro get_owner_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"owner_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"portal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.296057, "supported_languages": null}, "macro.hubspot_source.get_engagement_deal_columns": {"name": "get_engagement_deal_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_engagement_deal_columns.sql", "original_file_path": "macros/get_engagement_deal_columns.sql", "unique_id": "macro.hubspot_source.get_engagement_deal_columns", "macro_sql": "{% macro get_engagement_deal_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"deal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"engagement_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2965682, "supported_languages": null}, "macro.hubspot_source.get_email_event_status_change_columns": {"name": "get_email_event_status_change_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_email_event_status_change_columns.sql", "original_file_path": "macros/get_email_event_status_change_columns.sql", "unique_id": "macro.hubspot_source.get_email_event_status_change_columns", "macro_sql": "{% macro get_email_event_status_change_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"bounced\", \"datatype\": \"boolean\"},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"portal_subscription_status\", \"datatype\": dbt.type_string()},\n {\"name\": \"requested_by\", \"datatype\": dbt.type_string()},\n {\"name\": \"source\", \"datatype\": dbt.type_string()},\n {\"name\": \"subscriptions\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.297489, "supported_languages": null}, "macro.hubspot_source.get_deal_contact_columns": {"name": "get_deal_contact_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_deal_contact_columns.sql", "original_file_path": "macros/get_deal_contact_columns.sql", "unique_id": "macro.hubspot_source.get_deal_contact_columns", "macro_sql": "{% macro get_deal_contact_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"deal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"contact_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2980878, "supported_languages": null}, "macro.hubspot_source.get_engagement_task_columns": {"name": "get_engagement_task_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_engagement_task_columns.sql", "original_file_path": "macros/get_engagement_task_columns.sql", "unique_id": "macro.hubspot_source.get_engagement_task_columns", "macro_sql": "{% macro get_engagement_task_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"body\", \"datatype\": dbt.type_string()},\n {\"name\": \"completion_date\", \"datatype\": dbt.type_string()},\n {\"name\": \"engagement_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"for_object_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"is_all_day\", \"datatype\": \"boolean\"},\n {\"name\": \"priority\", \"datatype\": dbt.type_string()},\n {\"name\": \"probability_to_complete\", \"datatype\": dbt.type_float()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"subject\", \"datatype\": dbt.type_string()},\n {\"name\": \"task_type\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.2994518, "supported_languages": null}, "macro.hubspot_source.get_ticket_contact_columns": {"name": "get_ticket_contact_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_ticket_contact_columns.sql", "original_file_path": "macros/get_ticket_contact_columns.sql", "unique_id": "macro.hubspot_source.get_ticket_contact_columns", "macro_sql": "{% macro get_ticket_contact_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"ticket_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"contact_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3000388, "supported_languages": null}, "macro.hubspot_source.get_ticket_company_columns": {"name": "get_ticket_company_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_ticket_company_columns.sql", "original_file_path": "macros/get_ticket_company_columns.sql", "unique_id": "macro.hubspot_source.get_ticket_company_columns", "macro_sql": "{% macro get_ticket_company_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"ticket_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"company_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3006039, "supported_languages": null}, "macro.hubspot_source.get_ticket_columns": {"name": "get_ticket_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_ticket_columns.sql", "original_file_path": "macros/get_ticket_columns.sql", "unique_id": "macro.hubspot_source.get_ticket_columns", "macro_sql": "{% macro get_ticket_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int(), \"alias\": \"ticket_id\"},\n {\"name\": \"is_deleted\", \"datatype\": \"boolean\", \"alias\": \"is_ticket_deleted\"},\n {\"name\": \"property_closed_date\", \"datatype\": dbt.type_timestamp(), \"alias\": \"closed_at\"},\n {\"name\": \"property_createdate\", \"datatype\": dbt.type_timestamp(), \"alias\": \"created_at\"},\n {\"name\": \"property_first_agent_reply_date\", \"datatype\": dbt.type_timestamp(), \"alias\": \"first_agent_reply_at\"},\n {\"name\": \"property_hs_pipeline\", \"datatype\": dbt.type_string(), \"alias\": \"ticket_pipeline_id\"},\n {\"name\": \"property_hs_pipeline_stage\", \"datatype\": dbt.type_string(), \"alias\": \"ticket_pipeline_stage_id\"},\n {\"name\": \"property_hs_ticket_category\", \"datatype\": dbt.type_string(), \"alias\": \"ticket_category\"},\n {\"name\": \"property_hs_ticket_priority\", \"datatype\": dbt.type_string(), \"alias\": \"ticket_priority\"},\n {\"name\": \"property_hubspot_owner_id\", \"datatype\": dbt.type_int(), \"alias\": \"owner_id\"},\n {\"name\": \"property_subject\", \"datatype\": dbt.type_string(), \"alias\": \"ticket_subject\"},\n {\"name\": \"property_content\", \"datatype\": dbt.type_string(), \"alias\": \"ticket_content\"} \n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('hubspot__ticket_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.302903, "supported_languages": null}, "macro.hubspot_source.get_deal_company_columns": {"name": "get_deal_company_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_deal_company_columns.sql", "original_file_path": "macros/get_deal_company_columns.sql", "unique_id": "macro.hubspot_source.get_deal_company_columns", "macro_sql": "{% macro get_deal_company_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"deal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"company_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.303467, "supported_languages": null}, "macro.hubspot_source.get_deal_property_history_columns": {"name": "get_deal_property_history_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_deal_property_history_columns.sql", "original_file_path": "macros/get_deal_property_history_columns.sql", "unique_id": "macro.hubspot_source.get_deal_property_history_columns", "macro_sql": "{% macro get_deal_property_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"deal_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"source\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp(), \"alias\": \"change_timestamp\"},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.304477, "supported_languages": null}, "macro.hubspot_source.get_ticket_engagement_columns": {"name": "get_ticket_engagement_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_ticket_engagement_columns.sql", "original_file_path": "macros/get_ticket_engagement_columns.sql", "unique_id": "macro.hubspot_source.get_ticket_engagement_columns", "macro_sql": "{% macro get_ticket_engagement_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"ticket_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"engagement_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.305034, "supported_languages": null}, "macro.hubspot_source.get_macro_columns": {"name": "get_macro_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_macro_columns.sql", "original_file_path": "macros/get_macro_columns.sql", "unique_id": "macro.hubspot_source.get_macro_columns", "macro_sql": "{%- macro get_macro_columns(get_column_macro) -%}\n\n {%- set macro_column_names = [] -%}\n {%- for col in get_column_macro -%}\n {%- set macro_column_names = macro_column_names.append(col.name) -%}\n {%- endfor -%}\n\n{{ return(macro_column_names) }}\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.305413, "supported_languages": null}, "macro.hubspot_source.get_company_property_history_columns": {"name": "get_company_property_history_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_company_property_history_columns.sql", "original_file_path": "macros/get_company_property_history_columns.sql", "unique_id": "macro.hubspot_source.get_company_property_history_columns", "macro_sql": "{% macro get_company_property_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"company_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"source\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp(), \"alias\": \"change_timestamp\"},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.306387, "supported_languages": null}, "macro.hubspot_source.get_engagement_note_columns": {"name": "get_engagement_note_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_engagement_note_columns.sql", "original_file_path": "macros/get_engagement_note_columns.sql", "unique_id": "macro.hubspot_source.get_engagement_note_columns", "macro_sql": "{% macro get_engagement_note_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"body\", \"datatype\": dbt.type_string()},\n {\"name\": \"engagement_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3069272, "supported_languages": null}, "macro.hubspot_source.get_engagement_meeting_columns": {"name": "get_engagement_meeting_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_engagement_meeting_columns.sql", "original_file_path": "macros/get_engagement_meeting_columns.sql", "unique_id": "macro.hubspot_source.get_engagement_meeting_columns", "macro_sql": "{% macro get_engagement_meeting_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"body\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_from_link_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"end_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"engagement_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"external_url\", \"datatype\": dbt.type_string()},\n {\"name\": \"location\", \"datatype\": dbt.type_string()},\n {\"name\": \"meeting_outcome\", \"datatype\": dbt.type_string()},\n {\"name\": \"pre_meeting_prospect_reminders\", \"datatype\": dbt.type_string()},\n {\"name\": \"source\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"start_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"web_conference_meeting_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.308796, "supported_languages": null}, "macro.hubspot_source.get_contact_list_member_columns": {"name": "get_contact_list_member_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_contact_list_member_columns.sql", "original_file_path": "macros/get_contact_list_member_columns.sql", "unique_id": "macro.hubspot_source.get_contact_list_member_columns", "macro_sql": "{% macro get_contact_list_member_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"added_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"contact_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"contact_list_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.30953, "supported_languages": null}, "macro.hubspot_source.get_email_event_delivered_columns": {"name": "get_email_event_delivered_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_email_event_delivered_columns.sql", "original_file_path": "macros/get_email_event_delivered_columns.sql", "unique_id": "macro.hubspot_source.get_email_event_delivered_columns", "macro_sql": "{% macro get_email_event_delivered_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"response\", \"datatype\": dbt.type_string()},\n {\"name\": \"smtp_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3102, "supported_languages": null}, "macro.hubspot_source.get_contact_property_history_columns": {"name": "get_contact_property_history_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_contact_property_history_columns.sql", "original_file_path": "macros/get_contact_property_history_columns.sql", "unique_id": "macro.hubspot_source.get_contact_property_history_columns", "macro_sql": "{% macro get_contact_property_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"contact_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"source\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp(), \"alias\": \"change_timestamp\"},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.311255, "supported_languages": null}, "macro.hubspot_source.all_passthrough_column_check": {"name": "all_passthrough_column_check", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/all_passthrough_column_check.sql", "original_file_path": "macros/all_passthrough_column_check.sql", "unique_id": "macro.hubspot_source.all_passthrough_column_check", "macro_sql": "{% macro all_passthrough_column_check(relation, get_columns) %}\n\n{% set available_passthrough_columns = fivetran_utils.remove_prefix_from_columns(\n columns=adapter.get_columns_in_relation(ref(relation)), \n prefix='property_', exclude=get_macro_columns(get_columns))\n %}\n\n{{ return(available_passthrough_columns|int) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.remove_prefix_from_columns", "macro.hubspot_source.get_macro_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.311706, "supported_languages": null}, "macro.hubspot_source.get_email_event_print_columns": {"name": "get_email_event_print_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_email_event_print_columns.sql", "original_file_path": "macros/get_email_event_print_columns.sql", "unique_id": "macro.hubspot_source.get_email_event_print_columns", "macro_sql": "{% macro get_email_event_print_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"browser\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"ip_address\", \"datatype\": dbt.type_string()},\n {\"name\": \"location\", \"datatype\": dbt.type_string()},\n {\"name\": \"user_agent\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.312553, "supported_languages": null}, "macro.hubspot_source.get_engagement_call_columns": {"name": "get_engagement_call_columns", "resource_type": "macro", "package_name": "hubspot_source", "path": "macros/get_engagement_call_columns.sql", "original_file_path": "macros/get_engagement_call_columns.sql", "unique_id": "macro.hubspot_source.get_engagement_call_columns", "macro_sql": "{% macro get_engagement_call_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"body\", \"datatype\": dbt.type_string()},\n {\"name\": \"callee_object_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"callee_object_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"disposition\", \"datatype\": dbt.type_string()},\n {\"name\": \"duration_milliseconds\", \"datatype\": dbt.type_int()},\n {\"name\": \"engagement_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"external_account_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"from_number\", \"datatype\": dbt.type_string()},\n {\"name\": \"recording_url\", \"datatype\": dbt.type_string()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"to_number\", \"datatype\": dbt.type_string()},\n {\"name\": \"transcription_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"unknown_visitor_conversation\", \"datatype\": \"boolean\"}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.314378, "supported_languages": null}, "macro.dbt_utils.get_url_host": {"name": "get_url_host", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/web/get_url_host.sql", "original_file_path": "macros/web/get_url_host.sql", "unique_id": "macro.dbt_utils.get_url_host", "macro_sql": "{% macro get_url_host(field) -%}\n {{ return(adapter.dispatch('get_url_host', 'dbt_utils')(field)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_url_host"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.31475, "supported_languages": null}, "macro.dbt_utils.default__get_url_host": {"name": "default__get_url_host", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/web/get_url_host.sql", "original_file_path": "macros/web/get_url_host.sql", "unique_id": "macro.dbt_utils.default__get_url_host", "macro_sql": "{% macro default__get_url_host(field) -%}\n\n{%- set parsed =\n dbt.split_part(\n dbt.split_part(\n dbt.replace(\n dbt.replace(\n dbt.replace(field, \"'android-app://'\", \"''\"\n ), \"'http://'\", \"''\"\n ), \"'https://'\", \"''\"\n ), \"'/'\", 1\n ), \"'?'\", 1\n )\n\n-%}\n\n\n {{ dbt.safe_cast(\n parsed,\n dbt.type_string()\n )}}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.split_part", "macro.dbt.replace", "macro.dbt.safe_cast", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.315287, "supported_languages": null}, "macro.dbt_utils.get_url_path": {"name": "get_url_path", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/web/get_url_path.sql", "original_file_path": "macros/web/get_url_path.sql", "unique_id": "macro.dbt_utils.get_url_path", "macro_sql": "{% macro get_url_path(field) -%}\n {{ return(adapter.dispatch('get_url_path', 'dbt_utils')(field)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_url_path"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.315798, "supported_languages": null}, "macro.dbt_utils.default__get_url_path": {"name": "default__get_url_path", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/web/get_url_path.sql", "original_file_path": "macros/web/get_url_path.sql", "unique_id": "macro.dbt_utils.default__get_url_path", "macro_sql": "{% macro default__get_url_path(field) -%}\n\n {%- set stripped_url =\n dbt.replace(\n dbt.replace(field, \"'http://'\", \"''\"), \"'https://'\", \"''\")\n -%}\n\n {%- set first_slash_pos -%}\n coalesce(\n nullif({{ dbt.position(\"'/'\", stripped_url) }}, 0),\n {{ dbt.position(\"'?'\", stripped_url) }} - 1\n )\n {%- endset -%}\n\n {%- set parsed_path =\n dbt.split_part(\n dbt.right(\n stripped_url,\n dbt.length(stripped_url) ~ \"-\" ~ first_slash_pos\n ),\n \"'?'\", 1\n )\n -%}\n\n {{ dbt.safe_cast(\n parsed_path,\n dbt.type_string()\n )}}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.replace", "macro.dbt.position", "macro.dbt.split_part", "macro.dbt.right", "macro.dbt.length", "macro.dbt.safe_cast", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3164952, "supported_languages": null}, "macro.dbt_utils.get_url_parameter": {"name": "get_url_parameter", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/web/get_url_parameter.sql", "original_file_path": "macros/web/get_url_parameter.sql", "unique_id": "macro.dbt_utils.get_url_parameter", "macro_sql": "{% macro get_url_parameter(field, url_parameter) -%}\n {{ return(adapter.dispatch('get_url_parameter', 'dbt_utils')(field, url_parameter)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_url_parameter"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.31682, "supported_languages": null}, "macro.dbt_utils.default__get_url_parameter": {"name": "default__get_url_parameter", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/web/get_url_parameter.sql", "original_file_path": "macros/web/get_url_parameter.sql", "unique_id": "macro.dbt_utils.default__get_url_parameter", "macro_sql": "{% macro default__get_url_parameter(field, url_parameter) -%}\n\n{%- set formatted_url_parameter = \"'\" + url_parameter + \"='\" -%}\n\n{%- set split = dbt.split_part(dbt.split_part(field, formatted_url_parameter, 2), \"'&'\", 1) -%}\n\nnullif({{ split }},'')\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.split_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.317154, "supported_languages": null}, "macro.dbt_utils.test_fewer_rows_than": {"name": "test_fewer_rows_than", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/fewer_rows_than.sql", "original_file_path": "macros/generic_tests/fewer_rows_than.sql", "unique_id": "macro.dbt_utils.test_fewer_rows_than", "macro_sql": "{% test fewer_rows_than(model, compare_model, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_fewer_rows_than', 'dbt_utils')(model, compare_model, group_by_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_fewer_rows_than"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.318261, "supported_languages": null}, "macro.dbt_utils.default__test_fewer_rows_than": {"name": "default__test_fewer_rows_than", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/fewer_rows_than.sql", "original_file_path": "macros/generic_tests/fewer_rows_than.sql", "unique_id": "macro.dbt_utils.default__test_fewer_rows_than", "macro_sql": "{% macro default__test_fewer_rows_than(model, compare_model, group_by_columns) %}\n\n{{ config(fail_calc = 'sum(coalesce(row_count_delta, 0))') }}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set join_gb_cols %}\n {% for c in group_by_columns %}\n and a.{{c}} = b.{{c}}\n {% endfor %}\n {% endset %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\n{#-- We must add a fake join key in case additional grouping variables are not provided --#}\n{#-- Redshift does not allow for dynamically created join conditions (e.g. full join on 1 = 1 --#}\n{#-- The same logic is used in equal_rowcount. In case of changes, maintain consistent logic --#}\n{% set group_by_columns = ['id_dbtutils_test_fewer_rows_than'] + group_by_columns %}\n{% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n\n\nwith a as (\n\n select \n {{select_gb_cols}}\n 1 as id_dbtutils_test_fewer_rows_than,\n count(*) as count_our_model \n from {{ model }}\n {{ groupby_gb_cols }}\n\n),\nb as (\n\n select \n {{select_gb_cols}}\n 1 as id_dbtutils_test_fewer_rows_than,\n count(*) as count_comparison_model \n from {{ compare_model }}\n {{ groupby_gb_cols }}\n\n),\ncounts as (\n\n select\n\n {% for c in group_by_columns -%}\n a.{{c}} as {{c}}_a,\n b.{{c}} as {{c}}_b,\n {% endfor %}\n\n count_our_model,\n count_comparison_model\n from a\n full join b on \n a.id_dbtutils_test_fewer_rows_than = b.id_dbtutils_test_fewer_rows_than\n {{ join_gb_cols }}\n\n),\nfinal as (\n\n select *,\n case\n -- fail the test if we have more rows than the reference model and return the row count delta\n when count_our_model > count_comparison_model then (count_our_model - count_comparison_model)\n -- fail the test if they are the same number\n when count_our_model = count_comparison_model then 1\n -- pass the test if the delta is positive (i.e. return the number 0)\n else 0\n end as row_count_delta\n from counts\n\n)\n\nselect * from final\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3193579, "supported_languages": null}, "macro.dbt_utils.test_equal_rowcount": {"name": "test_equal_rowcount", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/equal_rowcount.sql", "original_file_path": "macros/generic_tests/equal_rowcount.sql", "unique_id": "macro.dbt_utils.test_equal_rowcount", "macro_sql": "{% test equal_rowcount(model, compare_model, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_equal_rowcount', 'dbt_utils')(model, compare_model, group_by_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_equal_rowcount"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.320312, "supported_languages": null}, "macro.dbt_utils.default__test_equal_rowcount": {"name": "default__test_equal_rowcount", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/equal_rowcount.sql", "original_file_path": "macros/generic_tests/equal_rowcount.sql", "unique_id": "macro.dbt_utils.default__test_equal_rowcount", "macro_sql": "{% macro default__test_equal_rowcount(model, compare_model, group_by_columns) %}\n\n{#-- Needs to be set at parse time, before we return '' below --#}\n{{ config(fail_calc = 'sum(coalesce(diff_count, 0))') }}\n\n{#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n{%- if not execute -%}\n {{ return('') }}\n{% endif %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(', ') + ', ' %}\n {% set join_gb_cols %}\n {% for c in group_by_columns %}\n and a.{{c}} = b.{{c}}\n {% endfor %}\n {% endset %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\n{#-- We must add a fake join key in case additional grouping variables are not provided --#}\n{#-- Redshift does not allow for dynamically created join conditions (e.g. full join on 1 = 1 --#}\n{#-- The same logic is used in fewer_rows_than. In case of changes, maintain consistent logic --#}\n{% set group_by_columns = ['id_dbtutils_test_equal_rowcount'] + group_by_columns %}\n{% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n\nwith a as (\n\n select \n {{select_gb_cols}}\n 1 as id_dbtutils_test_equal_rowcount,\n count(*) as count_a \n from {{ model }}\n {{groupby_gb_cols}}\n\n\n),\nb as (\n\n select \n {{select_gb_cols}}\n 1 as id_dbtutils_test_equal_rowcount,\n count(*) as count_b \n from {{ compare_model }}\n {{groupby_gb_cols}}\n\n),\nfinal as (\n\n select\n \n {% for c in group_by_columns -%}\n a.{{c}} as {{c}}_a,\n b.{{c}} as {{c}}_b,\n {% endfor %}\n\n count_a,\n count_b,\n abs(count_a - count_b) as diff_count\n\n from a\n full join b\n on\n a.id_dbtutils_test_equal_rowcount = b.id_dbtutils_test_equal_rowcount\n {{join_gb_cols}}\n\n\n)\n\nselect * from final\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.321568, "supported_languages": null}, "macro.dbt_utils.test_relationships_where": {"name": "test_relationships_where", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/relationships_where.sql", "original_file_path": "macros/generic_tests/relationships_where.sql", "unique_id": "macro.dbt_utils.test_relationships_where", "macro_sql": "{% test relationships_where(model, column_name, to, field, from_condition=\"1=1\", to_condition=\"1=1\") %}\n {{ return(adapter.dispatch('test_relationships_where', 'dbt_utils')(model, column_name, to, field, from_condition, to_condition)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_relationships_where"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.322261, "supported_languages": null}, "macro.dbt_utils.default__test_relationships_where": {"name": "default__test_relationships_where", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/relationships_where.sql", "original_file_path": "macros/generic_tests/relationships_where.sql", "unique_id": "macro.dbt_utils.default__test_relationships_where", "macro_sql": "{% macro default__test_relationships_where(model, column_name, to, field, from_condition=\"1=1\", to_condition=\"1=1\") %}\n\n{# T-SQL has no boolean data type so we use 1=1 which returns TRUE #}\n{# ref https://stackoverflow.com/a/7170753/3842610 #}\n\nwith left_table as (\n\n select\n {{column_name}} as id\n\n from {{model}}\n\n where {{column_name}} is not null\n and {{from_condition}}\n\n),\n\nright_table as (\n\n select\n {{field}} as id\n\n from {{to}}\n\n where {{field}} is not null\n and {{to_condition}}\n\n),\n\nexceptions as (\n\n select\n left_table.id,\n right_table.id as right_id\n\n from left_table\n\n left join right_table\n on left_table.id = right_table.id\n\n where right_table.id is null\n\n)\n\nselect * from exceptions\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.322633, "supported_languages": null}, "macro.dbt_utils.test_recency": {"name": "test_recency", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/recency.sql", "original_file_path": "macros/generic_tests/recency.sql", "unique_id": "macro.dbt_utils.test_recency", "macro_sql": "{% test recency(model, field, datepart, interval, ignore_time_component=False, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_recency', 'dbt_utils')(model, field, datepart, interval, ignore_time_component, group_by_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_recency"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.323393, "supported_languages": null}, "macro.dbt_utils.default__test_recency": {"name": "default__test_recency", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/recency.sql", "original_file_path": "macros/generic_tests/recency.sql", "unique_id": "macro.dbt_utils.default__test_recency", "macro_sql": "{% macro default__test_recency(model, field, datepart, interval, ignore_time_component, group_by_columns) %}\n\n{% set threshold = 'cast(' ~ dbt.dateadd(datepart, interval * -1, dbt.current_timestamp()) ~ ' as ' ~ ('date' if ignore_time_component else dbt.type_timestamp()) ~ ')' %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\n\nwith recency as (\n\n select \n\n {{ select_gb_cols }}\n {% if ignore_time_component %}\n cast(max({{ field }}) as date) as most_recent\n {%- else %}\n max({{ field }}) as most_recent\n {%- endif %}\n\n from {{ model }}\n\n {{ groupby_gb_cols }}\n\n)\n\nselect\n\n {{ select_gb_cols }}\n most_recent,\n {{ threshold }} as threshold\n\nfrom recency\nwhere most_recent < {{ threshold }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.dateadd", "macro.dbt.current_timestamp", "macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3243039, "supported_languages": null}, "macro.dbt_utils.test_not_constant": {"name": "test_not_constant", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_constant.sql", "original_file_path": "macros/generic_tests/not_constant.sql", "unique_id": "macro.dbt_utils.test_not_constant", "macro_sql": "{% test not_constant(model, column_name, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_not_constant', 'dbt_utils')(model, column_name, group_by_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_not_constant"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3247821, "supported_languages": null}, "macro.dbt_utils.default__test_not_constant": {"name": "default__test_not_constant", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_constant.sql", "original_file_path": "macros/generic_tests/not_constant.sql", "unique_id": "macro.dbt_utils.default__test_not_constant", "macro_sql": "{% macro default__test_not_constant(model, column_name, group_by_columns) %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\n\nselect\n {# In TSQL, subquery aggregate columns need aliases #}\n {# thus: a filler col name, 'filler_column' #}\n {{select_gb_cols}}\n count(distinct {{ column_name }}) as filler_column\n\nfrom {{ model }}\n\n {{groupby_gb_cols}}\n\nhaving count(distinct {{ column_name }}) = 1\n\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.325292, "supported_languages": null}, "macro.dbt_utils.test_accepted_range": {"name": "test_accepted_range", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/accepted_range.sql", "original_file_path": "macros/generic_tests/accepted_range.sql", "unique_id": "macro.dbt_utils.test_accepted_range", "macro_sql": "{% test accepted_range(model, column_name, min_value=none, max_value=none, inclusive=true) %}\n {{ return(adapter.dispatch('test_accepted_range', 'dbt_utils')(model, column_name, min_value, max_value, inclusive)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_accepted_range"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3259609, "supported_languages": null}, "macro.dbt_utils.default__test_accepted_range": {"name": "default__test_accepted_range", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/accepted_range.sql", "original_file_path": "macros/generic_tests/accepted_range.sql", "unique_id": "macro.dbt_utils.default__test_accepted_range", "macro_sql": "{% macro default__test_accepted_range(model, column_name, min_value=none, max_value=none, inclusive=true) %}\n\nwith meet_condition as(\n select *\n from {{ model }}\n),\n\nvalidation_errors as (\n select *\n from meet_condition\n where\n -- never true, defaults to an empty result set. Exists to ensure any combo of the `or` clauses below succeeds\n 1 = 2\n\n {%- if min_value is not none %}\n -- records with a value >= min_value are permitted. The `not` flips this to find records that don't meet the rule.\n or not {{ column_name }} > {{- \"=\" if inclusive }} {{ min_value }}\n {%- endif %}\n\n {%- if max_value is not none %}\n -- records with a value <= max_value are permitted. The `not` flips this to find records that don't meet the rule.\n or not {{ column_name }} < {{- \"=\" if inclusive }} {{ max_value }}\n {%- endif %}\n)\n\nselect *\nfrom validation_errors\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.326464, "supported_languages": null}, "macro.dbt_utils.test_not_accepted_values": {"name": "test_not_accepted_values", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_accepted_values.sql", "original_file_path": "macros/generic_tests/not_accepted_values.sql", "unique_id": "macro.dbt_utils.test_not_accepted_values", "macro_sql": "{% test not_accepted_values(model, column_name, values, quote=True) %}\n {{ return(adapter.dispatch('test_not_accepted_values', 'dbt_utils')(model, column_name, values, quote)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_not_accepted_values"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.327036, "supported_languages": null}, "macro.dbt_utils.default__test_not_accepted_values": {"name": "default__test_not_accepted_values", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_accepted_values.sql", "original_file_path": "macros/generic_tests/not_accepted_values.sql", "unique_id": "macro.dbt_utils.default__test_not_accepted_values", "macro_sql": "{% macro default__test_not_accepted_values(model, column_name, values, quote=True) %}\nwith all_values as (\n\n select distinct\n {{ column_name }} as value_field\n\n from {{ model }}\n\n),\n\nvalidation_errors as (\n\n select\n value_field\n\n from all_values\n where value_field in (\n {% for value in values -%}\n {% if quote -%}\n '{{ value }}'\n {%- else -%}\n {{ value }}\n {%- endif -%}\n {%- if not loop.last -%},{%- endif %}\n {%- endfor %}\n )\n\n)\n\nselect *\nfrom validation_errors\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.327461, "supported_languages": null}, "macro.dbt_utils.test_at_least_one": {"name": "test_at_least_one", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/at_least_one.sql", "original_file_path": "macros/generic_tests/at_least_one.sql", "unique_id": "macro.dbt_utils.test_at_least_one", "macro_sql": "{% test at_least_one(model, column_name, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_at_least_one', 'dbt_utils')(model, column_name, group_by_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_at_least_one"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.327989, "supported_languages": null}, "macro.dbt_utils.default__test_at_least_one": {"name": "default__test_at_least_one", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/at_least_one.sql", "original_file_path": "macros/generic_tests/at_least_one.sql", "unique_id": "macro.dbt_utils.default__test_at_least_one", "macro_sql": "{% macro default__test_at_least_one(model, column_name, group_by_columns) %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\nselect *\nfrom (\n select\n {# In TSQL, subquery aggregate columns need aliases #}\n {# thus: a filler col name, 'filler_column' #}\n {{select_gb_cols}}\n count({{ column_name }}) as filler_column\n\n from {{ model }}\n\n {{groupby_gb_cols}}\n\n having count({{ column_name }}) = 0\n\n) validation_errors\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3285198, "supported_languages": null}, "macro.dbt_utils.test_unique_combination_of_columns": {"name": "test_unique_combination_of_columns", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/unique_combination_of_columns.sql", "original_file_path": "macros/generic_tests/unique_combination_of_columns.sql", "unique_id": "macro.dbt_utils.test_unique_combination_of_columns", "macro_sql": "{% test unique_combination_of_columns(model, combination_of_columns, quote_columns=false) %}\n {{ return(adapter.dispatch('test_unique_combination_of_columns', 'dbt_utils')(model, combination_of_columns, quote_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_unique_combination_of_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.329182, "supported_languages": null}, "macro.dbt_utils.default__test_unique_combination_of_columns": {"name": "default__test_unique_combination_of_columns", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/unique_combination_of_columns.sql", "original_file_path": "macros/generic_tests/unique_combination_of_columns.sql", "unique_id": "macro.dbt_utils.default__test_unique_combination_of_columns", "macro_sql": "{% macro default__test_unique_combination_of_columns(model, combination_of_columns, quote_columns=false) %}\n\n{% if not quote_columns %}\n {%- set column_list=combination_of_columns %}\n{% elif quote_columns %}\n {%- set column_list=[] %}\n {% for column in combination_of_columns -%}\n {% set column_list = column_list.append( adapter.quote(column) ) %}\n {%- endfor %}\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"`quote_columns` argument for unique_combination_of_columns test must be one of [True, False] Got: '\" ~ quote ~\"'.'\"\n ) }}\n{% endif %}\n\n{%- set columns_csv=column_list | join(', ') %}\n\n\nwith validation_errors as (\n\n select\n {{ columns_csv }}\n from {{ model }}\n group by {{ columns_csv }}\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.329901, "supported_languages": null}, "macro.dbt_utils.test_cardinality_equality": {"name": "test_cardinality_equality", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/cardinality_equality.sql", "original_file_path": "macros/generic_tests/cardinality_equality.sql", "unique_id": "macro.dbt_utils.test_cardinality_equality", "macro_sql": "{% test cardinality_equality(model, column_name, to, field) %}\n {{ return(adapter.dispatch('test_cardinality_equality', 'dbt_utils')(model, column_name, to, field)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_cardinality_equality"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.330457, "supported_languages": null}, "macro.dbt_utils.default__test_cardinality_equality": {"name": "default__test_cardinality_equality", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/cardinality_equality.sql", "original_file_path": "macros/generic_tests/cardinality_equality.sql", "unique_id": "macro.dbt_utils.default__test_cardinality_equality", "macro_sql": "{% macro default__test_cardinality_equality(model, column_name, to, field) %}\n\n{# T-SQL does not let you use numbers as aliases for columns #}\n{# Thus, no \"GROUP BY 1\" #}\n\nwith table_a as (\nselect\n {{ column_name }},\n count(*) as num_rows\nfrom {{ model }}\ngroup by {{ column_name }}\n),\n\ntable_b as (\nselect\n {{ field }},\n count(*) as num_rows\nfrom {{ to }}\ngroup by {{ field }}\n),\n\nexcept_a as (\n select *\n from table_a\n {{ dbt.except() }}\n select *\n from table_b\n),\n\nexcept_b as (\n select *\n from table_b\n {{ dbt.except() }}\n select *\n from table_a\n),\n\nunioned as (\n select *\n from except_a\n union all\n select *\n from except_b\n)\n\nselect *\nfrom unioned\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.except"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.330822, "supported_languages": null}, "macro.dbt_utils.test_expression_is_true": {"name": "test_expression_is_true", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/expression_is_true.sql", "original_file_path": "macros/generic_tests/expression_is_true.sql", "unique_id": "macro.dbt_utils.test_expression_is_true", "macro_sql": "{% test expression_is_true(model, expression, column_name=None) %}\n {{ return(adapter.dispatch('test_expression_is_true', 'dbt_utils')(model, expression, column_name)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.331241, "supported_languages": null}, "macro.dbt_utils.default__test_expression_is_true": {"name": "default__test_expression_is_true", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/expression_is_true.sql", "original_file_path": "macros/generic_tests/expression_is_true.sql", "unique_id": "macro.dbt_utils.default__test_expression_is_true", "macro_sql": "{% macro default__test_expression_is_true(model, expression, column_name) %}\n\n{% set column_list = '*' if should_store_failures() else \"1\" %}\n\nselect\n {{ column_list }}\nfrom {{ model }}\n{% if column_name is none %}\nwhere not({{ expression }})\n{%- else %}\nwhere not({{ column_name }} {{ expression }})\n{%- endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.should_store_failures"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.331622, "supported_languages": null}, "macro.dbt_utils.test_not_null_proportion": {"name": "test_not_null_proportion", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_null_proportion.sql", "original_file_path": "macros/generic_tests/not_null_proportion.sql", "unique_id": "macro.dbt_utils.test_not_null_proportion", "macro_sql": "{% macro test_not_null_proportion(model, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_not_null_proportion', 'dbt_utils')(model, group_by_columns, **kwargs)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_not_null_proportion"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.332294, "supported_languages": null}, "macro.dbt_utils.default__test_not_null_proportion": {"name": "default__test_not_null_proportion", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_null_proportion.sql", "original_file_path": "macros/generic_tests/not_null_proportion.sql", "unique_id": "macro.dbt_utils.default__test_not_null_proportion", "macro_sql": "{% macro default__test_not_null_proportion(model, group_by_columns) %}\n\n{% set column_name = kwargs.get('column_name', kwargs.get('arg')) %}\n{% set at_least = kwargs.get('at_least', kwargs.get('arg')) %}\n{% set at_most = kwargs.get('at_most', kwargs.get('arg', 1)) %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\nwith validation as (\n select\n {{select_gb_cols}}\n sum(case when {{ column_name }} is null then 0 else 1 end) / cast(count(*) as numeric) as not_null_proportion\n from {{ model }}\n {{groupby_gb_cols}}\n),\nvalidation_errors as (\n select\n {{select_gb_cols}}\n not_null_proportion\n from validation\n where not_null_proportion < {{ at_least }} or not_null_proportion > {{ at_most }}\n)\nselect\n *\nfrom validation_errors\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.33324, "supported_languages": null}, "macro.dbt_utils.test_sequential_values": {"name": "test_sequential_values", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/sequential_values.sql", "original_file_path": "macros/generic_tests/sequential_values.sql", "unique_id": "macro.dbt_utils.test_sequential_values", "macro_sql": "{% test sequential_values(model, column_name, interval=1, datepart=None, group_by_columns = []) %}\n\n {{ return(adapter.dispatch('test_sequential_values', 'dbt_utils')(model, column_name, interval, datepart, group_by_columns)) }}\n\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_sequential_values"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.334165, "supported_languages": null}, "macro.dbt_utils.default__test_sequential_values": {"name": "default__test_sequential_values", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/sequential_values.sql", "original_file_path": "macros/generic_tests/sequential_values.sql", "unique_id": "macro.dbt_utils.default__test_sequential_values", "macro_sql": "{% macro default__test_sequential_values(model, column_name, interval=1, datepart=None, group_by_columns = []) %}\n\n{% set previous_column_name = \"previous_\" ~ dbt_utils.slugify(column_name) %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(',') + ', ' %}\n {% set partition_gb_cols = 'partition by ' + group_by_columns|join(',') %}\n{% endif %}\n\nwith windowed as (\n\n select\n {{ select_gb_cols }}\n {{ column_name }},\n lag({{ column_name }}) over (\n {{partition_gb_cols}}\n order by {{ column_name }}\n ) as {{ previous_column_name }}\n from {{ model }}\n),\n\nvalidation_errors as (\n select\n *\n from windowed\n {% if datepart %}\n where not(cast({{ column_name }} as {{ dbt.type_timestamp() }})= cast({{ dbt.dateadd(datepart, interval, previous_column_name) }} as {{ dbt.type_timestamp() }}))\n {% else %}\n where not({{ column_name }} = {{ previous_column_name }} + {{ interval }})\n {% endif %}\n)\n\nselect *\nfrom validation_errors\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.slugify", "macro.dbt.type_timestamp", "macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.335128, "supported_languages": null}, "macro.dbt_utils.test_equality": {"name": "test_equality", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/equality.sql", "original_file_path": "macros/generic_tests/equality.sql", "unique_id": "macro.dbt_utils.test_equality", "macro_sql": "{% test equality(model, compare_model, compare_columns=None) %}\n {{ return(adapter.dispatch('test_equality', 'dbt_utils')(model, compare_model, compare_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_equality"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.335916, "supported_languages": null}, "macro.dbt_utils.default__test_equality": {"name": "default__test_equality", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/equality.sql", "original_file_path": "macros/generic_tests/equality.sql", "unique_id": "macro.dbt_utils.default__test_equality", "macro_sql": "{% macro default__test_equality(model, compare_model, compare_columns=None) %}\n\n{% set set_diff %}\n count(*) + coalesce(abs(\n sum(case when which_diff = 'a_minus_b' then 1 else 0 end) -\n sum(case when which_diff = 'b_minus_a' then 1 else 0 end)\n ), 0)\n{% endset %}\n\n{#-- Needs to be set at parse time, before we return '' below --#}\n{{ config(fail_calc = set_diff) }}\n\n{#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n{%- if not execute -%}\n {{ return('') }}\n{% endif %}\n\n-- setup\n{%- do dbt_utils._is_relation(model, 'test_equality') -%}\n\n{#-\nIf the compare_cols arg is provided, we can run this test without querying the\ninformation schema\u00a0\u2014 this allows the model to be an ephemeral model\n-#}\n\n{%- if not compare_columns -%}\n {%- do dbt_utils._is_ephemeral(model, 'test_equality') -%}\n {%- set compare_columns = adapter.get_columns_in_relation(model) | map(attribute='quoted') -%}\n{%- endif -%}\n\n{% set compare_cols_csv = compare_columns | join(', ') %}\n\nwith a as (\n\n select * from {{ model }}\n\n),\n\nb as (\n\n select * from {{ compare_model }}\n\n),\n\na_minus_b as (\n\n select {{compare_cols_csv}} from a\n {{ dbt.except() }}\n select {{compare_cols_csv}} from b\n\n),\n\nb_minus_a as (\n\n select {{compare_cols_csv}} from b\n {{ dbt.except() }}\n select {{compare_cols_csv}} from a\n\n),\n\nunioned as (\n\n select 'a_minus_b' as which_diff, a_minus_b.* from a_minus_b\n union all\n select 'b_minus_a' as which_diff, b_minus_a.* from b_minus_a\n\n)\n\nselect * from unioned\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt.except"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.336902, "supported_languages": null}, "macro.dbt_utils.test_not_empty_string": {"name": "test_not_empty_string", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_empty_string.sql", "original_file_path": "macros/generic_tests/not_empty_string.sql", "unique_id": "macro.dbt_utils.test_not_empty_string", "macro_sql": "{% test not_empty_string(model, column_name, trim_whitespace=true) %}\n\n {{ return(adapter.dispatch('test_not_empty_string', 'dbt_utils')(model, column_name, trim_whitespace)) }}\n\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_not_empty_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.337458, "supported_languages": null}, "macro.dbt_utils.default__test_not_empty_string": {"name": "default__test_not_empty_string", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_empty_string.sql", "original_file_path": "macros/generic_tests/not_empty_string.sql", "unique_id": "macro.dbt_utils.default__test_not_empty_string", "macro_sql": "{% macro default__test_not_empty_string(model, column_name, trim_whitespace=true) %}\n\n with\n \n all_values as (\n\n select \n\n\n {% if trim_whitespace == true -%}\n\n trim({{ column_name }}) as {{ column_name }}\n\n {%- else -%}\n\n {{ column_name }}\n\n {%- endif %}\n \n from {{ model }}\n\n ),\n\n errors as (\n\n select * from all_values\n where {{ column_name }} = ''\n\n )\n\n select * from errors\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3378, "supported_languages": null}, "macro.dbt_utils.test_mutually_exclusive_ranges": {"name": "test_mutually_exclusive_ranges", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/mutually_exclusive_ranges.sql", "original_file_path": "macros/generic_tests/mutually_exclusive_ranges.sql", "unique_id": "macro.dbt_utils.test_mutually_exclusive_ranges", "macro_sql": "{% test mutually_exclusive_ranges(model, lower_bound_column, upper_bound_column, partition_by=None, gaps='allowed', zero_length_range_allowed=False) %}\n {{ return(adapter.dispatch('test_mutually_exclusive_ranges', 'dbt_utils')(model, lower_bound_column, upper_bound_column, partition_by, gaps, zero_length_range_allowed)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_mutually_exclusive_ranges"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.341434, "supported_languages": null}, "macro.dbt_utils.default__test_mutually_exclusive_ranges": {"name": "default__test_mutually_exclusive_ranges", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/mutually_exclusive_ranges.sql", "original_file_path": "macros/generic_tests/mutually_exclusive_ranges.sql", "unique_id": "macro.dbt_utils.default__test_mutually_exclusive_ranges", "macro_sql": "{% macro default__test_mutually_exclusive_ranges(model, lower_bound_column, upper_bound_column, partition_by=None, gaps='allowed', zero_length_range_allowed=False) %}\n{% if gaps == 'not_allowed' %}\n {% set allow_gaps_operator='=' %}\n {% set allow_gaps_operator_in_words='equal_to' %}\n{% elif gaps == 'allowed' %}\n {% set allow_gaps_operator='<=' %}\n {% set allow_gaps_operator_in_words='less_than_or_equal_to' %}\n{% elif gaps == 'required' %}\n {% set allow_gaps_operator='<' %}\n {% set allow_gaps_operator_in_words='less_than' %}\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"`gaps` argument for mutually_exclusive_ranges test must be one of ['not_allowed', 'allowed', 'required'] Got: '\" ~ gaps ~\"'.'\"\n ) }}\n{% endif %}\n{% if not zero_length_range_allowed %}\n {% set allow_zero_length_operator='<' %}\n {% set allow_zero_length_operator_in_words='less_than' %}\n{% elif zero_length_range_allowed %}\n {% set allow_zero_length_operator='<=' %}\n {% set allow_zero_length_operator_in_words='less_than_or_equal_to' %}\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"`zero_length_range_allowed` argument for mutually_exclusive_ranges test must be one of [true, false] Got: '\" ~ zero_length_range_allowed ~\"'.'\"\n ) }}\n{% endif %}\n\n{% set partition_clause=\"partition by \" ~ partition_by if partition_by else '' %}\n\nwith window_functions as (\n\n select\n {% if partition_by %}\n {{ partition_by }} as partition_by_col,\n {% endif %}\n {{ lower_bound_column }} as lower_bound,\n {{ upper_bound_column }} as upper_bound,\n\n lead({{ lower_bound_column }}) over (\n {{ partition_clause }}\n order by {{ lower_bound_column }}, {{ upper_bound_column }}\n ) as next_lower_bound,\n\n row_number() over (\n {{ partition_clause }}\n order by {{ lower_bound_column }} desc, {{ upper_bound_column }} desc\n ) = 1 as is_last_record\n\n from {{ model }}\n\n),\n\ncalc as (\n -- We want to return records where one of our assumptions fails, so we'll use\n -- the `not` function with `and` statements so we can write our assumptions more cleanly\n select\n *,\n\n -- For each record: lower_bound should be < upper_bound.\n -- Coalesce it to return an error on the null case (implicit assumption\n -- these columns are not_null)\n coalesce(\n lower_bound {{ allow_zero_length_operator }} upper_bound,\n false\n ) as lower_bound_{{ allow_zero_length_operator_in_words }}_upper_bound,\n\n -- For each record: upper_bound {{ allow_gaps_operator }} the next lower_bound.\n -- Coalesce it to handle null cases for the last record.\n coalesce(\n upper_bound {{ allow_gaps_operator }} next_lower_bound,\n is_last_record,\n false\n ) as upper_bound_{{ allow_gaps_operator_in_words }}_next_lower_bound\n\n from window_functions\n\n),\n\nvalidation_errors as (\n\n select\n *\n from calc\n\n where not(\n -- THE FOLLOWING SHOULD BE TRUE --\n lower_bound_{{ allow_zero_length_operator_in_words }}_upper_bound\n and upper_bound_{{ allow_gaps_operator_in_words }}_next_lower_bound\n )\n)\n\nselect * from validation_errors\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.343172, "supported_languages": null}, "macro.dbt_utils.pretty_log_format": {"name": "pretty_log_format", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/pretty_log_format.sql", "original_file_path": "macros/jinja_helpers/pretty_log_format.sql", "unique_id": "macro.dbt_utils.pretty_log_format", "macro_sql": "{% macro pretty_log_format(message) %}\n {{ return(adapter.dispatch('pretty_log_format', 'dbt_utils')(message)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__pretty_log_format"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.34348, "supported_languages": null}, "macro.dbt_utils.default__pretty_log_format": {"name": "default__pretty_log_format", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/pretty_log_format.sql", "original_file_path": "macros/jinja_helpers/pretty_log_format.sql", "unique_id": "macro.dbt_utils.default__pretty_log_format", "macro_sql": "{% macro default__pretty_log_format(message) %}\n {{ return( dbt_utils.pretty_time() ~ ' + ' ~ message) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.pretty_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.343662, "supported_languages": null}, "macro.dbt_utils._is_relation": {"name": "_is_relation", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/_is_relation.sql", "original_file_path": "macros/jinja_helpers/_is_relation.sql", "unique_id": "macro.dbt_utils._is_relation", "macro_sql": "{% macro _is_relation(obj, macro) %}\n {%- if not (obj is mapping and obj.get('metadata', {}).get('type', '').endswith('Relation')) -%}\n {%- do exceptions.raise_compiler_error(\"Macro \" ~ macro ~ \" expected a Relation but received the value: \" ~ obj) -%}\n {%- endif -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.344151, "supported_languages": null}, "macro.dbt_utils.pretty_time": {"name": "pretty_time", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/pretty_time.sql", "original_file_path": "macros/jinja_helpers/pretty_time.sql", "unique_id": "macro.dbt_utils.pretty_time", "macro_sql": "{% macro pretty_time(format='%H:%M:%S') %}\n {{ return(adapter.dispatch('pretty_time', 'dbt_utils')(format)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__pretty_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.344463, "supported_languages": null}, "macro.dbt_utils.default__pretty_time": {"name": "default__pretty_time", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/pretty_time.sql", "original_file_path": "macros/jinja_helpers/pretty_time.sql", "unique_id": "macro.dbt_utils.default__pretty_time", "macro_sql": "{% macro default__pretty_time(format='%H:%M:%S') %}\n {{ return(modules.datetime.datetime.now().strftime(format)) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3446882, "supported_languages": null}, "macro.dbt_utils.log_info": {"name": "log_info", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/log_info.sql", "original_file_path": "macros/jinja_helpers/log_info.sql", "unique_id": "macro.dbt_utils.log_info", "macro_sql": "{% macro log_info(message) %}\n {{ return(adapter.dispatch('log_info', 'dbt_utils')(message)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__log_info"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.344975, "supported_languages": null}, "macro.dbt_utils.default__log_info": {"name": "default__log_info", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/log_info.sql", "original_file_path": "macros/jinja_helpers/log_info.sql", "unique_id": "macro.dbt_utils.default__log_info", "macro_sql": "{% macro default__log_info(message) %}\n {{ log(dbt_utils.pretty_log_format(message), info=True) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.pretty_log_format"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3451781, "supported_languages": null}, "macro.dbt_utils.slugify": {"name": "slugify", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/slugify.sql", "original_file_path": "macros/jinja_helpers/slugify.sql", "unique_id": "macro.dbt_utils.slugify", "macro_sql": "{% macro slugify(string) %}\n\n{#- Lower case the string -#}\n{% set string = string | lower %}\n{#- Replace spaces and dashes with underscores -#}\n{% set string = modules.re.sub('[ -]+', '_', string) %}\n{#- Only take letters, numbers, and underscores -#}\n{% set string = modules.re.sub('[^a-z0-9_]+', '', string) %}\n{#- Prepends \"_\" if string begins with a number -#}\n{% set string = modules.re.sub('^[0-9]', '_' + string[0], string) %}\n\n{{ return(string) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.345953, "supported_languages": null}, "macro.dbt_utils._is_ephemeral": {"name": "_is_ephemeral", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/_is_ephemeral.sql", "original_file_path": "macros/jinja_helpers/_is_ephemeral.sql", "unique_id": "macro.dbt_utils._is_ephemeral", "macro_sql": "{% macro _is_ephemeral(obj, macro) %}\n {%- if obj.is_cte -%}\n {% set ephemeral_prefix = api.Relation.add_ephemeral_prefix('') %}\n {% if obj.name.startswith(ephemeral_prefix) %}\n {% set model_name = obj.name[(ephemeral_prefix|length):] %}\n {% else %}\n {% set model_name = obj.name %}\n {%- endif -%}\n {% set error_message %}\nThe `{{ macro }}` macro cannot be used with ephemeral models, as it relies on the information schema.\n\n`{{ model_name }}` is an ephemeral model. Consider making it a view or table instead.\n {% endset %}\n {%- do exceptions.raise_compiler_error(error_message) -%}\n {%- endif -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3469272, "supported_languages": null}, "macro.dbt_utils.get_intervals_between": {"name": "get_intervals_between", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/date_spine.sql", "original_file_path": "macros/sql/date_spine.sql", "unique_id": "macro.dbt_utils.get_intervals_between", "macro_sql": "{% macro get_intervals_between(start_date, end_date, datepart) -%}\n {{ return(adapter.dispatch('get_intervals_between', 'dbt_utils')(start_date, end_date, datepart)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_intervals_between"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3477209, "supported_languages": null}, "macro.dbt_utils.default__get_intervals_between": {"name": "default__get_intervals_between", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/date_spine.sql", "original_file_path": "macros/sql/date_spine.sql", "unique_id": "macro.dbt_utils.default__get_intervals_between", "macro_sql": "{% macro default__get_intervals_between(start_date, end_date, datepart) -%}\n {%- call statement('get_intervals_between', fetch_result=True) %}\n\n select {{ dbt.datediff(start_date, end_date, datepart) }}\n\n {%- endcall -%}\n\n {%- set value_list = load_result('get_intervals_between') -%}\n\n {%- if value_list and value_list['data'] -%}\n {%- set values = value_list['data'] | map(attribute=0) | list %}\n {{ return(values[0]) }}\n {%- else -%}\n {{ return(1) }}\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.348591, "supported_languages": null}, "macro.dbt_utils.date_spine": {"name": "date_spine", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/date_spine.sql", "original_file_path": "macros/sql/date_spine.sql", "unique_id": "macro.dbt_utils.date_spine", "macro_sql": "{% macro date_spine(datepart, start_date, end_date) %}\n {{ return(adapter.dispatch('date_spine', 'dbt_utils')(datepart, start_date, end_date)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__date_spine"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.348855, "supported_languages": null}, "macro.dbt_utils.default__date_spine": {"name": "default__date_spine", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/date_spine.sql", "original_file_path": "macros/sql/date_spine.sql", "unique_id": "macro.dbt_utils.default__date_spine", "macro_sql": "{% macro default__date_spine(datepart, start_date, end_date) %}\n\n\n{# call as follows:\n\ndate_spine(\n \"day\",\n \"to_date('01/01/2016', 'mm/dd/yyyy')\",\n \"dbt.dateadd(week, 1, current_date)\"\n) #}\n\n\nwith rawdata as (\n\n {{dbt_utils.generate_series(\n dbt_utils.get_intervals_between(start_date, end_date, datepart)\n )}}\n\n),\n\nall_periods as (\n\n select (\n {{\n dbt.dateadd(\n datepart,\n \"row_number() over (order by 1) - 1\",\n start_date\n )\n }}\n ) as date_{{datepart}}\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_{{datepart}} <= {{ end_date }}\n\n)\n\nselect * from filtered\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.generate_series", "macro.dbt_utils.get_intervals_between", "macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.349272, "supported_languages": null}, "macro.dbt_utils.nullcheck_table": {"name": "nullcheck_table", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/nullcheck_table.sql", "original_file_path": "macros/sql/nullcheck_table.sql", "unique_id": "macro.dbt_utils.nullcheck_table", "macro_sql": "{% macro nullcheck_table(relation) %}\n {{ return(adapter.dispatch('nullcheck_table', 'dbt_utils')(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__nullcheck_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.34973, "supported_languages": null}, "macro.dbt_utils.default__nullcheck_table": {"name": "default__nullcheck_table", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/nullcheck_table.sql", "original_file_path": "macros/sql/nullcheck_table.sql", "unique_id": "macro.dbt_utils.default__nullcheck_table", "macro_sql": "{% macro default__nullcheck_table(relation) %}\n\n {%- do dbt_utils._is_relation(relation, 'nullcheck_table') -%}\n {%- do dbt_utils._is_ephemeral(relation, 'nullcheck_table') -%}\n {% set cols = adapter.get_columns_in_relation(relation) %}\n\n select {{ dbt_utils.nullcheck(cols) }}\n from {{relation}}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt_utils.nullcheck"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3502011, "supported_languages": null}, "macro.dbt_utils.get_relations_by_pattern": {"name": "get_relations_by_pattern", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_relations_by_pattern.sql", "original_file_path": "macros/sql/get_relations_by_pattern.sql", "unique_id": "macro.dbt_utils.get_relations_by_pattern", "macro_sql": "{% macro get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(adapter.dispatch('get_relations_by_pattern', 'dbt_utils')(schema_pattern, table_pattern, exclude, database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_relations_by_pattern"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.35095, "supported_languages": null}, "macro.dbt_utils.default__get_relations_by_pattern": {"name": "default__get_relations_by_pattern", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_relations_by_pattern.sql", "original_file_path": "macros/sql/get_relations_by_pattern.sql", "unique_id": "macro.dbt_utils.default__get_relations_by_pattern", "macro_sql": "{% macro default__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n {%- call statement('get_tables', fetch_result=True) %}\n\n {{ dbt_utils.get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude, database) }}\n\n {%- endcall -%}\n\n {%- set table_list = load_result('get_tables') -%}\n\n {%- if table_list and table_list['table'] -%}\n {%- set tbl_relations = [] -%}\n {%- for row in table_list['table'] -%}\n {%- set tbl_relation = api.Relation.create(\n database=database,\n schema=row.table_schema,\n identifier=row.table_name,\n type=row.table_type\n ) -%}\n {%- do tbl_relations.append(tbl_relation) -%}\n {%- endfor -%}\n\n {{ return(tbl_relations) }}\n {%- else -%}\n {{ return([]) }}\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_utils.get_tables_by_pattern_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.351873, "supported_languages": null}, "macro.dbt_utils.get_powers_of_two": {"name": "get_powers_of_two", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/generate_series.sql", "original_file_path": "macros/sql/generate_series.sql", "unique_id": "macro.dbt_utils.get_powers_of_two", "macro_sql": "{% macro get_powers_of_two(upper_bound) %}\n {{ return(adapter.dispatch('get_powers_of_two', 'dbt_utils')(upper_bound)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_powers_of_two"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.35276, "supported_languages": null}, "macro.dbt_utils.default__get_powers_of_two": {"name": "default__get_powers_of_two", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/generate_series.sql", "original_file_path": "macros/sql/generate_series.sql", "unique_id": "macro.dbt_utils.default__get_powers_of_two", "macro_sql": "{% macro default__get_powers_of_two(upper_bound) %}\n\n {% if upper_bound <= 0 %}\n {{ exceptions.raise_compiler_error(\"upper bound must be positive\") }}\n {% endif %}\n\n {% for _ in range(1, 100) %}\n {% if upper_bound <= 2 ** loop.index %}{{ return(loop.index) }}{% endif %}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.353235, "supported_languages": null}, "macro.dbt_utils.generate_series": {"name": "generate_series", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/generate_series.sql", "original_file_path": "macros/sql/generate_series.sql", "unique_id": "macro.dbt_utils.generate_series", "macro_sql": "{% macro generate_series(upper_bound) %}\n {{ return(adapter.dispatch('generate_series', 'dbt_utils')(upper_bound)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__generate_series"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.353434, "supported_languages": null}, "macro.dbt_utils.default__generate_series": {"name": "default__generate_series", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/generate_series.sql", "original_file_path": "macros/sql/generate_series.sql", "unique_id": "macro.dbt_utils.default__generate_series", "macro_sql": "{% macro default__generate_series(upper_bound) %}\n\n {% set n = dbt_utils.get_powers_of_two(upper_bound) %}\n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n {% for i in range(n) %}\n p{{i}}.generated_number * power(2, {{i}})\n {% if not loop.last %} + {% endif %}\n {% endfor %}\n + 1\n as generated_number\n\n from\n\n {% for i in range(n) %}\n p as p{{i}}\n {% if not loop.last %} cross join {% endif %}\n {% endfor %}\n\n )\n\n select *\n from unioned\n where generated_number <= {{upper_bound}}\n order by generated_number\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.get_powers_of_two"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3539882, "supported_languages": null}, "macro.dbt_utils.get_relations_by_prefix": {"name": "get_relations_by_prefix", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_relations_by_prefix.sql", "original_file_path": "macros/sql/get_relations_by_prefix.sql", "unique_id": "macro.dbt_utils.get_relations_by_prefix", "macro_sql": "{% macro get_relations_by_prefix(schema, prefix, exclude='', database=target.database) %}\n {{ return(adapter.dispatch('get_relations_by_prefix', 'dbt_utils')(schema, prefix, exclude, database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_relations_by_prefix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.354698, "supported_languages": null}, "macro.dbt_utils.default__get_relations_by_prefix": {"name": "default__get_relations_by_prefix", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_relations_by_prefix.sql", "original_file_path": "macros/sql/get_relations_by_prefix.sql", "unique_id": "macro.dbt_utils.default__get_relations_by_prefix", "macro_sql": "{% macro default__get_relations_by_prefix(schema, prefix, exclude='', database=target.database) %}\n\n {%- call statement('get_tables', fetch_result=True) %}\n\n {{ dbt_utils.get_tables_by_prefix_sql(schema, prefix, exclude, database) }}\n\n {%- endcall -%}\n\n {%- set table_list = load_result('get_tables') -%}\n\n {%- if table_list and table_list['table'] -%}\n {%- set tbl_relations = [] -%}\n {%- for row in table_list['table'] -%}\n {%- set tbl_relation = api.Relation.create(\n database=database,\n schema=row.table_schema,\n identifier=row.table_name,\n type=row.table_type\n ) -%}\n {%- do tbl_relations.append(tbl_relation) -%}\n {%- endfor -%}\n\n {{ return(tbl_relations) }}\n {%- else -%}\n {{ return([]) }}\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_utils.get_tables_by_prefix_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3556108, "supported_languages": null}, "macro.dbt_utils.get_tables_by_prefix_sql": {"name": "get_tables_by_prefix_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_tables_by_prefix_sql.sql", "original_file_path": "macros/sql/get_tables_by_prefix_sql.sql", "unique_id": "macro.dbt_utils.get_tables_by_prefix_sql", "macro_sql": "{% macro get_tables_by_prefix_sql(schema, prefix, exclude='', database=target.database) %}\n {{ return(adapter.dispatch('get_tables_by_prefix_sql', 'dbt_utils')(schema, prefix, exclude, database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_tables_by_prefix_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3562539, "supported_languages": null}, "macro.dbt_utils.default__get_tables_by_prefix_sql": {"name": "default__get_tables_by_prefix_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_tables_by_prefix_sql.sql", "original_file_path": "macros/sql/get_tables_by_prefix_sql.sql", "unique_id": "macro.dbt_utils.default__get_tables_by_prefix_sql", "macro_sql": "{% macro default__get_tables_by_prefix_sql(schema, prefix, exclude='', database=target.database) %}\n\n {{ dbt_utils.get_tables_by_pattern_sql(\n schema_pattern = schema,\n table_pattern = prefix ~ '%',\n exclude = exclude,\n database = database\n ) }}\n \n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.get_tables_by_pattern_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.356589, "supported_languages": null}, "macro.dbt_utils.star": {"name": "star", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/star.sql", "original_file_path": "macros/sql/star.sql", "unique_id": "macro.dbt_utils.star", "macro_sql": "{% macro star(from, relation_alias=False, except=[], prefix='', suffix='', quote_identifiers=True) -%}\r\n {{ return(adapter.dispatch('star', 'dbt_utils')(from, relation_alias, except, prefix, suffix, quote_identifiers)) }}\r\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__star"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3580391, "supported_languages": null}, "macro.dbt_utils.default__star": {"name": "default__star", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/star.sql", "original_file_path": "macros/sql/star.sql", "unique_id": "macro.dbt_utils.default__star", "macro_sql": "{% macro default__star(from, relation_alias=False, except=[], prefix='', suffix='', quote_identifiers=True) -%}\r\n {%- do dbt_utils._is_relation(from, 'star') -%}\r\n {%- do dbt_utils._is_ephemeral(from, 'star') -%}\r\n\r\n {#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\r\n {%- if not execute -%}\r\n {% do return('*') %}\r\n {%- endif -%}\r\n\r\n {% set cols = dbt_utils.get_filtered_columns_in_relation(from, except) %}\r\n\r\n {%- if cols|length <= 0 -%}\r\n {% if flags.WHICH == 'compile' %}\r\n {% set response %}\r\n*\r\n/* No columns were returned. Maybe the relation doesn't exist yet \r\nor all columns were excluded. This star is only output during \r\ndbt compile, and exists to keep SQLFluff happy. */\r\n {% endset %}\r\n {% do return(response) %}\r\n {% else %}\r\n {% do return(\"/* no columns returned from star() macro */\") %}\r\n {% endif %}\r\n {%- else -%}\r\n {%- for col in cols %}\r\n {%- if relation_alias %}{{ relation_alias }}.{% else %}{%- endif -%}\r\n {%- if quote_identifiers -%}\r\n {{ adapter.quote(col)|trim }} {%- if prefix!='' or suffix!='' %} as {{ adapter.quote(prefix ~ col ~ suffix)|trim }} {%- endif -%}\r\n {%- else -%}\r\n {{ col|trim }} {%- if prefix!='' or suffix!='' %} as {{ (prefix ~ col ~ suffix)|trim }} {%- endif -%}\r\n {% endif %}\r\n {%- if not loop.last %},{{ '\\n ' }}{%- endif -%}\r\n {%- endfor -%}\r\n {% endif %}\r\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt_utils.get_filtered_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.35968, "supported_languages": null}, "macro.dbt_utils.unpivot": {"name": "unpivot", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/unpivot.sql", "original_file_path": "macros/sql/unpivot.sql", "unique_id": "macro.dbt_utils.unpivot", "macro_sql": "{% macro unpivot(relation=none, cast_to='varchar', exclude=none, remove=none, field_name='field_name', value_name='value') -%}\n {{ return(adapter.dispatch('unpivot', 'dbt_utils')(relation, cast_to, exclude, remove, field_name, value_name)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__unpivot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.361103, "supported_languages": null}, "macro.dbt_utils.default__unpivot": {"name": "default__unpivot", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/unpivot.sql", "original_file_path": "macros/sql/unpivot.sql", "unique_id": "macro.dbt_utils.default__unpivot", "macro_sql": "{% macro default__unpivot(relation=none, cast_to='varchar', exclude=none, remove=none, field_name='field_name', value_name='value') -%}\n\n {% if not relation %}\n {{ exceptions.raise_compiler_error(\"Error: argument `relation` is required for `unpivot` macro.\") }}\n {% endif %}\n\n {%- set exclude = exclude if exclude is not none else [] %}\n {%- set remove = remove if remove is not none else [] %}\n\n {%- set include_cols = [] %}\n\n {%- set table_columns = {} %}\n\n {%- do table_columns.update({relation: []}) %}\n\n {%- do dbt_utils._is_relation(relation, 'unpivot') -%}\n {%- do dbt_utils._is_ephemeral(relation, 'unpivot') -%}\n {%- set cols = adapter.get_columns_in_relation(relation) %}\n\n {%- for col in cols -%}\n {%- if col.column.lower() not in remove|map('lower') and col.column.lower() not in exclude|map('lower') -%}\n {% do include_cols.append(col) %}\n {%- endif %}\n {%- endfor %}\n\n\n {%- for col in include_cols -%}\n select\n {%- for exclude_col in exclude %}\n {{ exclude_col }},\n {%- endfor %}\n\n cast('{{ col.column }}' as {{ dbt.type_string() }}) as {{ field_name }},\n cast( {% if col.data_type == 'boolean' %}\n {{ dbt.cast_bool_to_text(col.column) }}\n {% else %}\n {{ col.column }}\n {% endif %}\n as {{ cast_to }}) as {{ value_name }}\n\n from {{ relation }}\n\n {% if not loop.last -%}\n union all\n {% endif -%}\n {%- endfor -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt.type_string", "macro.dbt.cast_bool_to_text"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.362784, "supported_languages": null}, "macro.dbt_utils.safe_divide": {"name": "safe_divide", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/safe_divide.sql", "original_file_path": "macros/sql/safe_divide.sql", "unique_id": "macro.dbt_utils.safe_divide", "macro_sql": "{% macro safe_divide(numerator, denominator) -%}\n {{ return(adapter.dispatch('safe_divide', 'dbt_utils')(numerator, denominator)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__safe_divide"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.363088, "supported_languages": null}, "macro.dbt_utils.default__safe_divide": {"name": "default__safe_divide", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/safe_divide.sql", "original_file_path": "macros/sql/safe_divide.sql", "unique_id": "macro.dbt_utils.default__safe_divide", "macro_sql": "{% macro default__safe_divide(numerator, denominator) %}\n ( {{ numerator }} ) / nullif( ( {{ denominator }} ), 0)\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.363225, "supported_languages": null}, "macro.dbt_utils.union_relations": {"name": "union_relations", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/union.sql", "original_file_path": "macros/sql/union.sql", "unique_id": "macro.dbt_utils.union_relations", "macro_sql": "{%- macro union_relations(relations, column_override=none, include=[], exclude=[], source_column_name='_dbt_source_relation', where=none) -%}\n {{ return(adapter.dispatch('union_relations', 'dbt_utils')(relations, column_override, include, exclude, source_column_name, where)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__union_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.366743, "supported_languages": null}, "macro.dbt_utils.default__union_relations": {"name": "default__union_relations", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/union.sql", "original_file_path": "macros/sql/union.sql", "unique_id": "macro.dbt_utils.default__union_relations", "macro_sql": "\n\n{%- macro default__union_relations(relations, column_override=none, include=[], exclude=[], source_column_name='_dbt_source_relation', where=none) -%}\n\n {%- if exclude and include -%}\n {{ exceptions.raise_compiler_error(\"Both an exclude and include list were provided to the `union` macro. Only one is allowed\") }}\n {%- endif -%}\n\n {#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. -#}\n {%- if not execute %}\n {{ return('') }}\n {% endif -%}\n\n {%- set column_override = column_override if column_override is not none else {} -%}\n\n {%- set relation_columns = {} -%}\n {%- set column_superset = {} -%}\n {%- set all_excludes = [] -%}\n {%- set all_includes = [] -%}\n\n {%- if exclude -%}\n {%- for exc in exclude -%}\n {%- do all_excludes.append(exc | lower) -%}\n {%- endfor -%}\n {%- endif -%}\n\n {%- if include -%}\n {%- for inc in include -%}\n {%- do all_includes.append(inc | lower) -%}\n {%- endfor -%}\n {%- endif -%}\n\n {%- for relation in relations -%}\n\n {%- do relation_columns.update({relation: []}) -%}\n\n {%- do dbt_utils._is_relation(relation, 'union_relations') -%}\n {%- do dbt_utils._is_ephemeral(relation, 'union_relations') -%}\n {%- set cols = adapter.get_columns_in_relation(relation) -%}\n {%- for col in cols -%}\n\n {#- If an exclude list was provided and the column is in the list, do nothing -#}\n {%- if exclude and col.column | lower in all_excludes -%}\n\n {#- If an include list was provided and the column is not in the list, do nothing -#}\n {%- elif include and col.column | lower not in all_includes -%}\n\n {#- Otherwise add the column to the column superset -#}\n {%- else -%}\n\n {#- update the list of columns in this relation -#}\n {%- do relation_columns[relation].append(col.column) -%}\n\n {%- if col.column in column_superset -%}\n\n {%- set stored = column_superset[col.column] -%}\n {%- if col.is_string() and stored.is_string() and col.string_size() > stored.string_size() -%}\n\n {%- do column_superset.update({col.column: col}) -%}\n\n {%- endif %}\n\n {%- else -%}\n\n {%- do column_superset.update({col.column: col}) -%}\n\n {%- endif -%}\n\n {%- endif -%}\n\n {%- endfor -%}\n {%- endfor -%}\n\n {%- set ordered_column_names = column_superset.keys() -%}\n {%- set dbt_command = flags.WHICH -%}\n\n\n {% if dbt_command in ['run', 'build'] %}\n {% if (include | length > 0 or exclude | length > 0) and not column_superset.keys() %}\n {%- set relations_string -%}\n {%- for relation in relations -%}\n {{ relation.name }}\n {%- if not loop.last %}, {% endif -%}\n {%- endfor -%}\n {%- endset -%}\n\n {%- set error_message -%}\n There were no columns found to union for relations {{ relations_string }}\n {%- endset -%}\n\n {{ exceptions.raise_compiler_error(error_message) }}\n {%- endif -%}\n {%- endif -%}\n\n {%- for relation in relations %}\n\n (\n select\n\n {%- if source_column_name is not none %}\n cast({{ dbt.string_literal(relation) }} as {{ dbt.type_string() }}) as {{ source_column_name }},\n {%- endif %}\n\n {% for col_name in ordered_column_names -%}\n\n {%- set col = column_superset[col_name] %}\n {%- set col_type = column_override.get(col.column, col.data_type) %}\n {%- set col_name = adapter.quote(col_name) if col_name in relation_columns[relation] else 'null' %}\n cast({{ col_name }} as {{ col_type }}) as {{ col.quoted }} {% if not loop.last %},{% endif -%}\n\n {%- endfor %}\n\n from {{ relation }}\n\n {% if where -%}\n where {{ where }}\n {%- endif %}\n )\n\n {% if not loop.last -%}\n union all\n {% endif -%}\n\n {%- endfor -%}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt.string_literal", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.370686, "supported_languages": null}, "macro.dbt_utils.group_by": {"name": "group_by", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/groupby.sql", "original_file_path": "macros/sql/groupby.sql", "unique_id": "macro.dbt_utils.group_by", "macro_sql": "{%- macro group_by(n) -%}\n {{ return(adapter.dispatch('group_by', 'dbt_utils')(n)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__group_by"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3710349, "supported_languages": null}, "macro.dbt_utils.default__group_by": {"name": "default__group_by", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/groupby.sql", "original_file_path": "macros/sql/groupby.sql", "unique_id": "macro.dbt_utils.default__group_by", "macro_sql": "\n\n{%- macro default__group_by(n) -%}\n\n group by {% for i in range(1, n + 1) -%}\n {{ i }}{{ ',' if not loop.last }} \n {%- endfor -%}\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3713012, "supported_languages": null}, "macro.dbt_utils.deduplicate": {"name": "deduplicate", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "unique_id": "macro.dbt_utils.deduplicate", "macro_sql": "{%- macro deduplicate(relation, partition_by, order_by) -%}\n {{ return(adapter.dispatch('deduplicate', 'dbt_utils')(relation, partition_by, order_by)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.bigquery__deduplicate"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.372084, "supported_languages": null}, "macro.dbt_utils.default__deduplicate": {"name": "default__deduplicate", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "unique_id": "macro.dbt_utils.default__deduplicate", "macro_sql": "\n\n{%- macro default__deduplicate(relation, partition_by, order_by) -%}\n\n with row_numbered as (\n select\n _inner.*,\n row_number() over (\n partition by {{ partition_by }}\n order by {{ order_by }}\n ) as rn\n from {{ relation }} as _inner\n )\n\n select\n distinct data.*\n from {{ relation }} as data\n {#\n -- Not all DBs will support natural joins but the ones that do include:\n -- Oracle, MySQL, SQLite, Redshift, Teradata, Materialize, Databricks\n -- Apache Spark, SingleStore, Vertica\n -- Those that do not appear to support natural joins include:\n -- SQLServer, Trino, Presto, Rockset, Athena\n #}\n natural join row_numbered\n where row_numbered.rn = 1\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.372345, "supported_languages": null}, "macro.dbt_utils.redshift__deduplicate": {"name": "redshift__deduplicate", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "unique_id": "macro.dbt_utils.redshift__deduplicate", "macro_sql": "{% macro redshift__deduplicate(relation, partition_by, order_by) -%}\n\n {{ return(dbt_utils.default__deduplicate(relation, partition_by, order_by=order_by)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__deduplicate"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.372575, "supported_languages": null}, "macro.dbt_utils.postgres__deduplicate": {"name": "postgres__deduplicate", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "unique_id": "macro.dbt_utils.postgres__deduplicate", "macro_sql": "\n{%- macro postgres__deduplicate(relation, partition_by, order_by) -%}\n\n select\n distinct on ({{ partition_by }}) *\n from {{ relation }}\n order by {{ partition_by }}{{ ',' ~ order_by }}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3727849, "supported_languages": null}, "macro.dbt_utils.snowflake__deduplicate": {"name": "snowflake__deduplicate", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "unique_id": "macro.dbt_utils.snowflake__deduplicate", "macro_sql": "\n{%- macro snowflake__deduplicate(relation, partition_by, order_by) -%}\n\n select *\n from {{ relation }}\n qualify\n row_number() over (\n partition by {{ partition_by }}\n order by {{ order_by }}\n ) = 1\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.372957, "supported_languages": null}, "macro.dbt_utils.bigquery__deduplicate": {"name": "bigquery__deduplicate", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "unique_id": "macro.dbt_utils.bigquery__deduplicate", "macro_sql": "\n{%- macro bigquery__deduplicate(relation, partition_by, order_by) -%}\n\n select unique.*\n from (\n select\n array_agg (\n original\n order by {{ order_by }}\n limit 1\n )[offset(0)] unique\n from {{ relation }} original\n group by {{ partition_by }}\n )\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.373138, "supported_languages": null}, "macro.dbt_utils.surrogate_key": {"name": "surrogate_key", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/surrogate_key.sql", "original_file_path": "macros/sql/surrogate_key.sql", "unique_id": "macro.dbt_utils.surrogate_key", "macro_sql": "{%- macro surrogate_key(field_list) -%}\n {% set frustrating_jinja_feature = varargs %}\n {{ return(adapter.dispatch('surrogate_key', 'dbt_utils')(field_list, *varargs)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__surrogate_key"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.373547, "supported_languages": null}, "macro.dbt_utils.default__surrogate_key": {"name": "default__surrogate_key", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/surrogate_key.sql", "original_file_path": "macros/sql/surrogate_key.sql", "unique_id": "macro.dbt_utils.default__surrogate_key", "macro_sql": "\n\n{%- macro default__surrogate_key(field_list) -%}\n\n{%- set error_message = '\nWarning: `dbt_utils.surrogate_key` has been replaced by \\\n`dbt_utils.generate_surrogate_key`. The new macro treats null values \\\ndifferently to empty strings. To restore the behaviour of the original \\\nmacro, add a global variable in dbt_project.yml called \\\n`surrogate_key_treat_nulls_as_empty_strings` to your \\\ndbt_project.yml file with a value of True. \\\nThe {}.{} model triggered this warning. \\\n'.format(model.package_name, model.name) -%}\n\n{%- do exceptions.raise_compiler_error(error_message) -%}\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3738, "supported_languages": null}, "macro.dbt_utils.safe_add": {"name": "safe_add", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/safe_add.sql", "original_file_path": "macros/sql/safe_add.sql", "unique_id": "macro.dbt_utils.safe_add", "macro_sql": "{%- macro safe_add(field_list) -%}\n {{ return(adapter.dispatch('safe_add', 'dbt_utils')(field_list)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__safe_add"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3741949, "supported_languages": null}, "macro.dbt_utils.default__safe_add": {"name": "default__safe_add", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/safe_add.sql", "original_file_path": "macros/sql/safe_add.sql", "unique_id": "macro.dbt_utils.default__safe_add", "macro_sql": "\n\n{%- macro default__safe_add(field_list) -%}\n\n{%- if field_list is not iterable or field_list is string or field_list is mapping -%}\n\n{%- set error_message = '\nWarning: the `safe_add` macro now takes a single list argument instead of \\\nstring arguments. The {}.{} model triggered this warning. \\\n'.format(model.package_name, model.name) -%}\n\n{%- do exceptions.warn(error_message) -%}\n\n{%- endif -%}\n\n{% set fields = [] %}\n\n{%- for field in field_list -%}\n\n {% do fields.append(\"coalesce(\" ~ field ~ \", 0)\") %}\n\n{%- endfor -%}\n\n{{ fields|join(' +\\n ') }}\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3747761, "supported_languages": null}, "macro.dbt_utils.nullcheck": {"name": "nullcheck", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/nullcheck.sql", "original_file_path": "macros/sql/nullcheck.sql", "unique_id": "macro.dbt_utils.nullcheck", "macro_sql": "{% macro nullcheck(cols) %}\n {{ return(adapter.dispatch('nullcheck', 'dbt_utils')(cols)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__nullcheck"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.375139, "supported_languages": null}, "macro.dbt_utils.default__nullcheck": {"name": "default__nullcheck", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/nullcheck.sql", "original_file_path": "macros/sql/nullcheck.sql", "unique_id": "macro.dbt_utils.default__nullcheck", "macro_sql": "{% macro default__nullcheck(cols) %}\n{%- for col in cols %}\n\n {% if col.is_string() -%}\n\n nullif({{col.name}},'') as {{col.name}}\n\n {%- else -%}\n\n {{col.name}}\n\n {%- endif -%}\n\n{%- if not loop.last -%} , {%- endif -%}\n\n{%- endfor -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.375489, "supported_languages": null}, "macro.dbt_utils.get_tables_by_pattern_sql": {"name": "get_tables_by_pattern_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_tables_by_pattern_sql.sql", "original_file_path": "macros/sql/get_tables_by_pattern_sql.sql", "unique_id": "macro.dbt_utils.get_tables_by_pattern_sql", "macro_sql": "{% macro get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(adapter.dispatch('get_tables_by_pattern_sql', 'dbt_utils')\n (schema_pattern, table_pattern, exclude, database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.bigquery__get_tables_by_pattern_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.37727, "supported_languages": null}, "macro.dbt_utils.default__get_tables_by_pattern_sql": {"name": "default__get_tables_by_pattern_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_tables_by_pattern_sql.sql", "original_file_path": "macros/sql/get_tables_by_pattern_sql.sql", "unique_id": "macro.dbt_utils.default__get_tables_by_pattern_sql", "macro_sql": "{% macro default__get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n select distinct\n table_schema as {{ adapter.quote('table_schema') }},\n table_name as {{ adapter.quote('table_name') }},\n {{ dbt_utils.get_table_types_sql() }}\n from {{ database }}.information_schema.tables\n where table_schema ilike '{{ schema_pattern }}'\n and table_name ilike '{{ table_pattern }}'\n and table_name not ilike '{{ exclude }}'\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.get_table_types_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.377749, "supported_languages": null}, "macro.dbt_utils.bigquery__get_tables_by_pattern_sql": {"name": "bigquery__get_tables_by_pattern_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_tables_by_pattern_sql.sql", "original_file_path": "macros/sql/get_tables_by_pattern_sql.sql", "unique_id": "macro.dbt_utils.bigquery__get_tables_by_pattern_sql", "macro_sql": "{% macro bigquery__get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n {% if '%' in schema_pattern %}\n {% set schemata=dbt_utils._bigquery__get_matching_schemata(schema_pattern, database) %}\n {% else %}\n {% set schemata=[schema_pattern] %}\n {% endif %}\n\n {% set sql %}\n {% for schema in schemata %}\n select distinct\n table_schema,\n table_name,\n {{ dbt_utils.get_table_types_sql() }}\n\n from {{ adapter.quote(database) }}.{{ schema }}.INFORMATION_SCHEMA.TABLES\n where lower(table_name) like lower ('{{ table_pattern }}')\n and lower(table_name) not like lower ('{{ exclude }}')\n\n {% if not loop.last %} union all {% endif %}\n\n {% endfor %}\n {% endset %}\n\n {{ return(sql) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._bigquery__get_matching_schemata", "macro.dbt_utils.get_table_types_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.378655, "supported_languages": null}, "macro.dbt_utils._bigquery__get_matching_schemata": {"name": "_bigquery__get_matching_schemata", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_tables_by_pattern_sql.sql", "original_file_path": "macros/sql/get_tables_by_pattern_sql.sql", "unique_id": "macro.dbt_utils._bigquery__get_matching_schemata", "macro_sql": "{% macro _bigquery__get_matching_schemata(schema_pattern, database) %}\n {% if execute %}\n\n {% set sql %}\n select schema_name from {{ adapter.quote(database) }}.INFORMATION_SCHEMA.SCHEMATA\n where lower(schema_name) like lower('{{ schema_pattern }}')\n {% endset %}\n\n {% set results=run_query(sql) %}\n\n {% set schemata=results.columns['schema_name'].values() %}\n\n {{ return(schemata) }}\n\n {% else %}\n\n {{ return([]) }}\n\n {% endif %}\n\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.379215, "supported_languages": null}, "macro.dbt_utils.get_column_values": {"name": "get_column_values", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_column_values.sql", "original_file_path": "macros/sql/get_column_values.sql", "unique_id": "macro.dbt_utils.get_column_values", "macro_sql": "{% macro get_column_values(table, column, order_by='count(*) desc', max_records=none, default=none, where=none) -%}\n {{ return(adapter.dispatch('get_column_values', 'dbt_utils')(table, column, order_by, max_records, default, where)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_column_values"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.380477, "supported_languages": null}, "macro.dbt_utils.default__get_column_values": {"name": "default__get_column_values", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_column_values.sql", "original_file_path": "macros/sql/get_column_values.sql", "unique_id": "macro.dbt_utils.default__get_column_values", "macro_sql": "{% macro default__get_column_values(table, column, order_by='count(*) desc', max_records=none, default=none, where=none) -%}\n {#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n {%- if not execute -%}\n {% set default = [] if not default %}\n {{ return(default) }}\n {% endif %}\n\n {%- do dbt_utils._is_ephemeral(table, 'get_column_values') -%}\n\n {# Not all relations are tables. Renaming for internal clarity without breaking functionality for anyone using named arguments #}\n {# TODO: Change the method signature in a future 0.x.0 release #}\n {%- set target_relation = table -%}\n\n {# adapter.load_relation is a convenience wrapper to avoid building a Relation when we already have one #}\n {% set relation_exists = (load_relation(target_relation)) is not none %}\n\n {%- call statement('get_column_values', fetch_result=true) %}\n\n {%- if not relation_exists and default is none -%}\n\n {{ exceptions.raise_compiler_error(\"In get_column_values(): relation \" ~ target_relation ~ \" does not exist and no default value was provided.\") }}\n\n {%- elif not relation_exists and default is not none -%}\n\n {{ log(\"Relation \" ~ target_relation ~ \" does not exist. Returning the default value: \" ~ default) }}\n\n {{ return(default) }}\n\n {%- else -%}\n\n\n select\n {{ column }} as value\n\n from {{ target_relation }}\n\n {% if where is not none %}\n where {{ where }}\n {% endif %}\n\n group by {{ column }}\n order by {{ order_by }}\n\n {% if max_records is not none %}\n limit {{ max_records }}\n {% endif %}\n\n {% endif %}\n\n {%- endcall -%}\n\n {%- set value_list = load_result('get_column_values') -%}\n\n {%- if value_list and value_list['data'] -%}\n {%- set values = value_list['data'] | map(attribute=0) | list %}\n {{ return(values) }}\n {%- else -%}\n {{ return(default) }}\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_ephemeral", "macro.dbt.load_relation", "macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.382232, "supported_languages": null}, "macro.dbt_utils.pivot": {"name": "pivot", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/pivot.sql", "original_file_path": "macros/sql/pivot.sql", "unique_id": "macro.dbt_utils.pivot", "macro_sql": "{% macro pivot(column,\n values,\n alias=True,\n agg='sum',\n cmp='=',\n prefix='',\n suffix='',\n then_value=1,\n else_value=0,\n quote_identifiers=True,\n distinct=False) %}\n {{ return(adapter.dispatch('pivot', 'dbt_utils')(column, values, alias, agg, cmp, prefix, suffix, then_value, else_value, quote_identifiers, distinct)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__pivot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.383465, "supported_languages": null}, "macro.dbt_utils.default__pivot": {"name": "default__pivot", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/pivot.sql", "original_file_path": "macros/sql/pivot.sql", "unique_id": "macro.dbt_utils.default__pivot", "macro_sql": "{% macro default__pivot(column,\n values,\n alias=True,\n agg='sum',\n cmp='=',\n prefix='',\n suffix='',\n then_value=1,\n else_value=0,\n quote_identifiers=True,\n distinct=False) %}\n {% for value in values %}\n {{ agg }}(\n {% if distinct %} distinct {% endif %}\n case\n when {{ column }} {{ cmp }} '{{ dbt.escape_single_quotes(value) }}'\n then {{ then_value }}\n else {{ else_value }}\n end\n )\n {% if alias %}\n {% if quote_identifiers %}\n as {{ adapter.quote(prefix ~ value ~ suffix) }}\n {% else %}\n as {{ dbt_utils.slugify(prefix ~ value ~ suffix) }}\n {% endif %}\n {% endif %}\n {% if not loop.last %},{% endif %}\n {% endfor %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.escape_single_quotes", "macro.dbt_utils.slugify"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.384419, "supported_languages": null}, "macro.dbt_utils.get_filtered_columns_in_relation": {"name": "get_filtered_columns_in_relation", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_filtered_columns_in_relation.sql", "original_file_path": "macros/sql/get_filtered_columns_in_relation.sql", "unique_id": "macro.dbt_utils.get_filtered_columns_in_relation", "macro_sql": "{% macro get_filtered_columns_in_relation(from, except=[]) -%}\n {{ return(adapter.dispatch('get_filtered_columns_in_relation', 'dbt_utils')(from, except)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_filtered_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3849542, "supported_languages": null}, "macro.dbt_utils.default__get_filtered_columns_in_relation": {"name": "default__get_filtered_columns_in_relation", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_filtered_columns_in_relation.sql", "original_file_path": "macros/sql/get_filtered_columns_in_relation.sql", "unique_id": "macro.dbt_utils.default__get_filtered_columns_in_relation", "macro_sql": "{% macro default__get_filtered_columns_in_relation(from, except=[]) -%}\n {%- do dbt_utils._is_relation(from, 'get_filtered_columns_in_relation') -%}\n {%- do dbt_utils._is_ephemeral(from, 'get_filtered_columns_in_relation') -%}\n\n {# -- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n {%- if not execute -%}\n {{ return('') }}\n {% endif %}\n\n {%- set include_cols = [] %}\n {%- set cols = adapter.get_columns_in_relation(from) -%}\n {%- set except = except | map(\"lower\") | list %}\n {%- for col in cols -%}\n {%- if col.column|lower not in except -%}\n {% do include_cols.append(col.column) %}\n {%- endif %}\n {%- endfor %}\n\n {{ return(include_cols) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.385754, "supported_languages": null}, "macro.dbt_utils.width_bucket": {"name": "width_bucket", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/width_bucket.sql", "original_file_path": "macros/sql/width_bucket.sql", "unique_id": "macro.dbt_utils.width_bucket", "macro_sql": "{% macro width_bucket(expr, min_value, max_value, num_buckets) %}\n {{ return(adapter.dispatch('width_bucket', 'dbt_utils') (expr, min_value, max_value, num_buckets)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__width_bucket"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.387281, "supported_languages": null}, "macro.dbt_utils.default__width_bucket": {"name": "default__width_bucket", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/width_bucket.sql", "original_file_path": "macros/sql/width_bucket.sql", "unique_id": "macro.dbt_utils.default__width_bucket", "macro_sql": "{% macro default__width_bucket(expr, min_value, max_value, num_buckets) -%}\n\n {% set bin_size -%}\n (( {{ max_value }} - {{ min_value }} ) / {{ num_buckets }} )\n {%- endset %}\n (\n -- to break ties when the amount is eaxtly at the bucket egde\n case\n when\n mod(\n {{ dbt.safe_cast(expr, dbt.type_numeric() ) }},\n {{ dbt.safe_cast(bin_size, dbt.type_numeric() ) }}\n ) = 0\n then 1\n else 0\n end\n ) +\n -- Anything over max_value goes the N+1 bucket\n least(\n ceil(\n ({{ expr }} - {{ min_value }})/{{ bin_size }}\n ),\n {{ num_buckets }} + 1\n )\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.safe_cast", "macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.387852, "supported_languages": null}, "macro.dbt_utils.redshift__width_bucket": {"name": "redshift__width_bucket", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/width_bucket.sql", "original_file_path": "macros/sql/width_bucket.sql", "unique_id": "macro.dbt_utils.redshift__width_bucket", "macro_sql": "{% macro redshift__width_bucket(expr, min_value, max_value, num_buckets) -%}\n\n {% set bin_size -%}\n (( {{ max_value }} - {{ min_value }} ) / {{ num_buckets }} )\n {%- endset %}\n (\n -- to break ties when the amount is exactly at the bucket edge\n case\n when\n {{ dbt.safe_cast(expr, dbt.type_numeric() ) }} %\n {{ dbt.safe_cast(bin_size, dbt.type_numeric() ) }}\n = 0\n then 1\n else 0\n end\n ) +\n -- Anything over max_value goes the N+1 bucket\n least(\n ceil(\n ({{ expr }} - {{ min_value }})/{{ bin_size }}\n ),\n {{ num_buckets }} + 1\n )\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.safe_cast", "macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3883672, "supported_languages": null}, "macro.dbt_utils.snowflake__width_bucket": {"name": "snowflake__width_bucket", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/width_bucket.sql", "original_file_path": "macros/sql/width_bucket.sql", "unique_id": "macro.dbt_utils.snowflake__width_bucket", "macro_sql": "{% macro snowflake__width_bucket(expr, min_value, max_value, num_buckets) %}\n width_bucket({{ expr }}, {{ min_value }}, {{ max_value }}, {{ num_buckets }} )\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3885791, "supported_languages": null}, "macro.dbt_utils.get_query_results_as_dict": {"name": "get_query_results_as_dict", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_query_results_as_dict.sql", "original_file_path": "macros/sql/get_query_results_as_dict.sql", "unique_id": "macro.dbt_utils.get_query_results_as_dict", "macro_sql": "{% macro get_query_results_as_dict(query) %}\n {{ return(adapter.dispatch('get_query_results_as_dict', 'dbt_utils')(query)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_query_results_as_dict"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.38903, "supported_languages": null}, "macro.dbt_utils.default__get_query_results_as_dict": {"name": "default__get_query_results_as_dict", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_query_results_as_dict.sql", "original_file_path": "macros/sql/get_query_results_as_dict.sql", "unique_id": "macro.dbt_utils.default__get_query_results_as_dict", "macro_sql": "{% macro default__get_query_results_as_dict(query) %}\n\n{# This macro returns a dictionary of the form {column_name: (tuple_of_results)} #}\n\n {%- call statement('get_query_results', fetch_result=True,auto_begin=false) -%}\n\n {{ query }}\n\n {%- endcall -%}\n\n {% set sql_results={} %}\n\n {%- if execute -%}\n {% set sql_results_table = load_result('get_query_results').table.columns %}\n {% for column_name, column in sql_results_table.items() %}\n {% do sql_results.update({column_name: column.values()}) %}\n {% endfor %}\n {%- endif -%}\n\n {{ return(sql_results) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.389706, "supported_languages": null}, "macro.dbt_utils.generate_surrogate_key": {"name": "generate_surrogate_key", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/generate_surrogate_key.sql", "original_file_path": "macros/sql/generate_surrogate_key.sql", "unique_id": "macro.dbt_utils.generate_surrogate_key", "macro_sql": "{%- macro generate_surrogate_key(field_list) -%}\n {{ return(adapter.dispatch('generate_surrogate_key', 'dbt_utils')(field_list)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__generate_surrogate_key"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.390225, "supported_languages": null}, "macro.dbt_utils.default__generate_surrogate_key": {"name": "default__generate_surrogate_key", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/generate_surrogate_key.sql", "original_file_path": "macros/sql/generate_surrogate_key.sql", "unique_id": "macro.dbt_utils.default__generate_surrogate_key", "macro_sql": "\n\n{%- macro default__generate_surrogate_key(field_list) -%}\n\n{% if var('surrogate_key_treat_nulls_as_empty_strings', False) %}\n {% set default_null_value = \"\" %}\n{% else %}\n {% set default_null_value = '_dbt_utils_surrogate_key_null_'%}\n{% endif %}\n\n{%- set fields = [] -%}\n\n{%- for field in field_list -%}\n\n {%- do fields.append(\n \"coalesce(cast(\" ~ field ~ \" as \" ~ dbt.type_string() ~ \"), '\" ~ default_null_value ~\"')\"\n ) -%}\n\n {%- if not loop.last %}\n {%- do fields.append(\"'-'\") -%}\n {%- endif -%}\n\n{%- endfor -%}\n\n{{ dbt.hash(dbt.concat(fields)) }}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.type_string", "macro.dbt.hash", "macro.dbt.concat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3909419, "supported_languages": null}, "macro.dbt_utils.get_table_types_sql": {"name": "get_table_types_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_table_types_sql.sql", "original_file_path": "macros/sql/get_table_types_sql.sql", "unique_id": "macro.dbt_utils.get_table_types_sql", "macro_sql": "{%- macro get_table_types_sql() -%}\n {{ return(adapter.dispatch('get_table_types_sql', 'dbt_utils')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_utils.default__get_table_types_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.391351, "supported_languages": null}, "macro.dbt_utils.default__get_table_types_sql": {"name": "default__get_table_types_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_table_types_sql.sql", "original_file_path": "macros/sql/get_table_types_sql.sql", "unique_id": "macro.dbt_utils.default__get_table_types_sql", "macro_sql": "{% macro default__get_table_types_sql() %}\n case table_type\n when 'BASE TABLE' then 'table'\n when 'EXTERNAL TABLE' then 'external'\n when 'MATERIALIZED VIEW' then 'materializedview'\n else lower(table_type)\n end as {{ adapter.quote('table_type') }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3914938, "supported_languages": null}, "macro.dbt_utils.postgres__get_table_types_sql": {"name": "postgres__get_table_types_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_table_types_sql.sql", "original_file_path": "macros/sql/get_table_types_sql.sql", "unique_id": "macro.dbt_utils.postgres__get_table_types_sql", "macro_sql": "{% macro postgres__get_table_types_sql() %}\n case table_type\n when 'BASE TABLE' then 'table'\n when 'FOREIGN' then 'external'\n when 'MATERIALIZED VIEW' then 'materializedview'\n else lower(table_type)\n end as {{ adapter.quote('table_type') }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.391634, "supported_languages": null}, "macro.dbt_utils.get_single_value": {"name": "get_single_value", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_single_value.sql", "original_file_path": "macros/sql/get_single_value.sql", "unique_id": "macro.dbt_utils.get_single_value", "macro_sql": "{% macro get_single_value(query, default=none) %}\n {{ return(adapter.dispatch('get_single_value', 'dbt_utils')(query, default)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_single_value"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.392194, "supported_languages": null}, "macro.dbt_utils.default__get_single_value": {"name": "default__get_single_value", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_single_value.sql", "original_file_path": "macros/sql/get_single_value.sql", "unique_id": "macro.dbt_utils.default__get_single_value", "macro_sql": "{% macro default__get_single_value(query, default) %}\n\n{# This macro returns the (0, 0) record in a query, i.e. the first row of the first column #}\n\n {%- call statement('get_query_result', fetch_result=True, auto_begin=false) -%}\n\n {{ query }}\n\n {%- endcall -%}\n\n {%- if execute -%}\n\n {% set r = load_result('get_query_result').table.columns[0].values() %}\n {% if r | length == 0 %}\n {% do print('Query `' ~ query ~ '` returned no rows. Using the default value: ' ~ default) %}\n {% set sql_result = default %}\n {% else %}\n {% set sql_result = r[0] %}\n {% endif %}\n \n {%- else -%}\n \n {% set sql_result = default %}\n \n {%- endif -%}\n\n {% do return(sql_result) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.393087, "supported_languages": null}, "macro.dbt_utils.degrees_to_radians": {"name": "degrees_to_radians", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/haversine_distance.sql", "original_file_path": "macros/sql/haversine_distance.sql", "unique_id": "macro.dbt_utils.degrees_to_radians", "macro_sql": "{% macro degrees_to_radians(degrees) -%}\n acos(-1) * {{degrees}} / 180\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.3942778, "supported_languages": null}, "macro.dbt_utils.haversine_distance": {"name": "haversine_distance", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/haversine_distance.sql", "original_file_path": "macros/sql/haversine_distance.sql", "unique_id": "macro.dbt_utils.haversine_distance", "macro_sql": "{% macro haversine_distance(lat1, lon1, lat2, lon2, unit='mi') -%}\n {{ return(adapter.dispatch('haversine_distance', 'dbt_utils')(lat1,lon1,lat2,lon2,unit)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.bigquery__haversine_distance"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.39459, "supported_languages": null}, "macro.dbt_utils.default__haversine_distance": {"name": "default__haversine_distance", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/haversine_distance.sql", "original_file_path": "macros/sql/haversine_distance.sql", "unique_id": "macro.dbt_utils.default__haversine_distance", "macro_sql": "{% macro default__haversine_distance(lat1, lon1, lat2, lon2, unit='mi') -%}\n{%- if unit == 'mi' %}\n {% set conversion_rate = 1 %}\n{% elif unit == 'km' %}\n {% set conversion_rate = 1.60934 %}\n{% else %}\n {{ exceptions.raise_compiler_error(\"unit input must be one of 'mi' or 'km'. Got \" ~ unit) }}\n{% endif %}\n\n 2 * 3961 * asin(sqrt(power((sin(radians(({{ lat2 }} - {{ lat1 }}) / 2))), 2) +\n cos(radians({{lat1}})) * cos(radians({{lat2}})) *\n power((sin(radians(({{ lon2 }} - {{ lon1 }}) / 2))), 2))) * {{ conversion_rate }}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.39555, "supported_languages": null}, "macro.dbt_utils.bigquery__haversine_distance": {"name": "bigquery__haversine_distance", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/haversine_distance.sql", "original_file_path": "macros/sql/haversine_distance.sql", "unique_id": "macro.dbt_utils.bigquery__haversine_distance", "macro_sql": "{% macro bigquery__haversine_distance(lat1, lon1, lat2, lon2, unit='mi') -%}\n{% set radians_lat1 = dbt_utils.degrees_to_radians(lat1) %}\n{% set radians_lat2 = dbt_utils.degrees_to_radians(lat2) %}\n{% set radians_lon1 = dbt_utils.degrees_to_radians(lon1) %}\n{% set radians_lon2 = dbt_utils.degrees_to_radians(lon2) %}\n{%- if unit == 'mi' %}\n {% set conversion_rate = 1 %}\n{% elif unit == 'km' %}\n {% set conversion_rate = 1.60934 %}\n{% else %}\n {{ exceptions.raise_compiler_error(\"unit input must be one of 'mi' or 'km'. Got \" ~ unit) }}\n{% endif %}\n 2 * 3961 * asin(sqrt(power(sin(({{ radians_lat2 }} - {{ radians_lat1 }}) / 2), 2) +\n cos({{ radians_lat1 }}) * cos({{ radians_lat2 }}) *\n power(sin(({{ radians_lon2 }} - {{ radians_lon1 }}) / 2), 2))) * {{ conversion_rate }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.degrees_to_radians"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.396435, "supported_languages": null}, "macro.spark_utils.get_tables": {"name": "get_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.get_tables", "macro_sql": "{% macro get_tables(table_regex_pattern='.*') %}\n\n {% set tables = [] %}\n {% for database in spark__list_schemas('not_used') %}\n {% for table in spark__list_relations_without_caching(database[0]) %}\n {% set db_tablename = database[0] ~ \".\" ~ table[1] %}\n {% set is_match = modules.re.match(table_regex_pattern, db_tablename) %}\n {% if is_match %}\n {% call statement('table_detail', fetch_result=True) -%}\n describe extended {{ db_tablename }}\n {% endcall %}\n\n {% set table_type = load_result('table_detail').table|reverse|selectattr(0, 'in', ('type', 'TYPE', 'Type'))|first %}\n {% if table_type[1]|lower != 'view' %}\n {{ tables.append(db_tablename) }}\n {% endif %}\n {% endif %}\n {% endfor %}\n {% endfor %}\n {{ return(tables) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.4021509, "supported_languages": null}, "macro.spark_utils.get_delta_tables": {"name": "get_delta_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.get_delta_tables", "macro_sql": "{% macro get_delta_tables(table_regex_pattern='.*') %}\n\n {% set delta_tables = [] %}\n {% for db_tablename in get_tables(table_regex_pattern) %}\n {% call statement('table_detail', fetch_result=True) -%}\n describe extended {{ db_tablename }}\n {% endcall %}\n\n {% set table_type = load_result('table_detail').table|reverse|selectattr(0, 'in', ('provider', 'PROVIDER', 'Provider'))|first %}\n {% if table_type[1]|lower == 'delta' %}\n {{ delta_tables.append(db_tablename) }}\n {% endif %}\n {% endfor %}\n {{ return(delta_tables) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.get_tables", "macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.402907, "supported_languages": null}, "macro.spark_utils.get_statistic_columns": {"name": "get_statistic_columns", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.get_statistic_columns", "macro_sql": "{% macro get_statistic_columns(table) %}\n\n {% call statement('input_columns', fetch_result=True) %}\n SHOW COLUMNS IN {{ table }}\n {% endcall %}\n {% set input_columns = load_result('input_columns').table %}\n\n {% set output_columns = [] %}\n {% for column in input_columns %}\n {% call statement('column_information', fetch_result=True) %}\n DESCRIBE TABLE {{ table }} `{{ column[0] }}`\n {% endcall %}\n {% if not load_result('column_information').table[1][1].startswith('struct') and not load_result('column_information').table[1][1].startswith('array') %}\n {{ output_columns.append('`' ~ column[0] ~ '`') }}\n {% endif %}\n {% endfor %}\n {{ return(output_columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.403849, "supported_languages": null}, "macro.spark_utils.spark_optimize_delta_tables": {"name": "spark_optimize_delta_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.spark_optimize_delta_tables", "macro_sql": "{% macro spark_optimize_delta_tables(table_regex_pattern='.*') %}\n\n {% for table in get_delta_tables(table_regex_pattern) %}\n {% set start=modules.datetime.datetime.now() %}\n {% set message_prefix=loop.index ~ \" of \" ~ loop.length %}\n {{ dbt_utils.log_info(message_prefix ~ \" Optimizing \" ~ table) }}\n {% do run_query(\"optimize \" ~ table) %}\n {% set end=modules.datetime.datetime.now() %}\n {% set total_seconds = (end - start).total_seconds() | round(2) %}\n {{ dbt_utils.log_info(message_prefix ~ \" Finished \" ~ table ~ \" in \" ~ total_seconds ~ \"s\") }}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.get_delta_tables", "macro.dbt_utils.log_info", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.4046772, "supported_languages": null}, "macro.spark_utils.spark_vacuum_delta_tables": {"name": "spark_vacuum_delta_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.spark_vacuum_delta_tables", "macro_sql": "{% macro spark_vacuum_delta_tables(table_regex_pattern='.*') %}\n\n {% for table in get_delta_tables(table_regex_pattern) %}\n {% set start=modules.datetime.datetime.now() %}\n {% set message_prefix=loop.index ~ \" of \" ~ loop.length %}\n {{ dbt_utils.log_info(message_prefix ~ \" Vacuuming \" ~ table) }}\n {% do run_query(\"vacuum \" ~ table) %}\n {% set end=modules.datetime.datetime.now() %}\n {% set total_seconds = (end - start).total_seconds() | round(2) %}\n {{ dbt_utils.log_info(message_prefix ~ \" Finished \" ~ table ~ \" in \" ~ total_seconds ~ \"s\") }}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.get_delta_tables", "macro.dbt_utils.log_info", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.405484, "supported_languages": null}, "macro.spark_utils.spark_analyze_tables": {"name": "spark_analyze_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.spark_analyze_tables", "macro_sql": "{% macro spark_analyze_tables(table_regex_pattern='.*') %}\n\n {% for table in get_tables(table_regex_pattern) %}\n {% set start=modules.datetime.datetime.now() %}\n {% set columns = get_statistic_columns(table) | join(',') %}\n {% set message_prefix=loop.index ~ \" of \" ~ loop.length %}\n {{ dbt_utils.log_info(message_prefix ~ \" Analyzing \" ~ table) }}\n {% if columns != '' %}\n {% do run_query(\"analyze table \" ~ table ~ \" compute statistics for columns \" ~ columns) %}\n {% endif %}\n {% set end=modules.datetime.datetime.now() %}\n {% set total_seconds = (end - start).total_seconds() | round(2) %}\n {{ dbt_utils.log_info(message_prefix ~ \" Finished \" ~ table ~ \" in \" ~ total_seconds ~ \"s\") }}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.get_tables", "macro.spark_utils.get_statistic_columns", "macro.dbt_utils.log_info", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.406533, "supported_languages": null}, "macro.spark_utils.spark__concat": {"name": "spark__concat", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/concat.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/concat.sql", "unique_id": "macro.spark_utils.spark__concat", "macro_sql": "{% macro spark__concat(fields) -%}\n concat({{ fields|join(', ') }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.406732, "supported_languages": null}, "macro.spark_utils.spark__type_numeric": {"name": "spark__type_numeric", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/datatypes.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/datatypes.sql", "unique_id": "macro.spark_utils.spark__type_numeric", "macro_sql": "{% macro spark__type_numeric() %}\n decimal(28, 6)\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.406841, "supported_languages": null}, "macro.spark_utils.spark__dateadd": {"name": "spark__dateadd", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/dateadd.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/dateadd.sql", "unique_id": "macro.spark_utils.spark__dateadd", "macro_sql": "{% macro spark__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n {%- set clock_component -%}\n {# make sure the dates + timestamps are real, otherwise raise an error asap #}\n to_unix_timestamp({{ spark_utils.assert_not_null('to_timestamp', from_date_or_timestamp) }})\n - to_unix_timestamp({{ spark_utils.assert_not_null('date', from_date_or_timestamp) }})\n {%- endset -%}\n\n {%- if datepart in ['day', 'week'] -%}\n \n {%- set multiplier = 7 if datepart == 'week' else 1 -%}\n\n to_timestamp(\n to_unix_timestamp(\n date_add(\n {{ spark_utils.assert_not_null('date', from_date_or_timestamp) }},\n cast({{interval}} * {{multiplier}} as int)\n )\n ) + {{clock_component}}\n )\n\n {%- elif datepart in ['month', 'quarter', 'year'] -%}\n \n {%- set multiplier -%} \n {%- if datepart == 'month' -%} 1\n {%- elif datepart == 'quarter' -%} 3\n {%- elif datepart == 'year' -%} 12\n {%- endif -%}\n {%- endset -%}\n\n to_timestamp(\n to_unix_timestamp(\n add_months(\n {{ spark_utils.assert_not_null('date', from_date_or_timestamp) }},\n cast({{interval}} * {{multiplier}} as int)\n )\n ) + {{clock_component}}\n )\n\n {%- elif datepart in ('hour', 'minute', 'second', 'millisecond', 'microsecond') -%}\n \n {%- set multiplier -%} \n {%- if datepart == 'hour' -%} 3600\n {%- elif datepart == 'minute' -%} 60\n {%- elif datepart == 'second' -%} 1\n {%- elif datepart == 'millisecond' -%} (1/1000000)\n {%- elif datepart == 'microsecond' -%} (1/1000000)\n {%- endif -%}\n {%- endset -%}\n\n to_timestamp(\n {{ spark_utils.assert_not_null('to_unix_timestamp', from_date_or_timestamp) }}\n + cast({{interval}} * {{multiplier}} as int)\n )\n\n {%- else -%}\n\n {{ exceptions.raise_compiler_error(\"macro dateadd not implemented for datepart ~ '\" ~ datepart ~ \"' ~ on Spark\") }}\n\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.assert_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.410037, "supported_languages": null}, "macro.spark_utils.spark__datediff": {"name": "spark__datediff", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/datediff.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/datediff.sql", "unique_id": "macro.spark_utils.spark__datediff", "macro_sql": "{% macro spark__datediff(first_date, second_date, datepart) %}\n\n {%- if datepart in ['day', 'week', 'month', 'quarter', 'year'] -%}\n \n {# make sure the dates are real, otherwise raise an error asap #}\n {% set first_date = spark_utils.assert_not_null('date', first_date) %}\n {% set second_date = spark_utils.assert_not_null('date', second_date) %}\n \n {%- endif -%}\n \n {%- if datepart == 'day' -%}\n \n datediff({{second_date}}, {{first_date}})\n \n {%- elif datepart == 'week' -%}\n \n case when {{first_date}} < {{second_date}}\n then floor(datediff({{second_date}}, {{first_date}})/7)\n else ceil(datediff({{second_date}}, {{first_date}})/7)\n end\n \n -- did we cross a week boundary (Sunday)?\n + case\n when {{first_date}} < {{second_date}} and dayofweek({{second_date}}) < dayofweek({{first_date}}) then 1\n when {{first_date}} > {{second_date}} and dayofweek({{second_date}}) > dayofweek({{first_date}}) then -1\n else 0 end\n\n {%- elif datepart == 'month' -%}\n\n case when {{first_date}} < {{second_date}}\n then floor(months_between(date({{second_date}}), date({{first_date}})))\n else ceil(months_between(date({{second_date}}), date({{first_date}})))\n end\n \n -- did we cross a month boundary?\n + case\n when {{first_date}} < {{second_date}} and dayofmonth({{second_date}}) < dayofmonth({{first_date}}) then 1\n when {{first_date}} > {{second_date}} and dayofmonth({{second_date}}) > dayofmonth({{first_date}}) then -1\n else 0 end\n \n {%- elif datepart == 'quarter' -%}\n \n case when {{first_date}} < {{second_date}}\n then floor(months_between(date({{second_date}}), date({{first_date}}))/3)\n else ceil(months_between(date({{second_date}}), date({{first_date}}))/3)\n end\n \n -- did we cross a quarter boundary?\n + case\n when {{first_date}} < {{second_date}} and (\n (dayofyear({{second_date}}) - (quarter({{second_date}}) * 365/4))\n < (dayofyear({{first_date}}) - (quarter({{first_date}}) * 365/4))\n ) then 1\n when {{first_date}} > {{second_date}} and (\n (dayofyear({{second_date}}) - (quarter({{second_date}}) * 365/4))\n > (dayofyear({{first_date}}) - (quarter({{first_date}}) * 365/4))\n ) then -1\n else 0 end\n\n {%- elif datepart == 'year' -%}\n \n year({{second_date}}) - year({{first_date}})\n\n {%- elif datepart in ('hour', 'minute', 'second', 'millisecond', 'microsecond') -%}\n \n {%- set divisor -%} \n {%- if datepart == 'hour' -%} 3600\n {%- elif datepart == 'minute' -%} 60\n {%- elif datepart == 'second' -%} 1\n {%- elif datepart == 'millisecond' -%} (1/1000)\n {%- elif datepart == 'microsecond' -%} (1/1000000)\n {%- endif -%}\n {%- endset -%}\n\n case when {{first_date}} < {{second_date}}\n then ceil((\n {# make sure the timestamps are real, otherwise raise an error asap #}\n {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', second_date)) }}\n - {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', first_date)) }}\n ) / {{divisor}})\n else floor((\n {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', second_date)) }}\n - {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', first_date)) }}\n ) / {{divisor}})\n end\n \n {% if datepart == 'millisecond' %}\n + cast(date_format({{second_date}}, 'SSS') as int)\n - cast(date_format({{first_date}}, 'SSS') as int)\n {% endif %}\n \n {% if datepart == 'microsecond' %} \n {% set capture_str = '[0-9]{4}-[0-9]{2}-[0-9]{2}.[0-9]{2}:[0-9]{2}:[0-9]{2}.([0-9]{6})' %}\n -- Spark doesn't really support microseconds, so this is a massive hack!\n -- It will only work if the timestamp-string is of the format\n -- 'yyyy-MM-dd-HH mm.ss.SSSSSS'\n + cast(regexp_extract({{second_date}}, '{{capture_str}}', 1) as int)\n - cast(regexp_extract({{first_date}}, '{{capture_str}}', 1) as int) \n {% endif %}\n\n {%- else -%}\n\n {{ exceptions.raise_compiler_error(\"macro datediff not implemented for datepart ~ '\" ~ datepart ~ \"' ~ on Spark\") }}\n\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.assert_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.417973, "supported_languages": null}, "macro.spark_utils.spark__current_timestamp": {"name": "spark__current_timestamp", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "unique_id": "macro.spark_utils.spark__current_timestamp", "macro_sql": "{% macro spark__current_timestamp() %}\n current_timestamp()\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.418134, "supported_languages": null}, "macro.spark_utils.spark__current_timestamp_in_utc": {"name": "spark__current_timestamp_in_utc", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "unique_id": "macro.spark_utils.spark__current_timestamp_in_utc", "macro_sql": "{% macro spark__current_timestamp_in_utc() %}\n unix_timestamp()\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.4182138, "supported_languages": null}, "macro.spark_utils.spark__split_part": {"name": "spark__split_part", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/split_part.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/split_part.sql", "unique_id": "macro.spark_utils.spark__split_part", "macro_sql": "{% macro spark__split_part(string_text, delimiter_text, part_number) %}\n\n {% set delimiter_expr %}\n \n -- escape if starts with a special character\n case when regexp_extract({{ delimiter_text }}, '([^A-Za-z0-9])(.*)', 1) != '_'\n then concat('\\\\', {{ delimiter_text }})\n else {{ delimiter_text }} end\n \n {% endset %}\n\n {% set split_part_expr %}\n \n split(\n {{ string_text }},\n {{ delimiter_expr }}\n )[({{ part_number - 1 }})]\n \n {% endset %}\n \n {{ return(split_part_expr) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.418821, "supported_languages": null}, "macro.spark_utils.spark__get_relations_by_pattern": {"name": "spark__get_relations_by_pattern", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "unique_id": "macro.spark_utils.spark__get_relations_by_pattern", "macro_sql": "{% macro spark__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n {%- call statement('get_tables', fetch_result=True) %}\n\n show table extended in {{ schema_pattern }} like '{{ table_pattern }}'\n\n {%- endcall -%}\n\n {%- set table_list = load_result('get_tables') -%}\n\n {%- if table_list and table_list['table'] -%}\n {%- set tbl_relations = [] -%}\n {%- for row in table_list['table'] -%}\n {%- set tbl_relation = api.Relation.create(\n database=None,\n schema=row[0],\n identifier=row[1],\n type=('view' if 'Type: VIEW' in row[3] else 'table')\n ) -%}\n {%- do tbl_relations.append(tbl_relation) -%}\n {%- endfor -%}\n\n {{ return(tbl_relations) }}\n {%- else -%}\n {{ return([]) }}\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.420557, "supported_languages": null}, "macro.spark_utils.spark__get_relations_by_prefix": {"name": "spark__get_relations_by_prefix", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "unique_id": "macro.spark_utils.spark__get_relations_by_prefix", "macro_sql": "{% macro spark__get_relations_by_prefix(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {% set table_pattern = table_pattern ~ '*' %}\n {{ return(spark_utils.spark__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.spark__get_relations_by_pattern"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.420949, "supported_languages": null}, "macro.spark_utils.spark__get_tables_by_pattern": {"name": "spark__get_tables_by_pattern", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "unique_id": "macro.spark_utils.spark__get_tables_by_pattern", "macro_sql": "{% macro spark__get_tables_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(spark_utils.spark__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.spark__get_relations_by_pattern"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.421254, "supported_languages": null}, "macro.spark_utils.spark__get_tables_by_prefix": {"name": "spark__get_tables_by_prefix", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "unique_id": "macro.spark_utils.spark__get_tables_by_prefix", "macro_sql": "{% macro spark__get_tables_by_prefix(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(spark_utils.spark__get_relations_by_prefix(schema_pattern, table_pattern, exclude='', database=target.database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.spark__get_relations_by_prefix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.421558, "supported_languages": null}, "macro.spark_utils.assert_not_null": {"name": "assert_not_null", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/etc/assert_not_null.sql", "original_file_path": "macros/etc/assert_not_null.sql", "unique_id": "macro.spark_utils.assert_not_null", "macro_sql": "{% macro assert_not_null(function, arg) -%}\n {{ return(adapter.dispatch('assert_not_null', 'spark_utils')(function, arg)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.spark_utils.default__assert_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.4220538, "supported_languages": null}, "macro.spark_utils.default__assert_not_null": {"name": "default__assert_not_null", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/etc/assert_not_null.sql", "original_file_path": "macros/etc/assert_not_null.sql", "unique_id": "macro.spark_utils.default__assert_not_null", "macro_sql": "{% macro default__assert_not_null(function, arg) %}\n\n coalesce({{function}}({{arg}}), nvl2({{function}}({{arg}}), assert_true({{function}}({{arg}}) is not null), null))\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.422296, "supported_languages": null}, "macro.spark_utils.spark__convert_timezone": {"name": "spark__convert_timezone", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/snowplow/convert_timezone.sql", "original_file_path": "macros/snowplow/convert_timezone.sql", "unique_id": "macro.spark_utils.spark__convert_timezone", "macro_sql": "{% macro spark__convert_timezone(in_tz, out_tz, in_timestamp) %}\n from_utc_timestamp(to_utc_timestamp({{in_timestamp}}, {{in_tz}}), {{out_tz}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.4225202, "supported_languages": null}, "macro.fivetran_utils.enabled_vars": {"name": "enabled_vars", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/enabled_vars.sql", "original_file_path": "macros/enabled_vars.sql", "unique_id": "macro.fivetran_utils.enabled_vars", "macro_sql": "{% macro enabled_vars(vars) %}\n\n{% for v in vars %}\n \n {% if var(v, True) == False %}\n {{ return(False) }}\n {% endif %}\n\n{% endfor %}\n\n{{ return(True) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.4229388, "supported_languages": null}, "macro.fivetran_utils.percentile": {"name": "percentile", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "unique_id": "macro.fivetran_utils.percentile", "macro_sql": "{% macro percentile(percentile_field, partition_field, percent) -%}\n\n{{ adapter.dispatch('percentile', 'fivetran_utils') (percentile_field, partition_field, percent) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.bigquery__percentile"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.423914, "supported_languages": null}, "macro.fivetran_utils.default__percentile": {"name": "default__percentile", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "unique_id": "macro.fivetran_utils.default__percentile", "macro_sql": "{% macro default__percentile(percentile_field, partition_field, percent) %}\n\n percentile_cont( \n {{ percent }} )\n within group ( order by {{ percentile_field }} )\n over ( partition by {{ partition_field }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.424095, "supported_languages": null}, "macro.fivetran_utils.redshift__percentile": {"name": "redshift__percentile", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "unique_id": "macro.fivetran_utils.redshift__percentile", "macro_sql": "{% macro redshift__percentile(percentile_field, partition_field, percent) %}\n\n percentile_cont( \n {{ percent }} )\n within group ( order by {{ percentile_field }} )\n over ( partition by {{ partition_field }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.424274, "supported_languages": null}, "macro.fivetran_utils.bigquery__percentile": {"name": "bigquery__percentile", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "unique_id": "macro.fivetran_utils.bigquery__percentile", "macro_sql": "{% macro bigquery__percentile(percentile_field, partition_field, percent) %}\n\n percentile_cont( \n {{ percentile_field }}, \n {{ percent }}) \n over (partition by {{ partition_field }} \n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.424448, "supported_languages": null}, "macro.fivetran_utils.postgres__percentile": {"name": "postgres__percentile", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "unique_id": "macro.fivetran_utils.postgres__percentile", "macro_sql": "{% macro postgres__percentile(percentile_field, partition_field, percent) %}\n\n percentile_cont( \n {{ percent }} )\n within group ( order by {{ percentile_field }} )\n /* have to group by partition field */\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.424604, "supported_languages": null}, "macro.fivetran_utils.spark__percentile": {"name": "spark__percentile", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "unique_id": "macro.fivetran_utils.spark__percentile", "macro_sql": "{% macro spark__percentile(percentile_field, partition_field, percent) %}\n\n percentile( \n {{ percentile_field }}, \n {{ percent }}) \n over (partition by {{ partition_field }} \n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.424783, "supported_languages": null}, "macro.fivetran_utils.pivot_json_extract": {"name": "pivot_json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/pivot_json_extract.sql", "original_file_path": "macros/pivot_json_extract.sql", "unique_id": "macro.fivetran_utils.pivot_json_extract", "macro_sql": "{% macro pivot_json_extract(string, list_of_properties) %}\n\n{%- for property in list_of_properties -%}\n{%- if property is mapping -%}\nreplace( {{ fivetran_utils.json_extract(string, property.name) }}, '\"', '') as {{ property.alias if property.alias else property.name | replace(' ', '_') | replace('.', '_') | lower }}\n\n{%- else -%}\nreplace( {{ fivetran_utils.json_extract(string, property) }}, '\"', '') as {{ property | replace(' ', '_') | lower }}\n\n{%- endif -%}\n{%- if not loop.last -%},{%- endif %}\n{% endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.json_extract"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.425659, "supported_languages": null}, "macro.fivetran_utils.persist_pass_through_columns": {"name": "persist_pass_through_columns", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/persist_pass_through_columns.sql", "original_file_path": "macros/persist_pass_through_columns.sql", "unique_id": "macro.fivetran_utils.persist_pass_through_columns", "macro_sql": "{% macro persist_pass_through_columns(pass_through_variable, identifier=none, transform='') %}\n\n{% if var(pass_through_variable, none) %}\n {% for field in var(pass_through_variable) %}\n , {{ transform ~ '(' ~ (identifier ~ '.' if identifier else '') ~ (field.alias if field.alias else field.name) ~ ')' }} as {{ field.alias if field.alias else field.name }}\n {% endfor %}\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.4264379, "supported_languages": null}, "macro.fivetran_utils.json_parse": {"name": "json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.json_parse", "macro_sql": "{% macro json_parse(string, string_path) -%}\n\n{{ adapter.dispatch('json_parse', 'fivetran_utils') (string, string_path) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.bigquery__json_parse"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.427618, "supported_languages": null}, "macro.fivetran_utils.default__json_parse": {"name": "default__json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.default__json_parse", "macro_sql": "{% macro default__json_parse(string, string_path) %}\n\n json_extract_path_text({{string}}, {%- for s in string_path -%}'{{ s }}'{%- if not loop.last -%},{%- endif -%}{%- endfor -%} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.42788, "supported_languages": null}, "macro.fivetran_utils.redshift__json_parse": {"name": "redshift__json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.redshift__json_parse", "macro_sql": "{% macro redshift__json_parse(string, string_path) %}\n\n json_extract_path_text({{string}}, {%- for s in string_path -%}'{{ s }}'{%- if not loop.last -%},{%- endif -%}{%- endfor -%} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.428134, "supported_languages": null}, "macro.fivetran_utils.bigquery__json_parse": {"name": "bigquery__json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.bigquery__json_parse", "macro_sql": "{% macro bigquery__json_parse(string, string_path) %}\n\n \n json_extract_scalar({{string}}, '$.{%- for s in string_path -%}{{ s }}{%- if not loop.last -%}.{%- endif -%}{%- endfor -%} ')\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.428385, "supported_languages": null}, "macro.fivetran_utils.postgres__json_parse": {"name": "postgres__json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.postgres__json_parse", "macro_sql": "{% macro postgres__json_parse(string, string_path) %}\n\n {{string}}::json #>> '{ {%- for s in string_path -%}{{ s }}{%- if not loop.last -%},{%- endif -%}{%- endfor -%} }'\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.428635, "supported_languages": null}, "macro.fivetran_utils.snowflake__json_parse": {"name": "snowflake__json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.snowflake__json_parse", "macro_sql": "{% macro snowflake__json_parse(string, string_path) %}\n\n parse_json( {{string}} ) {%- for s in string_path -%}{% if s is number %}[{{ s }}]{% else %}['{{ s }}']{% endif %}{%- endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.4289112, "supported_languages": null}, "macro.fivetran_utils.spark__json_parse": {"name": "spark__json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.spark__json_parse", "macro_sql": "{% macro spark__json_parse(string, string_path) %}\n\n {{string}} : {%- for s in string_path -%}{% if s is number %}[{{ s }}]{% else %}['{{ s }}']{% endif %}{%- endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.4291809, "supported_languages": null}, "macro.fivetran_utils.max_bool": {"name": "max_bool", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/max_bool.sql", "original_file_path": "macros/max_bool.sql", "unique_id": "macro.fivetran_utils.max_bool", "macro_sql": "{% macro max_bool(boolean_field) -%}\n\n{{ adapter.dispatch('max_bool', 'fivetran_utils') (boolean_field) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.bigquery__max_bool"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.429512, "supported_languages": null}, "macro.fivetran_utils.default__max_bool": {"name": "default__max_bool", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/max_bool.sql", "original_file_path": "macros/max_bool.sql", "unique_id": "macro.fivetran_utils.default__max_bool", "macro_sql": "{% macro default__max_bool(boolean_field) %}\n\n bool_or( {{ boolean_field }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.4296188, "supported_languages": null}, "macro.fivetran_utils.snowflake__max_bool": {"name": "snowflake__max_bool", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/max_bool.sql", "original_file_path": "macros/max_bool.sql", "unique_id": "macro.fivetran_utils.snowflake__max_bool", "macro_sql": "{% macro snowflake__max_bool(boolean_field) %}\n\n max( {{ boolean_field }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.429722, "supported_languages": null}, "macro.fivetran_utils.bigquery__max_bool": {"name": "bigquery__max_bool", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/max_bool.sql", "original_file_path": "macros/max_bool.sql", "unique_id": "macro.fivetran_utils.bigquery__max_bool", "macro_sql": "{% macro bigquery__max_bool(boolean_field) %}\n\n max( {{ boolean_field }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.429824, "supported_languages": null}, "macro.fivetran_utils.calculated_fields": {"name": "calculated_fields", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/calculated_fields.sql", "original_file_path": "macros/calculated_fields.sql", "unique_id": "macro.fivetran_utils.calculated_fields", "macro_sql": "{% macro calculated_fields(variable) -%}\n\n{% if var(variable, none) %}\n {% for field in var(variable) %}\n , {{ field.transform_sql }} as {{ field.name }} \n {% endfor %}\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.430271, "supported_languages": null}, "macro.fivetran_utils.seed_data_helper": {"name": "seed_data_helper", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/seed_data_helper.sql", "original_file_path": "macros/seed_data_helper.sql", "unique_id": "macro.fivetran_utils.seed_data_helper", "macro_sql": "{% macro seed_data_helper(seed_name, warehouses) %}\n\n{% if target.type in warehouses %}\n {% for w in warehouses %}\n {% if target.type == w %}\n {{ return(ref(seed_name ~ \"_\" ~ w ~ \"\")) }}\n {% endif %}\n {% endfor %}\n{% else %}\n{{ return(ref(seed_name)) }}\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.431094, "supported_languages": null}, "macro.fivetran_utils.fill_pass_through_columns": {"name": "fill_pass_through_columns", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/fill_pass_through_columns.sql", "original_file_path": "macros/fill_pass_through_columns.sql", "unique_id": "macro.fivetran_utils.fill_pass_through_columns", "macro_sql": "{% macro fill_pass_through_columns(pass_through_variable) %}\n\n{% if var(pass_through_variable) %}\n {% for field in var(pass_through_variable) %}\n {% if field is mapping %}\n {% if field.transform_sql %}\n , {{ field.transform_sql }} as {{ field.alias if field.alias else field.name }}\n {% else %}\n , {{ field.alias if field.alias else field.name }}\n {% endif %}\n {% else %}\n , {{ field }}\n {% endif %}\n {% endfor %}\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.432016, "supported_languages": null}, "macro.fivetran_utils.string_agg": {"name": "string_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/string_agg.sql", "original_file_path": "macros/string_agg.sql", "unique_id": "macro.fivetran_utils.string_agg", "macro_sql": "{% macro string_agg(field_to_agg, delimiter) -%}\n\n{{ adapter.dispatch('string_agg', 'fivetran_utils') (field_to_agg, delimiter) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__string_agg"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.4325309, "supported_languages": null}, "macro.fivetran_utils.default__string_agg": {"name": "default__string_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/string_agg.sql", "original_file_path": "macros/string_agg.sql", "unique_id": "macro.fivetran_utils.default__string_agg", "macro_sql": "{% macro default__string_agg(field_to_agg, delimiter) %}\n string_agg({{ field_to_agg }}, {{ delimiter }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.432677, "supported_languages": null}, "macro.fivetran_utils.snowflake__string_agg": {"name": "snowflake__string_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/string_agg.sql", "original_file_path": "macros/string_agg.sql", "unique_id": "macro.fivetran_utils.snowflake__string_agg", "macro_sql": "{% macro snowflake__string_agg(field_to_agg, delimiter) %}\n listagg({{ field_to_agg }}, {{ delimiter }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.4328141, "supported_languages": null}, "macro.fivetran_utils.redshift__string_agg": {"name": "redshift__string_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/string_agg.sql", "original_file_path": "macros/string_agg.sql", "unique_id": "macro.fivetran_utils.redshift__string_agg", "macro_sql": "{% macro redshift__string_agg(field_to_agg, delimiter) %}\n listagg({{ field_to_agg }}, {{ delimiter }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.432957, "supported_languages": null}, "macro.fivetran_utils.spark__string_agg": {"name": "spark__string_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/string_agg.sql", "original_file_path": "macros/string_agg.sql", "unique_id": "macro.fivetran_utils.spark__string_agg", "macro_sql": "{% macro spark__string_agg(field_to_agg, delimiter) %}\n -- collect set will remove duplicates\n replace(replace(replace(cast( collect_set({{ field_to_agg }}) as string), '[', ''), ']', ''), ', ', {{ delimiter }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.4331222, "supported_languages": null}, "macro.fivetran_utils.timestamp_diff": {"name": "timestamp_diff", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_diff.sql", "original_file_path": "macros/timestamp_diff.sql", "unique_id": "macro.fivetran_utils.timestamp_diff", "macro_sql": "{% macro timestamp_diff(first_date, second_date, datepart) %}\n {{ adapter.dispatch('timestamp_diff', 'fivetran_utils')(first_date, second_date, datepart) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.bigquery__timestamp_diff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.437272, "supported_languages": null}, "macro.fivetran_utils.default__timestamp_diff": {"name": "default__timestamp_diff", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_diff.sql", "original_file_path": "macros/timestamp_diff.sql", "unique_id": "macro.fivetran_utils.default__timestamp_diff", "macro_sql": "{% macro default__timestamp_diff(first_date, second_date, datepart) %}\n\n datediff(\n {{ datepart }},\n {{ first_date }},\n {{ second_date }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.437723, "supported_languages": null}, "macro.fivetran_utils.redshift__timestamp_diff": {"name": "redshift__timestamp_diff", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_diff.sql", "original_file_path": "macros/timestamp_diff.sql", "unique_id": "macro.fivetran_utils.redshift__timestamp_diff", "macro_sql": "{% macro redshift__timestamp_diff(first_date, second_date, datepart) %}\n\n datediff(\n {{ datepart }},\n {{ first_date }},\n {{ second_date }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.437897, "supported_languages": null}, "macro.fivetran_utils.bigquery__timestamp_diff": {"name": "bigquery__timestamp_diff", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_diff.sql", "original_file_path": "macros/timestamp_diff.sql", "unique_id": "macro.fivetran_utils.bigquery__timestamp_diff", "macro_sql": "{% macro bigquery__timestamp_diff(first_date, second_date, datepart) %}\n\n timestamp_diff(\n {{second_date}},\n {{first_date}},\n {{datepart}}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.438068, "supported_languages": null}, "macro.fivetran_utils.postgres__timestamp_diff": {"name": "postgres__timestamp_diff", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_diff.sql", "original_file_path": "macros/timestamp_diff.sql", "unique_id": "macro.fivetran_utils.postgres__timestamp_diff", "macro_sql": "{% macro postgres__timestamp_diff(first_date, second_date, datepart) %}\n\n {% if datepart == 'year' %}\n (date_part('year', ({{second_date}})::date) - date_part('year', ({{first_date}})::date))\n {% elif datepart == 'quarter' %}\n ({{ dbt.datediff(first_date, second_date, 'year') }} * 4 + date_part('quarter', ({{second_date}})::date) - date_part('quarter', ({{first_date}})::date))\n {% elif datepart == 'month' %}\n ({{ dbt.datediff(first_date, second_date, 'year') }} * 12 + date_part('month', ({{second_date}})::date) - date_part('month', ({{first_date}})::date))\n {% elif datepart == 'day' %}\n (({{second_date}})::date - ({{first_date}})::date)\n {% elif datepart == 'week' %}\n ({{ dbt.datediff(first_date, second_date, 'day') }} / 7 + case\n when date_part('dow', ({{first_date}})::timestamp) <= date_part('dow', ({{second_date}})::timestamp) then\n case when {{first_date}} <= {{second_date}} then 0 else -1 end\n else\n case when {{first_date}} <= {{second_date}} then 1 else 0 end\n end)\n {% elif datepart == 'hour' %}\n ({{ dbt.datediff(first_date, second_date, 'day') }} * 24 + date_part('hour', ({{second_date}})::timestamp) - date_part('hour', ({{first_date}})::timestamp))\n {% elif datepart == 'minute' %}\n ({{ dbt.datediff(first_date, second_date, 'hour') }} * 60 + date_part('minute', ({{second_date}})::timestamp) - date_part('minute', ({{first_date}})::timestamp))\n {% elif datepart == 'second' %}\n ({{ dbt.datediff(first_date, second_date, 'minute') }} * 60 + floor(date_part('second', ({{second_date}})::timestamp)) - floor(date_part('second', ({{first_date}})::timestamp)))\n {% elif datepart == 'millisecond' %}\n ({{ dbt.datediff(first_date, second_date, 'minute') }} * 60000 + floor(date_part('millisecond', ({{second_date}})::timestamp)) - floor(date_part('millisecond', ({{first_date}})::timestamp)))\n {% elif datepart == 'microsecond' %}\n ({{ dbt.datediff(first_date, second_date, 'minute') }} * 60000000 + floor(date_part('microsecond', ({{second_date}})::timestamp)) - floor(date_part('microsecond', ({{first_date}})::timestamp)))\n {% else %}\n {{ exceptions.raise_compiler_error(\"Unsupported datepart for macro datediff in postgres: {!r}\".format(datepart)) }}\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.440073, "supported_languages": null}, "macro.fivetran_utils.try_cast": {"name": "try_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.try_cast", "macro_sql": "{% macro try_cast(field, type) %}\n {{ adapter.dispatch('try_cast', 'fivetran_utils') (field, type) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.bigquery__try_cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.44105, "supported_languages": null}, "macro.fivetran_utils.default__safe_cast": {"name": "default__safe_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.default__safe_cast", "macro_sql": "{% macro default__safe_cast(field, type) %}\n {# most databases don't support this function yet\n so we just need to use cast #}\n cast({{field}} as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.441207, "supported_languages": null}, "macro.fivetran_utils.redshift__try_cast": {"name": "redshift__try_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.redshift__try_cast", "macro_sql": "{% macro redshift__try_cast(field, type) %}\n{%- if type == 'numeric' -%}\n\n case\n when trim({{field}}) ~ '^(0|[1-9][0-9]*)$' then trim({{field}})\n else null\n end::{{type}}\n\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"non-numeric datatypes are not currently supported\") }}\n\n{% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.44151, "supported_languages": null}, "macro.fivetran_utils.postgres__try_cast": {"name": "postgres__try_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.postgres__try_cast", "macro_sql": "{% macro postgres__try_cast(field, type) %}\n{%- if type == 'numeric' -%}\n\n case\n when replace(cast({{field}} as varchar),cast(' ' as varchar),cast('' as varchar)) ~ '^(0|[1-9][0-9]*)$' \n then replace(cast({{field}} as varchar),cast(' ' as varchar),cast('' as varchar))\n else null\n end::{{type}}\n\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"non-numeric datatypes are not currently supported\") }}\n\n{% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.4418209, "supported_languages": null}, "macro.fivetran_utils.snowflake__try_cast": {"name": "snowflake__try_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.snowflake__try_cast", "macro_sql": "{% macro snowflake__try_cast(field, type) %}\n try_cast(cast({{field}} as varchar) as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.441959, "supported_languages": null}, "macro.fivetran_utils.bigquery__try_cast": {"name": "bigquery__try_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.bigquery__try_cast", "macro_sql": "{% macro bigquery__try_cast(field, type) %}\n safe_cast({{field}} as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.442092, "supported_languages": null}, "macro.fivetran_utils.spark__try_cast": {"name": "spark__try_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.spark__try_cast", "macro_sql": "{% macro spark__try_cast(field, type) %}\n try_cast({{field}} as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.442226, "supported_languages": null}, "macro.fivetran_utils.source_relation": {"name": "source_relation", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/source_relation.sql", "original_file_path": "macros/source_relation.sql", "unique_id": "macro.fivetran_utils.source_relation", "macro_sql": "{% macro source_relation(union_schema_variable='union_schemas', union_database_variable='union_databases') -%}\n\n{{ adapter.dispatch('source_relation', 'fivetran_utils') (union_schema_variable, union_database_variable) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__source_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.44274, "supported_languages": null}, "macro.fivetran_utils.default__source_relation": {"name": "default__source_relation", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/source_relation.sql", "original_file_path": "macros/source_relation.sql", "unique_id": "macro.fivetran_utils.default__source_relation", "macro_sql": "{% macro default__source_relation(union_schema_variable, union_database_variable) %}\n\n{% if var(union_schema_variable, none) %}\n, case\n {% for schema in var(union_schema_variable) %}\n when lower(replace(replace(_dbt_source_relation,'\"',''),'`','')) like '%.{{ schema|lower }}.%' then '{{ schema|lower }}'\n {% endfor %}\n end as source_relation\n{% elif var(union_database_variable, none) %}\n, case\n {% for database in var(union_database_variable) %}\n when lower(replace(replace(_dbt_source_relation,'\"',''),'`','')) like '%{{ database|lower }}.%' then '{{ database|lower }}'\n {% endfor %}\n end as source_relation\n{% else %}\n, cast('' as {{ dbt.type_string() }}) as source_relation\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.443378, "supported_languages": null}, "macro.fivetran_utils.first_value": {"name": "first_value", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/first_value.sql", "original_file_path": "macros/first_value.sql", "unique_id": "macro.fivetran_utils.first_value", "macro_sql": "{% macro first_value(first_value_field, partition_field, order_by_field, order=\"asc\") -%}\n\n{{ adapter.dispatch('first_value', 'fivetran_utils') (first_value_field, partition_field, order_by_field, order) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__first_value"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.443899, "supported_languages": null}, "macro.fivetran_utils.default__first_value": {"name": "default__first_value", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/first_value.sql", "original_file_path": "macros/first_value.sql", "unique_id": "macro.fivetran_utils.default__first_value", "macro_sql": "{% macro default__first_value(first_value_field, partition_field, order_by_field, order=\"asc\") %}\n\n first_value( {{ first_value_field }} ignore nulls ) over (partition by {{ partition_field }} order by {{ order_by_field }} {{ order }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.4441159, "supported_languages": null}, "macro.fivetran_utils.redshift__first_value": {"name": "redshift__first_value", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/first_value.sql", "original_file_path": "macros/first_value.sql", "unique_id": "macro.fivetran_utils.redshift__first_value", "macro_sql": "{% macro redshift__first_value(first_value_field, partition_field, order_by_field, order=\"asc\") %}\n\n first_value( {{ first_value_field }} ignore nulls ) over (partition by {{ partition_field }} order by {{ order_by_field }} {{ order }} , {{ partition_field }} rows unbounded preceding )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.4443579, "supported_languages": null}, "macro.fivetran_utils.add_dbt_source_relation": {"name": "add_dbt_source_relation", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/add_dbt_source_relation.sql", "original_file_path": "macros/add_dbt_source_relation.sql", "unique_id": "macro.fivetran_utils.add_dbt_source_relation", "macro_sql": "{% macro add_dbt_source_relation() %}\n\n{% if var('union_schemas', none) or var('union_databases', none) %}\n, _dbt_source_relation\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.444705, "supported_languages": null}, "macro.fivetran_utils.add_pass_through_columns": {"name": "add_pass_through_columns", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/add_pass_through_columns.sql", "original_file_path": "macros/add_pass_through_columns.sql", "unique_id": "macro.fivetran_utils.add_pass_through_columns", "macro_sql": "{% macro add_pass_through_columns(base_columns, pass_through_var) %}\n\n {% if pass_through_var %}\n\n {% for column in pass_through_var %}\n\n {% if column is mapping %}\n\n {% if column.alias %}\n\n {% do base_columns.append({ \"name\": column.name, \"alias\": column.alias, \"datatype\": column.datatype if column.datatype else dbt.type_string()}) %}\n\n {% else %}\n\n {% do base_columns.append({ \"name\": column.name, \"datatype\": column.datatype if column.datatype else dbt.type_string()}) %}\n \n {% endif %}\n\n {% else %}\n\n {% do base_columns.append({ \"name\": column, \"datatype\": dbt.type_string()}) %}\n\n {% endif %}\n\n {% endfor %}\n\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.446054, "supported_languages": null}, "macro.fivetran_utils.union_relations": {"name": "union_relations", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/union_relations.sql", "original_file_path": "macros/union_relations.sql", "unique_id": "macro.fivetran_utils.union_relations", "macro_sql": "{%- macro union_relations(relations, aliases=none, column_override=none, include=[], exclude=[], source_column_name=none) -%}\n\n {%- if exclude and include -%}\n {{ exceptions.raise_compiler_error(\"Both an exclude and include list were provided to the `union` macro. Only one is allowed\") }}\n {%- endif -%}\n\n {#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. -#}\n {%- if not execute %}\n {{ return('') }}\n {% endif -%}\n\n {%- set column_override = column_override if column_override is not none else {} -%}\n {%- set source_column_name = source_column_name if source_column_name is not none else '_dbt_source_relation' -%}\n\n {%- set relation_columns = {} -%}\n {%- set column_superset = {} -%}\n\n {%- for relation in relations -%}\n\n {%- do relation_columns.update({relation: []}) -%}\n\n {%- do dbt_utils._is_relation(relation, 'union_relations') -%}\n {%- set cols = adapter.get_columns_in_relation(relation) -%}\n {%- for col in cols -%}\n\n {#- If an exclude list was provided and the column is in the list, do nothing -#}\n {%- if exclude and col.column in exclude -%}\n\n {#- If an include list was provided and the column is not in the list, do nothing -#}\n {%- elif include and col.column not in include -%}\n\n {#- Otherwise add the column to the column superset -#}\n {%- else -%}\n\n {#- update the list of columns in this relation -#}\n {%- do relation_columns[relation].append(col.column) -%}\n\n {%- if col.column in column_superset -%}\n\n {%- set stored = column_superset[col.column] -%}\n {%- if col.is_string() and stored.is_string() and col.string_size() > stored.string_size() -%}\n\n {%- do column_superset.update({col.column: col}) -%}\n\n {%- endif %}\n\n {%- else -%}\n\n {%- do column_superset.update({col.column: col}) -%}\n\n {%- endif -%}\n\n {%- endif -%}\n\n {%- endfor -%}\n {%- endfor -%}\n\n {%- set ordered_column_names = column_superset.keys() -%}\n\n {%- for relation in relations %}\n\n (\n select\n\n cast({{ dbt.string_literal(relation) }} as {{ dbt.type_string() }}) as {{ source_column_name }},\n {% for col_name in ordered_column_names -%}\n\n {%- set col = column_superset[col_name] %}\n {%- set col_type = column_override.get(col.column, col.data_type) %}\n {%- set col_name = adapter.quote(col_name) if col_name in relation_columns[relation] else 'null' %}\n cast({{ col_name }} as {{ col_type }}) as {{ col.quoted }} {% if not loop.last %},{% endif -%}\n\n {%- endfor %}\n\n from {{ aliases[loop.index0] if aliases else relation }}\n )\n\n {% if not loop.last -%}\n union all\n {% endif -%}\n\n {%- endfor -%}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt.string_literal", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.450325, "supported_languages": null}, "macro.fivetran_utils.union_tables": {"name": "union_tables", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/union_relations.sql", "original_file_path": "macros/union_relations.sql", "unique_id": "macro.fivetran_utils.union_tables", "macro_sql": "{%- macro union_tables(tables, column_override=none, include=[], exclude=[], source_column_name='_dbt_source_table') -%}\n\n {%- do exceptions.warn(\"Warning: the `union_tables` macro is no longer supported and will be deprecated in a future release of dbt-utils. Use the `union_relations` macro instead\") -%}\n\n {{ return(dbt_utils.union_relations(tables, column_override, include, exclude, source_column_name)) }}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_utils.union_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.45073, "supported_languages": null}, "macro.fivetran_utils.snowflake_seed_data": {"name": "snowflake_seed_data", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/snowflake_seed_data.sql", "original_file_path": "macros/snowflake_seed_data.sql", "unique_id": "macro.fivetran_utils.snowflake_seed_data", "macro_sql": "{% macro snowflake_seed_data(seed_name) %}\n\n{% if target.type == 'snowflake' %}\n{{ return(ref(seed_name ~ '_snowflake')) }}\n{% else %}\n{{ return(ref(seed_name)) }}\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.451146, "supported_languages": null}, "macro.fivetran_utils.fill_staging_columns": {"name": "fill_staging_columns", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/fill_staging_columns.sql", "original_file_path": "macros/fill_staging_columns.sql", "unique_id": "macro.fivetran_utils.fill_staging_columns", "macro_sql": "{% macro fill_staging_columns(source_columns, staging_columns) -%}\n\n{%- set source_column_names = source_columns|map(attribute='name')|map('lower')|list -%}\n\n{%- for column in staging_columns %}\n {% if column.name|lower in source_column_names -%}\n {{ fivetran_utils.quote_column(column) }} as \n {%- if 'alias' in column %} {{ column.alias }} {% else %} {{ fivetran_utils.quote_column(column) }} {%- endif -%}\n {%- else -%}\n cast(null as {{ column.datatype }})\n {%- if 'alias' in column %} as {{ column.alias }} {% else %} as {{ fivetran_utils.quote_column(column) }} {% endif -%}\n {%- endif -%}\n {%- if not loop.last -%} , {% endif -%}\n{% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.quote_column"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.452853, "supported_languages": null}, "macro.fivetran_utils.quote_column": {"name": "quote_column", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/fill_staging_columns.sql", "original_file_path": "macros/fill_staging_columns.sql", "unique_id": "macro.fivetran_utils.quote_column", "macro_sql": "{% macro quote_column(column) %}\n {% if 'quote' in column %}\n {% if column.quote %}\n {% if target.type in ('bigquery', 'spark', 'databricks') %}\n `{{ column.name }}`\n {% elif target.type == 'snowflake' %}\n \"{{ column.name | upper }}\"\n {% else %}\n \"{{ column.name }}\"\n {% endif %}\n {% else %}\n {{ column.name }}\n {% endif %}\n {% else %}\n {{ column.name }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.453463, "supported_languages": null}, "macro.fivetran_utils.json_extract": {"name": "json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "unique_id": "macro.fivetran_utils.json_extract", "macro_sql": "{% macro json_extract(string, string_path) -%}\n\n{{ adapter.dispatch('json_extract', 'fivetran_utils') (string, string_path) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.bigquery__json_extract"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.454067, "supported_languages": null}, "macro.fivetran_utils.default__json_extract": {"name": "default__json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "unique_id": "macro.fivetran_utils.default__json_extract", "macro_sql": "{% macro default__json_extract(string, string_path) %}\n\n json_extract_path_text({{string}}, {{ \"'\" ~ string_path ~ \"'\" }} )\n \n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.454238, "supported_languages": null}, "macro.fivetran_utils.snowflake__json_extract": {"name": "snowflake__json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "unique_id": "macro.fivetran_utils.snowflake__json_extract", "macro_sql": "{% macro snowflake__json_extract(string, string_path) %}\n\n json_extract_path_text(try_parse_json( {{string}} ), {{ \"'\" ~ string_path ~ \"'\" }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.4544058, "supported_languages": null}, "macro.fivetran_utils.redshift__json_extract": {"name": "redshift__json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "unique_id": "macro.fivetran_utils.redshift__json_extract", "macro_sql": "{% macro redshift__json_extract(string, string_path) %}\n\n case when is_valid_json( {{string}} ) then json_extract_path_text({{string}}, {{ \"'\" ~ string_path ~ \"'\" }} ) else null end\n \n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.454591, "supported_languages": null}, "macro.fivetran_utils.bigquery__json_extract": {"name": "bigquery__json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "unique_id": "macro.fivetran_utils.bigquery__json_extract", "macro_sql": "{% macro bigquery__json_extract(string, string_path) %}\n\n json_extract_scalar({{string}}, {{ \"'$.\" ~ string_path ~ \"'\" }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.454784, "supported_languages": null}, "macro.fivetran_utils.postgres__json_extract": {"name": "postgres__json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "unique_id": "macro.fivetran_utils.postgres__json_extract", "macro_sql": "{% macro postgres__json_extract(string, string_path) %}\n\n {{string}}::json->>{{\"'\" ~ string_path ~ \"'\" }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.454956, "supported_languages": null}, "macro.fivetran_utils.collect_freshness": {"name": "collect_freshness", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/collect_freshness.sql", "original_file_path": "macros/collect_freshness.sql", "unique_id": "macro.fivetran_utils.collect_freshness", "macro_sql": "{% macro collect_freshness(source, loaded_at_field, filter) %}\n {{ return(adapter.dispatch('collect_freshness')(source, loaded_at_field, filter))}}\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__collect_freshness"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.45572, "supported_languages": null}, "macro.fivetran_utils.default__collect_freshness": {"name": "default__collect_freshness", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/collect_freshness.sql", "original_file_path": "macros/collect_freshness.sql", "unique_id": "macro.fivetran_utils.default__collect_freshness", "macro_sql": "{% macro default__collect_freshness(source, loaded_at_field, filter) %}\n {% call statement('collect_freshness', fetch_result=True, auto_begin=False) -%}\n\n {%- set enabled_array = [] -%}\n {% for node in graph.sources.values() %}\n {% if node.identifier == source.identifier %}\n {% if (node.meta['is_enabled'] | default(true)) %}\n {%- do enabled_array.append(1) -%}\n {% endif %}\n {% endif %}\n {% endfor %}\n {% set is_enabled = (enabled_array != []) %}\n\n select\n {% if is_enabled %}\n max({{ loaded_at_field }})\n {% else %} \n {{ current_timestamp() }} {% endif %} as max_loaded_at,\n {{ current_timestamp() }} as snapshotted_at\n\n {% if is_enabled %}\n from {{ source }}\n {% if filter %}\n where {{ filter }}\n {% endif %}\n {% endif %}\n\n {% endcall %}\n {{ return(load_result('collect_freshness').table) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.456779, "supported_languages": null}, "macro.fivetran_utils.timestamp_add": {"name": "timestamp_add", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "unique_id": "macro.fivetran_utils.timestamp_add", "macro_sql": "{% macro timestamp_add(datepart, interval, from_timestamp) -%}\n\n{{ adapter.dispatch('timestamp_add', 'fivetran_utils') (datepart, interval, from_timestamp) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.bigquery__timestamp_add"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.457674, "supported_languages": null}, "macro.fivetran_utils.default__timestamp_add": {"name": "default__timestamp_add", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "unique_id": "macro.fivetran_utils.default__timestamp_add", "macro_sql": "{% macro default__timestamp_add(datepart, interval, from_timestamp) %}\n\n timestampadd(\n {{ datepart }},\n {{ interval }},\n {{ from_timestamp }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.457901, "supported_languages": null}, "macro.fivetran_utils.bigquery__timestamp_add": {"name": "bigquery__timestamp_add", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "unique_id": "macro.fivetran_utils.bigquery__timestamp_add", "macro_sql": "{% macro bigquery__timestamp_add(datepart, interval, from_timestamp) %}\n\n timestamp_add({{ from_timestamp }}, interval {{ interval }} {{ datepart }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.4580748, "supported_languages": null}, "macro.fivetran_utils.redshift__timestamp_add": {"name": "redshift__timestamp_add", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "unique_id": "macro.fivetran_utils.redshift__timestamp_add", "macro_sql": "{% macro redshift__timestamp_add(datepart, interval, from_timestamp) %}\n\n dateadd(\n {{ datepart }},\n {{ interval }},\n {{ from_timestamp }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.458242, "supported_languages": null}, "macro.fivetran_utils.postgres__timestamp_add": {"name": "postgres__timestamp_add", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "unique_id": "macro.fivetran_utils.postgres__timestamp_add", "macro_sql": "{% macro postgres__timestamp_add(datepart, interval, from_timestamp) %}\n\n {{ from_timestamp }} + ((interval '1 {{ datepart }}') * ({{ interval }}))\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.458411, "supported_languages": null}, "macro.fivetran_utils.spark__timestamp_add": {"name": "spark__timestamp_add", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "unique_id": "macro.fivetran_utils.spark__timestamp_add", "macro_sql": "{% macro spark__timestamp_add(datepart, interval, from_timestamp) %}\n\n {{ dbt.dateadd(datepart, interval, from_timestamp) }}\n \n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.4585931, "supported_languages": null}, "macro.fivetran_utils.ceiling": {"name": "ceiling", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/ceiling.sql", "original_file_path": "macros/ceiling.sql", "unique_id": "macro.fivetran_utils.ceiling", "macro_sql": "{% macro ceiling(num) -%}\n\n{{ adapter.dispatch('ceiling', 'fivetran_utils') (num) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__ceiling"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.458861, "supported_languages": null}, "macro.fivetran_utils.default__ceiling": {"name": "default__ceiling", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/ceiling.sql", "original_file_path": "macros/ceiling.sql", "unique_id": "macro.fivetran_utils.default__ceiling", "macro_sql": "{% macro default__ceiling(num) %}\n ceiling({{ num }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.459053, "supported_languages": null}, "macro.fivetran_utils.snowflake__ceiling": {"name": "snowflake__ceiling", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/ceiling.sql", "original_file_path": "macros/ceiling.sql", "unique_id": "macro.fivetran_utils.snowflake__ceiling", "macro_sql": "{% macro snowflake__ceiling(num) %}\n ceil({{ num }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.45916, "supported_languages": null}, "macro.fivetran_utils.remove_prefix_from_columns": {"name": "remove_prefix_from_columns", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/remove_prefix_from_columns.sql", "original_file_path": "macros/remove_prefix_from_columns.sql", "unique_id": "macro.fivetran_utils.remove_prefix_from_columns", "macro_sql": "{% macro remove_prefix_from_columns(columns, prefix='', exclude=[]) %}\n\n {%- for col in columns if col.name not in exclude -%}\n {%- if col.name[:prefix|length]|lower == prefix -%}\n {{ col.name }} as {{ col.name[prefix|length:] }}\n {%- else -%}\n {{ col.name }}\n {%- endif -%}\n {%- if not loop.last -%},{%- endif %}\n {% endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.459872, "supported_languages": null}, "macro.fivetran_utils.union_data": {"name": "union_data", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/union_data.sql", "original_file_path": "macros/union_data.sql", "unique_id": "macro.fivetran_utils.union_data", "macro_sql": "{%- macro union_data(table_identifier, database_variable, schema_variable, default_database, default_schema, default_variable, union_schema_variable='union_schemas', union_database_variable='union_databases') -%}\n\n{{ adapter.dispatch('union_data', 'fivetran_utils') (\n table_identifier, \n database_variable, \n schema_variable, \n default_database, \n default_schema, \n default_variable,\n union_schema_variable,\n union_database_variable\n ) }}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.fivetran_utils.default__union_data"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.4641721, "supported_languages": null}, "macro.fivetran_utils.default__union_data": {"name": "default__union_data", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/union_data.sql", "original_file_path": "macros/union_data.sql", "unique_id": "macro.fivetran_utils.default__union_data", "macro_sql": "{%- macro default__union_data(\n table_identifier, \n database_variable, \n schema_variable, \n default_database, \n default_schema, \n default_variable,\n union_schema_variable,\n union_database_variable\n ) -%}\n\n{%- if var(union_schema_variable, none) -%}\n\n {%- set relations = [] -%}\n \n {%- if var(union_schema_variable) is string -%}\n {%- set trimmed = var(union_schema_variable)|trim('[')|trim(']') -%}\n {%- set schemas = trimmed.split(',')|map('trim',\" \")|map('trim','\"')|map('trim',\"'\") -%}\n {%- else -%}\n {%- set schemas = var(union_schema_variable) -%}\n {%- endif -%}\n\n {%- for schema in var(union_schema_variable) -%}\n {%- set relation=adapter.get_relation(\n database=source(schema, table_identifier).database if var('has_defined_sources', false) else var(database_variable, default_database),\n schema=source(schema, table_identifier).schema if var('has_defined_sources', false) else schema,\n identifier=source(schema, table_identifier).identifier if var('has_defined_sources', false) else table_identifier\n ) -%}\n \n {%- set relation_exists=relation is not none -%}\n\n {%- if relation_exists -%}\n {%- do relations.append(relation) -%}\n {%- endif -%}\n\n {%- endfor -%}\n \n {%- if relations != [] -%}\n {{ dbt_utils.union_relations(relations) }}\n {%- else -%}\n {% if execute and not var('fivetran__remove_empty_table_warnings', false) -%}\n {{ exceptions.warn(\"\\n\\nPlease be aware: The \" ~ table_identifier|upper ~ \" table was not found in your \" ~ default_schema|upper ~ \" schema(s). The Fivetran dbt package will create a completely empty \" ~ table_identifier|upper ~ \" staging model as to not break downstream transformations. To turn off these warnings, set the `fivetran__remove_empty_table_warnings` variable to TRUE (see https://github.com/fivetran/dbt_fivetran_utils/tree/releases/v0.4.latest#union_data-source for details).\\n\") }}\n {% endif -%}\n select \n cast(null as {{ dbt.type_string() }}) as _dbt_source_relation\n limit 0\n {%- endif -%}\n\n{%- elif var(union_database_variable, none) -%}\n\n {%- set relations = [] -%}\n\n {%- for database in var(union_database_variable) -%}\n {%- set relation=adapter.get_relation(\n database=source(schema, table_identifier).database if var('has_defined_sources', false) else database,\n schema=source(schema, table_identifier).schema if var('has_defined_sources', false) else var(schema_variable, default_schema),\n identifier=source(schema, table_identifier).identifier if var('has_defined_sources', false) else table_identifier\n ) -%}\n\n {%- set relation_exists=relation is not none -%}\n\n {%- if relation_exists -%}\n {%- do relations.append(relation) -%}\n {%- endif -%}\n\n {%- endfor -%}\n\n {%- if relations != [] -%}\n {{ dbt_utils.union_relations(relations) }}\n {%- else -%}\n {% if execute and not var('fivetran__remove_empty_table_warnings', false) -%}\n {{ exceptions.warn(\"\\n\\nPlease be aware: The \" ~ table_identifier|upper ~ \" table was not found in your \" ~ default_schema|upper ~ \" schema(s). The Fivetran dbt package will create a completely empty \" ~ table_identifier|upper ~ \" staging model as to not break downstream transformations. To turn off these warnings, set the `fivetran__remove_empty_table_warnings` variable to TRUE (see https://github.com/fivetran/dbt_fivetran_utils/tree/releases/v0.4.latest#union_data-source for details).\\n\") }}\n {% endif -%}\n select \n cast(null as {{ dbt.type_string() }}) as _dbt_source_relation\n limit 0\n {%- endif -%}\n\n{%- else -%}\n {%- set relation=adapter.get_relation(\n database=var(database_variable, default_database),\n schema=var(schema_variable, default_schema),\n identifier=var(default_schema ~ '_' ~ table_identifier ~ '_' ~ 'identifier', table_identifier)) -%}\n\n{%- set table_exists=relation is not none -%}\n\n{%- if table_exists -%}\n select * \n from {{ var(default_variable) }}\n{%- else -%}\n {% if execute and not var('fivetran__remove_empty_table_warnings', false) -%}\n {{ exceptions.warn(\"\\n\\nPlease be aware: The \" ~ table_identifier|upper ~ \" table was not found in your \" ~ default_schema|upper ~ \" schema(s). The Fivetran dbt package will create a completely empty \" ~ table_identifier|upper ~ \" staging model as to not break downstream transformations. To turn off these warnings, set the `fivetran__remove_empty_table_warnings` variable to TRUE (see https://github.com/fivetran/dbt_fivetran_utils/tree/releases/v0.4.latest#union_data-source for details).\\n\") }}\n {% endif -%}\n select \n cast(null as {{ dbt.type_string() }}) as _dbt_source_relation\n limit 0\n{%- endif -%}\n{%- endif -%}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_utils.union_relations", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.468351, "supported_languages": null}, "macro.fivetran_utils.dummy_coalesce_value": {"name": "dummy_coalesce_value", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/dummy_coalesce_value.sql", "original_file_path": "macros/dummy_coalesce_value.sql", "unique_id": "macro.fivetran_utils.dummy_coalesce_value", "macro_sql": "{% macro dummy_coalesce_value(column) %}\n\n{% set coalesce_value = {\n 'STRING': \"'DUMMY_STRING'\",\n 'BOOLEAN': 'null',\n 'INT': 999999999,\n 'FLOAT': 999999999.99,\n 'TIMESTAMP': 'cast(\"2099-12-31\" as timestamp)',\n 'DATE': 'cast(\"2099-12-31\" as date)',\n} %}\n\n{% if column.is_float() %}\n{{ return(coalesce_value['FLOAT']) }}\n\n{% elif column.is_numeric() %}\n{{ return(coalesce_value['INT']) }}\n\n{% elif column.is_string() %}\n{{ return(coalesce_value['STRING']) }}\n\n{% elif column.data_type|lower == 'boolean' %}\n{{ return(coalesce_value['BOOLEAN']) }}\n\n{% elif 'timestamp' in column.data_type|lower %}\n{{ return(coalesce_value['TIMESTAMP']) }}\n\n{% elif 'date' in column.data_type|lower %}\n{{ return(coalesce_value['DATE']) }}\n\n{% elif 'int' in column.data_type|lower %}\n{{ return(coalesce_value['INT']) }}\n\n{% endif %}\n\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.469971, "supported_languages": null}, "macro.fivetran_utils.array_agg": {"name": "array_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/array_agg.sql", "original_file_path": "macros/array_agg.sql", "unique_id": "macro.fivetran_utils.array_agg", "macro_sql": "{% macro array_agg(field_to_agg) -%}\n\n{{ adapter.dispatch('array_agg', 'fivetran_utils') (field_to_agg) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__array_agg"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.470273, "supported_languages": null}, "macro.fivetran_utils.default__array_agg": {"name": "default__array_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/array_agg.sql", "original_file_path": "macros/array_agg.sql", "unique_id": "macro.fivetran_utils.default__array_agg", "macro_sql": "{% macro default__array_agg(field_to_agg) %}\n array_agg({{ field_to_agg }})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.470391, "supported_languages": null}, "macro.fivetran_utils.redshift__array_agg": {"name": "redshift__array_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/array_agg.sql", "original_file_path": "macros/array_agg.sql", "unique_id": "macro.fivetran_utils.redshift__array_agg", "macro_sql": "{% macro redshift__array_agg(field_to_agg) %}\n listagg({{ field_to_agg }}, ',')\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.470504, "supported_languages": null}, "macro.fivetran_utils.empty_variable_warning": {"name": "empty_variable_warning", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/empty_variable_warning.sql", "original_file_path": "macros/empty_variable_warning.sql", "unique_id": "macro.fivetran_utils.empty_variable_warning", "macro_sql": "{% macro empty_variable_warning(variable, downstream_model) %}\n\n{% if not var(variable) %}\n{{ log(\n \"\"\"\n Warning: You have passed an empty list to the \"\"\" ~ variable ~ \"\"\".\n As a result, you won't see the history of any columns in the \"\"\" ~ downstream_model ~ \"\"\" model.\n \"\"\",\n info=True\n) }}\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.470929, "supported_languages": null}, "macro.fivetran_utils.enabled_vars_one_true": {"name": "enabled_vars_one_true", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/enabled_vars_one_true.sql", "original_file_path": "macros/enabled_vars_one_true.sql", "unique_id": "macro.fivetran_utils.enabled_vars_one_true", "macro_sql": "{% macro enabled_vars_one_true(vars) %}\n\n{% for v in vars %}\n \n {% if var(v, False) == True %}\n {{ return(True) }}\n {% endif %}\n\n{% endfor %}\n\n{{ return(False) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1680112210.471343, "supported_languages": null}}, "docs": {"doc.dbt.__overview__": {"name": "__overview__", "resource_type": "doc", "package_name": "dbt", "path": "overview.md", "original_file_path": "docs/overview.md", "unique_id": "doc.dbt.__overview__", "block_contents": "### Welcome!\n\nWelcome to the auto-generated documentation for your dbt project!\n\n### Navigation\n\nYou can use the `Project` and `Database` navigation tabs on the left side of the window to explore the models\nin your project.\n\n#### Project Tab\nThe `Project` tab mirrors the directory structure of your dbt project. In this tab, you can see all of the\nmodels defined in your dbt project, as well as models imported from dbt packages.\n\n#### Database Tab\nThe `Database` tab also exposes your models, but in a format that looks more like a database explorer. This view\nshows relations (tables and views) grouped into database schemas. Note that ephemeral models are _not_ shown\nin this interface, as they do not exist in the database.\n\n### Graph Exploration\nYou can click the blue icon on the bottom-right corner of the page to view the lineage graph of your models.\n\nOn model pages, you'll see the immediate parents and children of the model you're exploring. By clicking the `Expand`\nbutton at the top-right of this lineage pane, you'll be able to see all of the models that are used to build,\nor are built from, the model you're exploring.\n\nOnce expanded, you'll be able to use the `--select` and `--exclude` model selection syntax to filter the\nmodels in the graph. For more information on model selection, check out the [dbt docs](https://docs.getdbt.com/docs/model-selection-syntax).\n\nNote that you can also right-click on models to interactively filter and explore the graph.\n\n---\n\n### More information\n\n- [What is dbt](https://docs.getdbt.com/docs/introduction)?\n- Read the [dbt viewpoint](https://docs.getdbt.com/docs/viewpoint)\n- [Installation](https://docs.getdbt.com/docs/installation)\n- Join the [dbt Community](https://www.getdbt.com/community/) for questions and discussion"}, "doc.hubspot_source._fivetran_synced": {"name": "_fivetran_synced", "resource_type": "doc", "package_name": "hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.hubspot_source._fivetran_synced", "block_contents": "Timestamp of when Fivetran synced a record."}, "doc.hubspot_source._fivetran_deleted": {"name": "_fivetran_deleted", "resource_type": "doc", "package_name": "hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.hubspot_source._fivetran_deleted", "block_contents": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent."}, "doc.hubspot_source.portal_id": {"name": "portal_id", "resource_type": "doc", "package_name": "hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.hubspot_source.portal_id", "block_contents": "The hub ID."}, "doc.hubspot_source.is_deleted": {"name": "is_deleted", "resource_type": "doc", "package_name": "hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.hubspot_source.is_deleted", "block_contents": "Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; _fivetran_deleted and is_deleted fields are equivalent."}, "doc.hubspot_source.history_name": {"name": "history_name", "resource_type": "doc", "package_name": "hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.hubspot_source.history_name", "block_contents": "The name of the field being changed."}, "doc.hubspot_source.history_source": {"name": "history_source", "resource_type": "doc", "package_name": "hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.hubspot_source.history_source", "block_contents": "The source (reason) of the change."}, "doc.hubspot_source.history_source_id": {"name": "history_source_id", "resource_type": "doc", "package_name": "hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.hubspot_source.history_source_id", "block_contents": "The ID of the object that caused the change, if applicable."}, "doc.hubspot_source.history_timestamp": {"name": "history_timestamp", "resource_type": "doc", "package_name": "hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.hubspot_source.history_timestamp", "block_contents": "The timestamp the changed occurred."}, "doc.hubspot_source.history_value": {"name": "history_value", "resource_type": "doc", "package_name": "hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.hubspot_source.history_value", "block_contents": "The new value of the field."}, "doc.hubspot_source.email_event_browser": {"name": "email_event_browser", "resource_type": "doc", "package_name": "hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.hubspot_source.email_event_browser", "block_contents": "A JSON object representing the browser which serviced the event. Its comprised of the properties: 'name', 'family', 'producer', 'producer_url', 'type', 'url', 'version'."}, "doc.hubspot_source.email_event_ip_address": {"name": "email_event_ip_address", "resource_type": "doc", "package_name": "hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.hubspot_source.email_event_ip_address", "block_contents": "The contact's IP address when the event occurred."}, "doc.hubspot_source.email_event_location": {"name": "email_event_location", "resource_type": "doc", "package_name": "hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.hubspot_source.email_event_location", "block_contents": "A JSON object representing the location where the event occurred. It's comprised of the properties: 'city', 'state', 'country'."}, "doc.hubspot_source.email_event_user_agent": {"name": "email_event_user_agent", "resource_type": "doc", "package_name": "hubspot_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.hubspot_source.email_event_user_agent", "block_contents": "The user agent responsible for the event, e.g. \u201cMozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\u201d"}}, "exposures": {}, "metrics": {}, "selectors": {}, "disabled": {"seed.hubspot_source_integration_tests.contact_list_data_postgres": [{"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "contact_list_data_postgres", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "contact_list_data_postgres.csv", "original_file_path": "seeds/contact_list_data_postgres.csv", "unique_id": "seed.hubspot_source_integration_tests.contact_list_data_postgres", "fqn": ["hubspot_source_integration_tests", "contact_list_data_postgres"], "alias": "contact_list_data_postgres", "checksum": {"name": "sha256", "checksum": "349152bb0b8810fbbf890a9094250c04efc80151a4a8e30f7f3c75cc1ffad2c2"}, "config": {"enabled": false, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "enabled": "{{ true if target.type == 'postgres' else false }}"}, "created_at": 1680112210.7690449, "config_call_dict": {}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`contact_list_data_postgres`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}], "seed.hubspot_source_integration_tests.email_event_sent_data_postgres": [{"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_sent_data_postgres", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "email_event_sent_data_postgres.csv", "original_file_path": "seeds/email_event_sent_data_postgres.csv", "unique_id": "seed.hubspot_source_integration_tests.email_event_sent_data_postgres", "fqn": ["hubspot_source_integration_tests", "email_event_sent_data_postgres"], "alias": "email_event_sent_data_postgres", "checksum": {"name": "sha256", "checksum": "bec8cbb3459b0a77ce502feca62d013b92cdff4a0fc86e5187368f0c42a32ef0"}, "config": {"enabled": false, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "enabled": "{{ true if target.type == 'postgres' else false }}"}, "created_at": 1680112210.784348, "config_call_dict": {}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_sent_data_postgres`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}], "seed.hubspot_source_integration_tests.email_event_sent_data_snowflake": [{"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_sent_data_snowflake", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "email_event_sent_data_snowflake.csv", "original_file_path": "seeds/email_event_sent_data_snowflake.csv", "unique_id": "seed.hubspot_source_integration_tests.email_event_sent_data_snowflake", "fqn": ["hubspot_source_integration_tests", "email_event_sent_data_snowflake"], "alias": "email_event_sent_data_snowflake", "checksum": {"name": "sha256", "checksum": "ac69d5425b7072ca0f260fd4b2a1a1679c2d963a5b9f9d0531b11a6cb09be962"}, "config": {"enabled": false, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "enabled": "{{ true if target.type == 'snowflake' else false }}"}, "created_at": 1680112210.818305, "config_call_dict": {}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_sent_data_snowflake`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}], "seed.hubspot_source_integration_tests.email_event_dropped_data_snowflake": [{"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_dropped_data_snowflake", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "email_event_dropped_data_snowflake.csv", "original_file_path": "seeds/email_event_dropped_data_snowflake.csv", "unique_id": "seed.hubspot_source_integration_tests.email_event_dropped_data_snowflake", "fqn": ["hubspot_source_integration_tests", "email_event_dropped_data_snowflake"], "alias": "email_event_dropped_data_snowflake", "checksum": {"name": "sha256", "checksum": "3a1375bc3c06f4eee51584b1da536487ce4891dc501e0f56c9d48522d7476f09"}, "config": {"enabled": false, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "enabled": "{{ true if target.type == 'snowflake' else false }}"}, "created_at": 1680112210.8363671, "config_call_dict": {}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_dropped_data_snowflake`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}], "seed.hubspot_source_integration_tests.email_event_dropped_data_postgres": [{"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "email_event_dropped_data_postgres", "resource_type": "seed", "package_name": "hubspot_source_integration_tests", "path": "email_event_dropped_data_postgres.csv", "original_file_path": "seeds/email_event_dropped_data_postgres.csv", "unique_id": "seed.hubspot_source_integration_tests.email_event_dropped_data_postgres", "fqn": ["hubspot_source_integration_tests", "email_event_dropped_data_postgres"], "alias": "email_event_dropped_data_postgres", "checksum": {"name": "sha256", "checksum": "3e8f7f2d3d8e92d8b55b396fbed414d787dc147a776e03b633f229875f094260"}, "config": {"enabled": false, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": false, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "enabled": "{{ true if target.type == 'postgres' else false }}"}, "created_at": 1680112210.839093, "config_call_dict": {}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`email_event_dropped_data_postgres`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Hubspot/dbt_hubspot_source/integration_tests", "depends_on": {"macros": []}}], "model.hubspot_source.stg_hubspot__ticket_deal": [{"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_deal", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__ticket_deal.sql", "original_file_path": "models/stg_hubspot__ticket_deal.sql", "unique_id": "model.hubspot_source.stg_hubspot__ticket_deal", "fqn": ["hubspot_source", "stg_hubspot__ticket_deal"], "alias": "stg_hubspot__ticket_deal", "checksum": {"name": "sha256", "checksum": "c629e3a0ed0cb379078e5459018e0a012cf78ef553217ed52b15ef67ca1886ac"}, "config": {"enabled": false, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a 'link' between a ticket and a deal.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "{{ doc(\"_fivetran_synced\") }}", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "The ID of the related ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the related deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__ticket.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": false}, "created_at": 1680112211.7815092, "config_call_dict": {"enabled": false}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_deal`", "raw_code": "{{ config(enabled=(var('hubspot_service_enabled', false) and var('hubspot_ticket_deal_enabled', false))) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__ticket_deal_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__ticket_deal_tmp')),\n staging_columns=get_ticket_deal_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced,\n ticket_id,\n deal_id\n\n from macro\n\n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__ticket_deal_tmp"], ["stg_hubspot__ticket_deal_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.hubspot_source.get_ticket_deal_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": []}, "compiled_path": null}], "model.hubspot_source.stg_hubspot__contact_merge_audit": [{"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__contact_merge_audit", "resource_type": "model", "package_name": "hubspot_source", "path": "stg_hubspot__contact_merge_audit.sql", "original_file_path": "models/stg_hubspot__contact_merge_audit.sql", "unique_id": "model.hubspot_source.stg_hubspot__contact_merge_audit", "fqn": ["hubspot_source", "stg_hubspot__contact_merge_audit"], "alias": "stg_hubspot__contact_merge_audit", "checksum": {"name": "sha256", "checksum": "1f0ef9e69744b48f6469eee1e7c8d243f4104cdbc47a3c80d44747e72cb91244"}, "config": {"enabled": false, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record contains a contact merge event and the contacts effected by the merge.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "{{ doc(\"_fivetran_synced\") }}", "meta": {}, "data_type": null, "quote": null, "tags": []}, "canonical_vid": {"name": "canonical_vid", "description": "The contact ID of the contact which the vid_to_merge contact was merged into.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "entity_id": {"name": "entity_id", "description": "The ID of the related entity.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The contact's first name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The contact's last name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_properties_moved": {"name": "num_properties_moved", "description": "The number of properties which were removed from the merged contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp_at": {"name": "timestamp_at", "description": "Timestamp of when the contacts were merged.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID of the user.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "vid_to_merge": {"name": "vid_to_merge", "description": "The ID of the contact which was merged.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "hubspot_source://models/stg_hubspot__contact.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": null, "enabled": false}, "created_at": 1680112211.688542, "config_call_dict": {"enabled": false}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__contact_merge_audit`", "raw_code": "{{ config(enabled=(var('hubspot_marketing_enabled', true) and var('hubspot_contact_merge_audit_enabled', false))) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_hubspot__contact_merge_audit_tmp') }}\n\n), macro as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__contact_merge_audit_tmp')),\n staging_columns=get_contact_merge_audit_columns()\n )\n }}\n from base\n\n), fields as (\n\n select\n canonical_vid,\n contact_id,\n entity_id,\n first_name,\n last_name,\n num_properties_moved,\n cast(\n {%- if target.type == 'redshift' %}\n \"timestamp\"\n {%- else %} \n timestamp {%- endif %}\n as {{ dbt.type_timestamp() }}) as timestamp_at,\n user_id,\n vid_to_merge,\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced\n from macro\n \n)\n\nselect *\nfrom fields", "language": "sql", "refs": [["stg_hubspot__contact_merge_audit_tmp"], ["stg_hubspot__contact_merge_audit_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.hubspot_source.get_contact_merge_audit_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": []}, "compiled_path": null}], "model.hubspot_source.stg_hubspot__contact_merge_audit_tmp": [{"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__contact_merge_audit_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__contact_merge_audit_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__contact_merge_audit_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__contact_merge_audit_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__contact_merge_audit_tmp"], "alias": "stg_hubspot__contact_merge_audit_tmp", "checksum": {"name": "sha256", "checksum": "dc8f1c944350dda68447e8f3c2c1f7f21dc3bdf3eb1600b933afd6052b04b531"}, "config": {"enabled": false, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": false}, "created_at": 1680112211.48732, "config_call_dict": {"enabled": false}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__contact_merge_audit_tmp`", "raw_code": "{{ config(enabled=(var('hubspot_marketing_enabled', true) and var('hubspot_contact_merge_audit_enabled', false))) }}\n\nselect *\nfrom {{ var('contact_merge_audit') }}", "language": "sql", "refs": [], "sources": [["hubspot", "contact_merge_audit"]], "metrics": [], "depends_on": {"macros": [], "nodes": []}, "compiled_path": null}], "model.hubspot_source.stg_hubspot__ticket_deal_tmp": [{"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "stg_hubspot__ticket_deal_tmp", "resource_type": "model", "package_name": "hubspot_source", "path": "tmp/stg_hubspot__ticket_deal_tmp.sql", "original_file_path": "models/tmp/stg_hubspot__ticket_deal_tmp.sql", "unique_id": "model.hubspot_source.stg_hubspot__ticket_deal_tmp", "fqn": ["hubspot_source", "tmp", "stg_hubspot__ticket_deal_tmp"], "alias": "stg_hubspot__ticket_deal_tmp", "checksum": {"name": "sha256", "checksum": "4ac6b4f08204319a67e41471caf9f29506828b410718520e5ceada09cb448fb8"}, "config": {"enabled": false, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"materialized": "view", "schema": null, "enabled": false}, "created_at": 1680112211.634471, "config_call_dict": {"enabled": false}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`stg_hubspot__ticket_deal_tmp`", "raw_code": "{{ config(enabled=(var('hubspot_service_enabled', false) and var('hubspot_ticket_deal_enabled', false))) }}\n\nselect *\nfrom {{ var('ticket_deal') }}", "language": "sql", "refs": [], "sources": [["hubspot", "ticket_deal"]], "metrics": [], "depends_on": {"macros": [], "nodes": []}, "compiled_path": null}], "source.hubspot_source.hubspot.contact_merge_audit": [{"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "contact_merge_audit", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.contact_merge_audit", "fqn": ["hubspot_source", "hubspot", "contact_merge_audit"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "contact_merge_audit_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "DEPRECATED FOR NON-BIGQUERY USERS (will be deprecated on BigQuery as well). Each record contains a contact merge event and the contacts effected by the merge.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "{{ doc(\"_fivetran_synced\") }}", "meta": {}, "data_type": null, "quote": null, "tags": []}, "canonical_vid": {"name": "canonical_vid", "description": "The contact ID of the contact which the vid_to_merge contact was merged into.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "contact_id": {"name": "contact_id", "description": "The ID of the contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "entity_id": {"name": "entity_id", "description": "The ID of the related entity.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The contact's first name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The contact's last name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_properties_moved": {"name": "num_properties_moved", "description": "The number of properties which were removed from the merged contact.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "Timestamp of when the contacts were merged.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID of the user.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "vid_to_merge": {"name": "vid_to_merge", "description": "The ID of the contact which was merged.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": false}, "patch_path": null, "unrendered_config": {"enabled": false}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`contact_merge_audit_data`", "created_at": 1680112211.9284852}], "source.hubspot_source.hubspot.ticket_deal": [{"database": "dbt-package-testing", "schema": "hubspot_source_integration_tests_2", "name": "ticket_deal", "resource_type": "source", "package_name": "hubspot_source", "path": "models/src_hubspot.yml", "original_file_path": "models/src_hubspot.yml", "unique_id": "source.hubspot_source.hubspot.ticket_deal", "fqn": ["hubspot_source", "hubspot", "ticket_deal"], "source_name": "hubspot", "source_description": "", "loader": "Fivetran", "identifier": "ticket_deal_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a 'link' between a ticket and a deal.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "{{ doc(\"_fivetran_synced\") }}", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ticket_id": {"name": "ticket_id", "description": "The ID of the related ticket.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "deal_id": {"name": "deal_id", "description": "The ID of the related deal.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": false}, "patch_path": null, "unrendered_config": {"enabled": false}, "relation_name": "`dbt-package-testing`.`hubspot_source_integration_tests_2`.`ticket_deal_data`", "created_at": 1680112211.933501}]}, "parent_map": {"seed.hubspot_source_integration_tests.email_event_delivered_data": [], "seed.hubspot_source_integration_tests.ticket_pipeline_stage_data": [], "seed.hubspot_source_integration_tests.ticket_contact_data": [], "seed.hubspot_source_integration_tests.email_event_status_change_data": [], "seed.hubspot_source_integration_tests.ticket_company_data": [], "seed.hubspot_source_integration_tests.engagement_deal_data": [], "seed.hubspot_source_integration_tests.deal_stage_data": [], "seed.hubspot_source_integration_tests.email_campaign_data": [], "seed.hubspot_source_integration_tests.engagement_call_data": [], "seed.hubspot_source_integration_tests.contact_merge_audit_data": [], "seed.hubspot_source_integration_tests.email_event_print_data": [], "seed.hubspot_source_integration_tests.email_event_spam_report_data": [], "seed.hubspot_source_integration_tests.ticket_data": [], "seed.hubspot_source_integration_tests.ticket_pipeline_data": [], "seed.hubspot_source_integration_tests.contact_list_data": [], "seed.hubspot_source_integration_tests.email_event_click_data": [], "seed.hubspot_source_integration_tests.email_event_deferred_data": [], "seed.hubspot_source_integration_tests.email_event_open_data": [], "seed.hubspot_source_integration_tests.company_property_history_data": [], "seed.hubspot_source_integration_tests.engagement_email_data": [], "seed.hubspot_source_integration_tests.deal_data": [], "seed.hubspot_source_integration_tests.engagement_note_data": [], "seed.hubspot_source_integration_tests.deal_pipeline_data": [], "seed.hubspot_source_integration_tests.email_event_data": [], "seed.hubspot_source_integration_tests.engagement_data": [], "seed.hubspot_source_integration_tests.email_event_dropped_data": [], "seed.hubspot_source_integration_tests.owner_data": [], "seed.hubspot_source_integration_tests.engagement_meeting_data": [], "seed.hubspot_source_integration_tests.email_event_forward_data": [], "seed.hubspot_source_integration_tests.deal_pipeline_stage_data": [], "seed.hubspot_source_integration_tests.company_data": [], "seed.hubspot_source_integration_tests.deal_contact_data": [], "seed.hubspot_source_integration_tests.contact_list_member_data": [], "seed.hubspot_source_integration_tests.contact_property_history_data": [], "seed.hubspot_source_integration_tests.deal_property_history_data": [], "seed.hubspot_source_integration_tests.email_event_bounce_data": [], "seed.hubspot_source_integration_tests.engagement_contact_data": [], "seed.hubspot_source_integration_tests.ticket_engagement_data": [], "seed.hubspot_source_integration_tests.email_event_sent_data": [], "seed.hubspot_source_integration_tests.contact_data": [], "seed.hubspot_source_integration_tests.ticket_deal_data": [], "seed.hubspot_source_integration_tests.deal_company_data": [], "seed.hubspot_source_integration_tests.ticket_property_history_data": [], "seed.hubspot_source_integration_tests.engagement_task_data": [], "seed.hubspot_source_integration_tests.engagement_company_data": [], "model.hubspot_source.stg_hubspot__engagement_task": ["model.hubspot_source.stg_hubspot__engagement_task_tmp", "model.hubspot_source.stg_hubspot__engagement_task_tmp"], "model.hubspot_source.stg_hubspot__engagement_deal": ["model.hubspot_source.stg_hubspot__engagement_deal_tmp", "model.hubspot_source.stg_hubspot__engagement_deal_tmp"], "model.hubspot_source.stg_hubspot__company_property_history": ["model.hubspot_source.stg_hubspot__company_property_history_tmp", "model.hubspot_source.stg_hubspot__company_property_history_tmp"], "model.hubspot_source.stg_hubspot__email_event_delivered": ["model.hubspot_source.stg_hubspot__email_event_delivered_tmp", "model.hubspot_source.stg_hubspot__email_event_delivered_tmp"], "model.hubspot_source.stg_hubspot__owner": ["model.hubspot_source.stg_hubspot__owner_tmp", "model.hubspot_source.stg_hubspot__owner_tmp"], "model.hubspot_source.stg_hubspot__email_event": ["model.hubspot_source.stg_hubspot__email_event_tmp", "model.hubspot_source.stg_hubspot__email_event_tmp"], "model.hubspot_source.stg_hubspot__engagement_meeting": ["model.hubspot_source.stg_hubspot__engagement_meeting_tmp", "model.hubspot_source.stg_hubspot__engagement_meeting_tmp"], "model.hubspot_source.stg_hubspot__engagement_email": ["model.hubspot_source.stg_hubspot__engagement_email_tmp", "model.hubspot_source.stg_hubspot__engagement_email_tmp"], "model.hubspot_source.stg_hubspot__ticket_contact": ["model.hubspot_source.stg_hubspot__ticket_contact_tmp", "model.hubspot_source.stg_hubspot__ticket_contact_tmp"], "model.hubspot_source.stg_hubspot__email_event_status_change": ["model.hubspot_source.stg_hubspot__email_event_status_change_tmp", "model.hubspot_source.stg_hubspot__email_event_status_change_tmp"], "model.hubspot_source.stg_hubspot__contact_list_member": ["model.hubspot_source.stg_hubspot__contact_list_member_tmp", "model.hubspot_source.stg_hubspot__contact_list_member_tmp"], "model.hubspot_source.stg_hubspot__contact": ["model.hubspot_source.stg_hubspot__contact_tmp", "model.hubspot_source.stg_hubspot__contact_tmp"], "model.hubspot_source.stg_hubspot__deal": ["model.hubspot_source.stg_hubspot__deal_tmp", "model.hubspot_source.stg_hubspot__deal_tmp"], "model.hubspot_source.stg_hubspot__deal_pipeline": ["model.hubspot_source.stg_hubspot__deal_pipeline_tmp", "model.hubspot_source.stg_hubspot__deal_pipeline_tmp"], "model.hubspot_source.stg_hubspot__deal_company": ["model.hubspot_source.stg_hubspot__deal_company_tmp", "model.hubspot_source.stg_hubspot__deal_company_tmp"], "model.hubspot_source.stg_hubspot__engagement_note": ["model.hubspot_source.stg_hubspot__engagement_note_tmp", "model.hubspot_source.stg_hubspot__engagement_note_tmp"], "model.hubspot_source.stg_hubspot__engagement_contact": ["model.hubspot_source.stg_hubspot__engagement_contact_tmp", "model.hubspot_source.stg_hubspot__engagement_contact_tmp"], "model.hubspot_source.stg_hubspot__contact_list": ["model.hubspot_source.stg_hubspot__contact_list_tmp", "model.hubspot_source.stg_hubspot__contact_list_tmp"], "model.hubspot_source.stg_hubspot__ticket_pipeline": ["model.hubspot_source.stg_hubspot__ticket_pipeline_tmp", "model.hubspot_source.stg_hubspot__ticket_pipeline_tmp"], "model.hubspot_source.stg_hubspot__email_event_spam_report": ["model.hubspot_source.stg_hubspot__email_event_spam_report_tmp", "model.hubspot_source.stg_hubspot__email_event_spam_report_tmp"], "model.hubspot_source.stg_hubspot__deal_pipeline_stage": ["model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp", "model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp"], "model.hubspot_source.stg_hubspot__email_event_dropped": ["model.hubspot_source.stg_hubspot__email_event_dropped_tmp", "model.hubspot_source.stg_hubspot__email_event_dropped_tmp"], "model.hubspot_source.stg_hubspot__deal_stage": ["model.hubspot_source.stg_hubspot__deal_stage_tmp", "model.hubspot_source.stg_hubspot__deal_stage_tmp"], "model.hubspot_source.stg_hubspot__deal_property_history": ["model.hubspot_source.stg_hubspot__deal_property_history_tmp", "model.hubspot_source.stg_hubspot__deal_property_history_tmp"], "model.hubspot_source.stg_hubspot__email_event_forward": ["model.hubspot_source.stg_hubspot__email_event_forward_tmp", "model.hubspot_source.stg_hubspot__email_event_forward_tmp"], "model.hubspot_source.stg_hubspot__email_event_bounce": ["model.hubspot_source.stg_hubspot__email_event_bounce_tmp", "model.hubspot_source.stg_hubspot__email_event_bounce_tmp"], "model.hubspot_source.stg_hubspot__ticket_engagement": ["model.hubspot_source.stg_hubspot__ticket_engagement_tmp", "model.hubspot_source.stg_hubspot__ticket_engagement_tmp"], "model.hubspot_source.stg_hubspot__ticket_pipeline_stage": ["model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp", "model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp"], "model.hubspot_source.stg_hubspot__engagement_company": ["model.hubspot_source.stg_hubspot__engagement_company_tmp", "model.hubspot_source.stg_hubspot__engagement_company_tmp"], "model.hubspot_source.stg_hubspot__email_event_deferred": ["model.hubspot_source.stg_hubspot__email_event_deferred_tmp", "model.hubspot_source.stg_hubspot__email_event_deferred_tmp"], "model.hubspot_source.stg_hubspot__company": ["model.hubspot_source.stg_hubspot__company_tmp", "model.hubspot_source.stg_hubspot__company_tmp"], "model.hubspot_source.stg_hubspot__deal_contact": ["model.hubspot_source.stg_hubspot__deal_contact_tmp", "model.hubspot_source.stg_hubspot__deal_contact_tmp"], "model.hubspot_source.stg_hubspot__email_event_click": ["model.hubspot_source.stg_hubspot__email_event_click_tmp", "model.hubspot_source.stg_hubspot__email_event_click_tmp"], "model.hubspot_source.stg_hubspot__engagement_call": ["model.hubspot_source.stg_hubspot__engagement_call_tmp", "model.hubspot_source.stg_hubspot__engagement_call_tmp"], "model.hubspot_source.stg_hubspot__engagement": ["model.hubspot_source.stg_hubspot__engagement_tmp", "model.hubspot_source.stg_hubspot__engagement_tmp"], "model.hubspot_source.stg_hubspot__ticket_company": ["model.hubspot_source.stg_hubspot__ticket_company_tmp", "model.hubspot_source.stg_hubspot__ticket_company_tmp"], "model.hubspot_source.stg_hubspot__email_campaign": ["model.hubspot_source.stg_hubspot__email_campaign_tmp", "model.hubspot_source.stg_hubspot__email_campaign_tmp"], "model.hubspot_source.stg_hubspot__email_event_print": ["model.hubspot_source.stg_hubspot__email_event_print_tmp", "model.hubspot_source.stg_hubspot__email_event_print_tmp"], "model.hubspot_source.stg_hubspot__contact_property_history": ["model.hubspot_source.stg_hubspot__contact_property_history_tmp", "model.hubspot_source.stg_hubspot__contact_property_history_tmp"], "model.hubspot_source.stg_hubspot__ticket_property_history": ["model.hubspot_source.stg_hubspot__ticket_property_history_tmp", "model.hubspot_source.stg_hubspot__ticket_property_history_tmp"], "model.hubspot_source.stg_hubspot__email_event_open": ["model.hubspot_source.stg_hubspot__email_event_open_tmp", "model.hubspot_source.stg_hubspot__email_event_open_tmp"], "model.hubspot_source.stg_hubspot__email_event_sent": ["model.hubspot_source.stg_hubspot__email_event_sent_tmp", "model.hubspot_source.stg_hubspot__email_event_sent_tmp"], "model.hubspot_source.stg_hubspot__ticket": ["model.hubspot_source.stg_hubspot__ticket_tmp", "model.hubspot_source.stg_hubspot__ticket_tmp"], "model.hubspot_source.stg_hubspot__contact_property_history_tmp": ["source.hubspot_source.hubspot.contact_property_history"], "model.hubspot_source.stg_hubspot__email_event_dropped_tmp": ["seed.hubspot_source_integration_tests.email_event_dropped_data"], "model.hubspot_source.stg_hubspot__email_event_sent_tmp": ["seed.hubspot_source_integration_tests.email_event_sent_data"], "model.hubspot_source.stg_hubspot__deal_tmp": ["source.hubspot_source.hubspot.deal"], "model.hubspot_source.stg_hubspot__ticket_company_tmp": ["source.hubspot_source.hubspot.ticket_company"], "model.hubspot_source.stg_hubspot__deal_contact_tmp": ["source.hubspot_source.hubspot.deal_contact"], "model.hubspot_source.stg_hubspot__contact_list_member_tmp": ["source.hubspot_source.hubspot.contact_list_member"], "model.hubspot_source.stg_hubspot__owner_tmp": ["source.hubspot_source.hubspot.owner"], "model.hubspot_source.stg_hubspot__deal_stage_tmp": ["source.hubspot_source.hubspot.deal_stage"], "model.hubspot_source.stg_hubspot__deal_pipeline_tmp": ["source.hubspot_source.hubspot.deal_pipeline"], "model.hubspot_source.stg_hubspot__ticket_tmp": ["source.hubspot_source.hubspot.ticket"], "model.hubspot_source.stg_hubspot__ticket_property_history_tmp": ["source.hubspot_source.hubspot.ticket_property_history"], "model.hubspot_source.stg_hubspot__ticket_pipeline_tmp": ["source.hubspot_source.hubspot.ticket_pipeline"], "model.hubspot_source.stg_hubspot__engagement_company_tmp": ["source.hubspot_source.hubspot.engagement_company"], "model.hubspot_source.stg_hubspot__contact_tmp": ["source.hubspot_source.hubspot.contact"], "model.hubspot_source.stg_hubspot__email_event_status_change_tmp": ["source.hubspot_source.hubspot.email_event_status_change"], "model.hubspot_source.stg_hubspot__engagement_note_tmp": ["source.hubspot_source.hubspot.engagement_note"], "model.hubspot_source.stg_hubspot__ticket_contact_tmp": ["source.hubspot_source.hubspot.ticket_contact"], "model.hubspot_source.stg_hubspot__deal_company_tmp": ["source.hubspot_source.hubspot.deal_company"], "model.hubspot_source.stg_hubspot__engagement_deal_tmp": ["source.hubspot_source.hubspot.engagement_deal"], "model.hubspot_source.stg_hubspot__email_event_print_tmp": ["source.hubspot_source.hubspot.email_event_print"], "model.hubspot_source.stg_hubspot__company_property_history_tmp": ["source.hubspot_source.hubspot.company_property_history"], "model.hubspot_source.stg_hubspot__email_event_tmp": ["source.hubspot_source.hubspot.email_event"], "model.hubspot_source.stg_hubspot__company_tmp": ["source.hubspot_source.hubspot.company"], "model.hubspot_source.stg_hubspot__email_event_click_tmp": ["source.hubspot_source.hubspot.email_event_click"], "model.hubspot_source.stg_hubspot__engagement_contact_tmp": ["source.hubspot_source.hubspot.engagement_contact"], "model.hubspot_source.stg_hubspot__contact_list_tmp": ["seed.hubspot_source_integration_tests.contact_list_data"], "model.hubspot_source.stg_hubspot__engagement_meeting_tmp": ["source.hubspot_source.hubspot.engagement_meeting"], "model.hubspot_source.stg_hubspot__engagement_tmp": ["source.hubspot_source.hubspot.engagement"], "model.hubspot_source.stg_hubspot__email_event_delivered_tmp": ["source.hubspot_source.hubspot.email_event_delivered"], "model.hubspot_source.stg_hubspot__engagement_email_tmp": ["source.hubspot_source.hubspot.engagement_email"], "model.hubspot_source.stg_hubspot__email_event_forward_tmp": ["source.hubspot_source.hubspot.email_event_forward"], "model.hubspot_source.stg_hubspot__email_event_spam_report_tmp": ["source.hubspot_source.hubspot.email_event_spam_report"], "model.hubspot_source.stg_hubspot__ticket_engagement_tmp": ["source.hubspot_source.hubspot.ticket_engagement"], "model.hubspot_source.stg_hubspot__email_event_bounce_tmp": ["source.hubspot_source.hubspot.email_event_bounce"], "model.hubspot_source.stg_hubspot__engagement_call_tmp": ["source.hubspot_source.hubspot.engagement_call"], "model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp": ["source.hubspot_source.hubspot.ticket_pipeline_stage"], "model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp": ["source.hubspot_source.hubspot.deal_pipeline_stage"], "model.hubspot_source.stg_hubspot__engagement_task_tmp": ["source.hubspot_source.hubspot.engagement_task"], "model.hubspot_source.stg_hubspot__email_event_open_tmp": ["source.hubspot_source.hubspot.email_event_open"], "model.hubspot_source.stg_hubspot__deal_property_history_tmp": ["source.hubspot_source.hubspot.deal_property_history"], "model.hubspot_source.stg_hubspot__email_event_deferred_tmp": ["source.hubspot_source.hubspot.email_event_deferred"], "model.hubspot_source.stg_hubspot__email_campaign_tmp": ["source.hubspot_source.hubspot.email_campaign"], "test.hubspot_source.unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.ba90fa6113": ["model.hubspot_source.stg_hubspot__deal_pipeline_stage"], "test.hubspot_source.not_null_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.d53656553e": ["model.hubspot_source.stg_hubspot__deal_pipeline_stage"], "test.hubspot_source.unique_stg_hubspot__deal_pipeline_deal_pipeline_id.dff6c45403": ["model.hubspot_source.stg_hubspot__deal_pipeline"], "test.hubspot_source.not_null_stg_hubspot__deal_pipeline_deal_pipeline_id.8a0e3cd7a3": ["model.hubspot_source.stg_hubspot__deal_pipeline"], "test.hubspot_source.not_null_stg_hubspot__deal_deal_id.ff48693e20": ["model.hubspot_source.stg_hubspot__deal"], "test.hubspot_source.unique_stg_hubspot__deal_deal_id.ac1628ac69": ["model.hubspot_source.stg_hubspot__deal"], "test.hubspot_source.unique_stg_hubspot__contact_list_contact_list_id.036739c1b0": ["model.hubspot_source.stg_hubspot__contact_list"], "test.hubspot_source.not_null_stg_hubspot__contact_list_contact_list_id.ff8e4cc29a": ["model.hubspot_source.stg_hubspot__contact_list"], "test.hubspot_source.unique_stg_hubspot__contact_contact_id.b9135eb03a": ["model.hubspot_source.stg_hubspot__contact"], "test.hubspot_source.not_null_stg_hubspot__contact_contact_id.9f112f8944": ["model.hubspot_source.stg_hubspot__contact"], "test.hubspot_source.unique_stg_hubspot__email_event_bounce_event_id.0341ffa8e9": ["model.hubspot_source.stg_hubspot__email_event_bounce"], "test.hubspot_source.not_null_stg_hubspot__email_event_bounce_event_id.71b13d26d3": ["model.hubspot_source.stg_hubspot__email_event_bounce"], "test.hubspot_source.unique_stg_hubspot__email_event_click_event_id.da8d8487a1": ["model.hubspot_source.stg_hubspot__email_event_click"], "test.hubspot_source.not_null_stg_hubspot__email_event_click_event_id.8a1be931c5": ["model.hubspot_source.stg_hubspot__email_event_click"], "test.hubspot_source.unique_stg_hubspot__email_event_deferred_event_id.2f779e2912": ["model.hubspot_source.stg_hubspot__email_event_deferred"], "test.hubspot_source.not_null_stg_hubspot__email_event_deferred_event_id.80293078e0": ["model.hubspot_source.stg_hubspot__email_event_deferred"], "test.hubspot_source.unique_stg_hubspot__email_event_delivered_event_id.f818bf03fc": ["model.hubspot_source.stg_hubspot__email_event_delivered"], "test.hubspot_source.not_null_stg_hubspot__email_event_delivered_event_id.87c8eb3f20": ["model.hubspot_source.stg_hubspot__email_event_delivered"], "test.hubspot_source.unique_stg_hubspot__email_event_dropped_event_id.40706bbf71": ["model.hubspot_source.stg_hubspot__email_event_dropped"], "test.hubspot_source.not_null_stg_hubspot__email_event_dropped_event_id.c92d449f52": ["model.hubspot_source.stg_hubspot__email_event_dropped"], "test.hubspot_source.unique_stg_hubspot__email_event_forward_event_id.7f133d2dd1": ["model.hubspot_source.stg_hubspot__email_event_forward"], "test.hubspot_source.not_null_stg_hubspot__email_event_forward_event_id.b9a8bf63b3": ["model.hubspot_source.stg_hubspot__email_event_forward"], "test.hubspot_source.unique_stg_hubspot__email_event_open_event_id.3a369549b1": ["model.hubspot_source.stg_hubspot__email_event_open"], "test.hubspot_source.not_null_stg_hubspot__email_event_open_event_id.a2e658fe16": ["model.hubspot_source.stg_hubspot__email_event_open"], "test.hubspot_source.unique_stg_hubspot__email_event_print_event_id.40a8ccd3f3": ["model.hubspot_source.stg_hubspot__email_event_print"], "test.hubspot_source.not_null_stg_hubspot__email_event_print_event_id.94d4e09b3b": ["model.hubspot_source.stg_hubspot__email_event_print"], "test.hubspot_source.unique_stg_hubspot__email_event_sent_event_id.122cb22272": ["model.hubspot_source.stg_hubspot__email_event_sent"], "test.hubspot_source.not_null_stg_hubspot__email_event_sent_event_id.cf77d9f15d": ["model.hubspot_source.stg_hubspot__email_event_sent"], "test.hubspot_source.unique_stg_hubspot__email_event_spam_report_event_id.448320447a": ["model.hubspot_source.stg_hubspot__email_event_spam_report"], "test.hubspot_source.not_null_stg_hubspot__email_event_spam_report_event_id.2a56aced8f": ["model.hubspot_source.stg_hubspot__email_event_spam_report"], "test.hubspot_source.unique_stg_hubspot__email_event_status_change_event_id.13105203e0": ["model.hubspot_source.stg_hubspot__email_event_status_change"], "test.hubspot_source.not_null_stg_hubspot__email_event_status_change_event_id.c5e80297b1": ["model.hubspot_source.stg_hubspot__email_event_status_change"], "test.hubspot_source.unique_stg_hubspot__email_event_event_id.734683460d": ["model.hubspot_source.stg_hubspot__email_event"], "test.hubspot_source.not_null_stg_hubspot__email_event_event_id.4f287f3531": ["model.hubspot_source.stg_hubspot__email_event"], "test.hubspot_source.unique_stg_hubspot__email_campaign_email_campaign_id.9820d33f2e": ["model.hubspot_source.stg_hubspot__email_campaign"], "test.hubspot_source.not_null_stg_hubspot__email_campaign_email_campaign_id.79921899a6": ["model.hubspot_source.stg_hubspot__email_campaign"], "test.hubspot_source.not_null_stg_hubspot__engagement_call_engagement_id.5ceb3917bf": ["model.hubspot_source.stg_hubspot__engagement_call"], "test.hubspot_source.unique_stg_hubspot__engagement_call_engagement_id.43b4413603": ["model.hubspot_source.stg_hubspot__engagement_call"], "test.hubspot_source.not_null_stg_hubspot__engagement_email_engagement_id.175561ecca": ["model.hubspot_source.stg_hubspot__engagement_email"], "test.hubspot_source.unique_stg_hubspot__engagement_email_engagement_id.5eeb06dcfc": ["model.hubspot_source.stg_hubspot__engagement_email"], "test.hubspot_source.not_null_stg_hubspot__engagement_meeting_engagement_id.18dd11dc28": ["model.hubspot_source.stg_hubspot__engagement_meeting"], "test.hubspot_source.unique_stg_hubspot__engagement_meeting_engagement_id.70721fb830": ["model.hubspot_source.stg_hubspot__engagement_meeting"], "test.hubspot_source.not_null_stg_hubspot__engagement_note_engagement_id.244059891e": ["model.hubspot_source.stg_hubspot__engagement_note"], "test.hubspot_source.unique_stg_hubspot__engagement_note_engagement_id.e2eaf5256e": ["model.hubspot_source.stg_hubspot__engagement_note"], "test.hubspot_source.not_null_stg_hubspot__engagement_task_engagement_id.0bbd752d82": ["model.hubspot_source.stg_hubspot__engagement_task"], "test.hubspot_source.unique_stg_hubspot__engagement_task_engagement_id.0f578bc80c": ["model.hubspot_source.stg_hubspot__engagement_task"], "test.hubspot_source.not_null_stg_hubspot__engagement_engagement_id.b26f4d328f": ["model.hubspot_source.stg_hubspot__engagement"], "test.hubspot_source.unique_stg_hubspot__engagement_engagement_id.4f054187b0": ["model.hubspot_source.stg_hubspot__engagement"], "test.hubspot_source.unique_stg_hubspot__ticket_ticket_id.78c6fbfcaf": ["model.hubspot_source.stg_hubspot__ticket"], "test.hubspot_source.not_null_stg_hubspot__ticket_ticket_id.299e7c4c53": ["model.hubspot_source.stg_hubspot__ticket"], "test.hubspot_source.unique_stg_hubspot__company_company_id.394a2a4ba0": ["model.hubspot_source.stg_hubspot__company"], "test.hubspot_source.not_null_stg_hubspot__company_company_id.0d0a080d43": ["model.hubspot_source.stg_hubspot__company"], "source.hubspot_source.hubspot.calendar_event": [], "source.hubspot_source.hubspot.company": [], "source.hubspot_source.hubspot.company_property_history": [], "source.hubspot_source.hubspot.contact": [], "source.hubspot_source.hubspot.contact_form_submission": [], "source.hubspot_source.hubspot.contact_list": [], "source.hubspot_source.hubspot.contact_list_member": [], "source.hubspot_source.hubspot.contact_property_history": [], "source.hubspot_source.hubspot.deal": [], "source.hubspot_source.hubspot.deal_stage": [], "source.hubspot_source.hubspot.deal_company": [], "source.hubspot_source.hubspot.deal_contact": [], "source.hubspot_source.hubspot.deal_pipeline": [], "source.hubspot_source.hubspot.deal_pipeline_stage": [], "source.hubspot_source.hubspot.deal_property_history": [], "source.hubspot_source.hubspot.email_campaign": [], "source.hubspot_source.hubspot.email_event": [], "source.hubspot_source.hubspot.email_event_bounce": [], "source.hubspot_source.hubspot.email_event_click": [], "source.hubspot_source.hubspot.email_event_deferred": [], "source.hubspot_source.hubspot.email_event_delivered": [], "source.hubspot_source.hubspot.email_event_dropped": [], "source.hubspot_source.hubspot.email_event_forward": [], "source.hubspot_source.hubspot.email_event_open": [], "source.hubspot_source.hubspot.email_event_print": [], "source.hubspot_source.hubspot.email_event_sent": [], "source.hubspot_source.hubspot.email_event_spam_report": [], "source.hubspot_source.hubspot.email_event_status_change": [], "source.hubspot_source.hubspot.email_subscription": [], "source.hubspot_source.hubspot.email_subscription_change": [], "source.hubspot_source.hubspot.engagement": [], "source.hubspot_source.hubspot.engagement_call": [], "source.hubspot_source.hubspot.engagement_company": [], "source.hubspot_source.hubspot.engagement_contact": [], "source.hubspot_source.hubspot.engagement_deal": [], "source.hubspot_source.hubspot.engagement_email": [], "source.hubspot_source.hubspot.engagement_email_cc": [], "source.hubspot_source.hubspot.engagement_email_to": [], "source.hubspot_source.hubspot.engagement_meeting": [], "source.hubspot_source.hubspot.engagement_note": [], "source.hubspot_source.hubspot.engagement_task": [], "source.hubspot_source.hubspot.form": [], "source.hubspot_source.hubspot.owner": [], "source.hubspot_source.hubspot.ticket_company": [], "source.hubspot_source.hubspot.ticket_contact": [], "source.hubspot_source.hubspot.ticket_engagement": [], "source.hubspot_source.hubspot.ticket_pipeline_stage": [], "source.hubspot_source.hubspot.ticket_pipeline": [], "source.hubspot_source.hubspot.ticket_property_history": [], "source.hubspot_source.hubspot.ticket": []}, "child_map": {"seed.hubspot_source_integration_tests.email_event_delivered_data": [], "seed.hubspot_source_integration_tests.ticket_pipeline_stage_data": [], "seed.hubspot_source_integration_tests.ticket_contact_data": [], "seed.hubspot_source_integration_tests.email_event_status_change_data": [], "seed.hubspot_source_integration_tests.ticket_company_data": [], "seed.hubspot_source_integration_tests.engagement_deal_data": [], "seed.hubspot_source_integration_tests.deal_stage_data": [], "seed.hubspot_source_integration_tests.email_campaign_data": [], "seed.hubspot_source_integration_tests.engagement_call_data": [], "seed.hubspot_source_integration_tests.contact_merge_audit_data": [], "seed.hubspot_source_integration_tests.email_event_print_data": [], "seed.hubspot_source_integration_tests.email_event_spam_report_data": [], "seed.hubspot_source_integration_tests.ticket_data": [], "seed.hubspot_source_integration_tests.ticket_pipeline_data": [], "seed.hubspot_source_integration_tests.contact_list_data": ["model.hubspot_source.stg_hubspot__contact_list_tmp"], "seed.hubspot_source_integration_tests.email_event_click_data": [], "seed.hubspot_source_integration_tests.email_event_deferred_data": [], "seed.hubspot_source_integration_tests.email_event_open_data": [], "seed.hubspot_source_integration_tests.company_property_history_data": [], "seed.hubspot_source_integration_tests.engagement_email_data": [], "seed.hubspot_source_integration_tests.deal_data": [], "seed.hubspot_source_integration_tests.engagement_note_data": [], "seed.hubspot_source_integration_tests.deal_pipeline_data": [], "seed.hubspot_source_integration_tests.email_event_data": [], "seed.hubspot_source_integration_tests.engagement_data": [], "seed.hubspot_source_integration_tests.email_event_dropped_data": ["model.hubspot_source.stg_hubspot__email_event_dropped_tmp"], "seed.hubspot_source_integration_tests.owner_data": [], "seed.hubspot_source_integration_tests.engagement_meeting_data": [], "seed.hubspot_source_integration_tests.email_event_forward_data": [], "seed.hubspot_source_integration_tests.deal_pipeline_stage_data": [], "seed.hubspot_source_integration_tests.company_data": [], "seed.hubspot_source_integration_tests.deal_contact_data": [], "seed.hubspot_source_integration_tests.contact_list_member_data": [], "seed.hubspot_source_integration_tests.contact_property_history_data": [], "seed.hubspot_source_integration_tests.deal_property_history_data": [], "seed.hubspot_source_integration_tests.email_event_bounce_data": [], "seed.hubspot_source_integration_tests.engagement_contact_data": [], "seed.hubspot_source_integration_tests.ticket_engagement_data": [], "seed.hubspot_source_integration_tests.email_event_sent_data": ["model.hubspot_source.stg_hubspot__email_event_sent_tmp"], "seed.hubspot_source_integration_tests.contact_data": [], "seed.hubspot_source_integration_tests.ticket_deal_data": [], "seed.hubspot_source_integration_tests.deal_company_data": [], "seed.hubspot_source_integration_tests.ticket_property_history_data": [], "seed.hubspot_source_integration_tests.engagement_task_data": [], "seed.hubspot_source_integration_tests.engagement_company_data": [], "model.hubspot_source.stg_hubspot__engagement_task": ["test.hubspot_source.not_null_stg_hubspot__engagement_task_engagement_id.0bbd752d82", "test.hubspot_source.unique_stg_hubspot__engagement_task_engagement_id.0f578bc80c"], "model.hubspot_source.stg_hubspot__engagement_deal": [], "model.hubspot_source.stg_hubspot__company_property_history": [], "model.hubspot_source.stg_hubspot__email_event_delivered": ["test.hubspot_source.not_null_stg_hubspot__email_event_delivered_event_id.87c8eb3f20", "test.hubspot_source.unique_stg_hubspot__email_event_delivered_event_id.f818bf03fc"], "model.hubspot_source.stg_hubspot__owner": [], "model.hubspot_source.stg_hubspot__email_event": ["test.hubspot_source.not_null_stg_hubspot__email_event_event_id.4f287f3531", "test.hubspot_source.unique_stg_hubspot__email_event_event_id.734683460d"], "model.hubspot_source.stg_hubspot__engagement_meeting": ["test.hubspot_source.not_null_stg_hubspot__engagement_meeting_engagement_id.18dd11dc28", "test.hubspot_source.unique_stg_hubspot__engagement_meeting_engagement_id.70721fb830"], "model.hubspot_source.stg_hubspot__engagement_email": ["test.hubspot_source.not_null_stg_hubspot__engagement_email_engagement_id.175561ecca", "test.hubspot_source.unique_stg_hubspot__engagement_email_engagement_id.5eeb06dcfc"], "model.hubspot_source.stg_hubspot__ticket_contact": [], "model.hubspot_source.stg_hubspot__email_event_status_change": ["test.hubspot_source.not_null_stg_hubspot__email_event_status_change_event_id.c5e80297b1", "test.hubspot_source.unique_stg_hubspot__email_event_status_change_event_id.13105203e0"], "model.hubspot_source.stg_hubspot__contact_list_member": [], "model.hubspot_source.stg_hubspot__contact": ["test.hubspot_source.not_null_stg_hubspot__contact_contact_id.9f112f8944", "test.hubspot_source.unique_stg_hubspot__contact_contact_id.b9135eb03a"], "model.hubspot_source.stg_hubspot__deal": ["test.hubspot_source.not_null_stg_hubspot__deal_deal_id.ff48693e20", "test.hubspot_source.unique_stg_hubspot__deal_deal_id.ac1628ac69"], "model.hubspot_source.stg_hubspot__deal_pipeline": ["test.hubspot_source.not_null_stg_hubspot__deal_pipeline_deal_pipeline_id.8a0e3cd7a3", "test.hubspot_source.unique_stg_hubspot__deal_pipeline_deal_pipeline_id.dff6c45403"], "model.hubspot_source.stg_hubspot__deal_company": [], "model.hubspot_source.stg_hubspot__engagement_note": ["test.hubspot_source.not_null_stg_hubspot__engagement_note_engagement_id.244059891e", "test.hubspot_source.unique_stg_hubspot__engagement_note_engagement_id.e2eaf5256e"], "model.hubspot_source.stg_hubspot__engagement_contact": [], "model.hubspot_source.stg_hubspot__contact_list": ["test.hubspot_source.not_null_stg_hubspot__contact_list_contact_list_id.ff8e4cc29a", "test.hubspot_source.unique_stg_hubspot__contact_list_contact_list_id.036739c1b0"], "model.hubspot_source.stg_hubspot__ticket_pipeline": [], "model.hubspot_source.stg_hubspot__email_event_spam_report": ["test.hubspot_source.not_null_stg_hubspot__email_event_spam_report_event_id.2a56aced8f", "test.hubspot_source.unique_stg_hubspot__email_event_spam_report_event_id.448320447a"], "model.hubspot_source.stg_hubspot__deal_pipeline_stage": ["test.hubspot_source.not_null_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.d53656553e", "test.hubspot_source.unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.ba90fa6113"], "model.hubspot_source.stg_hubspot__email_event_dropped": ["test.hubspot_source.not_null_stg_hubspot__email_event_dropped_event_id.c92d449f52", "test.hubspot_source.unique_stg_hubspot__email_event_dropped_event_id.40706bbf71"], "model.hubspot_source.stg_hubspot__deal_stage": [], "model.hubspot_source.stg_hubspot__deal_property_history": [], "model.hubspot_source.stg_hubspot__email_event_forward": ["test.hubspot_source.not_null_stg_hubspot__email_event_forward_event_id.b9a8bf63b3", "test.hubspot_source.unique_stg_hubspot__email_event_forward_event_id.7f133d2dd1"], "model.hubspot_source.stg_hubspot__email_event_bounce": ["test.hubspot_source.not_null_stg_hubspot__email_event_bounce_event_id.71b13d26d3", "test.hubspot_source.unique_stg_hubspot__email_event_bounce_event_id.0341ffa8e9"], "model.hubspot_source.stg_hubspot__ticket_engagement": [], "model.hubspot_source.stg_hubspot__ticket_pipeline_stage": [], "model.hubspot_source.stg_hubspot__engagement_company": [], "model.hubspot_source.stg_hubspot__email_event_deferred": ["test.hubspot_source.not_null_stg_hubspot__email_event_deferred_event_id.80293078e0", "test.hubspot_source.unique_stg_hubspot__email_event_deferred_event_id.2f779e2912"], "model.hubspot_source.stg_hubspot__company": ["test.hubspot_source.not_null_stg_hubspot__company_company_id.0d0a080d43", "test.hubspot_source.unique_stg_hubspot__company_company_id.394a2a4ba0"], "model.hubspot_source.stg_hubspot__deal_contact": [], "model.hubspot_source.stg_hubspot__email_event_click": ["test.hubspot_source.not_null_stg_hubspot__email_event_click_event_id.8a1be931c5", "test.hubspot_source.unique_stg_hubspot__email_event_click_event_id.da8d8487a1"], "model.hubspot_source.stg_hubspot__engagement_call": ["test.hubspot_source.not_null_stg_hubspot__engagement_call_engagement_id.5ceb3917bf", "test.hubspot_source.unique_stg_hubspot__engagement_call_engagement_id.43b4413603"], "model.hubspot_source.stg_hubspot__engagement": ["test.hubspot_source.not_null_stg_hubspot__engagement_engagement_id.b26f4d328f", "test.hubspot_source.unique_stg_hubspot__engagement_engagement_id.4f054187b0"], "model.hubspot_source.stg_hubspot__ticket_company": [], "model.hubspot_source.stg_hubspot__email_campaign": ["test.hubspot_source.not_null_stg_hubspot__email_campaign_email_campaign_id.79921899a6", "test.hubspot_source.unique_stg_hubspot__email_campaign_email_campaign_id.9820d33f2e"], "model.hubspot_source.stg_hubspot__email_event_print": ["test.hubspot_source.not_null_stg_hubspot__email_event_print_event_id.94d4e09b3b", "test.hubspot_source.unique_stg_hubspot__email_event_print_event_id.40a8ccd3f3"], "model.hubspot_source.stg_hubspot__contact_property_history": [], "model.hubspot_source.stg_hubspot__ticket_property_history": [], "model.hubspot_source.stg_hubspot__email_event_open": ["test.hubspot_source.not_null_stg_hubspot__email_event_open_event_id.a2e658fe16", "test.hubspot_source.unique_stg_hubspot__email_event_open_event_id.3a369549b1"], "model.hubspot_source.stg_hubspot__email_event_sent": ["test.hubspot_source.not_null_stg_hubspot__email_event_sent_event_id.cf77d9f15d", "test.hubspot_source.unique_stg_hubspot__email_event_sent_event_id.122cb22272"], "model.hubspot_source.stg_hubspot__ticket": ["test.hubspot_source.not_null_stg_hubspot__ticket_ticket_id.299e7c4c53", "test.hubspot_source.unique_stg_hubspot__ticket_ticket_id.78c6fbfcaf"], "model.hubspot_source.stg_hubspot__contact_property_history_tmp": ["model.hubspot_source.stg_hubspot__contact_property_history", "model.hubspot_source.stg_hubspot__contact_property_history"], "model.hubspot_source.stg_hubspot__email_event_dropped_tmp": ["model.hubspot_source.stg_hubspot__email_event_dropped", "model.hubspot_source.stg_hubspot__email_event_dropped"], "model.hubspot_source.stg_hubspot__email_event_sent_tmp": ["model.hubspot_source.stg_hubspot__email_event_sent", "model.hubspot_source.stg_hubspot__email_event_sent"], "model.hubspot_source.stg_hubspot__deal_tmp": ["model.hubspot_source.stg_hubspot__deal", "model.hubspot_source.stg_hubspot__deal"], "model.hubspot_source.stg_hubspot__ticket_company_tmp": ["model.hubspot_source.stg_hubspot__ticket_company", "model.hubspot_source.stg_hubspot__ticket_company"], "model.hubspot_source.stg_hubspot__deal_contact_tmp": ["model.hubspot_source.stg_hubspot__deal_contact", "model.hubspot_source.stg_hubspot__deal_contact"], "model.hubspot_source.stg_hubspot__contact_list_member_tmp": ["model.hubspot_source.stg_hubspot__contact_list_member", "model.hubspot_source.stg_hubspot__contact_list_member"], "model.hubspot_source.stg_hubspot__owner_tmp": ["model.hubspot_source.stg_hubspot__owner", "model.hubspot_source.stg_hubspot__owner"], "model.hubspot_source.stg_hubspot__deal_stage_tmp": ["model.hubspot_source.stg_hubspot__deal_stage", "model.hubspot_source.stg_hubspot__deal_stage"], "model.hubspot_source.stg_hubspot__deal_pipeline_tmp": ["model.hubspot_source.stg_hubspot__deal_pipeline", "model.hubspot_source.stg_hubspot__deal_pipeline"], "model.hubspot_source.stg_hubspot__ticket_tmp": ["model.hubspot_source.stg_hubspot__ticket", "model.hubspot_source.stg_hubspot__ticket"], "model.hubspot_source.stg_hubspot__ticket_property_history_tmp": ["model.hubspot_source.stg_hubspot__ticket_property_history", "model.hubspot_source.stg_hubspot__ticket_property_history"], "model.hubspot_source.stg_hubspot__ticket_pipeline_tmp": ["model.hubspot_source.stg_hubspot__ticket_pipeline", "model.hubspot_source.stg_hubspot__ticket_pipeline"], "model.hubspot_source.stg_hubspot__engagement_company_tmp": ["model.hubspot_source.stg_hubspot__engagement_company", "model.hubspot_source.stg_hubspot__engagement_company"], "model.hubspot_source.stg_hubspot__contact_tmp": ["model.hubspot_source.stg_hubspot__contact", "model.hubspot_source.stg_hubspot__contact"], "model.hubspot_source.stg_hubspot__email_event_status_change_tmp": ["model.hubspot_source.stg_hubspot__email_event_status_change", "model.hubspot_source.stg_hubspot__email_event_status_change"], "model.hubspot_source.stg_hubspot__engagement_note_tmp": ["model.hubspot_source.stg_hubspot__engagement_note", "model.hubspot_source.stg_hubspot__engagement_note"], "model.hubspot_source.stg_hubspot__ticket_contact_tmp": ["model.hubspot_source.stg_hubspot__ticket_contact", "model.hubspot_source.stg_hubspot__ticket_contact"], "model.hubspot_source.stg_hubspot__deal_company_tmp": ["model.hubspot_source.stg_hubspot__deal_company", "model.hubspot_source.stg_hubspot__deal_company"], "model.hubspot_source.stg_hubspot__engagement_deal_tmp": ["model.hubspot_source.stg_hubspot__engagement_deal", "model.hubspot_source.stg_hubspot__engagement_deal"], "model.hubspot_source.stg_hubspot__email_event_print_tmp": ["model.hubspot_source.stg_hubspot__email_event_print", "model.hubspot_source.stg_hubspot__email_event_print"], "model.hubspot_source.stg_hubspot__company_property_history_tmp": ["model.hubspot_source.stg_hubspot__company_property_history", "model.hubspot_source.stg_hubspot__company_property_history"], "model.hubspot_source.stg_hubspot__email_event_tmp": ["model.hubspot_source.stg_hubspot__email_event", "model.hubspot_source.stg_hubspot__email_event"], "model.hubspot_source.stg_hubspot__company_tmp": ["model.hubspot_source.stg_hubspot__company", "model.hubspot_source.stg_hubspot__company"], "model.hubspot_source.stg_hubspot__email_event_click_tmp": ["model.hubspot_source.stg_hubspot__email_event_click", "model.hubspot_source.stg_hubspot__email_event_click"], "model.hubspot_source.stg_hubspot__engagement_contact_tmp": ["model.hubspot_source.stg_hubspot__engagement_contact", "model.hubspot_source.stg_hubspot__engagement_contact"], "model.hubspot_source.stg_hubspot__contact_list_tmp": ["model.hubspot_source.stg_hubspot__contact_list", "model.hubspot_source.stg_hubspot__contact_list"], "model.hubspot_source.stg_hubspot__engagement_meeting_tmp": ["model.hubspot_source.stg_hubspot__engagement_meeting", "model.hubspot_source.stg_hubspot__engagement_meeting"], "model.hubspot_source.stg_hubspot__engagement_tmp": ["model.hubspot_source.stg_hubspot__engagement", "model.hubspot_source.stg_hubspot__engagement"], "model.hubspot_source.stg_hubspot__email_event_delivered_tmp": ["model.hubspot_source.stg_hubspot__email_event_delivered", "model.hubspot_source.stg_hubspot__email_event_delivered"], "model.hubspot_source.stg_hubspot__engagement_email_tmp": ["model.hubspot_source.stg_hubspot__engagement_email", "model.hubspot_source.stg_hubspot__engagement_email"], "model.hubspot_source.stg_hubspot__email_event_forward_tmp": ["model.hubspot_source.stg_hubspot__email_event_forward", "model.hubspot_source.stg_hubspot__email_event_forward"], "model.hubspot_source.stg_hubspot__email_event_spam_report_tmp": ["model.hubspot_source.stg_hubspot__email_event_spam_report", "model.hubspot_source.stg_hubspot__email_event_spam_report"], "model.hubspot_source.stg_hubspot__ticket_engagement_tmp": ["model.hubspot_source.stg_hubspot__ticket_engagement", "model.hubspot_source.stg_hubspot__ticket_engagement"], "model.hubspot_source.stg_hubspot__email_event_bounce_tmp": ["model.hubspot_source.stg_hubspot__email_event_bounce", "model.hubspot_source.stg_hubspot__email_event_bounce"], "model.hubspot_source.stg_hubspot__engagement_call_tmp": ["model.hubspot_source.stg_hubspot__engagement_call", "model.hubspot_source.stg_hubspot__engagement_call"], "model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp": ["model.hubspot_source.stg_hubspot__ticket_pipeline_stage", "model.hubspot_source.stg_hubspot__ticket_pipeline_stage"], "model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp": ["model.hubspot_source.stg_hubspot__deal_pipeline_stage", "model.hubspot_source.stg_hubspot__deal_pipeline_stage"], "model.hubspot_source.stg_hubspot__engagement_task_tmp": ["model.hubspot_source.stg_hubspot__engagement_task", "model.hubspot_source.stg_hubspot__engagement_task"], "model.hubspot_source.stg_hubspot__email_event_open_tmp": ["model.hubspot_source.stg_hubspot__email_event_open", "model.hubspot_source.stg_hubspot__email_event_open"], "model.hubspot_source.stg_hubspot__deal_property_history_tmp": ["model.hubspot_source.stg_hubspot__deal_property_history", "model.hubspot_source.stg_hubspot__deal_property_history"], "model.hubspot_source.stg_hubspot__email_event_deferred_tmp": ["model.hubspot_source.stg_hubspot__email_event_deferred", "model.hubspot_source.stg_hubspot__email_event_deferred"], "model.hubspot_source.stg_hubspot__email_campaign_tmp": ["model.hubspot_source.stg_hubspot__email_campaign", "model.hubspot_source.stg_hubspot__email_campaign"], "test.hubspot_source.unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.ba90fa6113": [], "test.hubspot_source.not_null_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.d53656553e": [], "test.hubspot_source.unique_stg_hubspot__deal_pipeline_deal_pipeline_id.dff6c45403": [], "test.hubspot_source.not_null_stg_hubspot__deal_pipeline_deal_pipeline_id.8a0e3cd7a3": [], "test.hubspot_source.not_null_stg_hubspot__deal_deal_id.ff48693e20": [], "test.hubspot_source.unique_stg_hubspot__deal_deal_id.ac1628ac69": [], "test.hubspot_source.unique_stg_hubspot__contact_list_contact_list_id.036739c1b0": [], "test.hubspot_source.not_null_stg_hubspot__contact_list_contact_list_id.ff8e4cc29a": [], "test.hubspot_source.unique_stg_hubspot__contact_contact_id.b9135eb03a": [], "test.hubspot_source.not_null_stg_hubspot__contact_contact_id.9f112f8944": [], "test.hubspot_source.unique_stg_hubspot__email_event_bounce_event_id.0341ffa8e9": [], "test.hubspot_source.not_null_stg_hubspot__email_event_bounce_event_id.71b13d26d3": [], "test.hubspot_source.unique_stg_hubspot__email_event_click_event_id.da8d8487a1": [], "test.hubspot_source.not_null_stg_hubspot__email_event_click_event_id.8a1be931c5": [], "test.hubspot_source.unique_stg_hubspot__email_event_deferred_event_id.2f779e2912": [], "test.hubspot_source.not_null_stg_hubspot__email_event_deferred_event_id.80293078e0": [], "test.hubspot_source.unique_stg_hubspot__email_event_delivered_event_id.f818bf03fc": [], "test.hubspot_source.not_null_stg_hubspot__email_event_delivered_event_id.87c8eb3f20": [], "test.hubspot_source.unique_stg_hubspot__email_event_dropped_event_id.40706bbf71": [], "test.hubspot_source.not_null_stg_hubspot__email_event_dropped_event_id.c92d449f52": [], "test.hubspot_source.unique_stg_hubspot__email_event_forward_event_id.7f133d2dd1": [], "test.hubspot_source.not_null_stg_hubspot__email_event_forward_event_id.b9a8bf63b3": [], "test.hubspot_source.unique_stg_hubspot__email_event_open_event_id.3a369549b1": [], "test.hubspot_source.not_null_stg_hubspot__email_event_open_event_id.a2e658fe16": [], "test.hubspot_source.unique_stg_hubspot__email_event_print_event_id.40a8ccd3f3": [], "test.hubspot_source.not_null_stg_hubspot__email_event_print_event_id.94d4e09b3b": [], "test.hubspot_source.unique_stg_hubspot__email_event_sent_event_id.122cb22272": [], "test.hubspot_source.not_null_stg_hubspot__email_event_sent_event_id.cf77d9f15d": [], "test.hubspot_source.unique_stg_hubspot__email_event_spam_report_event_id.448320447a": [], "test.hubspot_source.not_null_stg_hubspot__email_event_spam_report_event_id.2a56aced8f": [], "test.hubspot_source.unique_stg_hubspot__email_event_status_change_event_id.13105203e0": [], "test.hubspot_source.not_null_stg_hubspot__email_event_status_change_event_id.c5e80297b1": [], "test.hubspot_source.unique_stg_hubspot__email_event_event_id.734683460d": [], "test.hubspot_source.not_null_stg_hubspot__email_event_event_id.4f287f3531": [], "test.hubspot_source.unique_stg_hubspot__email_campaign_email_campaign_id.9820d33f2e": [], "test.hubspot_source.not_null_stg_hubspot__email_campaign_email_campaign_id.79921899a6": [], "test.hubspot_source.not_null_stg_hubspot__engagement_call_engagement_id.5ceb3917bf": [], "test.hubspot_source.unique_stg_hubspot__engagement_call_engagement_id.43b4413603": [], "test.hubspot_source.not_null_stg_hubspot__engagement_email_engagement_id.175561ecca": [], "test.hubspot_source.unique_stg_hubspot__engagement_email_engagement_id.5eeb06dcfc": [], "test.hubspot_source.not_null_stg_hubspot__engagement_meeting_engagement_id.18dd11dc28": [], "test.hubspot_source.unique_stg_hubspot__engagement_meeting_engagement_id.70721fb830": [], "test.hubspot_source.not_null_stg_hubspot__engagement_note_engagement_id.244059891e": [], "test.hubspot_source.unique_stg_hubspot__engagement_note_engagement_id.e2eaf5256e": [], "test.hubspot_source.not_null_stg_hubspot__engagement_task_engagement_id.0bbd752d82": [], "test.hubspot_source.unique_stg_hubspot__engagement_task_engagement_id.0f578bc80c": [], "test.hubspot_source.not_null_stg_hubspot__engagement_engagement_id.b26f4d328f": [], "test.hubspot_source.unique_stg_hubspot__engagement_engagement_id.4f054187b0": [], "test.hubspot_source.unique_stg_hubspot__ticket_ticket_id.78c6fbfcaf": [], "test.hubspot_source.not_null_stg_hubspot__ticket_ticket_id.299e7c4c53": [], "test.hubspot_source.unique_stg_hubspot__company_company_id.394a2a4ba0": [], "test.hubspot_source.not_null_stg_hubspot__company_company_id.0d0a080d43": [], "source.hubspot_source.hubspot.calendar_event": [], "source.hubspot_source.hubspot.company": ["model.hubspot_source.stg_hubspot__company_tmp"], "source.hubspot_source.hubspot.company_property_history": ["model.hubspot_source.stg_hubspot__company_property_history_tmp"], "source.hubspot_source.hubspot.contact": ["model.hubspot_source.stg_hubspot__contact_tmp"], "source.hubspot_source.hubspot.contact_form_submission": [], "source.hubspot_source.hubspot.contact_list": [], "source.hubspot_source.hubspot.contact_list_member": ["model.hubspot_source.stg_hubspot__contact_list_member_tmp"], "source.hubspot_source.hubspot.contact_property_history": ["model.hubspot_source.stg_hubspot__contact_property_history_tmp"], "source.hubspot_source.hubspot.deal": ["model.hubspot_source.stg_hubspot__deal_tmp"], "source.hubspot_source.hubspot.deal_stage": ["model.hubspot_source.stg_hubspot__deal_stage_tmp"], "source.hubspot_source.hubspot.deal_company": ["model.hubspot_source.stg_hubspot__deal_company_tmp"], "source.hubspot_source.hubspot.deal_contact": ["model.hubspot_source.stg_hubspot__deal_contact_tmp"], "source.hubspot_source.hubspot.deal_pipeline": ["model.hubspot_source.stg_hubspot__deal_pipeline_tmp"], "source.hubspot_source.hubspot.deal_pipeline_stage": ["model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp"], "source.hubspot_source.hubspot.deal_property_history": ["model.hubspot_source.stg_hubspot__deal_property_history_tmp"], "source.hubspot_source.hubspot.email_campaign": ["model.hubspot_source.stg_hubspot__email_campaign_tmp"], "source.hubspot_source.hubspot.email_event": ["model.hubspot_source.stg_hubspot__email_event_tmp"], "source.hubspot_source.hubspot.email_event_bounce": ["model.hubspot_source.stg_hubspot__email_event_bounce_tmp"], "source.hubspot_source.hubspot.email_event_click": ["model.hubspot_source.stg_hubspot__email_event_click_tmp"], "source.hubspot_source.hubspot.email_event_deferred": ["model.hubspot_source.stg_hubspot__email_event_deferred_tmp"], "source.hubspot_source.hubspot.email_event_delivered": ["model.hubspot_source.stg_hubspot__email_event_delivered_tmp"], "source.hubspot_source.hubspot.email_event_dropped": [], "source.hubspot_source.hubspot.email_event_forward": ["model.hubspot_source.stg_hubspot__email_event_forward_tmp"], "source.hubspot_source.hubspot.email_event_open": ["model.hubspot_source.stg_hubspot__email_event_open_tmp"], "source.hubspot_source.hubspot.email_event_print": ["model.hubspot_source.stg_hubspot__email_event_print_tmp"], "source.hubspot_source.hubspot.email_event_sent": [], "source.hubspot_source.hubspot.email_event_spam_report": ["model.hubspot_source.stg_hubspot__email_event_spam_report_tmp"], "source.hubspot_source.hubspot.email_event_status_change": ["model.hubspot_source.stg_hubspot__email_event_status_change_tmp"], "source.hubspot_source.hubspot.email_subscription": [], "source.hubspot_source.hubspot.email_subscription_change": [], "source.hubspot_source.hubspot.engagement": ["model.hubspot_source.stg_hubspot__engagement_tmp"], "source.hubspot_source.hubspot.engagement_call": ["model.hubspot_source.stg_hubspot__engagement_call_tmp"], "source.hubspot_source.hubspot.engagement_company": ["model.hubspot_source.stg_hubspot__engagement_company_tmp"], "source.hubspot_source.hubspot.engagement_contact": ["model.hubspot_source.stg_hubspot__engagement_contact_tmp"], "source.hubspot_source.hubspot.engagement_deal": ["model.hubspot_source.stg_hubspot__engagement_deal_tmp"], "source.hubspot_source.hubspot.engagement_email": ["model.hubspot_source.stg_hubspot__engagement_email_tmp"], "source.hubspot_source.hubspot.engagement_email_cc": [], "source.hubspot_source.hubspot.engagement_email_to": [], "source.hubspot_source.hubspot.engagement_meeting": ["model.hubspot_source.stg_hubspot__engagement_meeting_tmp"], "source.hubspot_source.hubspot.engagement_note": ["model.hubspot_source.stg_hubspot__engagement_note_tmp"], "source.hubspot_source.hubspot.engagement_task": ["model.hubspot_source.stg_hubspot__engagement_task_tmp"], "source.hubspot_source.hubspot.form": [], "source.hubspot_source.hubspot.owner": ["model.hubspot_source.stg_hubspot__owner_tmp"], "source.hubspot_source.hubspot.ticket_company": ["model.hubspot_source.stg_hubspot__ticket_company_tmp"], "source.hubspot_source.hubspot.ticket_contact": ["model.hubspot_source.stg_hubspot__ticket_contact_tmp"], "source.hubspot_source.hubspot.ticket_engagement": ["model.hubspot_source.stg_hubspot__ticket_engagement_tmp"], "source.hubspot_source.hubspot.ticket_pipeline_stage": ["model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp"], "source.hubspot_source.hubspot.ticket_pipeline": ["model.hubspot_source.stg_hubspot__ticket_pipeline_tmp"], "source.hubspot_source.hubspot.ticket_property_history": ["model.hubspot_source.stg_hubspot__ticket_property_history_tmp"], "source.hubspot_source.hubspot.ticket": ["model.hubspot_source.stg_hubspot__ticket_tmp"]}} \ No newline at end of file diff --git a/docs/run_results.json b/docs/run_results.json index 5326647..38be6ef 100644 --- a/docs/run_results.json +++ b/docs/run_results.json @@ -1 +1 @@ -{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/run-results/v4.json", "dbt_version": "1.3.0", "generated_at": "2023-01-11T18:33:17.321958Z", "invocation_id": "cf59ca50-fba0-4ebb-bb91-fe67425a37da", "env": {}}, "results": [{"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.005700Z", "completed_at": "2023-01-11T18:33:01.040136Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.041332Z", "completed_at": "2023-01-11T18:33:01.041373Z"}], "thread_id": "Thread-2", "execution_time": 0.07935690879821777, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__company_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.005409Z", "completed_at": "2023-01-11T18:33:01.040874Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.044032Z", "completed_at": "2023-01-11T18:33:01.044054Z"}], "thread_id": "Thread-1", "execution_time": 0.08444714546203613, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__company_property_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.005948Z", "completed_at": "2023-01-11T18:33:01.041084Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.044823Z", "completed_at": "2023-01-11T18:33:01.044850Z"}], "thread_id": "Thread-3", "execution_time": 0.06484508514404297, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__contact_list_member_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.006189Z", "completed_at": "2023-01-11T18:33:01.042042Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.047567Z", "completed_at": "2023-01-11T18:33:01.047581Z"}], "thread_id": "Thread-4", "execution_time": 0.0475311279296875, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__contact_property_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.053315Z", "completed_at": "2023-01-11T18:33:01.082131Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.083408Z", "completed_at": "2023-01-11T18:33:01.083425Z"}], "thread_id": "Thread-2", "execution_time": 0.0355992317199707, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__contact_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.062864Z", "completed_at": "2023-01-11T18:33:01.083661Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.086365Z", "completed_at": "2023-01-11T18:33:01.086376Z"}], "thread_id": "Thread-1", "execution_time": 0.03666520118713379, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_company_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.063392Z", "completed_at": "2023-01-11T18:33:01.084649Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.087235Z", "completed_at": "2023-01-11T18:33:01.087245Z"}], "thread_id": "Thread-3", "execution_time": 0.036576032638549805, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_contact_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.069786Z", "completed_at": "2023-01-11T18:33:01.084807Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.087513Z", "completed_at": "2023-01-11T18:33:01.087525Z"}], "thread_id": "Thread-4", "execution_time": 0.03614401817321777, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.090816Z", "completed_at": "2023-01-11T18:33:01.101052Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.121708Z", "completed_at": "2023-01-11T18:33:01.121726Z"}], "thread_id": "Thread-2", "execution_time": 0.03662371635437012, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_pipeline_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.101291Z", "completed_at": "2023-01-11T18:33:01.122577Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.125217Z", "completed_at": "2023-01-11T18:33:01.125230Z"}], "thread_id": "Thread-1", "execution_time": 0.034841060638427734, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_property_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.101551Z", "completed_at": "2023-01-11T18:33:01.123626Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.126338Z", "completed_at": "2023-01-11T18:33:01.126348Z"}], "thread_id": "Thread-3", "execution_time": 0.02928900718688965, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_stage_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.101804Z", "completed_at": "2023-01-11T18:33:01.124412Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.127544Z", "completed_at": "2023-01-11T18:33:01.127554Z"}], "thread_id": "Thread-4", "execution_time": 0.03028726577758789, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.129044Z", "completed_at": "2023-01-11T18:33:01.140175Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.153841Z", "completed_at": "2023-01-11T18:33:01.153855Z"}], "thread_id": "Thread-2", "execution_time": 0.037116050720214844, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_campaign_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.140359Z", "completed_at": "2023-01-11T18:33:01.161892Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.164753Z", "completed_at": "2023-01-11T18:33:01.164766Z"}], "thread_id": "Thread-1", "execution_time": 0.03598475456237793, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_bounce_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.140869Z", "completed_at": "2023-01-11T18:33:01.163179Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.165920Z", "completed_at": "2023-01-11T18:33:01.165932Z"}], "thread_id": "Thread-3", "execution_time": 0.029765844345092773, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_click_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.147463Z", "completed_at": "2023-01-11T18:33:01.164261Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.167167Z", "completed_at": "2023-01-11T18:33:01.167177Z"}], "thread_id": "Thread-4", "execution_time": 0.030163288116455078, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_deferred_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.168453Z", "completed_at": "2023-01-11T18:33:01.179846Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.193228Z", "completed_at": "2023-01-11T18:33:01.193243Z"}], "thread_id": "Thread-2", "execution_time": 0.03517580032348633, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_delivered_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.179655Z", "completed_at": "2023-01-11T18:33:01.199500Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.201763Z", "completed_at": "2023-01-11T18:33:01.201774Z"}], "thread_id": "Thread-1", "execution_time": 0.03356480598449707, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_forward_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.180351Z", "completed_at": "2023-01-11T18:33:01.201152Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.204145Z", "completed_at": "2023-01-11T18:33:01.204155Z"}], "thread_id": "Thread-3", "execution_time": 0.028445959091186523, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_open_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.186895Z", "completed_at": "2023-01-11T18:33:01.201528Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.204613Z", "completed_at": "2023-01-11T18:33:01.204622Z"}], "thread_id": "Thread-4", "execution_time": 0.02815699577331543, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_print_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.206214Z", "completed_at": "2023-01-11T18:33:01.217221Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.226279Z", "completed_at": "2023-01-11T18:33:01.226297Z"}], "thread_id": "Thread-2", "execution_time": 0.03639507293701172, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_spam_report_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.216930Z", "completed_at": "2023-01-11T18:33:01.232527Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.240555Z", "completed_at": "2023-01-11T18:33:01.240566Z"}], "thread_id": "Thread-1", "execution_time": 0.03526711463928223, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_status_change_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.225669Z", "completed_at": "2023-01-11T18:33:01.239887Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.243139Z", "completed_at": "2023-01-11T18:33:01.243151Z"}], "thread_id": "Thread-3", "execution_time": 0.02942204475402832, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.225900Z", "completed_at": "2023-01-11T18:33:01.240730Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.243962Z", "completed_at": "2023-01-11T18:33:01.243972Z"}], "thread_id": "Thread-4", "execution_time": 0.030282020568847656, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_call_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.245251Z", "completed_at": "2023-01-11T18:33:01.255629Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.263762Z", "completed_at": "2023-01-11T18:33:01.263779Z"}], "thread_id": "Thread-2", "execution_time": 0.02951812744140625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_company_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.255423Z", "completed_at": "2023-01-11T18:33:01.264295Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.280687Z", "completed_at": "2023-01-11T18:33:01.280700Z"}], "thread_id": "Thread-1", "execution_time": 0.03703498840332031, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_contact_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.263387Z", "completed_at": "2023-01-11T18:33:01.280408Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.283397Z", "completed_at": "2023-01-11T18:33:01.283407Z"}], "thread_id": "Thread-3", "execution_time": 0.030862092971801758, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_deal_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.264100Z", "completed_at": "2023-01-11T18:33:01.281653Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.284411Z", "completed_at": "2023-01-11T18:33:01.284422Z"}], "thread_id": "Thread-4", "execution_time": 0.03685617446899414, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_email_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.284090Z", "completed_at": "2023-01-11T18:33:01.295597Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.303861Z", "completed_at": "2023-01-11T18:33:01.303878Z"}], "thread_id": "Thread-2", "execution_time": 0.030013084411621094, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_meeting_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.295376Z", "completed_at": "2023-01-11T18:33:01.304478Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.319028Z", "completed_at": "2023-01-11T18:33:01.319040Z"}], "thread_id": "Thread-1", "execution_time": 0.03529787063598633, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_note_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.303501Z", "completed_at": "2023-01-11T18:33:01.318566Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.321358Z", "completed_at": "2023-01-11T18:33:01.321368Z"}], "thread_id": "Thread-3", "execution_time": 0.028331995010375977, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_task_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.304188Z", "completed_at": "2023-01-11T18:33:01.318849Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.321595Z", "completed_at": "2023-01-11T18:33:01.321604Z"}], "thread_id": "Thread-4", "execution_time": 0.027877092361450195, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.322274Z", "completed_at": "2023-01-11T18:33:01.334802Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.344188Z", "completed_at": "2023-01-11T18:33:01.344203Z"}], "thread_id": "Thread-2", "execution_time": 0.03731894493103027, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__owner_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.335065Z", "completed_at": "2023-01-11T18:33:01.357062Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.359637Z", "completed_at": "2023-01-11T18:33:01.359651Z"}], "thread_id": "Thread-1", "execution_time": 0.036963701248168945, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_company_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.343967Z", "completed_at": "2023-01-11T18:33:01.358411Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.361457Z", "completed_at": "2023-01-11T18:33:01.361468Z"}], "thread_id": "Thread-4", "execution_time": 0.02883005142211914, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_engagement_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.343728Z", "completed_at": "2023-01-11T18:33:01.358644Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.361709Z", "completed_at": "2023-01-11T18:33:01.361719Z"}], "thread_id": "Thread-3", "execution_time": 0.030496835708618164, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_contact_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.361950Z", "completed_at": "2023-01-11T18:33:01.372940Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.381613Z", "completed_at": "2023-01-11T18:33:01.381629Z"}], "thread_id": "Thread-2", "execution_time": 0.030097007751464844, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.373768Z", "completed_at": "2023-01-11T18:33:01.397465Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.400335Z", "completed_at": "2023-01-11T18:33:01.400351Z"}], "thread_id": "Thread-1", "execution_time": 0.03153109550476074, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_pipeline_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.381355Z", "completed_at": "2023-01-11T18:33:01.398621Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.401089Z", "completed_at": "2023-01-11T18:33:01.401099Z"}], "thread_id": "Thread-4", "execution_time": 0.03067493438720703, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_property_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.381905Z", "completed_at": "2023-01-11T18:33:01.399195Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.402104Z", "completed_at": "2023-01-11T18:33:01.402114Z"}], "thread_id": "Thread-3", "execution_time": 0.031063079833984375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.402353Z", "completed_at": "2023-01-11T18:33:01.409119Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.411882Z", "completed_at": "2023-01-11T18:33:01.411893Z"}], "thread_id": "Thread-2", "execution_time": 0.016269207000732422, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.company_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.411426Z", "completed_at": "2023-01-11T18:33:01.418590Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.423326Z", "completed_at": "2023-01-11T18:33:01.423337Z"}], "thread_id": "Thread-1", "execution_time": 0.01672220230102539, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.company_property_history_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.412119Z", "completed_at": "2023-01-11T18:33:01.421694Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.424120Z", "completed_at": "2023-01-11T18:33:01.424131Z"}], "thread_id": "Thread-4", "execution_time": 0.016984939575195312, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.contact_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.415037Z", "completed_at": "2023-01-11T18:33:01.422194Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.425195Z", "completed_at": "2023-01-11T18:33:01.425209Z"}], "thread_id": "Thread-3", "execution_time": 0.017482995986938477, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.contact_list_data_postgres"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.425527Z", "completed_at": "2023-01-11T18:33:01.432444Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.435507Z", "completed_at": "2023-01-11T18:33:01.435520Z"}], "thread_id": "Thread-2", "execution_time": 0.016849994659423828, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.contact_list_member_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.435032Z", "completed_at": "2023-01-11T18:33:01.443943Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.448685Z", "completed_at": "2023-01-11T18:33:01.448697Z"}], "thread_id": "Thread-1", "execution_time": 0.018713712692260742, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.contact_merge_audit_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.435778Z", "completed_at": "2023-01-11T18:33:01.446974Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.449431Z", "completed_at": "2023-01-11T18:33:01.449442Z"}], "thread_id": "Thread-4", "execution_time": 0.01834392547607422, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.contact_property_history_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.438641Z", "completed_at": "2023-01-11T18:33:01.447580Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.450435Z", "completed_at": "2023-01-11T18:33:01.450445Z"}], "thread_id": "Thread-3", "execution_time": 0.018510103225708008, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.deal_company_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.450676Z", "completed_at": "2023-01-11T18:33:01.456903Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.459796Z", "completed_at": "2023-01-11T18:33:01.459808Z"}], "thread_id": "Thread-2", "execution_time": 0.015853166580200195, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.deal_contact_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.459295Z", "completed_at": "2023-01-11T18:33:01.466629Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.471413Z", "completed_at": "2023-01-11T18:33:01.471424Z"}], "thread_id": "Thread-1", "execution_time": 0.016777992248535156, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.deal_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.460039Z", "completed_at": "2023-01-11T18:33:01.469784Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.472099Z", "completed_at": "2023-01-11T18:33:01.472109Z"}], "thread_id": "Thread-4", "execution_time": 0.016770124435424805, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.deal_pipeline_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.463025Z", "completed_at": "2023-01-11T18:33:01.470295Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.473126Z", "completed_at": "2023-01-11T18:33:01.473136Z"}], "thread_id": "Thread-3", "execution_time": 0.017115116119384766, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.deal_pipeline_stage_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.473375Z", "completed_at": "2023-01-11T18:33:01.482758Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.485532Z", "completed_at": "2023-01-11T18:33:01.485545Z"}], "thread_id": "Thread-2", "execution_time": 0.018976211547851562, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.deal_property_history_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.485026Z", "completed_at": "2023-01-11T18:33:01.492420Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.497187Z", "completed_at": "2023-01-11T18:33:01.497200Z"}], "thread_id": "Thread-1", "execution_time": 0.016980886459350586, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.deal_stage_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.485788Z", "completed_at": "2023-01-11T18:33:01.495452Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.497909Z", "completed_at": "2023-01-11T18:33:01.497918Z"}], "thread_id": "Thread-4", "execution_time": 0.016910791397094727, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_campaign_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.488881Z", "completed_at": "2023-01-11T18:33:01.496063Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.498905Z", "completed_at": "2023-01-11T18:33:01.498916Z"}], "thread_id": "Thread-3", "execution_time": 0.01719498634338379, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_bounce_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.499215Z", "completed_at": "2023-01-11T18:33:01.505611Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.508434Z", "completed_at": "2023-01-11T18:33:01.508448Z"}], "thread_id": "Thread-2", "execution_time": 0.015937089920043945, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_click_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.507879Z", "completed_at": "2023-01-11T18:33:01.516841Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.521554Z", "completed_at": "2023-01-11T18:33:01.521565Z"}], "thread_id": "Thread-1", "execution_time": 0.01828908920288086, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.508704Z", "completed_at": "2023-01-11T18:33:01.519978Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.522250Z", "completed_at": "2023-01-11T18:33:01.522262Z"}], "thread_id": "Thread-4", "execution_time": 0.01825881004333496, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_deferred_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.511578Z", "completed_at": "2023-01-11T18:33:01.520473Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.523270Z", "completed_at": "2023-01-11T18:33:01.523290Z"}], "thread_id": "Thread-3", "execution_time": 0.01864910125732422, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_delivered_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.523532Z", "completed_at": "2023-01-11T18:33:01.529942Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.532760Z", "completed_at": "2023-01-11T18:33:01.532772Z"}], "thread_id": "Thread-2", "execution_time": 0.01589512825012207, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_dropped_data_postgres"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.532305Z", "completed_at": "2023-01-11T18:33:01.539469Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.544376Z", "completed_at": "2023-01-11T18:33:01.544387Z"}], "thread_id": "Thread-1", "execution_time": 0.01694774627685547, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_forward_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.532998Z", "completed_at": "2023-01-11T18:33:01.542713Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.545116Z", "completed_at": "2023-01-11T18:33:01.545125Z"}], "thread_id": "Thread-4", "execution_time": 0.016757965087890625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_open_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.535969Z", "completed_at": "2023-01-11T18:33:01.543292Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.546122Z", "completed_at": "2023-01-11T18:33:01.546132Z"}], "thread_id": "Thread-3", "execution_time": 0.0170290470123291, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_print_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.546363Z", "completed_at": "2023-01-11T18:33:01.554205Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.557110Z", "completed_at": "2023-01-11T18:33:01.557121Z"}], "thread_id": "Thread-2", "execution_time": 0.017392873764038086, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_sent_data_postgres"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.556529Z", "completed_at": "2023-01-11T18:33:01.563738Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.568628Z", "completed_at": "2023-01-11T18:33:01.568639Z"}], "thread_id": "Thread-1", "execution_time": 0.016956090927124023, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_spam_report_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.557345Z", "completed_at": "2023-01-11T18:33:01.566797Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.569331Z", "completed_at": "2023-01-11T18:33:01.569343Z"}], "thread_id": "Thread-4", "execution_time": 0.016803979873657227, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_status_change_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.560171Z", "completed_at": "2023-01-11T18:33:01.567531Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.570386Z", "completed_at": "2023-01-11T18:33:01.570396Z"}], "thread_id": "Thread-3", "execution_time": 0.017126083374023438, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.engagement_call_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.570620Z", "completed_at": "2023-01-11T18:33:01.577071Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.579883Z", "completed_at": "2023-01-11T18:33:01.579898Z"}], "thread_id": "Thread-2", "execution_time": 0.01633596420288086, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.engagement_company_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.579407Z", "completed_at": "2023-01-11T18:33:01.587298Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.593924Z", "completed_at": "2023-01-11T18:33:01.593936Z"}], "thread_id": "Thread-1", "execution_time": 0.01944875717163086, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.engagement_contact_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.580145Z", "completed_at": "2023-01-11T18:33:01.592195Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.594598Z", "completed_at": "2023-01-11T18:33:01.594607Z"}], "thread_id": "Thread-4", "execution_time": 0.01930689811706543, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.engagement_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.583388Z", "completed_at": "2023-01-11T18:33:01.592811Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.595672Z", "completed_at": "2023-01-11T18:33:01.595686Z"}], "thread_id": "Thread-3", "execution_time": 0.01967787742614746, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.engagement_deal_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.595965Z", "completed_at": "2023-01-11T18:33:01.602704Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.608733Z", "completed_at": "2023-01-11T18:33:01.608745Z"}], "thread_id": "Thread-2", "execution_time": 0.01945018768310547, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.engagement_email_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.604982Z", "completed_at": "2023-01-11T18:33:01.608496Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.613395Z", "completed_at": "2023-01-11T18:33:01.613407Z"}], "thread_id": "Thread-4", "execution_time": 0.014693021774291992, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.engagement_note_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.608257Z", "completed_at": "2023-01-11T18:33:01.613144Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.618904Z", "completed_at": "2023-01-11T18:33:01.618916Z"}], "thread_id": "Thread-1", "execution_time": 0.019089937210083008, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.engagement_meeting_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.612870Z", "completed_at": "2023-01-11T18:33:01.618672Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.623037Z", "completed_at": "2023-01-11T18:33:01.623063Z"}], "thread_id": "Thread-3", "execution_time": 0.024719953536987305, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.engagement_task_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.629759Z", "completed_at": "2023-01-11T18:33:01.637747Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.689669Z", "completed_at": "2023-01-11T18:33:01.689684Z"}], "thread_id": "Thread-4", "execution_time": 0.0713646411895752, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.ticket_company_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.637521Z", "completed_at": "2023-01-11T18:33:01.693801Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.694357Z", "completed_at": "2023-01-11T18:33:01.694369Z"}], "thread_id": "Thread-1", "execution_time": 0.06598520278930664, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.ticket_contact_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.622626Z", "completed_at": "2023-01-11T18:33:01.630065Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.637974Z", "completed_at": "2023-01-11T18:33:01.637987Z"}], "thread_id": "Thread-2", "execution_time": 0.08162093162536621, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.owner_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.706756Z", "completed_at": "2023-01-11T18:33:01.712455Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.712931Z", "completed_at": "2023-01-11T18:33:01.712944Z"}], "thread_id": "Thread-4", "execution_time": 0.0116119384765625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.ticket_deal_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.717606Z", "completed_at": "2023-01-11T18:33:01.727858Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.728333Z", "completed_at": "2023-01-11T18:33:01.728345Z"}], "thread_id": "Thread-2", "execution_time": 0.014078855514526367, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.ticket_pipeline_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.703301Z", "completed_at": "2023-01-11T18:33:01.710664Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.718086Z", "completed_at": "2023-01-11T18:33:01.718099Z"}], "thread_id": "Thread-1", "execution_time": 0.027660846710205078, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.ticket_engagement_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.717857Z", "completed_at": "2023-01-11T18:33:01.731095Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.738338Z", "completed_at": "2023-01-11T18:33:01.738347Z"}], "thread_id": "Thread-4", "execution_time": 0.025094985961914062, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.ticket_pipeline_stage_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.718334Z", "completed_at": "2023-01-11T18:33:01.730827Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.738084Z", "completed_at": "2023-01-11T18:33:01.738097Z"}], "thread_id": "Thread-3", "execution_time": 0.10267806053161621, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.ticket_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.731784Z", "completed_at": "2023-01-11T18:33:01.738796Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:01.783851Z", "completed_at": "2023-01-11T18:33:01.783868Z"}], "thread_id": "Thread-2", "execution_time": 0.05565500259399414, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.ticket_property_history_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.742968Z", "completed_at": "2023-01-11T18:33:02.994487Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:03.021421Z", "completed_at": "2023-01-11T18:33:03.021439Z"}], "thread_id": "Thread-4", "execution_time": 1.4042842388153076, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__company_property_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.799461Z", "completed_at": "2023-01-11T18:33:03.021994Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:03.023025Z", "completed_at": "2023-01-11T18:33:03.023035Z"}], "thread_id": "Thread-2", "execution_time": 1.3639681339263916, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__contact_property_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.766195Z", "completed_at": "2023-01-11T18:33:03.022181Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:03.023494Z", "completed_at": "2023-01-11T18:33:03.023506Z"}], "thread_id": "Thread-1", "execution_time": 1.432455062866211, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__company"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:01.784135Z", "completed_at": "2023-01-11T18:33:03.036121Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:03.036623Z", "completed_at": "2023-01-11T18:33:03.036636Z"}], "thread_id": "Thread-3", "execution_time": 1.3947091102600098, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__contact_list_member"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:03.178960Z", "completed_at": "2023-01-11T18:33:04.354707Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:04.355712Z", "completed_at": "2023-01-11T18:33:04.355726Z"}], "thread_id": "Thread-1", "execution_time": 1.3003392219543457, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_contact"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:03.189893Z", "completed_at": "2023-01-11T18:33:04.354913Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:04.355955Z", "completed_at": "2023-01-11T18:33:04.355964Z"}], "thread_id": "Thread-3", "execution_time": 1.2995939254760742, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_pipeline_stage"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:03.164393Z", "completed_at": "2023-01-11T18:33:04.386705Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:04.387552Z", "completed_at": "2023-01-11T18:33:04.387576Z"}], "thread_id": "Thread-2", "execution_time": 1.3505127429962158, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_company"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:03.148158Z", "completed_at": "2023-01-11T18:33:04.388231Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:04.389104Z", "completed_at": "2023-01-11T18:33:04.389124Z"}], "thread_id": "Thread-4", "execution_time": 1.3796947002410889, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__contact"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:04.515557Z", "completed_at": "2023-01-11T18:33:05.684343Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:05.684840Z", "completed_at": "2023-01-11T18:33:05.684854Z"}], "thread_id": "Thread-2", "execution_time": 1.287815809249878, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_stage"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:04.529005Z", "completed_at": "2023-01-11T18:33:05.734722Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:05.735293Z", "completed_at": "2023-01-11T18:33:05.735310Z"}], "thread_id": "Thread-4", "execution_time": 1.3275501728057861, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:04.481345Z", "completed_at": "2023-01-11T18:33:05.736051Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:05.736971Z", "completed_at": "2023-01-11T18:33:05.736981Z"}], "thread_id": "Thread-1", "execution_time": 1.390592098236084, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_pipeline"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:04.481617Z", "completed_at": "2023-01-11T18:33:05.736232Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:05.737205Z", "completed_at": "2023-01-11T18:33:05.737214Z"}], "thread_id": "Thread-3", "execution_time": 1.3915081024169922, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_property_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:05.804336Z", "completed_at": "2023-01-11T18:33:06.972743Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:06.973228Z", "completed_at": "2023-01-11T18:33:06.973242Z"}], "thread_id": "Thread-2", "execution_time": 1.291982889175415, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_campaign"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:05.857680Z", "completed_at": "2023-01-11T18:33:07.081759Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:07.082547Z", "completed_at": "2023-01-11T18:33:07.082561Z"}], "thread_id": "Thread-4", "execution_time": 1.3529198169708252, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_bounce"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:05.874612Z", "completed_at": "2023-01-11T18:33:07.082301Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:07.083417Z", "completed_at": "2023-01-11T18:33:07.083429Z"}], "thread_id": "Thread-1", "execution_time": 1.3398866653442383, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_click"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:05.885987Z", "completed_at": "2023-01-11T18:33:07.083605Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:07.084584Z", "completed_at": "2023-01-11T18:33:07.084601Z"}], "thread_id": "Thread-3", "execution_time": 1.3393447399139404, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_deferred"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:07.098249Z", "completed_at": "2023-01-11T18:33:08.298242Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:08.298755Z", "completed_at": "2023-01-11T18:33:08.298770Z"}], "thread_id": "Thread-2", "execution_time": 1.3281440734863281, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_delivered"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:07.227304Z", "completed_at": "2023-01-11T18:33:08.387132Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:08.387616Z", "completed_at": "2023-01-11T18:33:08.387630Z"}], "thread_id": "Thread-3", "execution_time": 1.285019874572754, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_print"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:07.212756Z", "completed_at": "2023-01-11T18:33:08.408924Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:08.409523Z", "completed_at": "2023-01-11T18:33:08.409537Z"}], "thread_id": "Thread-4", "execution_time": 1.3244740962982178, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_forward"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:07.226782Z", "completed_at": "2023-01-11T18:33:08.464329Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:08.464884Z", "completed_at": "2023-01-11T18:33:08.464898Z"}], "thread_id": "Thread-1", "execution_time": 1.3713860511779785, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_open"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:08.512923Z", "completed_at": "2023-01-11T18:33:09.691957Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:09.692582Z", "completed_at": "2023-01-11T18:33:09.692592Z"}], "thread_id": "Thread-3", "execution_time": 1.3119239807128906, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_status_change"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:08.427110Z", "completed_at": "2023-01-11T18:33:09.690735Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:09.691481Z", "completed_at": "2023-01-11T18:33:09.691496Z"}], "thread_id": "Thread-2", "execution_time": 1.425441026687622, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_spam_report"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:08.537313Z", "completed_at": "2023-01-11T18:33:09.756843Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:09.757301Z", "completed_at": "2023-01-11T18:33:09.757313Z"}], "thread_id": "Thread-4", "execution_time": 1.3497469425201416, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:08.598219Z", "completed_at": "2023-01-11T18:33:09.852946Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:09.863892Z", "completed_at": "2023-01-11T18:33:09.863905Z"}], "thread_id": "Thread-1", "execution_time": 1.4013781547546387, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_call"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:09.864370Z", "completed_at": "2023-01-11T18:33:10.986764Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:10.987776Z", "completed_at": "2023-01-11T18:33:10.987795Z"}], "thread_id": "Thread-2", "execution_time": 1.2446868419647217, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_contact"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:09.887940Z", "completed_at": "2023-01-11T18:33:11.014519Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:11.014994Z", "completed_at": "2023-01-11T18:33:11.015007Z"}], "thread_id": "Thread-4", "execution_time": 1.2686269283294678, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_deal"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:09.851997Z", "completed_at": "2023-01-11T18:33:11.051398Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:11.051882Z", "completed_at": "2023-01-11T18:33:11.051896Z"}], "thread_id": "Thread-3", "execution_time": 1.3343608379364014, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_company"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:10.000217Z", "completed_at": "2023-01-11T18:33:11.163284Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:11.168029Z", "completed_at": "2023-01-11T18:33:11.168042Z"}], "thread_id": "Thread-1", "execution_time": 1.2904717922210693, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_email"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:11.109396Z", "completed_at": "2023-01-11T18:33:12.282381Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:12.282856Z", "completed_at": "2023-01-11T18:33:12.282870Z"}], "thread_id": "Thread-2", "execution_time": 1.3098371028900146, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_meeting"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:11.157493Z", "completed_at": "2023-01-11T18:33:12.420065Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:12.421005Z", "completed_at": "2023-01-11T18:33:12.421016Z"}], "thread_id": "Thread-4", "execution_time": 1.405306100845337, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_note"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:11.291983Z", "completed_at": "2023-01-11T18:33:12.479478Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:12.480006Z", "completed_at": "2023-01-11T18:33:12.480024Z"}], "thread_id": "Thread-1", "execution_time": 1.3108808994293213, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:11.179270Z", "completed_at": "2023-01-11T18:33:12.551860Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:12.552346Z", "completed_at": "2023-01-11T18:33:12.552360Z"}], "thread_id": "Thread-3", "execution_time": 1.5010292530059814, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_task"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:12.420784Z", "completed_at": "2023-01-11T18:33:13.699988Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:13.700458Z", "completed_at": "2023-01-11T18:33:13.700471Z"}], "thread_id": "Thread-2", "execution_time": 1.409661054611206, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__owner"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:12.603856Z", "completed_at": "2023-01-11T18:33:13.715018Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:13.715482Z", "completed_at": "2023-01-11T18:33:13.715495Z"}], "thread_id": "Thread-1", "execution_time": 1.240628957748413, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_contact"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:12.563920Z", "completed_at": "2023-01-11T18:33:13.754728Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:13.755201Z", "completed_at": "2023-01-11T18:33:13.755214Z"}], "thread_id": "Thread-4", "execution_time": 1.3195228576660156, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_company"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:12.681514Z", "completed_at": "2023-01-11T18:33:13.882853Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:13.884359Z", "completed_at": "2023-01-11T18:33:13.884370Z"}], "thread_id": "Thread-3", "execution_time": 1.3311679363250732, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_engagement"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:13.845662Z", "completed_at": "2023-01-11T18:33:15.066405Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.066893Z", "completed_at": "2023-01-11T18:33:15.066907Z"}], "thread_id": "Thread-1", "execution_time": 1.3457579612731934, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_pipeline"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.192653Z", "completed_at": "2023-01-11T18:33:15.203968Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.204422Z", "completed_at": "2023-01-11T18:33:15.204434Z"}], "thread_id": "Thread-1", "execution_time": 0.013492822647094727, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__contact_list_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.206808Z", "completed_at": "2023-01-11T18:33:15.219939Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.232054Z", "completed_at": "2023-01-11T18:33:15.232076Z"}], "thread_id": "Thread-1", "execution_time": 0.030464887619018555, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_dropped_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.238464Z", "completed_at": "2023-01-11T18:33:15.246657Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.247120Z", "completed_at": "2023-01-11T18:33:15.247130Z"}], "thread_id": "Thread-1", "execution_time": 0.010464906692504883, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_sent_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:13.885082Z", "completed_at": "2023-01-11T18:33:15.126799Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.135256Z", "completed_at": "2023-01-11T18:33:15.135269Z"}], "thread_id": "Thread-4", "execution_time": 1.3792691230773926, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_property_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:13.831379Z", "completed_at": "2023-01-11T18:33:15.136168Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.136645Z", "completed_at": "2023-01-11T18:33:15.136655Z"}], "thread_id": "Thread-2", "execution_time": 1.4415180683135986, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_pipeline_stage"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.249400Z", "completed_at": "2023-01-11T18:33:15.273322Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.284636Z", "completed_at": "2023-01-11T18:33:15.284655Z"}], "thread_id": "Thread-1", "execution_time": 0.037220001220703125, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__company_company_id.0d0a080d43"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.273072Z", "completed_at": "2023-01-11T18:33:15.292383Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.294379Z", "completed_at": "2023-01-11T18:33:15.294395Z"}], "thread_id": "Thread-4", "execution_time": 0.024852275848388672, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__company_company_id.394a2a4ba0"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.284937Z", "completed_at": "2023-01-11T18:33:15.296047Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.303897Z", "completed_at": "2023-01-11T18:33:15.303913Z"}], "thread_id": "Thread-2", "execution_time": 0.031442880630493164, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.d53656553e"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.295867Z", "completed_at": "2023-01-11T18:33:15.305283Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.313433Z", "completed_at": "2023-01-11T18:33:15.313446Z"}], "thread_id": "Thread-1", "execution_time": 0.02085709571838379, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.ba90fa6113"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.305557Z", "completed_at": "2023-01-11T18:33:15.315246Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.324324Z", "completed_at": "2023-01-11T18:33:15.324337Z"}], "thread_id": "Thread-4", "execution_time": 0.022226810455322266, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__contact_contact_id.9f112f8944"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.314991Z", "completed_at": "2023-01-11T18:33:15.325653Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.333527Z", "completed_at": "2023-01-11T18:33:15.333538Z"}], "thread_id": "Thread-2", "execution_time": 0.021820068359375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__contact_contact_id.b9135eb03a"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.325883Z", "completed_at": "2023-01-11T18:33:15.335238Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.342810Z", "completed_at": "2023-01-11T18:33:15.342826Z"}], "thread_id": "Thread-1", "execution_time": 0.02033686637878418, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__deal_deal_id.ff48693e20"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.335052Z", "completed_at": "2023-01-11T18:33:15.344166Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.351970Z", "completed_at": "2023-01-11T18:33:15.351982Z"}], "thread_id": "Thread-4", "execution_time": 0.020107030868530273, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__deal_deal_id.ac1628ac69"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.344400Z", "completed_at": "2023-01-11T18:33:15.353518Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.361337Z", "completed_at": "2023-01-11T18:33:15.361349Z"}], "thread_id": "Thread-2", "execution_time": 0.020337820053100586, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__deal_pipeline_deal_pipeline_id.8a0e3cd7a3"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:14.013867Z", "completed_at": "2023-01-11T18:33:15.238233Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.245828Z", "completed_at": "2023-01-11T18:33:15.245842Z"}], "thread_id": "Thread-3", "execution_time": 1.359300136566162, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.353713Z", "completed_at": "2023-01-11T18:33:15.363353Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.372577Z", "completed_at": "2023-01-11T18:33:15.372597Z"}], "thread_id": "Thread-1", "execution_time": 0.022659778594970703, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__deal_pipeline_deal_pipeline_id.dff6c45403"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.362821Z", "completed_at": "2023-01-11T18:33:15.373084Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.383632Z", "completed_at": "2023-01-11T18:33:15.383647Z"}], "thread_id": "Thread-4", "execution_time": 0.024733781814575195, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_campaign_email_campaign_id.79921899a6"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.372907Z", "completed_at": "2023-01-11T18:33:15.384210Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.393238Z", "completed_at": "2023-01-11T18:33:15.393250Z"}], "thread_id": "Thread-2", "execution_time": 0.024578094482421875, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_campaign_email_campaign_id.9820d33f2e"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.385856Z", "completed_at": "2023-01-11T18:33:15.401232Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.403764Z", "completed_at": "2023-01-11T18:33:15.403776Z"}], "thread_id": "Thread-3", "execution_time": 0.02850198745727539, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_bounce_event_id.71b13d26d3"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.393483Z", "completed_at": "2023-01-11T18:33:15.403530Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.411816Z", "completed_at": "2023-01-11T18:33:15.411830Z"}], "thread_id": "Thread-1", "execution_time": 0.03484702110290527, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_bounce_event_id.0341ffa8e9"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.402631Z", "completed_at": "2023-01-11T18:33:15.412130Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.421260Z", "completed_at": "2023-01-11T18:33:15.421274Z"}], "thread_id": "Thread-4", "execution_time": 0.029237031936645508, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_click_event_id.8a1be931c5"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.411502Z", "completed_at": "2023-01-11T18:33:15.421467Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.424514Z", "completed_at": "2023-01-11T18:33:15.424527Z"}], "thread_id": "Thread-2", "execution_time": 0.029515981674194336, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_click_event_id.da8d8487a1"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.423580Z", "completed_at": "2023-01-11T18:33:15.502563Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.511246Z", "completed_at": "2023-01-11T18:33:15.511260Z"}], "thread_id": "Thread-3", "execution_time": 0.09255814552307129, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_deferred_event_id.80293078e0"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.431256Z", "completed_at": "2023-01-11T18:33:15.504044Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.512981Z", "completed_at": "2023-01-11T18:33:15.512995Z"}], "thread_id": "Thread-1", "execution_time": 0.09246397018432617, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_deferred_event_id.2f779e2912"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.503582Z", "completed_at": "2023-01-11T18:33:15.513490Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.522545Z", "completed_at": "2023-01-11T18:33:15.522559Z"}], "thread_id": "Thread-4", "execution_time": 0.09297680854797363, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_delivered_event_id.87c8eb3f20"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.513265Z", "completed_at": "2023-01-11T18:33:15.523107Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.533993Z", "completed_at": "2023-01-11T18:33:15.534014Z"}], "thread_id": "Thread-2", "execution_time": 0.03151392936706543, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_delivered_event_id.f818bf03fc"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.524928Z", "completed_at": "2023-01-11T18:33:15.542814Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.551815Z", "completed_at": "2023-01-11T18:33:15.551830Z"}], "thread_id": "Thread-3", "execution_time": 0.03179311752319336, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_print_event_id.94d4e09b3b"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.534309Z", "completed_at": "2023-01-11T18:33:15.543985Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.552488Z", "completed_at": "2023-01-11T18:33:15.552501Z"}], "thread_id": "Thread-1", "execution_time": 0.031117916107177734, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_print_event_id.40a8ccd3f3"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.543619Z", "completed_at": "2023-01-11T18:33:15.553881Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.564468Z", "completed_at": "2023-01-11T18:33:15.564485Z"}], "thread_id": "Thread-4", "execution_time": 0.03173089027404785, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_forward_event_id.b9a8bf63b3"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.553649Z", "completed_at": "2023-01-11T18:33:15.565679Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.574340Z", "completed_at": "2023-01-11T18:33:15.574358Z"}], "thread_id": "Thread-2", "execution_time": 0.03802180290222168, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_forward_event_id.7f133d2dd1"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.566880Z", "completed_at": "2023-01-11T18:33:15.583337Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.591939Z", "completed_at": "2023-01-11T18:33:15.591952Z"}], "thread_id": "Thread-3", "execution_time": 0.029671907424926758, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_open_event_id.a2e658fe16"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.567692Z", "completed_at": "2023-01-11T18:33:15.584284Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.592549Z", "completed_at": "2023-01-11T18:33:15.592563Z"}], "thread_id": "Thread-1", "execution_time": 0.02979302406311035, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_open_event_id.3a369549b1"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.584079Z", "completed_at": "2023-01-11T18:33:15.593926Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.602819Z", "completed_at": "2023-01-11T18:33:15.602835Z"}], "thread_id": "Thread-4", "execution_time": 0.0304110050201416, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_status_change_event_id.c5e80297b1"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.593743Z", "completed_at": "2023-01-11T18:33:15.604183Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.682834Z", "completed_at": "2023-01-11T18:33:15.682897Z"}], "thread_id": "Thread-2", "execution_time": 0.10871505737304688, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_status_change_event_id.13105203e0"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.624789Z", "completed_at": "2023-01-11T18:33:15.694271Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.702434Z", "completed_at": "2023-01-11T18:33:15.702448Z"}], "thread_id": "Thread-3", "execution_time": 0.10166597366333008, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_spam_report_event_id.2a56aced8f"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.664070Z", "completed_at": "2023-01-11T18:33:15.695371Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.704071Z", "completed_at": "2023-01-11T18:33:15.704083Z"}], "thread_id": "Thread-1", "execution_time": 0.10253310203552246, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_spam_report_event_id.448320447a"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.694960Z", "completed_at": "2023-01-11T18:33:15.704694Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.713425Z", "completed_at": "2023-01-11T18:33:15.713440Z"}], "thread_id": "Thread-4", "execution_time": 0.03169512748718262, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_event_id.4f287f3531"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.704391Z", "completed_at": "2023-01-11T18:33:15.713925Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.723003Z", "completed_at": "2023-01-11T18:33:15.723014Z"}], "thread_id": "Thread-2", "execution_time": 0.02922987937927246, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_event_id.734683460d"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.715540Z", "completed_at": "2023-01-11T18:33:15.732422Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.741437Z", "completed_at": "2023-01-11T18:33:15.741452Z"}], "thread_id": "Thread-3", "execution_time": 0.030551910400390625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_call_engagement_id.5ceb3917bf"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.723259Z", "completed_at": "2023-01-11T18:33:15.733619Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.742084Z", "completed_at": "2023-01-11T18:33:15.742099Z"}], "thread_id": "Thread-1", "execution_time": 0.029937028884887695, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_call_engagement_id.43b4413603"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.733262Z", "completed_at": "2023-01-11T18:33:15.743208Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.754033Z", "completed_at": "2023-01-11T18:33:15.754045Z"}], "thread_id": "Thread-4", "execution_time": 0.032319068908691406, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_email_engagement_id.175561ecca"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.757511Z", "completed_at": "2023-01-11T18:33:15.775196Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.775756Z", "completed_at": "2023-01-11T18:33:15.775770Z"}], "thread_id": "Thread-1", "execution_time": 0.02201676368713379, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_meeting_engagement_id.70721fb830"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.756607Z", "completed_at": "2023-01-11T18:33:15.773037Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.792907Z", "completed_at": "2023-01-11T18:33:15.792920Z"}], "thread_id": "Thread-3", "execution_time": 0.040238142013549805, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_meeting_engagement_id.18dd11dc28"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.777347Z", "completed_at": "2023-01-11T18:33:15.788100Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.788622Z", "completed_at": "2023-01-11T18:33:15.788637Z"}], "thread_id": "Thread-4", "execution_time": 0.02517414093017578, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_note_engagement_id.244059891e"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.743477Z", "completed_at": "2023-01-11T18:33:15.756150Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.764732Z", "completed_at": "2023-01-11T18:33:15.764745Z"}], "thread_id": "Thread-2", "execution_time": 0.03765130043029785, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_email_engagement_id.5eeb06dcfc"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.795983Z", "completed_at": "2023-01-11T18:33:15.824332Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.824857Z", "completed_at": "2023-01-11T18:33:15.824872Z"}], "thread_id": "Thread-3", "execution_time": 0.038971900939941406, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_engagement_id.b26f4d328f"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.804632Z", "completed_at": "2023-01-11T18:33:15.825257Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.835375Z", "completed_at": "2023-01-11T18:33:15.835392Z"}], "thread_id": "Thread-4", "execution_time": 0.040816307067871094, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_engagement_id.4f054187b0"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.815557Z", "completed_at": "2023-01-11T18:33:15.834750Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.837824Z", "completed_at": "2023-01-11T18:33:15.837835Z"}], "thread_id": "Thread-2", "execution_time": 0.02473592758178711, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_task_engagement_id.0bbd752d82"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.825527Z", "completed_at": "2023-01-11T18:33:15.835159Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.838051Z", "completed_at": "2023-01-11T18:33:15.838060Z"}], "thread_id": "Thread-1", "execution_time": 0.054360151290893555, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_note_engagement_id.e2eaf5256e"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.838650Z", "completed_at": "2023-01-11T18:33:15.852746Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.864777Z", "completed_at": "2023-01-11T18:33:15.864796Z"}], "thread_id": "Thread-3", "execution_time": 0.05213499069213867, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_task_engagement_id.0f578bc80c"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.891346Z", "completed_at": "2023-01-11T18:33:15.898397Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.898863Z", "completed_at": "2023-01-11T18:33:15.898876Z"}], "thread_id": "Thread-3", "execution_time": 0.009505748748779297, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__ticket_ticket_id.299e7c4c53"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.901046Z", "completed_at": "2023-01-11T18:33:15.907578Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:15.908039Z", "completed_at": "2023-01-11T18:33:15.908050Z"}], "thread_id": "Thread-3", "execution_time": 0.008428812026977539, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__ticket_ticket_id.78c6fbfcaf"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.864247Z", "completed_at": "2023-01-11T18:33:17.025993Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:17.026480Z", "completed_at": "2023-01-11T18:33:17.026493Z"}], "thread_id": "Thread-1", "execution_time": 1.2960379123687744, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_sent"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:17.151301Z", "completed_at": "2023-01-11T18:33:17.169234Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:17.169996Z", "completed_at": "2023-01-11T18:33:17.170014Z"}], "thread_id": "Thread-3", "execution_time": 0.021439075469970703, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_sent_event_id.cf77d9f15d"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:17.151590Z", "completed_at": "2023-01-11T18:33:17.172450Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:17.172974Z", "completed_at": "2023-01-11T18:33:17.172988Z"}], "thread_id": "Thread-1", "execution_time": 0.0237119197845459, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_sent_event_id.122cb22272"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.852549Z", "completed_at": "2023-01-11T18:33:17.069272Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:17.070138Z", "completed_at": "2023-01-11T18:33:17.070154Z"}], "thread_id": "Thread-4", "execution_time": 1.348459005355835, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__contact_list"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:17.194914Z", "completed_at": "2023-01-11T18:33:17.209174Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:17.209779Z", "completed_at": "2023-01-11T18:33:17.209796Z"}], "thread_id": "Thread-3", "execution_time": 0.01659107208251953, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__contact_list_contact_list_id.ff8e4cc29a"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:17.212035Z", "completed_at": "2023-01-11T18:33:17.224187Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:17.224738Z", "completed_at": "2023-01-11T18:33:17.224755Z"}], "thread_id": "Thread-3", "execution_time": 0.014301061630249023, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__contact_list_contact_list_id.036739c1b0"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:15.864009Z", "completed_at": "2023-01-11T18:33:17.070914Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:17.071389Z", "completed_at": "2023-01-11T18:33:17.071399Z"}], "thread_id": "Thread-2", "execution_time": 1.3754417896270752, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_dropped"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:17.233731Z", "completed_at": "2023-01-11T18:33:17.303080Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:17.317063Z", "completed_at": "2023-01-11T18:33:17.317084Z"}], "thread_id": "Thread-4", "execution_time": 0.08637189865112305, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_dropped_event_id.c92d449f52"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-01-11T18:33:17.296630Z", "completed_at": "2023-01-11T18:33:17.318521Z"}, {"name": "execute", "started_at": "2023-01-11T18:33:17.318986Z", "completed_at": "2023-01-11T18:33:17.318997Z"}], "thread_id": "Thread-1", "execution_time": 0.06251406669616699, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_dropped_event_id.40706bbf71"}], "elapsed_time": 20.060218811035156, "args": {"write_json": true, "use_colors": true, "printer_width": 80, "version_check": true, "partial_parse": true, "static_parser": true, "profiles_dir": "/Users/sheri.nguyen/.dbt", "send_anonymous_usage_stats": true, "event_buffer_size": 100000, "quiet": false, "no_print": false, "compile": true, "which": "generate", "rpc_method": "docs.generate", "indirect_selection": "eager"}} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/run-results/v4.json", "dbt_version": "1.4.5", "generated_at": "2023-03-29T17:56:31.439599Z", "invocation_id": "357ed5a9-2c3b-4dd2-aeff-88d72887eb20", "env": {}}, "results": [{"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.406953Z", "completed_at": "2023-03-29T17:56:27.420332Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.421582Z", "completed_at": "2023-03-29T17:56:27.421602Z"}], "thread_id": "Thread-2", "execution_time": 0.024660110473632812, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__company_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.415129Z", "completed_at": "2023-03-29T17:56:27.420585Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.421722Z", "completed_at": "2023-03-29T17:56:27.421726Z"}], "thread_id": "Thread-4", "execution_time": 0.025211811065673828, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__contact_property_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.411338Z", "completed_at": "2023-03-29T17:56:27.420725Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.421843Z", "completed_at": "2023-03-29T17:56:27.421846Z"}], "thread_id": "Thread-3", "execution_time": 0.026062965393066406, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__contact_list_member_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.399851Z", "completed_at": "2023-03-29T17:56:27.420857Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.421962Z", "completed_at": "2023-03-29T17:56:27.421965Z"}], "thread_id": "Thread-1", "execution_time": 0.027441978454589844, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__company_property_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.427633Z", "completed_at": "2023-03-29T17:56:27.440325Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.441448Z", "completed_at": "2023-03-29T17:56:27.441455Z"}], "thread_id": "Thread-2", "execution_time": 0.016088008880615234, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__contact_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.434000Z", "completed_at": "2023-03-29T17:56:27.440545Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.441581Z", "completed_at": "2023-03-29T17:56:27.441588Z"}], "thread_id": "Thread-3", "execution_time": 0.015871047973632812, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_contact_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.430882Z", "completed_at": "2023-03-29T17:56:27.440689Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.441707Z", "completed_at": "2023-03-29T17:56:27.441711Z"}], "thread_id": "Thread-4", "execution_time": 0.016484737396240234, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_company_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.436979Z", "completed_at": "2023-03-29T17:56:27.441332Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.443090Z", "completed_at": "2023-03-29T17:56:27.443094Z"}], "thread_id": "Thread-1", "execution_time": 0.017184972763061523, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_pipeline_stage_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.449852Z", "completed_at": "2023-03-29T17:56:27.458284Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.458582Z", "completed_at": "2023-03-29T17:56:27.458589Z"}], "thread_id": "Thread-3", "execution_time": 0.014517068862915039, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_property_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.446136Z", "completed_at": "2023-03-29T17:56:27.458688Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.459859Z", "completed_at": "2023-03-29T17:56:27.459862Z"}], "thread_id": "Thread-2", "execution_time": 0.016309022903442383, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_pipeline_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.452608Z", "completed_at": "2023-03-29T17:56:27.458772Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.460007Z", "completed_at": "2023-03-29T17:56:27.460010Z"}], "thread_id": "Thread-4", "execution_time": 0.01599264144897461, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_stage_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.455548Z", "completed_at": "2023-03-29T17:56:27.458855Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.460104Z", "completed_at": "2023-03-29T17:56:27.460106Z"}], "thread_id": "Thread-1", "execution_time": 0.015491962432861328, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.462313Z", "completed_at": "2023-03-29T17:56:27.466264Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.475833Z", "completed_at": "2023-03-29T17:56:27.475842Z"}], "thread_id": "Thread-3", "execution_time": 0.016035079956054688, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_campaign_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.468952Z", "completed_at": "2023-03-29T17:56:27.476666Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.478008Z", "completed_at": "2023-03-29T17:56:27.478014Z"}], "thread_id": "Thread-4", "execution_time": 0.016089916229248047, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_click_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.466366Z", "completed_at": "2023-03-29T17:56:27.476821Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.478128Z", "completed_at": "2023-03-29T17:56:27.478131Z"}], "thread_id": "Thread-2", "execution_time": 0.016716957092285156, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_bounce_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.472515Z", "completed_at": "2023-03-29T17:56:27.477232Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.481081Z", "completed_at": "2023-03-29T17:56:27.481090Z"}], "thread_id": "Thread-1", "execution_time": 0.01657700538635254, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_deferred_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.478233Z", "completed_at": "2023-03-29T17:56:27.482615Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.484197Z", "completed_at": "2023-03-29T17:56:27.484202Z"}], "thread_id": "Thread-3", "execution_time": 0.010416030883789062, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_delivered_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.484514Z", "completed_at": "2023-03-29T17:56:27.492979Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.493942Z", "completed_at": "2023-03-29T17:56:27.493947Z"}], "thread_id": "Thread-4", "execution_time": 0.014942407608032227, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_forward_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.487512Z", "completed_at": "2023-03-29T17:56:27.493372Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.497758Z", "completed_at": "2023-03-29T17:56:27.497764Z"}], "thread_id": "Thread-2", "execution_time": 0.015064239501953125, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_open_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.489992Z", "completed_at": "2023-03-29T17:56:27.493724Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.498330Z", "completed_at": "2023-03-29T17:56:27.498334Z"}], "thread_id": "Thread-1", "execution_time": 0.015552043914794922, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_print_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.494048Z", "completed_at": "2023-03-29T17:56:27.499067Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.500698Z", "completed_at": "2023-03-29T17:56:27.500702Z"}], "thread_id": "Thread-3", "execution_time": 0.010909795761108398, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_spam_report_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.501139Z", "completed_at": "2023-03-29T17:56:27.510849Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.515073Z", "completed_at": "2023-03-29T17:56:27.515083Z"}], "thread_id": "Thread-4", "execution_time": 0.016005992889404297, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_status_change_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.504302Z", "completed_at": "2023-03-29T17:56:27.510962Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.515378Z", "completed_at": "2023-03-29T17:56:27.515382Z"}], "thread_id": "Thread-2", "execution_time": 0.015902042388916016, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.507488Z", "completed_at": "2023-03-29T17:56:27.511628Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.515929Z", "completed_at": "2023-03-29T17:56:27.515933Z"}], "thread_id": "Thread-1", "execution_time": 0.016128063201904297, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_call_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.511959Z", "completed_at": "2023-03-29T17:56:27.516646Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.518543Z", "completed_at": "2023-03-29T17:56:27.518549Z"}], "thread_id": "Thread-3", "execution_time": 0.012366771697998047, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_company_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.519094Z", "completed_at": "2023-03-29T17:56:27.529020Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.530030Z", "completed_at": "2023-03-29T17:56:27.530036Z"}], "thread_id": "Thread-4", "execution_time": 0.01576375961303711, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_contact_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.523104Z", "completed_at": "2023-03-29T17:56:27.529748Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.533392Z", "completed_at": "2023-03-29T17:56:27.533395Z"}], "thread_id": "Thread-2", "execution_time": 0.01602482795715332, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_deal_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.526346Z", "completed_at": "2023-03-29T17:56:27.530125Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.533835Z", "completed_at": "2023-03-29T17:56:27.533838Z"}], "thread_id": "Thread-1", "execution_time": 0.016160964965820312, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_email_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.530344Z", "completed_at": "2023-03-29T17:56:27.534279Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.535884Z", "completed_at": "2023-03-29T17:56:27.535887Z"}], "thread_id": "Thread-3", "execution_time": 0.010169744491577148, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_meeting_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.535984Z", "completed_at": "2023-03-29T17:56:27.542912Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.547410Z", "completed_at": "2023-03-29T17:56:27.547416Z"}], "thread_id": "Thread-4", "execution_time": 0.06726789474487305, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_note_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.539631Z", "completed_at": "2023-03-29T17:56:27.547513Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.606898Z", "completed_at": "2023-03-29T17:56:27.606904Z"}], "thread_id": "Thread-2", "execution_time": 0.07220578193664551, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_task_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.543106Z", "completed_at": "2023-03-29T17:56:27.600033Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.607177Z", "completed_at": "2023-03-29T17:56:27.607181Z"}], "thread_id": "Thread-1", "execution_time": 0.06949019432067871, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.547639Z", "completed_at": "2023-03-29T17:56:27.608317Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.611957Z", "completed_at": "2023-03-29T17:56:27.611963Z"}], "thread_id": "Thread-3", "execution_time": 0.06611394882202148, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__owner_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.609033Z", "completed_at": "2023-03-29T17:56:27.613005Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.618944Z", "completed_at": "2023-03-29T17:56:27.618951Z"}], "thread_id": "Thread-4", "execution_time": 0.012049198150634766, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_company_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.613119Z", "completed_at": "2023-03-29T17:56:27.619515Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.623065Z", "completed_at": "2023-03-29T17:56:27.623070Z"}], "thread_id": "Thread-2", "execution_time": 0.01228022575378418, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_contact_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.615694Z", "completed_at": "2023-03-29T17:56:27.619593Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.623191Z", "completed_at": "2023-03-29T17:56:27.623194Z"}], "thread_id": "Thread-1", "execution_time": 0.012354612350463867, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_engagement_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.619699Z", "completed_at": "2023-03-29T17:56:27.623275Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.627889Z", "completed_at": "2023-03-29T17:56:27.627893Z"}], "thread_id": "Thread-3", "execution_time": 0.010238885879516602, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_pipeline_stage_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.624310Z", "completed_at": "2023-03-29T17:56:27.628994Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.635769Z", "completed_at": "2023-03-29T17:56:27.635777Z"}], "thread_id": "Thread-4", "execution_time": 0.01363992691040039, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_pipeline_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.636721Z", "completed_at": "2023-03-29T17:56:27.637818Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.639204Z", "completed_at": "2023-03-29T17:56:27.639210Z"}], "thread_id": "Thread-3", "execution_time": 0.004357099533081055, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.company_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.629953Z", "completed_at": "2023-03-29T17:56:27.637955Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.639322Z", "completed_at": "2023-03-29T17:56:27.639325Z"}], "thread_id": "Thread-2", "execution_time": 0.012099742889404297, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_property_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.632844Z", "completed_at": "2023-03-29T17:56:27.638040Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.639426Z", "completed_at": "2023-03-29T17:56:27.639429Z"}], "thread_id": "Thread-1", "execution_time": 0.012114286422729492, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.640590Z", "completed_at": "2023-03-29T17:56:27.641676Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.643574Z", "completed_at": "2023-03-29T17:56:27.643589Z"}], "thread_id": "Thread-4", "execution_time": 0.00545501708984375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.company_property_history_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.644498Z", "completed_at": "2023-03-29T17:56:27.645592Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.649680Z", "completed_at": "2023-03-29T17:56:27.649686Z"}], "thread_id": "Thread-3", "execution_time": 0.007557868957519531, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.contact_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.645757Z", "completed_at": "2023-03-29T17:56:27.647581Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.649781Z", "completed_at": "2023-03-29T17:56:27.649784Z"}], "thread_id": "Thread-2", "execution_time": 0.00764012336730957, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.contact_list_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.647755Z", "completed_at": "2023-03-29T17:56:27.648652Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.649870Z", "completed_at": "2023-03-29T17:56:27.649873Z"}], "thread_id": "Thread-1", "execution_time": 0.007673978805541992, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.contact_list_member_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.651101Z", "completed_at": "2023-03-29T17:56:27.652088Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.653757Z", "completed_at": "2023-03-29T17:56:27.653762Z"}], "thread_id": "Thread-4", "execution_time": 0.004974842071533203, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.contact_merge_audit_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.654514Z", "completed_at": "2023-03-29T17:56:27.655529Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.658422Z", "completed_at": "2023-03-29T17:56:27.658426Z"}], "thread_id": "Thread-3", "execution_time": 0.0062253475189208984, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.contact_property_history_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.655642Z", "completed_at": "2023-03-29T17:56:27.656508Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.658555Z", "completed_at": "2023-03-29T17:56:27.658558Z"}], "thread_id": "Thread-2", "execution_time": 0.006316184997558594, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.deal_company_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.656619Z", "completed_at": "2023-03-29T17:56:27.657449Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.658716Z", "completed_at": "2023-03-29T17:56:27.658724Z"}], "thread_id": "Thread-1", "execution_time": 0.006418943405151367, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.deal_contact_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.660084Z", "completed_at": "2023-03-29T17:56:27.662435Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.664731Z", "completed_at": "2023-03-29T17:56:27.664737Z"}], "thread_id": "Thread-4", "execution_time": 0.007383108139038086, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.deal_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.665725Z", "completed_at": "2023-03-29T17:56:27.666890Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.670727Z", "completed_at": "2023-03-29T17:56:27.670733Z"}], "thread_id": "Thread-3", "execution_time": 0.008310079574584961, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.deal_pipeline_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.667052Z", "completed_at": "2023-03-29T17:56:27.668080Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.670926Z", "completed_at": "2023-03-29T17:56:27.670936Z"}], "thread_id": "Thread-2", "execution_time": 0.008446931838989258, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.deal_pipeline_stage_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.668278Z", "completed_at": "2023-03-29T17:56:27.669277Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.671208Z", "completed_at": "2023-03-29T17:56:27.671213Z"}], "thread_id": "Thread-1", "execution_time": 0.008433103561401367, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.deal_property_history_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.672972Z", "completed_at": "2023-03-29T17:56:27.674058Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.676104Z", "completed_at": "2023-03-29T17:56:27.676110Z"}], "thread_id": "Thread-4", "execution_time": 0.006509065628051758, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.deal_stage_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.676897Z", "completed_at": "2023-03-29T17:56:27.678093Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.682672Z", "completed_at": "2023-03-29T17:56:27.682679Z"}], "thread_id": "Thread-3", "execution_time": 0.008093118667602539, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_campaign_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.678344Z", "completed_at": "2023-03-29T17:56:27.680302Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.682841Z", "completed_at": "2023-03-29T17:56:27.682845Z"}], "thread_id": "Thread-2", "execution_time": 0.008126974105834961, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_bounce_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.680497Z", "completed_at": "2023-03-29T17:56:27.681322Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.682951Z", "completed_at": "2023-03-29T17:56:27.682954Z"}], "thread_id": "Thread-1", "execution_time": 0.00824284553527832, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_click_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.684278Z", "completed_at": "2023-03-29T17:56:27.685381Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.687232Z", "completed_at": "2023-03-29T17:56:27.687239Z"}], "thread_id": "Thread-4", "execution_time": 0.005713939666748047, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.688129Z", "completed_at": "2023-03-29T17:56:27.689175Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.692751Z", "completed_at": "2023-03-29T17:56:27.692758Z"}], "thread_id": "Thread-3", "execution_time": 0.007097959518432617, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_deferred_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.689325Z", "completed_at": "2023-03-29T17:56:27.690185Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.692958Z", "completed_at": "2023-03-29T17:56:27.692961Z"}], "thread_id": "Thread-2", "execution_time": 0.007131099700927734, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_delivered_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.690359Z", "completed_at": "2023-03-29T17:56:27.691452Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.693065Z", "completed_at": "2023-03-29T17:56:27.693068Z"}], "thread_id": "Thread-1", "execution_time": 0.0072019100189208984, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_dropped_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.694407Z", "completed_at": "2023-03-29T17:56:27.696293Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.698554Z", "completed_at": "2023-03-29T17:56:27.698560Z"}], "thread_id": "Thread-4", "execution_time": 0.006758213043212891, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_forward_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.699272Z", "completed_at": "2023-03-29T17:56:27.700335Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.703401Z", "completed_at": "2023-03-29T17:56:27.703406Z"}], "thread_id": "Thread-3", "execution_time": 0.0066487789154052734, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_open_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.700457Z", "completed_at": "2023-03-29T17:56:27.701313Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.703519Z", "completed_at": "2023-03-29T17:56:27.703522Z"}], "thread_id": "Thread-2", "execution_time": 0.0066721439361572266, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_print_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.701422Z", "completed_at": "2023-03-29T17:56:27.702361Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.703614Z", "completed_at": "2023-03-29T17:56:27.703617Z"}], "thread_id": "Thread-1", "execution_time": 0.006690025329589844, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_sent_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.705066Z", "completed_at": "2023-03-29T17:56:27.706196Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.707921Z", "completed_at": "2023-03-29T17:56:27.707927Z"}], "thread_id": "Thread-4", "execution_time": 0.005421638488769531, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_spam_report_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.708696Z", "completed_at": "2023-03-29T17:56:27.709698Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.713946Z", "completed_at": "2023-03-29T17:56:27.713954Z"}], "thread_id": "Thread-3", "execution_time": 0.007585048675537109, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.email_event_status_change_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.709809Z", "completed_at": "2023-03-29T17:56:27.710655Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.714111Z", "completed_at": "2023-03-29T17:56:27.714114Z"}], "thread_id": "Thread-2", "execution_time": 0.007580757141113281, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.engagement_call_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.711773Z", "completed_at": "2023-03-29T17:56:27.712625Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.714273Z", "completed_at": "2023-03-29T17:56:27.714280Z"}], "thread_id": "Thread-1", "execution_time": 0.007721900939941406, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.engagement_company_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.715510Z", "completed_at": "2023-03-29T17:56:27.716397Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.718457Z", "completed_at": "2023-03-29T17:56:27.718463Z"}], "thread_id": "Thread-4", "execution_time": 0.005593776702880859, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.engagement_contact_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.719408Z", "completed_at": "2023-03-29T17:56:27.720462Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.723586Z", "completed_at": "2023-03-29T17:56:27.723591Z"}], "thread_id": "Thread-3", "execution_time": 0.006781101226806641, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.engagement_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.720649Z", "completed_at": "2023-03-29T17:56:27.721544Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.723694Z", "completed_at": "2023-03-29T17:56:27.723698Z"}], "thread_id": "Thread-2", "execution_time": 0.006693840026855469, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.engagement_deal_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.721680Z", "completed_at": "2023-03-29T17:56:27.722602Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.723816Z", "completed_at": "2023-03-29T17:56:27.723819Z"}], "thread_id": "Thread-1", "execution_time": 0.0066699981689453125, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.engagement_email_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.725012Z", "completed_at": "2023-03-29T17:56:27.725910Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.728609Z", "completed_at": "2023-03-29T17:56:27.728614Z"}], "thread_id": "Thread-4", "execution_time": 0.005881071090698242, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.engagement_meeting_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.729301Z", "completed_at": "2023-03-29T17:56:27.730214Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.733250Z", "completed_at": "2023-03-29T17:56:27.733253Z"}], "thread_id": "Thread-3", "execution_time": 0.007040977478027344, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.engagement_note_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.730359Z", "completed_at": "2023-03-29T17:56:27.731342Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.733346Z", "completed_at": "2023-03-29T17:56:27.733349Z"}], "thread_id": "Thread-2", "execution_time": 0.00705718994140625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.engagement_task_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.731485Z", "completed_at": "2023-03-29T17:56:27.732343Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.733434Z", "completed_at": "2023-03-29T17:56:27.733436Z"}], "thread_id": "Thread-1", "execution_time": 0.0060880184173583984, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.owner_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.734573Z", "completed_at": "2023-03-29T17:56:27.735445Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.736935Z", "completed_at": "2023-03-29T17:56:27.736938Z"}], "thread_id": "Thread-4", "execution_time": 0.00469517707824707, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.ticket_company_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.737850Z", "completed_at": "2023-03-29T17:56:27.738872Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.742991Z", "completed_at": "2023-03-29T17:56:27.742996Z"}], "thread_id": "Thread-3", "execution_time": 0.007363080978393555, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.ticket_contact_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.739056Z", "completed_at": "2023-03-29T17:56:27.739966Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.743094Z", "completed_at": "2023-03-29T17:56:27.743100Z"}], "thread_id": "Thread-2", "execution_time": 0.007414102554321289, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.ticket_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.740091Z", "completed_at": "2023-03-29T17:56:27.741977Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.743184Z", "completed_at": "2023-03-29T17:56:27.743187Z"}], "thread_id": "Thread-1", "execution_time": 0.0073850154876708984, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.ticket_deal_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.744236Z", "completed_at": "2023-03-29T17:56:27.745237Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.746901Z", "completed_at": "2023-03-29T17:56:27.746904Z"}], "thread_id": "Thread-4", "execution_time": 0.004723072052001953, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.ticket_engagement_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.747583Z", "completed_at": "2023-03-29T17:56:27.748568Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.751733Z", "completed_at": "2023-03-29T17:56:27.751740Z"}], "thread_id": "Thread-3", "execution_time": 0.006191730499267578, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.ticket_pipeline_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.748685Z", "completed_at": "2023-03-29T17:56:27.749528Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.751850Z", "completed_at": "2023-03-29T17:56:27.751853Z"}], "thread_id": "Thread-2", "execution_time": 0.0062749385833740234, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.ticket_pipeline_stage_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.749630Z", "completed_at": "2023-03-29T17:56:27.750466Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:27.751959Z", "completed_at": "2023-03-29T17:56:27.751963Z"}], "thread_id": "Thread-1", "execution_time": 0.00636601448059082, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.hubspot_source_integration_tests.ticket_property_history_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.765595Z", "completed_at": "2023-03-29T17:56:28.027771Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:28.028556Z", "completed_at": "2023-03-29T17:56:28.028565Z"}], "thread_id": "Thread-2", "execution_time": 0.2679867744445801, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__contact_list_member"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.762473Z", "completed_at": "2023-03-29T17:56:28.027972Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:28.028730Z", "completed_at": "2023-03-29T17:56:28.028735Z"}], "thread_id": "Thread-3", "execution_time": 0.2689342498779297, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__contact_property_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.768245Z", "completed_at": "2023-03-29T17:56:28.070324Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:28.071089Z", "completed_at": "2023-03-29T17:56:28.071101Z"}], "thread_id": "Thread-1", "execution_time": 0.30969810485839844, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__company_property_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:27.753188Z", "completed_at": "2023-03-29T17:56:28.071692Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:28.072590Z", "completed_at": "2023-03-29T17:56:28.072595Z"}], "thread_id": "Thread-4", "execution_time": 0.3217148780822754, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__company"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:28.034025Z", "completed_at": "2023-03-29T17:56:28.304090Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:28.304447Z", "completed_at": "2023-03-29T17:56:28.304457Z"}], "thread_id": "Thread-3", "execution_time": 0.2738833427429199, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_contact"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:28.031595Z", "completed_at": "2023-03-29T17:56:28.321220Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:28.321539Z", "completed_at": "2023-03-29T17:56:28.321547Z"}], "thread_id": "Thread-2", "execution_time": 0.29138779640197754, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__contact"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:28.073227Z", "completed_at": "2023-03-29T17:56:28.334837Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:28.335335Z", "completed_at": "2023-03-29T17:56:28.335342Z"}], "thread_id": "Thread-1", "execution_time": 0.2634298801422119, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_company"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:28.078385Z", "completed_at": "2023-03-29T17:56:28.368226Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:28.368533Z", "completed_at": "2023-03-29T17:56:28.368541Z"}], "thread_id": "Thread-4", "execution_time": 0.2913060188293457, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_pipeline_stage"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:28.305915Z", "completed_at": "2023-03-29T17:56:28.559492Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:28.559816Z", "completed_at": "2023-03-29T17:56:28.559825Z"}], "thread_id": "Thread-3", "execution_time": 0.25485706329345703, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_property_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:28.336638Z", "completed_at": "2023-03-29T17:56:28.592195Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:28.592522Z", "completed_at": "2023-03-29T17:56:28.592530Z"}], "thread_id": "Thread-1", "execution_time": 0.25673508644104004, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_stage"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:28.322999Z", "completed_at": "2023-03-29T17:56:28.628807Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:28.629184Z", "completed_at": "2023-03-29T17:56:28.629192Z"}], "thread_id": "Thread-2", "execution_time": 0.30709385871887207, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal_pipeline"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:28.369828Z", "completed_at": "2023-03-29T17:56:28.701410Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:28.701774Z", "completed_at": "2023-03-29T17:56:28.701783Z"}], "thread_id": "Thread-4", "execution_time": 0.3328876495361328, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__deal"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:28.561213Z", "completed_at": "2023-03-29T17:56:28.812472Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:28.812820Z", "completed_at": "2023-03-29T17:56:28.812828Z"}], "thread_id": "Thread-3", "execution_time": 0.2525498867034912, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_campaign"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:28.594187Z", "completed_at": "2023-03-29T17:56:28.827342Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:28.827682Z", "completed_at": "2023-03-29T17:56:28.827690Z"}], "thread_id": "Thread-1", "execution_time": 0.23464226722717285, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_click"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:28.630683Z", "completed_at": "2023-03-29T17:56:28.908420Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:28.908773Z", "completed_at": "2023-03-29T17:56:28.908781Z"}], "thread_id": "Thread-2", "execution_time": 0.279080867767334, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_bounce"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:28.703296Z", "completed_at": "2023-03-29T17:56:28.999924Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:29.000289Z", "completed_at": "2023-03-29T17:56:29.000297Z"}], "thread_id": "Thread-4", "execution_time": 0.29808783531188965, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_deferred"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:28.814446Z", "completed_at": "2023-03-29T17:56:29.037995Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:29.038357Z", "completed_at": "2023-03-29T17:56:29.038366Z"}], "thread_id": "Thread-3", "execution_time": 0.22498297691345215, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_delivered"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:28.829048Z", "completed_at": "2023-03-29T17:56:29.122695Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:29.123018Z", "completed_at": "2023-03-29T17:56:29.123026Z"}], "thread_id": "Thread-1", "execution_time": 0.29497694969177246, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_forward"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:28.910296Z", "completed_at": "2023-03-29T17:56:29.176831Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:29.177109Z", "completed_at": "2023-03-29T17:56:29.177116Z"}], "thread_id": "Thread-2", "execution_time": 0.2677187919616699, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_open"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:29.039955Z", "completed_at": "2023-03-29T17:56:29.304336Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:29.304650Z", "completed_at": "2023-03-29T17:56:29.304657Z"}], "thread_id": "Thread-3", "execution_time": 0.2657430171966553, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_spam_report"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:29.001716Z", "completed_at": "2023-03-29T17:56:29.305108Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:29.305953Z", "completed_at": "2023-03-29T17:56:29.305957Z"}], "thread_id": "Thread-4", "execution_time": 0.30510592460632324, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_print"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:29.124436Z", "completed_at": "2023-03-29T17:56:29.386448Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:29.386735Z", "completed_at": "2023-03-29T17:56:29.386742Z"}], "thread_id": "Thread-1", "execution_time": 0.26331377029418945, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_status_change"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:29.178663Z", "completed_at": "2023-03-29T17:56:29.448094Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:29.448416Z", "completed_at": "2023-03-29T17:56:29.448424Z"}], "thread_id": "Thread-2", "execution_time": 0.2707951068878174, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:29.306688Z", "completed_at": "2023-03-29T17:56:29.602384Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:29.602729Z", "completed_at": "2023-03-29T17:56:29.602737Z"}], "thread_id": "Thread-3", "execution_time": 0.29747581481933594, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_call"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:29.312548Z", "completed_at": "2023-03-29T17:56:29.625677Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:29.625969Z", "completed_at": "2023-03-29T17:56:29.625976Z"}], "thread_id": "Thread-4", "execution_time": 0.31487584114074707, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_company"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:29.388063Z", "completed_at": "2023-03-29T17:56:29.635905Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:29.636220Z", "completed_at": "2023-03-29T17:56:29.636230Z"}], "thread_id": "Thread-1", "execution_time": 0.24898910522460938, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_contact"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:29.449695Z", "completed_at": "2023-03-29T17:56:29.677750Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:29.678046Z", "completed_at": "2023-03-29T17:56:29.678052Z"}], "thread_id": "Thread-2", "execution_time": 0.22925209999084473, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_deal"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:29.604266Z", "completed_at": "2023-03-29T17:56:29.905622Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:29.914372Z", "completed_at": "2023-03-29T17:56:29.914380Z"}], "thread_id": "Thread-3", "execution_time": 0.31132006645202637, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_email"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:29.637395Z", "completed_at": "2023-03-29T17:56:29.905762Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:29.914507Z", "completed_at": "2023-03-29T17:56:29.914510Z"}], "thread_id": "Thread-1", "execution_time": 0.27845287322998047, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_note"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:29.627221Z", "completed_at": "2023-03-29T17:56:29.905879Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:29.914670Z", "completed_at": "2023-03-29T17:56:29.914675Z"}], "thread_id": "Thread-4", "execution_time": 0.2890889644622803, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_meeting"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:29.679168Z", "completed_at": "2023-03-29T17:56:29.915981Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:29.917944Z", "completed_at": "2023-03-29T17:56:29.917948Z"}], "thread_id": "Thread-2", "execution_time": 0.2398390769958496, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:29.933068Z", "completed_at": "2023-03-29T17:56:30.197186Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.197912Z", "completed_at": "2023-03-29T17:56:30.197922Z"}], "thread_id": "Thread-2", "execution_time": 0.26584815979003906, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_contact"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:29.926904Z", "completed_at": "2023-03-29T17:56:30.211794Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.212154Z", "completed_at": "2023-03-29T17:56:30.212164Z"}], "thread_id": "Thread-4", "execution_time": 0.2949230670928955, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_company"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:29.923567Z", "completed_at": "2023-03-29T17:56:30.320408Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.320657Z", "completed_at": "2023-03-29T17:56:30.320664Z"}], "thread_id": "Thread-1", "execution_time": 0.4035680294036865, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__owner"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.199691Z", "completed_at": "2023-03-29T17:56:30.461199Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.461494Z", "completed_at": "2023-03-29T17:56:30.461503Z"}], "thread_id": "Thread-2", "execution_time": 0.26270532608032227, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_engagement"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.213694Z", "completed_at": "2023-03-29T17:56:30.596783Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.597623Z", "completed_at": "2023-03-29T17:56:30.597634Z"}], "thread_id": "Thread-4", "execution_time": 0.38512110710144043, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_pipeline_stage"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.321572Z", "completed_at": "2023-03-29T17:56:30.597059Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.597783Z", "completed_at": "2023-03-29T17:56:30.597787Z"}], "thread_id": "Thread-1", "execution_time": 0.277454137802124, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_pipeline"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.607539Z", "completed_at": "2023-03-29T17:56:30.615738Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.616056Z", "completed_at": "2023-03-29T17:56:30.616063Z"}], "thread_id": "Thread-1", "execution_time": 0.016518831253051758, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__contact_list_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.617408Z", "completed_at": "2023-03-29T17:56:30.621992Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.622290Z", "completed_at": "2023-03-29T17:56:30.622297Z"}], "thread_id": "Thread-1", "execution_time": 0.005724906921386719, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_dropped_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.623444Z", "completed_at": "2023-03-29T17:56:30.627129Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.627390Z", "completed_at": "2023-03-29T17:56:30.627396Z"}], "thread_id": "Thread-1", "execution_time": 0.004642963409423828, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_sent_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.628555Z", "completed_at": "2023-03-29T17:56:30.636748Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.637003Z", "completed_at": "2023-03-29T17:56:30.637009Z"}], "thread_id": "Thread-1", "execution_time": 0.009184122085571289, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__company_company_id.0d0a080d43"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.638111Z", "completed_at": "2023-03-29T17:56:30.642813Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.643058Z", "completed_at": "2023-03-29T17:56:30.643065Z"}], "thread_id": "Thread-1", "execution_time": 0.005655050277709961, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__company_company_id.394a2a4ba0"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.644083Z", "completed_at": "2023-03-29T17:56:30.647305Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.647550Z", "completed_at": "2023-03-29T17:56:30.647556Z"}], "thread_id": "Thread-1", "execution_time": 0.004115104675292969, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__contact_contact_id.9f112f8944"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.648529Z", "completed_at": "2023-03-29T17:56:30.652146Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.652367Z", "completed_at": "2023-03-29T17:56:30.652371Z"}], "thread_id": "Thread-1", "execution_time": 0.004438877105712891, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__contact_contact_id.b9135eb03a"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.653373Z", "completed_at": "2023-03-29T17:56:30.656489Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.656737Z", "completed_at": "2023-03-29T17:56:30.656743Z"}], "thread_id": "Thread-1", "execution_time": 0.004082918167114258, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.d53656553e"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.657746Z", "completed_at": "2023-03-29T17:56:30.660884Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.661132Z", "completed_at": "2023-03-29T17:56:30.661137Z"}], "thread_id": "Thread-1", "execution_time": 0.004019021987915039, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__deal_pipeline_stage_deal_pipeline_stage_id.ba90fa6113"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.662131Z", "completed_at": "2023-03-29T17:56:30.665033Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.665239Z", "completed_at": "2023-03-29T17:56:30.665243Z"}], "thread_id": "Thread-1", "execution_time": 0.003753185272216797, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__deal_pipeline_deal_pipeline_id.8a0e3cd7a3"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.666149Z", "completed_at": "2023-03-29T17:56:30.668824Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.669103Z", "completed_at": "2023-03-29T17:56:30.669108Z"}], "thread_id": "Thread-1", "execution_time": 0.003571033477783203, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__deal_pipeline_deal_pipeline_id.dff6c45403"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.670071Z", "completed_at": "2023-03-29T17:56:30.674529Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.675081Z", "completed_at": "2023-03-29T17:56:30.675087Z"}], "thread_id": "Thread-1", "execution_time": 0.00571894645690918, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__deal_deal_id.ff48693e20"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.676150Z", "completed_at": "2023-03-29T17:56:30.679161Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.679407Z", "completed_at": "2023-03-29T17:56:30.679414Z"}], "thread_id": "Thread-1", "execution_time": 0.003901958465576172, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__deal_deal_id.ac1628ac69"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.680429Z", "completed_at": "2023-03-29T17:56:30.683899Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.684168Z", "completed_at": "2023-03-29T17:56:30.684174Z"}], "thread_id": "Thread-1", "execution_time": 0.004393815994262695, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_campaign_email_campaign_id.79921899a6"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.685264Z", "completed_at": "2023-03-29T17:56:30.688406Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.688639Z", "completed_at": "2023-03-29T17:56:30.688645Z"}], "thread_id": "Thread-1", "execution_time": 0.00403904914855957, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_campaign_email_campaign_id.9820d33f2e"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.689604Z", "completed_at": "2023-03-29T17:56:30.692279Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.692513Z", "completed_at": "2023-03-29T17:56:30.692517Z"}], "thread_id": "Thread-1", "execution_time": 0.003534078598022461, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_click_event_id.8a1be931c5"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.693460Z", "completed_at": "2023-03-29T17:56:30.696365Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.696610Z", "completed_at": "2023-03-29T17:56:30.696615Z"}], "thread_id": "Thread-1", "execution_time": 0.003771066665649414, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_click_event_id.da8d8487a1"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.697561Z", "completed_at": "2023-03-29T17:56:30.701198Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.701411Z", "completed_at": "2023-03-29T17:56:30.701416Z"}], "thread_id": "Thread-1", "execution_time": 0.0044400691986083984, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_bounce_event_id.71b13d26d3"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.702375Z", "completed_at": "2023-03-29T17:56:30.705082Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.705291Z", "completed_at": "2023-03-29T17:56:30.705295Z"}], "thread_id": "Thread-1", "execution_time": 0.0035550594329833984, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_bounce_event_id.0341ffa8e9"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.706175Z", "completed_at": "2023-03-29T17:56:30.708897Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.709133Z", "completed_at": "2023-03-29T17:56:30.709137Z"}], "thread_id": "Thread-1", "execution_time": 0.0035588741302490234, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_deferred_event_id.80293078e0"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.710088Z", "completed_at": "2023-03-29T17:56:30.712976Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.713202Z", "completed_at": "2023-03-29T17:56:30.713206Z"}], "thread_id": "Thread-1", "execution_time": 0.0037178993225097656, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_deferred_event_id.2f779e2912"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.714256Z", "completed_at": "2023-03-29T17:56:30.716953Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.717182Z", "completed_at": "2023-03-29T17:56:30.717187Z"}], "thread_id": "Thread-1", "execution_time": 0.003566741943359375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_delivered_event_id.87c8eb3f20"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.719181Z", "completed_at": "2023-03-29T17:56:30.738330Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.738661Z", "completed_at": "2023-03-29T17:56:30.738667Z"}], "thread_id": "Thread-1", "execution_time": 0.02020096778869629, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_delivered_event_id.f818bf03fc"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.463234Z", "completed_at": "2023-03-29T17:56:30.739680Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.742824Z", "completed_at": "2023-03-29T17:56:30.742828Z"}], "thread_id": "Thread-2", "execution_time": 0.28058314323425293, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket_property_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.739786Z", "completed_at": "2023-03-29T17:56:30.743796Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.746623Z", "completed_at": "2023-03-29T17:56:30.746627Z"}], "thread_id": "Thread-1", "execution_time": 0.0076029300689697266, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_forward_event_id.b9a8bf63b3"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.743900Z", "completed_at": "2023-03-29T17:56:30.747221Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.747810Z", "completed_at": "2023-03-29T17:56:30.747814Z"}], "thread_id": "Thread-2", "execution_time": 0.007192134857177734, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_forward_event_id.7f133d2dd1"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.747904Z", "completed_at": "2023-03-29T17:56:30.751383Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.754157Z", "completed_at": "2023-03-29T17:56:30.754161Z"}], "thread_id": "Thread-1", "execution_time": 0.007131099700927734, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_open_event_id.a2e658fe16"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.751483Z", "completed_at": "2023-03-29T17:56:30.754794Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.755407Z", "completed_at": "2023-03-29T17:56:30.755411Z"}], "thread_id": "Thread-2", "execution_time": 0.007585048675537109, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_open_event_id.3a369549b1"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.755509Z", "completed_at": "2023-03-29T17:56:30.759534Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.763910Z", "completed_at": "2023-03-29T17:56:30.763923Z"}], "thread_id": "Thread-1", "execution_time": 0.00953221321105957, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_spam_report_event_id.2a56aced8f"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.759623Z", "completed_at": "2023-03-29T17:56:30.764640Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.765786Z", "completed_at": "2023-03-29T17:56:30.765792Z"}], "thread_id": "Thread-2", "execution_time": 0.007116079330444336, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_spam_report_event_id.448320447a"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.766402Z", "completed_at": "2023-03-29T17:56:30.772765Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.773112Z", "completed_at": "2023-03-29T17:56:30.773118Z"}], "thread_id": "Thread-1", "execution_time": 0.008096933364868164, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_print_event_id.94d4e09b3b"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.770031Z", "completed_at": "2023-03-29T17:56:30.773565Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.774257Z", "completed_at": "2023-03-29T17:56:30.774260Z"}], "thread_id": "Thread-2", "execution_time": 0.005022764205932617, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_print_event_id.40a8ccd3f3"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.774778Z", "completed_at": "2023-03-29T17:56:30.780575Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.780865Z", "completed_at": "2023-03-29T17:56:30.780870Z"}], "thread_id": "Thread-1", "execution_time": 0.0071527957916259766, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_status_change_event_id.c5e80297b1"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.778039Z", "completed_at": "2023-03-29T17:56:30.781296Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.781943Z", "completed_at": "2023-03-29T17:56:30.781947Z"}], "thread_id": "Thread-2", "execution_time": 0.0046961307525634766, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_status_change_event_id.13105203e0"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.782469Z", "completed_at": "2023-03-29T17:56:30.789083Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.789317Z", "completed_at": "2023-03-29T17:56:30.789323Z"}], "thread_id": "Thread-1", "execution_time": 0.007898330688476562, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_event_id.4f287f3531"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.786616Z", "completed_at": "2023-03-29T17:56:30.789903Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.790466Z", "completed_at": "2023-03-29T17:56:30.790469Z"}], "thread_id": "Thread-2", "execution_time": 0.007283926010131836, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_event_id.734683460d"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.790571Z", "completed_at": "2023-03-29T17:56:30.796992Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.797345Z", "completed_at": "2023-03-29T17:56:30.797350Z"}], "thread_id": "Thread-1", "execution_time": 0.007664203643798828, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_call_engagement_id.5ceb3917bf"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.794357Z", "completed_at": "2023-03-29T17:56:30.797808Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.798722Z", "completed_at": "2023-03-29T17:56:30.798726Z"}], "thread_id": "Thread-2", "execution_time": 0.005189180374145508, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_call_engagement_id.43b4413603"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.799300Z", "completed_at": "2023-03-29T17:56:30.803398Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.806465Z", "completed_at": "2023-03-29T17:56:30.806471Z"}], "thread_id": "Thread-1", "execution_time": 0.008365869522094727, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_email_engagement_id.175561ecca"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.803524Z", "completed_at": "2023-03-29T17:56:30.807124Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.807721Z", "completed_at": "2023-03-29T17:56:30.807725Z"}], "thread_id": "Thread-2", "execution_time": 0.008616924285888672, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_email_engagement_id.5eeb06dcfc"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.807819Z", "completed_at": "2023-03-29T17:56:30.812327Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.815233Z", "completed_at": "2023-03-29T17:56:30.815238Z"}], "thread_id": "Thread-1", "execution_time": 0.008289098739624023, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_note_engagement_id.244059891e"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.812430Z", "completed_at": "2023-03-29T17:56:30.816111Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.818958Z", "completed_at": "2023-03-29T17:56:30.818963Z"}], "thread_id": "Thread-2", "execution_time": 0.007380008697509766, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_note_engagement_id.e2eaf5256e"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.816433Z", "completed_at": "2023-03-29T17:56:30.819624Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.820225Z", "completed_at": "2023-03-29T17:56:30.820230Z"}], "thread_id": "Thread-1", "execution_time": 0.007455110549926758, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_meeting_engagement_id.18dd11dc28"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.820349Z", "completed_at": "2023-03-29T17:56:30.824099Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.827089Z", "completed_at": "2023-03-29T17:56:30.827094Z"}], "thread_id": "Thread-2", "execution_time": 0.007643699645996094, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_meeting_engagement_id.70721fb830"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.824203Z", "completed_at": "2023-03-29T17:56:30.831547Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.831839Z", "completed_at": "2023-03-29T17:56:30.831844Z"}], "thread_id": "Thread-1", "execution_time": 0.008414983749389648, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_engagement_id.b26f4d328f"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.828048Z", "completed_at": "2023-03-29T17:56:30.832292Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.832928Z", "completed_at": "2023-03-29T17:56:30.832931Z"}], "thread_id": "Thread-2", "execution_time": 0.005593776702880859, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_engagement_id.4f054187b0"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.600548Z", "completed_at": "2023-03-29T17:56:30.882327Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:30.882596Z", "completed_at": "2023-03-29T17:56:30.882603Z"}], "thread_id": "Thread-4", "execution_time": 0.28342199325561523, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__ticket"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.883847Z", "completed_at": "2023-03-29T17:56:31.135313Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:31.153858Z", "completed_at": "2023-03-29T17:56:31.153866Z"}], "thread_id": "Thread-4", "execution_time": 0.2717759609222412, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_sent"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.833413Z", "completed_at": "2023-03-29T17:56:31.135537Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:31.154664Z", "completed_at": "2023-03-29T17:56:31.154670Z"}], "thread_id": "Thread-1", "execution_time": 0.3392918109893799, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__contact_list"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:30.838397Z", "completed_at": "2023-03-29T17:56:31.172274Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:31.174222Z", "completed_at": "2023-03-29T17:56:31.174229Z"}], "thread_id": "Thread-2", "execution_time": 0.3374359607696533, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__email_event_dropped"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:31.175043Z", "completed_at": "2023-03-29T17:56:31.186634Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:31.186928Z", "completed_at": "2023-03-29T17:56:31.186935Z"}], "thread_id": "Thread-4", "execution_time": 0.013905763626098633, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__ticket_ticket_id.299e7c4c53"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:31.178654Z", "completed_at": "2023-03-29T17:56:31.187754Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:31.188643Z", "completed_at": "2023-03-29T17:56:31.188647Z"}], "thread_id": "Thread-1", "execution_time": 0.018738985061645508, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__ticket_ticket_id.78c6fbfcaf"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:31.183139Z", "completed_at": "2023-03-29T17:56:31.187854Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:31.188753Z", "completed_at": "2023-03-29T17:56:31.188756Z"}], "thread_id": "Thread-2", "execution_time": 0.010539054870605469, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_sent_event_id.cf77d9f15d"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:31.188861Z", "completed_at": "2023-03-29T17:56:31.193860Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:31.197856Z", "completed_at": "2023-03-29T17:56:31.197865Z"}], "thread_id": "Thread-4", "execution_time": 0.014711141586303711, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_sent_event_id.122cb22272"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:31.194726Z", "completed_at": "2023-03-29T17:56:31.203249Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:31.204148Z", "completed_at": "2023-03-29T17:56:31.204153Z"}], "thread_id": "Thread-1", "execution_time": 0.013983011245727539, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__contact_list_contact_list_id.ff8e4cc29a"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:31.198066Z", "completed_at": "2023-03-29T17:56:31.203677Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:31.207207Z", "completed_at": "2023-03-29T17:56:31.207213Z"}], "thread_id": "Thread-2", "execution_time": 0.01394796371459961, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__contact_list_contact_list_id.036739c1b0"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:31.204252Z", "completed_at": "2023-03-29T17:56:31.208291Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:31.208924Z", "completed_at": "2023-03-29T17:56:31.208928Z"}], "thread_id": "Thread-4", "execution_time": 0.008557796478271484, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__email_event_dropped_event_id.c92d449f52"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:31.209021Z", "completed_at": "2023-03-29T17:56:31.212356Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:31.212599Z", "completed_at": "2023-03-29T17:56:31.212603Z"}], "thread_id": "Thread-1", "execution_time": 0.004436969757080078, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__email_event_dropped_event_id.40706bbf71"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:29.918782Z", "completed_at": "2023-03-29T17:56:31.424212Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:31.424516Z", "completed_at": "2023-03-29T17:56:31.424523Z"}], "thread_id": "Thread-3", "execution_time": 1.5077979564666748, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.hubspot_source.stg_hubspot__engagement_task"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:31.426731Z", "completed_at": "2023-03-29T17:56:31.435572Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:31.436423Z", "completed_at": "2023-03-29T17:56:31.436431Z"}], "thread_id": "Thread-2", "execution_time": 0.011476993560791016, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.not_null_stg_hubspot__engagement_task_engagement_id.0bbd752d82"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-29T17:56:31.431121Z", "completed_at": "2023-03-29T17:56:31.435756Z"}, {"name": "execute", "started_at": "2023-03-29T17:56:31.436598Z", "completed_at": "2023-03-29T17:56:31.436602Z"}], "thread_id": "Thread-4", "execution_time": 0.011693954467773438, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.hubspot_source.unique_stg_hubspot__engagement_task_engagement_id.0f578bc80c"}], "elapsed_time": 5.964463233947754, "args": {"write_json": true, "use_colors": true, "printer_width": 80, "version_check": true, "partial_parse": true, "static_parser": true, "profiles_dir": "/Users/jamie.rodriguez/.dbt", "send_anonymous_usage_stats": true, "quiet": false, "no_print": false, "cache_selected_only": false, "compile": true, "which": "generate", "rpc_method": "docs.generate", "indirect_selection": "eager"}} \ No newline at end of file diff --git a/integration_tests/ci/sample.profiles.yml b/integration_tests/ci/sample.profiles.yml index 4cd84f4..372b27b 100644 --- a/integration_tests/ci/sample.profiles.yml +++ b/integration_tests/ci/sample.profiles.yml @@ -16,13 +16,13 @@ integration_tests: pass: "{{ env_var('CI_REDSHIFT_DBT_PASS') }}" dbname: "{{ env_var('CI_REDSHIFT_DBT_DBNAME') }}" port: 5439 - schema: hubspot_source_integration_tests_1 + schema: hubspot_source_integration_tests_2 threads: 8 bigquery: type: bigquery method: service-account-json project: 'dbt-package-testing' - schema: hubspot_source_integration_tests_1 + schema: hubspot_source_integration_tests_2 threads: 8 keyfile_json: "{{ env_var('GCLOUD_SERVICE_KEY') | as_native }}" snowflake: @@ -33,7 +33,7 @@ integration_tests: role: "{{ env_var('CI_SNOWFLAKE_DBT_ROLE') }}" database: "{{ env_var('CI_SNOWFLAKE_DBT_DATABASE') }}" warehouse: "{{ env_var('CI_SNOWFLAKE_DBT_WAREHOUSE') }}" - schema: hubspot_source_integration_tests_1 + schema: hubspot_source_integration_tests_2 threads: 8 postgres: type: postgres @@ -42,13 +42,13 @@ integration_tests: pass: "{{ env_var('CI_POSTGRES_DBT_PASS') }}" dbname: "{{ env_var('CI_POSTGRES_DBT_DBNAME') }}" port: 5432 - schema: hubspot_source_integration_tests_1 + schema: hubspot_source_integration_tests_2 threads: 8 databricks: catalog: null host: "{{ env_var('CI_DATABRICKS_DBT_HOST') }}" http_path: "{{ env_var('CI_DATABRICKS_DBT_HTTP_PATH') }}" - schema: hubspot_source_integration_tests_1 + schema: hubspot_source_integration_tests_2 threads: 2 token: "{{ env_var('CI_DATABRICKS_DBT_TOKEN') }}" type: databricks diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 77ecaa9..82e7a5e 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,12 +1,12 @@ name: 'hubspot_source_integration_tests' -version: '0.8.0' +version: '0.9.0' profile: 'integration_tests' config-version: 2 models: hubspot_source: +schema: vars: - hubspot_schema: hubspot_source_integration_tests_1 + hubspot_schema: hubspot_source_integration_tests_2 hubspot_source: hubspot_service_enabled: true hubspot_company_property_history_identifier: "company_property_history_data" @@ -59,62 +59,67 @@ seeds: +quote_columns: "{{ true if target.type == 'redshift' else false }}" owner_data: +column_types: - owner_id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" + owner_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" company_data: +column_types: - id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" + id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" deal_data: +column_types: - deal_id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" - owner_id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" + deal_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" + owner_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" + _fivetran_synced: timestamp + property_closedate: timestamp + property_createdate: timestamp deal_contact_data: +column_types: - contact_id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" - deal_id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" + contact_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" + deal_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" deal_stage_data: +column_types: - deal_id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" + deal_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" company_property_history_data: +column_types: - company_id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" + company_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" email_campaign_data: +column_types: - id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" - content_id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" + id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" + content_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" deal_property_history_data: +column_types: - deal_id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" + deal_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" engagement_call_data: +column_types: - engagement_id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" + engagement_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" engagement_company_data: +column_types: - engagement_id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" - company_id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" + engagement_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" + company_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" engagement_contact_data: +column_types: - engagement_id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" - contact_id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" + engagement_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" + contact_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" engagement_deal_data: +column_types: - engagement_id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" - deal_id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" + engagement_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" + deal_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" engagement_data: +column_types: - id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" + id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" engagement_meeting_data: +column_types: - engagement_id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" + engagement_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" engagement_email_data: +column_types: - engagement_id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" + engagement_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" + _fivetran_synced: timestamp + email_send_event_id_created: timestamp engagement_task_data: +column_types: - engagement_id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" + engagement_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" completion_date: "{{ 'varchar(100)' if target.type in ('redshift','postgres') else 'string'}}" engagement_note_data: +column_types: - engagement_id: "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}" + engagement_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}" deal_pipeline_data: +column_types: pipeline_id: "{{ 'varchar(100)' if target.type in ('redshift','postgres') else 'string'}}" @@ -137,6 +142,13 @@ seeds: +enabled: "{{ true if target.type != 'postgres' else false }}" contact_list_data_postgres: +enabled: "{{ true if target.type == 'postgres' else false }}" + email_event_data: + +column_types: + _fivetran_synced: timestamp + caused_by_created: timestamp + created: timestamp + obsoleted_by_created: timestamp + sent_by_created: timestamp dispatch: - macro_namespace: dbt_utils diff --git a/integration_tests/seeds/company_property_history_data.csv b/integration_tests/seeds/company_property_history_data.csv index 08c0b15..0ed39f2 100644 --- a/integration_tests/seeds/company_property_history_data.csv +++ b/integration_tests/seeds/company_property_history_data.csv @@ -1,101 +1,101 @@ company_id,timestamp,_fivetran_synced,source,source_id,name,value -2051482368,2019-09-10 22:01:17.446 UTC,2020-01-14 17:59:01.173 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,ivIU2HItRtUkqPwwukoy0Q== -2051482368,2020-05-08 14:54:29.658 UTC,2020-05-08 14:56:20.930 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,e3t+Y47dr5xVZef9Berf8Q== -2353082624,2019-09-20 04:08:33.952 UTC,2020-01-14 17:59:06.163 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,9WSrAL7+MRXDpJQPfj2TTA== -2353083136,2020-04-06 11:25:45.634 UTC,2020-04-06 11:30:33.717 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,YIKDVhzHevrp7M4DR/2RuA== -2353071105,2020-04-06 11:40:12.857 UTC,2020-04-06 11:40:33.272 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,LsqPhSJ8P/eXS9ZLSJMi2g== -2353857793,2020-04-06 10:45:17.832 UTC,2020-04-06 10:45:36.381 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,vRHxf8QVJ0imZVYtVes/qw== -3075061761,2020-03-06 16:01:04.203 UTC,2020-03-06 16:05:33.646 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,+pIFuA57AA4VfFHjjehGUQ== -2353081858,2019-08-24 08:29:10.587 UTC,2020-01-14 17:59:06.152 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,b0HOBb+TGpURlFddq3utig== -1714018818,2020-04-11 18:56:41.193 UTC,2020-04-11 19:00:54.609 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,c+KoTDrfBPthu3vWnJ9zlQ== -1714018818,2020-04-11 21:34:25.855 UTC,2020-04-11 21:35:32.386 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,6m2msmS2o98ib+VYOajY0g== -1714018818,2020-02-28 21:41:24.738 UTC,2020-02-28 21:45:31.476 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,kV47epWS7whfL4MBc4D1ZQ== -1714018818,2020-05-15 19:31:58.761 UTC,2020-05-15 19:35:33.846 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,72DSs51Lah0lEdL888knAA== -1714018818,2020-03-03 22:57:41.499 UTC,2020-03-03 23:00:32.293 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,MP8gVZvRl3gWc3PC0lnkRw== -2774552067,2020-01-02 16:31:01.661 UTC,2020-01-14 17:59:13.146 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,uR20O5nX5lAl00apcG+a5w== -2814024195,2020-05-08 15:20:25.186 UTC,2020-05-08 15:20:33.987 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,HKDn4fv+B4qjcI1bY6M0lQ== -2292829187,2019-08-03 11:25:10.180 UTC,2020-01-14 17:59:03.226 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,b+NXm/47lnuSzqnUt7ayVQ== -2552104452,2020-05-08 14:53:16.513 UTC,2020-05-08 14:56:21.326 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,SJ1xMpRd8FISdo1AZtkkXw== -2715623684,2020-04-06 10:47:09.386 UTC,2020-04-06 10:50:34.450 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,GZ/rRfr1so4Lqymv03A0tQ== -1795651845,2020-02-21 05:42:29.620 UTC,2020-02-21 05:45:34.564 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,Usiq0WuWLWfs4iPWgXp3Ww== -2353070854,2020-05-08 15:01:28.959 UTC,2020-05-08 15:05:38.583 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,PLebvvVAk/eIS/GGqKJy2g== -2451740678,2019-09-27 21:02:47.297 UTC,2020-01-14 17:59:11.046 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,+iZLqVYLncNdvTVz29k7cg== -2315820038,2019-08-16 19:31:59.672 UTC,2020-01-14 17:59:03.255 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,3miSXlPihCACvdc/DTOtZQ== -2569784838,2019-11-09 23:12:46.524 UTC,2020-01-14 17:59:12.517 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,AKvdEAsrKzrQdfXzAtauJQ== -2162254343,2020-05-08 15:04:59.386 UTC,2020-05-08 15:05:37.227 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,BKIAlvGXIJLlwmkXRxDBPQ== -862551303,2018-08-01 12:24:58.466 UTC,2020-01-14 17:58:56.669 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,Twze8r1jZXtz/8hL/KbT4g== -2540946439,2020-02-21 05:42:27.768 UTC,2020-02-21 05:45:34.920 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,kyIlCgX1wcWjufcbrxSTxw== -2540946439,2020-05-08 20:00:22.196 UTC,2020-05-08 20:01:33.058 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,5gy/8w+huEYisys3bDe/tw== -1732115207,2019-04-09 10:49:26.673 UTC,2020-01-14 17:58:59.053 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,OeJFAByBvzvhd3LmFlCFsA== -2412651272,2020-04-06 10:18:31.426 UTC,2020-04-06 10:20:42.959 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,77pNzR7016CEB08dpGePBA== -2412651272,2019-09-26 14:14:08.857 UTC,2020-01-14 17:59:10.991 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,S68m3cqijJnoT/NX4HNMJQ== -1968000009,2020-06-18 23:33:09.979 UTC,2020-06-18 23:35:38.642 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,DtxFbruAGxyNY+b9fbSwEg== -1968000009,2020-04-30 12:57:18.717 UTC,2020-04-30 13:00:48.260 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,OnEsKex15Tkd/r8cc8XOwg== -1968000009,2020-05-05 01:45:49.958 UTC,2020-05-05 01:50:34.667 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,NtV9r3ijQDhLiQ3R3/Dgug== -1968000009,2020-07-08 22:12:22.295 UTC,2020-07-08 22:15:38.171 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,rG5E16BwWowRhlc8ZkA/fg== -1968000009,2020-02-29 19:13:35.090 UTC,2020-02-29 19:15:32.101 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,bEYQQwImA5FavIhjPerDAg== -1968000009,2020-02-11 16:37:42.604 UTC,2020-02-11 16:40:31.529 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,gyd+dbJRsNyktN+Xf4NlcA== -2353160713,2019-08-24 07:16:15.518 UTC,2020-01-14 17:59:07.525 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,Z6Cm7f+t/dz2x6gEcmqLkw== -1714024969,2020-02-19 21:32:59.281 UTC,2020-02-19 21:35:32.077 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,B3JTZlMycPiYxP7hRHUZMg== -2751553290,2019-12-23 16:20:26.971 UTC,2020-01-14 17:59:13.120 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,WKbkm4d0E+uO1aIV//gIvg== -2704410891,2020-03-04 15:22:31.862 UTC,2020-03-04 15:25:32.711 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,3lz6cM5XKb4kVMpQtj+ZLQ== -2704410891,2020-01-06 17:28:26.279 UTC,2020-01-14 17:59:13.081 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,reMVDdFzV+uLcryHQuFExQ== -1715224587,2019-11-11 19:38:07.598 UTC,2020-01-14 17:58:59.039 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,cDNn0RFEfCCUP/hB57qQAA== -2353880843,2020-05-08 15:06:23.129 UTC,2020-05-08 15:10:36.340 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,64GRESxnxJDsAxh1be/ucg== -2301410571,2019-08-06 15:25:30.554 UTC,2020-01-14 17:59:03.235 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,zAQw75ascbNJuNu5hyBP6A== -2778403340,2020-03-17 09:11:38.626 UTC,2020-03-17 09:15:31.175 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,4m39jt4rcTVfuXYLv4Z8dA== -2697402636,2019-12-10 12:06:54.684 UTC,2020-01-14 17:59:13.068 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,y+T5JvIeZxjVFVSMJVIcIQ== -2109491212,2019-06-24 17:07:41.435 UTC,2020-01-14 17:59:01.236 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,X91Jgomluhf2n6AzfnNQiA== -2353881868,2019-08-24 09:44:32.341 UTC,2020-01-14 17:59:09.911 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,GU47WEA2ciQrirHwCjzE9g== -2405109005,2019-09-12 12:19:01.425 UTC,2020-01-14 17:59:10.982 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,HbNzfXV3Yl8URjadJRdMUA== -1798787853,2020-04-06 10:19:49.644 UTC,2020-04-06 10:20:42.215 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,xLsvBTirX+cfA0znz2iWjA== -2517132045,2019-10-22 13:25:41.623 UTC,2020-01-14 17:59:11.907 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,9Fw6Sal9lrLAzg+nbdGjug== -1756259853,2019-03-21 19:36:11.618 UTC,2020-01-14 17:58:59.075 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,ulJlJsZJMktPXfKgDiFiQQ== -1695713293,2019-04-11 20:39:00.015 UTC,2020-01-14 17:58:56.723 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,ei/asz95ok2YzKG7CNFTJQ== -2380777485,2019-09-10 19:40:15.750 UTC,2020-01-14 17:59:10.944 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,Ilu9JTmnqTUaGwz2bEtyPw== -1687015181,2020-05-08 14:39:16.550 UTC,2020-05-08 14:40:33.966 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,+96cDQDfEj723VhWM2ZNiw== -860870157,2020-04-21 19:53:10.970 UTC,2020-04-21 19:55:34.708 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,yXf/zG6CvgRGw5nkbWOHMA== -860870157,2020-03-31 17:26:56.548 UTC,2020-03-31 17:30:31.896 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,zCgiCBZDZCIfQv3eXjHTeg== -860870157,2020-02-26 18:38:27.843 UTC,2020-02-26 18:40:32.362 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,Gdv52k8vxgguG4MYxhWsng== -860870157,2020-04-20 21:09:07.564 UTC,2020-04-20 21:10:34.834 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,8uD3zyLy6rx/8vXFvG3v+A== -860870157,2020-02-03 13:30:10.587 UTC,2020-02-03 13:30:30.879 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,oiLn7Ls9g1pf6kXqn5XCUQ== -860870157,2020-04-06 15:29:12.528 UTC,2020-04-06 15:30:34.108 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,nJ0V760ppxl3pCEMS4Qn8g== -860870157,2020-02-27 16:54:42.903 UTC,2020-02-27 16:55:33.144 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,gvFM25Q9P5jZfbv1Ztvxxw== -860870157,2020-02-24 17:54:12.653 UTC,2020-02-24 17:55:41.951 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,lehEEzFqOxr80j7rou/wrQ== -860870157,2020-02-28 20:45:19.806 UTC,2020-02-28 20:45:32.545 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,EiI6oLp2NmdDsiwYNDJqCw== -860870157,2020-04-13 17:59:14.731 UTC,2020-04-13 18:00:33.232 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,3+tN4BAZVoA+r5oVltt8Lg== -860870157,2020-03-03 16:29:46.831 UTC,2020-03-03 16:30:33.785 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,ZohCp5nSodO+5QfrO61h2A== -860870157,2020-05-06 13:39:47.933 UTC,2020-05-06 13:40:34.191 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,c5NRDwo9A3XPAFg1Jl5O9g== -860870157,2020-03-31 16:25:32.460 UTC,2020-03-31 16:25:38.866 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,REWcNXRpSWu3cwAnOlgS/Q== -860870157,2020-06-25 15:03:44.147 UTC,2020-06-25 15:06:40.361 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,uVP635DyEEquHsBWAcfjDg== -860870157,2020-03-20 11:39:55.336 UTC,2020-03-20 11:40:32.128 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,Xg3ztG9xpEVmITx596okjQ== -860870157,2020-02-13 19:09:25.697 UTC,2020-02-13 19:10:32.714 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,+a97xATAbxZScyS/KrYHAg== -860870157,2020-03-05 17:19:43.824 UTC,2020-03-05 17:20:32.668 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,mbCqr/VW1KC4UE2lxZc9/w== -860870157,2020-03-02 18:00:04.530 UTC,2020-03-02 18:00:32.582 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,78C6JDtYlyhlUUlL/HhIFg== -860870157,2020-06-25 19:52:41.008 UTC,2020-06-25 19:56:58.697 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,w+XTwu4QGudHvgp25Kg2sQ== -860870157,2020-03-04 19:40:14.403 UTC,2020-03-04 19:40:32.090 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,vPegIpJuhjWZgqlCG54G+g== -860870157,2020-02-02 02:03:00.359 UTC,2020-02-02 02:05:30.998 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,L+NcWL9gGJnTObzy8DjGJg== -860870157,2020-02-20 23:03:03.600 UTC,2020-02-20 23:05:32.317 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,br/7s6RNTenDHf/tWMgceg== -860870157,2020-03-19 21:49:52.453 UTC,2020-03-19 21:50:32.949 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,CiwqpJxdw6B19SGV6P+zYw== -860870157,2020-03-03 20:23:34.495 UTC,2020-03-03 20:25:33.264 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,lOfAQtfm3nSn+1Vk0+Qu0A== -860870157,2020-02-19 15:59:48.434 UTC,2020-02-19 16:00:33.316 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,XAnDJ0rb8qG1vzq5S7AjPg== -860870157,2020-04-29 19:19:13.257 UTC,2020-04-29 19:20:33.697 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,2aaqcy2cm+rYnHyqqchhgg== -860870157,2020-02-18 13:55:09.554 UTC,2020-02-18 13:55:33.793 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,o7LzjOPeJtn6m9fcwhTGWA== -860870157,2020-04-20 19:17:37.269 UTC,2020-04-20 19:20:33.578 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,2doKhglbKW84Pe/xl5ULAA== -860870157,2020-04-06 19:00:24.665 UTC,2020-04-06 19:00:40.121 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,XUKXE5OzfOTSK1AjGVHKbA== -860870157,2020-04-11 14:27:43.142 UTC,2020-04-11 14:30:50.494 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,ujU/4JqwYwjC4aSutu11Ug== -860870157,2020-05-11 13:42:30.409 UTC,2020-05-11 13:45:33.397 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,MJrmOITxqjkeJQj/DB2YEQ== -860870157,2020-03-31 12:44:34.450 UTC,2020-03-31 12:45:42.698 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,yIzCW1hkB0deW26TKxfvHQ== -860870157,2020-05-20 14:34:37.780 UTC,2020-05-20 14:35:33.454 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,fUlz5CNS3Ahf5WghZ2Uzcw== -860870157,2020-03-06 13:03:43.535 UTC,2020-03-06 13:05:32.710 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,nez8Km7hlfO2H56ACh9h2w== -860870157,2020-05-22 11:43:40.164 UTC,2020-05-22 11:45:32.348 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,ik1PM1Xs1vvNa7DnijtBgg== -860870157,2020-02-06 15:56:26.681 UTC,2020-02-06 16:00:31.008 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,exkkEdGnQr91Kq/KNRKyTQ== -860870157,2020-03-13 17:55:41.340 UTC,2020-03-13 18:00:32.613 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,aWGwOsbhlgWtUYDltpjVag== -860870157,2020-02-24 20:38:02.923 UTC,2020-02-24 20:40:32.387 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,RJvCQAFrXcyb80LYrqRCXw== -860870157,2020-03-01 14:09:03.145 UTC,2020-03-01 14:10:31.819 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,KBsR6PsL8DbGFA49HNhiXg== -860870157,2020-02-07 22:55:14.311 UTC,2020-02-07 22:55:35.427 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,uQRiu/Lh53xoO+VlmryMLQ== -860870157,2020-02-26 01:55:41.648 UTC,2020-02-26 02:00:31.721 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,EJABvpu5/cg3Bs3p+5r6HA== -860870157,2020-03-04 18:14:03.514 UTC,2020-03-04 18:15:32.887 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,zOGxMiupTqXr3QCxp458sQ== -860870157,2020-02-14 16:06:56.566 UTC,2020-02-14 16:10:33.731 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,8nJH6+mFNW2OPXow1a+ciQ== -860870157,2020-03-10 14:53:27.838 UTC,2020-03-10 14:55:50.349 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,rQZ6lg6ebR6Myd+/eOEthw== -860870157,2020-06-20 19:02:13.958 UTC,2020-06-20 19:05:37.636 UTC,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,NDHZi3SDPy7XuoFjLegaUw== +2051482368,2019-09-10 22:01:17.446,2020-01-14 17:59:01.173,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,ivIU2HItRtUkqPwwukoy0Q== +2051482368,2020-05-08 14:54:29.658,2020-05-08 14:56:20.930,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,e3t+Y47dr5xVZef9Berf8Q== +2353082624,2019-09-20 04:08:33.952,2020-01-14 17:59:06.163,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,9WSrAL7+MRXDpJQPfj2TTA== +2353083136,2020-04-06 11:25:45.634,2020-04-06 11:30:33.717,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,YIKDVhzHevrp7M4DR/2RuA== +2353071105,2020-04-06 11:40:12.857,2020-04-06 11:40:33.272,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,LsqPhSJ8P/eXS9ZLSJMi2g== +2353857793,2020-04-06 10:45:17.832,2020-04-06 10:45:36.381,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,vRHxf8QVJ0imZVYtVes/qw== +3075061761,2020-03-06 16:01:04.203,2020-03-06 16:05:33.646,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,+pIFuA57AA4VfFHjjehGUQ== +2353081858,2019-08-24 08:29:10.587,2020-01-14 17:59:06.152,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,b0HOBb+TGpURlFddq3utig== +1714018818,2020-04-11 18:56:41.193,2020-04-11 19:00:54.609,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,c+KoTDrfBPthu3vWnJ9zlQ== +1714018818,2020-04-11 21:34:25.855,2020-04-11 21:35:32.386,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,6m2msmS2o98ib+VYOajY0g== +1714018818,2020-02-28 21:41:24.738,2020-02-28 21:45:31.476,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,kV47epWS7whfL4MBc4D1ZQ== +1714018818,2020-05-15 19:31:58.761,2020-05-15 19:35:33.846,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,72DSs51Lah0lEdL888knAA== +1714018818,2020-03-03 22:57:41.499,2020-03-03 23:00:32.293,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,MP8gVZvRl3gWc3PC0lnkRw== +2774552067,2020-01-02 16:31:01.661,2020-01-14 17:59:13.146,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,uR20O5nX5lAl00apcG+a5w== +2814024195,2020-05-08 15:20:25.186,2020-05-08 15:20:33.987,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,HKDn4fv+B4qjcI1bY6M0lQ== +2292829187,2019-08-03 11:25:10.180,2020-01-14 17:59:03.226,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,b+NXm/47lnuSzqnUt7ayVQ== +2552104452,2020-05-08 14:53:16.513,2020-05-08 14:56:21.326,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,SJ1xMpRd8FISdo1AZtkkXw== +2715623684,2020-04-06 10:47:09.386,2020-04-06 10:50:34.450,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,GZ/rRfr1so4Lqymv03A0tQ== +1795651845,2020-02-21 05:42:29.620,2020-02-21 05:45:34.564,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,Usiq0WuWLWfs4iPWgXp3Ww== +2353070854,2020-05-08 15:01:28.959,2020-05-08 15:05:38.583,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,PLebvvVAk/eIS/GGqKJy2g== +2451740678,2019-09-27 21:02:47.297,2020-01-14 17:59:11.046,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,+iZLqVYLncNdvTVz29k7cg== +2315820038,2019-08-16 19:31:59.672,2020-01-14 17:59:03.255,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,3miSXlPihCACvdc/DTOtZQ== +2569784838,2019-11-09 23:12:46.524,2020-01-14 17:59:12.517,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,AKvdEAsrKzrQdfXzAtauJQ== +2162254343,2020-05-08 15:04:59.386,2020-05-08 15:05:37.227,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,BKIAlvGXIJLlwmkXRxDBPQ== +862551303,2018-08-01 12:24:58.466,2020-01-14 17:58:56.669,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,Twze8r1jZXtz/8hL/KbT4g== +2540946439,2020-02-21 05:42:27.768,2020-02-21 05:45:34.920,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,kyIlCgX1wcWjufcbrxSTxw== +2540946439,2020-05-08 20:00:22.196,2020-05-08 20:01:33.058,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,5gy/8w+huEYisys3bDe/tw== +1732115207,2019-04-09 10:49:26.673,2020-01-14 17:58:59.053,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,OeJFAByBvzvhd3LmFlCFsA== +2412651272,2020-04-06 10:18:31.426,2020-04-06 10:20:42.959,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,77pNzR7016CEB08dpGePBA== +2412651272,2019-09-26 14:14:08.857,2020-01-14 17:59:10.991,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,S68m3cqijJnoT/NX4HNMJQ== +1968000009,2020-06-18 23:33:09.979,2020-06-18 23:35:38.642,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,DtxFbruAGxyNY+b9fbSwEg== +1968000009,2020-04-30 12:57:18.717,2020-04-30 13:00:48.260,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,OnEsKex15Tkd/r8cc8XOwg== +1968000009,2020-05-05 01:45:49.958,2020-05-05 01:50:34.667,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,NtV9r3ijQDhLiQ3R3/Dgug== +1968000009,2020-07-08 22:12:22.295,2020-07-08 22:15:38.171,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,rG5E16BwWowRhlc8ZkA/fg== +1968000009,2020-02-29 19:13:35.090,2020-02-29 19:15:32.101,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,bEYQQwImA5FavIhjPerDAg== +1968000009,2020-02-11 16:37:42.604,2020-02-11 16:40:31.529,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,gyd+dbJRsNyktN+Xf4NlcA== +2353160713,2019-08-24 07:16:15.518,2020-01-14 17:59:07.525,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,Z6Cm7f+t/dz2x6gEcmqLkw== +1714024969,2020-02-19 21:32:59.281,2020-02-19 21:35:32.077,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,B3JTZlMycPiYxP7hRHUZMg== +2751553290,2019-12-23 16:20:26.971,2020-01-14 17:59:13.120,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,WKbkm4d0E+uO1aIV//gIvg== +2704410891,2020-03-04 15:22:31.862,2020-03-04 15:25:32.711,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,3lz6cM5XKb4kVMpQtj+ZLQ== +2704410891,2020-01-06 17:28:26.279,2020-01-14 17:59:13.081,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,reMVDdFzV+uLcryHQuFExQ== +1715224587,2019-11-11 19:38:07.598,2020-01-14 17:58:59.039,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,cDNn0RFEfCCUP/hB57qQAA== +2353880843,2020-05-08 15:06:23.129,2020-05-08 15:10:36.340,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,64GRESxnxJDsAxh1be/ucg== +2301410571,2019-08-06 15:25:30.554,2020-01-14 17:59:03.235,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,zAQw75ascbNJuNu5hyBP6A== +2778403340,2020-03-17 09:11:38.626,2020-03-17 09:15:31.175,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,4m39jt4rcTVfuXYLv4Z8dA== +2697402636,2019-12-10 12:06:54.684,2020-01-14 17:59:13.068,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,y+T5JvIeZxjVFVSMJVIcIQ== +2109491212,2019-06-24 17:07:41.435,2020-01-14 17:59:01.236,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,X91Jgomluhf2n6AzfnNQiA== +2353881868,2019-08-24 09:44:32.341,2020-01-14 17:59:09.911,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,GU47WEA2ciQrirHwCjzE9g== +2405109005,2019-09-12 12:19:01.425,2020-01-14 17:59:10.982,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,HbNzfXV3Yl8URjadJRdMUA== +1798787853,2020-04-06 10:19:49.644,2020-04-06 10:20:42.215,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,xLsvBTirX+cfA0znz2iWjA== +2517132045,2019-10-22 13:25:41.623,2020-01-14 17:59:11.907,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,9Fw6Sal9lrLAzg+nbdGjug== +1756259853,2019-03-21 19:36:11.618,2020-01-14 17:58:59.075,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,ulJlJsZJMktPXfKgDiFiQQ== +1695713293,2019-04-11 20:39:00.015,2020-01-14 17:58:56.723,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,ei/asz95ok2YzKG7CNFTJQ== +2380777485,2019-09-10 19:40:15.750,2020-01-14 17:59:10.944,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,Ilu9JTmnqTUaGwz2bEtyPw== +1687015181,2020-05-08 14:39:16.550,2020-05-08 14:40:33.966,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,+96cDQDfEj723VhWM2ZNiw== +860870157,2020-04-21 19:53:10.970,2020-04-21 19:55:34.708,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,yXf/zG6CvgRGw5nkbWOHMA== +860870157,2020-03-31 17:26:56.548,2020-03-31 17:30:31.896,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,zCgiCBZDZCIfQv3eXjHTeg== +860870157,2020-02-26 18:38:27.843,2020-02-26 18:40:32.362,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,Gdv52k8vxgguG4MYxhWsng== +860870157,2020-04-20 21:09:07.564,2020-04-20 21:10:34.834,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,8uD3zyLy6rx/8vXFvG3v+A== +860870157,2020-02-03 13:30:10.587,2020-02-03 13:30:30.879,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,oiLn7Ls9g1pf6kXqn5XCUQ== +860870157,2020-04-06 15:29:12.528,2020-04-06 15:30:34.108,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,nJ0V760ppxl3pCEMS4Qn8g== +860870157,2020-02-27 16:54:42.903,2020-02-27 16:55:33.144,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,gvFM25Q9P5jZfbv1Ztvxxw== +860870157,2020-02-24 17:54:12.653,2020-02-24 17:55:41.951,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,lehEEzFqOxr80j7rou/wrQ== +860870157,2020-02-28 20:45:19.806,2020-02-28 20:45:32.545,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,EiI6oLp2NmdDsiwYNDJqCw== +860870157,2020-04-13 17:59:14.731,2020-04-13 18:00:33.232,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,3+tN4BAZVoA+r5oVltt8Lg== +860870157,2020-03-03 16:29:46.831,2020-03-03 16:30:33.785,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,ZohCp5nSodO+5QfrO61h2A== +860870157,2020-05-06 13:39:47.933,2020-05-06 13:40:34.191,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,c5NRDwo9A3XPAFg1Jl5O9g== +860870157,2020-03-31 16:25:32.460,2020-03-31 16:25:38.866,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,REWcNXRpSWu3cwAnOlgS/Q== +860870157,2020-06-25 15:03:44.147,2020-06-25 15:06:40.361,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,uVP635DyEEquHsBWAcfjDg== +860870157,2020-03-20 11:39:55.336,2020-03-20 11:40:32.128,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,Xg3ztG9xpEVmITx596okjQ== +860870157,2020-02-13 19:09:25.697,2020-02-13 19:10:32.714,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,+a97xATAbxZScyS/KrYHAg== +860870157,2020-03-05 17:19:43.824,2020-03-05 17:20:32.668,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,mbCqr/VW1KC4UE2lxZc9/w== +860870157,2020-03-02 18:00:04.530,2020-03-02 18:00:32.582,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,78C6JDtYlyhlUUlL/HhIFg== +860870157,2020-06-25 19:52:41.008,2020-06-25 19:56:58.697,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,w+XTwu4QGudHvgp25Kg2sQ== +860870157,2020-03-04 19:40:14.403,2020-03-04 19:40:32.090,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,vPegIpJuhjWZgqlCG54G+g== +860870157,2020-02-02 02:03:00.359,2020-02-02 02:05:30.998,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,L+NcWL9gGJnTObzy8DjGJg== +860870157,2020-02-20 23:03:03.600,2020-02-20 23:05:32.317,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,br/7s6RNTenDHf/tWMgceg== +860870157,2020-03-19 21:49:52.453,2020-03-19 21:50:32.949,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,CiwqpJxdw6B19SGV6P+zYw== +860870157,2020-03-03 20:23:34.495,2020-03-03 20:25:33.264,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,lOfAQtfm3nSn+1Vk0+Qu0A== +860870157,2020-02-19 15:59:48.434,2020-02-19 16:00:33.316,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,XAnDJ0rb8qG1vzq5S7AjPg== +860870157,2020-04-29 19:19:13.257,2020-04-29 19:20:33.697,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,2aaqcy2cm+rYnHyqqchhgg== +860870157,2020-02-18 13:55:09.554,2020-02-18 13:55:33.793,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,o7LzjOPeJtn6m9fcwhTGWA== +860870157,2020-04-20 19:17:37.269,2020-04-20 19:20:33.578,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,2doKhglbKW84Pe/xl5ULAA== +860870157,2020-04-06 19:00:24.665,2020-04-06 19:00:40.121,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,XUKXE5OzfOTSK1AjGVHKbA== +860870157,2020-04-11 14:27:43.142,2020-04-11 14:30:50.494,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,ujU/4JqwYwjC4aSutu11Ug== +860870157,2020-05-11 13:42:30.409,2020-05-11 13:45:33.397,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,MJrmOITxqjkeJQj/DB2YEQ== +860870157,2020-03-31 12:44:34.450,2020-03-31 12:45:42.698,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,yIzCW1hkB0deW26TKxfvHQ== +860870157,2020-05-20 14:34:37.780,2020-05-20 14:35:33.454,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,fUlz5CNS3Ahf5WghZ2Uzcw== +860870157,2020-03-06 13:03:43.535,2020-03-06 13:05:32.710,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,nez8Km7hlfO2H56ACh9h2w== +860870157,2020-05-22 11:43:40.164,2020-05-22 11:45:32.348,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,ik1PM1Xs1vvNa7DnijtBgg== +860870157,2020-02-06 15:56:26.681,2020-02-06 16:00:31.008,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,exkkEdGnQr91Kq/KNRKyTQ== +860870157,2020-03-13 17:55:41.340,2020-03-13 18:00:32.613,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,aWGwOsbhlgWtUYDltpjVag== +860870157,2020-02-24 20:38:02.923,2020-02-24 20:40:32.387,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,RJvCQAFrXcyb80LYrqRCXw== +860870157,2020-03-01 14:09:03.145,2020-03-01 14:10:31.819,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,KBsR6PsL8DbGFA49HNhiXg== +860870157,2020-02-07 22:55:14.311,2020-02-07 22:55:35.427,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,uQRiu/Lh53xoO+VlmryMLQ== +860870157,2020-02-26 01:55:41.648,2020-02-26 02:00:31.721,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,EJABvpu5/cg3Bs3p+5r6HA== +860870157,2020-03-04 18:14:03.514,2020-03-04 18:15:32.887,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,zOGxMiupTqXr3QCxp458sQ== +860870157,2020-02-14 16:06:56.566,2020-02-14 16:10:33.731,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,8nJH6+mFNW2OPXow1a+ciQ== +860870157,2020-03-10 14:53:27.838,2020-03-10 14:55:50.349,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,rQZ6lg6ebR6Myd+/eOEthw== +860870157,2020-06-20 19:02:13.958,2020-06-20 19:05:37.636,CALCULATED,,WRM+4i8iHBcBoIeVxhFUbA==,NDHZi3SDPy7XuoFjLegaUw== diff --git a/integration_tests/seeds/contact_data.csv b/integration_tests/seeds/contact_data.csv index 93bf659..9c0af1f 100644 --- a/integration_tests/seeds/contact_data.csv +++ b/integration_tests/seeds/contact_data.csv @@ -1,23 +1,23 @@ -_fivetran_deleted,_fivetran_synced,property_email,id,property_company,property_firstname,property_lastname,property_email_1,property_createdate,property_jobtitle,property_annualrevenue -FALSE,2021-04-02 11:16:05,fcb67ef339b691956cc85fa12be6490c,78971951,SampleCompany,db320f93ead463e1a2faee198cd9a122,22370ea245fce0b355938327d41bd1e4,261d3936e165a33b3f31e5fdd0e3121d,2021-04-01 17:32:47,,111111 -FALSE,2021-03-22 11:16:06,6528bb7211b1dc066fc5c292561150c2,76340251,,b70e7b267b0652ee4030c4043cba7cf7,a0a1e71392fc13041b04f743c6727ca2,629f41f1733632c69114a624bca1e1d5,2021-03-21 14:33:30,, -FALSE,2021-04-02 11:20:23,3abfda161ad50142007f6107db915761,46897301,,c13e13da2073260c2194c15d782e86a9,26c4e5c8064dc58f08b4ef2ebf463beb,4e52945af09feaa93bcfbf710fb23570,2020-10-08 21:13:55,, -FALSE,2021-03-22 11:16:08,d8215e6e62b9398166ad67ca484fc58d,76226001,,48bc893fcbc0a33ed3ad2cf2d5d57cfe,7a03155bc7e8c00f13d70edae7974096,0474ac00326d6e93558e7727da5e3bdc,2021-03-20 21:42:56,, -FALSE,2021-04-02 11:19:58,d63232cbab97fc1bb5808e4cba500347,36842001,,a703d6d14769d658f85a3b4c2c1ef9c7,5f55afd748fc4ad2580b768611325148,af58c55d6520c2470fd58e6893c06816,2020-07-15 4:46:01,, -FALSE,2021-04-02 11:17:59,67717a9896fdbf93e2fa6655e75eb70f,55703851,,bf7c755353603f0bfca9f2070dbaa923,526664ec12dc5105f2c3171ca0909570,8370f130e1bb6435da412b168e29a0ab,2020-12-03 14:43:55,, -FALSE,2021-04-02 11:17:15,90d65041363376d2abd1f0916df8fa42,74075201,,464e07afc9e46359fb480839150595c5,9c6e765da2eebc87f290f43f74d57c8d,24e5c02e37b9441c33978a53038200d4,2021-03-11 13:08:45,, -FALSE,2021-04-02 11:21:27,226045995fbc87c01b2eb3847bc4ea8f,48722101,,464e07afc9e46359fb480839150595c5,7fe70fef470fcc46826966e201147015,5cf8d1f804144c2ef34dc98db0fd0105,2020-10-24 13:28:24,, -FALSE,2021-04-02 11:22:22,b26ae870d0b4763efe3f4bbc53aab1d6,48067201,,8295bd3d7037a0e0c2ee11c99050a9c1,59830e37ce261d31ad0da0d5d270d0e1,abd71c63abd25c0f8286e76f319b9939,2020-10-19 2:34:46,, -FALSE,2021-04-02 11:20:39,52a2d91b793f582dbe837ea464505732,69869451,,81b8a1b77068d06e1c8190825253066f,20c0c9b9bd7addf3a005da2e3ff184f4,674c0664494482302ec62fa4f11947bc,2021-02-19 13:23:50,, -FALSE,2021-04-02 11:20:49,cba06e5c14a5aecfbb42d2e813ceb18e,32820151,,399423ff652ebb6a6701be7ec3202fc6,c22e1816539af64a7eadc2b81c3a1905,a37a075d75315d60478339a67c39340f,2020-05-22 16:46:41,, -FALSE,2021-04-02 11:21:02,045ddfbc7f5c8b229872583f77677b88,70526501,,399423ff652ebb6a6701be7ec3202fc6,c1861b5a8a30be3af3f7fd5e1592296a,4dd5fdb40b67ee13fc486d0073df7bcb,2021-02-22 12:18:44,, -FALSE,2021-04-02 11:16:53,033e21ce25808e0cda0d02b859ee0690,69487901,,7802feb8467a9bc4dba34269b099230f,36bc4059766459cd3364e405157aa855,263a8a2a4bf46bd88b3fb46072b56982,2021-02-18 15:40:04,, -FALSE,2021-04-02 11:16:28,693f827dd3adc99c5eb1403f5758dc69,41932551,,4d236810821e8e83a025f2a83ea31820,b18e66b41efd9a3df1a7bc8758da1883,a1ea6eae3d51c7c339478f8ddc3190cf,2020-08-31 4:44:28,, -FALSE,2021-04-02 11:22:04,0de6489271133caa4da8e73898a66616,75141301,,7c1f90bd9bdc70cc059640a7a6209389,e1229bab1c271d1f1796cb0c52ab9933,c6bf5326b632c7411bd68500eb283e0c,2021-03-16 1:44:16,, -FALSE,2021-04-02 11:16:59,8c1596c5770ae37d6db57236eabf2883,42820351,,e1229bab1c271d1f1796cb0c52ab9933,b7a71d8799cf6dd75b711a7f52de6675,3d5c92d654be9b684cc91ec6143323d5,2020-09-07 16:19:50,, -FALSE,2021-04-02 11:15:59,458e4126009a63e8f549af197a6b72f7,79092001,,4ffe35db90d94c6041fb8ddf7b44df29,da4660701a8f38bf4956342c95d87d21,991c1b99ab97f625eb1ead100949bfc9,2021-04-02 1:12:17,, -FALSE,2021-04-02 11:22:07,3f9e56a211a07baa5836171617f978a8,56072901,,c477d14fc1b786cb85f4b23a0b00fe1c,d8a1d6833510c7544156f41c55aec258,8c9975dd59d43d516775fde0eb57c03f,2020-12-05 17:49:01,, -FALSE,2021-04-02 11:17:41,6f1eb8fdc225b3b026898b68df5d5be2,39543551,,7f15f1ad99c489dc0314952535e424d5,6252d6e4aef4917a48e2660a821732e3,74be16979710d4c4e7c6647856088456,2020-08-13 15:34:30,, -FALSE,2021-04-02 11:16:22,0a28bb660df1a8d53b40999f1b1fe2b5,33419651,,d52e32f3a96a64786814ae9b5279fbe5,630a16c4dbe8f48822a279b4a554916f,a71704548944161196a1841e61a3cb4c,2020-06-01 21:13:09,, -FALSE,2021-04-02 11:21:02,1bd784044acca0b18e917d0255cc619d,69477701,,61409aa1fd47d4a5332de23cbf59a36f,10af01955bb93519c3c287d7e60c670b,e70d013e17f9dd4a17bc37c0a5c0f203,2021-02-18 15:21:47,, -FALSE,2021-04-02 11:22:27,d547e990ecd4e5e327b41f98cb8f3f4d,39893151,,6fa95b1427af77b3d769ae9cb853382f,f55fbaaca148300ac11f7752528cae3d,bc16a8351419c08a72f2169f4d2ade21,2020-08-17 2:50:12,, \ No newline at end of file +_fivetran_deleted,_fivetran_synced,property_email,id,property_company,property_firstname,property_lastname,property_email_1,property_createdate,property_jobtitle,property_annualrevenue,property_hs_calculated_merged_vids +FALSE,2021-04-02 11:16:05,fcb67ef339b691956cc85fa12be6490c,78971951,SampleCompany,db320f93ead463e1a2faee198cd9a122,22370ea245fce0b355938327d41bd1e4,261d3936e165a33b3f31e5fdd0e3121d,2021-04-01 17:32:47,,111111,76340251:1661707291575;46897301:1661707931852;76226001:1661696530403 +FALSE,2021-03-22 11:16:06,6528bb7211b1dc066fc5c292561150c2,76340251,,b70e7b267b0652ee4030c4043cba7cf7,a0a1e71392fc13041b04f743c6727ca2,629f41f1733632c69114a624bca1e1d5,2021-03-21 14:33:30,,111111, +FALSE,2021-04-02 11:20:23,3abfda161ad50142007f6107db915761,46897301,,c13e13da2073260c2194c15d782e86a9,26c4e5c8064dc58f08b4ef2ebf463beb,4e52945af09feaa93bcfbf710fb23570,2020-10-08 21:13:55,,111111, +FALSE,2021-03-22 11:16:08,d8215e6e62b9398166ad67ca484fc58d,76226001,,48bc893fcbc0a33ed3ad2cf2d5d57cfe,7a03155bc7e8c00f13d70edae7974096,0474ac00326d6e93558e7727da5e3bdc,2021-03-20 21:42:56,,111111, +FALSE,2021-04-02 11:19:58,d63232cbab97fc1bb5808e4cba500347,36842001,,a703d6d14769d658f85a3b4c2c1ef9c7,5f55afd748fc4ad2580b768611325148,af58c55d6520c2470fd58e6893c06816,2020-07-15 04:46:01,,111111, +FALSE,2021-04-02 11:17:59,67717a9896fdbf93e2fa6655e75eb70f,55703851,,bf7c755353603f0bfca9f2070dbaa923,526664ec12dc5105f2c3171ca0909570,8370f130e1bb6435da412b168e29a0ab,2020-12-03 14:43:55,,111111, +FALSE,2021-04-02 11:17:15,90d65041363376d2abd1f0916df8fa42,74075201,,464e07afc9e46359fb480839150595c5,9c6e765da2eebc87f290f43f74d57c8d,24e5c02e37b9441c33978a53038200d4,2021-03-11 13:08:45,,111111, +FALSE,2021-04-02 11:21:27,226045995fbc87c01b2eb3847bc4ea8f,48722101,,464e07afc9e46359fb480839150595c5,7fe70fef470fcc46826966e201147015,5cf8d1f804144c2ef34dc98db0fd0105,2020-10-24 13:28:24,,111111, +FALSE,2021-04-02 11:22:22,b26ae870d0b4763efe3f4bbc53aab1d6,48067201,,8295bd3d7037a0e0c2ee11c99050a9c1,59830e37ce261d31ad0da0d5d270d0e1,abd71c63abd25c0f8286e76f319b9939,2020-10-19 02:34:46,,111111, +FALSE,2021-04-02 11:20:39,52a2d91b793f582dbe837ea464505732,69869451,,81b8a1b77068d06e1c8190825253066f,20c0c9b9bd7addf3a005da2e3ff184f4,674c0664494482302ec62fa4f11947bc,2021-02-19 13:23:50,,111111, +FALSE,2021-04-02 11:20:49,cba06e5c14a5aecfbb42d2e813ceb18e,32820151,,399423ff652ebb6a6701be7ec3202fc6,c22e1816539af64a7eadc2b81c3a1905,a37a075d75315d60478339a67c39340f,2020-05-22 16:46:41,,111111, +FALSE,2021-04-02 11:21:02,045ddfbc7f5c8b229872583f77677b88,70526501,,399423ff652ebb6a6701be7ec3202fc6,c1861b5a8a30be3af3f7fd5e1592296a,4dd5fdb40b67ee13fc486d0073df7bcb,2021-02-22 12:18:44,,111111, +FALSE,2021-04-02 11:16:53,033e21ce25808e0cda0d02b859ee0690,69487901,,7802feb8467a9bc4dba34269b099230f,36bc4059766459cd3364e405157aa855,263a8a2a4bf46bd88b3fb46072b56982,2021-02-18 15:40:04,,111111, +FALSE,2021-04-02 11:16:28,693f827dd3adc99c5eb1403f5758dc69,41932551,,4d236810821e8e83a025f2a83ea31820,b18e66b41efd9a3df1a7bc8758da1883,a1ea6eae3d51c7c339478f8ddc3190cf,2020-08-31 04:44:28,,111111, +FALSE,2021-04-02 11:22:04,0de6489271133caa4da8e73898a66616,75141301,,7c1f90bd9bdc70cc059640a7a6209389,e1229bab1c271d1f1796cb0c52ab9933,c6bf5326b632c7411bd68500eb283e0c,2021-03-16 01:44:16,,111111, +FALSE,2021-04-02 11:16:59,8c1596c5770ae37d6db57236eabf2883,42820351,,e1229bab1c271d1f1796cb0c52ab9933,b7a71d8799cf6dd75b711a7f52de6675,3d5c92d654be9b684cc91ec6143323d5,2020-09-07 16:19:50,,111111, +FALSE,2021-04-02 11:15:59,458e4126009a63e8f549af197a6b72f7,79092001,,4ffe35db90d94c6041fb8ddf7b44df29,da4660701a8f38bf4956342c95d87d21,991c1b99ab97f625eb1ead100949bfc9,2021-04-02 01:12:17,,111111, +FALSE,2021-04-02 11:22:07,3f9e56a211a07baa5836171617f978a8,56072901,,c477d14fc1b786cb85f4b23a0b00fe1c,d8a1d6833510c7544156f41c55aec258,8c9975dd59d43d516775fde0eb57c03f,2020-12-05 17:49:01,,111111, +FALSE,2021-04-02 11:17:41,6f1eb8fdc225b3b026898b68df5d5be2,39543551,,7f15f1ad99c489dc0314952535e424d5,6252d6e4aef4917a48e2660a821732e3,74be16979710d4c4e7c6647856088456,2020-08-13 15:34:30,,111111, +FALSE,2021-04-02 11:16:22,0a28bb660df1a8d53b40999f1b1fe2b5,33419651,,d52e32f3a96a64786814ae9b5279fbe5,630a16c4dbe8f48822a279b4a554916f,a71704548944161196a1841e61a3cb4c,2020-06-01 21:13:09,,111111, +FALSE,2021-04-02 11:21:02,1bd784044acca0b18e917d0255cc619d,69477701,,61409aa1fd47d4a5332de23cbf59a36f,10af01955bb93519c3c287d7e60c670b,e70d013e17f9dd4a17bc37c0a5c0f203,2021-02-18 15:21:47,,111111, +FALSE,2021-04-02 11:22:27,d547e990ecd4e5e327b41f98cb8f3f4d,39893151,,6fa95b1427af77b3d769ae9cb853382f,f55fbaaca148300ac11f7752528cae3d,bc16a8351419c08a72f2169f4d2ade21,2020-08-17 02:50:12,,111111, \ No newline at end of file diff --git a/integration_tests/seeds/contact_list_data.csv b/integration_tests/seeds/contact_list_data.csv index 1579b26..f57b53d 100644 --- a/integration_tests/seeds/contact_list_data.csv +++ b/integration_tests/seeds/contact_list_data.csv @@ -1,61 +1,61 @@ id,_fivetran_deleted,_fivetran_synced,created_at,deleteable,dynamic,metadata_error,metadata_last_processing_state_change_at,metadata_last_size_change_at,metadata_processing,metadata_size,offset,portal_id,updated_at,name -330,false,2020-07-09 11:01:54.494 UTC,2019-07-16 15:47:36.446 UTC,,false,,2019-07-16 15:48:05.574 UTC,2019-07-16 15:48:05.601 UTC,DONE,0,,4727653,2019-07-16 15:47:36.446 UTC,VP8DfG5/mkHNKZ6EglulZA== -226,false,2020-07-09 11:01:44.788 UTC,2019-04-12 13:13:34.414 UTC,,false,,2019-04-12 13:13:34.550 UTC,2019-04-12 13:13:35.275 UTC,DONE,1,,4727653,2019-04-12 13:13:34.414 UTC,7jvC5GpQ/pqnEEZhlX7Gww== -225,false,2020-07-09 11:01:44.587 UTC,2019-04-12 13:13:34.047 UTC,,false,,2019-04-12 13:13:34.150 UTC,2019-04-12 13:13:35.291 UTC,DONE,4,,4727653,2019-04-12 13:13:34.047 UTC,sSFJaXqXZpsMxgs+ylJlPw== -227,false,2020-07-09 11:01:44.911 UTC,2019-04-12 13:13:34.753 UTC,,false,,2019-04-12 13:13:34.883 UTC,2019-04-12 13:13:35.574 UTC,DONE,5,,4727653,2019-04-12 13:13:34.753 UTC,m1Cd/1rc6ajZ8oA3s9UckQ== -824,false,2020-07-09 11:02:24.712 UTC,2020-04-07 17:07:59.078 UTC,,false,,2020-04-07 17:09:36.906 UTC,2020-04-07 17:09:36.900 UTC,DONE,6,,4727653,2020-04-07 17:07:59.078 UTC,GwGXVzsOzQBNVQEN/6y07Q== -310,false,2020-07-09 11:01:53.932 UTC,2019-07-12 19:21:25.785 UTC,,false,,2019-07-12 19:21:46.539 UTC,2019-07-12 19:21:46.543 UTC,DONE,6,,4727653,2019-07-12 19:21:25.785 UTC,u5hJ+NcyJCX24XPB5IfCpQ== -334,false,2020-07-09 11:01:55.116 UTC,2019-07-19 14:25:33.813 UTC,,false,,2019-07-19 14:25:53.687 UTC,2019-07-19 14:25:53.719 UTC,DONE,6,,4727653,2019-07-19 14:25:33.813 UTC,ko3/O+862Fuqe6m/KUyyYg== -333,false,2020-07-09 11:01:54.896 UTC,2019-07-19 14:24:38.260 UTC,,false,,2019-07-19 14:24:58.903 UTC,2019-07-19 14:24:58.929 UTC,DONE,6,,4727653,2019-07-19 14:24:38.260 UTC,GoPxtYNTexpsjDgf0ZLwew== -332,false,2020-07-09 11:01:54.778 UTC,2019-07-19 14:23:38.520 UTC,,false,,2019-07-19 14:24:00.052 UTC,2019-07-19 14:24:00.056 UTC,DONE,6,,4727653,2019-07-19 14:23:38.520 UTC,B4QHFDXuOBWbmOZ9Nn81MQ== -331,false,2020-07-09 11:01:54.645 UTC,2019-07-16 19:57:20.349 UTC,,false,,2019-07-16 19:57:40.989 UTC,2019-07-16 19:57:40.994 UTC,DONE,7,,4727653,2019-07-16 19:57:20.349 UTC,rsBK6UJaJdWa2REJjUnqlQ== -329,false,2020-07-09 11:01:54.346 UTC,2019-07-16 15:42:11.062 UTC,,false,,2019-07-16 15:42:34.539 UTC,2019-07-16 15:42:34.543 UTC,DONE,7,,4727653,2019-07-16 15:42:11.062 UTC,Gksakje0BhHUz52OF9zXzg== -328,false,2020-07-09 11:01:54.215 UTC,2019-07-16 15:41:00.583 UTC,,false,,2019-07-16 15:41:18.559 UTC,2019-07-16 15:41:18.598 UTC,DONE,7,,4727653,2019-07-16 15:41:00.583 UTC,bwAO6ZWofSUTYQvtbI7pjQ== -327,false,2020-07-09 11:01:54.088 UTC,2019-07-16 15:40:54.391 UTC,,false,,2019-07-16 15:41:18.559 UTC,2019-07-16 15:41:18.570 UTC,DONE,7,,4727653,2019-07-16 15:40:54.391 UTC,15+UzrPncnoAwZw8/f+Gew== -1032,false,2020-07-09 11:02:30.544 UTC,2020-05-13 16:01:29.943 UTC,,false,,2020-05-13 16:02:56.743 UTC,2020-05-13 16:02:56.736 UTC,DONE,11,,4727653,2020-05-13 16:01:29.943 UTC,HM9Ka7JNV9RSg67DNq0QQg== -625,false,2020-07-09 11:02:16.108 UTC,2020-02-06 13:58:27.999 UTC,,false,,2020-02-06 13:58:59.230 UTC,2020-02-06 13:58:59.234 UTC,DONE,11,,4727653,2020-02-06 13:58:27.999 UTC,lUZ7+0dvk1bz1oVXsRapAw== -401,false,2020-07-09 11:02:06.249 UTC,2019-09-25 20:45:43.981 UTC,,false,,2019-09-25 20:46:13.591 UTC,2019-09-25 20:46:13.597 UTC,DONE,13,,4727653,2019-09-25 20:45:43.981 UTC,8888t1Miu4dTUvj8eiAfuA== -1204,false,2020-07-09 11:02:34.531 UTC,2020-06-17 15:59:48.197 UTC,,false,,2020-06-17 16:02:34.214 UTC,2020-06-17 16:02:34.146 UTC,DONE,17,,4727653,2020-06-17 15:59:48.197 UTC,Zwf/b0vJY2UwpYbtAf2CBA== -55,false,2020-07-09 11:01:43.502 UTC,2019-03-04 18:10:43.303 UTC,,false,,2019-03-04 18:11:53.255 UTC,2019-03-04 18:11:53.200 UTC,DONE,17,,4727653,2019-03-04 18:10:43.303 UTC,mnq+Sz4/SCcoUEdS+LBSIg== -974,false,2020-07-09 11:02:29.995 UTC,2020-04-23 15:23:06.387 UTC,,false,,2020-04-23 15:24:32.869 UTC,2020-04-23 15:24:32.865 UTC,DONE,20,,4727653,2020-04-23 15:23:06.387 UTC,Gn488rv0a3Ie/IWhFuaGGQ== -975,false,2020-07-09 11:02:30.246 UTC,2020-04-23 15:24:45.163 UTC,,false,,2020-04-23 15:26:42.432 UTC,2020-04-23 15:26:42.427 UTC,DONE,20,,4727653,2020-04-23 15:24:45.163 UTC,g/mmSdFt715pboogejnP4w== -782,false,2020-07-09 11:02:16.243 UTC,2020-03-27 21:09:06.393 UTC,,false,,2020-03-27 21:10:05.239 UTC,2020-03-27 21:10:05.236 UTC,DONE,1566,,4727653,2020-03-27 21:09:06.393 UTC,6qNURPpCXIodsl53DaTxPQ== -393,false,2020-07-09 11:01:59.702 UTC,2019-09-23 19:34:18.706 UTC,,false,,2019-09-23 19:34:48.643 UTC,2019-09-23 19:34:48.646 UTC,DONE,39,,4727653,2019-09-23 19:34:18.706 UTC,bLeKFUNOJ4jsZ4pkPsSLXw== -408,false,2020-07-09 11:02:08.374 UTC,2019-09-25 21:07:40.780 UTC,,false,,2019-09-25 21:08:19.420 UTC,2019-09-25 21:08:19.443 UTC,DONE,45,,4727653,2019-09-25 21:07:40.780 UTC,SXBYnVh+MqFbiGLoTnGyPw== -973,false,2020-07-09 11:02:29.675 UTC,2020-04-23 15:04:18.983 UTC,,false,,2020-04-23 15:05:47.165 UTC,2020-04-23 15:05:47.162 UTC,DONE,52,,4727653,2020-04-23 15:04:18.983 UTC,KVifN1FG0NgAnuQIYdmBDg== -624,false,2020-07-09 11:02:15.876 UTC,2020-02-06 13:55:44.688 UTC,,false,,2020-02-06 13:56:15.670 UTC,2020-02-06 13:56:15.675 UTC,DONE,61,,4727653,2020-02-06 13:55:44.688 UTC,IQVmtzo5pS7RslkpjPB4Dw== -400,false,2020-07-09 11:02:05.960 UTC,2019-09-25 20:34:20.302 UTC,,false,,2019-09-25 20:34:49.560 UTC,2019-09-25 20:34:49.564 UTC,DONE,63,,4727653,2019-09-25 20:34:20.302 UTC,WQiqy4guxiUIHKV/m1Tt3Q== -1071,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.934 UTC,,false,,2020-06-01 15:22:44.504 UTC,2020-06-01 15:22:44.501 UTC,DONE,69,,4727653,2020-06-01 15:21:26.934 UTC,vwJEngEYRxlDrCPixzeHFQ== -1070,false,2020-07-09 11:02:30.765 UTC,2020-06-01 15:20:06.204 UTC,,false,,2020-06-01 15:21:26.603 UTC,2020-06-01 15:21:26.592 UTC,DONE,69,,4727653,2020-06-01 15:20:06.204 UTC,ZmFzI47HQGUvjCy6MGyVhQ== -849,false,2020-07-09 11:02:24.857 UTC,2020-04-10 19:38:49.028 UTC,,false,,2020-04-10 19:39:47.588 UTC,2020-04-10 19:45:55.323 UTC,DONE,1120,,4727653,2020-04-10 19:38:49.028 UTC,CVq8aHXGQ8pGQ40V32763w== -348,false,2020-07-09 11:01:56.104 UTC,2019-08-13 16:55:08.462 UTC,,false,,2019-08-13 16:55:30.569 UTC,2019-08-13 16:55:30.597 UTC,DONE,101,,4727653,2019-08-13 16:55:08.462 UTC,t/ZdujEn0ww3bUGH5WOTwg== -399,false,2020-07-09 11:01:59.998 UTC,2019-09-25 20:27:21.307 UTC,,false,,2019-09-25 20:27:56.059 UTC,2019-10-20 18:49:25.067 UTC,DONE,1142,,4727653,2019-09-25 20:27:21.307 UTC,Cjp7P+vzJvyMMsKjxq2sOw== -402,false,2020-07-09 11:02:06.512 UTC,2019-09-25 20:49:26.561 UTC,,false,,2019-09-25 20:50:01.526 UTC,2019-09-25 20:50:01.532 UTC,DONE,387,,4727653,2019-09-25 20:49:26.561 UTC,6io80IZHxt+kCXffuQqWTA== -1183,false,2020-07-09 11:02:34.089 UTC,2020-06-16 15:44:29.230 UTC,,false,,2020-06-16 15:46:09.413 UTC,2020-06-16 15:46:09.392 UTC,DONE,144,,4727653,2020-06-16 15:44:29.230 UTC,Hs39BFzerp1HriIFGM3uVg== -1125,false,2020-07-09 11:02:31.482 UTC,2020-06-05 14:26:00.285 UTC,,false,,2020-06-05 14:27:42.350 UTC,2020-06-05 14:27:42.345 UTC,DONE,683,,4727653,2020-06-05 14:26:00.285 UTC,9vy8PUzTBuK6v01GHAmylg== -341,false,2020-07-09 11:01:55.246 UTC,2019-07-23 15:38:20.569 UTC,,false,,2019-07-23 15:38:44.798 UTC,2019-07-23 15:38:44.805 UTC,DONE,177,,4727653,2019-07-23 15:38:20.569 UTC,nnHF6FnaZeI9iomk51tHJg== -294,false,2020-07-09 11:01:51.131 UTC,2019-07-09 19:10:32.025 UTC,,false,,2019-07-09 19:11:08.847 UTC,2019-08-12 16:19:20.310 UTC,DONE,485,,4727653,2019-07-09 19:10:32.025 UTC,2RQfrPpf87da3Hvca+fv0Q== -359,false,2020-07-09 11:01:56.738 UTC,2019-09-13 16:08:10.663 UTC,,false,,2019-09-13 16:08:44.794 UTC,2019-10-20 18:49:24.979 UTC,DONE,510,,4727653,2019-09-13 16:08:10.663 UTC,EuQ3A1epRoY0RfbAHhd4ng== -190,false,2020-07-09 11:01:43.616 UTC,2019-03-11 14:03:09.387 UTC,true,true,,2019-03-26 22:52:45.350 UTC,2019-08-24 09:36:47.020 UTC,DONE,0,,4727653,2019-03-26 22:52:25.962 UTC,T0eEdl8CXBXRop19HpcICQ== -3,false,2020-07-09 11:01:42.272 UTC,2018-12-28 02:20:49.226 UTC,true,true,,2018-12-28 02:21:05.312 UTC,2018-12-28 02:21:05.752 UTC,DONE,0,,4727653,2019-05-15 04:21:13.230 UTC,kGTwkWh99gkoqTrFmQl6gQ== -199,false,2020-07-09 11:01:44.090 UTC,2019-03-11 19:24:20.052 UTC,true,true,,2019-04-04 18:16:25.029 UTC,2019-08-24 16:15:24.979 UTC,DONE,0,,4727653,2019-04-04 18:16:03.506 UTC,TGDQHbCXJG71QaTn3OrRTg== -206,false,2020-07-09 11:01:44.184 UTC,2019-03-29 15:07:55.166 UTC,true,true,,2019-04-03 18:47:12.229 UTC,2019-04-11 20:53:44.610 UTC,DONE,0,,4727653,2019-04-03 18:46:42.840 UTC,rlt4tUkRGlWV7X0P3AwN6w== -1,false,2020-07-09 11:01:42.032 UTC,2018-12-28 02:20:48.813 UTC,true,true,,2018-12-28 02:21:05.312 UTC,2018-12-28 02:21:05.538 UTC,DONE,0,,4727653,2019-05-15 04:21:13.120 UTC,vsYNW0Z6uis0CS8jqID3wQ== -233,false,2020-07-09 11:01:45.154 UTC,2019-04-21 17:13:46.426 UTC,true,true,,2019-04-21 17:15:07.530 UTC,2019-08-24 06:09:58.639 UTC,DONE,0,,4727653,2019-04-21 17:14:46.531 UTC,4Q7rYgsr53R+dRJIJ5SkAg== -212,false,2020-07-09 11:01:44.276 UTC,2019-04-05 17:28:16.316 UTC,,true,,2019-04-05 17:28:36.965 UTC,2019-07-09 19:22:05.983 UTC,DONE,0,,4727653,2019-04-05 17:28:16.316 UTC,HBky3cL9jIMizEVh9TyktA== -47,false,2020-07-09 11:01:43.210 UTC,2019-03-01 17:03:01.239 UTC,true,true,,2019-04-03 18:50:31.651 UTC,2019-08-24 16:15:24.745 UTC,DONE,0,,4727653,2019-04-03 18:50:10.142 UTC,18+opal37MZ3BP53QI0YZQ== -2,false,2020-07-09 11:01:42.179 UTC,2018-12-28 02:20:49.045 UTC,true,true,,2018-12-28 02:21:05.312 UTC,2018-12-28 02:21:05.681 UTC,DONE,0,,4727653,2019-05-15 04:21:13.174 UTC,zZDKz0PlYSLNCpjBK1wp9g== -45,false,2020-07-09 11:01:42.937 UTC,2019-03-01 16:56:21.531 UTC,true,true,,2019-04-03 18:50:51.001 UTC,2019-08-24 16:15:44.827 UTC,DONE,0,,4727653,2019-04-03 18:50:27.526 UTC,CY7qPhkQXTVNWneDhlBwow== -191,false,2020-07-09 11:01:43.710 UTC,2019-03-11 14:06:03.340 UTC,true,true,,2019-03-11 14:06:24.491 UTC,2019-08-24 09:36:55.666 UTC,DONE,0,,4727653,2019-03-11 14:06:38.011 UTC,qGiQDgp47fGBGfpU7LelmA== -223,false,2020-07-09 11:01:44.460 UTC,2019-04-11 20:52:10.414 UTC,,true,,2019-04-11 20:52:32.792 UTC,2019-07-09 19:22:05.876 UTC,DONE,0,,4727653,2019-04-11 20:52:10.414 UTC,Ub8RvrrXnMHSs131QV7Inw== -4,false,2020-07-09 11:01:42.379 UTC,2018-12-28 02:20:49.496 UTC,true,true,,2018-12-28 02:21:05.312 UTC,2018-12-28 02:21:05.903 UTC,DONE,0,,4727653,2019-05-15 04:21:13.278 UTC,D4MxslfF67KbREZdTO2Rpw== -198,false,2020-07-09 11:01:43.987 UTC,2019-03-11 19:22:40.636 UTC,true,true,,2019-04-04 18:16:54.147 UTC,2019-08-24 16:15:45.420 UTC,DONE,0,,4727653,2019-04-04 18:16:33.653 UTC,FjYkl+2m5VbhNrqLx6PAqw== -1237,false,2020-07-09 11:02:34.676 UTC,2020-06-24 16:40:13.776 UTC,,true,,2020-06-24 16:41:51.862 UTC,2020-06-24 16:41:51.857 UTC,DONE,1,,4727653,2020-06-24 16:40:13.776 UTC,e743B3Olmq/858Ij2WdO2Q== -48,false,2020-07-09 11:01:43.397 UTC,2019-03-01 17:04:22.674 UTC,true,true,,2019-03-06 21:36:10.973 UTC,2019-08-24 16:15:40.632 UTC,DONE,3,,4727653,2019-03-06 21:35:53.326 UTC,7QEx2P1lNN/5dWh+zx2W8Q== -46,false,2020-07-09 11:01:43.048 UTC,2019-03-01 16:58:34.622 UTC,true,true,,2019-03-06 23:04:48.139 UTC,2019-09-27 15:05:11.535 UTC,DONE,3,,4727653,2019-03-06 23:04:30.223 UTC,hSPOnwq/9It2tywpjGhbBg== -44,false,2020-07-09 11:01:42.728 UTC,2019-03-01 16:54:48.778 UTC,true,true,,2019-04-03 18:50:14.385 UTC,2019-08-24 16:15:32.434 UTC,DONE,16,,4727653,2019-04-03 18:49:52.536 UTC,2pjnP3uvcS9TUwCBsGz3ew== -197,false,2020-07-09 11:01:43.798 UTC,2019-03-11 19:21:42.045 UTC,,true,,2019-03-11 19:22:03.200 UTC,2019-08-24 16:15:47.853 UTC,DONE,16,,4727653,2019-03-11 19:21:42.045 UTC,+fbFHNouXgzTHKFqUcmuMQ== -473,false,2020-07-09 11:02:09.302 UTC,2019-10-22 15:28:50.140 UTC,,true,,2019-10-22 15:29:38.165 UTC,2020-07-09 03:24:04.152 UTC,DONE,1328,,4727653,2019-10-22 15:28:50.140 UTC,A3NVnpBXuf2M2G6Kty8W/Q== -38,false,2020-07-09 11:01:42.544 UTC,2019-02-28 21:22:59.337 UTC,true,true,,2019-03-01 16:34:04.042 UTC,2020-07-09 11:00:31.110 UTC,DONE,55,,4727653,2019-03-01 16:36:15.381 UTC,4a1KyvKZbbfQfTS/8Kk3Cw== -268,false,2020-07-09 11:01:45.299 UTC,2019-06-17 18:55:38.937 UTC,,true,,2019-06-17 18:56:38.426 UTC,2020-07-08 16:05:29.756 UTC,DONE,1079,,4727653,2019-06-17 18:55:38.937 UTC,BhKN3pjmiPRhAt0GWud85Q== -425,false,2020-07-09 11:02:08.603 UTC,2019-10-04 05:46:40.020 UTC,,true,,2019-10-04 05:47:07.586 UTC,2019-10-04 05:47:07.591 UTC,DONE,110,,4727653,2019-10-04 05:46:40.020 UTC,E5989ORIGtvS62Iznu6/fA== +330,false,2020-07-09 11:01:54.494,2019-07-16 15:47:36.446,,false,,2019-07-16 15:48:05.574,2019-07-16 15:48:05.601,DONE,0,,4727653,2019-07-16 15:47:36.446,VP8DfG5/mkHNKZ6EglulZA== +226,false,2020-07-09 11:01:44.788,2019-04-12 13:13:34.414,,false,,2019-04-12 13:13:34.550,2019-04-12 13:13:35.275,DONE,1,,4727653,2019-04-12 13:13:34.414,7jvC5GpQ/pqnEEZhlX7Gww== +225,false,2020-07-09 11:01:44.587,2019-04-12 13:13:34.047,,false,,2019-04-12 13:13:34.150,2019-04-12 13:13:35.291,DONE,4,,4727653,2019-04-12 13:13:34.047,sSFJaXqXZpsMxgs+ylJlPw== +227,false,2020-07-09 11:01:44.911,2019-04-12 13:13:34.753,,false,,2019-04-12 13:13:34.883,2019-04-12 13:13:35.574,DONE,5,,4727653,2019-04-12 13:13:34.753,m1Cd/1rc6ajZ8oA3s9UckQ== +824,false,2020-07-09 11:02:24.712,2020-04-07 17:07:59.078,,false,,2020-04-07 17:09:36.906,2020-04-07 17:09:36.900,DONE,6,,4727653,2020-04-07 17:07:59.078,GwGXVzsOzQBNVQEN/6y07Q== +310,false,2020-07-09 11:01:53.932,2019-07-12 19:21:25.785,,false,,2019-07-12 19:21:46.539,2019-07-12 19:21:46.543,DONE,6,,4727653,2019-07-12 19:21:25.785,u5hJ+NcyJCX24XPB5IfCpQ== +334,false,2020-07-09 11:01:55.116,2019-07-19 14:25:33.813,,false,,2019-07-19 14:25:53.687,2019-07-19 14:25:53.719,DONE,6,,4727653,2019-07-19 14:25:33.813,ko3/O+862Fuqe6m/KUyyYg== +333,false,2020-07-09 11:01:54.896,2019-07-19 14:24:38.260,,false,,2019-07-19 14:24:58.903,2019-07-19 14:24:58.929,DONE,6,,4727653,2019-07-19 14:24:38.260,GoPxtYNTexpsjDgf0ZLwew== +332,false,2020-07-09 11:01:54.778,2019-07-19 14:23:38.520,,false,,2019-07-19 14:24:00.052,2019-07-19 14:24:00.056,DONE,6,,4727653,2019-07-19 14:23:38.520,B4QHFDXuOBWbmOZ9Nn81MQ== +331,false,2020-07-09 11:01:54.645,2019-07-16 19:57:20.349,,false,,2019-07-16 19:57:40.989,2019-07-16 19:57:40.994,DONE,7,,4727653,2019-07-16 19:57:20.349,rsBK6UJaJdWa2REJjUnqlQ== +329,false,2020-07-09 11:01:54.346,2019-07-16 15:42:11.062,,false,,2019-07-16 15:42:34.539,2019-07-16 15:42:34.543,DONE,7,,4727653,2019-07-16 15:42:11.062,Gksakje0BhHUz52OF9zXzg== +328,false,2020-07-09 11:01:54.215,2019-07-16 15:41:00.583,,false,,2019-07-16 15:41:18.559,2019-07-16 15:41:18.598,DONE,7,,4727653,2019-07-16 15:41:00.583,bwAO6ZWofSUTYQvtbI7pjQ== +327,false,2020-07-09 11:01:54.088,2019-07-16 15:40:54.391,,false,,2019-07-16 15:41:18.559,2019-07-16 15:41:18.570,DONE,7,,4727653,2019-07-16 15:40:54.391,15+UzrPncnoAwZw8/f+Gew== +1032,false,2020-07-09 11:02:30.544,2020-05-13 16:01:29.943,,false,,2020-05-13 16:02:56.743,2020-05-13 16:02:56.736,DONE,11,,4727653,2020-05-13 16:01:29.943,HM9Ka7JNV9RSg67DNq0QQg== +625,false,2020-07-09 11:02:16.108,2020-02-06 13:58:27.999,,false,,2020-02-06 13:58:59.230,2020-02-06 13:58:59.234,DONE,11,,4727653,2020-02-06 13:58:27.999,lUZ7+0dvk1bz1oVXsRapAw== +401,false,2020-07-09 11:02:06.249,2019-09-25 20:45:43.981,,false,,2019-09-25 20:46:13.591,2019-09-25 20:46:13.597,DONE,13,,4727653,2019-09-25 20:45:43.981,8888t1Miu4dTUvj8eiAfuA== +1204,false,2020-07-09 11:02:34.531,2020-06-17 15:59:48.197,,false,,2020-06-17 16:02:34.214,2020-06-17 16:02:34.146,DONE,17,,4727653,2020-06-17 15:59:48.197,Zwf/b0vJY2UwpYbtAf2CBA== +55,false,2020-07-09 11:01:43.502,2019-03-04 18:10:43.303,,false,,2019-03-04 18:11:53.255,2019-03-04 18:11:53.200,DONE,17,,4727653,2019-03-04 18:10:43.303,mnq+Sz4/SCcoUEdS+LBSIg== +974,false,2020-07-09 11:02:29.995,2020-04-23 15:23:06.387,,false,,2020-04-23 15:24:32.869,2020-04-23 15:24:32.865,DONE,20,,4727653,2020-04-23 15:23:06.387,Gn488rv0a3Ie/IWhFuaGGQ== +975,false,2020-07-09 11:02:30.246,2020-04-23 15:24:45.163,,false,,2020-04-23 15:26:42.432,2020-04-23 15:26:42.427,DONE,20,,4727653,2020-04-23 15:24:45.163,g/mmSdFt715pboogejnP4w== +782,false,2020-07-09 11:02:16.243,2020-03-27 21:09:06.393,,false,,2020-03-27 21:10:05.239,2020-03-27 21:10:05.236,DONE,1566,,4727653,2020-03-27 21:09:06.393,6qNURPpCXIodsl53DaTxPQ== +393,false,2020-07-09 11:01:59.702,2019-09-23 19:34:18.706,,false,,2019-09-23 19:34:48.643,2019-09-23 19:34:48.646,DONE,39,,4727653,2019-09-23 19:34:18.706,bLeKFUNOJ4jsZ4pkPsSLXw== +408,false,2020-07-09 11:02:08.374,2019-09-25 21:07:40.780,,false,,2019-09-25 21:08:19.420,2019-09-25 21:08:19.443,DONE,45,,4727653,2019-09-25 21:07:40.780,SXBYnVh+MqFbiGLoTnGyPw== +973,false,2020-07-09 11:02:29.675,2020-04-23 15:04:18.983,,false,,2020-04-23 15:05:47.165,2020-04-23 15:05:47.162,DONE,52,,4727653,2020-04-23 15:04:18.983,KVifN1FG0NgAnuQIYdmBDg== +624,false,2020-07-09 11:02:15.876,2020-02-06 13:55:44.688,,false,,2020-02-06 13:56:15.670,2020-02-06 13:56:15.675,DONE,61,,4727653,2020-02-06 13:55:44.688,IQVmtzo5pS7RslkpjPB4Dw== +400,false,2020-07-09 11:02:05.960,2019-09-25 20:34:20.302,,false,,2019-09-25 20:34:49.560,2019-09-25 20:34:49.564,DONE,63,,4727653,2019-09-25 20:34:20.302,WQiqy4guxiUIHKV/m1Tt3Q== +1071,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.934,,false,,2020-06-01 15:22:44.504,2020-06-01 15:22:44.501,DONE,69,,4727653,2020-06-01 15:21:26.934,vwJEngEYRxlDrCPixzeHFQ== +1070,false,2020-07-09 11:02:30.765,2020-06-01 15:20:06.204,,false,,2020-06-01 15:21:26.603,2020-06-01 15:21:26.592,DONE,69,,4727653,2020-06-01 15:20:06.204,ZmFzI47HQGUvjCy6MGyVhQ== +849,false,2020-07-09 11:02:24.857,2020-04-10 19:38:49.028,,false,,2020-04-10 19:39:47.588,2020-04-10 19:45:55.323,DONE,1120,,4727653,2020-04-10 19:38:49.028,CVq8aHXGQ8pGQ40V32763w== +348,false,2020-07-09 11:01:56.104,2019-08-13 16:55:08.462,,false,,2019-08-13 16:55:30.569,2019-08-13 16:55:30.597,DONE,101,,4727653,2019-08-13 16:55:08.462,t/ZdujEn0ww3bUGH5WOTwg== +399,false,2020-07-09 11:01:59.998,2019-09-25 20:27:21.307,,false,,2019-09-25 20:27:56.059,2019-10-20 18:49:25.067,DONE,1142,,4727653,2019-09-25 20:27:21.307,Cjp7P+vzJvyMMsKjxq2sOw== +402,false,2020-07-09 11:02:06.512,2019-09-25 20:49:26.561,,false,,2019-09-25 20:50:01.526,2019-09-25 20:50:01.532,DONE,387,,4727653,2019-09-25 20:49:26.561,6io80IZHxt+kCXffuQqWTA== +1183,false,2020-07-09 11:02:34.089,2020-06-16 15:44:29.230,,false,,2020-06-16 15:46:09.413,2020-06-16 15:46:09.392,DONE,144,,4727653,2020-06-16 15:44:29.230,Hs39BFzerp1HriIFGM3uVg== +1125,false,2020-07-09 11:02:31.482,2020-06-05 14:26:00.285,,false,,2020-06-05 14:27:42.350,2020-06-05 14:27:42.345,DONE,683,,4727653,2020-06-05 14:26:00.285,9vy8PUzTBuK6v01GHAmylg== +341,false,2020-07-09 11:01:55.246,2019-07-23 15:38:20.569,,false,,2019-07-23 15:38:44.798,2019-07-23 15:38:44.805,DONE,177,,4727653,2019-07-23 15:38:20.569,nnHF6FnaZeI9iomk51tHJg== +294,false,2020-07-09 11:01:51.131,2019-07-09 19:10:32.025,,false,,2019-07-09 19:11:08.847,2019-08-12 16:19:20.310,DONE,485,,4727653,2019-07-09 19:10:32.025,2RQfrPpf87da3Hvca+fv0Q== +359,false,2020-07-09 11:01:56.738,2019-09-13 16:08:10.663,,false,,2019-09-13 16:08:44.794,2019-10-20 18:49:24.979,DONE,510,,4727653,2019-09-13 16:08:10.663,EuQ3A1epRoY0RfbAHhd4ng== +190,false,2020-07-09 11:01:43.616,2019-03-11 14:03:09.387,true,true,,2019-03-26 22:52:45.350,2019-08-24 09:36:47.020,DONE,0,,4727653,2019-03-26 22:52:25.962,T0eEdl8CXBXRop19HpcICQ== +3,false,2020-07-09 11:01:42.272,2018-12-28 02:20:49.226,true,true,,2018-12-28 02:21:05.312,2018-12-28 02:21:05.752,DONE,0,,4727653,2019-05-15 04:21:13.230,kGTwkWh99gkoqTrFmQl6gQ== +199,false,2020-07-09 11:01:44.090,2019-03-11 19:24:20.052,true,true,,2019-04-04 18:16:25.029,2019-08-24 16:15:24.979,DONE,0,,4727653,2019-04-04 18:16:03.506,TGDQHbCXJG71QaTn3OrRTg== +206,false,2020-07-09 11:01:44.184,2019-03-29 15:07:55.166,true,true,,2019-04-03 18:47:12.229,2019-04-11 20:53:44.610,DONE,0,,4727653,2019-04-03 18:46:42.840,rlt4tUkRGlWV7X0P3AwN6w== +1,false,2020-07-09 11:01:42.032,2018-12-28 02:20:48.813,true,true,,2018-12-28 02:21:05.312,2018-12-28 02:21:05.538,DONE,0,,4727653,2019-05-15 04:21:13.120,vsYNW0Z6uis0CS8jqID3wQ== +233,false,2020-07-09 11:01:45.154,2019-04-21 17:13:46.426,true,true,,2019-04-21 17:15:07.530,2019-08-24 06:09:58.639,DONE,0,,4727653,2019-04-21 17:14:46.531,4Q7rYgsr53R+dRJIJ5SkAg== +212,false,2020-07-09 11:01:44.276,2019-04-05 17:28:16.316,,true,,2019-04-05 17:28:36.965,2019-07-09 19:22:05.983,DONE,0,,4727653,2019-04-05 17:28:16.316,HBky3cL9jIMizEVh9TyktA== +47,false,2020-07-09 11:01:43.210,2019-03-01 17:03:01.239,true,true,,2019-04-03 18:50:31.651,2019-08-24 16:15:24.745,DONE,0,,4727653,2019-04-03 18:50:10.142,18+opal37MZ3BP53QI0YZQ== +2,false,2020-07-09 11:01:42.179,2018-12-28 02:20:49.045,true,true,,2018-12-28 02:21:05.312,2018-12-28 02:21:05.681,DONE,0,,4727653,2019-05-15 04:21:13.174,zZDKz0PlYSLNCpjBK1wp9g== +45,false,2020-07-09 11:01:42.937,2019-03-01 16:56:21.531,true,true,,2019-04-03 18:50:51.001,2019-08-24 16:15:44.827,DONE,0,,4727653,2019-04-03 18:50:27.526,CY7qPhkQXTVNWneDhlBwow== +191,false,2020-07-09 11:01:43.710,2019-03-11 14:06:03.340,true,true,,2019-03-11 14:06:24.491,2019-08-24 09:36:55.666,DONE,0,,4727653,2019-03-11 14:06:38.011,qGiQDgp47fGBGfpU7LelmA== +223,false,2020-07-09 11:01:44.460,2019-04-11 20:52:10.414,,true,,2019-04-11 20:52:32.792,2019-07-09 19:22:05.876,DONE,0,,4727653,2019-04-11 20:52:10.414,Ub8RvrrXnMHSs131QV7Inw== +4,false,2020-07-09 11:01:42.379,2018-12-28 02:20:49.496,true,true,,2018-12-28 02:21:05.312,2018-12-28 02:21:05.903,DONE,0,,4727653,2019-05-15 04:21:13.278,D4MxslfF67KbREZdTO2Rpw== +198,false,2020-07-09 11:01:43.987,2019-03-11 19:22:40.636,true,true,,2019-04-04 18:16:54.147,2019-08-24 16:15:45.420,DONE,0,,4727653,2019-04-04 18:16:33.653,FjYkl+2m5VbhNrqLx6PAqw== +1237,false,2020-07-09 11:02:34.676,2020-06-24 16:40:13.776,,true,,2020-06-24 16:41:51.862,2020-06-24 16:41:51.857,DONE,1,,4727653,2020-06-24 16:40:13.776,e743B3Olmq/858Ij2WdO2Q== +48,false,2020-07-09 11:01:43.397,2019-03-01 17:04:22.674,true,true,,2019-03-06 21:36:10.973,2019-08-24 16:15:40.632,DONE,3,,4727653,2019-03-06 21:35:53.326,7QEx2P1lNN/5dWh+zx2W8Q== +46,false,2020-07-09 11:01:43.048,2019-03-01 16:58:34.622,true,true,,2019-03-06 23:04:48.139,2019-09-27 15:05:11.535,DONE,3,,4727653,2019-03-06 23:04:30.223,hSPOnwq/9It2tywpjGhbBg== +44,false,2020-07-09 11:01:42.728,2019-03-01 16:54:48.778,true,true,,2019-04-03 18:50:14.385,2019-08-24 16:15:32.434,DONE,16,,4727653,2019-04-03 18:49:52.536,2pjnP3uvcS9TUwCBsGz3ew== +197,false,2020-07-09 11:01:43.798,2019-03-11 19:21:42.045,,true,,2019-03-11 19:22:03.200,2019-08-24 16:15:47.853,DONE,16,,4727653,2019-03-11 19:21:42.045,+fbFHNouXgzTHKFqUcmuMQ== +473,false,2020-07-09 11:02:09.302,2019-10-22 15:28:50.140,,true,,2019-10-22 15:29:38.165,2020-07-09 03:24:04.152,DONE,1328,,4727653,2019-10-22 15:28:50.140,A3NVnpBXuf2M2G6Kty8W/Q== +38,false,2020-07-09 11:01:42.544,2019-02-28 21:22:59.337,true,true,,2019-03-01 16:34:04.042,2020-07-09 11:00:31.110,DONE,55,,4727653,2019-03-01 16:36:15.381,4a1KyvKZbbfQfTS/8Kk3Cw== +268,false,2020-07-09 11:01:45.299,2019-06-17 18:55:38.937,,true,,2019-06-17 18:56:38.426,2020-07-08 16:05:29.756,DONE,1079,,4727653,2019-06-17 18:55:38.937,BhKN3pjmiPRhAt0GWud85Q== +425,false,2020-07-09 11:02:08.603,2019-10-04 05:46:40.020,,true,,2019-10-04 05:47:07.586,2019-10-04 05:47:07.591,DONE,110,,4727653,2019-10-04 05:46:40.020,E5989ORIGtvS62Iznu6/fA== diff --git a/integration_tests/seeds/contact_list_member_data.csv b/integration_tests/seeds/contact_list_member_data.csv index 17cbcf2..78ddeed 100644 --- a/integration_tests/seeds/contact_list_member_data.csv +++ b/integration_tests/seeds/contact_list_member_data.csv @@ -1,101 +1,101 @@ contact_id,contact_list_id,_fivetran_deleted,_fivetran_synced,added_at -31993001,38,true,2020-05-10 11:01:15.168 UTC,2020-05-10 01:04:46.778 UTC -31975951,38,true,2020-05-10 11:01:15.168 UTC,2020-05-09 20:11:58.336 UTC -31977751,38,true,2020-05-10 11:01:15.168 UTC,2020-05-09 20:52:12.172 UTC -31978701,38,true,2020-05-10 11:01:15.168 UTC,2020-05-09 21:07:18.669 UTC -31978551,38,true,2020-05-10 11:01:15.168 UTC,2020-05-09 21:07:14.522 UTC -31960701,38,true,2020-05-10 11:01:15.168 UTC,2020-05-09 15:42:08.949 UTC -31980301,38,true,2020-05-10 11:01:15.168 UTC,2020-05-09 21:37:33.048 UTC -31990701,38,true,2020-05-10 11:01:15.168 UTC,2020-05-10 00:33:40.548 UTC -32009101,38,true,2020-05-10 11:01:15.168 UTC,2020-05-10 09:49:48.052 UTC -31963551,38,true,2020-05-10 11:01:15.168 UTC,2020-05-09 16:44:45.446 UTC -31993701,38,true,2020-05-10 11:01:15.168 UTC,2020-05-10 01:29:50.528 UTC -31979051,38,true,2020-05-10 11:01:15.168 UTC,2020-05-09 21:12:31.370 UTC -31966401,38,true,2020-05-10 11:01:15.168 UTC,2020-05-09 17:39:33.665 UTC -31989151,38,true,2020-05-10 11:01:15.168 UTC,2020-05-10 00:03:03.073 UTC -31972551,38,true,2020-05-10 11:01:15.168 UTC,2020-05-09 19:17:05.571 UTC -31983551,38,true,2020-05-10 11:01:15.168 UTC,2020-05-09 22:32:39.080 UTC -31962651,38,true,2020-05-10 11:01:15.168 UTC,2020-05-09 16:16:15.705 UTC -31994951,38,true,2020-05-10 11:01:15.168 UTC,2020-05-10 01:44:50.735 UTC -31998401,38,true,2020-05-10 11:01:15.168 UTC,2020-05-10 02:33:38.704 UTC -31955351,38,true,2020-05-10 11:01:15.168 UTC,2020-05-09 13:30:15.705 UTC -31963501,38,true,2020-05-10 11:01:15.168 UTC,2020-05-09 16:45:27.998 UTC -31984651,38,true,2020-05-10 11:01:15.168 UTC,2020-05-09 22:52:26.581 UTC -31971001,38,true,2020-05-10 11:01:15.168 UTC,2020-05-09 19:02:23.105 UTC -31965451,38,true,2020-05-10 11:01:15.168 UTC,2020-05-09 17:23:58.080 UTC -31991801,38,true,2020-05-10 11:01:15.168 UTC,2020-05-10 00:43:24.711 UTC -31966151,38,true,2020-05-10 11:01:15.168 UTC,2020-05-09 17:38:43.120 UTC -31956901,38,true,2020-05-10 11:01:15.168 UTC,2020-05-09 14:12:59.897 UTC -31977551,38,true,2020-05-10 11:01:15.168 UTC,2020-05-09 20:47:16.535 UTC -10598951,268,true,2020-05-05 11:01:24.864 UTC,2019-11-03 16:25:46.329 UTC -16965001,268,true,2020-06-15 11:01:54.464 UTC,2020-05-15 22:14:33.757 UTC -12679151,268,true,2020-02-01 11:01:04.896 UTC,2019-11-03 16:26:16.516 UTC -12397251,268,true,2020-02-01 11:01:04.896 UTC,2020-01-07 22:03:18.425 UTC -2023115,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -21537851,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -2022331,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -12409501,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -26324201,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -13038160,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -17743601,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -24200051,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -15201651,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -549801,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -18865401,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -25171001,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -25895201,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -22974751,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -23408301,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -17134301,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -24181551,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -28600801,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -23075251,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -21715251,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -18483701,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -23247001,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -12831901,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -20426051,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -17094001,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -24277801,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -1996822,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -20457251,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -6074801,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -13614501,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -19343451,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -19303401,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -19235551,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -15916001,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -16638051,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -21862501,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -15179201,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -18686851,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -24129101,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -19151301,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -16465351,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -23220401,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -16141351,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -23872951,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -20713451,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -20449901,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -20353301,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -19910401,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -25609601,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -18171301,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -24154251,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -14738353,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -21247901,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -16190651,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -14720918,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -10803601,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -14922301,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -24445301,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -21156751,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -21182501,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -17759301,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -16443251,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -14721610,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -23729101,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -16995701,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -23921001,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -13523851,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC -22369501,1070,false,2020-07-09 11:02:31.232 UTC,2020-06-01 15:21:26.232 UTC +31993001,38,true,2020-05-10 11:01:15.168,2020-05-10 01:04:46.778 +31975951,38,true,2020-05-10 11:01:15.168,2020-05-09 20:11:58.336 +31977751,38,true,2020-05-10 11:01:15.168,2020-05-09 20:52:12.172 +31978701,38,true,2020-05-10 11:01:15.168,2020-05-09 21:07:18.669 +31978551,38,true,2020-05-10 11:01:15.168,2020-05-09 21:07:14.522 +31960701,38,true,2020-05-10 11:01:15.168,2020-05-09 15:42:08.949 +31980301,38,true,2020-05-10 11:01:15.168,2020-05-09 21:37:33.048 +31990701,38,true,2020-05-10 11:01:15.168,2020-05-10 00:33:40.548 +32009101,38,true,2020-05-10 11:01:15.168,2020-05-10 09:49:48.052 +31963551,38,true,2020-05-10 11:01:15.168,2020-05-09 16:44:45.446 +31993701,38,true,2020-05-10 11:01:15.168,2020-05-10 01:29:50.528 +31979051,38,true,2020-05-10 11:01:15.168,2020-05-09 21:12:31.370 +31966401,38,true,2020-05-10 11:01:15.168,2020-05-09 17:39:33.665 +31989151,38,true,2020-05-10 11:01:15.168,2020-05-10 00:03:03.073 +31972551,38,true,2020-05-10 11:01:15.168,2020-05-09 19:17:05.571 +31983551,38,true,2020-05-10 11:01:15.168,2020-05-09 22:32:39.080 +31962651,38,true,2020-05-10 11:01:15.168,2020-05-09 16:16:15.705 +31994951,38,true,2020-05-10 11:01:15.168,2020-05-10 01:44:50.735 +31998401,38,true,2020-05-10 11:01:15.168,2020-05-10 02:33:38.704 +31955351,38,true,2020-05-10 11:01:15.168,2020-05-09 13:30:15.705 +31963501,38,true,2020-05-10 11:01:15.168,2020-05-09 16:45:27.998 +31984651,38,true,2020-05-10 11:01:15.168,2020-05-09 22:52:26.581 +31971001,38,true,2020-05-10 11:01:15.168,2020-05-09 19:02:23.105 +31965451,38,true,2020-05-10 11:01:15.168,2020-05-09 17:23:58.080 +31991801,38,true,2020-05-10 11:01:15.168,2020-05-10 00:43:24.711 +31966151,38,true,2020-05-10 11:01:15.168,2020-05-09 17:38:43.120 +31956901,38,true,2020-05-10 11:01:15.168,2020-05-09 14:12:59.897 +31977551,38,true,2020-05-10 11:01:15.168,2020-05-09 20:47:16.535 +10598951,268,true,2020-05-05 11:01:24.864,2019-11-03 16:25:46.329 +16965001,268,true,2020-06-15 11:01:54.464,2020-05-15 22:14:33.757 +12679151,268,true,2020-02-01 11:01:04.896,2019-11-03 16:26:16.516 +12397251,268,true,2020-02-01 11:01:04.896,2020-01-07 22:03:18.425 +2023115,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +21537851,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +2022331,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +12409501,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +26324201,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +13038160,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +17743601,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +24200051,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +15201651,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +549801,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +18865401,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +25171001,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +25895201,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +22974751,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +23408301,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +17134301,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +24181551,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +28600801,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +23075251,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +21715251,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +18483701,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +23247001,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +12831901,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +20426051,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +17094001,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +24277801,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +1996822,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +20457251,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +6074801,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +13614501,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +19343451,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +19303401,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +19235551,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +15916001,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +16638051,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +21862501,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +15179201,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +18686851,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +24129101,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +19151301,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +16465351,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +23220401,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +16141351,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +23872951,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +20713451,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +20449901,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +20353301,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +19910401,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +25609601,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +18171301,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +24154251,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +14738353,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +21247901,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +16190651,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +14720918,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +10803601,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +14922301,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +24445301,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +21156751,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +21182501,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +17759301,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +16443251,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +14721610,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +23729101,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +16995701,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +23921001,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +13523851,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 +22369501,1070,false,2020-07-09 11:02:31.232,2020-06-01 15:21:26.232 diff --git a/integration_tests/seeds/contact_property_history_data.csv b/integration_tests/seeds/contact_property_history_data.csv index 584ab24..b598ec8 100644 --- a/integration_tests/seeds/contact_property_history_data.csv +++ b/integration_tests/seeds/contact_property_history_data.csv @@ -1,101 +1,101 @@ contact_id,timestamp,_fivetran_synced,source,name,value,source_id -12831901,2020-06-05 15:38:08.001 UTC,2020-07-09 15:20:43.786 UTC,EMAIL,7/VuV07HiY+Gu5IUAO6JCw==,jr+Mt/OfuiQPNwca+2uRYA==, -12831901,2019-07-11 18:02:11.037 UTC,2020-07-09 15:20:43.787 UTC,ANALYTICS,HYExAWyACtRIo4xwnT+pSA==,11J3zf/vmVpGrlm9rvHbhg==,vcSXuKwMkyjD/mr268dPkg== -16909801,2020-05-08 02:32:59.638 UTC,2020-07-09 11:16:10.017 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,jee5YZ9HsUtdNl5GEMNFZA==, -2024084,2019-03-09 06:37:17.054 UTC,2020-05-22 11:16:31.983 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,HTtGpkrhEaYgN2W9yOXf7w==,TltxIEVirA6t9UVXQDL4UA== -17641001,2020-05-08 02:32:59.638 UTC,2020-07-09 11:19:15.535 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,R1tFOwdW1MEoE17Ter/KTg==, -12740001,2019-07-09 19:54:34.893 UTC,2020-07-09 11:17:27.008 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,kgWpvzXqspMpl59Zn5u4VQ==,TltxIEVirA6t9UVXQDL4UA== -13702651,2019-08-02 17:51:36.518 UTC,2020-07-09 11:18:22.538 UTC,BCC_TO_CRM,qTDHP4BXxe5FHXIq0cyoSA==,qEIHvJns5t7Tf+slrzoXeQ==,x95QzXglxE83idbApGcdew== -14708951,2019-08-24 05:38:28.258 UTC,2020-07-09 11:18:31.242 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,dPEhHi+tIPC9vqa2NzyTOQ==,TltxIEVirA6t9UVXQDL4UA== -23780651,2020-01-11 16:08:32.601 UTC,2020-07-09 11:19:38.431 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,u68UrK3FoSV6RME/eELTVg==,TltxIEVirA6t9UVXQDL4UA== -14723328,2019-08-24 10:38:55.055 UTC,2020-07-09 11:18:48.573 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,GEyVKxwl8++AVj5m5LroBA==,TltxIEVirA6t9UVXQDL4UA== -19325701,2019-11-12 21:44:19.031 UTC,2020-07-09 11:19:12.001 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,KLAsTAV04F10aQf/wAxreA==,TltxIEVirA6t9UVXQDL4UA== -19035151,2019-11-09 00:18:55.872 UTC,2020-07-09 11:16:50.452 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,7LQVAjyvq37JFrm5lb3XFQ==,TltxIEVirA6t9UVXQDL4UA== -14938901,2020-05-08 02:32:59.638 UTC,2020-07-09 11:17:10.722 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,ST5klNOjuF8Ze6bXrTt+fw==, -32294351,2020-05-14 15:20:25.018 UTC,2020-07-09 11:20:26.999 UTC,CONVERSATIONS,MxA8tC0gCFYlmRupALH0pg==,vtpA1UFypP6M1LGrg+qn3Q==, -13250551,2020-05-08 02:32:59.638 UTC,2020-05-22 11:16:25.366 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,LrpXVtUPGuH39Dx7ROZH0g==, -30628651,2020-05-20 08:22:12.870 UTC,2020-07-09 11:19:58.532 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,f0DQqQN/+H6TFH1JQR6Zeg==, -15290251,2020-05-08 02:32:59.638 UTC,2020-07-09 11:18:46.153 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,3KT1F/XecS7ru3n7wGP4YA==, -13524051,2019-07-29 17:21:35.263 UTC,2020-05-22 11:16:07.394 UTC,MEETINGS,dumN0ZqOcydVl8uG2VkrvQ==,DIP1fHhqC0o576sjcxx+vA==,+70ihokt68RuoQzWVLZqhg== -26644101,2020-02-14 23:24:07.112 UTC,2020-07-09 11:20:04.429 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,WN9z8tXbFl9iPq3syIPaWA==,TltxIEVirA6t9UVXQDL4UA== -8605301,2020-05-08 02:32:59.640 UTC,2020-05-22 11:16:13.432 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,1Xq15SNfvx9ZeLCDY4OmmQ==, -23230651,2020-01-03 21:49:17.962 UTC,2020-07-09 11:19:51.967 UTC,EXTENSION,k8cx8cOoTvBc1U0ETDeeqg==,7LSfDClpqNrpGIHfOeknpA==,o2wjpPyUfzBfq9OSt9I2NQ== -17775451,2019-10-17 21:01:43.004 UTC,2020-07-09 11:19:16.311 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,1uFq/cgzkHq8O60PZW6tYQ==,TltxIEVirA6t9UVXQDL4UA== -2024223,2019-03-09 06:44:10.159 UTC,2020-07-09 11:16:03.659 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,h2NL3mhXKOxvsZwQyUTRww==,TltxIEVirA6t9UVXQDL4UA== -15014501,2019-09-01 15:37:06.672 UTC,2020-07-09 11:16:44.161 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,vMsvfK8VRkZSOezTIu3pfA==,TltxIEVirA6t9UVXQDL4UA== -6983251,2019-04-29 13:42:03.515 UTC,2020-07-09 11:16:13.766 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,lmE/e0FMZfOGbv6yViO7dg==,TltxIEVirA6t9UVXQDL4UA== -14066601,2019-08-10 17:15:30.401 UTC,2020-05-22 11:16:33.530 UTC,MEETINGS,arEiBT9jTqVVo3/E9gdsVg==,ozIU0B60AvmidJP7m1EvVw==,+70ihokt68RuoQzWVLZqhg== -27654801,2020-02-27 18:33:59.170 UTC,2020-07-09 11:20:21.346 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,UOhAZGhDXfq6dLrFLeb6Sw==,TltxIEVirA6t9UVXQDL4UA== -12093851,2019-07-01 04:38:01.089 UTC,2020-07-09 11:17:19.801 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,wk5If9E9MEH8vDtjYSIxRg==,TltxIEVirA6t9UVXQDL4UA== -27615701,2020-02-27 10:07:34.550 UTC,2020-07-09 11:19:51.170 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,56sk5ag+/vy+yLZopb1cSw==,TltxIEVirA6t9UVXQDL4UA== -13697701,2019-08-02 15:52:24.379 UTC,2020-07-09 11:17:30.675 UTC,BCC_TO_CRM,qTDHP4BXxe5FHXIq0cyoSA==,s74mzrUtmD7Jizocme86lQ==,x95QzXglxE83idbApGcdew== -17836501,2020-05-08 02:32:59.638 UTC,2020-05-22 11:16:31.372 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,KXi7Q/2pnhDj9sOdY2H5UQ==, -27050851,2020-05-08 02:32:59.639 UTC,2020-07-09 11:20:10.396 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,28W7+VqSSoHW1O6NKCwGAA==, -14251001,2019-08-14 14:51:34.929 UTC,2020-07-09 11:16:44.122 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,ZikpHsppnFaJgYA3tWuz3w==,TltxIEVirA6t9UVXQDL4UA== -13702651,2019-08-02 17:51:37.504 UTC,2020-07-09 11:18:22.538 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,ciopy3VEw0M4ZaagjTYgFg==,TltxIEVirA6t9UVXQDL4UA== -3581851,2019-03-19 16:35:02.555 UTC,2020-07-09 11:16:55.106 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,16J3aeS+M+P1uokL68UEXg==,TltxIEVirA6t9UVXQDL4UA== -17757001,2020-05-08 02:32:59.638 UTC,2020-07-09 11:18:58.670 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,WI+v6/sdHmHqaoo/ReMJcA==, -2019859,2020-05-08 02:32:59.639 UTC,2020-07-09 11:17:01.436 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,v+luEGYhKhhjH7dYZaMeYg==, -14720713,2019-08-24 08:46:51.497 UTC,2020-07-09 11:16:05.043 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,xktzhqUBDqFcXGLbURtSNg==,TltxIEVirA6t9UVXQDL4UA== -26556801,2020-02-13 21:13:25.605 UTC,2020-07-09 11:20:03.524 UTC,EMAIL_INTEGRATION,qTDHP4BXxe5FHXIq0cyoSA==,eS1taWgyCcHtqf0mZ2spNQ==,4tW5JVKSmKpfX5uxadmtdQ== -14712394,2019-08-24 06:40:48.927 UTC,2020-07-09 11:16:09.989 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,5pQ1KAf8nvRRBqnGW++ptg==,TltxIEVirA6t9UVXQDL4UA== -14405801,2019-08-19 13:03:36.611 UTC,2020-07-09 11:17:33.502 UTC,BCC_TO_CRM,qTDHP4BXxe5FHXIq0cyoSA==,Rp2NS76Ip3fsWHaAOwQ5OA==,x95QzXglxE83idbApGcdew== -26114551,2020-02-08 15:45:53.933 UTC,2020-07-09 11:19:39.791 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,56sk5ag+/vy+yLZopb1cSw==,TltxIEVirA6t9UVXQDL4UA== -9631701,2019-05-30 13:43:43.926 UTC,2020-07-09 11:15:55.440 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,ntqcYolkIKyHonDGLSNVmQ==,TltxIEVirA6t9UVXQDL4UA== -24225801,2020-01-17 20:30:11.946 UTC,2020-06-17 11:01:38.301 UTC,MEETINGS,qTDHP4BXxe5FHXIq0cyoSA==,Z+7hg7IQv3oyMRm2aijS2Q==,+70ihokt68RuoQzWVLZqhg== -16995701,2019-10-08 01:42:29.353 UTC,2020-06-23 11:01:08.883 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,THNd7tdBt+d7k7Myj1rrxw==,TltxIEVirA6t9UVXQDL4UA== -14722621,2019-08-24 10:06:20.417 UTC,2020-07-09 11:18:40.297 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,Mim2dhrCn1tXc2yaTHuglw==,TltxIEVirA6t9UVXQDL4UA== -22680901,2020-05-08 02:32:59.639 UTC,2020-07-09 11:19:51.132 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,4oBj7s3bQFhRV3TCiJxUVg==, -24637451,2020-05-08 02:32:59.639 UTC,2020-07-09 11:19:57.134 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,3SHP7JlQkYET8zNHb6gHzQ==, -26132651,2020-02-08 19:24:22.272 UTC,2020-07-09 11:20:14.040 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,AcTdHG5wFVQLqA35tYOaug==,TltxIEVirA6t9UVXQDL4UA== -28129551,2020-03-04 14:08:38.682 UTC,2020-07-09 11:20:12.300 UTC,EXTENSION,k8cx8cOoTvBc1U0ETDeeqg==,3k5ZBHbGi6X+n4mrqJ9FNQ==,o2wjpPyUfzBfq9OSt9I2NQ== -15206301,2019-09-04 23:36:41.314 UTC,2020-07-09 11:18:53.560 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,Fx7uv7RIZj6kc6XIBVx2dw==,TltxIEVirA6t9UVXQDL4UA== -22284701,2019-12-19 08:51:31.026 UTC,2020-07-09 11:19:21.099 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,OVRWwtVe/NhLd1QNx6AjlQ==,TltxIEVirA6t9UVXQDL4UA== -14717873,2019-08-24 07:14:56.115 UTC,2020-07-09 11:15:54.563 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,WHM1Qx8jXEklq2e7z840ww==,TltxIEVirA6t9UVXQDL4UA== -21798351,2019-12-12 17:46:26.712 UTC,2020-07-09 11:19:34.004 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,7LQVAjyvq37JFrm5lb3XFQ==,TltxIEVirA6t9UVXQDL4UA== -17910701,2020-05-08 02:32:59.639 UTC,2020-07-09 11:17:41.214 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,xk+INw/FG8TVFpVb7vCkrg==, -15714551,2020-05-08 02:32:59.638 UTC,2020-07-09 11:16:32.714 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,KIPWdbC7x/p0sVuCUuFe0A==, -1998011,2020-05-08 02:32:59.639 UTC,2020-07-09 11:18:01.110 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,L3rpGvmtFA6p28qy5J9LWA==, -22693652,2019-12-26 17:16:38.646 UTC,2020-07-09 11:19:10.595 UTC,EMAIL_INTEGRATION,qTDHP4BXxe5FHXIq0cyoSA==,N0044/LnwJrnzicWwUHVsA==,4tW5JVKSmKpfX5uxadmtdQ== -8159751,2019-05-13 18:30:19.583 UTC,2020-05-24 11:10:48.449 UTC,MEETINGS,dumN0ZqOcydVl8uG2VkrvQ==,DIP1fHhqC0o576sjcxx+vA==,+70ihokt68RuoQzWVLZqhg== -33788701,2020-06-08 16:17:51.839 UTC,2020-07-09 11:20:29.708 UTC,CONVERSATIONS,MxA8tC0gCFYlmRupALH0pg==,vtpA1UFypP6M1LGrg+qn3Q==, -12012851,2019-07-03 12:22:18.054 UTC,2020-05-22 11:16:31.978 UTC,MEETINGS,arEiBT9jTqVVo3/E9gdsVg==,ozIU0B60AvmidJP7m1EvVw==,+70ihokt68RuoQzWVLZqhg== -14736613,2019-08-24 15:48:57.160 UTC,2020-07-09 11:17:08.566 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,0M9VRw3OwL7YR6oeImg+fQ==,TltxIEVirA6t9UVXQDL4UA== -24052551,2020-01-15 14:27:40.824 UTC,2020-07-09 11:19:55.153 UTC,EMAIL_INTEGRATION,qTDHP4BXxe5FHXIq0cyoSA==,TTTgIEvAoifZYR2ghqOiLw==,4tW5JVKSmKpfX5uxadmtdQ== -14711331,2019-08-24 06:12:18.209 UTC,2020-07-09 11:16:56.121 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,sOtcRb7kbsCUrY9z3lt7fg==,TltxIEVirA6t9UVXQDL4UA== -22093851,2020-05-08 02:32:59.639 UTC,2020-07-09 11:19:42.817 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,G+OT3H7/YQzhKbl3Grhe1Q==, -23900701,2020-01-13 05:54:09.305 UTC,2020-07-09 11:19:26.176 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,HIZhaFItsTaYtCTUkBeoHQ==,TltxIEVirA6t9UVXQDL4UA== -17757251,2020-05-08 02:32:59.638 UTC,2020-06-12 11:15:47.929 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,he8gzZfd4A3AHK/shL5RFw==, -27153901,2020-02-20 20:30:08.374 UTC,2020-07-09 11:20:14.674 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,2CJ5Y5SiDXddXxuCIzvbRQ==,TltxIEVirA6t9UVXQDL4UA== -30554701,2020-05-08 02:32:59.639 UTC,2020-07-09 11:19:59.077 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,P5VBXS+n44gpO64Qm+0v7A==, -13984651,2020-05-08 02:32:59.638 UTC,2020-05-22 11:16:14.042 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,vg6OGoHR/poqVUNprlNtSw==, -25254201,2020-05-08 02:32:59.639 UTC,2020-07-09 11:19:45.810 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,tvkXwEjvp9mhddZKSTZZgg==, -32739601,2020-05-21 14:56:17.770 UTC,2020-07-09 11:20:25.027 UTC,EXTENSION,qTDHP4BXxe5FHXIq0cyoSA==,H7luNAv1XXkAGFwpjtJZGw==,Kj/fLcvz2keI3YCAXrxt/Q== -25903051,2020-02-06 04:42:29.277 UTC,2020-07-09 11:19:47.332 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,9bJN47mrwEUDm93M5SztHw==,TltxIEVirA6t9UVXQDL4UA== -18442401,2019-10-30 01:34:55.259 UTC,2020-07-09 11:16:52.537 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,SsRSDjkFsX5Pm7nrGSBYgA==,TltxIEVirA6t9UVXQDL4UA== -13502001,2020-05-08 02:32:59.638 UTC,2020-07-09 11:17:05.726 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,e9FofcqLCBOJSuGeXqiJdA==, -22267751,2019-12-19 00:56:58.890 UTC,2020-07-09 11:19:51.144 UTC,EMAIL_INTEGRATION,qTDHP4BXxe5FHXIq0cyoSA==,XWMXWmSvNPy3kSODiGF6gA==,4tW5JVKSmKpfX5uxadmtdQ== -13121201,2020-05-08 02:32:59.638 UTC,2020-07-09 11:17:30.679 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,5oWR12FnP2ZIvlD34Sdmow==, -4501501,2019-03-28 13:04:07.447 UTC,2020-07-09 11:16:04.440 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,DRu6XilnmFdJYHnBODWrYw==,TltxIEVirA6t9UVXQDL4UA== -16911601,2019-10-06 18:06:03.704 UTC,2020-06-11 11:16:04.902 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,Y1ud8QBc3semGiI2pY7HyQ==,TltxIEVirA6t9UVXQDL4UA== -23914051,2020-05-08 02:32:59.639 UTC,2020-07-09 11:19:53.891 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,zp0v8rp75q/8DpQ8XtIa5g==, -12393551,2020-05-08 02:32:59.638 UTC,2020-07-09 11:15:54.639 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,76s3zIT+scM7dFge/WS/yg==, -7725251,2020-04-11 15:10:55.583 UTC,2020-07-09 11:18:17.078 UTC,INTEGRATION,AxxZkC/6OuR6UWHp+xuKUA==,dcDr2CRGoAzmSfY2L2VR0g==, -12012851,2019-07-03 12:22:18.054 UTC,2020-05-22 11:16:31.978 UTC,MEETINGS,dumN0ZqOcydVl8uG2VkrvQ==,DIP1fHhqC0o576sjcxx+vA==,+70ihokt68RuoQzWVLZqhg== -22376401,2020-05-08 02:32:59.639 UTC,2020-07-09 11:19:39.792 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,WBpRtVgJ1koe0PKJpGamMw==, -26538801,2020-02-13 17:22:18.037 UTC,2020-07-09 11:20:12.890 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,Y7FO8rESQKxJzdPMy/h9Bg==,TltxIEVirA6t9UVXQDL4UA== -18406651,2019-10-29 14:34:49.532 UTC,2020-07-09 11:18:59.578 UTC,EMAIL_INTEGRATION,qTDHP4BXxe5FHXIq0cyoSA==,DWY98KUNLdqQqm5pzTgBLQ==,4tW5JVKSmKpfX5uxadmtdQ== -8748401,2020-05-08 02:32:59.640 UTC,2020-06-26 11:15:55.546 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,rv9fN7k0yB6nV3ZsEIizhw==, -23660651,2020-01-09 20:49:48.078 UTC,2020-07-09 11:19:39.743 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,/QWiVEb7Y9LwDzQX4dAobw==,TltxIEVirA6t9UVXQDL4UA== -23024751,2020-05-08 02:32:59.639 UTC,2020-07-09 11:19:30.642 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,ZVtXl7bB2MxPJGegTzbSoQ==, -24222251,2020-05-08 02:32:59.639 UTC,2020-07-09 11:19:46.648 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,VVecpXiSUZ3z/yeP2zPXwQ==, -19836451,2019-11-18 16:59:15.782 UTC,2020-07-09 11:19:45.722 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,8POI+mC7+WZNwuTZUAQEAg==,TltxIEVirA6t9UVXQDL4UA== -19369601,2019-11-13 15:57:21.096 UTC,2020-07-09 11:18:03.871 UTC,EXTENSION,k8cx8cOoTvBc1U0ETDeeqg==,LMjePdNO1sO/SQt7a4GcHA==,o2wjpPyUfzBfq9OSt9I2NQ== -20406101,2020-05-08 02:32:59.639 UTC,2020-07-09 11:18:00.346 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,6nt8C1f84ZGimG1Lv0y0iw==, -33121451,2020-05-27 21:16:55.981 UTC,2020-07-09 11:20:28.846 UTC,EMAIL_INTEGRATION,qTDHP4BXxe5FHXIq0cyoSA==,LMtjqteK1ON6ECFBT+FJ0A==,4tW5JVKSmKpfX5uxadmtdQ== -18812101,2020-05-08 02:32:59.639 UTC,2020-07-09 11:19:10.012 UTC,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,HGQj6TsXAeHAWlKBYwZtBg==, -18812051,2019-11-05 19:07:12.468 UTC,2020-07-09 11:19:27.559 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,Y4Lk5p7RX64bghwW+3qU0g==,TltxIEVirA6t9UVXQDL4UA== -15768501,2019-09-14 11:20:13.490 UTC,2020-07-09 11:17:03.766 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,H1SF5yhxZvUX6HKXey0mcg==,TltxIEVirA6t9UVXQDL4UA== -20037451,2019-11-20 23:35:44.850 UTC,2020-07-09 11:19:27.552 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,56sk5ag+/vy+yLZopb1cSw==,TltxIEVirA6t9UVXQDL4UA== -17295701,2019-10-11 18:26:23.144 UTC,2020-07-09 11:19:28.216 UTC,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,S6Oqo8B5ajGD5Vp0gE+FuQ==,TltxIEVirA6t9UVXQDL4UA== -19369651,2019-11-13 15:58:42.544 UTC,2020-07-09 11:19:30.688 UTC,EXTENSION,qTDHP4BXxe5FHXIq0cyoSA==,mg8ta1HltuUOlxDp2GwCoQ==,o2wjpPyUfzBfq9OSt9I2NQ== +12831901,2020-06-05 15:38:08.001,2020-07-09 15:20:43.786,EMAIL,7/VuV07HiY+Gu5IUAO6JCw==,jr+Mt/OfuiQPNwca+2uRYA==, +12831901,2019-07-11 18:02:11.037,2020-07-09 15:20:43.787,ANALYTICS,HYExAWyACtRIo4xwnT+pSA==,11J3zf/vmVpGrlm9rvHbhg==,vcSXuKwMkyjD/mr268dPkg== +16909801,2020-05-08 02:32:59.638,2020-07-09 11:16:10.017,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,jee5YZ9HsUtdNl5GEMNFZA==, +2024084,2019-03-09 06:37:17.054,2020-05-22 11:16:31.983,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,HTtGpkrhEaYgN2W9yOXf7w==,TltxIEVirA6t9UVXQDL4UA== +17641001,2020-05-08 02:32:59.638,2020-07-09 11:19:15.535,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,R1tFOwdW1MEoE17Ter/KTg==, +12740001,2019-07-09 19:54:34.893,2020-07-09 11:17:27.008,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,kgWpvzXqspMpl59Zn5u4VQ==,TltxIEVirA6t9UVXQDL4UA== +13702651,2019-08-02 17:51:36.518,2020-07-09 11:18:22.538,BCC_TO_CRM,qTDHP4BXxe5FHXIq0cyoSA==,qEIHvJns5t7Tf+slrzoXeQ==,x95QzXglxE83idbApGcdew== +14708951,2019-08-24 05:38:28.258,2020-07-09 11:18:31.242,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,dPEhHi+tIPC9vqa2NzyTOQ==,TltxIEVirA6t9UVXQDL4UA== +23780651,2020-01-11 16:08:32.601,2020-07-09 11:19:38.431,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,u68UrK3FoSV6RME/eELTVg==,TltxIEVirA6t9UVXQDL4UA== +14723328,2019-08-24 10:38:55.055,2020-07-09 11:18:48.573,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,GEyVKxwl8++AVj5m5LroBA==,TltxIEVirA6t9UVXQDL4UA== +19325701,2019-11-12 21:44:19.031,2020-07-09 11:19:12.001,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,KLAsTAV04F10aQf/wAxreA==,TltxIEVirA6t9UVXQDL4UA== +19035151,2019-11-09 00:18:55.872,2020-07-09 11:16:50.452,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,7LQVAjyvq37JFrm5lb3XFQ==,TltxIEVirA6t9UVXQDL4UA== +14938901,2020-05-08 02:32:59.638,2020-07-09 11:17:10.722,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,ST5klNOjuF8Ze6bXrTt+fw==, +32294351,2020-05-14 15:20:25.018,2020-07-09 11:20:26.999,CONVERSATIONS,MxA8tC0gCFYlmRupALH0pg==,vtpA1UFypP6M1LGrg+qn3Q==, +13250551,2020-05-08 02:32:59.638,2020-05-22 11:16:25.366,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,LrpXVtUPGuH39Dx7ROZH0g==, +30628651,2020-05-20 08:22:12.870,2020-07-09 11:19:58.532,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,f0DQqQN/+H6TFH1JQR6Zeg==, +15290251,2020-05-08 02:32:59.638,2020-07-09 11:18:46.153,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,3KT1F/XecS7ru3n7wGP4YA==, +13524051,2019-07-29 17:21:35.263,2020-05-22 11:16:07.394,MEETINGS,dumN0ZqOcydVl8uG2VkrvQ==,DIP1fHhqC0o576sjcxx+vA==,+70ihokt68RuoQzWVLZqhg== +26644101,2020-02-14 23:24:07.112,2020-07-09 11:20:04.429,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,WN9z8tXbFl9iPq3syIPaWA==,TltxIEVirA6t9UVXQDL4UA== +8605301,2020-05-08 02:32:59.640,2020-05-22 11:16:13.432,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,1Xq15SNfvx9ZeLCDY4OmmQ==, +23230651,2020-01-03 21:49:17.962,2020-07-09 11:19:51.967,EXTENSION,k8cx8cOoTvBc1U0ETDeeqg==,7LSfDClpqNrpGIHfOeknpA==,o2wjpPyUfzBfq9OSt9I2NQ== +17775451,2019-10-17 21:01:43.004,2020-07-09 11:19:16.311,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,1uFq/cgzkHq8O60PZW6tYQ==,TltxIEVirA6t9UVXQDL4UA== +2024223,2019-03-09 06:44:10.159,2020-07-09 11:16:03.659,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,h2NL3mhXKOxvsZwQyUTRww==,TltxIEVirA6t9UVXQDL4UA== +15014501,2019-09-01 15:37:06.672,2020-07-09 11:16:44.161,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,vMsvfK8VRkZSOezTIu3pfA==,TltxIEVirA6t9UVXQDL4UA== +6983251,2019-04-29 13:42:03.515,2020-07-09 11:16:13.766,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,lmE/e0FMZfOGbv6yViO7dg==,TltxIEVirA6t9UVXQDL4UA== +14066601,2019-08-10 17:15:30.401,2020-05-22 11:16:33.530,MEETINGS,arEiBT9jTqVVo3/E9gdsVg==,ozIU0B60AvmidJP7m1EvVw==,+70ihokt68RuoQzWVLZqhg== +27654801,2020-02-27 18:33:59.170,2020-07-09 11:20:21.346,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,UOhAZGhDXfq6dLrFLeb6Sw==,TltxIEVirA6t9UVXQDL4UA== +12093851,2019-07-01 04:38:01.089,2020-07-09 11:17:19.801,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,wk5If9E9MEH8vDtjYSIxRg==,TltxIEVirA6t9UVXQDL4UA== +27615701,2020-02-27 10:07:34.550,2020-07-09 11:19:51.170,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,56sk5ag+/vy+yLZopb1cSw==,TltxIEVirA6t9UVXQDL4UA== +13697701,2019-08-02 15:52:24.379,2020-07-09 11:17:30.675,BCC_TO_CRM,qTDHP4BXxe5FHXIq0cyoSA==,s74mzrUtmD7Jizocme86lQ==,x95QzXglxE83idbApGcdew== +17836501,2020-05-08 02:32:59.638,2020-05-22 11:16:31.372,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,KXi7Q/2pnhDj9sOdY2H5UQ==, +27050851,2020-05-08 02:32:59.639,2020-07-09 11:20:10.396,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,28W7+VqSSoHW1O6NKCwGAA==, +14251001,2019-08-14 14:51:34.929,2020-07-09 11:16:44.122,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,ZikpHsppnFaJgYA3tWuz3w==,TltxIEVirA6t9UVXQDL4UA== +13702651,2019-08-02 17:51:37.504,2020-07-09 11:18:22.538,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,ciopy3VEw0M4ZaagjTYgFg==,TltxIEVirA6t9UVXQDL4UA== +3581851,2019-03-19 16:35:02.555,2020-07-09 11:16:55.106,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,16J3aeS+M+P1uokL68UEXg==,TltxIEVirA6t9UVXQDL4UA== +17757001,2020-05-08 02:32:59.638,2020-07-09 11:18:58.670,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,WI+v6/sdHmHqaoo/ReMJcA==, +2019859,2020-05-08 02:32:59.639,2020-07-09 11:17:01.436,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,v+luEGYhKhhjH7dYZaMeYg==, +14720713,2019-08-24 08:46:51.497,2020-07-09 11:16:05.043,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,xktzhqUBDqFcXGLbURtSNg==,TltxIEVirA6t9UVXQDL4UA== +26556801,2020-02-13 21:13:25.605,2020-07-09 11:20:03.524,EMAIL_INTEGRATION,qTDHP4BXxe5FHXIq0cyoSA==,eS1taWgyCcHtqf0mZ2spNQ==,4tW5JVKSmKpfX5uxadmtdQ== +14712394,2019-08-24 06:40:48.927,2020-07-09 11:16:09.989,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,5pQ1KAf8nvRRBqnGW++ptg==,TltxIEVirA6t9UVXQDL4UA== +14405801,2019-08-19 13:03:36.611,2020-07-09 11:17:33.502,BCC_TO_CRM,qTDHP4BXxe5FHXIq0cyoSA==,Rp2NS76Ip3fsWHaAOwQ5OA==,x95QzXglxE83idbApGcdew== +26114551,2020-02-08 15:45:53.933,2020-07-09 11:19:39.791,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,56sk5ag+/vy+yLZopb1cSw==,TltxIEVirA6t9UVXQDL4UA== +9631701,2019-05-30 13:43:43.926,2020-07-09 11:15:55.440,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,ntqcYolkIKyHonDGLSNVmQ==,TltxIEVirA6t9UVXQDL4UA== +24225801,2020-01-17 20:30:11.946,2020-06-17 11:01:38.301,MEETINGS,qTDHP4BXxe5FHXIq0cyoSA==,Z+7hg7IQv3oyMRm2aijS2Q==,+70ihokt68RuoQzWVLZqhg== +16995701,2019-10-08 01:42:29.353,2020-06-23 11:01:08.883,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,THNd7tdBt+d7k7Myj1rrxw==,TltxIEVirA6t9UVXQDL4UA== +14722621,2019-08-24 10:06:20.417,2020-07-09 11:18:40.297,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,Mim2dhrCn1tXc2yaTHuglw==,TltxIEVirA6t9UVXQDL4UA== +22680901,2020-05-08 02:32:59.639,2020-07-09 11:19:51.132,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,4oBj7s3bQFhRV3TCiJxUVg==, +24637451,2020-05-08 02:32:59.639,2020-07-09 11:19:57.134,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,3SHP7JlQkYET8zNHb6gHzQ==, +26132651,2020-02-08 19:24:22.272,2020-07-09 11:20:14.040,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,AcTdHG5wFVQLqA35tYOaug==,TltxIEVirA6t9UVXQDL4UA== +28129551,2020-03-04 14:08:38.682,2020-07-09 11:20:12.300,EXTENSION,k8cx8cOoTvBc1U0ETDeeqg==,3k5ZBHbGi6X+n4mrqJ9FNQ==,o2wjpPyUfzBfq9OSt9I2NQ== +15206301,2019-09-04 23:36:41.314,2020-07-09 11:18:53.560,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,Fx7uv7RIZj6kc6XIBVx2dw==,TltxIEVirA6t9UVXQDL4UA== +22284701,2019-12-19 08:51:31.026,2020-07-09 11:19:21.099,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,OVRWwtVe/NhLd1QNx6AjlQ==,TltxIEVirA6t9UVXQDL4UA== +14717873,2019-08-24 07:14:56.115,2020-07-09 11:15:54.563,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,WHM1Qx8jXEklq2e7z840ww==,TltxIEVirA6t9UVXQDL4UA== +21798351,2019-12-12 17:46:26.712,2020-07-09 11:19:34.004,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,7LQVAjyvq37JFrm5lb3XFQ==,TltxIEVirA6t9UVXQDL4UA== +17910701,2020-05-08 02:32:59.639,2020-07-09 11:17:41.214,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,xk+INw/FG8TVFpVb7vCkrg==, +15714551,2020-05-08 02:32:59.638,2020-07-09 11:16:32.714,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,KIPWdbC7x/p0sVuCUuFe0A==, +1998011,2020-05-08 02:32:59.639,2020-07-09 11:18:01.110,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,L3rpGvmtFA6p28qy5J9LWA==, +22693652,2019-12-26 17:16:38.646,2020-07-09 11:19:10.595,EMAIL_INTEGRATION,qTDHP4BXxe5FHXIq0cyoSA==,N0044/LnwJrnzicWwUHVsA==,4tW5JVKSmKpfX5uxadmtdQ== +8159751,2019-05-13 18:30:19.583,2020-05-24 11:10:48.449,MEETINGS,dumN0ZqOcydVl8uG2VkrvQ==,DIP1fHhqC0o576sjcxx+vA==,+70ihokt68RuoQzWVLZqhg== +33788701,2020-06-08 16:17:51.839,2020-07-09 11:20:29.708,CONVERSATIONS,MxA8tC0gCFYlmRupALH0pg==,vtpA1UFypP6M1LGrg+qn3Q==, +12012851,2019-07-03 12:22:18.054,2020-05-22 11:16:31.978,MEETINGS,arEiBT9jTqVVo3/E9gdsVg==,ozIU0B60AvmidJP7m1EvVw==,+70ihokt68RuoQzWVLZqhg== +14736613,2019-08-24 15:48:57.160,2020-07-09 11:17:08.566,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,0M9VRw3OwL7YR6oeImg+fQ==,TltxIEVirA6t9UVXQDL4UA== +24052551,2020-01-15 14:27:40.824,2020-07-09 11:19:55.153,EMAIL_INTEGRATION,qTDHP4BXxe5FHXIq0cyoSA==,TTTgIEvAoifZYR2ghqOiLw==,4tW5JVKSmKpfX5uxadmtdQ== +14711331,2019-08-24 06:12:18.209,2020-07-09 11:16:56.121,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,sOtcRb7kbsCUrY9z3lt7fg==,TltxIEVirA6t9UVXQDL4UA== +22093851,2020-05-08 02:32:59.639,2020-07-09 11:19:42.817,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,G+OT3H7/YQzhKbl3Grhe1Q==, +23900701,2020-01-13 05:54:09.305,2020-07-09 11:19:26.176,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,HIZhaFItsTaYtCTUkBeoHQ==,TltxIEVirA6t9UVXQDL4UA== +17757251,2020-05-08 02:32:59.638,2020-06-12 11:15:47.929,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,he8gzZfd4A3AHK/shL5RFw==, +27153901,2020-02-20 20:30:08.374,2020-07-09 11:20:14.674,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,2CJ5Y5SiDXddXxuCIzvbRQ==,TltxIEVirA6t9UVXQDL4UA== +30554701,2020-05-08 02:32:59.639,2020-07-09 11:19:59.077,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,P5VBXS+n44gpO64Qm+0v7A==, +13984651,2020-05-08 02:32:59.638,2020-05-22 11:16:14.042,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,vg6OGoHR/poqVUNprlNtSw==, +25254201,2020-05-08 02:32:59.639,2020-07-09 11:19:45.810,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,tvkXwEjvp9mhddZKSTZZgg==, +32739601,2020-05-21 14:56:17.770,2020-07-09 11:20:25.027,EXTENSION,qTDHP4BXxe5FHXIq0cyoSA==,H7luNAv1XXkAGFwpjtJZGw==,Kj/fLcvz2keI3YCAXrxt/Q== +25903051,2020-02-06 04:42:29.277,2020-07-09 11:19:47.332,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,9bJN47mrwEUDm93M5SztHw==,TltxIEVirA6t9UVXQDL4UA== +18442401,2019-10-30 01:34:55.259,2020-07-09 11:16:52.537,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,SsRSDjkFsX5Pm7nrGSBYgA==,TltxIEVirA6t9UVXQDL4UA== +13502001,2020-05-08 02:32:59.638,2020-07-09 11:17:05.726,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,e9FofcqLCBOJSuGeXqiJdA==, +22267751,2019-12-19 00:56:58.890,2020-07-09 11:19:51.144,EMAIL_INTEGRATION,qTDHP4BXxe5FHXIq0cyoSA==,XWMXWmSvNPy3kSODiGF6gA==,4tW5JVKSmKpfX5uxadmtdQ== +13121201,2020-05-08 02:32:59.638,2020-07-09 11:17:30.679,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,5oWR12FnP2ZIvlD34Sdmow==, +4501501,2019-03-28 13:04:07.447,2020-07-09 11:16:04.440,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,DRu6XilnmFdJYHnBODWrYw==,TltxIEVirA6t9UVXQDL4UA== +16911601,2019-10-06 18:06:03.704,2020-06-11 11:16:04.902,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,Y1ud8QBc3semGiI2pY7HyQ==,TltxIEVirA6t9UVXQDL4UA== +23914051,2020-05-08 02:32:59.639,2020-07-09 11:19:53.891,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,zp0v8rp75q/8DpQ8XtIa5g==, +12393551,2020-05-08 02:32:59.638,2020-07-09 11:15:54.639,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,76s3zIT+scM7dFge/WS/yg==, +7725251,2020-04-11 15:10:55.583,2020-07-09 11:18:17.078,INTEGRATION,AxxZkC/6OuR6UWHp+xuKUA==,dcDr2CRGoAzmSfY2L2VR0g==, +12012851,2019-07-03 12:22:18.054,2020-05-22 11:16:31.978,MEETINGS,dumN0ZqOcydVl8uG2VkrvQ==,DIP1fHhqC0o576sjcxx+vA==,+70ihokt68RuoQzWVLZqhg== +22376401,2020-05-08 02:32:59.639,2020-07-09 11:19:39.792,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,WBpRtVgJ1koe0PKJpGamMw==, +26538801,2020-02-13 17:22:18.037,2020-07-09 11:20:12.890,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,Y7FO8rESQKxJzdPMy/h9Bg==,TltxIEVirA6t9UVXQDL4UA== +18406651,2019-10-29 14:34:49.532,2020-07-09 11:18:59.578,EMAIL_INTEGRATION,qTDHP4BXxe5FHXIq0cyoSA==,DWY98KUNLdqQqm5pzTgBLQ==,4tW5JVKSmKpfX5uxadmtdQ== +8748401,2020-05-08 02:32:59.640,2020-06-26 11:15:55.546,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,rv9fN7k0yB6nV3ZsEIizhw==, +23660651,2020-01-09 20:49:48.078,2020-07-09 11:19:39.743,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,/QWiVEb7Y9LwDzQX4dAobw==,TltxIEVirA6t9UVXQDL4UA== +23024751,2020-05-08 02:32:59.639,2020-07-09 11:19:30.642,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,ZVtXl7bB2MxPJGegTzbSoQ==, +24222251,2020-05-08 02:32:59.639,2020-07-09 11:19:46.648,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,VVecpXiSUZ3z/yeP2zPXwQ==, +19836451,2019-11-18 16:59:15.782,2020-07-09 11:19:45.722,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,8POI+mC7+WZNwuTZUAQEAg==,TltxIEVirA6t9UVXQDL4UA== +19369601,2019-11-13 15:57:21.096,2020-07-09 11:18:03.871,EXTENSION,k8cx8cOoTvBc1U0ETDeeqg==,LMjePdNO1sO/SQt7a4GcHA==,o2wjpPyUfzBfq9OSt9I2NQ== +20406101,2020-05-08 02:32:59.639,2020-07-09 11:18:00.346,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,6nt8C1f84ZGimG1Lv0y0iw==, +33121451,2020-05-27 21:16:55.981,2020-07-09 11:20:28.846,EMAIL_INTEGRATION,qTDHP4BXxe5FHXIq0cyoSA==,LMtjqteK1ON6ECFBT+FJ0A==,4tW5JVKSmKpfX5uxadmtdQ== +18812101,2020-05-08 02:32:59.639,2020-07-09 11:19:10.012,MIGRATION,qX2fhW9GbEQnUAKSmM2edA==,HGQj6TsXAeHAWlKBYwZtBg==, +18812051,2019-11-05 19:07:12.468,2020-07-09 11:19:27.559,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,Y4Lk5p7RX64bghwW+3qU0g==,TltxIEVirA6t9UVXQDL4UA== +15768501,2019-09-14 11:20:13.490,2020-07-09 11:17:03.766,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,H1SF5yhxZvUX6HKXey0mcg==,TltxIEVirA6t9UVXQDL4UA== +20037451,2019-11-20 23:35:44.850,2020-07-09 11:19:27.552,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,56sk5ag+/vy+yLZopb1cSw==,TltxIEVirA6t9UVXQDL4UA== +17295701,2019-10-11 18:26:23.144,2020-07-09 11:19:28.216,ASSOCIATIONS,8fUr1Wwn4ytZC91+JzXpyw==,S6Oqo8B5ajGD5Vp0gE+FuQ==,TltxIEVirA6t9UVXQDL4UA== +19369651,2019-11-13 15:58:42.544,2020-07-09 11:19:30.688,EXTENSION,qTDHP4BXxe5FHXIq0cyoSA==,mg8ta1HltuUOlxDp2GwCoQ==,o2wjpPyUfzBfq9OSt9I2NQ== diff --git a/integration_tests/seeds/deal_data.csv b/integration_tests/seeds/deal_data.csv index 3a80c3c..2176a5e 100644 --- a/integration_tests/seeds/deal_data.csv +++ b/integration_tests/seeds/deal_data.csv @@ -4,10 +4,10 @@ deal_id,is_deleted,deal_pipeline_id,deal_pipeline_stage_id,owner_id,portal_id,pr 1077598754,false,,,,4727653,5fefe701fdcd03dc5b16c50cf1c8e6ed,,,,2019-10-08 10:01:15 1077836456,false,,,,4727653,95cf7794ba54e56638529c05ba1364ae,,,,2019-10-08 13:54:32 1077659220,false,,,,4727653,6cec89eca1970181422965e7da1826b6,,,,2019-10-08 11:05:56 -1076737030,false,,,,4727653,de6ab3cd99f288d36526d23787d54496,,,,2019-10-08 6:40:15 -1076920020,false,,,,4727653,7e99288de3ccf4e39a5f1a4605453282,,,,2019-10-08 9:08:29 +1076737030,false,,,,4727653,de6ab3cd99f288d36526d23787d54496,,,,2019-10-08 06:40:15 +1076920020,false,,,,4727653,7e99288de3ccf4e39a5f1a4605453282,,,,2019-10-08 09:08:29 1078777539,false,,,,4727653,9cae9efcc3ed720b21e3e9eac0c20af3,,,,2019-10-08 17:30:50 -1076722161,false,,,,4727653,3657db95a0167aa409df0adc760f3b07,,,,2019-10-08 6:38:07 +1076722161,false,,,,4727653,3657db95a0167aa409df0adc760f3b07,,,,2019-10-08 06:38:07 1177438702,false,,,,4727653,c5d2784ea14c0d55a8ddec57bbc49353,,,,2019-11-16 15:48:14 1077731317,false,,,,4727653,034aa917268df3bbba8fe0a38ef4911b,,,,2019-10-08 12:05:26 1077712176,false,,,,4727653,e475834860834e4aa86f8b6aff90d305,,,,2019-10-08 11:44:36 @@ -20,26 +20,26 @@ deal_id,is_deleted,deal_pipeline_id,deal_pipeline_stage_id,owner_id,portal_id,pr 1077687691,false,,,,4727653,b09381ef4e822f0db1669a444a8ca41b,,,,2019-10-08 11:05:38 1105125948,false,,,,4727653,e67b7b59ceea183ab66f7d8b778321b4,,,,2019-10-20 19:15:14 1078138977,false,,,,4727653,15e3a4ac6dac5bdd0d81c16de0060aef,,,,2019-10-08 16:27:11 -1077595021,false,,,,4727653,1340d06d3787f65d6ac929e0109dc9f3,,,,2019-10-08 9:38:08 +1077595021,false,,,,4727653,1340d06d3787f65d6ac929e0109dc9f3,,,,2019-10-08 09:38:08 2392872971,false,,,35252170,4727653,3299bfc43f7022de0c9b160b8514217a,,,,2020-07-09 20:15:11 3555117472,false,,,35252170,4727653,9d5bce9dbcf730760da05e15d5780ee8,,,,2020-12-02 18:37:16 3414241230,false,,,35252170,4727653,69f549bb037e620b1d885f93ee9f4066,,,,2020-11-16 12:28:06 1260142865,false,,,35252170,4727653,fd812d8764c7c61f10272c19edbc7cd7,,,,2019-12-08 18:50:34 -3490328157,false,,,35252170,4727653,7d4c4f68fd6caaed0b60fc85ef885488,,,,2020-11-24 4:09:08 +3490328157,false,,,35252170,4727653,7d4c4f68fd6caaed0b60fc85ef885488,,,,2020-11-24 04:09:08 1348398344,false,,,35252170,4727653,48c75cdc84023b42e3b5848e4f6c7b64,,,,2019-12-28 22:22:10 -1565004294,false,,,35252170,4727653,7cd0be503d42f40eba1007078c7111ed,,,,2020-02-14 8:29:05 +1565004294,false,,,35252170,4727653,7cd0be503d42f40eba1007078c7111ed,,,,2020-02-14 08:29:05 2325157681,false,,,35252170,4727653,d2e3a557367294d5f9775b00d72ae6bf,,,,2020-06-21 22:12:04 2812830555,false,,,35252170,4727653,e4882ca627433a3dcfff675f72022202,,,,2020-08-15 14:28:51 2266336287,false,,,35252170,4727653,d23796b608032091e99224c34c83e4ab,,,,2020-06-04 11:17:08 -1915568724,false,,,35252170,4727653,f0a1e4c6ee9b862a2a51b4fc2d219d04,,,,2020-04-23 2:14:04 +1915568724,false,,,35252170,4727653,f0a1e4c6ee9b862a2a51b4fc2d219d04,,,,2020-04-23 02:14:04 1806318738,false,,,35252170,4727653,024994ae44c700902ced23c777cf25d2,,,,2020-03-30 21:54:50 3874091911,false,,,35252170,4727653,e5b65ff90ba5ef1c6731b9bebb4b9ebd,,,,2020-12-30 14:32:33 2069431145,false,,,35252170,4727653,24fce16220474dec968af73001ecd513,,,,2020-05-25 19:16:14 3996516327,false,,,35252170,4727653,31d96496493a6201b5921a4650b35ece,,,,2021-01-15 23:14:50 2784249448,false,,,35252170,4727653,b0f527ef9842f89b169969e9365eccbf,,,,2020-08-11 22:34:50 2365566196,false,,,35252170,4727653,f3230624b5edc27b276460ed6128f486,,,,2020-07-02 15:31:21 -1957317823,false,,,35252170,4727653,0d71588381d91663ccb0f5285fb63807,,,,2020-05-02 1:04:30 +1957317823,false,,,35252170,4727653,0d71588381d91663ccb0f5285fb63807,,,,2020-05-02 01:04:30 2382202760,false,,,35252170,4727653,aa7e87e846c56ba8e7c32aa5b863eea0,,,,2020-07-06 23:09:46 -1521493450,false,,,37790786,4727653,4dbcabc36590c987b39f1c1ccc231ea5,,,,2020-02-06 4:12:22 +1521493450,false,,,37790786,4727653,4dbcabc36590c987b39f1c1ccc231ea5,,,,2020-02-06 04:12:22 1438355126,false,,,40706000,4727653,9474fee25ee63a367375cb3ea04004c2,,,,2020-01-19 14:49:41 -2990334288,false,,,40706000,4727653,6674c2be62f9c509e1e966b878861653,,,,2020-09-25 3:30:12 \ No newline at end of file +2990334288,false,,,40706000,4727653,6674c2be62f9c509e1e966b878861653,,,,2020-09-25 03:30:12 \ No newline at end of file diff --git a/integration_tests/seeds/deal_pipeline_data.csv b/integration_tests/seeds/deal_pipeline_data.csv index d6cf6a2..7162dc4 100644 --- a/integration_tests/seeds/deal_pipeline_data.csv +++ b/integration_tests/seeds/deal_pipeline_data.csv @@ -1,7 +1,7 @@ pipeline_id,_fivetran_deleted,_fivetran_synced,active,display_order,label -mp_pipeline_monitoring,false,2020-07-09 15:25:37.051 UTC,true,0,83t7Vz1pOW/Fx81JI4o+4g== -default,false,2020-07-09 15:25:37.053 UTC,true,0,FioJAMNdGX8U65mUGCkDwA== -mp_pipeline_service,false,2020-07-09 15:25:37.024 UTC,true,0,eDLdK7glKfd0VRV0G5OcLg== -mp_pipeline_archived,false,2020-07-09 15:25:37.054 UTC,true,3,pHm8C3GMK7LnsWuMcT6sgw== -mp_pipeline_sales,false,2020-07-09 15:25:37.049 UTC,true,4,4sZLZi4xR6kmTh+A8waTCw== -mp_pipeline_operations,false,2020-07-09 15:25:37.052 UTC,true,5,r2LpcB5mggWrgSrGkJERpg== +mp_pipeline_monitoring,false,2020-07-09 15:25:37.051,true,0,83t7Vz1pOW/Fx81JI4o+4g== +default,false,2020-07-09 15:25:37.053,true,0,FioJAMNdGX8U65mUGCkDwA== +mp_pipeline_service,false,2020-07-09 15:25:37.024,true,0,eDLdK7glKfd0VRV0G5OcLg== +mp_pipeline_archived,false,2020-07-09 15:25:37.054,true,3,pHm8C3GMK7LnsWuMcT6sgw== +mp_pipeline_sales,false,2020-07-09 15:25:37.049,true,4,4sZLZi4xR6kmTh+A8waTCw== +mp_pipeline_operations,false,2020-07-09 15:25:37.052,true,5,r2LpcB5mggWrgSrGkJERpg== diff --git a/integration_tests/seeds/deal_pipeline_stage_data.csv b/integration_tests/seeds/deal_pipeline_stage_data.csv index 2777f1a..27948c7 100644 --- a/integration_tests/seeds/deal_pipeline_stage_data.csv +++ b/integration_tests/seeds/deal_pipeline_stage_data.csv @@ -1,72 +1,72 @@ _fivetran_deleted,_fivetran_synced,active,closed_won,display_order,probability,stage_id,label,pipeline_id -false,2020-07-09 15:25:37.054 UTC,true,true,6,1.0,/n0+plNHbWErNq8Ek+NM3g==,HloNyGJEOLMWtXLjmapLQw==,wh+Wm18D0z1D4E+PE252gg== -false,2020-07-09 15:25:37.054 UTC,true,false,7,0.0,hVXu1Iul7Cc7DcPuxQpOfg==,pqNpReDOp9fpUPal7wWFXg==,wh+Wm18D0z1D4E+PE252gg== -false,2020-07-09 15:25:37.054 UTC,true,false,4,0.8,fQXVZHvq6nRBO5G2jluSrw==,lBHMEsbmFw2dboKkjcFP+Q==,wh+Wm18D0z1D4E+PE252gg== -false,2020-07-09 15:25:37.054 UTC,true,false,3,0.6,+iDZUa8gi3xYh+02iLbs7g==,9hM54Lf/5lGJr082RN3R0g==,wh+Wm18D0z1D4E+PE252gg== -false,2020-07-09 15:25:37.054 UTC,true,false,5,0.9,t97DfE5C38R3NtMNvHo75Q==,xtJd8DfkQb0L5Owm3i672A==,wh+Wm18D0z1D4E+PE252gg== -false,2020-07-09 15:25:37.053 UTC,true,false,1,0.1,xtFrZtyHm63bx8vIM0YwtA==,TY5vWLDESu3m6DzPS4MDEA==,wh+Wm18D0z1D4E+PE252gg== -false,2020-07-09 15:25:37.053 UTC,true,false,2,0.4,Sz/OdDohp9T+LT2967pMog==,dP2FfHF4+97+jtAnhP+WSA==,wh+Wm18D0z1D4E+PE252gg== -false,2020-07-09 15:25:37.053 UTC,true,false,0,0.1,XlmFW0Sel+q4N/n10JJ5bg==,P0WrVl2tQ/YP8Dte+luubw==,wh+Wm18D0z1D4E+PE252gg== -true,2020-03-30 17:50:29.554 UTC,true,false,6,0.6,B/OFEVwLVVUw4q7QB1Jffw==,NTbcpXmUZaCGUbkWcqiq+g==,Y8OGidQXXDZY0C7FaNUGUA== -false,2020-07-09 15:25:37.051 UTC,true,false,6,0.6,lXJhTILAnh65/fYdtVRf7Q==,zNTrGwrH13Pk9ModIhQHHw==,Y8OGidQXXDZY0C7FaNUGUA== -false,2020-07-09 15:25:37.051 UTC,true,false,9,0.9,T4peGpcAmXL5qRskbB5hig==,d2cbGVT866oXb5NMGfWFzQ==,Y8OGidQXXDZY0C7FaNUGUA== -false,2020-07-09 15:25:37.051 UTC,true,false,7,0.7,hn5+QgfX4w8BktDjxz0wXQ==,nNpzgQiprurZo/yEYqkOTA==,Y8OGidQXXDZY0C7FaNUGUA== -false,2020-07-09 15:25:37.051 UTC,true,false,8,0.9,UGRmHpla4AXbbpwHQU2w1A==,rktUYcmVNcM6T4fp2dxWMQ==,Y8OGidQXXDZY0C7FaNUGUA== -false,2020-07-09 15:25:37.050 UTC,true,false,5,0.5,tRXAhwjVXtDm6IhZ/glUkw==,FRccHc9BvgZ8cGpu42O3Dg==,Y8OGidQXXDZY0C7FaNUGUA== -false,2020-07-09 15:25:37.050 UTC,true,false,4,0.4,lUl6Ee0rO0f5zQiEXiJ6Bg==,O4hyOtlmFKPASNfTOaEtBw==,Y8OGidQXXDZY0C7FaNUGUA== -false,2020-07-09 15:25:37.050 UTC,true,false,3,0.3,pTsT0eQ/B/c9+j2UTLNfkg==,eMOMsyemcP3mCG4oF0X7LQ==,Y8OGidQXXDZY0C7FaNUGUA== -false,2020-07-09 15:25:37.050 UTC,true,false,2,0.2,143VrEU51XfieTdGDtcWHg==,/KtOH5Pkk4zM++b5LAh6YA==,Y8OGidQXXDZY0C7FaNUGUA== -false,2020-07-09 15:25:37.050 UTC,true,false,1,0.1,oWOKgDyzUqDpUo3d9dlk/A==,gDXpvQuwuxBDiWo8vBwQfA==,Y8OGidQXXDZY0C7FaNUGUA== -false,2020-07-09 15:25:37.049 UTC,true,false,0,0.1,boHbIlo3V6P8IMybGz2eGw==,lnL0W4I6tiRkXp2XjDlXhA==,Y8OGidQXXDZY0C7FaNUGUA== -false,2020-07-09 15:25:37.049 UTC,true,true,1,1.0,G/ttVj7y2Me0xcu0rJdzrw==,4NBhQy+75yhP5jxLlC4ACA==,PBUgrXANfP+Uw7TXWDnSkA== -false,2020-07-09 15:25:37.049 UTC,true,false,2,0.1,G1DV2psAWd3igDh+B17cIw==,+mpaMiTX2mbZ4L3sJfYs8A==,PBUgrXANfP+Uw7TXWDnSkA== -false,2020-07-09 15:25:37.048 UTC,true,true,0,1.0,2WFf1X0VyKRvcu8BUMyr2w==,Cs0SQ/1pyU5gOv1EW5gfMA==,PBUgrXANfP+Uw7TXWDnSkA== -false,2020-07-09 15:25:37.056 UTC,true,false,10,0.0,IRkOpszfO0OrbMGuW8+I3Q==,2VO4gQ6k4cG96k0y+InoTA==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.056 UTC,true,false,8,0.0,U47AYUDAzH38xMfYuND1bQ==,DO6OXuuRBgj3zuvNzPflkw==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.056 UTC,true,false,9,0.0,YiDO4IsgKsKQztNoMOi6cg==,jV8DIdRg+w5R2PIDSWTlxQ==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.056 UTC,true,false,7,0.0,jeJr8+CNkAvBzglxs9lqRA==,CpCxvEB490tvDRF+x99lrw==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.055 UTC,true,false,4,0.0,eN4FutMPF2b5UZnQ3q2Uyw==,Bm4ezHF8hQshFcdDWGMNkQ==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.055 UTC,true,false,2,0.0,tPkD/r/Mt+2ekQsWIDXYTg==,kpgQzCtnpdf1n/nURbQefg==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.055 UTC,true,false,0,0.0,Calp2h1hs4vTdG8PScFHWg==,PJtd1WHQbz9tGuUC9+4jLg==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.055 UTC,true,false,3,0.0,iSUvN83or8+9zekRzyqIPw==,8uTC66rLkCWcTLXY5JZpBg==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.055 UTC,true,false,6,0.0,6E/YG4CZObxozSkKIeroyg==,toprOU5HPvhrcMCjf6t59w==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.055 UTC,true,false,1,0.0,9mypvFoCwvFRPOg/Cg4RfQ==,DohUDMfCnCYJNoawjOR0ng==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.055 UTC,true,false,5,0.0,G63Hyg2HtswTPbVFjRf3Ew==,/vKIPhjHzOMDnlBGUKRrqw==,/QJj4Q8q6MEf7Vs+2juQMg== -true,2020-05-01 15:55:30.940 UTC,true,false,18,0.0,ZXZ9EEMOS4elbp9y+Drm5w==,NM3AcI1DeD1RwKCfKms1kA==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.061 UTC,true,false,36,0.0,iQ6OAFd1nl+9N0T6nRhqPw==,mW6GImOawZ4sQ6LVzhay+g==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.061 UTC,true,false,37,0.0,RNRSVKHLdQZP5kQYrIEKBw==,5X6mwVtyB5GCEqIPwKTg8Q==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.061 UTC,true,false,35,0.0,w9Z/ZOiqf04lzN+jEgXTuQ==,y71YjXZJ1Ecf60coQyz4ag==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.061 UTC,true,false,38,0.0,aM+9xSSBbDtr1i8mVhhEiw==,T3QHTBlzIAGnyEP4PBvZUw==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.061 UTC,true,false,39,0.0,ADtbmt+3aEMT7Ol5ZOtAvg==,HNDsXBtQruG5MVrjBEwKUg==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.060 UTC,true,false,34,0.0,Rfis+iGH1/bkyw2hcgEt5g==,lbVk9QPy+zLzcMV0i7Hs/Q==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.060 UTC,true,false,32,0.0,OstqspUkji1AME+p6PxDQg==,QHJxhA9XV6K34Zmrcjhhhw==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.060 UTC,true,false,30,0.0,w4ChxNK5fdT1uUFjaO75qA==,7yLyqgHw2anGSAD62c9+jQ==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.060 UTC,true,false,29,0.0,SPVLmiw/uTbanEOdcUgKxA==,ABffTNo9l4IhuKY83O9xBg==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.060 UTC,true,false,33,0.0,M0mYkJ9+dlkfvULSWX+Yzw==,2OdlL6v6529D3s/hQbNQwA==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.060 UTC,true,false,31,0.0,hKKDak9+t/kw9AmYeJBWIg==,CDb1Yr1FGmNnb/skCuVA0A==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.059 UTC,true,false,26,0.0,qSWSG9tCzg4ighAXDd3kLA==,8hO0o2igtlKIf+DcifJOKA==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.059 UTC,true,false,27,0.0,A5pnWJJkHP2QezibprAs2Q==,sjyIvp5U/FEJY+R20qB20A==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.059 UTC,true,false,28,0.0,12pivKwU/hPu0P42dqp8ig==,dSMA62EkUqGC10H6cKuG7w==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.059 UTC,true,false,23,0.0,PDQpkIP94QRvjDsAR5RbPQ==,3orApCxi9imfNdP0U6SHKw==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.059 UTC,true,false,24,0.0,lUKwbqqbhgBdT9ehBm/NzQ==,YxGuF8HuUrNuaKr0rQZjhw==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.059 UTC,true,false,25,0.0,5r4sir/GOWv09awUhxmxQQ==,/iibg1/O7o4WJvfhQKHbXQ==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.058 UTC,true,false,19,0.0,at71Thj/T/5oGvE4/SN6vQ==,7XVxKw6xkTwoo4cnMf/UjQ==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.058 UTC,true,false,21,0.0,DpU5GWfYKyKUPe/kDpXYMg==,u2Ew3VrwjOkxxB8ZyaWEwg==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.058 UTC,true,false,18,0.0,1Q58vVJkg1WdhVcSw6S3JQ==,g8M2YPQzcfT9rj7DDcGVYw==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.058 UTC,true,false,22,0.0,BfXD6HLGtOzMYjZ1naebPQ==,RVTLeytygwnkqDc9sNHGPg==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.058 UTC,true,false,16,0.0,xFvRu/63SVjBjKusAM4G/Q==,F4+5o5w4BB6zu6uWY2c9tg==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.058 UTC,true,false,17,0.0,V0VslW/K1a6MS07bz7T6IA==,fCWqDZtfXNvENEVDVjchMA==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.058 UTC,true,false,20,0.0,YmSfqIiBI+VmfiMay7ZWLg==,4vVG07wQuXFbo4/5Y2LHlg==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.057 UTC,true,false,14,0.0,8eI5izJzgHYN7B2Cd1OIKg==,uJBGhlCFeYCJ00anlrN5yg==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.057 UTC,true,false,13,0.0,ZyAGtF+VBN1fjpSbKkTgPA==,zOLSvVbKyy8DDk0JnYSR3Q==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.057 UTC,true,false,11,0.0,c32jTRhErkLF7z0vhFoCpw==,7ID7wWaHahr04NJjfj8z3A==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.057 UTC,true,false,12,0.0,GFmCo2Nj80YRefdj3l/EcQ==,wUoDGQJRC8kSGYyLBtYJVQ==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.057 UTC,true,false,15,0.0,k2dg63kb1K8QoI/3Xy/xwA==,5y7bayjfImBgYsW+5v53mw==,/QJj4Q8q6MEf7Vs+2juQMg== -false,2020-07-09 15:25:37.052 UTC,true,true,1,1.0,sIu3GWyUKT+TsRu2OvskSQ==,VPZkxwwiBU6g2NJvw5l85w==,AZzqPCai12V9o2zSLAQQuw== -false,2020-07-09 15:25:37.051 UTC,true,true,0,1.0,tmYhFf/xeMYcJrgPTs2qVQ==,njTNzdNb2LEfvNM4vLDN1Q==,AZzqPCai12V9o2zSLAQQuw== -false,2020-07-09 15:25:37.053 UTC,true,false,5,0.9,TQmucMCwJzLceFOseUjq0Q==,/0aa9HI5H/kOkIlBsSqojw==,2suHVO8IF4SEKSDGff7PBw== -false,2020-07-09 15:25:37.053 UTC,true,false,3,0.7,A7i5QE2wxS59Tk3CanJe+g==,X3I9RnulD0cHFVbeZibDHg==,2suHVO8IF4SEKSDGff7PBw== -false,2020-07-09 15:25:37.053 UTC,true,false,4,0.8,VPrsj1sSV2cRlOBMP8p1lQ==,q+Isf9tCP1vt7l4qcVFBjg==,2suHVO8IF4SEKSDGff7PBw== -false,2020-07-09 15:25:37.052 UTC,true,false,0,0.1,DdJaGfQ01gu4POpX+lWRMQ==,TWPnxoQZWzsOgBvQbVHV4w==,2suHVO8IF4SEKSDGff7PBw== -false,2020-07-09 15:25:37.052 UTC,true,false,2,0.5,cux6krozjO6vb6LRaWmzMQ==,k4Ppgl8cmdN9BIgWvJDesg==,2suHVO8IF4SEKSDGff7PBw== -false,2020-07-09 15:25:37.052 UTC,true,false,1,0.3,EYz/jZhnRru5uUlbwdew3A==,sK/cjFHFE0YH+7qlMddhKQ==,2suHVO8IF4SEKSDGff7PBw== +false,2020-07-09 15:25:37.054,true,true,6,1.0,/n0+plNHbWErNq8Ek+NM3g==,HloNyGJEOLMWtXLjmapLQw==,wh+Wm18D0z1D4E+PE252gg== +false,2020-07-09 15:25:37.054,true,false,7,0.0,hVXu1Iul7Cc7DcPuxQpOfg==,pqNpReDOp9fpUPal7wWFXg==,wh+Wm18D0z1D4E+PE252gg== +false,2020-07-09 15:25:37.054,true,false,4,0.8,fQXVZHvq6nRBO5G2jluSrw==,lBHMEsbmFw2dboKkjcFP+Q==,wh+Wm18D0z1D4E+PE252gg== +false,2020-07-09 15:25:37.054,true,false,3,0.6,+iDZUa8gi3xYh+02iLbs7g==,9hM54Lf/5lGJr082RN3R0g==,wh+Wm18D0z1D4E+PE252gg== +false,2020-07-09 15:25:37.054,true,false,5,0.9,t97DfE5C38R3NtMNvHo75Q==,xtJd8DfkQb0L5Owm3i672A==,wh+Wm18D0z1D4E+PE252gg== +false,2020-07-09 15:25:37.053,true,false,1,0.1,xtFrZtyHm63bx8vIM0YwtA==,TY5vWLDESu3m6DzPS4MDEA==,wh+Wm18D0z1D4E+PE252gg== +false,2020-07-09 15:25:37.053,true,false,2,0.4,Sz/OdDohp9T+LT2967pMog==,dP2FfHF4+97+jtAnhP+WSA==,wh+Wm18D0z1D4E+PE252gg== +false,2020-07-09 15:25:37.053,true,false,0,0.1,XlmFW0Sel+q4N/n10JJ5bg==,P0WrVl2tQ/YP8Dte+luubw==,wh+Wm18D0z1D4E+PE252gg== +true,2020-03-30 17:50:29.554,true,false,6,0.6,B/OFEVwLVVUw4q7QB1Jffw==,NTbcpXmUZaCGUbkWcqiq+g==,Y8OGidQXXDZY0C7FaNUGUA== +false,2020-07-09 15:25:37.051,true,false,6,0.6,lXJhTILAnh65/fYdtVRf7Q==,zNTrGwrH13Pk9ModIhQHHw==,Y8OGidQXXDZY0C7FaNUGUA== +false,2020-07-09 15:25:37.051,true,false,9,0.9,T4peGpcAmXL5qRskbB5hig==,d2cbGVT866oXb5NMGfWFzQ==,Y8OGidQXXDZY0C7FaNUGUA== +false,2020-07-09 15:25:37.051,true,false,7,0.7,hn5+QgfX4w8BktDjxz0wXQ==,nNpzgQiprurZo/yEYqkOTA==,Y8OGidQXXDZY0C7FaNUGUA== +false,2020-07-09 15:25:37.051,true,false,8,0.9,UGRmHpla4AXbbpwHQU2w1A==,rktUYcmVNcM6T4fp2dxWMQ==,Y8OGidQXXDZY0C7FaNUGUA== +false,2020-07-09 15:25:37.050,true,false,5,0.5,tRXAhwjVXtDm6IhZ/glUkw==,FRccHc9BvgZ8cGpu42O3Dg==,Y8OGidQXXDZY0C7FaNUGUA== +false,2020-07-09 15:25:37.050,true,false,4,0.4,lUl6Ee0rO0f5zQiEXiJ6Bg==,O4hyOtlmFKPASNfTOaEtBw==,Y8OGidQXXDZY0C7FaNUGUA== +false,2020-07-09 15:25:37.050,true,false,3,0.3,pTsT0eQ/B/c9+j2UTLNfkg==,eMOMsyemcP3mCG4oF0X7LQ==,Y8OGidQXXDZY0C7FaNUGUA== +false,2020-07-09 15:25:37.050,true,false,2,0.2,143VrEU51XfieTdGDtcWHg==,/KtOH5Pkk4zM++b5LAh6YA==,Y8OGidQXXDZY0C7FaNUGUA== +false,2020-07-09 15:25:37.050,true,false,1,0.1,oWOKgDyzUqDpUo3d9dlk/A==,gDXpvQuwuxBDiWo8vBwQfA==,Y8OGidQXXDZY0C7FaNUGUA== +false,2020-07-09 15:25:37.049,true,false,0,0.1,boHbIlo3V6P8IMybGz2eGw==,lnL0W4I6tiRkXp2XjDlXhA==,Y8OGidQXXDZY0C7FaNUGUA== +false,2020-07-09 15:25:37.049,true,true,1,1.0,G/ttVj7y2Me0xcu0rJdzrw==,4NBhQy+75yhP5jxLlC4ACA==,PBUgrXANfP+Uw7TXWDnSkA== +false,2020-07-09 15:25:37.049,true,false,2,0.1,G1DV2psAWd3igDh+B17cIw==,+mpaMiTX2mbZ4L3sJfYs8A==,PBUgrXANfP+Uw7TXWDnSkA== +false,2020-07-09 15:25:37.048,true,true,0,1.0,2WFf1X0VyKRvcu8BUMyr2w==,Cs0SQ/1pyU5gOv1EW5gfMA==,PBUgrXANfP+Uw7TXWDnSkA== +false,2020-07-09 15:25:37.056,true,false,10,0.0,IRkOpszfO0OrbMGuW8+I3Q==,2VO4gQ6k4cG96k0y+InoTA==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.056,true,false,8,0.0,U47AYUDAzH38xMfYuND1bQ==,DO6OXuuRBgj3zuvNzPflkw==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.056,true,false,9,0.0,YiDO4IsgKsKQztNoMOi6cg==,jV8DIdRg+w5R2PIDSWTlxQ==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.056,true,false,7,0.0,jeJr8+CNkAvBzglxs9lqRA==,CpCxvEB490tvDRF+x99lrw==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.055,true,false,4,0.0,eN4FutMPF2b5UZnQ3q2Uyw==,Bm4ezHF8hQshFcdDWGMNkQ==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.055,true,false,2,0.0,tPkD/r/Mt+2ekQsWIDXYTg==,kpgQzCtnpdf1n/nURbQefg==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.055,true,false,0,0.0,Calp2h1hs4vTdG8PScFHWg==,PJtd1WHQbz9tGuUC9+4jLg==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.055,true,false,3,0.0,iSUvN83or8+9zekRzyqIPw==,8uTC66rLkCWcTLXY5JZpBg==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.055,true,false,6,0.0,6E/YG4CZObxozSkKIeroyg==,toprOU5HPvhrcMCjf6t59w==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.055,true,false,1,0.0,9mypvFoCwvFRPOg/Cg4RfQ==,DohUDMfCnCYJNoawjOR0ng==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.055,true,false,5,0.0,G63Hyg2HtswTPbVFjRf3Ew==,/vKIPhjHzOMDnlBGUKRrqw==,/QJj4Q8q6MEf7Vs+2juQMg== +true,2020-05-01 15:55:30.940,true,false,18,0.0,ZXZ9EEMOS4elbp9y+Drm5w==,NM3AcI1DeD1RwKCfKms1kA==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.061,true,false,36,0.0,iQ6OAFd1nl+9N0T6nRhqPw==,mW6GImOawZ4sQ6LVzhay+g==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.061,true,false,37,0.0,RNRSVKHLdQZP5kQYrIEKBw==,5X6mwVtyB5GCEqIPwKTg8Q==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.061,true,false,35,0.0,w9Z/ZOiqf04lzN+jEgXTuQ==,y71YjXZJ1Ecf60coQyz4ag==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.061,true,false,38,0.0,aM+9xSSBbDtr1i8mVhhEiw==,T3QHTBlzIAGnyEP4PBvZUw==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.061,true,false,39,0.0,ADtbmt+3aEMT7Ol5ZOtAvg==,HNDsXBtQruG5MVrjBEwKUg==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.060,true,false,34,0.0,Rfis+iGH1/bkyw2hcgEt5g==,lbVk9QPy+zLzcMV0i7Hs/Q==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.060,true,false,32,0.0,OstqspUkji1AME+p6PxDQg==,QHJxhA9XV6K34Zmrcjhhhw==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.060,true,false,30,0.0,w4ChxNK5fdT1uUFjaO75qA==,7yLyqgHw2anGSAD62c9+jQ==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.060,true,false,29,0.0,SPVLmiw/uTbanEOdcUgKxA==,ABffTNo9l4IhuKY83O9xBg==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.060,true,false,33,0.0,M0mYkJ9+dlkfvULSWX+Yzw==,2OdlL6v6529D3s/hQbNQwA==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.060,true,false,31,0.0,hKKDak9+t/kw9AmYeJBWIg==,CDb1Yr1FGmNnb/skCuVA0A==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.059,true,false,26,0.0,qSWSG9tCzg4ighAXDd3kLA==,8hO0o2igtlKIf+DcifJOKA==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.059,true,false,27,0.0,A5pnWJJkHP2QezibprAs2Q==,sjyIvp5U/FEJY+R20qB20A==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.059,true,false,28,0.0,12pivKwU/hPu0P42dqp8ig==,dSMA62EkUqGC10H6cKuG7w==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.059,true,false,23,0.0,PDQpkIP94QRvjDsAR5RbPQ==,3orApCxi9imfNdP0U6SHKw==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.059,true,false,24,0.0,lUKwbqqbhgBdT9ehBm/NzQ==,YxGuF8HuUrNuaKr0rQZjhw==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.059,true,false,25,0.0,5r4sir/GOWv09awUhxmxQQ==,/iibg1/O7o4WJvfhQKHbXQ==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.058,true,false,19,0.0,at71Thj/T/5oGvE4/SN6vQ==,7XVxKw6xkTwoo4cnMf/UjQ==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.058,true,false,21,0.0,DpU5GWfYKyKUPe/kDpXYMg==,u2Ew3VrwjOkxxB8ZyaWEwg==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.058,true,false,18,0.0,1Q58vVJkg1WdhVcSw6S3JQ==,g8M2YPQzcfT9rj7DDcGVYw==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.058,true,false,22,0.0,BfXD6HLGtOzMYjZ1naebPQ==,RVTLeytygwnkqDc9sNHGPg==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.058,true,false,16,0.0,xFvRu/63SVjBjKusAM4G/Q==,F4+5o5w4BB6zu6uWY2c9tg==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.058,true,false,17,0.0,V0VslW/K1a6MS07bz7T6IA==,fCWqDZtfXNvENEVDVjchMA==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.058,true,false,20,0.0,YmSfqIiBI+VmfiMay7ZWLg==,4vVG07wQuXFbo4/5Y2LHlg==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.057,true,false,14,0.0,8eI5izJzgHYN7B2Cd1OIKg==,uJBGhlCFeYCJ00anlrN5yg==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.057,true,false,13,0.0,ZyAGtF+VBN1fjpSbKkTgPA==,zOLSvVbKyy8DDk0JnYSR3Q==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.057,true,false,11,0.0,c32jTRhErkLF7z0vhFoCpw==,7ID7wWaHahr04NJjfj8z3A==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.057,true,false,12,0.0,GFmCo2Nj80YRefdj3l/EcQ==,wUoDGQJRC8kSGYyLBtYJVQ==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.057,true,false,15,0.0,k2dg63kb1K8QoI/3Xy/xwA==,5y7bayjfImBgYsW+5v53mw==,/QJj4Q8q6MEf7Vs+2juQMg== +false,2020-07-09 15:25:37.052,true,true,1,1.0,sIu3GWyUKT+TsRu2OvskSQ==,VPZkxwwiBU6g2NJvw5l85w==,AZzqPCai12V9o2zSLAQQuw== +false,2020-07-09 15:25:37.051,true,true,0,1.0,tmYhFf/xeMYcJrgPTs2qVQ==,njTNzdNb2LEfvNM4vLDN1Q==,AZzqPCai12V9o2zSLAQQuw== +false,2020-07-09 15:25:37.053,true,false,5,0.9,TQmucMCwJzLceFOseUjq0Q==,/0aa9HI5H/kOkIlBsSqojw==,2suHVO8IF4SEKSDGff7PBw== +false,2020-07-09 15:25:37.053,true,false,3,0.7,A7i5QE2wxS59Tk3CanJe+g==,X3I9RnulD0cHFVbeZibDHg==,2suHVO8IF4SEKSDGff7PBw== +false,2020-07-09 15:25:37.053,true,false,4,0.8,VPrsj1sSV2cRlOBMP8p1lQ==,q+Isf9tCP1vt7l4qcVFBjg==,2suHVO8IF4SEKSDGff7PBw== +false,2020-07-09 15:25:37.052,true,false,0,0.1,DdJaGfQ01gu4POpX+lWRMQ==,TWPnxoQZWzsOgBvQbVHV4w==,2suHVO8IF4SEKSDGff7PBw== +false,2020-07-09 15:25:37.052,true,false,2,0.5,cux6krozjO6vb6LRaWmzMQ==,k4Ppgl8cmdN9BIgWvJDesg==,2suHVO8IF4SEKSDGff7PBw== +false,2020-07-09 15:25:37.052,true,false,1,0.3,EYz/jZhnRru5uUlbwdew3A==,sK/cjFHFE0YH+7qlMddhKQ==,2suHVO8IF4SEKSDGff7PBw== diff --git a/integration_tests/seeds/deal_property_history_data.csv b/integration_tests/seeds/deal_property_history_data.csv index 41c2748..3255cb2 100644 --- a/integration_tests/seeds/deal_property_history_data.csv +++ b/integration_tests/seeds/deal_property_history_data.csv @@ -1,101 +1,101 @@ deal_id,timestamp,_fivetran_synced,source,name,source_id,value -1100390922,2019-10-22 19:17:37.819 UTC,2020-05-19 15:45:36.499 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ExUK5z7fahgFBZ4nk3cynw== -955998115,2019-12-09 13:01:26.939 UTC,2020-02-04 02:30:29.481 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,fB9MRoWuX9Se/fwQ2F2RDA== -999364742,2019-12-11 17:54:59.465 UTC,2020-07-02 13:20:50.470 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,9JUz1juaKlrH1lsv6zXAKg== -905075188,2019-10-18 00:40:01.269 UTC,2020-03-03 17:25:30.404 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,9JUz1juaKlrH1lsv6zXAKg== -1129554379,2019-10-31 20:53:40.871 UTC,2020-01-14 17:56:43.584 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ExUK5z7fahgFBZ4nk3cynw== -956062319,2019-10-22 16:08:05.067 UTC,2020-01-14 17:56:26.836 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4Zgv71rp/YYziCeYjh2zzA== -1040294104,2019-10-24 17:19:36.991 UTC,2020-01-14 17:56:37.441 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,LfM+JCzgpX0Ku2P3K+U8eg== -754708713,2019-11-26 18:53:09.854 UTC,2020-01-14 17:56:05.380 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,iIWmtlZ6T8qyBu3tmSKNhQ== -949334326,2019-12-26 16:50:14.927 UTC,2020-01-16 20:15:34.288 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ls7njmQ/nzvN1Oqd6Js2Ug== -1053192674,2020-02-05 18:28:41.289 UTC,2020-07-08 19:40:37.660 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,9JUz1juaKlrH1lsv6zXAKg== -956062319,2019-10-29 16:14:44.004 UTC,2020-01-14 17:56:26.836 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,UI8T4+QcBP+f10ChBdhnag== -1140711014,2020-03-04 16:00:52.365 UTC,2020-03-04 19:10:31.720 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,vrXZCO0OAql/lXDz6nggWg== -1102947340,2019-10-22 22:23:01.275 UTC,2020-01-14 17:56:42.017 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4fsVeDWbAKiVhqgMGf/H6Q== -1052772231,2019-10-18 01:57:40.101 UTC,2020-04-29 13:35:30.234 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,lZLSUKHRgznhMSlJocVePg== -1103339895,2019-10-25 18:28:30.865 UTC,2020-01-14 17:56:42.018 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ExUK5z7fahgFBZ4nk3cynw== -603210241,2019-10-29 14:00:35.628 UTC,2020-01-14 17:55:58.146 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,lZLSUKHRgznhMSlJocVePg== -1020986304,2019-10-21 18:17:58.743 UTC,2020-06-12 14:15:47.070 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,aZS4oKhPD3kOyy3Q4xVkVA== -1002615525,2019-11-04 17:56:12.306 UTC,2020-01-14 17:56:35.304 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ExUK5z7fahgFBZ4nk3cynw== -1281515877,2020-02-12 22:50:07.255 UTC,2020-02-21 19:40:30.733 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ZFbRo2y7fFlDI8drTJFLog== -854384865,2019-12-26 23:54:22.533 UTC,2020-01-14 17:56:07.068 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ls7njmQ/nzvN1Oqd6Js2Ug== -919739631,2019-10-18 13:44:22.330 UTC,2020-01-14 17:56:10.053 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,9JUz1juaKlrH1lsv6zXAKg== -903791854,2019-10-23 20:34:58.998 UTC,2020-01-14 17:56:09.297 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,1TsmXFkqIx9zOhdISfmpdA== -1104839135,2019-10-23 21:48:46.563 UTC,2020-01-29 02:45:30.569 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4fsVeDWbAKiVhqgMGf/H6Q== -1907966808,2020-04-30 13:58:08.369 UTC,2020-05-04 18:00:34.554 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,b9yw6xkvQ/ikQ5iYSOs0tw== -1072258998,2019-10-23 21:01:48.803 UTC,2020-01-14 17:56:38.582 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,aZS4oKhPD3kOyy3Q4xVkVA== -1405223101,2020-05-05 16:28:48.409 UTC,2020-05-05 16:30:31.153 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4fsVeDWbAKiVhqgMGf/H6Q== -1123646323,2019-10-28 21:49:29.121 UTC,2020-01-14 17:56:43.549 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4fsVeDWbAKiVhqgMGf/H6Q== -1089324967,2019-10-24 15:20:48.337 UTC,2020-01-14 17:56:40.460 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,LfM+JCzgpX0Ku2P3K+U8eg== -798991292,2019-11-26 19:29:15.794 UTC,2020-01-14 17:56:05.845 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,iIWmtlZ6T8qyBu3tmSKNhQ== -1107771925,2019-10-30 16:10:55.114 UTC,2020-01-14 17:56:42.569 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4fsVeDWbAKiVhqgMGf/H6Q== -883983371,2019-11-20 20:32:17.104 UTC,2020-01-14 17:56:08.839 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,d7ak5dHuSHXoff7flRx1Tw== -937435834,2019-10-28 14:06:39.713 UTC,2020-01-28 22:39:31.669 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,bjuDCFGmi0XAkJID+8o6SA== -1919126478,2020-07-08 13:42:35.233 UTC,2020-07-08 19:15:38.282 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,7xb0Wdg0InG4hlqGHKd04Q== -1084688960,2019-10-20 18:19:10.619 UTC,2020-01-14 17:56:39.625 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,+ei1ZDE90Eoy1YL8bVaTqQ== -1101913624,2019-10-22 22:16:21.834 UTC,2020-01-14 17:56:42.009 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4fsVeDWbAKiVhqgMGf/H6Q== -1092487738,2019-10-16 15:50:57.201 UTC,2020-01-14 17:56:41.005 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ExUK5z7fahgFBZ4nk3cynw== -894767989,2020-06-08 15:00:20.282 UTC,2020-06-08 20:15:44.129 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,b9yw6xkvQ/ikQ5iYSOs0tw== -1092527972,2019-10-21 19:38:37.649 UTC,2020-01-14 17:56:41.006 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4fsVeDWbAKiVhqgMGf/H6Q== -920115512,2019-11-19 11:59:55.652 UTC,2020-01-14 17:56:10.058 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,wIhXHeKpaKtCG+Vbe1KxuA== -1089331347,2019-10-17 19:47:04.559 UTC,2020-01-14 17:56:40.461 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ExUK5z7fahgFBZ4nk3cynw== -1016660967,2019-10-28 13:31:13.489 UTC,2020-01-14 17:56:36.107 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4fsVeDWbAKiVhqgMGf/H6Q== -554017114,2019-10-29 17:55:14.478 UTC,2020-01-14 17:55:57.752 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,UI8T4+QcBP+f10ChBdhnag== -1119953916,2020-04-15 20:23:52.860 UTC,2020-06-30 19:50:35.637 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,7xb0Wdg0InG4hlqGHKd04Q== -621203158,2019-10-29 18:32:32 UTC,2020-01-14 17:56:03.862 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4Dkjya/DquRFawpmkcUIYg== -1055910655,2019-10-28 21:13:51.129 UTC,2020-06-24 14:25:38.301 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,aZS4oKhPD3kOyy3Q4xVkVA== -1089864761,2019-10-29 19:15:01.390 UTC,2020-01-14 17:56:40.477 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ExUK5z7fahgFBZ4nk3cynw== -603909143,2019-10-24 19:54:48.133 UTC,2020-01-14 17:56:02.069 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4fsVeDWbAKiVhqgMGf/H6Q== -1040486144,2019-10-29 18:28:54.514 UTC,2020-01-14 17:56:37.444 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4Dkjya/DquRFawpmkcUIYg== -1514193100,2020-06-25 14:36:21.085 UTC,2020-07-07 12:05:51.749 UTC,CONTACTS,VMaWLt9Ghhb29iPDLa9KkA==,0LvoGQWVstEQXBk0i4iblg==,TGUbkRe84u2pLz+3PjwqpQ== -1067231159,2019-10-25 14:23:54.227 UTC,2020-01-14 17:56:38.560 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,1TsmXFkqIx9zOhdISfmpdA== -1071756294,2019-10-18 20:29:59.346 UTC,2020-01-14 17:56:38.578 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ExUK5z7fahgFBZ4nk3cynw== -1111165486,2019-10-23 20:39:27.764 UTC,2020-02-13 03:30:29.697 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ExUK5z7fahgFBZ4nk3cynw== -858653768,2020-07-07 21:13:01.922 UTC,2020-07-07 21:15:37.914 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,VTy2bzq8HVqu4cZB2zQMTg== -1040600503,2020-02-18 15:18:37.444 UTC,2020-02-23 14:15:29.814 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,Ngl6alj9Z/NXbq2LZPKKvA== -1140677413,2019-11-04 18:26:26.617 UTC,2020-01-14 17:56:44.273 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4fsVeDWbAKiVhqgMGf/H6Q== -858592254,2019-12-30 01:28:03.790 UTC,2020-01-16 20:15:34.363 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,M5fNlRAabkm54bgFRcU3kg== -1109745089,2019-10-23 19:15:51.226 UTC,2020-01-14 17:56:42.584 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ExUK5z7fahgFBZ4nk3cynw== -1040717250,2019-10-21 18:24:52.838 UTC,2020-02-04 13:05:30.018 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,aZS4oKhPD3kOyy3Q4xVkVA== -882898363,2019-12-23 19:09:20.159 UTC,2020-01-14 17:56:08.824 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,d7ak5dHuSHXoff7flRx1Tw== -745467840,2019-10-25 15:22:42.489 UTC,2020-01-14 17:56:05.068 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,n41/RMZEHpQVHnbpUEs7nw== -1053282316,2019-10-28 21:13:01.346 UTC,2020-01-14 17:56:37.927 UTC,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,aZS4oKhPD3kOyy3Q4xVkVA== -1794179475,2020-04-06 20:55:46.926 UTC,2020-04-06 21:00:32.300 UTC,CONTACTS,7Of53igRGOXqbN7VyTaamA==,0LvoGQWVstEQXBk0i4iblg==,6Dwd+GbJkr06M8dcRYxHJw== -1269330544,2020-04-10 20:09:36.874 UTC,2020-04-27 12:05:30.497 UTC,CONTACTS,7Of53igRGOXqbN7VyTaamA==,0LvoGQWVstEQXBk0i4iblg==,6Dwd+GbJkr06M8dcRYxHJw== -1469641645,2020-02-18 02:16:35.104 UTC,2020-02-26 20:25:31.250 UTC,CONTACTS,7Of53igRGOXqbN7VyTaamA==,0LvoGQWVstEQXBk0i4iblg==,iHY4++uycWeI8dlF71kflA== -1782217872,2020-04-06 18:38:19.203 UTC,2020-05-27 16:11:03.547 UTC,CONTACTS,7Of53igRGOXqbN7VyTaamA==,0LvoGQWVstEQXBk0i4iblg==,6Dwd+GbJkr06M8dcRYxHJw== -682335439,2020-03-23 17:55:42.588 UTC,2020-03-23 18:00:32.165 UTC,CONTACTS,7Of53igRGOXqbN7VyTaamA==,0LvoGQWVstEQXBk0i4iblg==,8QOOMtzTxN9SXvzwsOhFQw== -1194694650,2020-03-31 17:01:26.981 UTC,2020-05-18 19:30:30.782 UTC,CONTACTS,7Of53igRGOXqbN7VyTaamA==,0LvoGQWVstEQXBk0i4iblg==,6Dwd+GbJkr06M8dcRYxHJw== -2018295215,2020-05-27 14:56:30.014 UTC,2020-06-13 13:30:37.263 UTC,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,fzpWBaOTxnRkgQiiXAR68g== -603927440,2020-06-15 13:54:26.676 UTC,2020-06-17 23:10:37.851 UTC,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,FckBICj0azEGPPlXz/3M/A== -1363629423,2020-04-16 13:55:20.906 UTC,2020-06-05 18:05:39.636 UTC,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,THn8xZ8vyxvStSnRNNUWCg== -1790595103,2020-04-10 17:20:08.265 UTC,2020-04-11 17:35:30.008 UTC,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,zX9r7UYCoigRE/0wxcsMTw== -1078903185,2020-04-15 20:29:36.491 UTC,2020-06-02 20:43:59.145 UTC,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,whUXcA5qdsesg01qJCM6vQ== -896751066,2020-06-12 20:56:11.302 UTC,2020-07-02 18:45:38.620 UTC,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,gKW/8N1VWTPguHooKt3d6A== -1572994977,2020-03-09 18:15:29.142 UTC,2020-03-20 17:56:00.515 UTC,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,IHTToTrJ65NA6gZYg232RA== -2229530716,2020-05-26 16:41:42.631 UTC,2020-06-29 12:06:05.746 UTC,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,XYJVaPN1nz8kTA9XOJLhag== -1015324428,2020-07-07 17:11:09.470 UTC,2020-07-08 18:00:36.424 UTC,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,sg+N8T2DsuOCpTHsInR9lQ== -1987595326,2020-05-28 19:23:54.268 UTC,2020-06-26 18:05:36.410 UTC,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,DJXCKEONh8viII3AIpLIWw== -841955435,2020-05-11 13:50:02.931 UTC,2020-06-24 20:15:39.925 UTC,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,n24dn4qNeu62dHRVrMr39A== -1198636266,2020-06-12 20:53:37.719 UTC,2020-06-29 22:40:36.385 UTC,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,sXNJVgUyCsMq5ng44C4i+Q== -944273924,2020-04-20 19:40:43.285 UTC,2020-04-25 18:20:30.119 UTC,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,XYJVaPN1nz8kTA9XOJLhag== -996039134,2020-02-17 21:22:30.201 UTC,2020-02-28 14:05:30.760 UTC,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,FhEvPPAEqFD2njJCMyiyWw== -894767989,2020-06-01 18:27:18.575 UTC,2020-06-08 20:15:44.135 UTC,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,eH0aKKJLdVu3ZPDHZzjQqw== -1176614194,2020-06-12 21:02:32.354 UTC,2020-06-12 21:05:37.673 UTC,CONTACTS,RGFoCWvTFAazPeFHKJhMlw==,0LvoGQWVstEQXBk0i4iblg==,iHY4++uycWeI8dlF71kflA== -1251514212,2020-06-12 21:00:08.623 UTC,2020-06-19 14:10:47.383 UTC,CONTACTS,RGFoCWvTFAazPeFHKJhMlw==,0LvoGQWVstEQXBk0i4iblg==,IedadSLvz9/fQjQkNdqElA== -1072999029,2020-04-07 19:41:18.259 UTC,2020-04-07 23:05:30.341 UTC,CONTACTS,RGFoCWvTFAazPeFHKJhMlw==,0LvoGQWVstEQXBk0i4iblg==,FpYBoaK4fu26+xg+DpI3Pg== -1084688960,2020-04-06 19:54:42.723 UTC,2020-04-06 19:55:36.327 UTC,CONTACTS,RGFoCWvTFAazPeFHKJhMlw==,0LvoGQWVstEQXBk0i4iblg==,FpYBoaK4fu26+xg+DpI3Pg== -1663365101,2020-04-08 14:32:38.294 UTC,2020-04-15 17:35:30.966 UTC,CONTACTS,RGFoCWvTFAazPeFHKJhMlw==,0LvoGQWVstEQXBk0i4iblg==,6Dwd+GbJkr06M8dcRYxHJw== -1083832096,2020-04-06 19:52:29.370 UTC,2020-05-12 12:00:30.401 UTC,CONTACTS,RGFoCWvTFAazPeFHKJhMlw==,0LvoGQWVstEQXBk0i4iblg==,8QOOMtzTxN9SXvzwsOhFQw== -1198636266,2020-03-10 15:20:11.466 UTC,2020-06-29 22:40:36.386 UTC,CONTACTS,RGFoCWvTFAazPeFHKJhMlw==,0LvoGQWVstEQXBk0i4iblg==,Mg1YhC8FxjrjD4oYVL/z3g== -603875432,2020-05-11 21:25:17.033 UTC,2020-05-11 21:45:30.995 UTC,CONTACTS,RGFoCWvTFAazPeFHKJhMlw==,0LvoGQWVstEQXBk0i4iblg==,2eTBikCqUVkJSH3FFJRo2g== -1168051630,2020-05-29 19:13:20.265 UTC,2020-07-03 13:35:38.188 UTC,CONTACTS,RGFoCWvTFAazPeFHKJhMlw==,0LvoGQWVstEQXBk0i4iblg==,KL3RA6z5ys7sZsM4Otr9mw== -1009071997,2020-03-27 20:55:53.044 UTC,2020-03-27 22:15:32.253 UTC,BATCH_UPDATE,gqz1H8dJj4GobrBc3124+g==,o2wjpPyUfzBfq9OSt9I2NQ==,Gm5BbEzB/zQirthXp6o9XA== -1529330960,2020-03-27 20:55:52.524 UTC,2020-03-27 20:57:28.648 UTC,BATCH_UPDATE,gqz1H8dJj4GobrBc3124+g==,o2wjpPyUfzBfq9OSt9I2NQ==,Gm5BbEzB/zQirthXp6o9XA== -1386806326,2020-03-27 20:55:52.524 UTC,2020-03-27 20:57:28.640 UTC,BATCH_UPDATE,gqz1H8dJj4GobrBc3124+g==,o2wjpPyUfzBfq9OSt9I2NQ==,Gm5BbEzB/zQirthXp6o9XA== -1057956265,2020-03-27 20:55:53.044 UTC,2020-03-27 21:20:32.483 UTC,BATCH_UPDATE,gqz1H8dJj4GobrBc3124+g==,o2wjpPyUfzBfq9OSt9I2NQ==,Gm5BbEzB/zQirthXp6o9XA== -1011090614,2020-03-27 20:55:53.050 UTC,2020-06-07 14:05:40.654 UTC,BATCH_UPDATE,gqz1H8dJj4GobrBc3124+g==,o2wjpPyUfzBfq9OSt9I2NQ==,Gm5BbEzB/zQirthXp6o9XA== -1176722780,2020-03-27 20:55:53.020 UTC,2020-03-27 22:15:31.992 UTC,BATCH_UPDATE,gqz1H8dJj4GobrBc3124+g==,o2wjpPyUfzBfq9OSt9I2NQ==,Gm5BbEzB/zQirthXp6o9XA== -999421505,2020-03-27 20:55:53.307 UTC,2020-06-03 14:25:43.995 UTC,BATCH_UPDATE,gqz1H8dJj4GobrBc3124+g==,o2wjpPyUfzBfq9OSt9I2NQ==,Gm5BbEzB/zQirthXp6o9XA== -1026366374,2020-03-27 20:55:52.933 UTC,2020-05-19 15:45:35.487 UTC,BATCH_UPDATE,gqz1H8dJj4GobrBc3124+g==,o2wjpPyUfzBfq9OSt9I2NQ==,Gm5BbEzB/zQirthXp6o9XA== -1176167006,2020-03-27 20:55:52.808 UTC,2020-05-19 15:45:38.389 UTC,BATCH_UPDATE,gqz1H8dJj4GobrBc3124+g==,o2wjpPyUfzBfq9OSt9I2NQ==,Gm5BbEzB/zQirthXp6o9XA== +1100390922,2019-10-22 19:17:37.819,2020-05-19 15:45:36.499,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ExUK5z7fahgFBZ4nk3cynw== +955998115,2019-12-09 13:01:26.939,2020-02-04 02:30:29.481,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,fB9MRoWuX9Se/fwQ2F2RDA== +999364742,2019-12-11 17:54:59.465,2020-07-02 13:20:50.470,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,9JUz1juaKlrH1lsv6zXAKg== +905075188,2019-10-18 00:40:01.269,2020-03-03 17:25:30.404,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,9JUz1juaKlrH1lsv6zXAKg== +1129554379,2019-10-31 20:53:40.871,2020-01-14 17:56:43.584,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ExUK5z7fahgFBZ4nk3cynw== +956062319,2019-10-22 16:08:05.067,2020-01-14 17:56:26.836,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4Zgv71rp/YYziCeYjh2zzA== +1040294104,2019-10-24 17:19:36.991,2020-01-14 17:56:37.441,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,LfM+JCzgpX0Ku2P3K+U8eg== +754708713,2019-11-26 18:53:09.854,2020-01-14 17:56:05.380,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,iIWmtlZ6T8qyBu3tmSKNhQ== +949334326,2019-12-26 16:50:14.927,2020-01-16 20:15:34.288,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ls7njmQ/nzvN1Oqd6Js2Ug== +1053192674,2020-02-05 18:28:41.289,2020-07-08 19:40:37.660,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,9JUz1juaKlrH1lsv6zXAKg== +956062319,2019-10-29 16:14:44.004,2020-01-14 17:56:26.836,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,UI8T4+QcBP+f10ChBdhnag== +1140711014,2020-03-04 16:00:52.365,2020-03-04 19:10:31.720,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,vrXZCO0OAql/lXDz6nggWg== +1102947340,2019-10-22 22:23:01.275,2020-01-14 17:56:42.017,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4fsVeDWbAKiVhqgMGf/H6Q== +1052772231,2019-10-18 01:57:40.101,2020-04-29 13:35:30.234,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,lZLSUKHRgznhMSlJocVePg== +1103339895,2019-10-25 18:28:30.865,2020-01-14 17:56:42.018,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ExUK5z7fahgFBZ4nk3cynw== +603210241,2019-10-29 14:00:35.628,2020-01-14 17:55:58.146,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,lZLSUKHRgznhMSlJocVePg== +1020986304,2019-10-21 18:17:58.743,2020-06-12 14:15:47.070,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,aZS4oKhPD3kOyy3Q4xVkVA== +1002615525,2019-11-04 17:56:12.306,2020-01-14 17:56:35.304,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ExUK5z7fahgFBZ4nk3cynw== +1281515877,2020-02-12 22:50:07.255,2020-02-21 19:40:30.733,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ZFbRo2y7fFlDI8drTJFLog== +854384865,2019-12-26 23:54:22.533,2020-01-14 17:56:07.068,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ls7njmQ/nzvN1Oqd6Js2Ug== +919739631,2019-10-18 13:44:22.330,2020-01-14 17:56:10.053,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,9JUz1juaKlrH1lsv6zXAKg== +903791854,2019-10-23 20:34:58.998,2020-01-14 17:56:09.297,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,1TsmXFkqIx9zOhdISfmpdA== +1104839135,2019-10-23 21:48:46.563,2020-01-29 02:45:30.569,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4fsVeDWbAKiVhqgMGf/H6Q== +1907966808,2020-04-30 13:58:08.369,2020-05-04 18:00:34.554,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,b9yw6xkvQ/ikQ5iYSOs0tw== +1072258998,2019-10-23 21:01:48.803,2020-01-14 17:56:38.582,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,aZS4oKhPD3kOyy3Q4xVkVA== +1405223101,2020-05-05 16:28:48.409,2020-05-05 16:30:31.153,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4fsVeDWbAKiVhqgMGf/H6Q== +1123646323,2019-10-28 21:49:29.121,2020-01-14 17:56:43.549,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4fsVeDWbAKiVhqgMGf/H6Q== +1089324967,2019-10-24 15:20:48.337,2020-01-14 17:56:40.460,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,LfM+JCzgpX0Ku2P3K+U8eg== +798991292,2019-11-26 19:29:15.794,2020-01-14 17:56:05.845,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,iIWmtlZ6T8qyBu3tmSKNhQ== +1107771925,2019-10-30 16:10:55.114,2020-01-14 17:56:42.569,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4fsVeDWbAKiVhqgMGf/H6Q== +883983371,2019-11-20 20:32:17.104,2020-01-14 17:56:08.839,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,d7ak5dHuSHXoff7flRx1Tw== +937435834,2019-10-28 14:06:39.713,2020-01-28 22:39:31.669,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,bjuDCFGmi0XAkJID+8o6SA== +1919126478,2020-07-08 13:42:35.233,2020-07-08 19:15:38.282,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,7xb0Wdg0InG4hlqGHKd04Q== +1084688960,2019-10-20 18:19:10.619,2020-01-14 17:56:39.625,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,+ei1ZDE90Eoy1YL8bVaTqQ== +1101913624,2019-10-22 22:16:21.834,2020-01-14 17:56:42.009,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4fsVeDWbAKiVhqgMGf/H6Q== +1092487738,2019-10-16 15:50:57.201,2020-01-14 17:56:41.005,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ExUK5z7fahgFBZ4nk3cynw== +894767989,2020-06-08 15:00:20.282,2020-06-08 20:15:44.129,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,b9yw6xkvQ/ikQ5iYSOs0tw== +1092527972,2019-10-21 19:38:37.649,2020-01-14 17:56:41.006,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4fsVeDWbAKiVhqgMGf/H6Q== +920115512,2019-11-19 11:59:55.652,2020-01-14 17:56:10.058,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,wIhXHeKpaKtCG+Vbe1KxuA== +1089331347,2019-10-17 19:47:04.559,2020-01-14 17:56:40.461,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ExUK5z7fahgFBZ4nk3cynw== +1016660967,2019-10-28 13:31:13.489,2020-01-14 17:56:36.107,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4fsVeDWbAKiVhqgMGf/H6Q== +554017114,2019-10-29 17:55:14.478,2020-01-14 17:55:57.752,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,UI8T4+QcBP+f10ChBdhnag== +1119953916,2020-04-15 20:23:52.860,2020-06-30 19:50:35.637,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,7xb0Wdg0InG4hlqGHKd04Q== +621203158,2019-10-29 18:32:32,2020-01-14 17:56:03.862,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4Dkjya/DquRFawpmkcUIYg== +1055910655,2019-10-28 21:13:51.129,2020-06-24 14:25:38.301,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,aZS4oKhPD3kOyy3Q4xVkVA== +1089864761,2019-10-29 19:15:01.390,2020-01-14 17:56:40.477,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ExUK5z7fahgFBZ4nk3cynw== +603909143,2019-10-24 19:54:48.133,2020-01-14 17:56:02.069,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4fsVeDWbAKiVhqgMGf/H6Q== +1040486144,2019-10-29 18:28:54.514,2020-01-14 17:56:37.444,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4Dkjya/DquRFawpmkcUIYg== +1514193100,2020-06-25 14:36:21.085,2020-07-07 12:05:51.749,CONTACTS,VMaWLt9Ghhb29iPDLa9KkA==,0LvoGQWVstEQXBk0i4iblg==,TGUbkRe84u2pLz+3PjwqpQ== +1067231159,2019-10-25 14:23:54.227,2020-01-14 17:56:38.560,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,1TsmXFkqIx9zOhdISfmpdA== +1071756294,2019-10-18 20:29:59.346,2020-01-14 17:56:38.578,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ExUK5z7fahgFBZ4nk3cynw== +1111165486,2019-10-23 20:39:27.764,2020-02-13 03:30:29.697,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ExUK5z7fahgFBZ4nk3cynw== +858653768,2020-07-07 21:13:01.922,2020-07-07 21:15:37.914,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,VTy2bzq8HVqu4cZB2zQMTg== +1040600503,2020-02-18 15:18:37.444,2020-02-23 14:15:29.814,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,Ngl6alj9Z/NXbq2LZPKKvA== +1140677413,2019-11-04 18:26:26.617,2020-01-14 17:56:44.273,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,4fsVeDWbAKiVhqgMGf/H6Q== +858592254,2019-12-30 01:28:03.790,2020-01-16 20:15:34.363,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,M5fNlRAabkm54bgFRcU3kg== +1109745089,2019-10-23 19:15:51.226,2020-01-14 17:56:42.584,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,ExUK5z7fahgFBZ4nk3cynw== +1040717250,2019-10-21 18:24:52.838,2020-02-04 13:05:30.018,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,aZS4oKhPD3kOyy3Q4xVkVA== +882898363,2019-12-23 19:09:20.159,2020-01-14 17:56:08.824,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,d7ak5dHuSHXoff7flRx1Tw== +745467840,2019-10-25 15:22:42.489,2020-01-14 17:56:05.068,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,n41/RMZEHpQVHnbpUEs7nw== +1053282316,2019-10-28 21:13:01.346,2020-01-14 17:56:37.927,CONTACTS,ky4p2Nx3U/ctHYnc+rKWvg==,0LvoGQWVstEQXBk0i4iblg==,aZS4oKhPD3kOyy3Q4xVkVA== +1794179475,2020-04-06 20:55:46.926,2020-04-06 21:00:32.300,CONTACTS,7Of53igRGOXqbN7VyTaamA==,0LvoGQWVstEQXBk0i4iblg==,6Dwd+GbJkr06M8dcRYxHJw== +1269330544,2020-04-10 20:09:36.874,2020-04-27 12:05:30.497,CONTACTS,7Of53igRGOXqbN7VyTaamA==,0LvoGQWVstEQXBk0i4iblg==,6Dwd+GbJkr06M8dcRYxHJw== +1469641645,2020-02-18 02:16:35.104,2020-02-26 20:25:31.250,CONTACTS,7Of53igRGOXqbN7VyTaamA==,0LvoGQWVstEQXBk0i4iblg==,iHY4++uycWeI8dlF71kflA== +1782217872,2020-04-06 18:38:19.203,2020-05-27 16:11:03.547,CONTACTS,7Of53igRGOXqbN7VyTaamA==,0LvoGQWVstEQXBk0i4iblg==,6Dwd+GbJkr06M8dcRYxHJw== +682335439,2020-03-23 17:55:42.588,2020-03-23 18:00:32.165,CONTACTS,7Of53igRGOXqbN7VyTaamA==,0LvoGQWVstEQXBk0i4iblg==,8QOOMtzTxN9SXvzwsOhFQw== +1194694650,2020-03-31 17:01:26.981,2020-05-18 19:30:30.782,CONTACTS,7Of53igRGOXqbN7VyTaamA==,0LvoGQWVstEQXBk0i4iblg==,6Dwd+GbJkr06M8dcRYxHJw== +2018295215,2020-05-27 14:56:30.014,2020-06-13 13:30:37.263,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,fzpWBaOTxnRkgQiiXAR68g== +603927440,2020-06-15 13:54:26.676,2020-06-17 23:10:37.851,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,FckBICj0azEGPPlXz/3M/A== +1363629423,2020-04-16 13:55:20.906,2020-06-05 18:05:39.636,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,THn8xZ8vyxvStSnRNNUWCg== +1790595103,2020-04-10 17:20:08.265,2020-04-11 17:35:30.008,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,zX9r7UYCoigRE/0wxcsMTw== +1078903185,2020-04-15 20:29:36.491,2020-06-02 20:43:59.145,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,whUXcA5qdsesg01qJCM6vQ== +896751066,2020-06-12 20:56:11.302,2020-07-02 18:45:38.620,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,gKW/8N1VWTPguHooKt3d6A== +1572994977,2020-03-09 18:15:29.142,2020-03-20 17:56:00.515,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,IHTToTrJ65NA6gZYg232RA== +2229530716,2020-05-26 16:41:42.631,2020-06-29 12:06:05.746,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,XYJVaPN1nz8kTA9XOJLhag== +1015324428,2020-07-07 17:11:09.470,2020-07-08 18:00:36.424,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,sg+N8T2DsuOCpTHsInR9lQ== +1987595326,2020-05-28 19:23:54.268,2020-06-26 18:05:36.410,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,DJXCKEONh8viII3AIpLIWw== +841955435,2020-05-11 13:50:02.931,2020-06-24 20:15:39.925,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,n24dn4qNeu62dHRVrMr39A== +1198636266,2020-06-12 20:53:37.719,2020-06-29 22:40:36.385,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,sXNJVgUyCsMq5ng44C4i+Q== +944273924,2020-04-20 19:40:43.285,2020-04-25 18:20:30.119,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,XYJVaPN1nz8kTA9XOJLhag== +996039134,2020-02-17 21:22:30.201,2020-02-28 14:05:30.760,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,FhEvPPAEqFD2njJCMyiyWw== +894767989,2020-06-01 18:27:18.575,2020-06-08 20:15:44.135,CONTACTS,gqz1H8dJj4GobrBc3124+g==,0LvoGQWVstEQXBk0i4iblg==,eH0aKKJLdVu3ZPDHZzjQqw== +1176614194,2020-06-12 21:02:32.354,2020-06-12 21:05:37.673,CONTACTS,RGFoCWvTFAazPeFHKJhMlw==,0LvoGQWVstEQXBk0i4iblg==,iHY4++uycWeI8dlF71kflA== +1251514212,2020-06-12 21:00:08.623,2020-06-19 14:10:47.383,CONTACTS,RGFoCWvTFAazPeFHKJhMlw==,0LvoGQWVstEQXBk0i4iblg==,IedadSLvz9/fQjQkNdqElA== +1072999029,2020-04-07 19:41:18.259,2020-04-07 23:05:30.341,CONTACTS,RGFoCWvTFAazPeFHKJhMlw==,0LvoGQWVstEQXBk0i4iblg==,FpYBoaK4fu26+xg+DpI3Pg== +1084688960,2020-04-06 19:54:42.723,2020-04-06 19:55:36.327,CONTACTS,RGFoCWvTFAazPeFHKJhMlw==,0LvoGQWVstEQXBk0i4iblg==,FpYBoaK4fu26+xg+DpI3Pg== +1663365101,2020-04-08 14:32:38.294,2020-04-15 17:35:30.966,CONTACTS,RGFoCWvTFAazPeFHKJhMlw==,0LvoGQWVstEQXBk0i4iblg==,6Dwd+GbJkr06M8dcRYxHJw== +1083832096,2020-04-06 19:52:29.370,2020-05-12 12:00:30.401,CONTACTS,RGFoCWvTFAazPeFHKJhMlw==,0LvoGQWVstEQXBk0i4iblg==,8QOOMtzTxN9SXvzwsOhFQw== +1198636266,2020-03-10 15:20:11.466,2020-06-29 22:40:36.386,CONTACTS,RGFoCWvTFAazPeFHKJhMlw==,0LvoGQWVstEQXBk0i4iblg==,Mg1YhC8FxjrjD4oYVL/z3g== +603875432,2020-05-11 21:25:17.033,2020-05-11 21:45:30.995,CONTACTS,RGFoCWvTFAazPeFHKJhMlw==,0LvoGQWVstEQXBk0i4iblg==,2eTBikCqUVkJSH3FFJRo2g== +1168051630,2020-05-29 19:13:20.265,2020-07-03 13:35:38.188,CONTACTS,RGFoCWvTFAazPeFHKJhMlw==,0LvoGQWVstEQXBk0i4iblg==,KL3RA6z5ys7sZsM4Otr9mw== +1009071997,2020-03-27 20:55:53.044,2020-03-27 22:15:32.253,BATCH_UPDATE,gqz1H8dJj4GobrBc3124+g==,o2wjpPyUfzBfq9OSt9I2NQ==,Gm5BbEzB/zQirthXp6o9XA== +1529330960,2020-03-27 20:55:52.524,2020-03-27 20:57:28.648,BATCH_UPDATE,gqz1H8dJj4GobrBc3124+g==,o2wjpPyUfzBfq9OSt9I2NQ==,Gm5BbEzB/zQirthXp6o9XA== +1386806326,2020-03-27 20:55:52.524,2020-03-27 20:57:28.640,BATCH_UPDATE,gqz1H8dJj4GobrBc3124+g==,o2wjpPyUfzBfq9OSt9I2NQ==,Gm5BbEzB/zQirthXp6o9XA== +1057956265,2020-03-27 20:55:53.044,2020-03-27 21:20:32.483,BATCH_UPDATE,gqz1H8dJj4GobrBc3124+g==,o2wjpPyUfzBfq9OSt9I2NQ==,Gm5BbEzB/zQirthXp6o9XA== +1011090614,2020-03-27 20:55:53.050,2020-06-07 14:05:40.654,BATCH_UPDATE,gqz1H8dJj4GobrBc3124+g==,o2wjpPyUfzBfq9OSt9I2NQ==,Gm5BbEzB/zQirthXp6o9XA== +1176722780,2020-03-27 20:55:53.020,2020-03-27 22:15:31.992,BATCH_UPDATE,gqz1H8dJj4GobrBc3124+g==,o2wjpPyUfzBfq9OSt9I2NQ==,Gm5BbEzB/zQirthXp6o9XA== +999421505,2020-03-27 20:55:53.307,2020-06-03 14:25:43.995,BATCH_UPDATE,gqz1H8dJj4GobrBc3124+g==,o2wjpPyUfzBfq9OSt9I2NQ==,Gm5BbEzB/zQirthXp6o9XA== +1026366374,2020-03-27 20:55:52.933,2020-05-19 15:45:35.487,BATCH_UPDATE,gqz1H8dJj4GobrBc3124+g==,o2wjpPyUfzBfq9OSt9I2NQ==,Gm5BbEzB/zQirthXp6o9XA== +1176167006,2020-03-27 20:55:52.808,2020-05-19 15:45:38.389,BATCH_UPDATE,gqz1H8dJj4GobrBc3124+g==,o2wjpPyUfzBfq9OSt9I2NQ==,Gm5BbEzB/zQirthXp6o9XA== diff --git a/integration_tests/seeds/deal_stage_data.csv b/integration_tests/seeds/deal_stage_data.csv index 2af5d63..9e8288e 100644 --- a/integration_tests/seeds/deal_stage_data.csv +++ b/integration_tests/seeds/deal_stage_data.csv @@ -1,15 +1,15 @@ _fivetran_start,deal_id,_fivetran_active,_fivetran_end,_fivetran_synced,date_entered,source,source_id,value -2021-01-07 6:49:18,3954699413,TRUE,10000-01-01 0:00:00,2021-01-07 8:15:46,2021-01-07 6:49:18,2ed5fac05df5994139d16188596fab49,46693869883be3cbb31cfe143e92bfc2,f66ca9bc5a02c2f1513ce83f0a0e117d -2021-01-07 8:00:46,3954780486,TRUE,10000-01-01 0:00:00,2021-01-07 9:15:50,2021-01-07 8:00:46,2ed5fac05df5994139d16188596fab49,88c8f65a7e124d9bbf446c4fff549bd1,09a969da1d61b38bd3746f0f49c1475a -2021-01-09 8:07:07,3964747459,TRUE,10000-01-01 0:00:00,2021-01-09 8:15:48,2021-01-09 8:07:07,2ed5fac05df5994139d16188596fab49,3ca1fbd775b0087a3318cbaf82bfa132,09a969da1d61b38bd3746f0f49c1475a -2021-01-09 7:42:59,3964193771,TRUE,10000-01-01 0:00:00,2021-01-09 8:15:48,2021-01-09 7:42:59,2ed5fac05df5994139d16188596fab49,8bc6932de9f587d2291b82e8a6c7d243,09a969da1d61b38bd3746f0f49c1475a -2021-01-09 7:07:12,3964173831,TRUE,10000-01-01 0:00:00,2021-01-09 8:15:48,2021-01-09 7:07:12,2ed5fac05df5994139d16188596fab49,7f3c8710d53cffa8fffe838d57f535b0,09a969da1d61b38bd3746f0f49c1475a -2021-01-08 6:23:13,3960213299,TRUE,10000-01-01 0:00:00,2021-01-08 7:15:54,2021-01-08 6:23:13,2ed5fac05df5994139d16188596fab49,7c8d8750e5dc89030e8b9fc096e01f19,f66ca9bc5a02c2f1513ce83f0a0e117d -2021-01-08 5:49:01,3960154657,TRUE,10000-01-01 0:00:00,2021-01-08 7:15:54,2021-01-08 5:49:01,2ed5fac05df5994139d16188596fab49,d9721326e6a9b85d7bdaf7d990bada00,09a969da1d61b38bd3746f0f49c1475a -2021-01-08 6:50:41,3960261242,TRUE,10000-01-01 0:00:00,2021-01-08 9:15:46,2021-01-08 6:50:41,2ed5fac05df5994139d16188596fab49,e2d93ecffcd853010fb6bedc7977b3ca,f66ca9bc5a02c2f1513ce83f0a0e117d -2021-01-09 10:33:49,3964893147,TRUE,10000-01-01 0:00:00,2021-01-09 11:15:41,2021-01-09 10:33:49,2ed5fac05df5994139d16188596fab49,13ee7cc566a4daf6e7d174ecf4f3fa1b,09a969da1d61b38bd3746f0f49c1475a -2021-01-09 10:49:26,3964918501,TRUE,10000-01-01 0:00:00,2021-01-09 11:15:41,2021-01-09 10:49:26,2ed5fac05df5994139d16188596fab49,051ccfda38eb84158ac29e02d9f7283a,6e81db225a3757a3fc20cc9b1b3d9e1b -2021-01-09 8:10:38,3964747759,TRUE,10000-01-01 0:00:00,2021-01-09 11:15:41,2021-01-09 8:10:38,2ed5fac05df5994139d16188596fab49,f457adb22ef5ddb1079d8338dfc2593e,f66ca9bc5a02c2f1513ce83f0a0e117d -2021-01-12 6:47:26,3974424485,TRUE,10000-01-01 0:00:00,2021-01-12 9:15:46,2021-01-12 6:47:26,2ed5fac05df5994139d16188596fab49,f2dec9addd2836c2b2c671a972224f9b,f66ca9bc5a02c2f1513ce83f0a0e117d -2021-01-12 3:22:14,3974231701,TRUE,10000-01-01 0:00:00,2021-01-12 5:15:45,2021-01-12 3:22:14,2ed5fac05df5994139d16188596fab49,d4c6692c8b7226c82691b5b2abb059dc,09a969da1d61b38bd3746f0f49c1475a -2021-01-12 4:19:37,3974258388,TRUE,10000-01-01 0:00:00,2021-01-12 5:15:45,2021-01-12 4:19:37,2ed5fac05df5994139d16188596fab49,d189ef1c87ac4b50ebfa21a651946ede,f66ca9bc5a02c2f1513ce83f0a0e117d \ No newline at end of file +2021-01-07 6:49:18,3954699413,TRUE,2050-01-01 00:00:00,2021-01-07 8:15:46,2021-01-07 6:49:18,2ed5fac05df5994139d16188596fab49,46693869883be3cbb31cfe143e92bfc2,f66ca9bc5a02c2f1513ce83f0a0e117d +2021-01-07 8:00:46,3954780486,TRUE,2050-01-01 00:00:00,2021-01-07 9:15:50,2021-01-07 8:00:46,2ed5fac05df5994139d16188596fab49,88c8f65a7e124d9bbf446c4fff549bd1,09a969da1d61b38bd3746f0f49c1475a +2021-01-09 8:07:07,3964747459,TRUE,2050-01-01 00:00:00,2021-01-09 8:15:48,2021-01-09 8:07:07,2ed5fac05df5994139d16188596fab49,3ca1fbd775b0087a3318cbaf82bfa132,09a969da1d61b38bd3746f0f49c1475a +2021-01-09 7:42:59,3964193771,TRUE,2050-01-01 00:00:00,2021-01-09 8:15:48,2021-01-09 7:42:59,2ed5fac05df5994139d16188596fab49,8bc6932de9f587d2291b82e8a6c7d243,09a969da1d61b38bd3746f0f49c1475a +2021-01-09 7:07:12,3964173831,TRUE,2050-01-01 00:00:00,2021-01-09 8:15:48,2021-01-09 7:07:12,2ed5fac05df5994139d16188596fab49,7f3c8710d53cffa8fffe838d57f535b0,09a969da1d61b38bd3746f0f49c1475a +2021-01-08 6:23:13,3960213299,TRUE,2050-01-01 00:00:00,2021-01-08 7:15:54,2021-01-08 6:23:13,2ed5fac05df5994139d16188596fab49,7c8d8750e5dc89030e8b9fc096e01f19,f66ca9bc5a02c2f1513ce83f0a0e117d +2021-01-08 5:49:01,3960154657,TRUE,2050-01-01 00:00:00,2021-01-08 7:15:54,2021-01-08 5:49:01,2ed5fac05df5994139d16188596fab49,d9721326e6a9b85d7bdaf7d990bada00,09a969da1d61b38bd3746f0f49c1475a +2021-01-08 6:50:41,3960261242,TRUE,2050-01-01 00:00:00,2021-01-08 9:15:46,2021-01-08 6:50:41,2ed5fac05df5994139d16188596fab49,e2d93ecffcd853010fb6bedc7977b3ca,f66ca9bc5a02c2f1513ce83f0a0e117d +2021-01-09 10:33:49,3964893147,TRUE,2050-01-01 00:00:00,2021-01-09 11:15:41,2021-01-09 10:33:49,2ed5fac05df5994139d16188596fab49,13ee7cc566a4daf6e7d174ecf4f3fa1b,09a969da1d61b38bd3746f0f49c1475a +2021-01-09 10:49:26,3964918501,TRUE,2050-01-01 00:00:00,2021-01-09 11:15:41,2021-01-09 10:49:26,2ed5fac05df5994139d16188596fab49,051ccfda38eb84158ac29e02d9f7283a,6e81db225a3757a3fc20cc9b1b3d9e1b +2021-01-09 8:10:38,3964747759,TRUE,2050-01-01 00:00:00,2021-01-09 11:15:41,2021-01-09 8:10:38,2ed5fac05df5994139d16188596fab49,f457adb22ef5ddb1079d8338dfc2593e,f66ca9bc5a02c2f1513ce83f0a0e117d +2021-01-12 6:47:26,3974424485,TRUE,2050-01-01 00:00:00,2021-01-12 9:15:46,2021-01-12 6:47:26,2ed5fac05df5994139d16188596fab49,f2dec9addd2836c2b2c671a972224f9b,f66ca9bc5a02c2f1513ce83f0a0e117d +2021-01-12 3:22:14,3974231701,TRUE,2050-01-01 00:00:00,2021-01-12 5:15:45,2021-01-12 3:22:14,2ed5fac05df5994139d16188596fab49,d4c6692c8b7226c82691b5b2abb059dc,09a969da1d61b38bd3746f0f49c1475a +2021-01-12 4:19:37,3974258388,TRUE,2050-01-01 00:00:00,2021-01-12 5:15:45,2021-01-12 4:19:37,2ed5fac05df5994139d16188596fab49,d189ef1c87ac4b50ebfa21a651946ede,f66ca9bc5a02c2f1513ce83f0a0e117d \ No newline at end of file diff --git a/integration_tests/seeds/email_campaign_data.csv b/integration_tests/seeds/email_campaign_data.csv index 11bf134..72dfd94 100644 --- a/integration_tests/seeds/email_campaign_data.csv +++ b/integration_tests/seeds/email_campaign_data.csv @@ -1,101 +1,101 @@ id,_fivetran_synced,app_id,content_id,num_included,num_queued,sub_type,type,app_name,name,subject -75310262,2020-07-09 15:26:58.430 UTC,22924,11809143696,,,,FEEDBACK_NPS_EMAIL,nxH5ufCWqX33IUbU4fVKoQ==,xnAPme73HrsY/KHSwuemkQ==,UTTEZy3SW1OQ1v0Lv6HWHA== -2,2020-03-16 21:57:57.744 UTC,2286,,,,,,JPR82+ndundKfMU+UdkDLg==,, -71162884,2020-07-09 15:27:10.884 UTC,2286,7874380609,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,o5QZ2dCjms3N4gIjLf7Ndw==,fnTqnZcA/26FcPUjLHgipA== -70590690,2020-07-09 15:27:14.558 UTC,2286,7874380609,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,o5QZ2dCjms3N4gIjLf7Ndw==,fnTqnZcA/26FcPUjLHgipA== -70545937,2020-07-09 15:27:18.269 UTC,2286,7874380609,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,o5QZ2dCjms3N4gIjLf7Ndw==,fnTqnZcA/26FcPUjLHgipA== -70591302,2020-07-09 15:27:12.144 UTC,2286,7874380609,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,o5QZ2dCjms3N4gIjLf7Ndw==,fnTqnZcA/26FcPUjLHgipA== -70572094,2020-07-09 15:27:16.578 UTC,2286,7874380609,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,o5QZ2dCjms3N4gIjLf7Ndw==,fnTqnZcA/26FcPUjLHgipA== -77181027,2020-07-09 15:26:53.400 UTC,2286,14366728788,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,j77ryMp1M2EMKYpnwJypbw==,E1lLLz+Y0HV5tDF1MfwzZA== -77465044,2020-07-09 15:26:49.961 UTC,2286,15164927601,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,FvO+Jg67BXkOuS8OTceUDQ==,kHih5qrU0eTOVaDRmkBH2A== -83072657,2020-07-09 15:26:26.552 UTC,2286,25415286031,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,WR60+VMSAeLSrUEn4FOnVQ==,pwqgxkOt1nQ2fl6WREfekg== -77302921,2020-07-09 15:26:52.909 UTC,2286,14671008074,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,kH1VHqzvyQBY3+HEbHiuLw==,Kn8qQOU2soe7RG5Bh3OnIQ== -77303367,2020-07-09 15:26:52.584 UTC,2286,14671008074,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,kH1VHqzvyQBY3+HEbHiuLw==,Kn8qQOU2soe7RG5Bh3OnIQ== -74402089,2020-07-09 15:27:02.775 UTC,2286,11048506182,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,4IUFGzh2BtzOUkdhjFIbJA==,y/4ASxWbPMrWCz9rTp/2/g== -74577505,2020-07-09 15:27:01.725 UTC,2286,11202924931,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,0YAGW3GiMikbDdd1ARzP8Q==,y/4ASxWbPMrWCz9rTp/2/g== -77635057,2020-07-09 15:26:48.786 UTC,2286,16972057574,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,pdDiYFGm3Lwlrjg5m4gLUw==,y/4ASxWbPMrWCz9rTp/2/g== -77635124,2020-07-09 15:26:48.586 UTC,2286,16973328774,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,I5b+wJA2btyDANNc+5IhAA==,y/4ASxWbPMrWCz9rTp/2/g== -77634479,2020-07-09 15:26:49.371 UTC,2286,16970853302,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,eZxZ1VNoaUjnp9Om/NELjA==,y/4ASxWbPMrWCz9rTp/2/g== -88261659,2020-07-09 15:26:07.509 UTC,2286,29595923632,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,/89tI+zJGQxQb4OyBgfyGQ==,y/4ASxWbPMrWCz9rTp/2/g== -74402756,2020-07-09 15:27:02.028 UTC,2286,10792834259,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,G1+YKLItgUaY/dPSpY8LNA==,y/4ASxWbPMrWCz9rTp/2/g== -87947232,2020-07-09 15:26:07.805 UTC,2286,29397446134,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,rj800TEamMdTEftdyeT4oA==,o9s7+5fjYluq8T95ngEF6g== -74605126,2020-07-09 15:27:01.357 UTC,2286,10979701036,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,nLr7iqVYKrPqxTeQPR6TIQ==,pvWKelWf/suRdnS6LuB3Jg== -74605933,2020-07-09 15:27:01.074 UTC,2286,11229849313,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,7te58OKoNp8f53pKZAwvrA==,pvWKelWf/suRdnS6LuB3Jg== -73602967,2020-07-09 15:27:04.043 UTC,2286,10422726953,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,82LDHID1fErA5tRROQV31w==,c0qU3hvDu85okFdJu7sI+Q== -83808696,2020-07-09 15:26:24.294 UTC,2286,16989632879,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,kR+fCIrRo8B282UT1dP4LQ==,DFZNpSYwtPT+FuhPbdQfKA== -77648436,2020-07-09 15:26:47.744 UTC,2286,16989632879,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,kR+fCIrRo8B282UT1dP4LQ==,DFZNpSYwtPT+FuhPbdQfKA== -83069619,2020-07-09 15:26:28.103 UTC,2286,16989632879,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,kR+fCIrRo8B282UT1dP4LQ==,DFZNpSYwtPT+FuhPbdQfKA== -79411842,2020-07-09 15:26:40.027 UTC,2286,16989632879,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,kR+fCIrRo8B282UT1dP4LQ==,DFZNpSYwtPT+FuhPbdQfKA== -83064125,2020-07-09 15:26:31.356 UTC,2286,16989632879,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,kR+fCIrRo8B282UT1dP4LQ==,DFZNpSYwtPT+FuhPbdQfKA== -77650381,2020-07-09 15:26:44.895 UTC,2286,16992430291,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,y68PEeAwcAFqcBw24/fmjw==,9knWUnH00zquiKRUxE7ycQ== -83842327,2020-07-09 15:26:23.685 UTC,2286,26314748639,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,NzNanl/CwBURDLrfLs0w1w==,g502jKyXK84W7sv366bzXA== -88785630,2020-07-09 15:26:05.478 UTC,2286,29978283935,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,d4US+8nBqr746bLKu58ANA==,eG2LcFPHgI6qTUQn174aJw== -88786327,2020-07-09 15:26:04.863 UTC,2286,29978283935,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,d4US+8nBqr746bLKu58ANA==,eG2LcFPHgI6qTUQn174aJw== -90302737,2020-07-09 15:25:54.003 UTC,2286,31325056661,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,ECg4dBC6SLUnE4y7pDH2PA==,3nA6qTuNJ1xkjvsKU4oNbQ== -90071577,2020-07-09 15:25:54.782 UTC,2286,31178582411,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,rQj8+UQ2l38oGnOMxosqmg==,b09lXtWT9xqg+Rt5s81NFQ== -89357747,2020-07-09 15:26:02.628 UTC,2286,30538600235,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,MxurWgMD07m6HCeIy0fVnQ==,yrUqa7qbzquP4h8KZan4lA== -89637271,2020-07-09 15:25:58.456 UTC,2286,30538600235,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,MxurWgMD07m6HCeIy0fVnQ==,yrUqa7qbzquP4h8KZan4lA== -89550905,2020-07-09 15:26:01.929 UTC,2286,30538600235,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,MxurWgMD07m6HCeIy0fVnQ==,yrUqa7qbzquP4h8KZan4lA== -81104530,2020-07-09 15:26:35.635 UTC,2286,23721162783,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,ejGfV12xoa+an34SWon/ng==,CCvEC5hVOMJxBSTaszO+Nw== -82080607,2020-07-09 15:26:34.912 UTC,2286,23721162783,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,ejGfV12xoa+an34SWon/ng==,CCvEC5hVOMJxBSTaszO+Nw== -85246698,2020-07-09 15:26:22.650 UTC,2286,27519751760,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,LPdnmitJ6rHZGqlp619AcQ==,cTRihYZYlrw7IL1jqtpfJQ== -87864970,2020-07-09 15:26:09.590 UTC,2286,29339797185,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,6zWU98HXK8Q5t7chi5khmA==,LfharTeev44SncFIj18QBQ== -88781891,2020-07-09 15:26:05.995 UTC,2286,29975059903,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,DPdBCdJMuYMVEPgxduQjuQ==,P9zWRqiMgUqj03ltSN6voQ== -87535215,2020-07-09 15:26:13.356 UTC,2286,28965409684,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Q5JYm9Dct+7tQPmCDHlxgw==,lv7riLy9b6EcBcLVYLuytw== -89551007,2020-07-09 15:25:59.903 UTC,2286,28965409684,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Q5JYm9Dct+7tQPmCDHlxgw==,lv7riLy9b6EcBcLVYLuytw== -87241532,2020-07-09 15:26:15.044 UTC,2286,28965409684,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Q5JYm9Dct+7tQPmCDHlxgw==,lv7riLy9b6EcBcLVYLuytw== -76532944,2020-07-09 15:26:56.924 UTC,2286,7874718914,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,jiCPZCOtnM4WVlQxrmCwvA==,xQvu7m5de6hY0MTSXRcgsw== -70590834,2020-07-09 15:27:13.314 UTC,2286,7874718914,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,jiCPZCOtnM4WVlQxrmCwvA==,xQvu7m5de6hY0MTSXRcgsw== -77354863,2020-07-09 15:26:51.757 UTC,2286,7874718914,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,jiCPZCOtnM4WVlQxrmCwvA==,xQvu7m5de6hY0MTSXRcgsw== -70546500,2020-07-09 15:27:17.727 UTC,2286,7874718914,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,jiCPZCOtnM4WVlQxrmCwvA==,xQvu7m5de6hY0MTSXRcgsw== -83064847,2020-07-09 15:26:29.792 UTC,2286,7874718914,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,jiCPZCOtnM4WVlQxrmCwvA==,xQvu7m5de6hY0MTSXRcgsw== -70591059,2020-07-09 15:27:12.456 UTC,2286,7874718914,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,jiCPZCOtnM4WVlQxrmCwvA==,xQvu7m5de6hY0MTSXRcgsw== -71162826,2020-07-09 15:27:11.290 UTC,2286,7874718914,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,jiCPZCOtnM4WVlQxrmCwvA==,xQvu7m5de6hY0MTSXRcgsw== -70572110,2020-07-09 15:27:16.389 UTC,2286,7874718914,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,jiCPZCOtnM4WVlQxrmCwvA==,xQvu7m5de6hY0MTSXRcgsw== -77179639,2020-07-09 15:26:55.005 UTC,2286,7874718914,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,jiCPZCOtnM4WVlQxrmCwvA==,xQvu7m5de6hY0MTSXRcgsw== -85544294,2020-07-09 15:26:22.296 UTC,2286,27829789656,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,PXcYnUFFSH/9s69+R67VMg==,cfLrHS/w8srHsxEW4vC2/A== -86147615,2020-07-09 15:26:19.970 UTC,2286,28189195331,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Ik8jBLPLeXT9ocWfkdfmvA==,gkGS6M9TPFXLfn5wt/2JLg== -86105936,2020-07-09 15:26:20.846 UTC,2286,28189195331,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Ik8jBLPLeXT9ocWfkdfmvA==,gkGS6M9TPFXLfn5wt/2JLg== -86148229,2020-07-09 15:26:19.390 UTC,2286,28189195331,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Ik8jBLPLeXT9ocWfkdfmvA==,gkGS6M9TPFXLfn5wt/2JLg== -86105954,2020-07-09 15:26:20.389 UTC,2286,28189195331,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Ik8jBLPLeXT9ocWfkdfmvA==,gkGS6M9TPFXLfn5wt/2JLg== -86324551,2020-07-09 15:26:18.567 UTC,2286,28189195331,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Ik8jBLPLeXT9ocWfkdfmvA==,gkGS6M9TPFXLfn5wt/2JLg== -79411841,2020-07-09 15:26:40.340 UTC,2286,16973813759,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,H73wM4VYQsctSrD9Yz4t9A==,sCeIBCXPKRQa1OBGM6UwGw== -83069223,2020-07-09 15:26:29.240 UTC,2286,16973813759,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,H73wM4VYQsctSrD9Yz4t9A==,sCeIBCXPKRQa1OBGM6UwGw== -77649258,2020-07-09 15:26:47.442 UTC,2286,16973813759,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,H73wM4VYQsctSrD9Yz4t9A==,sCeIBCXPKRQa1OBGM6UwGw== -83064022,2020-07-09 15:26:31.676 UTC,2286,16973813759,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,H73wM4VYQsctSrD9Yz4t9A==,sCeIBCXPKRQa1OBGM6UwGw== -76814657,2020-07-09 15:26:55.832 UTC,2286,13037310927,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,nXm6bvawEecvktfituEtLw==,sCeIBCXPKRQa1OBGM6UwGw== -88295955,2020-07-09 15:26:06.973 UTC,2286,29627132349,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,OFnBeAhpkLobCRHT65tfww==,Rva6rYE5WDdJRD4hy5qF7Q== -70349094,2020-07-09 15:27:18.769 UTC,2286,7829648263,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Rd+les9NSTiBW+HY97vbnw==,F5EZqvV+fKj+lgmfCXhvQQ== -79555537,2020-07-09 15:26:37.596 UTC,2286,7829648263,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Rd+les9NSTiBW+HY97vbnw==,F5EZqvV+fKj+lgmfCXhvQQ== -70590330,2020-07-09 15:27:15.936 UTC,2286,7829648263,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Rd+les9NSTiBW+HY97vbnw==,F5EZqvV+fKj+lgmfCXhvQQ== -70569048,2020-07-09 15:27:17.112 UTC,2286,7829648263,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Rd+les9NSTiBW+HY97vbnw==,F5EZqvV+fKj+lgmfCXhvQQ== -83063101,2020-07-09 15:26:33.627 UTC,2286,7829648263,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Rd+les9NSTiBW+HY97vbnw==,F5EZqvV+fKj+lgmfCXhvQQ== -77650205,2020-07-09 15:26:45.658 UTC,2286,16992685745,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,u7s10N6/o2o8R+zfAz5rXA==,8wvxxmhpwUjV6jN8XEz3Nw== -79411093,2020-07-09 15:26:40.667 UTC,2286,16992685745,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,u7s10N6/o2o8R+zfAz5rXA==,8wvxxmhpwUjV6jN8XEz3Nw== -83064021,2020-07-09 15:26:32.108 UTC,2286,16992685745,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,u7s10N6/o2o8R+zfAz5rXA==,8wvxxmhpwUjV6jN8XEz3Nw== -83069373,2020-07-09 15:26:28.718 UTC,2286,16992685745,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,u7s10N6/o2o8R+zfAz5rXA==,8wvxxmhpwUjV6jN8XEz3Nw== -83808298,2020-07-09 15:26:25.350 UTC,2286,16992685745,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,u7s10N6/o2o8R+zfAz5rXA==,8wvxxmhpwUjV6jN8XEz3Nw== -72571696,2020-07-09 15:27:04.787 UTC,2286,8627019826,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,y26SgyTeauHO/uhPWf/A+A==,tVu9J14xto4fqeplJXD7Cg== -71683061,2020-07-09 15:27:08.328 UTC,2286,8627019826,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,y26SgyTeauHO/uhPWf/A+A==,tVu9J14xto4fqeplJXD7Cg== -71668573,2020-07-09 15:27:10.250 UTC,2286,8627019826,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,y26SgyTeauHO/uhPWf/A+A==,tVu9J14xto4fqeplJXD7Cg== -71681111,2020-07-09 15:27:09.269 UTC,2286,8627019826,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,y26SgyTeauHO/uhPWf/A+A==,tVu9J14xto4fqeplJXD7Cg== -77353974,2020-07-09 15:26:52.165 UTC,2286,12681914427,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,cXFWpB00oVzX+iMRAuQFcg==,MjJDVnazdYLjWwAKVKaT0A== -76449416,2020-07-09 15:26:57.559 UTC,2286,12681914427,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,cXFWpB00oVzX+iMRAuQFcg==,MjJDVnazdYLjWwAKVKaT0A== -76451898,2020-07-09 15:26:57.178 UTC,2286,12681914427,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,cXFWpB00oVzX+iMRAuQFcg==,MjJDVnazdYLjWwAKVKaT0A== -83063214,2020-07-09 15:26:33.349 UTC,2286,17042469778,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,sfUNOZqvDLsF1hLJ9I5a8Q==,GStnZ16g3NEHLqzIF6SDpg== -77674061,2020-07-09 15:26:43.638 UTC,2286,17042469778,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,sfUNOZqvDLsF1hLJ9I5a8Q==,GStnZ16g3NEHLqzIF6SDpg== -70568989,2020-07-09 15:27:17.322 UTC,2286,7873450124,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,22gNwysTXRKJDe9J94CBwA==,GStnZ16g3NEHLqzIF6SDpg== -71163403,2020-07-09 15:27:10.481 UTC,2286,7873450124,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,22gNwysTXRKJDe9J94CBwA==,GStnZ16g3NEHLqzIF6SDpg== -70590588,2020-07-09 15:27:15.258 UTC,2286,7873450124,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,22gNwysTXRKJDe9J94CBwA==,GStnZ16g3NEHLqzIF6SDpg== -79555542,2020-07-09 15:26:37.376 UTC,2286,17042469778,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,sfUNOZqvDLsF1hLJ9I5a8Q==,GStnZ16g3NEHLqzIF6SDpg== -70545910,2020-07-09 15:27:18.463 UTC,2286,7873450124,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,22gNwysTXRKJDe9J94CBwA==,GStnZ16g3NEHLqzIF6SDpg== -70590926,2020-07-09 15:27:12.943 UTC,2286,7873450124,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,22gNwysTXRKJDe9J94CBwA==,GStnZ16g3NEHLqzIF6SDpg== -77180180,2020-07-09 15:26:54.729 UTC,2286,7873450124,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,22gNwysTXRKJDe9J94CBwA==,GStnZ16g3NEHLqzIF6SDpg== -74644000,2020-07-09 15:27:00.179 UTC,2286,11274522886,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,eCmIRwe60NhBlR5zRMtCng==,WKtD0cG2XXtl5QmZuP2d5w== -83063675,2020-07-09 15:26:33.080 UTC,2286,16992189673,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,7O12SYdBoTUT7Vrzxb2nxw==,/DfubNuB/w36S9aV8izQfg== -83069620,2020-07-09 15:26:27.685 UTC,2286,16992189673,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,7O12SYdBoTUT7Vrzxb2nxw==,/DfubNuB/w36S9aV8izQfg== -79413302,2020-07-09 15:26:38.483 UTC,2286,16992189673,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,7O12SYdBoTUT7Vrzxb2nxw==,/DfubNuB/w36S9aV8izQfg== -83808447,2020-07-09 15:26:24.578 UTC,2286,16992189673,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,7O12SYdBoTUT7Vrzxb2nxw==,/DfubNuB/w36S9aV8izQfg== -77650361,2020-07-09 15:26:45.333 UTC,2286,16992189673,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,7O12SYdBoTUT7Vrzxb2nxw==,/DfubNuB/w36S9aV8izQfg== -80022370,2020-07-09 15:26:36.868 UTC,2286,22225353261,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,hv4eNcZpA/xiXkwtdM77dA==,M5WNtOeDDv0IjCgZm2xlZA== -79414357,2020-07-09 15:26:38.202 UTC,2286,21210109653,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,cB3gHTphrwEunmU+RlX4lA==,n1v0h/+eInWlP2P98bqpPA== +75310262,2020-07-09 15:26:58.430,22924,11809143696,,,,FEEDBACK_NPS_EMAIL,nxH5ufCWqX33IUbU4fVKoQ==,xnAPme73HrsY/KHSwuemkQ==,UTTEZy3SW1OQ1v0Lv6HWHA== +2,2020-03-16 21:57:57.744,2286,,,,,,JPR82+ndundKfMU+UdkDLg==,, +71162884,2020-07-09 15:27:10.884,2286,7874380609,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,o5QZ2dCjms3N4gIjLf7Ndw==,fnTqnZcA/26FcPUjLHgipA== +70590690,2020-07-09 15:27:14.558,2286,7874380609,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,o5QZ2dCjms3N4gIjLf7Ndw==,fnTqnZcA/26FcPUjLHgipA== +70545937,2020-07-09 15:27:18.269,2286,7874380609,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,o5QZ2dCjms3N4gIjLf7Ndw==,fnTqnZcA/26FcPUjLHgipA== +70591302,2020-07-09 15:27:12.144,2286,7874380609,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,o5QZ2dCjms3N4gIjLf7Ndw==,fnTqnZcA/26FcPUjLHgipA== +70572094,2020-07-09 15:27:16.578,2286,7874380609,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,o5QZ2dCjms3N4gIjLf7Ndw==,fnTqnZcA/26FcPUjLHgipA== +77181027,2020-07-09 15:26:53.400,2286,14366728788,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,j77ryMp1M2EMKYpnwJypbw==,E1lLLz+Y0HV5tDF1MfwzZA== +77465044,2020-07-09 15:26:49.961,2286,15164927601,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,FvO+Jg67BXkOuS8OTceUDQ==,kHih5qrU0eTOVaDRmkBH2A== +83072657,2020-07-09 15:26:26.552,2286,25415286031,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,WR60+VMSAeLSrUEn4FOnVQ==,pwqgxkOt1nQ2fl6WREfekg== +77302921,2020-07-09 15:26:52.909,2286,14671008074,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,kH1VHqzvyQBY3+HEbHiuLw==,Kn8qQOU2soe7RG5Bh3OnIQ== +77303367,2020-07-09 15:26:52.584,2286,14671008074,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,kH1VHqzvyQBY3+HEbHiuLw==,Kn8qQOU2soe7RG5Bh3OnIQ== +74402089,2020-07-09 15:27:02.775,2286,11048506182,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,4IUFGzh2BtzOUkdhjFIbJA==,y/4ASxWbPMrWCz9rTp/2/g== +74577505,2020-07-09 15:27:01.725,2286,11202924931,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,0YAGW3GiMikbDdd1ARzP8Q==,y/4ASxWbPMrWCz9rTp/2/g== +77635057,2020-07-09 15:26:48.786,2286,16972057574,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,pdDiYFGm3Lwlrjg5m4gLUw==,y/4ASxWbPMrWCz9rTp/2/g== +77635124,2020-07-09 15:26:48.586,2286,16973328774,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,I5b+wJA2btyDANNc+5IhAA==,y/4ASxWbPMrWCz9rTp/2/g== +77634479,2020-07-09 15:26:49.371,2286,16970853302,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,eZxZ1VNoaUjnp9Om/NELjA==,y/4ASxWbPMrWCz9rTp/2/g== +88261659,2020-07-09 15:26:07.509,2286,29595923632,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,/89tI+zJGQxQb4OyBgfyGQ==,y/4ASxWbPMrWCz9rTp/2/g== +74402756,2020-07-09 15:27:02.028,2286,10792834259,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,G1+YKLItgUaY/dPSpY8LNA==,y/4ASxWbPMrWCz9rTp/2/g== +87947232,2020-07-09 15:26:07.805,2286,29397446134,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,rj800TEamMdTEftdyeT4oA==,o9s7+5fjYluq8T95ngEF6g== +74605126,2020-07-09 15:27:01.357,2286,10979701036,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,nLr7iqVYKrPqxTeQPR6TIQ==,pvWKelWf/suRdnS6LuB3Jg== +74605933,2020-07-09 15:27:01.074,2286,11229849313,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,7te58OKoNp8f53pKZAwvrA==,pvWKelWf/suRdnS6LuB3Jg== +73602967,2020-07-09 15:27:04.043,2286,10422726953,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,82LDHID1fErA5tRROQV31w==,c0qU3hvDu85okFdJu7sI+Q== +83808696,2020-07-09 15:26:24.294,2286,16989632879,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,kR+fCIrRo8B282UT1dP4LQ==,DFZNpSYwtPT+FuhPbdQfKA== +77648436,2020-07-09 15:26:47.744,2286,16989632879,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,kR+fCIrRo8B282UT1dP4LQ==,DFZNpSYwtPT+FuhPbdQfKA== +83069619,2020-07-09 15:26:28.103,2286,16989632879,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,kR+fCIrRo8B282UT1dP4LQ==,DFZNpSYwtPT+FuhPbdQfKA== +79411842,2020-07-09 15:26:40.027,2286,16989632879,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,kR+fCIrRo8B282UT1dP4LQ==,DFZNpSYwtPT+FuhPbdQfKA== +83064125,2020-07-09 15:26:31.356,2286,16989632879,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,kR+fCIrRo8B282UT1dP4LQ==,DFZNpSYwtPT+FuhPbdQfKA== +77650381,2020-07-09 15:26:44.895,2286,16992430291,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,y68PEeAwcAFqcBw24/fmjw==,9knWUnH00zquiKRUxE7ycQ== +83842327,2020-07-09 15:26:23.685,2286,26314748639,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,NzNanl/CwBURDLrfLs0w1w==,g502jKyXK84W7sv366bzXA== +88785630,2020-07-09 15:26:05.478,2286,29978283935,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,d4US+8nBqr746bLKu58ANA==,eG2LcFPHgI6qTUQn174aJw== +88786327,2020-07-09 15:26:04.863,2286,29978283935,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,d4US+8nBqr746bLKu58ANA==,eG2LcFPHgI6qTUQn174aJw== +90302737,2020-07-09 15:25:54.003,2286,31325056661,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,ECg4dBC6SLUnE4y7pDH2PA==,3nA6qTuNJ1xkjvsKU4oNbQ== +90071577,2020-07-09 15:25:54.782,2286,31178582411,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,rQj8+UQ2l38oGnOMxosqmg==,b09lXtWT9xqg+Rt5s81NFQ== +89357747,2020-07-09 15:26:02.628,2286,30538600235,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,MxurWgMD07m6HCeIy0fVnQ==,yrUqa7qbzquP4h8KZan4lA== +89637271,2020-07-09 15:25:58.456,2286,30538600235,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,MxurWgMD07m6HCeIy0fVnQ==,yrUqa7qbzquP4h8KZan4lA== +89550905,2020-07-09 15:26:01.929,2286,30538600235,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,MxurWgMD07m6HCeIy0fVnQ==,yrUqa7qbzquP4h8KZan4lA== +81104530,2020-07-09 15:26:35.635,2286,23721162783,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,ejGfV12xoa+an34SWon/ng==,CCvEC5hVOMJxBSTaszO+Nw== +82080607,2020-07-09 15:26:34.912,2286,23721162783,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,ejGfV12xoa+an34SWon/ng==,CCvEC5hVOMJxBSTaszO+Nw== +85246698,2020-07-09 15:26:22.650,2286,27519751760,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,LPdnmitJ6rHZGqlp619AcQ==,cTRihYZYlrw7IL1jqtpfJQ== +87864970,2020-07-09 15:26:09.590,2286,29339797185,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,6zWU98HXK8Q5t7chi5khmA==,LfharTeev44SncFIj18QBQ== +88781891,2020-07-09 15:26:05.995,2286,29975059903,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,DPdBCdJMuYMVEPgxduQjuQ==,P9zWRqiMgUqj03ltSN6voQ== +87535215,2020-07-09 15:26:13.356,2286,28965409684,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Q5JYm9Dct+7tQPmCDHlxgw==,lv7riLy9b6EcBcLVYLuytw== +89551007,2020-07-09 15:25:59.903,2286,28965409684,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Q5JYm9Dct+7tQPmCDHlxgw==,lv7riLy9b6EcBcLVYLuytw== +87241532,2020-07-09 15:26:15.044,2286,28965409684,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Q5JYm9Dct+7tQPmCDHlxgw==,lv7riLy9b6EcBcLVYLuytw== +76532944,2020-07-09 15:26:56.924,2286,7874718914,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,jiCPZCOtnM4WVlQxrmCwvA==,xQvu7m5de6hY0MTSXRcgsw== +70590834,2020-07-09 15:27:13.314,2286,7874718914,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,jiCPZCOtnM4WVlQxrmCwvA==,xQvu7m5de6hY0MTSXRcgsw== +77354863,2020-07-09 15:26:51.757,2286,7874718914,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,jiCPZCOtnM4WVlQxrmCwvA==,xQvu7m5de6hY0MTSXRcgsw== +70546500,2020-07-09 15:27:17.727,2286,7874718914,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,jiCPZCOtnM4WVlQxrmCwvA==,xQvu7m5de6hY0MTSXRcgsw== +83064847,2020-07-09 15:26:29.792,2286,7874718914,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,jiCPZCOtnM4WVlQxrmCwvA==,xQvu7m5de6hY0MTSXRcgsw== +70591059,2020-07-09 15:27:12.456,2286,7874718914,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,jiCPZCOtnM4WVlQxrmCwvA==,xQvu7m5de6hY0MTSXRcgsw== +71162826,2020-07-09 15:27:11.290,2286,7874718914,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,jiCPZCOtnM4WVlQxrmCwvA==,xQvu7m5de6hY0MTSXRcgsw== +70572110,2020-07-09 15:27:16.389,2286,7874718914,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,jiCPZCOtnM4WVlQxrmCwvA==,xQvu7m5de6hY0MTSXRcgsw== +77179639,2020-07-09 15:26:55.005,2286,7874718914,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,jiCPZCOtnM4WVlQxrmCwvA==,xQvu7m5de6hY0MTSXRcgsw== +85544294,2020-07-09 15:26:22.296,2286,27829789656,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,PXcYnUFFSH/9s69+R67VMg==,cfLrHS/w8srHsxEW4vC2/A== +86147615,2020-07-09 15:26:19.970,2286,28189195331,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Ik8jBLPLeXT9ocWfkdfmvA==,gkGS6M9TPFXLfn5wt/2JLg== +86105936,2020-07-09 15:26:20.846,2286,28189195331,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Ik8jBLPLeXT9ocWfkdfmvA==,gkGS6M9TPFXLfn5wt/2JLg== +86148229,2020-07-09 15:26:19.390,2286,28189195331,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Ik8jBLPLeXT9ocWfkdfmvA==,gkGS6M9TPFXLfn5wt/2JLg== +86105954,2020-07-09 15:26:20.389,2286,28189195331,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Ik8jBLPLeXT9ocWfkdfmvA==,gkGS6M9TPFXLfn5wt/2JLg== +86324551,2020-07-09 15:26:18.567,2286,28189195331,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Ik8jBLPLeXT9ocWfkdfmvA==,gkGS6M9TPFXLfn5wt/2JLg== +79411841,2020-07-09 15:26:40.340,2286,16973813759,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,H73wM4VYQsctSrD9Yz4t9A==,sCeIBCXPKRQa1OBGM6UwGw== +83069223,2020-07-09 15:26:29.240,2286,16973813759,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,H73wM4VYQsctSrD9Yz4t9A==,sCeIBCXPKRQa1OBGM6UwGw== +77649258,2020-07-09 15:26:47.442,2286,16973813759,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,H73wM4VYQsctSrD9Yz4t9A==,sCeIBCXPKRQa1OBGM6UwGw== +83064022,2020-07-09 15:26:31.676,2286,16973813759,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,H73wM4VYQsctSrD9Yz4t9A==,sCeIBCXPKRQa1OBGM6UwGw== +76814657,2020-07-09 15:26:55.832,2286,13037310927,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,nXm6bvawEecvktfituEtLw==,sCeIBCXPKRQa1OBGM6UwGw== +88295955,2020-07-09 15:26:06.973,2286,29627132349,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,OFnBeAhpkLobCRHT65tfww==,Rva6rYE5WDdJRD4hy5qF7Q== +70349094,2020-07-09 15:27:18.769,2286,7829648263,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Rd+les9NSTiBW+HY97vbnw==,F5EZqvV+fKj+lgmfCXhvQQ== +79555537,2020-07-09 15:26:37.596,2286,7829648263,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Rd+les9NSTiBW+HY97vbnw==,F5EZqvV+fKj+lgmfCXhvQQ== +70590330,2020-07-09 15:27:15.936,2286,7829648263,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Rd+les9NSTiBW+HY97vbnw==,F5EZqvV+fKj+lgmfCXhvQQ== +70569048,2020-07-09 15:27:17.112,2286,7829648263,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Rd+les9NSTiBW+HY97vbnw==,F5EZqvV+fKj+lgmfCXhvQQ== +83063101,2020-07-09 15:26:33.627,2286,7829648263,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,Rd+les9NSTiBW+HY97vbnw==,F5EZqvV+fKj+lgmfCXhvQQ== +77650205,2020-07-09 15:26:45.658,2286,16992685745,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,u7s10N6/o2o8R+zfAz5rXA==,8wvxxmhpwUjV6jN8XEz3Nw== +79411093,2020-07-09 15:26:40.667,2286,16992685745,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,u7s10N6/o2o8R+zfAz5rXA==,8wvxxmhpwUjV6jN8XEz3Nw== +83064021,2020-07-09 15:26:32.108,2286,16992685745,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,u7s10N6/o2o8R+zfAz5rXA==,8wvxxmhpwUjV6jN8XEz3Nw== +83069373,2020-07-09 15:26:28.718,2286,16992685745,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,u7s10N6/o2o8R+zfAz5rXA==,8wvxxmhpwUjV6jN8XEz3Nw== +83808298,2020-07-09 15:26:25.350,2286,16992685745,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,u7s10N6/o2o8R+zfAz5rXA==,8wvxxmhpwUjV6jN8XEz3Nw== +72571696,2020-07-09 15:27:04.787,2286,8627019826,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,y26SgyTeauHO/uhPWf/A+A==,tVu9J14xto4fqeplJXD7Cg== +71683061,2020-07-09 15:27:08.328,2286,8627019826,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,y26SgyTeauHO/uhPWf/A+A==,tVu9J14xto4fqeplJXD7Cg== +71668573,2020-07-09 15:27:10.250,2286,8627019826,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,y26SgyTeauHO/uhPWf/A+A==,tVu9J14xto4fqeplJXD7Cg== +71681111,2020-07-09 15:27:09.269,2286,8627019826,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,y26SgyTeauHO/uhPWf/A+A==,tVu9J14xto4fqeplJXD7Cg== +77353974,2020-07-09 15:26:52.165,2286,12681914427,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,cXFWpB00oVzX+iMRAuQFcg==,MjJDVnazdYLjWwAKVKaT0A== +76449416,2020-07-09 15:26:57.559,2286,12681914427,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,cXFWpB00oVzX+iMRAuQFcg==,MjJDVnazdYLjWwAKVKaT0A== +76451898,2020-07-09 15:26:57.178,2286,12681914427,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,cXFWpB00oVzX+iMRAuQFcg==,MjJDVnazdYLjWwAKVKaT0A== +83063214,2020-07-09 15:26:33.349,2286,17042469778,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,sfUNOZqvDLsF1hLJ9I5a8Q==,GStnZ16g3NEHLqzIF6SDpg== +77674061,2020-07-09 15:26:43.638,2286,17042469778,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,sfUNOZqvDLsF1hLJ9I5a8Q==,GStnZ16g3NEHLqzIF6SDpg== +70568989,2020-07-09 15:27:17.322,2286,7873450124,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,22gNwysTXRKJDe9J94CBwA==,GStnZ16g3NEHLqzIF6SDpg== +71163403,2020-07-09 15:27:10.481,2286,7873450124,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,22gNwysTXRKJDe9J94CBwA==,GStnZ16g3NEHLqzIF6SDpg== +70590588,2020-07-09 15:27:15.258,2286,7873450124,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,22gNwysTXRKJDe9J94CBwA==,GStnZ16g3NEHLqzIF6SDpg== +79555542,2020-07-09 15:26:37.376,2286,17042469778,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,sfUNOZqvDLsF1hLJ9I5a8Q==,GStnZ16g3NEHLqzIF6SDpg== +70545910,2020-07-09 15:27:18.463,2286,7873450124,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,22gNwysTXRKJDe9J94CBwA==,GStnZ16g3NEHLqzIF6SDpg== +70590926,2020-07-09 15:27:12.943,2286,7873450124,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,22gNwysTXRKJDe9J94CBwA==,GStnZ16g3NEHLqzIF6SDpg== +77180180,2020-07-09 15:26:54.729,2286,7873450124,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,22gNwysTXRKJDe9J94CBwA==,GStnZ16g3NEHLqzIF6SDpg== +74644000,2020-07-09 15:27:00.179,2286,11274522886,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,eCmIRwe60NhBlR5zRMtCng==,WKtD0cG2XXtl5QmZuP2d5w== +83063675,2020-07-09 15:26:33.080,2286,16992189673,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,7O12SYdBoTUT7Vrzxb2nxw==,/DfubNuB/w36S9aV8izQfg== +83069620,2020-07-09 15:26:27.685,2286,16992189673,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,7O12SYdBoTUT7Vrzxb2nxw==,/DfubNuB/w36S9aV8izQfg== +79413302,2020-07-09 15:26:38.483,2286,16992189673,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,7O12SYdBoTUT7Vrzxb2nxw==,/DfubNuB/w36S9aV8izQfg== +83808447,2020-07-09 15:26:24.578,2286,16992189673,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,7O12SYdBoTUT7Vrzxb2nxw==,/DfubNuB/w36S9aV8izQfg== +77650361,2020-07-09 15:26:45.333,2286,16992189673,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,7O12SYdBoTUT7Vrzxb2nxw==,/DfubNuB/w36S9aV8izQfg== +80022370,2020-07-09 15:26:36.868,2286,22225353261,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,hv4eNcZpA/xiXkwtdM77dA==,M5WNtOeDDv0IjCgZm2xlZA== +79414357,2020-07-09 15:26:38.202,2286,21210109653,,,,AUTOMATED_EMAIL,JPR82+ndundKfMU+UdkDLg==,cB3gHTphrwEunmU+RlX4lA==,n1v0h/+eInWlP2P98bqpPA== diff --git a/integration_tests/seeds/email_event_bounce_data.csv b/integration_tests/seeds/email_event_bounce_data.csv index 7223834..34e5f3c 100644 --- a/integration_tests/seeds/email_event_bounce_data.csv +++ b/integration_tests/seeds/email_event_bounce_data.csv @@ -1,101 +1,101 @@ id,_fivetran_synced,category,status,response -73527045-15aa-399a-b8d1-6285be56fa4c,2020-01-14 18:16:26.842 UTC,THROTTLED,436,5r5gA1YhmcAHfZ4WGisBkw== -a662d117-49cd-3a74-917c-045d5fe04e33,2020-01-14 18:16:12.741 UTC,MAILBOX_FULL,436,NfKIsite6DrBZV7n0z4Ptw== -8cc9658d-17a8-3b55-a2fc-da86e81af8f5,2020-01-14 18:15:15.938 UTC,MAILBOX_MISCONFIGURATION,436,dzzemytFUDSG7gazyd7dug== -4c47bfc1-5855-3fb8-9346-01a0d010b3c1,2020-01-28 22:48:32.465 UTC,THROTTLED,436,dj4cX9NYkHfALCvaISphmw== -788a6689-a63e-346a-b410-2f99ad9f5f24,2020-05-17 03:25:34.662 UTC,MAILBOX_FULL,450,86QR1eo0kDbuFXbWdzsIJA== -c5381213-65a1-3857-9412-efd850907720,2020-05-23 23:30:34.502 UTC,MAILBOX_FULL,450,Ur1Rjtyk48bxUJush7yuYA== -f1ee6e40-2187-359e-bb9e-d09f830a10f4,2020-06-19 02:35:58.085 UTC,MAILBOX_FULL,450,bhd7uWZwoXlPIoNtPFhHrA== -84125a3e-3b37-36df-b985-0c03fe189f2a,2020-04-05 06:50:37.596 UTC,MAILBOX_FULL,450,XxjLdiVCydcZH0oA4qCPrw== -bbe964ff-e8a1-31d8-8e47-80338ce01c34,2020-03-20 01:30:34.178 UTC,MAILBOX_FULL,450,X8mBlhBVy6oPuHmmgQtcOw== -41b1d905-0b76-3e0b-8976-fa90cd98ff0f,2020-03-20 02:40:33.099 UTC,MAILBOX_FULL,450,X8mBlhBVy6oPuHmmgQtcOw== -fe4e9232-2709-334b-bc27-d3932750af9b,2020-01-28 22:48:28.160 UTC,MAILBOX_FULL,450,CEtqP4Tvcury04MI7wTfFQ== -90e4b5db-6ddf-3f92-9b6b-0d56e6e7f481,2020-01-15 02:15:44.820 UTC,MAILBOX_FULL,450,kjiM9yFXEFjTskzMhj1+hw== -8c1c8424-d111-32cc-8780-f52b671591bb,2020-04-24 14:51:01.010 UTC,UNKNOWN_USER,450,mZkxLfEUzhlvJg+g05VXog== -69e153c8-d061-34d8-9dae-90e936264139,2020-01-14 18:17:22.793 UTC,MAILBOX_FULL,450,mPPnhWw0CRG11vpkrcjyyA== -629c560c-ed57-31b5-9dbd-19d63bde454b,2020-01-14 18:17:04.938 UTC,MAILBOX_FULL,450,3z/5i8EwxjvlZXWcy4g0TQ== -ec76daf1-be46-3517-a674-7fe40e73f9bc,2020-01-14 18:20:59.186 UTC,MAILBOX_FULL,450,HE39G3xAJ2Vcm04UeBfWsw== -4bf53a17-7d7f-32f9-9457-177877fa3a7e,2020-01-14 18:14:16.411 UTC,MAILBOX_FULL,450,YcCfh4DYmxCcZfe9JFXgfw== -d801fd61-e6ad-3da7-9b8d-7383458f8c5a,2020-01-14 18:19:43.374 UTC,GREYLISTING,451,ggVB7tTzPL68TAgJU22/bw== -5dbef528-6af7-3cc2-8c11-bef9c5257681,2020-01-14 18:19:43.333 UTC,GREYLISTING,451,ggVB7tTzPL68TAgJU22/bw== -6e74c17d-a30e-335e-8be2-f00913481dfc,2020-01-14 18:19:42.984 UTC,GREYLISTING,451,ggVB7tTzPL68TAgJU22/bw== -c626a897-3c9f-37b0-a347-e2c2e78c571f,2020-01-14 18:19:42.970 UTC,GREYLISTING,451,79nsx49bc8ViqQqr4poR2Q== -af6734a6-5db5-32b7-b84d-d0698a627b9a,2020-01-14 18:15:50.745 UTC,THROTTLED,451,w0VmYkYLs8HX1S8PueYwWg== -ad3fa155-66d7-3674-b2e3-fde810779026,2020-01-14 18:19:02.006 UTC,THROTTLED,451,zSirhvgJ1spvhzkXxuTL6g== -2d8732cb-73be-30ea-845a-2885482dbc9f,2020-01-14 18:15:59.372 UTC,THROTTLED,451,zSirhvgJ1spvhzkXxuTL6g== -445feb7f-700a-3a55-92c1-5ab64d21dd37,2020-01-14 18:15:25.197 UTC,THROTTLED,451,zSirhvgJ1spvhzkXxuTL6g== -a983d1ed-41ef-344c-a89a-221214235f08,2020-01-14 18:17:53.727 UTC,THROTTLED,451,H+L2DanyLTiEvPQ7Rtm2SA== -3ee65edd-fbd7-38fe-b28e-bbcb3c2cc085,2020-01-14 18:16:59.985 UTC,THROTTLED,451,H+L2DanyLTiEvPQ7Rtm2SA== -b8252b32-c413-3b80-841b-8b03d7195268,2020-01-14 18:14:49.249 UTC,THROTTLED,451,H+L2DanyLTiEvPQ7Rtm2SA== -60787c90-aec3-3075-9130-d03278441999,2020-01-14 18:17:49.303 UTC,THROTTLED,451,H+L2DanyLTiEvPQ7Rtm2SA== -f422ba16-ef59-3f92-b11c-852bba2e4f51,2020-01-14 18:19:24.444 UTC,THROTTLED,451,H+L2DanyLTiEvPQ7Rtm2SA== -075847eb-69b3-3d44-b936-aced24b4ddc7,2020-01-14 18:19:04.134 UTC,THROTTLED,451,H+L2DanyLTiEvPQ7Rtm2SA== -64d3ac67-7dde-3050-804e-47f838d9fba4,2020-01-14 18:15:47.614 UTC,THROTTLED,451,H+L2DanyLTiEvPQ7Rtm2SA== -3fb045ee-3fcb-359a-b188-be2e7c553042,2020-01-14 18:20:01.198 UTC,THROTTLED,451,H+L2DanyLTiEvPQ7Rtm2SA== -2abe088d-61da-34fa-99cf-315e3cea1331,2020-01-14 18:19:02.626 UTC,THROTTLED,451,H+L2DanyLTiEvPQ7Rtm2SA== -58c18daa-def4-3745-aa62-203be54ffcc0,2020-01-14 18:15:26.249 UTC,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== -48007e0c-4a9d-3c4b-b151-1c4f943fa949,2020-01-14 18:15:27.914 UTC,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== -73d08750-15fc-3e34-afe6-4483b18070d0,2020-01-14 18:20:05.211 UTC,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== -bf78dae7-19bc-3fa4-8946-a02f1491ba09,2020-01-14 18:14:49.249 UTC,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== -3caa7c66-ce05-3c5d-b20e-f4c112a0b6cf,2020-01-14 18:17:49.283 UTC,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== -3bc6317f-1427-33bb-91df-24e657f830bc,2020-01-14 18:14:49.248 UTC,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== -4dff0368-0e6b-3d49-8356-d311bf170b08,2020-01-14 18:17:14.368 UTC,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== -a480328d-793e-36ea-866d-f313bdb14a9e,2020-01-14 18:14:49.249 UTC,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== -a260bf0a-d2e3-3446-95f0-fbb897c4db32,2020-01-14 18:15:20.203 UTC,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== -87b393b4-5556-351e-a9fb-283699cf4a32,2020-01-14 18:19:04.133 UTC,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== -781b0619-7b65-32aa-8d30-28c9bf05e9c1,2020-01-14 18:18:30.277 UTC,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== -d9817bab-2130-3977-aa9c-7212be9ccce9,2020-01-14 18:19:21.040 UTC,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== -3958be47-a390-3cfe-85f1-890d5f9c144b,2020-01-14 18:17:07.723 UTC,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== -30ca61d0-3f9f-356a-b5c1-cd9694dc8900,2020-01-14 18:17:50.065 UTC,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== -0cc3b1d8-fca3-3bd9-8720-bf06c41fecd7,2020-01-14 18:14:49.249 UTC,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== -c007feda-6077-3e08-af2d-4f86a631495d,2020-01-14 18:14:49.249 UTC,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== -f842ccbd-e3d6-3065-8306-69349d0d0f0b,2020-01-14 18:17:48.141 UTC,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== -0500dbf2-bbd2-3d7e-8576-b56965b3d751,2020-01-14 18:16:04.065 UTC,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== -4b5c5956-313e-3468-9c6b-2bb8079f8bf7,2020-01-14 18:17:47.891 UTC,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== -db73fa3e-71e1-34b0-8e36-a86f142add04,2020-01-14 18:16:07.597 UTC,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== -a617df26-be3b-3147-bb98-c22b2db51f66,2020-01-14 18:16:05.261 UTC,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== -3e965aba-2338-3504-a46f-86733a010892,2020-01-14 18:16:40.161 UTC,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== -a0149263-63ba-3aad-9737-279a3aec7f58,2020-01-14 18:15:51.072 UTC,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== -eb9a1228-d7c5-3e9d-a56c-93064452180e,2020-01-14 18:15:11.291 UTC,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== -918c98b5-5a9a-3e7b-aee8-dafa02491279,2020-01-14 18:14:49.249 UTC,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== -d05a46b5-1fd5-314d-82d8-d98f2a6af54f,2020-01-14 18:16:56.415 UTC,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== -1bdaa674-9b6b-3636-9439-fcf4f07affed,2020-01-14 18:17:57.081 UTC,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== -2e087141-891d-3c42-a827-aa5291ffae59,2020-01-14 18:17:59.170 UTC,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== -1dde80a8-99dc-36fd-ace8-2e4f0e2cf1b5,2020-01-14 18:17:57.081 UTC,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== -940c60f8-913a-3efa-a70f-2eecd5dc37aa,2020-01-14 18:18:00.101 UTC,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== -dc3c184c-2231-3630-8950-e01e365dab01,2020-01-14 18:14:49.249 UTC,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== -ae766dd5-4281-3bae-aa8d-a72058c3a9f6,2020-01-14 18:17:57.081 UTC,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== -a7832b0f-f3ed-395d-88d7-965bc0742d4c,2020-01-14 18:15:15.465 UTC,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== -87853031-eba0-3142-b196-f1eb3fcddea8,2020-01-14 18:16:57.711 UTC,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== -a2e2b8ac-665d-3868-94e8-45084fe8399f,2020-01-14 18:18:04.755 UTC,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== -37503122-523e-3b7c-86c9-a8a659babd0a,2020-01-14 18:19:21.061 UTC,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== -8a7a71c3-42a4-3bb5-be65-92740b903352,2020-01-14 18:16:47.871 UTC,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== -2f1a6fa9-a511-378d-9072-205fd7fb578c,2020-01-14 18:20:21.265 UTC,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== -e8eda765-7cff-3d31-9dbf-49ed8ff67087,2020-01-14 18:16:47.443 UTC,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== -1e6ccb2e-7a2c-3146-8a16-7e22e9a682ff,2020-01-14 18:17:49.320 UTC,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== -cf3c6476-e884-35cd-bead-65e9c02f126e,2020-01-14 18:16:02.353 UTC,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== -a556bc9b-3933-34d0-b736-90731e98b7af,2020-01-14 18:19:23.275 UTC,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== -f8d72105-8977-34bf-8b64-deed3743b8a7,2020-01-14 18:19:03.194 UTC,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== -1c1cd467-992a-33dd-9077-8dd8cd040734,2020-01-14 18:16:27.557 UTC,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== -9653e5ca-4b49-307c-980d-dcc1392bb037,2020-01-14 18:16:04.986 UTC,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== -92ba4206-575f-3347-bf7b-e4cc8060781f,2020-01-14 18:16:25.708 UTC,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== -ec2a6b08-750d-353c-a429-a0128be9c124,2020-01-14 18:16:07.587 UTC,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== -6dffc130-baa4-3568-ac4d-143ac32196b7,2020-01-14 18:19:02.038 UTC,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== -d8128d3d-d0cc-3fea-b659-bda867d3c38b,2020-01-14 18:14:49.249 UTC,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== -8b40c1fc-44fb-3500-b6ea-68739cad5cee,2020-01-14 18:16:02.366 UTC,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== -901948a0-8111-3050-bebc-486a7447bcbe,2020-01-14 18:19:19.576 UTC,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== -04cd4361-733a-3218-a471-78704b40e32b,2020-01-14 18:14:49.248 UTC,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== -c2ef29b7-b1e2-374c-8f5c-bfa06713eeac,2020-01-14 18:20:01.198 UTC,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== -077cbabf-a7d4-3bf7-9db0-79d3e04a0e33,2020-01-14 18:14:49.248 UTC,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== -b27ae508-5c28-30c2-b226-957b2b1391b8,2020-01-14 18:15:20.805 UTC,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== -f05fb698-4b62-3e34-bab9-7b06f1b9ee3f,2020-01-14 18:18:03.443 UTC,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== -20a80f3b-c810-3eca-86b1-0732a22056db,2020-01-14 18:20:16.649 UTC,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== -8084a576-5b46-35dc-9d90-3b24e9327a75,2020-01-14 18:14:49.248 UTC,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== -ac429229-332c-3188-a084-0d2f03e2b54a,2020-01-14 18:16:20.991 UTC,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== -990d0dfa-6571-3b32-96de-9f0f0a8bf5d4,2020-01-14 18:15:47.616 UTC,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== -c10115a8-f0d2-30d6-b087-e0a6540dffb7,2020-01-14 18:18:05.683 UTC,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== -a2624495-7b29-3fab-a1f0-50727cf5bd12,2020-01-14 18:17:48.754 UTC,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== -abb16379-8df4-3bb9-95ca-0eaf682f9bb3,2020-01-14 18:17:32.739 UTC,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== -59776ea2-2140-3942-be53-c7ed7ce2471d,2020-01-14 18:15:37.958 UTC,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== -4fe35972-93c6-36da-85de-827804dd1c4e,2020-01-14 18:15:26.021 UTC,THROTTLED,451,ZKMQeZtL0iOfGPzKvvJV5Q== -3c4d1d31-8dfd-33aa-9fb6-b4f7613272ef,2020-01-14 18:17:59.792 UTC,THROTTLED,451,ZKMQeZtL0iOfGPzKvvJV5Q== +73527045-15aa-399a-b8d1-6285be56fa4c,2020-01-14 18:16:26.842,THROTTLED,436,5r5gA1YhmcAHfZ4WGisBkw== +a662d117-49cd-3a74-917c-045d5fe04e33,2020-01-14 18:16:12.741,MAILBOX_FULL,436,NfKIsite6DrBZV7n0z4Ptw== +8cc9658d-17a8-3b55-a2fc-da86e81af8f5,2020-01-14 18:15:15.938,MAILBOX_MISCONFIGURATION,436,dzzemytFUDSG7gazyd7dug== +4c47bfc1-5855-3fb8-9346-01a0d010b3c1,2020-01-28 22:48:32.465,THROTTLED,436,dj4cX9NYkHfALCvaISphmw== +788a6689-a63e-346a-b410-2f99ad9f5f24,2020-05-17 03:25:34.662,MAILBOX_FULL,450,86QR1eo0kDbuFXbWdzsIJA== +c5381213-65a1-3857-9412-efd850907720,2020-05-23 23:30:34.502,MAILBOX_FULL,450,Ur1Rjtyk48bxUJush7yuYA== +f1ee6e40-2187-359e-bb9e-d09f830a10f4,2020-06-19 02:35:58.085,MAILBOX_FULL,450,bhd7uWZwoXlPIoNtPFhHrA== +84125a3e-3b37-36df-b985-0c03fe189f2a,2020-04-05 06:50:37.596,MAILBOX_FULL,450,XxjLdiVCydcZH0oA4qCPrw== +bbe964ff-e8a1-31d8-8e47-80338ce01c34,2020-03-20 01:30:34.178,MAILBOX_FULL,450,X8mBlhBVy6oPuHmmgQtcOw== +41b1d905-0b76-3e0b-8976-fa90cd98ff0f,2020-03-20 02:40:33.099,MAILBOX_FULL,450,X8mBlhBVy6oPuHmmgQtcOw== +fe4e9232-2709-334b-bc27-d3932750af9b,2020-01-28 22:48:28.160,MAILBOX_FULL,450,CEtqP4Tvcury04MI7wTfFQ== +90e4b5db-6ddf-3f92-9b6b-0d56e6e7f481,2020-01-15 02:15:44.820,MAILBOX_FULL,450,kjiM9yFXEFjTskzMhj1+hw== +8c1c8424-d111-32cc-8780-f52b671591bb,2020-04-24 14:51:01.010,UNKNOWN_USER,450,mZkxLfEUzhlvJg+g05VXog== +69e153c8-d061-34d8-9dae-90e936264139,2020-01-14 18:17:22.793,MAILBOX_FULL,450,mPPnhWw0CRG11vpkrcjyyA== +629c560c-ed57-31b5-9dbd-19d63bde454b,2020-01-14 18:17:04.938,MAILBOX_FULL,450,3z/5i8EwxjvlZXWcy4g0TQ== +ec76daf1-be46-3517-a674-7fe40e73f9bc,2020-01-14 18:20:59.186,MAILBOX_FULL,450,HE39G3xAJ2Vcm04UeBfWsw== +4bf53a17-7d7f-32f9-9457-177877fa3a7e,2020-01-14 18:14:16.411,MAILBOX_FULL,450,YcCfh4DYmxCcZfe9JFXgfw== +d801fd61-e6ad-3da7-9b8d-7383458f8c5a,2020-01-14 18:19:43.374,GREYLISTING,451,ggVB7tTzPL68TAgJU22/bw== +5dbef528-6af7-3cc2-8c11-bef9c5257681,2020-01-14 18:19:43.333,GREYLISTING,451,ggVB7tTzPL68TAgJU22/bw== +6e74c17d-a30e-335e-8be2-f00913481dfc,2020-01-14 18:19:42.984,GREYLISTING,451,ggVB7tTzPL68TAgJU22/bw== +c626a897-3c9f-37b0-a347-e2c2e78c571f,2020-01-14 18:19:42.970,GREYLISTING,451,79nsx49bc8ViqQqr4poR2Q== +af6734a6-5db5-32b7-b84d-d0698a627b9a,2020-01-14 18:15:50.745,THROTTLED,451,w0VmYkYLs8HX1S8PueYwWg== +ad3fa155-66d7-3674-b2e3-fde810779026,2020-01-14 18:19:02.006,THROTTLED,451,zSirhvgJ1spvhzkXxuTL6g== +2d8732cb-73be-30ea-845a-2885482dbc9f,2020-01-14 18:15:59.372,THROTTLED,451,zSirhvgJ1spvhzkXxuTL6g== +445feb7f-700a-3a55-92c1-5ab64d21dd37,2020-01-14 18:15:25.197,THROTTLED,451,zSirhvgJ1spvhzkXxuTL6g== +a983d1ed-41ef-344c-a89a-221214235f08,2020-01-14 18:17:53.727,THROTTLED,451,H+L2DanyLTiEvPQ7Rtm2SA== +3ee65edd-fbd7-38fe-b28e-bbcb3c2cc085,2020-01-14 18:16:59.985,THROTTLED,451,H+L2DanyLTiEvPQ7Rtm2SA== +b8252b32-c413-3b80-841b-8b03d7195268,2020-01-14 18:14:49.249,THROTTLED,451,H+L2DanyLTiEvPQ7Rtm2SA== +60787c90-aec3-3075-9130-d03278441999,2020-01-14 18:17:49.303,THROTTLED,451,H+L2DanyLTiEvPQ7Rtm2SA== +f422ba16-ef59-3f92-b11c-852bba2e4f51,2020-01-14 18:19:24.444,THROTTLED,451,H+L2DanyLTiEvPQ7Rtm2SA== +075847eb-69b3-3d44-b936-aced24b4ddc7,2020-01-14 18:19:04.134,THROTTLED,451,H+L2DanyLTiEvPQ7Rtm2SA== +64d3ac67-7dde-3050-804e-47f838d9fba4,2020-01-14 18:15:47.614,THROTTLED,451,H+L2DanyLTiEvPQ7Rtm2SA== +3fb045ee-3fcb-359a-b188-be2e7c553042,2020-01-14 18:20:01.198,THROTTLED,451,H+L2DanyLTiEvPQ7Rtm2SA== +2abe088d-61da-34fa-99cf-315e3cea1331,2020-01-14 18:19:02.626,THROTTLED,451,H+L2DanyLTiEvPQ7Rtm2SA== +58c18daa-def4-3745-aa62-203be54ffcc0,2020-01-14 18:15:26.249,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== +48007e0c-4a9d-3c4b-b151-1c4f943fa949,2020-01-14 18:15:27.914,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== +73d08750-15fc-3e34-afe6-4483b18070d0,2020-01-14 18:20:05.211,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== +bf78dae7-19bc-3fa4-8946-a02f1491ba09,2020-01-14 18:14:49.249,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== +3caa7c66-ce05-3c5d-b20e-f4c112a0b6cf,2020-01-14 18:17:49.283,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== +3bc6317f-1427-33bb-91df-24e657f830bc,2020-01-14 18:14:49.248,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== +4dff0368-0e6b-3d49-8356-d311bf170b08,2020-01-14 18:17:14.368,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== +a480328d-793e-36ea-866d-f313bdb14a9e,2020-01-14 18:14:49.249,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== +a260bf0a-d2e3-3446-95f0-fbb897c4db32,2020-01-14 18:15:20.203,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== +87b393b4-5556-351e-a9fb-283699cf4a32,2020-01-14 18:19:04.133,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== +781b0619-7b65-32aa-8d30-28c9bf05e9c1,2020-01-14 18:18:30.277,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== +d9817bab-2130-3977-aa9c-7212be9ccce9,2020-01-14 18:19:21.040,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== +3958be47-a390-3cfe-85f1-890d5f9c144b,2020-01-14 18:17:07.723,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== +30ca61d0-3f9f-356a-b5c1-cd9694dc8900,2020-01-14 18:17:50.065,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== +0cc3b1d8-fca3-3bd9-8720-bf06c41fecd7,2020-01-14 18:14:49.249,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== +c007feda-6077-3e08-af2d-4f86a631495d,2020-01-14 18:14:49.249,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== +f842ccbd-e3d6-3065-8306-69349d0d0f0b,2020-01-14 18:17:48.141,THROTTLED,451,z5G961kgqN89ShkaY6E+UA== +0500dbf2-bbd2-3d7e-8576-b56965b3d751,2020-01-14 18:16:04.065,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== +4b5c5956-313e-3468-9c6b-2bb8079f8bf7,2020-01-14 18:17:47.891,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== +db73fa3e-71e1-34b0-8e36-a86f142add04,2020-01-14 18:16:07.597,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== +a617df26-be3b-3147-bb98-c22b2db51f66,2020-01-14 18:16:05.261,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== +3e965aba-2338-3504-a46f-86733a010892,2020-01-14 18:16:40.161,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== +a0149263-63ba-3aad-9737-279a3aec7f58,2020-01-14 18:15:51.072,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== +eb9a1228-d7c5-3e9d-a56c-93064452180e,2020-01-14 18:15:11.291,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== +918c98b5-5a9a-3e7b-aee8-dafa02491279,2020-01-14 18:14:49.249,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== +d05a46b5-1fd5-314d-82d8-d98f2a6af54f,2020-01-14 18:16:56.415,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== +1bdaa674-9b6b-3636-9439-fcf4f07affed,2020-01-14 18:17:57.081,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== +2e087141-891d-3c42-a827-aa5291ffae59,2020-01-14 18:17:59.170,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== +1dde80a8-99dc-36fd-ace8-2e4f0e2cf1b5,2020-01-14 18:17:57.081,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== +940c60f8-913a-3efa-a70f-2eecd5dc37aa,2020-01-14 18:18:00.101,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== +dc3c184c-2231-3630-8950-e01e365dab01,2020-01-14 18:14:49.249,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== +ae766dd5-4281-3bae-aa8d-a72058c3a9f6,2020-01-14 18:17:57.081,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== +a7832b0f-f3ed-395d-88d7-965bc0742d4c,2020-01-14 18:15:15.465,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== +87853031-eba0-3142-b196-f1eb3fcddea8,2020-01-14 18:16:57.711,THROTTLED,451,73g6PyruAOFtgB4og/lmSg== +a2e2b8ac-665d-3868-94e8-45084fe8399f,2020-01-14 18:18:04.755,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== +37503122-523e-3b7c-86c9-a8a659babd0a,2020-01-14 18:19:21.061,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== +8a7a71c3-42a4-3bb5-be65-92740b903352,2020-01-14 18:16:47.871,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== +2f1a6fa9-a511-378d-9072-205fd7fb578c,2020-01-14 18:20:21.265,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== +e8eda765-7cff-3d31-9dbf-49ed8ff67087,2020-01-14 18:16:47.443,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== +1e6ccb2e-7a2c-3146-8a16-7e22e9a682ff,2020-01-14 18:17:49.320,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== +cf3c6476-e884-35cd-bead-65e9c02f126e,2020-01-14 18:16:02.353,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== +a556bc9b-3933-34d0-b736-90731e98b7af,2020-01-14 18:19:23.275,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== +f8d72105-8977-34bf-8b64-deed3743b8a7,2020-01-14 18:19:03.194,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== +1c1cd467-992a-33dd-9077-8dd8cd040734,2020-01-14 18:16:27.557,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== +9653e5ca-4b49-307c-980d-dcc1392bb037,2020-01-14 18:16:04.986,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== +92ba4206-575f-3347-bf7b-e4cc8060781f,2020-01-14 18:16:25.708,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== +ec2a6b08-750d-353c-a429-a0128be9c124,2020-01-14 18:16:07.587,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== +6dffc130-baa4-3568-ac4d-143ac32196b7,2020-01-14 18:19:02.038,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== +d8128d3d-d0cc-3fea-b659-bda867d3c38b,2020-01-14 18:14:49.249,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== +8b40c1fc-44fb-3500-b6ea-68739cad5cee,2020-01-14 18:16:02.366,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== +901948a0-8111-3050-bebc-486a7447bcbe,2020-01-14 18:19:19.576,THROTTLED,451,fuBMRVZVmFuTiJLskRbPbA== +04cd4361-733a-3218-a471-78704b40e32b,2020-01-14 18:14:49.248,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== +c2ef29b7-b1e2-374c-8f5c-bfa06713eeac,2020-01-14 18:20:01.198,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== +077cbabf-a7d4-3bf7-9db0-79d3e04a0e33,2020-01-14 18:14:49.248,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== +b27ae508-5c28-30c2-b226-957b2b1391b8,2020-01-14 18:15:20.805,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== +f05fb698-4b62-3e34-bab9-7b06f1b9ee3f,2020-01-14 18:18:03.443,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== +20a80f3b-c810-3eca-86b1-0732a22056db,2020-01-14 18:20:16.649,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== +8084a576-5b46-35dc-9d90-3b24e9327a75,2020-01-14 18:14:49.248,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== +ac429229-332c-3188-a084-0d2f03e2b54a,2020-01-14 18:16:20.991,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== +990d0dfa-6571-3b32-96de-9f0f0a8bf5d4,2020-01-14 18:15:47.616,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== +c10115a8-f0d2-30d6-b087-e0a6540dffb7,2020-01-14 18:18:05.683,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== +a2624495-7b29-3fab-a1f0-50727cf5bd12,2020-01-14 18:17:48.754,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== +abb16379-8df4-3bb9-95ca-0eaf682f9bb3,2020-01-14 18:17:32.739,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== +59776ea2-2140-3942-be53-c7ed7ce2471d,2020-01-14 18:15:37.958,THROTTLED,451,YgSaXF2EnLkpO+DVD+klCg== +4fe35972-93c6-36da-85de-827804dd1c4e,2020-01-14 18:15:26.021,THROTTLED,451,ZKMQeZtL0iOfGPzKvvJV5Q== +3c4d1d31-8dfd-33aa-9fb6-b4f7613272ef,2020-01-14 18:17:59.792,THROTTLED,451,ZKMQeZtL0iOfGPzKvvJV5Q== diff --git a/integration_tests/seeds/email_event_click_data.csv b/integration_tests/seeds/email_event_click_data.csv index 277207a..8ab5ad8 100644 --- a/integration_tests/seeds/email_event_click_data.csv +++ b/integration_tests/seeds/email_event_click_data.csv @@ -1,101 +1,101 @@ id,_fivetran_synced,referer,browser,location,ip_address,url,user_agent -01be3c8b-2b01-3c60-8f21-052674dd46aa,2020-01-14 18:17:43.872 UTC,,pcEYeSFroju4+7A6iWHfUg==,PmYz9ZMF96920EAe6Tasag==,,iPHafipvnOaU27T2oMVtyg==,WTqufJtbh7v3roegE+uXPg== -d7e50170-6319-32b9-a7d5-dd16a8724f92,2020-01-14 18:16:31.610 UTC,,XcPAOsMOMwd06Murx7/nqA==,8A+t+1y7scUIKVy+NElZXQ==,,Valv4Yi7Itf++FZSap+qcw==,U0sS3F8Ucj35fMQKR7/7kg== -c24dcb88-7e56-381d-a029-c89f2f4e3c8c,2020-01-14 18:19:49.655 UTC,,C9os1opzSfmTrS9vLnU7qA==,AsLhO2bPaT2pvr21NZGUcQ==,,FzZzmUWqY++2EwmbJRnHbw==,TTtXVqVzduOW9ghO+c8cRQ== -c4c7d29b-eca0-3fce-a887-ec32994fe464,2020-01-14 18:19:49.655 UTC,,C9os1opzSfmTrS9vLnU7qA==,AsLhO2bPaT2pvr21NZGUcQ==,,nEZvf1o9uLkmymQnGbbL6w==,TTtXVqVzduOW9ghO+c8cRQ== -1fd0f1cb-2603-3816-ad29-17f6a2df8f55,2020-06-24 20:41:16.409 UTC,,6OdeM6QFfon2FH15xg03KQ==,87/aXzPnEdYOR7EdhCStbw==,,99O17q7wiqsxA5H4gtipkw==,nfV1P4DxPARgE5zylu3K4w== -74c4d459-dc96-370d-ae87-c8c99cb4c8f5,2020-01-14 18:16:35.632 UTC,,ijK+9ZcGf13cWZA/qhXuBw==,jpAXfT6YyWKvoC1prldXDQ==,,7RYAbkJGG0ovdOrJP6YeLw==,HrdwHg9W39vRx6rIrRpy9Q== -1b44ce51-bb37-386f-b5d6-166787a2c667,2020-01-14 18:16:35.632 UTC,,ijK+9ZcGf13cWZA/qhXuBw==,jpAXfT6YyWKvoC1prldXDQ==,,f36Hy+1pKKWzcqF4V/BWyQ==,HrdwHg9W39vRx6rIrRpy9Q== -f4259c5f-9f0c-3c87-ae64-03dfbbd4b913,2020-01-14 18:16:35.632 UTC,,ijK+9ZcGf13cWZA/qhXuBw==,jpAXfT6YyWKvoC1prldXDQ==,,W/RHtRY1XlBVo9NbMdO/yA==,HrdwHg9W39vRx6rIrRpy9Q== -71def879-89b5-363d-b4ee-6457fca5f040,2020-01-14 18:16:35.633 UTC,,ijK+9ZcGf13cWZA/qhXuBw==,jpAXfT6YyWKvoC1prldXDQ==,,2xVllcL5cN/fwezksPscbw==,HrdwHg9W39vRx6rIrRpy9Q== -fcecc27c-b48e-329b-9e49-8c73b479fe94,2020-01-14 18:16:35.632 UTC,,ijK+9ZcGf13cWZA/qhXuBw==,jpAXfT6YyWKvoC1prldXDQ==,,2xVllcL5cN/fwezksPscbw==,HrdwHg9W39vRx6rIrRpy9Q== -a5eacd5e-c91f-3a9c-aec4-16cfeb1139a2,2020-01-14 18:16:35.633 UTC,,ijK+9ZcGf13cWZA/qhXuBw==,jpAXfT6YyWKvoC1prldXDQ==,,f36Hy+1pKKWzcqF4V/BWyQ==,HrdwHg9W39vRx6rIrRpy9Q== -50d7664f-410b-304b-94d7-e92b34120b29,2020-01-14 18:16:21.319 UTC,,8ZLule+DnZdb8AIA14kRBQ==,sO58clxI5zkEaxeCrA/JUg==,,Z2Awsm5Gs04mzguKQr49bA==,2qCxWhNtSwP8w4qSW88hSg== -fc088212-3acb-3d44-8cd6-84d0cef06eeb,2020-01-14 18:15:33.780 UTC,,8ZLule+DnZdb8AIA14kRBQ==,sO58clxI5zkEaxeCrA/JUg==,,pNPEEWRlR+lPnqcLPcZQTw==,2qCxWhNtSwP8w4qSW88hSg== -414ec13b-4bc8-31ec-859b-9b69f76df4e7,2020-02-12 22:05:32.739 UTC,,8ZLule+DnZdb8AIA14kRBQ==,sO58clxI5zkEaxeCrA/JUg==,,lk7JzmXjCIkALThksKvyKQ==,2qCxWhNtSwP8w4qSW88hSg== -6fb66f50-d98e-3780-a152-bd63c8d0a19d,2020-01-14 18:15:33.780 UTC,,8ZLule+DnZdb8AIA14kRBQ==,sO58clxI5zkEaxeCrA/JUg==,,pNPEEWRlR+lPnqcLPcZQTw==,2qCxWhNtSwP8w4qSW88hSg== -763c7df1-5fc9-3a68-94dc-3b611ee0603b,2020-01-28 22:48:48.304 UTC,,8ZLule+DnZdb8AIA14kRBQ==,+YOLhr9g8k8xFwKzhI9y9Q==,,2xVllcL5cN/fwezksPscbw==,2qCxWhNtSwP8w4qSW88hSg== -5a024b6a-3269-3951-a5de-6a3b79f6f9cc,2020-01-14 18:17:39.366 UTC,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,s6j48y+8uBEFBwqLX249Bg==,4eGJe8vrRPZePAkjdl4AXA== -5b0da455-e2e4-374b-b755-2d02e303b43b,2020-01-14 18:17:39.364 UTC,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,s6j48y+8uBEFBwqLX249Bg==,4eGJe8vrRPZePAkjdl4AXA== -cf6bafee-aa2e-3355-8201-dfae7a2dae06,2020-01-14 18:17:39.366 UTC,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,W+jsHZgiY4bb7Rr3kWNzrg==,4eGJe8vrRPZePAkjdl4AXA== -55bb3a0e-a9af-3353-aee2-b9389556e40d,2020-01-14 18:17:39.364 UTC,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,Ttz7dlmABr4c2087aiaouQ==,4eGJe8vrRPZePAkjdl4AXA== -f01594de-ce7a-3681-808e-039449d82a41,2020-01-14 18:17:39.365 UTC,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,1cjxn+utgIS+vD9TYqVsWQ==,4eGJe8vrRPZePAkjdl4AXA== -18bf6fa5-e6b1-34c8-8be3-61acdbde5ed6,2020-01-14 18:17:39.364 UTC,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,DSQCzO87lLFngpaPonYBNQ==,4eGJe8vrRPZePAkjdl4AXA== -9c48d5e5-c0f6-3ccc-9bbe-33dc42cf6154,2020-01-14 18:17:39.365 UTC,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,W+jsHZgiY4bb7Rr3kWNzrg==,4eGJe8vrRPZePAkjdl4AXA== -bcc6fcc6-cc74-32c1-9e96-61d1132cc1a2,2020-01-14 18:17:39.366 UTC,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,p+EpkMM8m7sHycKAW2a3og==,4eGJe8vrRPZePAkjdl4AXA== -f9725eae-46e3-3ceb-9af6-589ed6b206e5,2020-01-14 18:17:39.363 UTC,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,5aykE/wKpGHXnlvk4PNJmQ==,4eGJe8vrRPZePAkjdl4AXA== -7b147273-b5ae-3b96-b779-708d949ddc60,2020-01-14 18:17:39.361 UTC,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,p+EpkMM8m7sHycKAW2a3og==,4eGJe8vrRPZePAkjdl4AXA== -a2b0128b-2cc7-3e67-a42a-90c5be90ea0c,2020-01-14 18:17:39.362 UTC,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,mXU+a7ggIWil23NCRhTtFA==,4eGJe8vrRPZePAkjdl4AXA== -04bfea04-8144-39f7-864f-5b15b22f730c,2020-01-14 18:17:39.365 UTC,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,DSQCzO87lLFngpaPonYBNQ==,4eGJe8vrRPZePAkjdl4AXA== -241b2c00-c86b-3323-b28c-ebe3090d6597,2020-01-14 18:17:39.362 UTC,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,1cjxn+utgIS+vD9TYqVsWQ==,4eGJe8vrRPZePAkjdl4AXA== -a6c41181-0057-3d31-b199-f4bd759a04c9,2020-01-14 18:17:39.365 UTC,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,1cjxn+utgIS+vD9TYqVsWQ==,4eGJe8vrRPZePAkjdl4AXA== -f7b092f8-5081-376c-a774-efe167f5ec0d,2020-01-14 18:17:39.363 UTC,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,Ttz7dlmABr4c2087aiaouQ==,4eGJe8vrRPZePAkjdl4AXA== -1f0394fc-6d0e-3e91-a1f4-8949be145c26,2020-01-14 18:17:39.366 UTC,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,mXU+a7ggIWil23NCRhTtFA==,4eGJe8vrRPZePAkjdl4AXA== -912d5bcd-25b5-35c5-b446-0b574088af11,2020-01-14 18:17:39.363 UTC,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,5aykE/wKpGHXnlvk4PNJmQ==,4eGJe8vrRPZePAkjdl4AXA== -6504dd41-006b-32fa-bf14-a5aad6449a2b,2020-01-14 18:16:35.633 UTC,,H9D5C5TIKpFF9zCwjPAlQQ==,jpAXfT6YyWKvoC1prldXDQ==,,hFZ+1T18mwWcvZVdVk9wUw==,LlVrgVg7nBjwpLqLVMpvNQ== -e6387ffd-2521-3afc-b9a5-c21e9772495c,2020-01-14 18:16:35.632 UTC,,H9D5C5TIKpFF9zCwjPAlQQ==,jpAXfT6YyWKvoC1prldXDQ==,,KVa9cmJ80u9kas68sBQfYw==,LlVrgVg7nBjwpLqLVMpvNQ== -50931d16-a3d0-37a9-8bac-d7b0518ce918,2020-01-14 18:16:35.633 UTC,,H9D5C5TIKpFF9zCwjPAlQQ==,jpAXfT6YyWKvoC1prldXDQ==,,nZ6AphSTZZJkDFQC6uUL8A==,LlVrgVg7nBjwpLqLVMpvNQ== -80b4efe6-aeac-384a-b33e-be24e4c95aef,2020-01-14 18:16:35.632 UTC,,H9D5C5TIKpFF9zCwjPAlQQ==,jpAXfT6YyWKvoC1prldXDQ==,,Valv4Yi7Itf++FZSap+qcw==,LlVrgVg7nBjwpLqLVMpvNQ== -b38901a4-6303-3085-982f-9ca8168df154,2020-01-14 18:16:35.633 UTC,,H9D5C5TIKpFF9zCwjPAlQQ==,jpAXfT6YyWKvoC1prldXDQ==,,ug8UaK6R/jaYiCBQ+UNgRg==,LlVrgVg7nBjwpLqLVMpvNQ== -059c9326-039c-3e6f-aa17-14d697dbab5f,2020-01-14 18:16:35.633 UTC,,H9D5C5TIKpFF9zCwjPAlQQ==,jpAXfT6YyWKvoC1prldXDQ==,,UJfIQ+gQ1xB7ScwVOaS9Lw==,LlVrgVg7nBjwpLqLVMpvNQ== -7db25fe3-cfdf-3b9b-8903-8ea3b7941acd,2020-01-14 18:16:35.632 UTC,,H9D5C5TIKpFF9zCwjPAlQQ==,jpAXfT6YyWKvoC1prldXDQ==,,wYvU15Mk2E+TA15eF5dBgg==,LlVrgVg7nBjwpLqLVMpvNQ== -8e56eb1b-af2c-353a-b028-bf81808ee5e2,2020-01-14 18:17:03.177 UTC,,kWLD+KFxWOrSCyLmCsjBzw==,sO58clxI5zkEaxeCrA/JUg==,,NfYX4NWb6ciXSE6yaz27qA==,G8+WhnT6+AYSRsB2IIfRkQ== -8f9dbcec-9a81-3917-bd7d-babb6415539c,2020-01-14 18:17:29.869 UTC,,kWLD+KFxWOrSCyLmCsjBzw==,sO58clxI5zkEaxeCrA/JUg==,,YGur4ToNCJR46M/EhYVhwQ==,G8+WhnT6+AYSRsB2IIfRkQ== -89fb399c-8365-3fde-abd5-c44c4e384daf,2020-01-14 18:17:42.296 UTC,,kWLD+KFxWOrSCyLmCsjBzw==,sO58clxI5zkEaxeCrA/JUg==,,1cjxn+utgIS+vD9TYqVsWQ==,G8+WhnT6+AYSRsB2IIfRkQ== -4fff4036-c474-3302-bc31-6673a49bbbe6,2020-06-02 10:28:03.262 UTC,,koQi7SWQaDjrnyNIeNA6Kg==,9LSwelCjdUPFe0U/4KnJvA==,,q4IocFvdGTyPVmZuM+kT2Q==,1B2M2Y8AsgTpgAmY7PhCfg== -0798ca82-fe93-3d4b-bee5-a021ad88b39b,2020-06-02 10:32:03.900 UTC,,koQi7SWQaDjrnyNIeNA6Kg==,SSMmcwytbLYagSsRb7p9ZQ==,,q4IocFvdGTyPVmZuM+kT2Q==,1B2M2Y8AsgTpgAmY7PhCfg== -6197c104-cff0-310c-a7b1-74d7651dec8e,2020-06-01 22:14:18.734 UTC,,koQi7SWQaDjrnyNIeNA6Kg==,9LSwelCjdUPFe0U/4KnJvA==,,q4IocFvdGTyPVmZuM+kT2Q==,1B2M2Y8AsgTpgAmY7PhCfg== -40d42fab-54e0-32e6-ab36-ef7706f5f6c2,2020-04-17 14:45:37.318 UTC,,koQi7SWQaDjrnyNIeNA6Kg==,gdKmWwZEUSnCNP7qzMzCsg==,,15DdzXrAUk9I58lLdTJQhw==,ifg1aIy7oOkIVUHvOvQjNQ== -bb8c7fc2-ad73-3c32-88d6-a42ad1255883,2020-04-17 14:45:37.320 UTC,,koQi7SWQaDjrnyNIeNA6Kg==,gdKmWwZEUSnCNP7qzMzCsg==,,LG3RqxyOV9rEnzNqyHEBpw==,ifg1aIy7oOkIVUHvOvQjNQ== -c223d976-b57e-3eca-9199-a51370d46135,2020-04-17 14:45:37.319 UTC,,koQi7SWQaDjrnyNIeNA6Kg==,gdKmWwZEUSnCNP7qzMzCsg==,,OIRpeRDGynbwlzsVMEvlKw==,ifg1aIy7oOkIVUHvOvQjNQ== -65f94a52-be18-324a-8589-39c9132c175f,2020-04-17 14:45:37.317 UTC,,koQi7SWQaDjrnyNIeNA6Kg==,gdKmWwZEUSnCNP7qzMzCsg==,,jtV9jCj6SjRd0QrxWJ2Tog==,ifg1aIy7oOkIVUHvOvQjNQ== -a4677caa-ec47-3087-89db-bea8532ba68e,2020-04-17 14:45:37.318 UTC,,koQi7SWQaDjrnyNIeNA6Kg==,gdKmWwZEUSnCNP7qzMzCsg==,,A1xzVGyCJr1rre7cbSBeBg==,ifg1aIy7oOkIVUHvOvQjNQ== -7c376dcf-b83f-31fb-9caf-b47dd26e7e6c,2020-01-14 18:16:15.022 UTC,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,pbVsa7r/sLMlou22QASNKA==,7kdVw+m5Vnm+4XN0FrW8ag== -8a5af973-4b14-32bf-a6a0-dac59be81a9d,2020-01-14 18:16:15.023 UTC,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,DQ4IviMuMCMg6FKJnMmdFQ==,7kdVw+m5Vnm+4XN0FrW8ag== -c4d37966-175d-302c-971c-452107e252c8,2020-01-14 18:16:15.022 UTC,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,nSDtj+7DLXHQeN8ROHTHyA==,7kdVw+m5Vnm+4XN0FrW8ag== -e65d9c06-4525-3357-a6aa-74eda44dda7d,2020-01-14 18:16:15.022 UTC,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,LOBE7WYU/33nZILoFQO1dQ==,7kdVw+m5Vnm+4XN0FrW8ag== -51f0a18f-b3c9-3e3f-ba88-c3ae0144602f,2020-01-14 18:16:15.023 UTC,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,/V/PpN3dHPPSLwv8QosyEA==,7kdVw+m5Vnm+4XN0FrW8ag== -6344d7f5-9cdd-3d1a-8ecf-738d6e40c798,2020-01-14 18:16:15.023 UTC,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,C+O3XZvyBUTsKlYjHcetFg==,7kdVw+m5Vnm+4XN0FrW8ag== -373b0ff2-b568-36bf-881d-39ccae56a2ce,2020-01-14 18:16:15.366 UTC,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,BN1OnuKTBvcDNWdtprlPXw==,7kdVw+m5Vnm+4XN0FrW8ag== -7071a980-274a-3b4d-b3ff-18e67f49d2de,2020-01-14 18:16:15.364 UTC,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,LDAt2/adFSKHoJ9Ibs+4uQ==,7kdVw+m5Vnm+4XN0FrW8ag== -660cef59-f332-353c-b3ab-c79a54f3c045,2020-01-14 18:20:21.581 UTC,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,LulEzXsAaPKGs/CpTRz5tg==,7kdVw+m5Vnm+4XN0FrW8ag== -6825adde-41bb-38a2-8171-68ddbbd6ee5a,2020-01-14 18:20:21.581 UTC,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,zP+nOscebyky1eQ+7KNk0Q==,7kdVw+m5Vnm+4XN0FrW8ag== -f23ef40b-57c3-33a0-b8d9-c26c4a4d1fb8,2020-01-14 18:20:21.581 UTC,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,LulEzXsAaPKGs/CpTRz5tg==,7kdVw+m5Vnm+4XN0FrW8ag== -fe52ffd9-d396-38e9-8bfc-18b9ca5b7023,2020-01-14 18:16:15.022 UTC,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,LOBE7WYU/33nZILoFQO1dQ==,7kdVw+m5Vnm+4XN0FrW8ag== -d5851a28-12c5-39ce-adb8-61118339db7a,2020-01-14 18:16:15.023 UTC,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,Z2Awsm5Gs04mzguKQr49bA==,7kdVw+m5Vnm+4XN0FrW8ag== -6c88c0f2-fe5e-3e68-abf9-bcb8f585c37c,2020-01-14 18:20:21.582 UTC,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,Cm1WBD+epGr9uYN0RTeuJA==,7kdVw+m5Vnm+4XN0FrW8ag== -bd475864-1dcb-3cfa-83f0-2460d12d6010,2020-01-14 18:16:15.022 UTC,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,WyqD5w0IQ0jJLuWsh+/eNg==,7kdVw+m5Vnm+4XN0FrW8ag== -2f1731d8-9c9d-3fe2-bd40-1ec64a69746f,2020-02-13 22:50:47.588 UTC,,QFrI0TqS+y2pbJ/UkHGJsA==,8A+t+1y7scUIKVy+NElZXQ==,,diNmtE5s7ZwMDd/pTkF35A==,u5wixtmmlikW61/ZQ4Mcuw== -0afdb319-06cd-38cb-8610-6ecfad43f7d6,2020-02-08 11:35:43.205 UTC,,IvNjXozgeOgYARYpYoVWpQ==,+tML7jFxwwU2qLetB+dM4w==,,UYhGgl4rOPcbBDd3T46ZMg==,ZfFLpuYER8xYfW24G99wDg== -f2ecc45e-0546-3576-98ff-8b3e042bb23b,2020-01-14 18:18:13.912 UTC,,IvNjXozgeOgYARYpYoVWpQ==,ZAHt6/jcR6cEygvbqcBJvQ==,,DfnEnkmo9vCjCBxJZ/cTNA==,o/dNyVrdHUXADUVtP8Bh1A== -3e88d570-501f-35f6-9c2f-ab10c8b03373,2020-01-14 18:17:43.915 UTC,,IvNjXozgeOgYARYpYoVWpQ==,geeJXyah/XIs4wFKX4yLPw==,,OhRyTWBqG1MzshtTqva++g==,o/dNyVrdHUXADUVtP8Bh1A== -4beed4a2-3ecc-3160-b22b-b554b4d6b69c,2020-05-13 18:40:36.683 UTC,,IvNjXozgeOgYARYpYoVWpQ==,8A+t+1y7scUIKVy+NElZXQ==,,yDL3TT3wQqGNMyhJFZLqSw==,o/dNyVrdHUXADUVtP8Bh1A== -a50f86ee-d623-3883-ab9f-eaad6053822b,2020-05-21 22:25:36.296 UTC,,IvNjXozgeOgYARYpYoVWpQ==,8A+t+1y7scUIKVy+NElZXQ==,,wOnoiMX7+0Ak9tk8hqB9IQ==,o/dNyVrdHUXADUVtP8Bh1A== -a1397996-a986-359d-8c1b-f8649460c323,2020-05-21 16:55:57.051 UTC,,IvNjXozgeOgYARYpYoVWpQ==,8A+t+1y7scUIKVy+NElZXQ==,,sCNBeFWBvbli56EVd6fn6A==,KCktEehVrIbhWEeNdYodrw== -69788b5f-225c-3a22-a5dd-eb88cffd5599,2020-01-14 18:18:27.398 UTC,,HIC/7y+U5x7j5xJKHiiMyA==,FLdem5Xg6BuTAexJSR98ng==,,b6T00R7pQqAsjgQg9wrsBA==,nsKFzHEch+RckkT0+J/JlA== -bedd1876-644b-32b5-ae7b-59c344dd33e1,2020-01-14 18:19:43.717 UTC,,HIC/7y+U5x7j5xJKHiiMyA==,FLdem5Xg6BuTAexJSR98ng==,,nEZvf1o9uLkmymQnGbbL6w==,nsKFzHEch+RckkT0+J/JlA== -4d57b0b9-6873-3c05-9acc-719548d36b60,2020-05-14 17:58:53.168 UTC,,HIC/7y+U5x7j5xJKHiiMyA==,TMdF2nURASndj5NwCRjxyg==,,lKMxeYv/QRkLNzSRgB5vFQ==,R+3pYYmj3bkz/1n/Dhadlw== -bef2017b-3f7b-3cc3-a298-d85c6abbcc40,2020-01-14 18:20:31.375 UTC,,YuxWC1xyWlr5BLzcehg/ew==,47UNWJGjYX7LIJMHU5QERA==,,KFghOWuBl/VdbOhPnRUPng==,oN0pwsP75hxQZ/5GduhDCA== -c0343ef5-1485-3e1b-bf8c-40f5176f6b20,2020-04-23 16:35:37.305 UTC,,YuxWC1xyWlr5BLzcehg/ew==,lKvjEtV1+jrL3wHMryQY6Q==,,ELp2roz/cOAG3nqrz13xCw==,oN0pwsP75hxQZ/5GduhDCA== -21870724-3751-3ab5-aa1e-843e5fe3f0c2,2020-01-14 18:17:02.920 UTC,,YuxWC1xyWlr5BLzcehg/ew==,b2qMGOWpCdWVnEV59zAbiw==,,tw/NwVrCR7H7ALaWeyOrXg==,oN0pwsP75hxQZ/5GduhDCA== -d7ba0db0-9c97-30e2-bdf5-d8e4bbb9e1ea,2020-01-14 18:18:19.702 UTC,,YuxWC1xyWlr5BLzcehg/ew==,b2qMGOWpCdWVnEV59zAbiw==,,wlN7/8FFLQLu0zjk7kVgRw==,oN0pwsP75hxQZ/5GduhDCA== -988202b6-7d32-3a4a-87ee-ebfb198e93f0,2020-01-14 18:20:31.375 UTC,,YuxWC1xyWlr5BLzcehg/ew==,b2qMGOWpCdWVnEV59zAbiw==,,Cm1WBD+epGr9uYN0RTeuJA==,oN0pwsP75hxQZ/5GduhDCA== -05ef798a-bd70-3eef-a948-acc48d817b79,2020-01-14 18:20:32.949 UTC,,YuxWC1xyWlr5BLzcehg/ew==,b2qMGOWpCdWVnEV59zAbiw==,,IlthoO5uUm79sFldA32xzw==,oN0pwsP75hxQZ/5GduhDCA== -b5679448-0626-3ea5-ad04-4f9f97e9b4b2,2020-01-14 18:17:43.898 UTC,,YuxWC1xyWlr5BLzcehg/ew==,baVWrUnP9Ghlx41q5M9/4w==,,OhRyTWBqG1MzshtTqva++g==,nHT1NDdnNMyg/WVPBvSbEA== -f949999f-3e94-39a6-ae6f-cefcb08e4875,2020-01-14 18:20:30.688 UTC,,YuxWC1xyWlr5BLzcehg/ew==,zZNV5/rKTgV7b/Vfu5fw0Q==,,zP+nOscebyky1eQ+7KNk0Q==,nHT1NDdnNMyg/WVPBvSbEA== -9cdbd129-4fc7-3a4b-9ffc-aee11437315c,2020-01-14 18:17:46.583 UTC,,YuxWC1xyWlr5BLzcehg/ew==,YUs5mM77Psm3nIUqsMnS7w==,,cxg4F5kWz7YbRK2PFPgsAA==,3EofVMaNH2CdiI9648I5WQ== -6f8d4d76-d324-330d-93f2-adcfe09c3563,2020-02-25 15:35:34.473 UTC,,YuxWC1xyWlr5BLzcehg/ew==,+UJPKrCPxA4WZpxorVOaDQ==,,qh5fiQlRZu0qrrdAibLmWA==,TZD7dmw7Ud5X+kLoYMAyFw== -97f3eb98-c9c8-38b6-b23d-d38bdd9b4c45,2020-03-03 18:00:35.166 UTC,,YuxWC1xyWlr5BLzcehg/ew==,+UJPKrCPxA4WZpxorVOaDQ==,,M9LF/6J2be3J8236Dt7hkw==,TZD7dmw7Ud5X+kLoYMAyFw== -694cf66f-3bf6-3b73-93c0-eb5562032d0f,2020-01-14 18:19:52.223 UTC,,Xw75k6KykGSlW0FQiTTV4Q==,oPKEzRDxkuxQI2wLGhiqmQ==,,FzZzmUWqY++2EwmbJRnHbw==,AuWMZNBc8RBylZ5TQk1DRQ== -ce675f57-130b-37e4-892b-5d11e64207ee,2020-01-14 18:18:36.355 UTC,,uxYKc4jvw5H9awoWiPOvRw==,h1ppykCI98qBdh3wZBc/RA==,,8rBdRItiFarGJW+kVzwPVQ==,yQPYB80Dp+KPfD+f9kyhbg== -1f891805-2832-304b-b554-297fccb210f6,2020-01-14 18:18:32.715 UTC,,uxYKc4jvw5H9awoWiPOvRw==,Pldj3KyAcG+PA9zXWHSSUQ==,,annWbnGV6Wm0WZmgZTLo3A==,yDpT1s0dSo90oqbUKds9tg== -9f890b5d-15fa-339d-8a9b-6f2ac409bc8f,2020-01-14 18:18:39.406 UTC,,uxYKc4jvw5H9awoWiPOvRw==,zMv2LSUoKFNj3FInNQ2WDg==,,/KYFBKIpw4P1fQaFuInvVw==,oNtKDwinBJV5QuBJWXMC+Q== -e1aab236-d2f6-3ce0-858d-bda3b68cdedc,2020-01-14 18:18:39.757 UTC,,uxYKc4jvw5H9awoWiPOvRw==,BQiGyDKRJQZIZap/feH8vQ==,,jwh1Xu20S3exqKMDDeQ4Pw==,oNtKDwinBJV5QuBJWXMC+Q== -680e179d-028e-33df-baf2-44d286ca7ae7,2020-01-14 18:18:39.406 UTC,,uxYKc4jvw5H9awoWiPOvRw==,zMv2LSUoKFNj3FInNQ2WDg==,,ynm61dpfsOFFU03agsoAdw==,oNtKDwinBJV5QuBJWXMC+Q== -49258455-5a16-3497-b6bd-f30b241ad904,2020-01-14 18:18:39.757 UTC,,uxYKc4jvw5H9awoWiPOvRw==,BQiGyDKRJQZIZap/feH8vQ==,,/KYFBKIpw4P1fQaFuInvVw==,oNtKDwinBJV5QuBJWXMC+Q== -3c0c8230-26d7-3469-b5e1-7ef7cffe10a7,2020-01-14 18:18:41.276 UTC,,uxYKc4jvw5H9awoWiPOvRw==,j+8StUsTGNVn0Y2crAe5+w==,,iYfxrbSZArF3RawN3xANuA==,oNtKDwinBJV5QuBJWXMC+Q== -c65227a1-9e97-327d-9034-d8473778b610,2020-01-14 18:19:51.004 UTC,,uxYKc4jvw5H9awoWiPOvRw==,Nygo/uHAezuNmVS6qGiPIg==,,qCHUoxKAeXksGP+OOYpgvQ==,oNtKDwinBJV5QuBJWXMC+Q== -c37405e7-4734-37ea-bbfe-dd53028c37ce,2020-01-14 18:18:35.547 UTC,,uxYKc4jvw5H9awoWiPOvRw==,1+FNlH3yXzcUlwYUEBGrHA==,,8rBdRItiFarGJW+kVzwPVQ==,djO2//OHUGmEOx76gkJspQ== -4d92b509-65bd-3f8f-a5a7-cb1bf0fbf616,2020-01-14 18:19:45.346 UTC,,uxYKc4jvw5H9awoWiPOvRw==,+UJPKrCPxA4WZpxorVOaDQ==,,FzZzmUWqY++2EwmbJRnHbw==,djO2//OHUGmEOx76gkJspQ== -9d623518-c409-3331-8cf8-9ce5c123e554,2020-01-14 18:18:32.718 UTC,,uxYKc4jvw5H9awoWiPOvRw==,/y/vB6/TQ4a6sL6CX/OozQ==,,qUJOowjxLFIuFVVbB9FZtA==,djO2//OHUGmEOx76gkJspQ== -93b87f52-0516-3e37-8796-c348c4f264e9,2020-01-14 18:17:57.070 UTC,,uxYKc4jvw5H9awoWiPOvRw==,yVsVMiJY3IXZIY1qraLVPA==,,Ty7y0cLif18OnhqvkyCN5Q==,djO2//OHUGmEOx76gkJspQ== +01be3c8b-2b01-3c60-8f21-052674dd46aa,2020-01-14 18:17:43.872,,pcEYeSFroju4+7A6iWHfUg==,PmYz9ZMF96920EAe6Tasag==,,iPHafipvnOaU27T2oMVtyg==,WTqufJtbh7v3roegE+uXPg== +d7e50170-6319-32b9-a7d5-dd16a8724f92,2020-01-14 18:16:31.610,,XcPAOsMOMwd06Murx7/nqA==,8A+t+1y7scUIKVy+NElZXQ==,,Valv4Yi7Itf++FZSap+qcw==,U0sS3F8Ucj35fMQKR7/7kg== +c24dcb88-7e56-381d-a029-c89f2f4e3c8c,2020-01-14 18:19:49.655,,C9os1opzSfmTrS9vLnU7qA==,AsLhO2bPaT2pvr21NZGUcQ==,,FzZzmUWqY++2EwmbJRnHbw==,TTtXVqVzduOW9ghO+c8cRQ== +c4c7d29b-eca0-3fce-a887-ec32994fe464,2020-01-14 18:19:49.655,,C9os1opzSfmTrS9vLnU7qA==,AsLhO2bPaT2pvr21NZGUcQ==,,nEZvf1o9uLkmymQnGbbL6w==,TTtXVqVzduOW9ghO+c8cRQ== +1fd0f1cb-2603-3816-ad29-17f6a2df8f55,2020-06-24 20:41:16.409,,6OdeM6QFfon2FH15xg03KQ==,87/aXzPnEdYOR7EdhCStbw==,,99O17q7wiqsxA5H4gtipkw==,nfV1P4DxPARgE5zylu3K4w== +74c4d459-dc96-370d-ae87-c8c99cb4c8f5,2020-01-14 18:16:35.632,,ijK+9ZcGf13cWZA/qhXuBw==,jpAXfT6YyWKvoC1prldXDQ==,,7RYAbkJGG0ovdOrJP6YeLw==,HrdwHg9W39vRx6rIrRpy9Q== +1b44ce51-bb37-386f-b5d6-166787a2c667,2020-01-14 18:16:35.632,,ijK+9ZcGf13cWZA/qhXuBw==,jpAXfT6YyWKvoC1prldXDQ==,,f36Hy+1pKKWzcqF4V/BWyQ==,HrdwHg9W39vRx6rIrRpy9Q== +f4259c5f-9f0c-3c87-ae64-03dfbbd4b913,2020-01-14 18:16:35.632,,ijK+9ZcGf13cWZA/qhXuBw==,jpAXfT6YyWKvoC1prldXDQ==,,W/RHtRY1XlBVo9NbMdO/yA==,HrdwHg9W39vRx6rIrRpy9Q== +71def879-89b5-363d-b4ee-6457fca5f040,2020-01-14 18:16:35.633,,ijK+9ZcGf13cWZA/qhXuBw==,jpAXfT6YyWKvoC1prldXDQ==,,2xVllcL5cN/fwezksPscbw==,HrdwHg9W39vRx6rIrRpy9Q== +fcecc27c-b48e-329b-9e49-8c73b479fe94,2020-01-14 18:16:35.632,,ijK+9ZcGf13cWZA/qhXuBw==,jpAXfT6YyWKvoC1prldXDQ==,,2xVllcL5cN/fwezksPscbw==,HrdwHg9W39vRx6rIrRpy9Q== +a5eacd5e-c91f-3a9c-aec4-16cfeb1139a2,2020-01-14 18:16:35.633,,ijK+9ZcGf13cWZA/qhXuBw==,jpAXfT6YyWKvoC1prldXDQ==,,f36Hy+1pKKWzcqF4V/BWyQ==,HrdwHg9W39vRx6rIrRpy9Q== +50d7664f-410b-304b-94d7-e92b34120b29,2020-01-14 18:16:21.319,,8ZLule+DnZdb8AIA14kRBQ==,sO58clxI5zkEaxeCrA/JUg==,,Z2Awsm5Gs04mzguKQr49bA==,2qCxWhNtSwP8w4qSW88hSg== +fc088212-3acb-3d44-8cd6-84d0cef06eeb,2020-01-14 18:15:33.780,,8ZLule+DnZdb8AIA14kRBQ==,sO58clxI5zkEaxeCrA/JUg==,,pNPEEWRlR+lPnqcLPcZQTw==,2qCxWhNtSwP8w4qSW88hSg== +414ec13b-4bc8-31ec-859b-9b69f76df4e7,2020-02-12 22:05:32.739,,8ZLule+DnZdb8AIA14kRBQ==,sO58clxI5zkEaxeCrA/JUg==,,lk7JzmXjCIkALThksKvyKQ==,2qCxWhNtSwP8w4qSW88hSg== +6fb66f50-d98e-3780-a152-bd63c8d0a19d,2020-01-14 18:15:33.780,,8ZLule+DnZdb8AIA14kRBQ==,sO58clxI5zkEaxeCrA/JUg==,,pNPEEWRlR+lPnqcLPcZQTw==,2qCxWhNtSwP8w4qSW88hSg== +763c7df1-5fc9-3a68-94dc-3b611ee0603b,2020-01-28 22:48:48.304,,8ZLule+DnZdb8AIA14kRBQ==,+YOLhr9g8k8xFwKzhI9y9Q==,,2xVllcL5cN/fwezksPscbw==,2qCxWhNtSwP8w4qSW88hSg== +5a024b6a-3269-3951-a5de-6a3b79f6f9cc,2020-01-14 18:17:39.366,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,s6j48y+8uBEFBwqLX249Bg==,4eGJe8vrRPZePAkjdl4AXA== +5b0da455-e2e4-374b-b755-2d02e303b43b,2020-01-14 18:17:39.364,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,s6j48y+8uBEFBwqLX249Bg==,4eGJe8vrRPZePAkjdl4AXA== +cf6bafee-aa2e-3355-8201-dfae7a2dae06,2020-01-14 18:17:39.366,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,W+jsHZgiY4bb7Rr3kWNzrg==,4eGJe8vrRPZePAkjdl4AXA== +55bb3a0e-a9af-3353-aee2-b9389556e40d,2020-01-14 18:17:39.364,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,Ttz7dlmABr4c2087aiaouQ==,4eGJe8vrRPZePAkjdl4AXA== +f01594de-ce7a-3681-808e-039449d82a41,2020-01-14 18:17:39.365,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,1cjxn+utgIS+vD9TYqVsWQ==,4eGJe8vrRPZePAkjdl4AXA== +18bf6fa5-e6b1-34c8-8be3-61acdbde5ed6,2020-01-14 18:17:39.364,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,DSQCzO87lLFngpaPonYBNQ==,4eGJe8vrRPZePAkjdl4AXA== +9c48d5e5-c0f6-3ccc-9bbe-33dc42cf6154,2020-01-14 18:17:39.365,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,W+jsHZgiY4bb7Rr3kWNzrg==,4eGJe8vrRPZePAkjdl4AXA== +bcc6fcc6-cc74-32c1-9e96-61d1132cc1a2,2020-01-14 18:17:39.366,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,p+EpkMM8m7sHycKAW2a3og==,4eGJe8vrRPZePAkjdl4AXA== +f9725eae-46e3-3ceb-9af6-589ed6b206e5,2020-01-14 18:17:39.363,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,5aykE/wKpGHXnlvk4PNJmQ==,4eGJe8vrRPZePAkjdl4AXA== +7b147273-b5ae-3b96-b779-708d949ddc60,2020-01-14 18:17:39.361,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,p+EpkMM8m7sHycKAW2a3og==,4eGJe8vrRPZePAkjdl4AXA== +a2b0128b-2cc7-3e67-a42a-90c5be90ea0c,2020-01-14 18:17:39.362,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,mXU+a7ggIWil23NCRhTtFA==,4eGJe8vrRPZePAkjdl4AXA== +04bfea04-8144-39f7-864f-5b15b22f730c,2020-01-14 18:17:39.365,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,DSQCzO87lLFngpaPonYBNQ==,4eGJe8vrRPZePAkjdl4AXA== +241b2c00-c86b-3323-b28c-ebe3090d6597,2020-01-14 18:17:39.362,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,1cjxn+utgIS+vD9TYqVsWQ==,4eGJe8vrRPZePAkjdl4AXA== +a6c41181-0057-3d31-b199-f4bd759a04c9,2020-01-14 18:17:39.365,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,1cjxn+utgIS+vD9TYqVsWQ==,4eGJe8vrRPZePAkjdl4AXA== +f7b092f8-5081-376c-a774-efe167f5ec0d,2020-01-14 18:17:39.363,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,Ttz7dlmABr4c2087aiaouQ==,4eGJe8vrRPZePAkjdl4AXA== +1f0394fc-6d0e-3e91-a1f4-8949be145c26,2020-01-14 18:17:39.366,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,mXU+a7ggIWil23NCRhTtFA==,4eGJe8vrRPZePAkjdl4AXA== +912d5bcd-25b5-35c5-b446-0b574088af11,2020-01-14 18:17:39.363,,o+E5YBL2iuwch/klBj29vg==,VBbpHEu+0bvwsLeVlosq1Q==,,5aykE/wKpGHXnlvk4PNJmQ==,4eGJe8vrRPZePAkjdl4AXA== +6504dd41-006b-32fa-bf14-a5aad6449a2b,2020-01-14 18:16:35.633,,H9D5C5TIKpFF9zCwjPAlQQ==,jpAXfT6YyWKvoC1prldXDQ==,,hFZ+1T18mwWcvZVdVk9wUw==,LlVrgVg7nBjwpLqLVMpvNQ== +e6387ffd-2521-3afc-b9a5-c21e9772495c,2020-01-14 18:16:35.632,,H9D5C5TIKpFF9zCwjPAlQQ==,jpAXfT6YyWKvoC1prldXDQ==,,KVa9cmJ80u9kas68sBQfYw==,LlVrgVg7nBjwpLqLVMpvNQ== +50931d16-a3d0-37a9-8bac-d7b0518ce918,2020-01-14 18:16:35.633,,H9D5C5TIKpFF9zCwjPAlQQ==,jpAXfT6YyWKvoC1prldXDQ==,,nZ6AphSTZZJkDFQC6uUL8A==,LlVrgVg7nBjwpLqLVMpvNQ== +80b4efe6-aeac-384a-b33e-be24e4c95aef,2020-01-14 18:16:35.632,,H9D5C5TIKpFF9zCwjPAlQQ==,jpAXfT6YyWKvoC1prldXDQ==,,Valv4Yi7Itf++FZSap+qcw==,LlVrgVg7nBjwpLqLVMpvNQ== +b38901a4-6303-3085-982f-9ca8168df154,2020-01-14 18:16:35.633,,H9D5C5TIKpFF9zCwjPAlQQ==,jpAXfT6YyWKvoC1prldXDQ==,,ug8UaK6R/jaYiCBQ+UNgRg==,LlVrgVg7nBjwpLqLVMpvNQ== +059c9326-039c-3e6f-aa17-14d697dbab5f,2020-01-14 18:16:35.633,,H9D5C5TIKpFF9zCwjPAlQQ==,jpAXfT6YyWKvoC1prldXDQ==,,UJfIQ+gQ1xB7ScwVOaS9Lw==,LlVrgVg7nBjwpLqLVMpvNQ== +7db25fe3-cfdf-3b9b-8903-8ea3b7941acd,2020-01-14 18:16:35.632,,H9D5C5TIKpFF9zCwjPAlQQ==,jpAXfT6YyWKvoC1prldXDQ==,,wYvU15Mk2E+TA15eF5dBgg==,LlVrgVg7nBjwpLqLVMpvNQ== +8e56eb1b-af2c-353a-b028-bf81808ee5e2,2020-01-14 18:17:03.177,,kWLD+KFxWOrSCyLmCsjBzw==,sO58clxI5zkEaxeCrA/JUg==,,NfYX4NWb6ciXSE6yaz27qA==,G8+WhnT6+AYSRsB2IIfRkQ== +8f9dbcec-9a81-3917-bd7d-babb6415539c,2020-01-14 18:17:29.869,,kWLD+KFxWOrSCyLmCsjBzw==,sO58clxI5zkEaxeCrA/JUg==,,YGur4ToNCJR46M/EhYVhwQ==,G8+WhnT6+AYSRsB2IIfRkQ== +89fb399c-8365-3fde-abd5-c44c4e384daf,2020-01-14 18:17:42.296,,kWLD+KFxWOrSCyLmCsjBzw==,sO58clxI5zkEaxeCrA/JUg==,,1cjxn+utgIS+vD9TYqVsWQ==,G8+WhnT6+AYSRsB2IIfRkQ== +4fff4036-c474-3302-bc31-6673a49bbbe6,2020-06-02 10:28:03.262,,koQi7SWQaDjrnyNIeNA6Kg==,9LSwelCjdUPFe0U/4KnJvA==,,q4IocFvdGTyPVmZuM+kT2Q==,1B2M2Y8AsgTpgAmY7PhCfg== +0798ca82-fe93-3d4b-bee5-a021ad88b39b,2020-06-02 10:32:03.900,,koQi7SWQaDjrnyNIeNA6Kg==,SSMmcwytbLYagSsRb7p9ZQ==,,q4IocFvdGTyPVmZuM+kT2Q==,1B2M2Y8AsgTpgAmY7PhCfg== +6197c104-cff0-310c-a7b1-74d7651dec8e,2020-06-01 22:14:18.734,,koQi7SWQaDjrnyNIeNA6Kg==,9LSwelCjdUPFe0U/4KnJvA==,,q4IocFvdGTyPVmZuM+kT2Q==,1B2M2Y8AsgTpgAmY7PhCfg== +40d42fab-54e0-32e6-ab36-ef7706f5f6c2,2020-04-17 14:45:37.318,,koQi7SWQaDjrnyNIeNA6Kg==,gdKmWwZEUSnCNP7qzMzCsg==,,15DdzXrAUk9I58lLdTJQhw==,ifg1aIy7oOkIVUHvOvQjNQ== +bb8c7fc2-ad73-3c32-88d6-a42ad1255883,2020-04-17 14:45:37.320,,koQi7SWQaDjrnyNIeNA6Kg==,gdKmWwZEUSnCNP7qzMzCsg==,,LG3RqxyOV9rEnzNqyHEBpw==,ifg1aIy7oOkIVUHvOvQjNQ== +c223d976-b57e-3eca-9199-a51370d46135,2020-04-17 14:45:37.319,,koQi7SWQaDjrnyNIeNA6Kg==,gdKmWwZEUSnCNP7qzMzCsg==,,OIRpeRDGynbwlzsVMEvlKw==,ifg1aIy7oOkIVUHvOvQjNQ== +65f94a52-be18-324a-8589-39c9132c175f,2020-04-17 14:45:37.317,,koQi7SWQaDjrnyNIeNA6Kg==,gdKmWwZEUSnCNP7qzMzCsg==,,jtV9jCj6SjRd0QrxWJ2Tog==,ifg1aIy7oOkIVUHvOvQjNQ== +a4677caa-ec47-3087-89db-bea8532ba68e,2020-04-17 14:45:37.318,,koQi7SWQaDjrnyNIeNA6Kg==,gdKmWwZEUSnCNP7qzMzCsg==,,A1xzVGyCJr1rre7cbSBeBg==,ifg1aIy7oOkIVUHvOvQjNQ== +7c376dcf-b83f-31fb-9caf-b47dd26e7e6c,2020-01-14 18:16:15.022,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,pbVsa7r/sLMlou22QASNKA==,7kdVw+m5Vnm+4XN0FrW8ag== +8a5af973-4b14-32bf-a6a0-dac59be81a9d,2020-01-14 18:16:15.023,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,DQ4IviMuMCMg6FKJnMmdFQ==,7kdVw+m5Vnm+4XN0FrW8ag== +c4d37966-175d-302c-971c-452107e252c8,2020-01-14 18:16:15.022,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,nSDtj+7DLXHQeN8ROHTHyA==,7kdVw+m5Vnm+4XN0FrW8ag== +e65d9c06-4525-3357-a6aa-74eda44dda7d,2020-01-14 18:16:15.022,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,LOBE7WYU/33nZILoFQO1dQ==,7kdVw+m5Vnm+4XN0FrW8ag== +51f0a18f-b3c9-3e3f-ba88-c3ae0144602f,2020-01-14 18:16:15.023,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,/V/PpN3dHPPSLwv8QosyEA==,7kdVw+m5Vnm+4XN0FrW8ag== +6344d7f5-9cdd-3d1a-8ecf-738d6e40c798,2020-01-14 18:16:15.023,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,C+O3XZvyBUTsKlYjHcetFg==,7kdVw+m5Vnm+4XN0FrW8ag== +373b0ff2-b568-36bf-881d-39ccae56a2ce,2020-01-14 18:16:15.366,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,BN1OnuKTBvcDNWdtprlPXw==,7kdVw+m5Vnm+4XN0FrW8ag== +7071a980-274a-3b4d-b3ff-18e67f49d2de,2020-01-14 18:16:15.364,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,LDAt2/adFSKHoJ9Ibs+4uQ==,7kdVw+m5Vnm+4XN0FrW8ag== +660cef59-f332-353c-b3ab-c79a54f3c045,2020-01-14 18:20:21.581,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,LulEzXsAaPKGs/CpTRz5tg==,7kdVw+m5Vnm+4XN0FrW8ag== +6825adde-41bb-38a2-8171-68ddbbd6ee5a,2020-01-14 18:20:21.581,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,zP+nOscebyky1eQ+7KNk0Q==,7kdVw+m5Vnm+4XN0FrW8ag== +f23ef40b-57c3-33a0-b8d9-c26c4a4d1fb8,2020-01-14 18:20:21.581,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,LulEzXsAaPKGs/CpTRz5tg==,7kdVw+m5Vnm+4XN0FrW8ag== +fe52ffd9-d396-38e9-8bfc-18b9ca5b7023,2020-01-14 18:16:15.022,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,LOBE7WYU/33nZILoFQO1dQ==,7kdVw+m5Vnm+4XN0FrW8ag== +d5851a28-12c5-39ce-adb8-61118339db7a,2020-01-14 18:16:15.023,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,Z2Awsm5Gs04mzguKQr49bA==,7kdVw+m5Vnm+4XN0FrW8ag== +6c88c0f2-fe5e-3e68-abf9-bcb8f585c37c,2020-01-14 18:20:21.582,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,Cm1WBD+epGr9uYN0RTeuJA==,7kdVw+m5Vnm+4XN0FrW8ag== +bd475864-1dcb-3cfa-83f0-2460d12d6010,2020-01-14 18:16:15.022,,LrydYeX5Lq/wy3l9ioZA2g==,gdKmWwZEUSnCNP7qzMzCsg==,,WyqD5w0IQ0jJLuWsh+/eNg==,7kdVw+m5Vnm+4XN0FrW8ag== +2f1731d8-9c9d-3fe2-bd40-1ec64a69746f,2020-02-13 22:50:47.588,,QFrI0TqS+y2pbJ/UkHGJsA==,8A+t+1y7scUIKVy+NElZXQ==,,diNmtE5s7ZwMDd/pTkF35A==,u5wixtmmlikW61/ZQ4Mcuw== +0afdb319-06cd-38cb-8610-6ecfad43f7d6,2020-02-08 11:35:43.205,,IvNjXozgeOgYARYpYoVWpQ==,+tML7jFxwwU2qLetB+dM4w==,,UYhGgl4rOPcbBDd3T46ZMg==,ZfFLpuYER8xYfW24G99wDg== +f2ecc45e-0546-3576-98ff-8b3e042bb23b,2020-01-14 18:18:13.912,,IvNjXozgeOgYARYpYoVWpQ==,ZAHt6/jcR6cEygvbqcBJvQ==,,DfnEnkmo9vCjCBxJZ/cTNA==,o/dNyVrdHUXADUVtP8Bh1A== +3e88d570-501f-35f6-9c2f-ab10c8b03373,2020-01-14 18:17:43.915,,IvNjXozgeOgYARYpYoVWpQ==,geeJXyah/XIs4wFKX4yLPw==,,OhRyTWBqG1MzshtTqva++g==,o/dNyVrdHUXADUVtP8Bh1A== +4beed4a2-3ecc-3160-b22b-b554b4d6b69c,2020-05-13 18:40:36.683,,IvNjXozgeOgYARYpYoVWpQ==,8A+t+1y7scUIKVy+NElZXQ==,,yDL3TT3wQqGNMyhJFZLqSw==,o/dNyVrdHUXADUVtP8Bh1A== +a50f86ee-d623-3883-ab9f-eaad6053822b,2020-05-21 22:25:36.296,,IvNjXozgeOgYARYpYoVWpQ==,8A+t+1y7scUIKVy+NElZXQ==,,wOnoiMX7+0Ak9tk8hqB9IQ==,o/dNyVrdHUXADUVtP8Bh1A== +a1397996-a986-359d-8c1b-f8649460c323,2020-05-21 16:55:57.051,,IvNjXozgeOgYARYpYoVWpQ==,8A+t+1y7scUIKVy+NElZXQ==,,sCNBeFWBvbli56EVd6fn6A==,KCktEehVrIbhWEeNdYodrw== +69788b5f-225c-3a22-a5dd-eb88cffd5599,2020-01-14 18:18:27.398,,HIC/7y+U5x7j5xJKHiiMyA==,FLdem5Xg6BuTAexJSR98ng==,,b6T00R7pQqAsjgQg9wrsBA==,nsKFzHEch+RckkT0+J/JlA== +bedd1876-644b-32b5-ae7b-59c344dd33e1,2020-01-14 18:19:43.717,,HIC/7y+U5x7j5xJKHiiMyA==,FLdem5Xg6BuTAexJSR98ng==,,nEZvf1o9uLkmymQnGbbL6w==,nsKFzHEch+RckkT0+J/JlA== +4d57b0b9-6873-3c05-9acc-719548d36b60,2020-05-14 17:58:53.168,,HIC/7y+U5x7j5xJKHiiMyA==,TMdF2nURASndj5NwCRjxyg==,,lKMxeYv/QRkLNzSRgB5vFQ==,R+3pYYmj3bkz/1n/Dhadlw== +bef2017b-3f7b-3cc3-a298-d85c6abbcc40,2020-01-14 18:20:31.375,,YuxWC1xyWlr5BLzcehg/ew==,47UNWJGjYX7LIJMHU5QERA==,,KFghOWuBl/VdbOhPnRUPng==,oN0pwsP75hxQZ/5GduhDCA== +c0343ef5-1485-3e1b-bf8c-40f5176f6b20,2020-04-23 16:35:37.305,,YuxWC1xyWlr5BLzcehg/ew==,lKvjEtV1+jrL3wHMryQY6Q==,,ELp2roz/cOAG3nqrz13xCw==,oN0pwsP75hxQZ/5GduhDCA== +21870724-3751-3ab5-aa1e-843e5fe3f0c2,2020-01-14 18:17:02.920,,YuxWC1xyWlr5BLzcehg/ew==,b2qMGOWpCdWVnEV59zAbiw==,,tw/NwVrCR7H7ALaWeyOrXg==,oN0pwsP75hxQZ/5GduhDCA== +d7ba0db0-9c97-30e2-bdf5-d8e4bbb9e1ea,2020-01-14 18:18:19.702,,YuxWC1xyWlr5BLzcehg/ew==,b2qMGOWpCdWVnEV59zAbiw==,,wlN7/8FFLQLu0zjk7kVgRw==,oN0pwsP75hxQZ/5GduhDCA== +988202b6-7d32-3a4a-87ee-ebfb198e93f0,2020-01-14 18:20:31.375,,YuxWC1xyWlr5BLzcehg/ew==,b2qMGOWpCdWVnEV59zAbiw==,,Cm1WBD+epGr9uYN0RTeuJA==,oN0pwsP75hxQZ/5GduhDCA== +05ef798a-bd70-3eef-a948-acc48d817b79,2020-01-14 18:20:32.949,,YuxWC1xyWlr5BLzcehg/ew==,b2qMGOWpCdWVnEV59zAbiw==,,IlthoO5uUm79sFldA32xzw==,oN0pwsP75hxQZ/5GduhDCA== +b5679448-0626-3ea5-ad04-4f9f97e9b4b2,2020-01-14 18:17:43.898,,YuxWC1xyWlr5BLzcehg/ew==,baVWrUnP9Ghlx41q5M9/4w==,,OhRyTWBqG1MzshtTqva++g==,nHT1NDdnNMyg/WVPBvSbEA== +f949999f-3e94-39a6-ae6f-cefcb08e4875,2020-01-14 18:20:30.688,,YuxWC1xyWlr5BLzcehg/ew==,zZNV5/rKTgV7b/Vfu5fw0Q==,,zP+nOscebyky1eQ+7KNk0Q==,nHT1NDdnNMyg/WVPBvSbEA== +9cdbd129-4fc7-3a4b-9ffc-aee11437315c,2020-01-14 18:17:46.583,,YuxWC1xyWlr5BLzcehg/ew==,YUs5mM77Psm3nIUqsMnS7w==,,cxg4F5kWz7YbRK2PFPgsAA==,3EofVMaNH2CdiI9648I5WQ== +6f8d4d76-d324-330d-93f2-adcfe09c3563,2020-02-25 15:35:34.473,,YuxWC1xyWlr5BLzcehg/ew==,+UJPKrCPxA4WZpxorVOaDQ==,,qh5fiQlRZu0qrrdAibLmWA==,TZD7dmw7Ud5X+kLoYMAyFw== +97f3eb98-c9c8-38b6-b23d-d38bdd9b4c45,2020-03-03 18:00:35.166,,YuxWC1xyWlr5BLzcehg/ew==,+UJPKrCPxA4WZpxorVOaDQ==,,M9LF/6J2be3J8236Dt7hkw==,TZD7dmw7Ud5X+kLoYMAyFw== +694cf66f-3bf6-3b73-93c0-eb5562032d0f,2020-01-14 18:19:52.223,,Xw75k6KykGSlW0FQiTTV4Q==,oPKEzRDxkuxQI2wLGhiqmQ==,,FzZzmUWqY++2EwmbJRnHbw==,AuWMZNBc8RBylZ5TQk1DRQ== +ce675f57-130b-37e4-892b-5d11e64207ee,2020-01-14 18:18:36.355,,uxYKc4jvw5H9awoWiPOvRw==,h1ppykCI98qBdh3wZBc/RA==,,8rBdRItiFarGJW+kVzwPVQ==,yQPYB80Dp+KPfD+f9kyhbg== +1f891805-2832-304b-b554-297fccb210f6,2020-01-14 18:18:32.715,,uxYKc4jvw5H9awoWiPOvRw==,Pldj3KyAcG+PA9zXWHSSUQ==,,annWbnGV6Wm0WZmgZTLo3A==,yDpT1s0dSo90oqbUKds9tg== +9f890b5d-15fa-339d-8a9b-6f2ac409bc8f,2020-01-14 18:18:39.406,,uxYKc4jvw5H9awoWiPOvRw==,zMv2LSUoKFNj3FInNQ2WDg==,,/KYFBKIpw4P1fQaFuInvVw==,oNtKDwinBJV5QuBJWXMC+Q== +e1aab236-d2f6-3ce0-858d-bda3b68cdedc,2020-01-14 18:18:39.757,,uxYKc4jvw5H9awoWiPOvRw==,BQiGyDKRJQZIZap/feH8vQ==,,jwh1Xu20S3exqKMDDeQ4Pw==,oNtKDwinBJV5QuBJWXMC+Q== +680e179d-028e-33df-baf2-44d286ca7ae7,2020-01-14 18:18:39.406,,uxYKc4jvw5H9awoWiPOvRw==,zMv2LSUoKFNj3FInNQ2WDg==,,ynm61dpfsOFFU03agsoAdw==,oNtKDwinBJV5QuBJWXMC+Q== +49258455-5a16-3497-b6bd-f30b241ad904,2020-01-14 18:18:39.757,,uxYKc4jvw5H9awoWiPOvRw==,BQiGyDKRJQZIZap/feH8vQ==,,/KYFBKIpw4P1fQaFuInvVw==,oNtKDwinBJV5QuBJWXMC+Q== +3c0c8230-26d7-3469-b5e1-7ef7cffe10a7,2020-01-14 18:18:41.276,,uxYKc4jvw5H9awoWiPOvRw==,j+8StUsTGNVn0Y2crAe5+w==,,iYfxrbSZArF3RawN3xANuA==,oNtKDwinBJV5QuBJWXMC+Q== +c65227a1-9e97-327d-9034-d8473778b610,2020-01-14 18:19:51.004,,uxYKc4jvw5H9awoWiPOvRw==,Nygo/uHAezuNmVS6qGiPIg==,,qCHUoxKAeXksGP+OOYpgvQ==,oNtKDwinBJV5QuBJWXMC+Q== +c37405e7-4734-37ea-bbfe-dd53028c37ce,2020-01-14 18:18:35.547,,uxYKc4jvw5H9awoWiPOvRw==,1+FNlH3yXzcUlwYUEBGrHA==,,8rBdRItiFarGJW+kVzwPVQ==,djO2//OHUGmEOx76gkJspQ== +4d92b509-65bd-3f8f-a5a7-cb1bf0fbf616,2020-01-14 18:19:45.346,,uxYKc4jvw5H9awoWiPOvRw==,+UJPKrCPxA4WZpxorVOaDQ==,,FzZzmUWqY++2EwmbJRnHbw==,djO2//OHUGmEOx76gkJspQ== +9d623518-c409-3331-8cf8-9ce5c123e554,2020-01-14 18:18:32.718,,uxYKc4jvw5H9awoWiPOvRw==,/y/vB6/TQ4a6sL6CX/OozQ==,,qUJOowjxLFIuFVVbB9FZtA==,djO2//OHUGmEOx76gkJspQ== +93b87f52-0516-3e37-8796-c348c4f264e9,2020-01-14 18:17:57.070,,uxYKc4jvw5H9awoWiPOvRw==,yVsVMiJY3IXZIY1qraLVPA==,,Ty7y0cLif18OnhqvkyCN5Q==,djO2//OHUGmEOx76gkJspQ== diff --git a/integration_tests/seeds/email_event_data.csv b/integration_tests/seeds/email_event_data.csv index 3a9261d..6aa4872 100644 --- a/integration_tests/seeds/email_event_data.csv +++ b/integration_tests/seeds/email_event_data.csv @@ -1,101 +1,101 @@ id,_fivetran_synced,app_id,caused_by_created,caused_by_id,created,email_campaign_id,obsoleted_by_created,obsoleted_by_id,portal_id,sent_by_created,sent_by_id,type,filtered_event,recipient -0e442bf1-26be-3f07-8b50-5c02724ad803,2020-03-16 19:06:20.264 UTC,2286,,,2020-03-16 19:03:20.357 UTC,2,,,4727653,2020-03-16 19:00:48.934 UTC,c4337695-9d10-4bd1-89fe-d468407f28e3,OPEN,false,o2wjpPyUfzBfq9OSt9I2NQ== -99b99ed5-6ae1-3e37-93bc-7d2341b92b0c,2020-03-16 19:01:11.606 UTC,2286,,,2020-03-16 18:59:29.465 UTC,2,,,4727653,2020-03-16 18:59:21.254 UTC,38628f09-e146-459f-880b-0159cfe55dd2,OPEN,false,o2wjpPyUfzBfq9OSt9I2NQ== -751c921d-c2a1-3eff-95e9-0951f0b82ff9,2020-03-16 19:01:11.612 UTC,2286,,,2020-03-16 18:58:25.770 UTC,2,,,4727653,2020-03-16 18:58:05.148 UTC,63346e66-0578-4fc7-abda-62ba815c7daa,OPEN,false,o2wjpPyUfzBfq9OSt9I2NQ== -c14db10e-3d1e-31ab-bf57-497efd79986a,2020-03-16 19:27:28.153 UTC,2286,,,2020-03-16 19:26:37.425 UTC,2,,,4727653,2020-03-16 19:26:18.298 UTC,554a04a5-cba9-4118-9b94-467067f6f9c2,OPEN,false,o2wjpPyUfzBfq9OSt9I2NQ== -44472747-7682-3766-92b0-24008479a5bf,2020-03-16 19:06:20.257 UTC,2286,,,2020-03-16 19:03:21.369 UTC,2,,,4727653,2020-03-16 18:59:21.254 UTC,38628f09-e146-459f-880b-0159cfe55dd2,OPEN,false,o2wjpPyUfzBfq9OSt9I2NQ== -cbaba697-9ffb-3e83-b756-ac560b1699f3,2020-03-16 19:06:20.265 UTC,2286,,,2020-03-16 19:00:55.123 UTC,2,,,4727653,2020-03-16 19:00:48.934 UTC,c4337695-9d10-4bd1-89fe-d468407f28e3,OPEN,false,o2wjpPyUfzBfq9OSt9I2NQ== -63346e66-0578-4fc7-abda-62ba815c7daa,2020-03-16 19:01:11.613 UTC,2286,,,2020-03-16 18:58:05.148 UTC,2,,,4727653,2020-03-16 18:58:05.148 UTC,63346e66-0578-4fc7-abda-62ba815c7daa,SENT,,o2wjpPyUfzBfq9OSt9I2NQ== -554a04a5-cba9-4118-9b94-467067f6f9c2,2020-03-16 19:27:28.159 UTC,2286,,,2020-03-16 19:26:18.298 UTC,2,,,4727653,2020-03-16 19:26:18.298 UTC,554a04a5-cba9-4118-9b94-467067f6f9c2,SENT,,o2wjpPyUfzBfq9OSt9I2NQ== -c4337695-9d10-4bd1-89fe-d468407f28e3,2020-03-16 19:01:11.602 UTC,2286,,,2020-03-16 19:00:48.934 UTC,2,,,4727653,2020-03-16 19:00:48.934 UTC,c4337695-9d10-4bd1-89fe-d468407f28e3,SENT,,o2wjpPyUfzBfq9OSt9I2NQ== -38628f09-e146-459f-880b-0159cfe55dd2,2020-03-16 19:01:11.611 UTC,2286,,,2020-03-16 18:59:21.254 UTC,2,,,4727653,2020-03-16 18:59:21.254 UTC,38628f09-e146-459f-880b-0159cfe55dd2,SENT,,o2wjpPyUfzBfq9OSt9I2NQ== -a9d93225-97e4-35b0-ae48-cef5c5d96d7a,2020-03-16 19:01:11.598 UTC,2286,,,2020-03-16 19:00:50.059 UTC,2,,,4727653,2020-03-16 19:00:48.934 UTC,c4337695-9d10-4bd1-89fe-d468407f28e3,DELIVERED,,o2wjpPyUfzBfq9OSt9I2NQ== -d1be99bb-0102-321a-829e-0ea6efbaf477,2020-03-16 19:01:11.610 UTC,2286,,,2020-03-16 18:59:22.346 UTC,2,,,4727653,2020-03-16 18:59:21.254 UTC,38628f09-e146-459f-880b-0159cfe55dd2,DELIVERED,,o2wjpPyUfzBfq9OSt9I2NQ== -54b21c61-62fb-3998-b434-e5389ecf6195,2020-03-16 19:01:11.612 UTC,2286,,,2020-03-16 18:58:06.531 UTC,2,,,4727653,2020-03-16 18:58:05.148 UTC,63346e66-0578-4fc7-abda-62ba815c7daa,DELIVERED,,o2wjpPyUfzBfq9OSt9I2NQ== -89067bfe-b6ef-3d09-bc35-cfef5a3e29ae,2020-03-16 19:01:11.596 UTC,2286,,,2020-03-16 19:00:50.059 UTC,2,,,4727653,2020-03-16 19:00:48.934 UTC,c4337695-9d10-4bd1-89fe-d468407f28e3,PROCESSED,,o2wjpPyUfzBfq9OSt9I2NQ== -7b114d43-154d-31f9-810b-713734c25ea8,2020-03-16 19:01:11.613 UTC,2286,,,2020-03-16 18:58:06.531 UTC,2,,,4727653,2020-03-16 18:58:05.148 UTC,63346e66-0578-4fc7-abda-62ba815c7daa,PROCESSED,,o2wjpPyUfzBfq9OSt9I2NQ== -ece508cd-a165-3f4d-9317-b642c62e7907,2020-03-16 19:01:11.611 UTC,2286,,,2020-03-16 18:59:22.346 UTC,2,,,4727653,2020-03-16 18:59:21.254 UTC,38628f09-e146-459f-880b-0159cfe55dd2,PROCESSED,,o2wjpPyUfzBfq9OSt9I2NQ== -8edbc608-96a9-3318-b34c-806b660ea0ad,2020-04-23 16:25:36.703 UTC,2286,,,2020-04-23 16:21:12.604 UTC,86863875,,,4727653,2020-04-23 15:55:48.891 UTC,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== -5c814bf0-bd56-34b0-aea3-9effa51d3756,2020-05-01 21:10:36.803 UTC,2286,,,2020-05-01 21:06:36.623 UTC,86863875,,,4727653,2020-04-23 15:56:01.733 UTC,acd11faf-e62a-40b3-8ad8-edecbfb7463c,OPEN,false,yyFrTbWxnSxiliuJBnxvHQ== -a6e576fa-1b65-388d-9573-50ec0a64db3a,2020-05-04 13:35:36.709 UTC,2286,,,2020-05-04 13:32:11.729 UTC,86863875,,,4727653,2020-04-23 15:55:58.852 UTC,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== -5234ee6e-8869-3336-985c-31a05b4ac66c,2020-04-24 14:45:39.434 UTC,2286,,,2020-04-24 14:40:57.884 UTC,86863875,,,4727653,2020-04-23 15:55:58.248 UTC,1478611b-e123-4016-a66a-c1c28f75c645,OPEN,false,nhon/Umzs9249p9SAG9yrw== -9322af0e-e3ea-3baf-a2ce-7508d598c00b,2020-05-24 21:00:37.579 UTC,2286,,,2020-05-24 20:57:24.023 UTC,86863875,,,4727653,2020-04-23 15:55:48.891 UTC,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== -9312c1e0-b119-3587-acca-fe59c2278987,2020-04-24 18:07:05.065 UTC,2286,,,2020-04-24 18:04:04.534 UTC,86863875,,,4727653,2020-04-23 15:56:00.927 UTC,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== -ca111992-f1d2-32b9-bace-5d063c849c97,2020-05-05 17:40:37.511 UTC,2286,,,2020-05-05 17:38:31.515 UTC,86863875,,,4727653,2020-04-23 15:56:09.022 UTC,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== -51b920bd-b3e7-30fe-90a5-196698e86c78,2020-04-27 14:20:37.566 UTC,2286,,,2020-04-27 14:11:18.398 UTC,86863875,,,4727653,2020-04-23 15:55:48.891 UTC,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== -308e2af6-9e44-353a-abe2-39c5eea80765,2020-04-23 17:05:36.855 UTC,2286,,,2020-04-23 17:00:39.686 UTC,86863875,,,4727653,2020-04-23 15:56:16.220 UTC,a5e58c99-ce9d-40cb-ac75-8a15ded29c17,OPEN,false,1OTvxGMAnsmR1iI26Mt7IQ== -4d68eaf4-e875-3ad9-bcfc-f07b81f0854e,2020-05-05 18:50:37.288 UTC,2286,,,2020-05-05 18:24:37.062 UTC,86863875,,,4727653,2020-04-23 15:55:58.852 UTC,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== -258b82b9-f2e7-3f28-9e0d-88b2d9f63bbc,2020-05-13 01:45:37.177 UTC,2286,,,2020-05-13 01:39:19.578 UTC,86863875,,,4727653,2020-04-23 15:55:48.891 UTC,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== -287aa5fb-c392-3934-b870-6feff977a3aa,2020-04-24 18:07:05.064 UTC,2286,,,2020-04-24 18:05:11.377 UTC,86863875,,,4727653,2020-04-23 15:56:00.927 UTC,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== -1d28c9bb-cd74-3b09-a565-f59b14931916,2020-04-23 16:11:12.739 UTC,2286,,,2020-04-23 16:05:50.437 UTC,86863875,,,4727653,2020-04-23 15:55:49.058 UTC,c469b891-5b73-44a5-a87c-4c29d14d41d7,OPEN,false,kTot7ooaRrItO61PQYPY5Q== -34eb3fbe-b450-3070-b19d-62a70b129cbb,2020-04-23 16:15:38.117 UTC,2286,,,2020-04-23 16:10:35.047 UTC,86863875,,,4727653,2020-04-23 15:56:19.272 UTC,0213dfd5-09ee-4f7a-9687-6bacbd817f18,OPEN,false,qA0Bg9Tze+rBuwd/m8N+ig== -754e6a95-a7dd-33dc-acfb-78677bcd590c,2020-04-24 18:07:05.067 UTC,2286,,,2020-04-24 18:02:02.630 UTC,86863875,,,4727653,2020-04-23 15:56:00.927 UTC,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== -aa930e92-43f9-3e3c-96a2-c12362254f91,2020-04-24 18:07:05.066 UTC,2286,,,2020-04-24 18:03:20.570 UTC,86863875,,,4727653,2020-04-23 15:56:00.927 UTC,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== -e3400467-35eb-3507-8fcd-a596afe7eecd,2020-04-24 18:10:39.139 UTC,2286,,,2020-04-24 18:06:43.334 UTC,86863875,,,4727653,2020-04-23 15:56:00.927 UTC,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== -cea4e15e-3e4a-318a-a482-90d077e116a8,2020-05-04 14:40:36.955 UTC,2286,,,2020-05-04 14:36:25.728 UTC,86863875,,,4727653,2020-04-23 15:55:58.852 UTC,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== -f2f4a25b-64e0-39d1-b34e-22d1104f1c10,2020-05-04 16:40:37.047 UTC,2286,,,2020-05-04 16:38:03.866 UTC,86863875,,,4727653,2020-04-23 15:56:09.022 UTC,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== -2ee9c767-841d-35e2-8c3f-3e6130a630b3,2020-04-24 18:07:05.065 UTC,2286,,,2020-04-24 18:03:43.497 UTC,86863875,,,4727653,2020-04-23 15:56:00.927 UTC,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== -3301ae6d-9115-3e5a-a3ab-0d18302cf7e6,2020-05-01 21:10:36.805 UTC,2286,,,2020-05-01 21:06:16.163 UTC,86863875,,,4727653,2020-04-23 15:56:01.733 UTC,acd11faf-e62a-40b3-8ad8-edecbfb7463c,OPEN,false,yyFrTbWxnSxiliuJBnxvHQ== -4a7eeb50-8c12-3469-845f-546efd4f2f8b,2020-04-23 16:20:53.408 UTC,2286,,,2020-04-23 16:12:40.360 UTC,86863875,,,4727653,2020-04-23 15:56:22.072 UTC,a460be3b-6231-4ac0-bb51-8d0579d578cc,OPEN,false,KABlFwTrPy1cgioQgr9Myg== -4a1895ea-673a-387c-9d84-8e5e28095beb,2020-05-13 01:45:37.177 UTC,2286,,,2020-05-13 01:38:49.067 UTC,86863875,,,4727653,2020-04-23 15:55:48.891 UTC,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== -88163ec6-c4d3-354a-88fc-a3ead7a07142,2020-05-03 09:30:35.315 UTC,2286,,,2020-05-03 09:24:53.848 UTC,86863875,,,4727653,2020-04-23 15:55:58.852 UTC,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== -98aa02d7-a16a-3f45-bf85-91808f854e80,2020-04-27 14:20:37.558 UTC,2286,,,2020-04-27 14:15:33.198 UTC,86863875,,,4727653,2020-04-23 15:55:48.891 UTC,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== -8676d90a-3275-3c30-9d00-c47b6f2fa257,2020-05-03 09:30:35.304 UTC,2286,,,2020-05-03 09:25:01 UTC,86863875,,,4727653,2020-04-23 15:55:58.852 UTC,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== -aa9aeacc-ca6a-313d-b9c3-d836ffdc9d26,2020-04-23 19:10:37.959 UTC,2286,,,2020-04-23 19:07:45.177 UTC,86863875,,,4727653,2020-04-23 15:56:12.489 UTC,5f6c26b1-d2ac-475e-928b-67402d5f4445,OPEN,false,ohZ53dV3iip1gfnUsuzKTQ== -5088a229-3885-3fe1-947b-ccad08d20a72,2020-05-04 02:55:55.731 UTC,2286,,,2020-05-04 02:50:32.439 UTC,86863875,,,4727653,2020-04-23 15:55:58.852 UTC,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== -fa22c40e-2e6e-347a-8193-91a57f501dfa,2020-04-23 16:11:12.738 UTC,2286,,,2020-04-23 16:07:33.819 UTC,86863875,,,4727653,2020-04-23 15:56:12.489 UTC,5f6c26b1-d2ac-475e-928b-67402d5f4445,OPEN,false,ohZ53dV3iip1gfnUsuzKTQ== -6b237041-8317-3086-a730-9da6bb567176,2020-05-01 21:10:36.804 UTC,2286,,,2020-05-01 21:06:29.198 UTC,86863875,,,4727653,2020-04-23 15:56:01.733 UTC,acd11faf-e62a-40b3-8ad8-edecbfb7463c,OPEN,false,yyFrTbWxnSxiliuJBnxvHQ== -12d8a431-ad2a-3063-a66d-c31efd6432af,2020-05-03 09:30:35.316 UTC,2286,,,2020-05-03 09:22:50.723 UTC,86863875,,,4727653,2020-04-23 15:55:58.852 UTC,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== -f237722b-676a-3e27-8d52-124724e7a86f,2020-05-04 14:30:38.221 UTC,2286,,,2020-05-04 14:29:06.321 UTC,86863875,,,4727653,2020-04-23 15:55:58.852 UTC,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== -14ea5c2e-1f3e-3295-938f-9f9344c85f0c,2020-04-27 15:00:40.056 UTC,2286,,,2020-04-27 14:55:13.774 UTC,86863875,,,4727653,2020-04-23 15:56:12.489 UTC,5f6c26b1-d2ac-475e-928b-67402d5f4445,OPEN,false,ohZ53dV3iip1gfnUsuzKTQ== -e17414e2-f2ae-356b-b1ba-ae7501f831a2,2020-05-04 16:40:37.049 UTC,2286,,,2020-05-04 16:35:10.565 UTC,86863875,,,4727653,2020-04-23 15:56:09.022 UTC,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== -a7f9063e-2240-367f-bf57-c3982c557f58,2020-04-23 16:25:36.704 UTC,2286,,,2020-04-23 16:20:48.044 UTC,86863875,,,4727653,2020-04-23 15:55:48.891 UTC,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== -cf779452-4316-31e0-befa-acb30e87f5d2,2020-05-01 13:51:36.482 UTC,2286,,,2020-05-01 13:47:41.873 UTC,86863875,,,4727653,2020-04-23 15:55:48.891 UTC,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== -3b85d2fc-22e9-33aa-aa69-4242563b8144,2020-04-23 16:00:38.985 UTC,2286,,,2020-04-23 15:58:32.436 UTC,86863875,,,4727653,2020-04-23 15:56:12.489 UTC,5f6c26b1-d2ac-475e-928b-67402d5f4445,OPEN,false,ohZ53dV3iip1gfnUsuzKTQ== -4495a0d2-a425-3235-b06e-a9093f7fb943,2020-05-04 02:55:55.744 UTC,2286,,,2020-05-04 02:50:24.743 UTC,86863875,,,4727653,2020-04-23 15:55:58.852 UTC,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== -b7671f94-f58e-3229-ba05-5c8a1787befc,2020-05-04 16:40:37.048 UTC,2286,,,2020-05-04 16:35:30.172 UTC,86863875,,,4727653,2020-04-23 15:56:09.022 UTC,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== -ea1ad28f-ec0e-38e7-8cad-d294a03665e1,2020-04-30 20:40:37.411 UTC,2286,,,2020-04-30 20:39:19.339 UTC,86863875,,,4727653,2020-04-23 15:56:12.489 UTC,5f6c26b1-d2ac-475e-928b-67402d5f4445,OPEN,false,ohZ53dV3iip1gfnUsuzKTQ== -c51813ab-0a9c-32cc-a8a7-45c4547d41a5,2020-05-04 03:15:35.540 UTC,2286,,,2020-05-04 03:13:45.711 UTC,86863875,,,4727653,2020-04-23 15:55:58.852 UTC,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== -86f25728-692c-3aa4-87cb-a44f0827c507,2020-04-24 23:33:52.781 UTC,2286,,,2020-04-24 23:23:29.848 UTC,86863875,,,4727653,2020-04-23 15:55:58.852 UTC,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== -4516b8c1-d5fa-3095-931c-a813fea88072,2020-04-27 14:35:56.111 UTC,2286,,,2020-04-27 14:27:06.364 UTC,86863875,,,4727653,2020-04-23 15:55:48.891 UTC,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== -a9bf010d-50db-3a48-81e4-5c5b03b8c119,2020-04-23 16:50:37.592 UTC,2286,,,2020-04-23 16:43:25.368 UTC,86863875,,,4727653,2020-04-23 15:55:48.891 UTC,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== -12c9afca-d45d-3e8a-9456-25ed9f58e3b4,2020-04-23 16:15:38.117 UTC,2286,,,2020-04-23 16:10:26.737 UTC,86863875,,,4727653,2020-04-23 15:56:07.379 UTC,1dac9664-035c-4af2-8ecd-b4f042ec0680,OPEN,false,S+G2Hk8DOAY9qnvcmsbdrA== -d7d20088-311e-385f-afb5-1a8a71cd1052,2020-04-24 18:10:39.138 UTC,2286,,,2020-04-24 18:07:17.356 UTC,86863875,,,4727653,2020-04-23 15:56:00.927 UTC,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== -cfb5b913-6f50-3842-a07d-93221632c351,2020-04-24 18:07:05.066 UTC,2286,,,2020-04-24 18:03:11.255 UTC,86863875,,,4727653,2020-04-23 15:56:00.927 UTC,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== -0c45af42-2ac5-3851-8ce1-0fefa6519b05,2020-04-23 20:45:36.073 UTC,2286,,,2020-04-23 20:43:42.657 UTC,86863875,,,4727653,2020-04-23 15:56:12.489 UTC,5f6c26b1-d2ac-475e-928b-67402d5f4445,OPEN,false,ohZ53dV3iip1gfnUsuzKTQ== -a4a13c99-5d7f-3950-87fe-b4bb2e560447,2020-05-13 01:45:37.171 UTC,2286,,,2020-05-13 01:39:58.768 UTC,86863875,,,4727653,2020-04-23 15:55:48.891 UTC,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== -afed07aa-8df9-3af0-ac0f-8d9b00edbf17,2020-05-04 04:00:35.308 UTC,2286,,,2020-05-04 03:53:32.618 UTC,86863875,,,4727653,2020-04-23 15:55:58.852 UTC,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== -34ddcb84-abd9-3e15-8bcb-874020c01336,2020-04-23 23:35:35.679 UTC,2286,,,2020-04-23 23:33:18.390 UTC,86863875,,,4727653,2020-04-23 15:55:54.094 UTC,397a18da-f597-4d12-9db8-564f037371e4,OPEN,false,I0X6/Z8L7eVqtzzTjqkJPA== -4de15a96-002d-3f73-a2da-060b6ca33057,2020-04-24 18:07:05.064 UTC,2286,,,2020-04-24 18:04:56.336 UTC,86863875,,,4727653,2020-04-23 15:56:00.927 UTC,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== -43dcc1f1-033e-34c9-8407-52029017688e,2020-04-24 15:15:39.128 UTC,2286,,,2020-04-24 15:12:08.100 UTC,86863875,,,4727653,2020-04-23 15:56:01.498 UTC,23e996c0-43c4-4bcf-bdcd-903abebfce09,OPEN,false,kPP7xjdtfuEuAX6b0LtS5g== -5e87af6e-2dc1-3da7-9b6c-3ce164c9ec2c,2020-05-04 16:35:37.605 UTC,2286,,,2020-05-04 16:32:12.591 UTC,86863875,,,4727653,2020-04-23 15:56:09.022 UTC,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== -8ee7ddd3-9788-33f3-ba76-6b743bb6824a,2020-04-24 18:07:05.065 UTC,2286,,,2020-04-24 18:04:12.191 UTC,86863875,,,4727653,2020-04-23 15:56:00.927 UTC,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== -835f514e-d319-3d29-8a6f-5f3028d00c5b,2020-05-04 16:50:38.827 UTC,2286,,,2020-05-04 16:46:00.770 UTC,86863875,,,4727653,2020-04-23 15:56:09.022 UTC,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== -1a868b90-f317-3e4c-bea9-a8b766a7da1b,2020-04-23 16:35:38.321 UTC,2286,,,2020-04-23 16:30:58.960 UTC,86863875,,,4727653,2020-04-23 15:56:22.072 UTC,a460be3b-6231-4ac0-bb51-8d0579d578cc,OPEN,false,KABlFwTrPy1cgioQgr9Myg== -cbe6726a-cd2d-3975-82ce-2823a24ba3a5,2020-05-04 16:30:37.143 UTC,2286,,,2020-05-04 16:27:10.474 UTC,86863875,,,4727653,2020-04-23 15:56:09.022 UTC,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== -552008cc-d4b1-3c0b-8b82-92e7f7aaad3a,2020-04-24 18:07:05.067 UTC,2286,,,2020-04-24 18:02:17.667 UTC,86863875,,,4727653,2020-04-23 15:56:00.927 UTC,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== -a18f6931-23f4-3d7e-90f8-53cdbf45330f,2020-05-03 19:30:35.214 UTC,2286,,,2020-05-03 19:27:59.067 UTC,86863875,,,4727653,2020-04-23 15:55:58.852 UTC,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== -82bf8364-86ae-3208-a693-2f7eeadd6edd,2020-05-05 17:40:37.517 UTC,2286,,,2020-05-05 17:38:21.981 UTC,86863875,,,4727653,2020-04-23 15:56:09.022 UTC,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== -e1e2fc07-5f20-34bd-b8c8-dc45388d4927,2020-04-24 18:07:05.066 UTC,2286,,,2020-04-24 18:02:24.079 UTC,86863875,,,4727653,2020-04-23 15:56:00.927 UTC,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== -91aff5b3-fa31-3d39-9fbb-8ebee53e71aa,2020-04-24 12:01:15.578 UTC,2286,,,2020-04-24 11:55:33.251 UTC,86863875,,,4727653,2020-04-23 15:56:19.381 UTC,3fa3a7ec-9c5a-4c61-bbcf-0794aef14443,OPEN,false,F3bESfDryz4RMji2dLULAA== -6617c28f-19ea-3cfc-aad4-e0998ec4d20d,2020-05-04 16:35:37.615 UTC,2286,,,2020-05-04 16:30:45.226 UTC,86863875,,,4727653,2020-04-23 15:56:09.022 UTC,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== -b099ac82-1ac6-37fa-9f6e-115ec79855f1,2020-05-04 16:30:37.143 UTC,2286,,,2020-05-04 16:27:02.547 UTC,86863875,,,4727653,2020-04-23 15:56:09.022 UTC,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== -1932bed3-7be3-3527-bc3e-6850618ee186,2020-04-23 16:11:12.738 UTC,2286,,,2020-04-23 16:09:26.331 UTC,86863875,,,4727653,2020-04-23 15:56:21.669 UTC,bd762d11-44fc-4d6c-a50a-21a2c522bdbc,OPEN,false,gR0FK4N1VrKFox6xs/ieJw== -e47296c0-31d3-3a95-a82d-7a1212978eac,2020-04-23 16:20:53.407 UTC,2286,,,2020-04-23 16:13:20.827 UTC,86863875,,,4727653,2020-04-23 15:55:48.891 UTC,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== -857dde4a-a717-38d9-9a50-2de38a59370d,2020-04-24 18:10:39.139 UTC,2286,,,2020-04-24 18:07:00.742 UTC,86863875,,,4727653,2020-04-23 15:56:00.927 UTC,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== -3caffbab-c387-3adb-871c-d716857e2fdb,2020-04-23 21:30:37.350 UTC,2286,,,2020-04-23 21:27:43.147 UTC,86863875,,,4727653,2020-04-23 15:56:12.489 UTC,5f6c26b1-d2ac-475e-928b-67402d5f4445,OPEN,false,ohZ53dV3iip1gfnUsuzKTQ== -c33e568c-aa7a-3475-a360-9232c13739c3,2020-04-26 02:15:36.088 UTC,2286,,,2020-04-26 02:09:27.651 UTC,86863875,,,4727653,2020-04-23 15:55:48.484 UTC,8195e18c-fbb6-416f-9bc1-42ce8136430f,OPEN,false,rmge/QRZKZEodKz89/bNow== -fd1c2cf5-4af7-3cb3-b94a-6b672af74671,2020-04-24 18:10:39.140 UTC,2286,,,2020-04-24 18:06:27.491 UTC,86863875,,,4727653,2020-04-23 15:56:00.927 UTC,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== -060f1284-4583-33f4-9b91-c044fc86b9d2,2020-05-04 16:40:37.030 UTC,2286,,,2020-05-04 16:38:36.541 UTC,86863875,,,4727653,2020-04-23 15:56:09.022 UTC,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== -4bbffd66-d358-3477-8fcd-9e335b122aa1,2020-05-04 16:30:37.129 UTC,2286,,,2020-05-04 16:27:21.202 UTC,86863875,,,4727653,2020-04-23 15:56:09.022 UTC,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== -5ec3690e-bf76-34a3-a4f3-e6de9677cbac,2020-05-04 16:40:37.046 UTC,2286,,,2020-05-04 16:38:23.638 UTC,86863875,,,4727653,2020-04-23 15:56:09.022 UTC,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== -0376b86f-79bb-3b83-b007-0102e56b7a15,2020-04-24 19:45:37.399 UTC,2286,,,2020-04-24 19:40:19.471 UTC,86863875,,,4727653,2020-04-23 15:56:26.200 UTC,8f8caeee-304b-4838-8277-f3f82595f9f0,OPEN,false,w2Dp0ofhPJz/rmx6lxlzlw== -b60a4224-bfa1-35a8-8377-d679140bacf5,2020-04-23 19:25:41.517 UTC,2286,,,2020-04-23 19:22:36.091 UTC,86863875,,,4727653,2020-04-23 15:56:12.489 UTC,5f6c26b1-d2ac-475e-928b-67402d5f4445,OPEN,false,ohZ53dV3iip1gfnUsuzKTQ== -0668a9dd-9351-3888-96c1-f685fe5b1d80,2020-04-23 16:20:53.407 UTC,2286,,,2020-04-23 16:15:22.884 UTC,86863875,,,4727653,2020-04-23 15:55:48.891 UTC,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== -123de65d-6446-3ad6-a31d-baf10af12cee,2020-04-24 18:10:39.140 UTC,2286,,,2020-04-24 18:06:08.251 UTC,86863875,,,4727653,2020-04-23 15:56:00.927 UTC,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== -1d8cefa8-0dd4-3923-9065-f757233128b8,2020-05-24 21:00:37.587 UTC,2286,,,2020-05-24 20:56:56.814 UTC,86863875,,,4727653,2020-04-23 15:55:48.891 UTC,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== -7954532a-9298-33da-ba29-a8941391b5b5,2020-05-01 21:15:37.169 UTC,2286,,,2020-05-01 21:07:22.273 UTC,86863875,,,4727653,2020-04-23 15:56:01.733 UTC,acd11faf-e62a-40b3-8ad8-edecbfb7463c,OPEN,false,yyFrTbWxnSxiliuJBnxvHQ== -d88075c7-797d-3fb1-9aca-47aac8b592e3,2020-05-04 16:35:37.616 UTC,2286,,,2020-05-04 16:30:02.563 UTC,86863875,,,4727653,2020-04-23 15:56:09.022 UTC,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== -318e2c8a-33cb-3989-9f75-ea92803ad9d2,2020-04-24 19:10:37.639 UTC,2286,,,2020-04-24 19:07:40.196 UTC,86863875,,,4727653,2020-04-23 15:56:00.927 UTC,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== -f1310e9d-5c01-3973-9d78-ad8f863d48a9,2020-05-11 22:50:37.335 UTC,2286,,,2020-05-11 22:46:21.286 UTC,86863875,,,4727653,2020-04-23 15:55:48.891 UTC,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== -c6f8cc6e-e420-3fb8-a2ca-e2dab67a937b,2020-04-30 20:40:37.418 UTC,2286,,,2020-04-30 20:38:46.517 UTC,86863875,,,4727653,2020-04-23 15:56:12.489 UTC,5f6c26b1-d2ac-475e-928b-67402d5f4445,OPEN,false,ohZ53dV3iip1gfnUsuzKTQ== +0e442bf1-26be-3f07-8b50-5c02724ad803,2020-03-16 19:06:20.264,2286,,,2020-03-16 19:03:20.357,2,,,4727653,2020-03-16 19:00:48.934,c4337695-9d10-4bd1-89fe-d468407f28e3,OPEN,false,o2wjpPyUfzBfq9OSt9I2NQ== +99b99ed5-6ae1-3e37-93bc-7d2341b92b0c,2020-03-16 19:01:11.606,2286,,,2020-03-16 18:59:29.465,2,,,4727653,2020-03-16 18:59:21.254,38628f09-e146-459f-880b-0159cfe55dd2,OPEN,false,o2wjpPyUfzBfq9OSt9I2NQ== +751c921d-c2a1-3eff-95e9-0951f0b82ff9,2020-03-16 19:01:11.612,2286,,,2020-03-16 18:58:25.770,2,,,4727653,2020-03-16 18:58:05.148,63346e66-0578-4fc7-abda-62ba815c7daa,OPEN,false,o2wjpPyUfzBfq9OSt9I2NQ== +c14db10e-3d1e-31ab-bf57-497efd79986a,2020-03-16 19:27:28.153,2286,,,2020-03-16 19:26:37.425,2,,,4727653,2020-03-16 19:26:18.298,554a04a5-cba9-4118-9b94-467067f6f9c2,OPEN,false,o2wjpPyUfzBfq9OSt9I2NQ== +44472747-7682-3766-92b0-24008479a5bf,2020-03-16 19:06:20.257,2286,,,2020-03-16 19:03:21.369,2,,,4727653,2020-03-16 18:59:21.254,38628f09-e146-459f-880b-0159cfe55dd2,OPEN,false,o2wjpPyUfzBfq9OSt9I2NQ== +cbaba697-9ffb-3e83-b756-ac560b1699f3,2020-03-16 19:06:20.265,2286,,,2020-03-16 19:00:55.123,2,,,4727653,2020-03-16 19:00:48.934,c4337695-9d10-4bd1-89fe-d468407f28e3,OPEN,false,o2wjpPyUfzBfq9OSt9I2NQ== +63346e66-0578-4fc7-abda-62ba815c7daa,2020-03-16 19:01:11.613,2286,,,2020-03-16 18:58:05.148,2,,,4727653,2020-03-16 18:58:05.148,63346e66-0578-4fc7-abda-62ba815c7daa,SENT,,o2wjpPyUfzBfq9OSt9I2NQ== +554a04a5-cba9-4118-9b94-467067f6f9c2,2020-03-16 19:27:28.159,2286,,,2020-03-16 19:26:18.298,2,,,4727653,2020-03-16 19:26:18.298,554a04a5-cba9-4118-9b94-467067f6f9c2,SENT,,o2wjpPyUfzBfq9OSt9I2NQ== +c4337695-9d10-4bd1-89fe-d468407f28e3,2020-03-16 19:01:11.602,2286,,,2020-03-16 19:00:48.934,2,,,4727653,2020-03-16 19:00:48.934,c4337695-9d10-4bd1-89fe-d468407f28e3,SENT,,o2wjpPyUfzBfq9OSt9I2NQ== +38628f09-e146-459f-880b-0159cfe55dd2,2020-03-16 19:01:11.611,2286,,,2020-03-16 18:59:21.254,2,,,4727653,2020-03-16 18:59:21.254,38628f09-e146-459f-880b-0159cfe55dd2,SENT,,o2wjpPyUfzBfq9OSt9I2NQ== +a9d93225-97e4-35b0-ae48-cef5c5d96d7a,2020-03-16 19:01:11.598,2286,,,2020-03-16 19:00:50.059,2,,,4727653,2020-03-16 19:00:48.934,c4337695-9d10-4bd1-89fe-d468407f28e3,DELIVERED,,o2wjpPyUfzBfq9OSt9I2NQ== +d1be99bb-0102-321a-829e-0ea6efbaf477,2020-03-16 19:01:11.610,2286,,,2020-03-16 18:59:22.346,2,,,4727653,2020-03-16 18:59:21.254,38628f09-e146-459f-880b-0159cfe55dd2,DELIVERED,,o2wjpPyUfzBfq9OSt9I2NQ== +54b21c61-62fb-3998-b434-e5389ecf6195,2020-03-16 19:01:11.612,2286,,,2020-03-16 18:58:06.531,2,,,4727653,2020-03-16 18:58:05.148,63346e66-0578-4fc7-abda-62ba815c7daa,DELIVERED,,o2wjpPyUfzBfq9OSt9I2NQ== +89067bfe-b6ef-3d09-bc35-cfef5a3e29ae,2020-03-16 19:01:11.596,2286,,,2020-03-16 19:00:50.059,2,,,4727653,2020-03-16 19:00:48.934,c4337695-9d10-4bd1-89fe-d468407f28e3,PROCESSED,,o2wjpPyUfzBfq9OSt9I2NQ== +7b114d43-154d-31f9-810b-713734c25ea8,2020-03-16 19:01:11.613,2286,,,2020-03-16 18:58:06.531,2,,,4727653,2020-03-16 18:58:05.148,63346e66-0578-4fc7-abda-62ba815c7daa,PROCESSED,,o2wjpPyUfzBfq9OSt9I2NQ== +ece508cd-a165-3f4d-9317-b642c62e7907,2020-03-16 19:01:11.611,2286,,,2020-03-16 18:59:22.346,2,,,4727653,2020-03-16 18:59:21.254,38628f09-e146-459f-880b-0159cfe55dd2,PROCESSED,,o2wjpPyUfzBfq9OSt9I2NQ== +8edbc608-96a9-3318-b34c-806b660ea0ad,2020-04-23 16:25:36.703,2286,,,2020-04-23 16:21:12.604,86863875,,,4727653,2020-04-23 15:55:48.891,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== +5c814bf0-bd56-34b0-aea3-9effa51d3756,2020-05-01 21:10:36.803,2286,,,2020-05-01 21:06:36.623,86863875,,,4727653,2020-04-23 15:56:01.733,acd11faf-e62a-40b3-8ad8-edecbfb7463c,OPEN,false,yyFrTbWxnSxiliuJBnxvHQ== +a6e576fa-1b65-388d-9573-50ec0a64db3a,2020-05-04 13:35:36.709,2286,,,2020-05-04 13:32:11.729,86863875,,,4727653,2020-04-23 15:55:58.852,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== +5234ee6e-8869-3336-985c-31a05b4ac66c,2020-04-24 14:45:39.434,2286,,,2020-04-24 14:40:57.884,86863875,,,4727653,2020-04-23 15:55:58.248,1478611b-e123-4016-a66a-c1c28f75c645,OPEN,false,nhon/Umzs9249p9SAG9yrw== +9322af0e-e3ea-3baf-a2ce-7508d598c00b,2020-05-24 21:00:37.579,2286,,,2020-05-24 20:57:24.023,86863875,,,4727653,2020-04-23 15:55:48.891,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== +9312c1e0-b119-3587-acca-fe59c2278987,2020-04-24 18:07:05.065,2286,,,2020-04-24 18:04:04.534,86863875,,,4727653,2020-04-23 15:56:00.927,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== +ca111992-f1d2-32b9-bace-5d063c849c97,2020-05-05 17:40:37.511,2286,,,2020-05-05 17:38:31.515,86863875,,,4727653,2020-04-23 15:56:09.022,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== +51b920bd-b3e7-30fe-90a5-196698e86c78,2020-04-27 14:20:37.566,2286,,,2020-04-27 14:11:18.398,86863875,,,4727653,2020-04-23 15:55:48.891,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== +308e2af6-9e44-353a-abe2-39c5eea80765,2020-04-23 17:05:36.855,2286,,,2020-04-23 17:00:39.686,86863875,,,4727653,2020-04-23 15:56:16.220,a5e58c99-ce9d-40cb-ac75-8a15ded29c17,OPEN,false,1OTvxGMAnsmR1iI26Mt7IQ== +4d68eaf4-e875-3ad9-bcfc-f07b81f0854e,2020-05-05 18:50:37.288,2286,,,2020-05-05 18:24:37.062,86863875,,,4727653,2020-04-23 15:55:58.852,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== +258b82b9-f2e7-3f28-9e0d-88b2d9f63bbc,2020-05-13 01:45:37.177,2286,,,2020-05-13 01:39:19.578,86863875,,,4727653,2020-04-23 15:55:48.891,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== +287aa5fb-c392-3934-b870-6feff977a3aa,2020-04-24 18:07:05.064,2286,,,2020-04-24 18:05:11.377,86863875,,,4727653,2020-04-23 15:56:00.927,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== +1d28c9bb-cd74-3b09-a565-f59b14931916,2020-04-23 16:11:12.739,2286,,,2020-04-23 16:05:50.437,86863875,,,4727653,2020-04-23 15:55:49.058,c469b891-5b73-44a5-a87c-4c29d14d41d7,OPEN,false,kTot7ooaRrItO61PQYPY5Q== +34eb3fbe-b450-3070-b19d-62a70b129cbb,2020-04-23 16:15:38.117,2286,,,2020-04-23 16:10:35.047,86863875,,,4727653,2020-04-23 15:56:19.272,0213dfd5-09ee-4f7a-9687-6bacbd817f18,OPEN,false,qA0Bg9Tze+rBuwd/m8N+ig== +754e6a95-a7dd-33dc-acfb-78677bcd590c,2020-04-24 18:07:05.067,2286,,,2020-04-24 18:02:02.630,86863875,,,4727653,2020-04-23 15:56:00.927,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== +aa930e92-43f9-3e3c-96a2-c12362254f91,2020-04-24 18:07:05.066,2286,,,2020-04-24 18:03:20.570,86863875,,,4727653,2020-04-23 15:56:00.927,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== +e3400467-35eb-3507-8fcd-a596afe7eecd,2020-04-24 18:10:39.139,2286,,,2020-04-24 18:06:43.334,86863875,,,4727653,2020-04-23 15:56:00.927,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== +cea4e15e-3e4a-318a-a482-90d077e116a8,2020-05-04 14:40:36.955,2286,,,2020-05-04 14:36:25.728,86863875,,,4727653,2020-04-23 15:55:58.852,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== +f2f4a25b-64e0-39d1-b34e-22d1104f1c10,2020-05-04 16:40:37.047,2286,,,2020-05-04 16:38:03.866,86863875,,,4727653,2020-04-23 15:56:09.022,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== +2ee9c767-841d-35e2-8c3f-3e6130a630b3,2020-04-24 18:07:05.065,2286,,,2020-04-24 18:03:43.497,86863875,,,4727653,2020-04-23 15:56:00.927,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== +3301ae6d-9115-3e5a-a3ab-0d18302cf7e6,2020-05-01 21:10:36.805,2286,,,2020-05-01 21:06:16.163,86863875,,,4727653,2020-04-23 15:56:01.733,acd11faf-e62a-40b3-8ad8-edecbfb7463c,OPEN,false,yyFrTbWxnSxiliuJBnxvHQ== +4a7eeb50-8c12-3469-845f-546efd4f2f8b,2020-04-23 16:20:53.408,2286,,,2020-04-23 16:12:40.360,86863875,,,4727653,2020-04-23 15:56:22.072,a460be3b-6231-4ac0-bb51-8d0579d578cc,OPEN,false,KABlFwTrPy1cgioQgr9Myg== +4a1895ea-673a-387c-9d84-8e5e28095beb,2020-05-13 01:45:37.177,2286,,,2020-05-13 01:38:49.067,86863875,,,4727653,2020-04-23 15:55:48.891,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== +88163ec6-c4d3-354a-88fc-a3ead7a07142,2020-05-03 09:30:35.315,2286,,,2020-05-03 09:24:53.848,86863875,,,4727653,2020-04-23 15:55:58.852,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== +98aa02d7-a16a-3f45-bf85-91808f854e80,2020-04-27 14:20:37.558,2286,,,2020-04-27 14:15:33.198,86863875,,,4727653,2020-04-23 15:55:48.891,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== +8676d90a-3275-3c30-9d00-c47b6f2fa257,2020-05-03 09:30:35.304,2286,,,2020-05-03 09:25:01,86863875,,,4727653,2020-04-23 15:55:58.852,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== +aa9aeacc-ca6a-313d-b9c3-d836ffdc9d26,2020-04-23 19:10:37.959,2286,,,2020-04-23 19:07:45.177,86863875,,,4727653,2020-04-23 15:56:12.489,5f6c26b1-d2ac-475e-928b-67402d5f4445,OPEN,false,ohZ53dV3iip1gfnUsuzKTQ== +5088a229-3885-3fe1-947b-ccad08d20a72,2020-05-04 02:55:55.731,2286,,,2020-05-04 02:50:32.439,86863875,,,4727653,2020-04-23 15:55:58.852,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== +fa22c40e-2e6e-347a-8193-91a57f501dfa,2020-04-23 16:11:12.738,2286,,,2020-04-23 16:07:33.819,86863875,,,4727653,2020-04-23 15:56:12.489,5f6c26b1-d2ac-475e-928b-67402d5f4445,OPEN,false,ohZ53dV3iip1gfnUsuzKTQ== +6b237041-8317-3086-a730-9da6bb567176,2020-05-01 21:10:36.804,2286,,,2020-05-01 21:06:29.198,86863875,,,4727653,2020-04-23 15:56:01.733,acd11faf-e62a-40b3-8ad8-edecbfb7463c,OPEN,false,yyFrTbWxnSxiliuJBnxvHQ== +12d8a431-ad2a-3063-a66d-c31efd6432af,2020-05-03 09:30:35.316,2286,,,2020-05-03 09:22:50.723,86863875,,,4727653,2020-04-23 15:55:58.852,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== +f237722b-676a-3e27-8d52-124724e7a86f,2020-05-04 14:30:38.221,2286,,,2020-05-04 14:29:06.321,86863875,,,4727653,2020-04-23 15:55:58.852,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== +14ea5c2e-1f3e-3295-938f-9f9344c85f0c,2020-04-27 15:00:40.056,2286,,,2020-04-27 14:55:13.774,86863875,,,4727653,2020-04-23 15:56:12.489,5f6c26b1-d2ac-475e-928b-67402d5f4445,OPEN,false,ohZ53dV3iip1gfnUsuzKTQ== +e17414e2-f2ae-356b-b1ba-ae7501f831a2,2020-05-04 16:40:37.049,2286,,,2020-05-04 16:35:10.565,86863875,,,4727653,2020-04-23 15:56:09.022,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== +a7f9063e-2240-367f-bf57-c3982c557f58,2020-04-23 16:25:36.704,2286,,,2020-04-23 16:20:48.044,86863875,,,4727653,2020-04-23 15:55:48.891,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== +cf779452-4316-31e0-befa-acb30e87f5d2,2020-05-01 13:51:36.482,2286,,,2020-05-01 13:47:41.873,86863875,,,4727653,2020-04-23 15:55:48.891,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== +3b85d2fc-22e9-33aa-aa69-4242563b8144,2020-04-23 16:00:38.985,2286,,,2020-04-23 15:58:32.436,86863875,,,4727653,2020-04-23 15:56:12.489,5f6c26b1-d2ac-475e-928b-67402d5f4445,OPEN,false,ohZ53dV3iip1gfnUsuzKTQ== +4495a0d2-a425-3235-b06e-a9093f7fb943,2020-05-04 02:55:55.744,2286,,,2020-05-04 02:50:24.743,86863875,,,4727653,2020-04-23 15:55:58.852,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== +b7671f94-f58e-3229-ba05-5c8a1787befc,2020-05-04 16:40:37.048,2286,,,2020-05-04 16:35:30.172,86863875,,,4727653,2020-04-23 15:56:09.022,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== +ea1ad28f-ec0e-38e7-8cad-d294a03665e1,2020-04-30 20:40:37.411,2286,,,2020-04-30 20:39:19.339,86863875,,,4727653,2020-04-23 15:56:12.489,5f6c26b1-d2ac-475e-928b-67402d5f4445,OPEN,false,ohZ53dV3iip1gfnUsuzKTQ== +c51813ab-0a9c-32cc-a8a7-45c4547d41a5,2020-05-04 03:15:35.540,2286,,,2020-05-04 03:13:45.711,86863875,,,4727653,2020-04-23 15:55:58.852,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== +86f25728-692c-3aa4-87cb-a44f0827c507,2020-04-24 23:33:52.781,2286,,,2020-04-24 23:23:29.848,86863875,,,4727653,2020-04-23 15:55:58.852,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== +4516b8c1-d5fa-3095-931c-a813fea88072,2020-04-27 14:35:56.111,2286,,,2020-04-27 14:27:06.364,86863875,,,4727653,2020-04-23 15:55:48.891,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== +a9bf010d-50db-3a48-81e4-5c5b03b8c119,2020-04-23 16:50:37.592,2286,,,2020-04-23 16:43:25.368,86863875,,,4727653,2020-04-23 15:55:48.891,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== +12c9afca-d45d-3e8a-9456-25ed9f58e3b4,2020-04-23 16:15:38.117,2286,,,2020-04-23 16:10:26.737,86863875,,,4727653,2020-04-23 15:56:07.379,1dac9664-035c-4af2-8ecd-b4f042ec0680,OPEN,false,S+G2Hk8DOAY9qnvcmsbdrA== +d7d20088-311e-385f-afb5-1a8a71cd1052,2020-04-24 18:10:39.138,2286,,,2020-04-24 18:07:17.356,86863875,,,4727653,2020-04-23 15:56:00.927,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== +cfb5b913-6f50-3842-a07d-93221632c351,2020-04-24 18:07:05.066,2286,,,2020-04-24 18:03:11.255,86863875,,,4727653,2020-04-23 15:56:00.927,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== +0c45af42-2ac5-3851-8ce1-0fefa6519b05,2020-04-23 20:45:36.073,2286,,,2020-04-23 20:43:42.657,86863875,,,4727653,2020-04-23 15:56:12.489,5f6c26b1-d2ac-475e-928b-67402d5f4445,OPEN,false,ohZ53dV3iip1gfnUsuzKTQ== +a4a13c99-5d7f-3950-87fe-b4bb2e560447,2020-05-13 01:45:37.171,2286,,,2020-05-13 01:39:58.768,86863875,,,4727653,2020-04-23 15:55:48.891,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== +afed07aa-8df9-3af0-ac0f-8d9b00edbf17,2020-05-04 04:00:35.308,2286,,,2020-05-04 03:53:32.618,86863875,,,4727653,2020-04-23 15:55:58.852,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== +34ddcb84-abd9-3e15-8bcb-874020c01336,2020-04-23 23:35:35.679,2286,,,2020-04-23 23:33:18.390,86863875,,,4727653,2020-04-23 15:55:54.094,397a18da-f597-4d12-9db8-564f037371e4,OPEN,false,I0X6/Z8L7eVqtzzTjqkJPA== +4de15a96-002d-3f73-a2da-060b6ca33057,2020-04-24 18:07:05.064,2286,,,2020-04-24 18:04:56.336,86863875,,,4727653,2020-04-23 15:56:00.927,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== +43dcc1f1-033e-34c9-8407-52029017688e,2020-04-24 15:15:39.128,2286,,,2020-04-24 15:12:08.100,86863875,,,4727653,2020-04-23 15:56:01.498,23e996c0-43c4-4bcf-bdcd-903abebfce09,OPEN,false,kPP7xjdtfuEuAX6b0LtS5g== +5e87af6e-2dc1-3da7-9b6c-3ce164c9ec2c,2020-05-04 16:35:37.605,2286,,,2020-05-04 16:32:12.591,86863875,,,4727653,2020-04-23 15:56:09.022,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== +8ee7ddd3-9788-33f3-ba76-6b743bb6824a,2020-04-24 18:07:05.065,2286,,,2020-04-24 18:04:12.191,86863875,,,4727653,2020-04-23 15:56:00.927,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== +835f514e-d319-3d29-8a6f-5f3028d00c5b,2020-05-04 16:50:38.827,2286,,,2020-05-04 16:46:00.770,86863875,,,4727653,2020-04-23 15:56:09.022,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== +1a868b90-f317-3e4c-bea9-a8b766a7da1b,2020-04-23 16:35:38.321,2286,,,2020-04-23 16:30:58.960,86863875,,,4727653,2020-04-23 15:56:22.072,a460be3b-6231-4ac0-bb51-8d0579d578cc,OPEN,false,KABlFwTrPy1cgioQgr9Myg== +cbe6726a-cd2d-3975-82ce-2823a24ba3a5,2020-05-04 16:30:37.143,2286,,,2020-05-04 16:27:10.474,86863875,,,4727653,2020-04-23 15:56:09.022,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== +552008cc-d4b1-3c0b-8b82-92e7f7aaad3a,2020-04-24 18:07:05.067,2286,,,2020-04-24 18:02:17.667,86863875,,,4727653,2020-04-23 15:56:00.927,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== +a18f6931-23f4-3d7e-90f8-53cdbf45330f,2020-05-03 19:30:35.214,2286,,,2020-05-03 19:27:59.067,86863875,,,4727653,2020-04-23 15:55:58.852,ff6dbb56-fd81-432a-a837-07feec296751,OPEN,false,KG2+j8wAdZtIHY97xIGd+Q== +82bf8364-86ae-3208-a693-2f7eeadd6edd,2020-05-05 17:40:37.517,2286,,,2020-05-05 17:38:21.981,86863875,,,4727653,2020-04-23 15:56:09.022,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== +e1e2fc07-5f20-34bd-b8c8-dc45388d4927,2020-04-24 18:07:05.066,2286,,,2020-04-24 18:02:24.079,86863875,,,4727653,2020-04-23 15:56:00.927,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== +91aff5b3-fa31-3d39-9fbb-8ebee53e71aa,2020-04-24 12:01:15.578,2286,,,2020-04-24 11:55:33.251,86863875,,,4727653,2020-04-23 15:56:19.381,3fa3a7ec-9c5a-4c61-bbcf-0794aef14443,OPEN,false,F3bESfDryz4RMji2dLULAA== +6617c28f-19ea-3cfc-aad4-e0998ec4d20d,2020-05-04 16:35:37.615,2286,,,2020-05-04 16:30:45.226,86863875,,,4727653,2020-04-23 15:56:09.022,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== +b099ac82-1ac6-37fa-9f6e-115ec79855f1,2020-05-04 16:30:37.143,2286,,,2020-05-04 16:27:02.547,86863875,,,4727653,2020-04-23 15:56:09.022,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== +1932bed3-7be3-3527-bc3e-6850618ee186,2020-04-23 16:11:12.738,2286,,,2020-04-23 16:09:26.331,86863875,,,4727653,2020-04-23 15:56:21.669,bd762d11-44fc-4d6c-a50a-21a2c522bdbc,OPEN,false,gR0FK4N1VrKFox6xs/ieJw== +e47296c0-31d3-3a95-a82d-7a1212978eac,2020-04-23 16:20:53.407,2286,,,2020-04-23 16:13:20.827,86863875,,,4727653,2020-04-23 15:55:48.891,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== +857dde4a-a717-38d9-9a50-2de38a59370d,2020-04-24 18:10:39.139,2286,,,2020-04-24 18:07:00.742,86863875,,,4727653,2020-04-23 15:56:00.927,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== +3caffbab-c387-3adb-871c-d716857e2fdb,2020-04-23 21:30:37.350,2286,,,2020-04-23 21:27:43.147,86863875,,,4727653,2020-04-23 15:56:12.489,5f6c26b1-d2ac-475e-928b-67402d5f4445,OPEN,false,ohZ53dV3iip1gfnUsuzKTQ== +c33e568c-aa7a-3475-a360-9232c13739c3,2020-04-26 02:15:36.088,2286,,,2020-04-26 02:09:27.651,86863875,,,4727653,2020-04-23 15:55:48.484,8195e18c-fbb6-416f-9bc1-42ce8136430f,OPEN,false,rmge/QRZKZEodKz89/bNow== +fd1c2cf5-4af7-3cb3-b94a-6b672af74671,2020-04-24 18:10:39.140,2286,,,2020-04-24 18:06:27.491,86863875,,,4727653,2020-04-23 15:56:00.927,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== +060f1284-4583-33f4-9b91-c044fc86b9d2,2020-05-04 16:40:37.030,2286,,,2020-05-04 16:38:36.541,86863875,,,4727653,2020-04-23 15:56:09.022,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== +4bbffd66-d358-3477-8fcd-9e335b122aa1,2020-05-04 16:30:37.129,2286,,,2020-05-04 16:27:21.202,86863875,,,4727653,2020-04-23 15:56:09.022,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== +5ec3690e-bf76-34a3-a4f3-e6de9677cbac,2020-05-04 16:40:37.046,2286,,,2020-05-04 16:38:23.638,86863875,,,4727653,2020-04-23 15:56:09.022,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== +0376b86f-79bb-3b83-b007-0102e56b7a15,2020-04-24 19:45:37.399,2286,,,2020-04-24 19:40:19.471,86863875,,,4727653,2020-04-23 15:56:26.200,8f8caeee-304b-4838-8277-f3f82595f9f0,OPEN,false,w2Dp0ofhPJz/rmx6lxlzlw== +b60a4224-bfa1-35a8-8377-d679140bacf5,2020-04-23 19:25:41.517,2286,,,2020-04-23 19:22:36.091,86863875,,,4727653,2020-04-23 15:56:12.489,5f6c26b1-d2ac-475e-928b-67402d5f4445,OPEN,false,ohZ53dV3iip1gfnUsuzKTQ== +0668a9dd-9351-3888-96c1-f685fe5b1d80,2020-04-23 16:20:53.407,2286,,,2020-04-23 16:15:22.884,86863875,,,4727653,2020-04-23 15:55:48.891,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== +123de65d-6446-3ad6-a31d-baf10af12cee,2020-04-24 18:10:39.140,2286,,,2020-04-24 18:06:08.251,86863875,,,4727653,2020-04-23 15:56:00.927,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== +1d8cefa8-0dd4-3923-9065-f757233128b8,2020-05-24 21:00:37.587,2286,,,2020-05-24 20:56:56.814,86863875,,,4727653,2020-04-23 15:55:48.891,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== +7954532a-9298-33da-ba29-a8941391b5b5,2020-05-01 21:15:37.169,2286,,,2020-05-01 21:07:22.273,86863875,,,4727653,2020-04-23 15:56:01.733,acd11faf-e62a-40b3-8ad8-edecbfb7463c,OPEN,false,yyFrTbWxnSxiliuJBnxvHQ== +d88075c7-797d-3fb1-9aca-47aac8b592e3,2020-05-04 16:35:37.616,2286,,,2020-05-04 16:30:02.563,86863875,,,4727653,2020-04-23 15:56:09.022,643115df-cb0a-4fe4-9a7d-07945b4fece8,OPEN,false,k4zFeIROGGVwDlwO7RzqEA== +318e2c8a-33cb-3989-9f75-ea92803ad9d2,2020-04-24 19:10:37.639,2286,,,2020-04-24 19:07:40.196,86863875,,,4727653,2020-04-23 15:56:00.927,dd7d146d-0f97-406b-9855-4f1bf69f01e3,OPEN,false,/R1HBRxC7fDVj7cn/k6n7g== +f1310e9d-5c01-3973-9d78-ad8f863d48a9,2020-05-11 22:50:37.335,2286,,,2020-05-11 22:46:21.286,86863875,,,4727653,2020-04-23 15:55:48.891,e040e9c2-dd3d-4926-9ec3-5ace0834e4fb,OPEN,false,Q5+hDGVJvTBdAVfNDmoNzw== +c6f8cc6e-e420-3fb8-a2ca-e2dab67a937b,2020-04-30 20:40:37.418,2286,,,2020-04-30 20:38:46.517,86863875,,,4727653,2020-04-23 15:56:12.489,5f6c26b1-d2ac-475e-928b-67402d5f4445,OPEN,false,ohZ53dV3iip1gfnUsuzKTQ== diff --git a/integration_tests/seeds/email_event_deferred_data.csv b/integration_tests/seeds/email_event_deferred_data.csv index 864e0c5..0e9478d 100644 --- a/integration_tests/seeds/email_event_deferred_data.csv +++ b/integration_tests/seeds/email_event_deferred_data.csv @@ -1,101 +1,101 @@ id,_fivetran_synced,attempt,response -659f47dd-770d-31ae-871a-e5dc72f0e9b4,2020-01-30 22:15:45.440 UTC,1, -3209c800-f5f5-3c3b-ab3f-9701a4f14684,2020-01-28 22:48:39.362 UTC,1, -7fa58018-da67-382e-9761-65618f83592c,2020-01-14 18:17:05.508 UTC,1, -f3373397-54a4-3a45-8172-e5ccc13b13ae,2020-01-28 22:49:00.767 UTC,1, -5d8f86f7-a6ed-357b-8370-2fe6b6ef6379,2020-01-14 18:20:09.426 UTC,1, -bbff400d-afb1-3e26-b3bf-5cd30a890c67,2020-01-28 22:48:33.718 UTC,1, -c48f317f-00e4-31b3-a4f9-20a05374c6ae,2020-06-11 15:56:02.403 UTC,1, -33b77184-19c6-3919-84d5-96745e74057c,2020-06-11 15:56:07.607 UTC,1, -43c6dd76-84e2-3b2c-a243-062e89928bda,2020-01-14 18:20:28.241 UTC,1, -58c7f412-a329-32fd-a3ab-a25dd99ea7ce,2020-01-14 18:20:09.430 UTC,1, -5170b8fb-708d-3bae-9e5c-6101f2d53766,2020-01-14 18:18:03.118 UTC,1, -da12a6b8-53d0-313a-8aaf-86fd52706ad9,2020-01-14 18:20:09.433 UTC,1, -aea5210b-d36f-3025-ac2d-f2d95a02e258,2020-06-14 22:16:23.416 UTC,1, -fcce7147-be54-342e-a5dc-293c39d903ac,2020-05-21 14:40:37.678 UTC,1, -345278e8-169b-321f-bca0-f834b601cbe3,2020-05-28 13:06:19.028 UTC,1, -8f2d42ab-d3f5-30f0-88e1-78bd93355f05,2020-01-14 18:15:49.730 UTC,1, -05330eae-b288-35e3-870e-e1e445d38e2b,2020-06-11 15:56:02.403 UTC,1, -509df1f8-9ed8-325b-98ee-2409ac9aa620,2020-01-14 18:16:50.673 UTC,1, -6ddba9db-40c5-388d-8c84-9fc75304b343,2020-07-09 14:16:41.026 UTC,1, -0114d13e-ccb2-3a07-9b88-f0e88d23e4fd,2020-01-14 18:17:58.566 UTC,1, -160e28ca-cab1-3d09-932e-e77debe2b836,2020-03-01 19:40:57.409 UTC,1, -533eae18-ba9d-355f-a821-816c10a7b93c,2020-01-14 18:17:06.734 UTC,1, -ea2d5492-200d-3d8b-9a76-c7a9a4ea09de,2020-01-28 22:48:25.449 UTC,1, -520ec71f-573f-3463-a2f4-6ae8d6dcf771,2020-06-16 12:16:30.460 UTC,1, -858da4e8-8191-3e04-b861-79f8fb4335c1,2020-05-21 14:40:36.820 UTC,1, -3e100bf1-02d1-3672-9e67-015d04f81130,2020-01-14 18:16:56.679 UTC,1, -9a884f4b-59b6-3280-88d2-57f6bebce52a,2020-01-14 18:15:40.548 UTC,1, -842d4e02-5e5e-31a9-aced-7b6421b25bc9,2020-01-31 19:40:39.834 UTC,1, -bd72fc2e-b357-3940-a6de-2daa2dac294a,2020-01-14 18:15:58.286 UTC,1, -de2f48ff-6b00-379c-8f93-6ca340774a79,2020-01-14 18:17:21.608 UTC,1, -f5c691e8-3b7b-317b-b80d-7b4bb2a157a3,2020-01-14 18:14:17.278 UTC,1, -7af80dc4-3fb2-30f2-8a6c-8408d107a81b,2020-01-14 18:15:29.339 UTC,1, -ebbef812-4d19-3c20-9fae-e8b9b2f8779f,2020-05-21 14:40:37.277 UTC,1, -4593dcef-6b1a-3480-8d49-66eb8baa1275,2020-01-14 18:16:35.994 UTC,1, -0a9df313-cf26-3e68-a126-d9154cd1359d,2020-01-28 22:48:39.811 UTC,1, -c6807508-3ab3-33c5-94f3-2abb84d4d11e,2020-01-28 22:49:24.830 UTC,1, -59ba1424-3923-3b4d-88ae-fffc16db54be,2020-01-14 18:16:37.273 UTC,1, -764fdcbb-9810-3281-9687-c7fdaf677641,2020-05-04 22:31:17.856 UTC,1, -ef794cce-2dbb-3299-abd7-eb6fac0a33b2,2020-06-25 17:35:51.528 UTC,1, -64b6eb26-f50f-3ac1-a5ba-869008be864b,2020-05-13 18:15:42.567 UTC,1, -e3eb6277-c7c0-323c-8350-e8b9c2f39cc9,2020-01-14 18:17:41.005 UTC,1, -d9acaec9-6af8-3805-b6bf-02aa9fad2e9c,2020-05-05 13:40:40.610 UTC,1, -105a9703-af2d-39d2-ad3b-4ed256d98daa,2020-05-21 14:40:37.262 UTC,1, -516fade3-cf0b-3a24-9cba-05b18bc5b1e6,2020-05-21 14:40:37.687 UTC,1, -e8210213-a084-3465-8a9a-41df852b6d15,2020-05-15 22:16:03.195 UTC,1, -f657cbe0-60a4-38de-9d84-00b7dee9d083,2020-01-14 18:18:00.091 UTC,1, -0641188d-001a-3743-b8dd-4e06d0267cd8,2020-01-14 18:16:22.271 UTC,1, -c546cf5a-7a5e-3abe-9396-983bf343507c,2020-01-14 18:20:09.434 UTC,1, -17dc5d81-d572-385c-9298-1983c8d5b2da,2020-01-14 18:15:25.444 UTC,1, -003936ff-bafb-321e-aaf8-5e05a869b52f,2020-01-28 22:48:58.755 UTC,1, -3f02f5fc-bb50-3245-ad45-baf9a9d296f1,2020-01-14 18:15:59.366 UTC,1, -f79d1481-4cf2-3115-b803-00094c65489f,2020-01-14 18:15:15.472 UTC,1, -bd87fcb0-8913-33cb-bdc2-c5f6725182db,2020-01-14 18:17:22.790 UTC,1, -d5419f63-f28f-3521-bfc3-6f89c65a0c8d,2020-02-12 21:45:36.823 UTC,1, -f4a447b0-da46-324c-885a-167261125249,2020-06-14 22:16:23.415 UTC,1, -7a7b64ac-e589-3527-8a44-8011e55b4d6d,2020-01-14 18:18:04.464 UTC,1, -00a08fa5-2efe-30b2-88f1-80f1b38ccee5,2020-01-14 18:19:25.629 UTC,1, -b4eb31e8-3a7e-33f8-a704-1997bc9ca244,2020-01-14 18:20:09.425 UTC,1, -50d2a5f9-eb0b-3830-8004-bfa5dfd2e27d,2020-05-21 14:40:37.275 UTC,1, -739eda73-7d41-3f81-b3d0-ee68e89120fe,2020-01-14 18:14:41.933 UTC,1, -ca799a45-f6a3-39c9-aeeb-91e73debb32b,2020-04-24 14:50:51.967 UTC,1, -038facf4-276a-3ef3-be66-d46425b8162d,2020-05-21 14:40:37.688 UTC,1, -63795744-da9c-3c2a-b8b4-8f523426bdd8,2020-01-14 18:20:09.425 UTC,1, -88d5f293-b94d-323a-b353-89dcbdb47906,2020-03-25 16:25:57.920 UTC,1, -52ef2983-d361-3f81-a181-f532da60be23,2020-03-03 19:56:06.454 UTC,1, -014bba5d-a473-3661-af08-69482f0200f9,2020-04-24 14:50:51.971 UTC,1, -ac6fd423-28c1-3107-ab7e-cd10daf931ce,2020-01-14 18:20:09.430 UTC,1, -fbc4799b-96ea-37ba-af81-1d8e6be2a0a1,2020-01-14 18:17:41.006 UTC,1, -d075c8d5-1bb5-3d50-8152-52646899c62c,2020-05-21 14:40:36.819 UTC,1, -07f4cca9-419d-3648-98d6-40be78f91918,2020-05-21 14:41:13.084 UTC,1, -f630943e-50ea-3054-984d-a10e20a01ff5,2020-01-14 18:15:34.186 UTC,1, -044bda17-b193-3408-8e20-ecfba4017ccd,2020-05-14 17:58:28.996 UTC,1, -48697503-f29d-34d0-9bf5-029b50e94e5c,2020-01-14 18:18:34.489 UTC,1, -785a7801-4c5c-3fd3-93f3-f2023b53b159,2020-01-28 22:48:52.195 UTC,1, -76329ddd-07b0-301b-80d2-59cc764d3b05,2020-01-28 22:48:34.087 UTC,1, -1d5bf065-2547-3292-994c-e56c0004d8e1,2020-01-14 18:20:02.695 UTC,1, -6112bfaf-0a32-3b8e-be45-bdb103681db6,2020-01-14 18:15:14.861 UTC,1, -c6c30ce4-12d7-3a51-a924-859fe950c9e2,2020-01-14 18:20:09.432 UTC,1, -b1452760-b469-343c-9cbf-5cadd3517fc2,2020-02-03 18:40:44.320 UTC,1, -eace17d0-ad23-3723-85b2-7a430f4054ed,2020-01-28 22:48:36.006 UTC,1, -4613a174-5af6-3d5a-9a63-88589b4b3b85,2020-01-14 18:20:21.573 UTC,1, -c545f12b-7f72-3543-9996-3da32ff03379,2020-01-14 18:19:02.349 UTC,1, -78b024fa-9fc6-3f42-9f35-a5c28c58c8f4,2020-01-28 22:48:59.049 UTC,1, -f720fd54-05a2-35f2-93fb-7793ac18a878,2020-01-14 18:15:18.775 UTC,1, -e897485e-409a-3062-9950-ba0b32d5fcf1,2020-01-14 18:20:09.435 UTC,1, -372c8bfe-8217-3438-b619-88385a04de2e,2020-01-30 22:15:45.438 UTC,1, -9fb9f139-788b-3cba-82b0-9f9b99c2126a,2020-05-21 14:40:44.392 UTC,1, -7b944ccc-252b-35f7-b4eb-6a42f48790ec,2020-01-14 18:16:35.980 UTC,1, -f686bf50-3170-3ba7-a81c-b76a96b7f87b,2020-01-14 18:20:09.427 UTC,1, -cad3a8cb-d890-38d9-8345-f3fc0e2f5841,2020-02-04 13:05:40.718 UTC,1, -b70febdd-bea9-30e0-81c6-6088aea5c9e3,2020-03-03 15:10:35.009 UTC,1, -018fbdd2-3903-37da-9d6f-e3202bbab34a,2020-02-13 22:15:47.312 UTC,1, -93c19a47-812d-3b1b-a477-eb893bc7f521,2020-05-14 17:58:28.989 UTC,1, -66ad11d3-7009-3126-8608-3138f42994ab,2020-04-24 14:50:51.971 UTC,1, -247a09ef-de43-3431-8f66-c563dd4311e8,2020-03-02 11:40:58.538 UTC,1, -b1a89f5a-add3-3936-bcb4-50042853bbc3,2020-01-14 18:19:44.851 UTC,1, -e44ce329-a57c-3854-b8f0-ac9c6f86ea7e,2020-07-03 20:56:00.644 UTC,1, -1420b29d-d881-3a93-93f4-9e61568ae7c1,2020-01-14 18:20:24.374 UTC,1, -76cdbfe1-c5f5-3948-a9d7-152156959e74,2020-01-14 18:16:36.802 UTC,1, -2d1a4ead-eb21-30fd-9918-a725f8dab667,2020-03-03 14:45:58.114 UTC,1, +659f47dd-770d-31ae-871a-e5dc72f0e9b4,2020-01-30 22:15:45.440,1, +3209c800-f5f5-3c3b-ab3f-9701a4f14684,2020-01-28 22:48:39.362,1, +7fa58018-da67-382e-9761-65618f83592c,2020-01-14 18:17:05.508,1, +f3373397-54a4-3a45-8172-e5ccc13b13ae,2020-01-28 22:49:00.767,1, +5d8f86f7-a6ed-357b-8370-2fe6b6ef6379,2020-01-14 18:20:09.426,1, +bbff400d-afb1-3e26-b3bf-5cd30a890c67,2020-01-28 22:48:33.718,1, +c48f317f-00e4-31b3-a4f9-20a05374c6ae,2020-06-11 15:56:02.403,1, +33b77184-19c6-3919-84d5-96745e74057c,2020-06-11 15:56:07.607,1, +43c6dd76-84e2-3b2c-a243-062e89928bda,2020-01-14 18:20:28.241,1, +58c7f412-a329-32fd-a3ab-a25dd99ea7ce,2020-01-14 18:20:09.430,1, +5170b8fb-708d-3bae-9e5c-6101f2d53766,2020-01-14 18:18:03.118,1, +da12a6b8-53d0-313a-8aaf-86fd52706ad9,2020-01-14 18:20:09.433,1, +aea5210b-d36f-3025-ac2d-f2d95a02e258,2020-06-14 22:16:23.416,1, +fcce7147-be54-342e-a5dc-293c39d903ac,2020-05-21 14:40:37.678,1, +345278e8-169b-321f-bca0-f834b601cbe3,2020-05-28 13:06:19.028,1, +8f2d42ab-d3f5-30f0-88e1-78bd93355f05,2020-01-14 18:15:49.730,1, +05330eae-b288-35e3-870e-e1e445d38e2b,2020-06-11 15:56:02.403,1, +509df1f8-9ed8-325b-98ee-2409ac9aa620,2020-01-14 18:16:50.673,1, +6ddba9db-40c5-388d-8c84-9fc75304b343,2020-07-09 14:16:41.026,1, +0114d13e-ccb2-3a07-9b88-f0e88d23e4fd,2020-01-14 18:17:58.566,1, +160e28ca-cab1-3d09-932e-e77debe2b836,2020-03-01 19:40:57.409,1, +533eae18-ba9d-355f-a821-816c10a7b93c,2020-01-14 18:17:06.734,1, +ea2d5492-200d-3d8b-9a76-c7a9a4ea09de,2020-01-28 22:48:25.449,1, +520ec71f-573f-3463-a2f4-6ae8d6dcf771,2020-06-16 12:16:30.460,1, +858da4e8-8191-3e04-b861-79f8fb4335c1,2020-05-21 14:40:36.820,1, +3e100bf1-02d1-3672-9e67-015d04f81130,2020-01-14 18:16:56.679,1, +9a884f4b-59b6-3280-88d2-57f6bebce52a,2020-01-14 18:15:40.548,1, +842d4e02-5e5e-31a9-aced-7b6421b25bc9,2020-01-31 19:40:39.834,1, +bd72fc2e-b357-3940-a6de-2daa2dac294a,2020-01-14 18:15:58.286,1, +de2f48ff-6b00-379c-8f93-6ca340774a79,2020-01-14 18:17:21.608,1, +f5c691e8-3b7b-317b-b80d-7b4bb2a157a3,2020-01-14 18:14:17.278,1, +7af80dc4-3fb2-30f2-8a6c-8408d107a81b,2020-01-14 18:15:29.339,1, +ebbef812-4d19-3c20-9fae-e8b9b2f8779f,2020-05-21 14:40:37.277,1, +4593dcef-6b1a-3480-8d49-66eb8baa1275,2020-01-14 18:16:35.994,1, +0a9df313-cf26-3e68-a126-d9154cd1359d,2020-01-28 22:48:39.811,1, +c6807508-3ab3-33c5-94f3-2abb84d4d11e,2020-01-28 22:49:24.830,1, +59ba1424-3923-3b4d-88ae-fffc16db54be,2020-01-14 18:16:37.273,1, +764fdcbb-9810-3281-9687-c7fdaf677641,2020-05-04 22:31:17.856,1, +ef794cce-2dbb-3299-abd7-eb6fac0a33b2,2020-06-25 17:35:51.528,1, +64b6eb26-f50f-3ac1-a5ba-869008be864b,2020-05-13 18:15:42.567,1, +e3eb6277-c7c0-323c-8350-e8b9c2f39cc9,2020-01-14 18:17:41.005,1, +d9acaec9-6af8-3805-b6bf-02aa9fad2e9c,2020-05-05 13:40:40.610,1, +105a9703-af2d-39d2-ad3b-4ed256d98daa,2020-05-21 14:40:37.262,1, +516fade3-cf0b-3a24-9cba-05b18bc5b1e6,2020-05-21 14:40:37.687,1, +e8210213-a084-3465-8a9a-41df852b6d15,2020-05-15 22:16:03.195,1, +f657cbe0-60a4-38de-9d84-00b7dee9d083,2020-01-14 18:18:00.091,1, +0641188d-001a-3743-b8dd-4e06d0267cd8,2020-01-14 18:16:22.271,1, +c546cf5a-7a5e-3abe-9396-983bf343507c,2020-01-14 18:20:09.434,1, +17dc5d81-d572-385c-9298-1983c8d5b2da,2020-01-14 18:15:25.444,1, +003936ff-bafb-321e-aaf8-5e05a869b52f,2020-01-28 22:48:58.755,1, +3f02f5fc-bb50-3245-ad45-baf9a9d296f1,2020-01-14 18:15:59.366,1, +f79d1481-4cf2-3115-b803-00094c65489f,2020-01-14 18:15:15.472,1, +bd87fcb0-8913-33cb-bdc2-c5f6725182db,2020-01-14 18:17:22.790,1, +d5419f63-f28f-3521-bfc3-6f89c65a0c8d,2020-02-12 21:45:36.823,1, +f4a447b0-da46-324c-885a-167261125249,2020-06-14 22:16:23.415,1, +7a7b64ac-e589-3527-8a44-8011e55b4d6d,2020-01-14 18:18:04.464,1, +00a08fa5-2efe-30b2-88f1-80f1b38ccee5,2020-01-14 18:19:25.629,1, +b4eb31e8-3a7e-33f8-a704-1997bc9ca244,2020-01-14 18:20:09.425,1, +50d2a5f9-eb0b-3830-8004-bfa5dfd2e27d,2020-05-21 14:40:37.275,1, +739eda73-7d41-3f81-b3d0-ee68e89120fe,2020-01-14 18:14:41.933,1, +ca799a45-f6a3-39c9-aeeb-91e73debb32b,2020-04-24 14:50:51.967,1, +038facf4-276a-3ef3-be66-d46425b8162d,2020-05-21 14:40:37.688,1, +63795744-da9c-3c2a-b8b4-8f523426bdd8,2020-01-14 18:20:09.425,1, +88d5f293-b94d-323a-b353-89dcbdb47906,2020-03-25 16:25:57.920,1, +52ef2983-d361-3f81-a181-f532da60be23,2020-03-03 19:56:06.454,1, +014bba5d-a473-3661-af08-69482f0200f9,2020-04-24 14:50:51.971,1, +ac6fd423-28c1-3107-ab7e-cd10daf931ce,2020-01-14 18:20:09.430,1, +fbc4799b-96ea-37ba-af81-1d8e6be2a0a1,2020-01-14 18:17:41.006,1, +d075c8d5-1bb5-3d50-8152-52646899c62c,2020-05-21 14:40:36.819,1, +07f4cca9-419d-3648-98d6-40be78f91918,2020-05-21 14:41:13.084,1, +f630943e-50ea-3054-984d-a10e20a01ff5,2020-01-14 18:15:34.186,1, +044bda17-b193-3408-8e20-ecfba4017ccd,2020-05-14 17:58:28.996,1, +48697503-f29d-34d0-9bf5-029b50e94e5c,2020-01-14 18:18:34.489,1, +785a7801-4c5c-3fd3-93f3-f2023b53b159,2020-01-28 22:48:52.195,1, +76329ddd-07b0-301b-80d2-59cc764d3b05,2020-01-28 22:48:34.087,1, +1d5bf065-2547-3292-994c-e56c0004d8e1,2020-01-14 18:20:02.695,1, +6112bfaf-0a32-3b8e-be45-bdb103681db6,2020-01-14 18:15:14.861,1, +c6c30ce4-12d7-3a51-a924-859fe950c9e2,2020-01-14 18:20:09.432,1, +b1452760-b469-343c-9cbf-5cadd3517fc2,2020-02-03 18:40:44.320,1, +eace17d0-ad23-3723-85b2-7a430f4054ed,2020-01-28 22:48:36.006,1, +4613a174-5af6-3d5a-9a63-88589b4b3b85,2020-01-14 18:20:21.573,1, +c545f12b-7f72-3543-9996-3da32ff03379,2020-01-14 18:19:02.349,1, +78b024fa-9fc6-3f42-9f35-a5c28c58c8f4,2020-01-28 22:48:59.049,1, +f720fd54-05a2-35f2-93fb-7793ac18a878,2020-01-14 18:15:18.775,1, +e897485e-409a-3062-9950-ba0b32d5fcf1,2020-01-14 18:20:09.435,1, +372c8bfe-8217-3438-b619-88385a04de2e,2020-01-30 22:15:45.438,1, +9fb9f139-788b-3cba-82b0-9f9b99c2126a,2020-05-21 14:40:44.392,1, +7b944ccc-252b-35f7-b4eb-6a42f48790ec,2020-01-14 18:16:35.980,1, +f686bf50-3170-3ba7-a81c-b76a96b7f87b,2020-01-14 18:20:09.427,1, +cad3a8cb-d890-38d9-8345-f3fc0e2f5841,2020-02-04 13:05:40.718,1, +b70febdd-bea9-30e0-81c6-6088aea5c9e3,2020-03-03 15:10:35.009,1, +018fbdd2-3903-37da-9d6f-e3202bbab34a,2020-02-13 22:15:47.312,1, +93c19a47-812d-3b1b-a477-eb893bc7f521,2020-05-14 17:58:28.989,1, +66ad11d3-7009-3126-8608-3138f42994ab,2020-04-24 14:50:51.971,1, +247a09ef-de43-3431-8f66-c563dd4311e8,2020-03-02 11:40:58.538,1, +b1a89f5a-add3-3936-bcb4-50042853bbc3,2020-01-14 18:19:44.851,1, +e44ce329-a57c-3854-b8f0-ac9c6f86ea7e,2020-07-03 20:56:00.644,1, +1420b29d-d881-3a93-93f4-9e61568ae7c1,2020-01-14 18:20:24.374,1, +76cdbfe1-c5f5-3948-a9d7-152156959e74,2020-01-14 18:16:36.802,1, +2d1a4ead-eb21-30fd-9918-a725f8dab667,2020-03-03 14:45:58.114,1, diff --git a/integration_tests/seeds/email_event_delivered_data.csv b/integration_tests/seeds/email_event_delivered_data.csv index 927a0bd..dc0e2a1 100644 --- a/integration_tests/seeds/email_event_delivered_data.csv +++ b/integration_tests/seeds/email_event_delivered_data.csv @@ -1,101 +1,101 @@ id,_fivetran_synced,response,smtp_id -da012f1b-a517-3838-846a-f06890d27bf0,2020-05-21 14:40:57.856 UTC,250 2.0.0 OK 98si3497807qvc.186 - gsmtp, -81d974ac-dec7-361b-a3b1-576319353902,2020-05-21 14:40:57.856 UTC,250 2.0.0 OK f16si3361818qtv.61 - gsmtp, -0bf2b028-3c5f-3965-9c27-ed3ea1314b3b,2020-05-21 14:40:57.856 UTC,250 2.0.0 OK k7si3699441qki.266 - gsmtp, -3ec658e0-c597-3409-9b43-3a51c5c48977,2020-05-21 14:40:57.856 UTC,250 2.0.0 OK v3si3713192qvk.107 - gsmtp, -d48e4c2d-d02c-316e-8445-05d5d201ab8d,2020-05-21 14:40:57.856 UTC,250 2.0.0 OK l12si3537920qtn.344 - gsmtp, -02d11a4c-acd4-340f-8820-d813d1252835,2020-01-14 18:19:49.632 UTC,250 2.0.0 OK D2/6A-24050-002EFBC5, -00654261-c15a-3ade-a596-c98b49a46b71,2020-01-14 18:19:33.248 UTC,250 2.0.0 OK p44si17498392qta.8 - gsmtp, -0466eae4-8548-3cb2-bf40-d3347489e140,2020-01-14 18:18:44.096 UTC,250 2.0.0 OK k32si1789878qvf.200 - gsmtp, -507e21f2-5a85-3dc3-9ee7-709b9f01167a,2020-04-24 14:51:00.992 UTC,250 2.0.0 OK c9si3609149qvv.146 - gsmtp, -7c47d5e9-3e1b-3d53-999a-c6349480bdad,2020-04-24 14:51:00.992 UTC,250 2.0.0 OK r89si3388824qtd.20 - gsmtp, -c5bd4b02-ae92-3141-ac9d-73536d2f0d8e,2020-04-24 14:51:00.992 UTC,250 2.0.0 OK w31si3554773qth.131 - gsmtp, -8c5fbdab-583b-3860-9e53-ff00893081f1,2020-04-14 15:00:40.576 UTC,250 2.0.0 OK g11si2775025qvj.193 - gsmtp, -6fed451d-dcb8-3b95-9634-2be95db07064,2020-04-14 15:00:40.576 UTC,"250 2.6.0 <1586876153311.44a7c012-aa81-4388-90ea-79cb5d8f13d5@bf10x.hubspotemail.net> [InternalId=20048907446217, Hostname=DB8EUR05HT206.eop-eur05.prod.protection.outlook.com] 76942 bytes in 1.980, 37.936 KB/sec Queued mail for delivery -> 250 2.1.5", -c6e2d797-40f1-335c-bbaa-72bfda8ab761,2020-01-15 20:15:45.664 UTC,250 ok dirdel, -26402272-9736-38e7-9f82-95932d3193fc,2020-01-15 20:15:45.664 UTC,250 2.0.0 OK 1579100215 h19si11839642edv.180 - gsmtp , -421e4c3f-bc73-3cd4-8ec8-8942f6499daf,2020-01-14 18:19:08.672 UTC,250 2.0.0 OK 21si29026938qvp.8 - gsmtp, -a6b2e058-a900-3cd7-92a6-411f576199b2,2020-04-23 20:25:46.752 UTC,250 ok dirdel, -e775a980-3f57-3fff-813e-b3fc54541c73,2020-01-14 18:18:03.136 UTC,250 2.0.0 Ok: queued as 1C29130008F, -688e2a65-8e00-3bd3-9e1d-de2eff084da3,2020-01-14 18:18:03.136 UTC,250 2.0.0 OK 1561464536 q17si196134eja.208 - gsmtp , -1b6764eb-2b3d-3383-95c4-b5ab114ceaa3,2020-01-14 18:15:17.920 UTC,250 ok dirdel, -14df25e3-94b4-34fd-a96c-645320ee4777,2020-01-14 18:15:17.920 UTC,250 ok dirdel, -a9d299ff-2d59-3184-876e-b4f7ec8d3187,2020-01-14 18:15:17.920 UTC,250 ok dirdel, -4e920fbb-69e5-3058-9756-ea33ba730849,2020-01-14 18:15:17.920 UTC,250 2.0.0 Ok: queued as B0D421A0194, -fbf7200d-6061-35b1-af99-11980f527822,2020-02-29 16:30:48.992 UTC,250 2.0.0 OK m20si2947672qvv.150 - gsmtp, -da3801d0-d222-34ac-a284-2d41128ef168,2020-01-14 18:18:42.720 UTC,250 2.0.0 OK c25si236703qko.272 - gsmtp, -d3bc38f5-a6df-3126-8494-953500799e80,2020-05-21 18:20:45.600 UTC,250 2.0.0 OK o19si3834347qvy.163 - gsmtp, -db814636-7704-3d59-b693-359f2adb4a92,2020-05-21 18:20:45.600 UTC,250 2.0.0 OK y72si3891948qkb.208 - gsmtp, -bc8f2bbd-0642-398a-a9a0-b8fe17d5f8e9,2020-07-01 16:46:09.568 UTC,250 ok dirdel, -285335dc-c69f-329d-9e75-ac5562953efa,2020-01-28 22:48:44.448 UTC,250 ok dirdel, -0d89448a-ad31-3b73-98fa-a4306db2e4fd,2020-01-28 22:48:44.448 UTC,250 ok dirdel, -0625870b-8e75-337c-89eb-8fc57ea1ce2b,2020-01-28 22:48:44.448 UTC,250 2.0.0 OK u1si25874484qkb.331 - gsmtp, -364dc4f1-3258-3717-a1c3-5bf5fd95d6e3,2020-01-14 18:17:28.992 UTC,250 ok dirdel, -9cd01c28-0081-30c6-98ca-360799bf63ad,2020-02-15 16:35:45.952 UTC,250 2.0.0 OK p2si4036903qvz.211 - gsmtp, -9f29f84f-a9ab-3d9c-85dd-f6c543c4ce57,2020-02-15 16:35:45.952 UTC,250 2.0.0 OK p8si4014361qvn.128 - gsmtp, -7741e321-e060-33da-b56d-87383ef5a218,2020-03-16 13:10:46.336 UTC,250 ok dirdel, -10707bea-12fa-3ccd-9bcb-f220a44ea088,2020-06-25 17:35:52.128 UTC,250 ok dirdel, -a02c39ea-067a-356f-96f5-7c9dbc25855e,2020-06-25 17:35:52.128 UTC,250 2.0.0 OK y11si4917701qtb.365 - gsmtp, -8f8c0b26-01eb-3054-92d7-e1b4bdbe2ba7,2020-06-25 17:35:52.128 UTC,250 2.0.0 OK n36si15621475qtk.313 - gsmtp, -14602b60-6b85-3761-ab30-35de77241eb0,2020-06-25 17:35:52.128 UTC,250 2.0.0 oViVjAdtIOAzwoViWjqeds mail accepted for delivery, -1b3b5312-aee7-3ce3-8f6b-01e18bba3fbb,2020-01-14 18:18:08.576 UTC,250 Ok Queued as apple57_8be782241c754, -06e7faeb-4c78-3bec-aaca-621f47bdbac8,2020-06-17 21:51:27.552 UTC,250 ok dirdel, -b2cdcc7d-5a9f-3712-befe-4c0efa3dda49,2020-01-14 18:14:35.584 UTC,250 ok dirdel, -9b512a7a-06df-34a5-91db-b26de89396e9,2020-01-14 18:14:35.584 UTC,250 ok dirdel, -858fb112-f78e-370c-aa6c-bd8f0097701f,2020-01-14 18:14:35.584 UTC,250 2.0.0 OK k9si2964519qtp.18 - gsmtp, -85ba4e6d-6100-3b2b-b187-a87b6dfea773,2020-01-14 18:14:35.584 UTC,250 2.0.0 OK c8si2967406qvu.199 - gsmtp, -71b36553-7dcb-32c0-ab88-3a2a57f3446f,2020-01-14 18:14:35.584 UTC,250 2.0.0 OK x13si3127265qti.48 - gsmtp, -d2660f0c-83f8-3f44-bae3-0bb956206445,2020-01-14 18:14:35.584 UTC,250 2.0.0 OK a24si3129482qtp.368 - gsmtp, -7dc26d84-ec9d-3a5a-9f38-9a8b2b2057fc,2020-01-14 18:14:35.584 UTC,250 2.0.0 OK p10si3200784qkj.283 - gsmtp, -d8954748-11ab-395e-9ce0-c796642d4353,2020-01-14 18:14:35.584 UTC,250 2.0.0 OK v44si3256783qth.164 - gsmtp, -79b26ae4-9ae5-3c47-876c-dc58c9ea5a35,2020-01-14 18:14:35.584 UTC,"250 2.6.0 <1576171971266.1d3a85b7-7b0f-4e90-85fd-5575de389130@bf10a.hubspotemail.net> [InternalId=21298742911893, Hostname=VE1EUR03HT016.eop-EUR03.prod.protection.outlook.com] 64273 bytes in 1.994, 31.474 KB/sec Queued mail for delivery -> 250 2.1.5", -212197df-67a3-3a56-a444-bd0a3a07bb2a,2020-02-15 17:30:45.952 UTC,250 2.0.0 OK 1581787729 c13si5547557edv.197 - gsmtp , -a21b9be2-2ae8-31a9-ae87-b08908be4828,2020-05-14 17:58:53.152 UTC,250 ok dirdel, -24831e43-eb9d-300d-a3d4-2efdb20bb379,2020-05-14 17:58:53.152 UTC,250 2.0.0 OK u1si1895460qvb.77 - gsmtp, -f5bb6405-a3e8-362c-b926-f7b533101d00,2020-05-14 17:58:53.152 UTC,250 2.0.0 OK k13si1959512qkh.101 - gsmtp, -adfddabf-b1b9-38ae-8efa-711d1d657746,2020-01-14 18:17:34.432 UTC,"250 2.6.0 <1568575973633.7f4ab978-ee9c-475c-bfe8-7102be3212f8@bf10a.hubspotemail.net> [InternalId=3251290270694, Hostname=BN8NAM11HT052.eop-nam11.prod.protection.outlook.com] 56040 bytes in 0.229, 238.152 KB/sec Queued mail for delivery -> 250 2.1.5", -51dd4ab7-e207-35d2-9691-841c9a7f9d80,2020-01-14 18:17:18.048 UTC,250 ok dirdel, -dc860e81-4a85-3ad7-8366-492c7583264c,2020-05-14 17:59:01.344 UTC,250 2.0.0 OK DD/3B-08623-C168DBE5, -05e09452-d956-367f-bb70-9bb48ee843f7,2020-05-14 17:59:01.344 UTC,250 2.0.0 OK t15si1949117qvm.179 - gsmtp, -ed1480da-a9c4-3ef7-b000-5a5d8a2fd3e5,2020-05-14 17:59:01.344 UTC,250 2.0.0 OK y190si1930803qkb.74 - gsmtp, -2de70a71-ec01-3030-b4f3-a676b873bd5b,2020-03-10 14:30:39.328 UTC,250 2.0.0 BftXjygFgsDpFBftYjhtkh mail accepted for delivery, -46398d9f-5f08-3eee-81a9-a9789173aa0d,2020-01-14 18:15:15.168 UTC,250 2.0.0 OK x90si10858609qtd.372 - gsmtp, -311bcc3f-b09f-3650-b80f-a3a3b9fa9d63,2020-01-14 18:15:15.168 UTC,250 2.0.0 OK 1571578851 e49si1579450eda.229 - gsmtp , -a4a4c6a8-d3c6-395a-942d-d911057371d0,2020-01-14 18:20:01.888 UTC,250 2.0.0 OK e3si2729832qtc.271 - gsmtp, -c1daef14-427b-3a4a-9149-5770123f3748,2020-01-14 18:20:01.888 UTC,250 2.0.0 OK 1569529915 gq15si1733057ejb.209 - gsmtp , -741e9ee5-fbc6-3364-b470-452195d0a9f2,2020-02-13 04:10:45.600 UTC,250 ok dirdel, -c28fe63b-9aa7-3baf-879d-fdc374595940,2020-03-17 16:25:59.168 UTC,250 ok dirdel, -d385eae4-f2d1-3699-a38c-fb7b408db736,2020-03-17 16:25:59.168 UTC,250 2.0.0 OK 4A/DF-01446-4C9F07E5, -a795cab6-38b0-38fe-9290-54d195e5b0a8,2020-03-17 16:25:59.168 UTC,250 2.0.0 OK i1si2336055qkf.154 - gsmtp, -56f0148f-7f1e-3d44-bea6-aee069323c4f,2020-03-17 16:25:59.168 UTC,250 2.0.0 OK 184si2475637qkd.364 - gsmtp, -a65fd175-e4b0-3e9f-a442-086320ef5c1f,2020-03-17 16:25:59.168 UTC,250 2.0.0 OK v12si2105232qve.176 - gsmtp, -7ff169c3-b21d-3a26-93ba-38a017d626c2,2020-03-17 16:25:59.168 UTC,250 2.0.0 OK q125si2193702qke.308 - gsmtp, -600da0fd-cbf6-3393-b41b-07187154b97d,2020-03-17 16:25:59.168 UTC,"250 2.6.0 <1584462276462.cdc2d0d0-39d5-48cd-aef7-64de537e27f7@bf10x.hubspotemail.net> [InternalId=22024592338361, Hostname=BN8NAM12HT121.eop-nam12.prod.protection.outlook.com] 68945 bytes in 0.125, 535.877 KB/sec Queued mail for delivery", -1f674301-ccc4-3006-8add-baf34be4cc69,2020-04-14 14:55:48.352 UTC,250 2.0.0 OK f7si7627916qkg.145 - gsmtp, -4c65b307-64cb-30cb-b774-6fa583e37bd5,2020-04-02 20:55:46.560 UTC,250 2.0.0 OK h15si4577320qvm.211 - gsmtp, -69a750b9-180f-3d23-9a4e-edee90c886c0,2020-04-02 20:55:46.560 UTC,250 2.0.0 OK i127si4161280qke.309 - gsmtp, -347da17a-b0bc-380b-887a-427375e62cd6,2020-05-18 15:35:58.848 UTC,250 2.0.0 OK p126si5969884qke.185 - gsmtp, -295e8f1a-5824-3e21-aba5-a46cb2ece3fc,2020-04-08 19:21:15.648 UTC,250 2.0.0 OK m19si4252479qtn.327 - gsmtp, -41601db0-1615-381b-9965-97220cb9b6ae,2020-01-14 18:19:03.168 UTC,250 2.0.0 OK c133si4624137qke.325 - gsmtp, -e081a0e5-40e7-3d20-9e7a-c3ea9f9e5462,2020-01-14 18:19:11.360 UTC,250 ok dirdel, -a8c51c61-3407-32bc-b3b6-a08d3effab8c,2020-06-01 15:25:50.592 UTC,250 ok dirdel, -7fba1f06-5ffe-3613-bca6-2cffef099381,2020-06-01 15:25:50.592 UTC,"250 2.6.0 <1591024936259.7f94ceb4-df0d-494e-a955-d8a19fa20b23@bf10x.hubspotemail.net> [InternalId=8022998918787, Hostname=CH2PR13MB3576.namprd13.prod.outlook.com] 29924 bytes in 0.128, 226.653 KB/sec Queued mail for delivery", -fbb7bf99-501c-3053-b324-98e982e09aea,2020-01-14 18:15:36.992 UTC,250 ok dirdel, -1f93611d-8133-30f1-b1f0-3cf80ed940b7,2020-01-14 18:15:36.992 UTC,250 2.0.0 OK m14si4226460qkg.188 - gsmtp, -121d5f08-0bcf-3d4e-be93-b1f4e2edc0b1,2020-01-14 18:15:36.992 UTC,250 2.0.0 OK t70si4724061qke.172 - gsmtp, -1a035ade-5104-359c-8039-1236c7dabded,2020-05-15 00:31:14.208 UTC,250 2.0.0 OK o13si474583qti.8 - gsmtp, -4d5aa5cc-3ed8-3439-a2a8-b6c9314bcae6,2020-01-14 18:17:39.872 UTC,250 2.0.0 OK s11si2218125qkg.100 - gsmtp, -984889fc-e9d1-301a-bb90-5b264fd49008,2020-06-11 14:16:37.920 UTC,250 ok dirdel, -c1006b2c-c23c-3d38-887d-0d205519c9b6,2020-04-16 14:55:55.840 UTC,250 2.0.0 P5v1j15PyzXaRP5v1jgGo4 mail accepted for delivery, -4f1dfc64-8e45-3435-a2b2-5c0962b5d65c,2020-01-14 18:18:11.264 UTC,250 OK id=1hQVHH-0003Hz-Jc, -fc8d962a-3d27-3535-99c4-6c9333c45886,2020-01-14 18:18:11.264 UTC,250 2.0.0 OK d13si4032064qvn.92 - gsmtp, -558314cf-168d-3ed6-b68a-314d09889879,2020-01-14 18:18:11.264 UTC,"250 2.6.0 <1557832065673.e82bded6-21e7-4d49-85bb-e3f1464f6dcb@bf10a.hubspotemail.net> [InternalId=15998753195629, Hostname=BN3NAM04HT041.eop-NAM04.prod.protection.outlook.com] 57776 bytes in 0.278, 202.316 KB/sec Queued mail for delivery -> 250 2.1.5", -5fb30ba0-8bf8-391e-97e9-1140b77f5cf5,2020-04-03 18:50:49.152 UTC,250 ok dirdel, -2c3781e2-33e4-3aa4-9613-4d436b223a5c,2020-06-11 15:56:08.512 UTC,250 2.0.0 OK n3si1737707qvt.47 - gsmtp, -501350ae-66df-3695-981f-f145e9a63488,2020-01-14 18:19:41.376 UTC,250 2.0.0 OK 36si5111776qtv.312 - gsmtp, -35fc3272-e44a-3719-b81a-5e4a6ee5724c,2020-05-14 17:58:49.024 UTC,250 2.0.0 OK 92si2039279qtf.197 - gsmtp, -6e51a9d9-26b0-3d5f-8737-ee56a9604f72,2020-06-21 14:56:14.272 UTC,250 2.0.0 OK 9D/56-16922-4F47FEE5, -e4c0e790-c6cb-3074-91f3-fdd5ba59c69d,2020-01-14 18:20:53.728 UTC,250 2.0.0 OK 57si1099592qts.17 - gsmtp, -9e6f9a64-1d8f-3b2a-b18b-70a1d00cadc8,2020-01-14 18:20:53.728 UTC,"250 2.6.0 <1559227934223.3235fb87-9dd3-4f1c-86fe-3f4cceb3a697@bf10a.hubspotemail.net> [InternalId=47253230314166, Hostname=HE1EUR02HT019.eop-EUR02.prod.protection.outlook.com] 54784 bytes in 0.331, 161.596 KB/sec Queued mail for delivery -> 250 2.1.5", -ddfde6f6-92a6-388e-b707-bd22a3b33ae1,2020-01-14 18:18:26.272 UTC,"250 2.6.0 <1556449510850.b37744fd-2b21-42b7-9097-f76bd2fb9d7e@bf10a.hubspotemail.net> [InternalId=42112154346919, Hostname=AM5EUR02HT164.eop-EUR02.prod.protection.outlook.com] 56258 bytes in 0.346, 158.551 KB/sec Queued mail for delivery -> 250 2.1.5", -3e8ec77b-a1b2-35d2-8e17-abbf0adbf1d8,2020-01-14 18:17:04.352 UTC,250 ok dirdel, +da012f1b-a517-3838-846a-f06890d27bf0,2020-05-21 14:40:57.856,250 2.0.0 OK 98si3497807qvc.186 - gsmtp, +81d974ac-dec7-361b-a3b1-576319353902,2020-05-21 14:40:57.856,250 2.0.0 OK f16si3361818qtv.61 - gsmtp, +0bf2b028-3c5f-3965-9c27-ed3ea1314b3b,2020-05-21 14:40:57.856,250 2.0.0 OK k7si3699441qki.266 - gsmtp, +3ec658e0-c597-3409-9b43-3a51c5c48977,2020-05-21 14:40:57.856,250 2.0.0 OK v3si3713192qvk.107 - gsmtp, +d48e4c2d-d02c-316e-8445-05d5d201ab8d,2020-05-21 14:40:57.856,250 2.0.0 OK l12si3537920qtn.344 - gsmtp, +02d11a4c-acd4-340f-8820-d813d1252835,2020-01-14 18:19:49.632,250 2.0.0 OK D2/6A-24050-002EFBC5, +00654261-c15a-3ade-a596-c98b49a46b71,2020-01-14 18:19:33.248,250 2.0.0 OK p44si17498392qta.8 - gsmtp, +0466eae4-8548-3cb2-bf40-d3347489e140,2020-01-14 18:18:44.096,250 2.0.0 OK k32si1789878qvf.200 - gsmtp, +507e21f2-5a85-3dc3-9ee7-709b9f01167a,2020-04-24 14:51:00.992,250 2.0.0 OK c9si3609149qvv.146 - gsmtp, +7c47d5e9-3e1b-3d53-999a-c6349480bdad,2020-04-24 14:51:00.992,250 2.0.0 OK r89si3388824qtd.20 - gsmtp, +c5bd4b02-ae92-3141-ac9d-73536d2f0d8e,2020-04-24 14:51:00.992,250 2.0.0 OK w31si3554773qth.131 - gsmtp, +8c5fbdab-583b-3860-9e53-ff00893081f1,2020-04-14 15:00:40.576,250 2.0.0 OK g11si2775025qvj.193 - gsmtp, +6fed451d-dcb8-3b95-9634-2be95db07064,2020-04-14 15:00:40.576,"250 2.6.0 <1586876153311.44a7c012-aa81-4388-90ea-79cb5d8f13d5@bf10x.hubspotemail.net> [InternalId=20048907446217, Hostname=DB8EUR05HT206.eop-eur05.prod.protection.outlook.com] 76942 bytes in 1.980, 37.936 KB/sec Queued mail for delivery -> 250 2.1.5", +c6e2d797-40f1-335c-bbaa-72bfda8ab761,2020-01-15 20:15:45.664,250 ok dirdel, +26402272-9736-38e7-9f82-95932d3193fc,2020-01-15 20:15:45.664,250 2.0.0 OK 1579100215 h19si11839642edv.180 - gsmtp , +421e4c3f-bc73-3cd4-8ec8-8942f6499daf,2020-01-14 18:19:08.672,250 2.0.0 OK 21si29026938qvp.8 - gsmtp, +a6b2e058-a900-3cd7-92a6-411f576199b2,2020-04-23 20:25:46.752,250 ok dirdel, +e775a980-3f57-3fff-813e-b3fc54541c73,2020-01-14 18:18:03.136,250 2.0.0 Ok: queued as 1C29130008F, +688e2a65-8e00-3bd3-9e1d-de2eff084da3,2020-01-14 18:18:03.136,250 2.0.0 OK 1561464536 q17si196134eja.208 - gsmtp , +1b6764eb-2b3d-3383-95c4-b5ab114ceaa3,2020-01-14 18:15:17.920,250 ok dirdel, +14df25e3-94b4-34fd-a96c-645320ee4777,2020-01-14 18:15:17.920,250 ok dirdel, +a9d299ff-2d59-3184-876e-b4f7ec8d3187,2020-01-14 18:15:17.920,250 ok dirdel, +4e920fbb-69e5-3058-9756-ea33ba730849,2020-01-14 18:15:17.920,250 2.0.0 Ok: queued as B0D421A0194, +fbf7200d-6061-35b1-af99-11980f527822,2020-02-29 16:30:48.992,250 2.0.0 OK m20si2947672qvv.150 - gsmtp, +da3801d0-d222-34ac-a284-2d41128ef168,2020-01-14 18:18:42.720,250 2.0.0 OK c25si236703qko.272 - gsmtp, +d3bc38f5-a6df-3126-8494-953500799e80,2020-05-21 18:20:45.600,250 2.0.0 OK o19si3834347qvy.163 - gsmtp, +db814636-7704-3d59-b693-359f2adb4a92,2020-05-21 18:20:45.600,250 2.0.0 OK y72si3891948qkb.208 - gsmtp, +bc8f2bbd-0642-398a-a9a0-b8fe17d5f8e9,2020-07-01 16:46:09.568,250 ok dirdel, +285335dc-c69f-329d-9e75-ac5562953efa,2020-01-28 22:48:44.448,250 ok dirdel, +0d89448a-ad31-3b73-98fa-a4306db2e4fd,2020-01-28 22:48:44.448,250 ok dirdel, +0625870b-8e75-337c-89eb-8fc57ea1ce2b,2020-01-28 22:48:44.448,250 2.0.0 OK u1si25874484qkb.331 - gsmtp, +364dc4f1-3258-3717-a1c3-5bf5fd95d6e3,2020-01-14 18:17:28.992,250 ok dirdel, +9cd01c28-0081-30c6-98ca-360799bf63ad,2020-02-15 16:35:45.952,250 2.0.0 OK p2si4036903qvz.211 - gsmtp, +9f29f84f-a9ab-3d9c-85dd-f6c543c4ce57,2020-02-15 16:35:45.952,250 2.0.0 OK p8si4014361qvn.128 - gsmtp, +7741e321-e060-33da-b56d-87383ef5a218,2020-03-16 13:10:46.336,250 ok dirdel, +10707bea-12fa-3ccd-9bcb-f220a44ea088,2020-06-25 17:35:52.128,250 ok dirdel, +a02c39ea-067a-356f-96f5-7c9dbc25855e,2020-06-25 17:35:52.128,250 2.0.0 OK y11si4917701qtb.365 - gsmtp, +8f8c0b26-01eb-3054-92d7-e1b4bdbe2ba7,2020-06-25 17:35:52.128,250 2.0.0 OK n36si15621475qtk.313 - gsmtp, +14602b60-6b85-3761-ab30-35de77241eb0,2020-06-25 17:35:52.128,250 2.0.0 oViVjAdtIOAzwoViWjqeds mail accepted for delivery, +1b3b5312-aee7-3ce3-8f6b-01e18bba3fbb,2020-01-14 18:18:08.576,250 Ok Queued as apple57_8be782241c754, +06e7faeb-4c78-3bec-aaca-621f47bdbac8,2020-06-17 21:51:27.552,250 ok dirdel, +b2cdcc7d-5a9f-3712-befe-4c0efa3dda49,2020-01-14 18:14:35.584,250 ok dirdel, +9b512a7a-06df-34a5-91db-b26de89396e9,2020-01-14 18:14:35.584,250 ok dirdel, +858fb112-f78e-370c-aa6c-bd8f0097701f,2020-01-14 18:14:35.584,250 2.0.0 OK k9si2964519qtp.18 - gsmtp, +85ba4e6d-6100-3b2b-b187-a87b6dfea773,2020-01-14 18:14:35.584,250 2.0.0 OK c8si2967406qvu.199 - gsmtp, +71b36553-7dcb-32c0-ab88-3a2a57f3446f,2020-01-14 18:14:35.584,250 2.0.0 OK x13si3127265qti.48 - gsmtp, +d2660f0c-83f8-3f44-bae3-0bb956206445,2020-01-14 18:14:35.584,250 2.0.0 OK a24si3129482qtp.368 - gsmtp, +7dc26d84-ec9d-3a5a-9f38-9a8b2b2057fc,2020-01-14 18:14:35.584,250 2.0.0 OK p10si3200784qkj.283 - gsmtp, +d8954748-11ab-395e-9ce0-c796642d4353,2020-01-14 18:14:35.584,250 2.0.0 OK v44si3256783qth.164 - gsmtp, +79b26ae4-9ae5-3c47-876c-dc58c9ea5a35,2020-01-14 18:14:35.584,"250 2.6.0 <1576171971266.1d3a85b7-7b0f-4e90-85fd-5575de389130@bf10a.hubspotemail.net> [InternalId=21298742911893, Hostname=VE1EUR03HT016.eop-EUR03.prod.protection.outlook.com] 64273 bytes in 1.994, 31.474 KB/sec Queued mail for delivery -> 250 2.1.5", +212197df-67a3-3a56-a444-bd0a3a07bb2a,2020-02-15 17:30:45.952,250 2.0.0 OK 1581787729 c13si5547557edv.197 - gsmtp , +a21b9be2-2ae8-31a9-ae87-b08908be4828,2020-05-14 17:58:53.152,250 ok dirdel, +24831e43-eb9d-300d-a3d4-2efdb20bb379,2020-05-14 17:58:53.152,250 2.0.0 OK u1si1895460qvb.77 - gsmtp, +f5bb6405-a3e8-362c-b926-f7b533101d00,2020-05-14 17:58:53.152,250 2.0.0 OK k13si1959512qkh.101 - gsmtp, +adfddabf-b1b9-38ae-8efa-711d1d657746,2020-01-14 18:17:34.432,"250 2.6.0 <1568575973633.7f4ab978-ee9c-475c-bfe8-7102be3212f8@bf10a.hubspotemail.net> [InternalId=3251290270694, Hostname=BN8NAM11HT052.eop-nam11.prod.protection.outlook.com] 56040 bytes in 0.229, 238.152 KB/sec Queued mail for delivery -> 250 2.1.5", +51dd4ab7-e207-35d2-9691-841c9a7f9d80,2020-01-14 18:17:18.048,250 ok dirdel, +dc860e81-4a85-3ad7-8366-492c7583264c,2020-05-14 17:59:01.344,250 2.0.0 OK DD/3B-08623-C168DBE5, +05e09452-d956-367f-bb70-9bb48ee843f7,2020-05-14 17:59:01.344,250 2.0.0 OK t15si1949117qvm.179 - gsmtp, +ed1480da-a9c4-3ef7-b000-5a5d8a2fd3e5,2020-05-14 17:59:01.344,250 2.0.0 OK y190si1930803qkb.74 - gsmtp, +2de70a71-ec01-3030-b4f3-a676b873bd5b,2020-03-10 14:30:39.328,250 2.0.0 BftXjygFgsDpFBftYjhtkh mail accepted for delivery, +46398d9f-5f08-3eee-81a9-a9789173aa0d,2020-01-14 18:15:15.168,250 2.0.0 OK x90si10858609qtd.372 - gsmtp, +311bcc3f-b09f-3650-b80f-a3a3b9fa9d63,2020-01-14 18:15:15.168,250 2.0.0 OK 1571578851 e49si1579450eda.229 - gsmtp , +a4a4c6a8-d3c6-395a-942d-d911057371d0,2020-01-14 18:20:01.888,250 2.0.0 OK e3si2729832qtc.271 - gsmtp, +c1daef14-427b-3a4a-9149-5770123f3748,2020-01-14 18:20:01.888,250 2.0.0 OK 1569529915 gq15si1733057ejb.209 - gsmtp , +741e9ee5-fbc6-3364-b470-452195d0a9f2,2020-02-13 04:10:45.600,250 ok dirdel, +c28fe63b-9aa7-3baf-879d-fdc374595940,2020-03-17 16:25:59.168,250 ok dirdel, +d385eae4-f2d1-3699-a38c-fb7b408db736,2020-03-17 16:25:59.168,250 2.0.0 OK 4A/DF-01446-4C9F07E5, +a795cab6-38b0-38fe-9290-54d195e5b0a8,2020-03-17 16:25:59.168,250 2.0.0 OK i1si2336055qkf.154 - gsmtp, +56f0148f-7f1e-3d44-bea6-aee069323c4f,2020-03-17 16:25:59.168,250 2.0.0 OK 184si2475637qkd.364 - gsmtp, +a65fd175-e4b0-3e9f-a442-086320ef5c1f,2020-03-17 16:25:59.168,250 2.0.0 OK v12si2105232qve.176 - gsmtp, +7ff169c3-b21d-3a26-93ba-38a017d626c2,2020-03-17 16:25:59.168,250 2.0.0 OK q125si2193702qke.308 - gsmtp, +600da0fd-cbf6-3393-b41b-07187154b97d,2020-03-17 16:25:59.168,"250 2.6.0 <1584462276462.cdc2d0d0-39d5-48cd-aef7-64de537e27f7@bf10x.hubspotemail.net> [InternalId=22024592338361, Hostname=BN8NAM12HT121.eop-nam12.prod.protection.outlook.com] 68945 bytes in 0.125, 535.877 KB/sec Queued mail for delivery", +1f674301-ccc4-3006-8add-baf34be4cc69,2020-04-14 14:55:48.352,250 2.0.0 OK f7si7627916qkg.145 - gsmtp, +4c65b307-64cb-30cb-b774-6fa583e37bd5,2020-04-02 20:55:46.560,250 2.0.0 OK h15si4577320qvm.211 - gsmtp, +69a750b9-180f-3d23-9a4e-edee90c886c0,2020-04-02 20:55:46.560,250 2.0.0 OK i127si4161280qke.309 - gsmtp, +347da17a-b0bc-380b-887a-427375e62cd6,2020-05-18 15:35:58.848,250 2.0.0 OK p126si5969884qke.185 - gsmtp, +295e8f1a-5824-3e21-aba5-a46cb2ece3fc,2020-04-08 19:21:15.648,250 2.0.0 OK m19si4252479qtn.327 - gsmtp, +41601db0-1615-381b-9965-97220cb9b6ae,2020-01-14 18:19:03.168,250 2.0.0 OK c133si4624137qke.325 - gsmtp, +e081a0e5-40e7-3d20-9e7a-c3ea9f9e5462,2020-01-14 18:19:11.360,250 ok dirdel, +a8c51c61-3407-32bc-b3b6-a08d3effab8c,2020-06-01 15:25:50.592,250 ok dirdel, +7fba1f06-5ffe-3613-bca6-2cffef099381,2020-06-01 15:25:50.592,"250 2.6.0 <1591024936259.7f94ceb4-df0d-494e-a955-d8a19fa20b23@bf10x.hubspotemail.net> [InternalId=8022998918787, Hostname=CH2PR13MB3576.namprd13.prod.outlook.com] 29924 bytes in 0.128, 226.653 KB/sec Queued mail for delivery", +fbb7bf99-501c-3053-b324-98e982e09aea,2020-01-14 18:15:36.992,250 ok dirdel, +1f93611d-8133-30f1-b1f0-3cf80ed940b7,2020-01-14 18:15:36.992,250 2.0.0 OK m14si4226460qkg.188 - gsmtp, +121d5f08-0bcf-3d4e-be93-b1f4e2edc0b1,2020-01-14 18:15:36.992,250 2.0.0 OK t70si4724061qke.172 - gsmtp, +1a035ade-5104-359c-8039-1236c7dabded,2020-05-15 00:31:14.208,250 2.0.0 OK o13si474583qti.8 - gsmtp, +4d5aa5cc-3ed8-3439-a2a8-b6c9314bcae6,2020-01-14 18:17:39.872,250 2.0.0 OK s11si2218125qkg.100 - gsmtp, +984889fc-e9d1-301a-bb90-5b264fd49008,2020-06-11 14:16:37.920,250 ok dirdel, +c1006b2c-c23c-3d38-887d-0d205519c9b6,2020-04-16 14:55:55.840,250 2.0.0 P5v1j15PyzXaRP5v1jgGo4 mail accepted for delivery, +4f1dfc64-8e45-3435-a2b2-5c0962b5d65c,2020-01-14 18:18:11.264,250 OK id=1hQVHH-0003Hz-Jc, +fc8d962a-3d27-3535-99c4-6c9333c45886,2020-01-14 18:18:11.264,250 2.0.0 OK d13si4032064qvn.92 - gsmtp, +558314cf-168d-3ed6-b68a-314d09889879,2020-01-14 18:18:11.264,"250 2.6.0 <1557832065673.e82bded6-21e7-4d49-85bb-e3f1464f6dcb@bf10a.hubspotemail.net> [InternalId=15998753195629, Hostname=BN3NAM04HT041.eop-NAM04.prod.protection.outlook.com] 57776 bytes in 0.278, 202.316 KB/sec Queued mail for delivery -> 250 2.1.5", +5fb30ba0-8bf8-391e-97e9-1140b77f5cf5,2020-04-03 18:50:49.152,250 ok dirdel, +2c3781e2-33e4-3aa4-9613-4d436b223a5c,2020-06-11 15:56:08.512,250 2.0.0 OK n3si1737707qvt.47 - gsmtp, +501350ae-66df-3695-981f-f145e9a63488,2020-01-14 18:19:41.376,250 2.0.0 OK 36si5111776qtv.312 - gsmtp, +35fc3272-e44a-3719-b81a-5e4a6ee5724c,2020-05-14 17:58:49.024,250 2.0.0 OK 92si2039279qtf.197 - gsmtp, +6e51a9d9-26b0-3d5f-8737-ee56a9604f72,2020-06-21 14:56:14.272,250 2.0.0 OK 9D/56-16922-4F47FEE5, +e4c0e790-c6cb-3074-91f3-fdd5ba59c69d,2020-01-14 18:20:53.728,250 2.0.0 OK 57si1099592qts.17 - gsmtp, +9e6f9a64-1d8f-3b2a-b18b-70a1d00cadc8,2020-01-14 18:20:53.728,"250 2.6.0 <1559227934223.3235fb87-9dd3-4f1c-86fe-3f4cceb3a697@bf10a.hubspotemail.net> [InternalId=47253230314166, Hostname=HE1EUR02HT019.eop-EUR02.prod.protection.outlook.com] 54784 bytes in 0.331, 161.596 KB/sec Queued mail for delivery -> 250 2.1.5", +ddfde6f6-92a6-388e-b707-bd22a3b33ae1,2020-01-14 18:18:26.272,"250 2.6.0 <1556449510850.b37744fd-2b21-42b7-9097-f76bd2fb9d7e@bf10a.hubspotemail.net> [InternalId=42112154346919, Hostname=AM5EUR02HT164.eop-EUR02.prod.protection.outlook.com] 56258 bytes in 0.346, 158.551 KB/sec Queued mail for delivery -> 250 2.1.5", +3e8ec77b-a1b2-35d2-8e17-abbf0adbf1d8,2020-01-14 18:17:04.352,250 ok dirdel, diff --git a/integration_tests/seeds/email_event_dropped_data.csv b/integration_tests/seeds/email_event_dropped_data.csv index 37b9e08..cd41e96 100644 --- a/integration_tests/seeds/email_event_dropped_data.csv +++ b/integration_tests/seeds/email_event_dropped_data.csv @@ -1,101 +1,101 @@ id,_fivetran_synced,drop_reason,bcc,cc,drop_message,from,reply_to,subject -c9f1ccec-8095-409e-a09e-bb7a18ffa379,2020-06-01 15:25:50.633 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,5oud6Os7LQSG5Na9lC7AGg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -41305de4-8dc0-4e8c-ba08-9db10126f474,2020-06-01 15:25:50.628 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,eki28QsoVX8oR/8X2SQC9A==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -bfe2fac3-a0ca-4b35-9ccf-11b44fd8cc46,2020-01-14 18:20:29.343 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,i5aaMG/rgyadpmEGqSuzIA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,yYvtQ1+v2jm+9gVHs8cT0A== -3a24d050-ef0a-447f-a171-9b5c94c68f4d,2020-01-14 18:20:31.392 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,I+XJRpHICd7S2imwlyp5Jg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Z1ezsNaDb8GJEpP67ggjxA== -0d2321a9-4c70-4ac1-8874-e0ba3f5f3f72,2020-01-14 18:20:32.366 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,9tR+QtB+YKbPcX+VC/ywww==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,mFvLDNRJ1cZwB7CIh2Dlwg== -ce1d60c1-cd8c-4edd-935a-e3ea66375b8d,2020-01-14 18:14:48.669 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Z4YSWhVbEyqh51cfkllotg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,dTugj3R3Z3fb64ujqCl/JA== -42303f10-68f4-4172-8ff4-8c994fd7c91b,2020-01-14 18:16:53.324 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,g+ulWopiRZXTzisc+s5nLw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== -286a13b6-8c93-4050-8eac-4e212b6fc7d4,2020-01-14 18:16:51.846 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,zBM+omfzVCeLoABaOT7SGQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== -83c711d7-aed5-455b-9a09-32f37d332661,2020-01-14 18:14:56.634 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,mDPCBaCcpqC/yI2fTQBtcQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,xnqHmZ7tdfL8Cdiwz53LSg== -ce094256-a347-44cb-b099-f5e5be563fe6,2020-01-14 18:14:55.536 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,TvFHZIsVFV/sYNiAb4jP/w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,OF/nnujAOnPBJ9jZRnZr3g== -687d3400-5774-4ea8-bd3f-f41fe43f9bdc,2020-01-14 18:18:18.856 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,k5byiYJD9aJHpA7yD6a1CA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,yofORt9Il8pL1NW5u/sZAQ== -671c42df-5223-46c0-a573-206a6881c543,2020-01-14 18:18:19.687 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,IR54t4Wn2DP7V6a2xhneWg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,B4kJ6AgHaMB2nVj6gAfeng== -1c645531-5f32-491b-a8df-8ba1b0366591,2020-01-14 18:18:12.941 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,7VVHNaELqeKiL7GRmggf0A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,G98/aCs30F1GXeRWSoIvYQ== -2f27c925-0869-42da-b78b-c82fc3269612,2020-01-14 18:16:51.844 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,AhSEd55D8cedP6msioQs1g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== -f325bf63-4031-4d76-a30f-da164277ac18,2020-01-14 18:14:58.838 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,h7sqHBK/UI2p4f4VCNIm/A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,/wAg4MGvH9i2fhW8qCAVSQ== -b5752ba4-3d98-4b35-979a-4f13af60ed4a,2020-01-14 18:15:06.749 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,o7tT4UpTMi9dwrcoIVg7/g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,k3/L8/Id+UPMCeNhW2EYgg== -ca765386-fbfa-4974-81a5-27758abf01b1,2020-01-14 18:20:59.895 UTC,PREVIOUSLY_UNSUBSCRIBED_MESSAGE,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,QxVHEWKfEVZcw1lyDyT4QQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,DHp682PVdvIOCIfMli2WSQ== -d36c82d5-d8f9-474e-b164-1347728860e4,2020-01-14 18:20:16.330 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Z+fOErLIpqzOPv/G6HSB1A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,vfQhUsAzDimbESw9QWWhtw== -e6827e74-4751-47ff-a67e-30b1000a7d62,2020-01-14 18:20:19.121 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,tN/JjOJ5soGEDJJxgcQhHA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,vclQjlxiE88lyu/6fwNRiw== -9c24f23d-2bbe-4511-98bd-3823d7f1736d,2020-01-31 13:11:07.960 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,drBFn0ydyeOiwr1EyTwfmw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,i/tnLkTAwrKNQO1p1SCmig== -40d609e6-ea32-4dbc-be62-d502d755ce22,2020-05-19 17:20:51.377 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,gQxUJUGs20w8m/HwoBhbtw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Xxo/Vzua8Oh6jhja7bo+gA== -f216c316-9376-4dd9-a4db-f31a85a775b8,2020-01-28 22:49:23.644 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,YUNA2dwR7Xt0u469zgivaA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,05GxuVyPu8FUa+PJWojM4w== -8492a1f3-409f-4e7d-b269-01933393ca54,2020-01-14 18:20:25.380 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,C984pflxoJUKithO9aif+Q==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,lAAQ2k9tiKhZ+bG6v9jyFQ== -915b7d35-9916-44ab-a2a2-2ee56bc1953f,2020-01-14 18:20:20.908 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,/EXH83kD/UylcbmV28HyYw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,TWQltKyeLuZ911c4etDG8w== -bbff1aaa-f0cd-4c3a-88e4-15d294f1f2b3,2020-01-14 18:14:55.892 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,IiTguW2mmFX5G/q3n2Z4Nw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,LRzdur62k0x6SbScH+tFdA== -dcb3afca-8266-4991-9744-f627181d302b,2020-01-14 18:15:09.771 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,D74uRXQYQ+x0Xmvavkb2iQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,7hC8IfbFxBwn9QuJ9e++tg== -a4d2cd48-edd4-4f31-9a10-4d9aced8be43,2020-01-14 18:14:53.638 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,EvNGCbfh9IJm8ys5/k747A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,4Sg+oKdbTJDnkcRc7nRSLw== -c4751575-6ebb-4e83-bcb2-a8c7ec862df7,2020-01-14 18:14:55.539 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,xPmb2IYP9s+k1exOT62H3g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,TkX+a26yfJezIDqZoM9YwQ== -3b0e7d0c-9a0f-4800-ba1a-e4731b9eb03f,2020-01-14 18:14:56.632 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,C+Ot5DMNO1uVdrqhYYYGUg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,ENLtKPv7Yy43s8SjtUuGWQ== -7962d77f-9222-41a7-a171-ff722999bace,2020-01-14 18:14:53.641 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,WegnwaDT1c+RfebN4QE8kg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Cxu6XSJaYTM/xHDjqnzjeg== -354f90e9-5e2e-4d81-9335-88e43ef06316,2020-01-14 18:15:09.771 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,cdAqL6JSQzHLni7oSpEfBQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,2bfG3Mu4Owp5+INOMGEoDQ== -2dc73a7c-0a4d-48b3-ab66-f618bba82a86,2020-01-14 18:17:15.369 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,unAx9avFXIIvCCPjJ7HJ+w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,WKtD0cG2XXtl5QmZuP2d5w== -c26721c2-c586-43ce-bf85-96a4961612a1,2020-01-14 18:18:38.790 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,NixFVHykGweKzTVXOJjzjw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,1mVChTzXEIuuXNEeFlcpYw== -de58a306-db9c-4708-b076-ed416a345bed,2020-01-14 18:20:28.233 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Z+Ea7Cu2N239aPC8X4xujA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,88/i2GzR3ANAacDi5o2pkQ== -a6cfe5e5-8036-4093-8437-b2e6a18bf2c7,2020-01-14 18:20:19.569 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,OjlQuNVue8adSAAhWX/wNQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,MnuPCH+W8AqVq72Yw7fVLA== -e5805f4b-78c3-4cc9-82ee-968f5ae310b9,2020-01-14 18:16:52.897 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Z+Ea7Cu2N239aPC8X4xujA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== -d3596e9b-14c9-4007-bcd5-5f916e43eceb,2020-01-14 18:16:53.321 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,WtKJXpCUkoVHVof6ZDuLQg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== -b072c824-692c-442e-a9d4-89540366ec03,2020-01-14 18:16:50.291 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,4ONcgj7PcFOPRuNXJK9JiA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,M8NdCcn3s4Ig8pAnHUSEsg== -3c1da888-6349-454a-930b-e2e0dae9bca9,2020-01-14 18:15:08.984 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,EaC6A7i6mMSpB5qwe+XtAA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,SbT/SDa4NsXmyo7SPL/qRA== -22343145-697e-4b2b-8ff7-aab2b8c0f362,2020-01-14 18:17:16.384 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,AhSEd55D8cedP6msioQs1g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,WKtD0cG2XXtl5QmZuP2d5w== -f74f9960-9112-4d2f-8301-baacdb13e35a,2020-01-14 18:18:12.942 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,e/kXDltP12CIvqArWGncVA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,ExbAoNyhjluZxIelsjrTYw== -ff3ceaec-c832-4618-9c8a-457d3e6e933a,2020-01-14 18:18:12.934 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,q8VyKkAZGOTtiqnWzGOjRw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,tPktUpIKg3fma2krXWYTiA== -0a69da9e-dcce-4344-b198-7e9091c8f423,2020-01-14 18:14:22.968 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Y9DmkFd94vxxuwmPwaUuVw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,G3SHTAnYwyad6h9Vaq/lmg== -7af073ef-5e7e-409d-af1c-58617e3f4419,2020-01-14 18:14:22.014 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,q8KbT2WjobQk4waiMNgFSg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,f0xFww1Jq7lxUZAZiyxZfQ== -322df35a-c30e-40fd-ad41-b604aa1ec9e3,2020-01-14 18:20:59.891 UTC,PREVIOUSLY_UNSUBSCRIBED_MESSAGE,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,8uAqqa/snm8meeHbuwHBbw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Pye1qDXvF6Th5oiU1TsAGQ== -af9a59e9-3e69-44f4-bcf1-39ab92bedc6e,2020-01-14 18:20:28.958 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,RYXtw6fVjgkavFlky8/dIQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,xU2j5roolxoRRUO6WlUKew== -8388a7ec-fae5-4123-80ff-3439d8c7166f,2020-01-14 18:20:21.967 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,PgtpLEXrGKWwLczljWhzoQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,G5m+fiCnsmBwrNlL8I8csw== -69e826db-6c65-4714-ba7c-11d228cbaf8c,2020-01-14 18:16:52.892 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,7OrW0z5zAEDWpa3WhOCAFA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== -02c25eb7-99d3-4885-b0f2-519f4ee21b48,2020-01-14 18:14:57.709 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,UKfaN5VrF0O4v31RnCQdFA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,7LvAb7b+BvjNOLlzDsvQQQ== -0466bcd4-d5f1-4d81-b5a2-02152a088cba,2020-01-14 18:14:55.195 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,95uazeU0+mGXZ4w4sAlk8g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,uchoFI4ayaYs8DKbaeyyow== -fdf9800b-f690-4696-a20e-97286d14c337,2020-01-14 18:14:55.533 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,DqHU41yPV2rplQ2Bb92wTQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,ZCol9w8hOTD+MA1Lp7l0Tw== -f67ef873-54f0-41d8-ad62-c2bd118110df,2020-01-14 18:15:08.116 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,phUEWnmlWaJ78G5YQ3m9pw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,iamR1dCo0Uvg6x8ZZyV8IA== -82cf5ed3-f05c-4530-a38b-4fdf545a9286,2020-02-12 21:45:38.147 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Z0MhDnJU02qu+NlV5HcIoQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,zLjC6kFo9CM4apTSN2ka0g== -72921ab3-f109-45df-8ec1-c48dc9347f8d,2020-01-14 18:16:50.284 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,NI7Lzv96TvR0KI/Z2UtjcA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,YluR6sErqdfxRemuvQ9tNQ== -1d92bc0f-9ff4-46a3-8d13-b517dd49f51a,2020-01-14 18:14:55.539 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,SpOS7v14kxfyhy0qjow40g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,PLaqNsPYEiS50E5UdHPN/A== -6a8796a7-b7bd-44e9-ab38-d45cc690773b,2020-01-14 18:14:58.835 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Tg882ZLxPXLiqJriTu4CTg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,BdBhdeKNFjJnBbp6yQF2rw== -96c731b0-74fc-4b09-8021-7565ac1f4a5a,2020-01-14 18:18:17.807 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,RqsPB7VI9THy2bikOSvPqQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,yofORt9Il8pL1NW5u/sZAQ== -10e29b99-ac02-4482-9f65-b80df0a5f5be,2020-02-12 21:45:39.159 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,EJQoISMNG7xr14ge6Gdf7g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,jtM8GLNP7VoMNJm5fKL5vg== -90421bad-3aae-4304-a15c-5e7a8689fde0,2020-01-14 18:14:22.007 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,PP7ctFvxnt+Yfqkw6V6XlA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,/htKPuWiPfwtNo/MjAvMwA== -d5e1465c-9a2e-416d-83ed-dbb488b7453a,2020-02-12 21:45:36.825 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,C940DITeEpKZ+V9UbUN7jw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,FgSEAY1AXNNPRKZ4LAjyFA== -499ec5fd-c3c0-4c17-bfd5-fc2054b08dc9,2020-01-14 18:14:57.995 UTC,PREVIOUS_SPAM,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,0qNmSLYaX2LyE6DTox7emQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,BeQkp4WK1kibwp8DmeYaCg== -1e470af0-084c-4a76-b334-b9cb4aa4300e,2020-02-12 21:45:39.159 UTC,INVALID_TO_ADDRESS,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VMz3cbcHq7wqNy/Kkai7uQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,HMwZc/LjWFdyBExd8QFMyA== -3a31e6b3-e2e0-4be5-8e84-ac6738a2bfe3,2020-01-14 18:20:18.430 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,hHt9ixgIL62FC/BrYjERoA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,JRSBML8CjFyIpyhXgSwEpg== -25991300-cf79-4587-8df4-4b2175e100e2,2020-01-14 18:20:19.883 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,WMccIjiEy+2oPHHLW85S1A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,WMBdsfCS72CGlrtm65jHkg== -ce1df2fc-1879-4e2d-aef4-ac7edc3cf159,2020-01-14 18:20:21.277 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,gmTTFU1tL3jnk0P2BX9rrA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,57CCI3fj+aoQP25YBtrb/A== -5ca90f26-8daa-4439-8999-6808810abdd5,2020-01-14 18:20:27.970 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,C+Ot5DMNO1uVdrqhYYYGUg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,tRQgWgTMC2xIqGxnjMu8fg== -12db20c9-2e4e-40a6-adb3-ddc2d8edc574,2020-01-28 22:49:24.192 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Rm6TgCzxWZbWZPGnthnw5w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,CgyeKTvuJB6n5ggK9XG+IA== -3468ee80-e9b8-40a6-a565-0045f5db020d,2020-01-14 18:20:32.370 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,DS8dVuK9cFuI9EquTupxRQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,I0dRfJpEzL7bd8T0cz1wYg== -f550e79f-8019-4cb8-a363-39c4a7973b16,2020-01-14 18:20:22.600 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,DN6jklnP3jfa7vQlOsCCYw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Y95o1pS2AaEw/f/ufI3XzQ== -5a151a62-ef2b-40ff-bc6a-adcf18317e10,2020-01-14 18:16:49.459 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J961qbYIM2FXuymQosYoaw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,kHih5qrU0eTOVaDRmkBH2A== -9534a8ad-175b-46de-9d2d-9f69ba036ca7,2020-01-14 18:16:53.635 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,H0YUu85EJi7xzXUw9sFbqA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== -29b9c0e8-cc72-4442-b809-c6b5e024504c,2020-01-14 18:17:12.516 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,YpxFRFrvIpDjXz+mOx6wEg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,taOOdAztb+wsuAYbVusZNw== -060ff012-13c4-41f6-8d22-c475ab4083a4,2020-01-14 18:14:54.888 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,ISQ3dIbGXFF0IXHn66Bw/Q==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,kxGncrrbQrfONRhWNZBIrw== -3d6094e5-7987-4d18-bff2-c89ba04be57c,2020-01-14 18:15:08.984 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,2kWDt5c3mUSOcvrjclLQag==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,VE09ahE29pOH5l3eUgrkYg== -637e8fa5-59d0-49d9-8af7-4e01e2861682,2020-01-14 18:15:08.515 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,+BftB+tH1s0yPBB0qfwseQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,mxpCTT10Qasxh1SImnJqPQ== -7980aff5-768d-4e5d-a722-061adf45b8d9,2020-01-14 18:14:21.064 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,X7ek6gunS7roYmhcBNPpcA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,qjZ+hdPcnPFgBNTFQVa1AA== -6fa0dffb-ec60-4ec6-a21a-705518b5d4ce,2020-01-14 18:14:22.500 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,b8i1bjTO/3gn+qAguaOGOA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,vqBQ3qnmg4u0NlFSNZDQ6w== -e48a961a-5179-48f4-9c46-9df7f2ab17d8,2020-01-14 18:14:22.494 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,NWDDjdAS8XYoL/rQviQG7w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,b1yCex+rGAfdy3Eh224kDw== -57025793-a9b1-4a9f-8ddf-b14ac8004808,2020-02-12 21:45:39.149 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,WWqDf0ReFuy1fAg1nHzSVA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,PI0Hg6d4OByTMSIC6kQgfA== -9f281abf-ee01-4115-bd4e-c6a2a55db4ef,2020-02-12 21:45:38.825 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,+sll9FzP1dlzHpnpv1+P/A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,RfoBIgPFdO1VahHbadKMHA== -aad22112-d4f8-438a-8f98-9651637514d8,2020-02-12 21:45:37.481 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,m+3LBGUlridFWV734eYA5A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,+NPqgZjOem9nM+b+N+SrCg== -f4c3e29d-359f-4260-a822-c97ee69e0840,2020-02-12 21:45:37.481 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VhZllHffLjDXKSw1XXU/wg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,jRHzjRSe0ZOWliqluKNoKg== -936783af-125a-4fef-8923-dcee6a1c7035,2020-01-14 18:16:53.305 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,MQHzFPg0lPnacwzOfb8v2g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== -58baeecd-8707-404e-8a5d-cea4eae63234,2020-01-14 18:18:18.191 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Y5rMD8tQdq3zHMU4NOq2qw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,yofORt9Il8pL1NW5u/sZAQ== -b1cf3947-8357-4fcd-b994-22dc01779364,2020-02-12 21:45:38.840 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Y9DmkFd94vxxuwmPwaUuVw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,04BKvp+c8SokJA1zGtzZ6g== -b6789edf-03d0-4628-bc0c-9a8ca76a1b03,2020-02-12 21:45:38.824 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,XrLUNOAihRP9e/dFjVaqGQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,mrBQYcKBEVcWSnZy63VTgw== -c9792c1e-a051-48b2-9a3c-05d415c00d14,2020-01-14 18:17:45.356 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,0fP8qZE0j7/KOuYFL1V5MQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,22rSzNcWtD2/xl43r9YRCg== -a3dc1fc3-2c39-47ba-be1a-acc537544356,2020-01-14 18:20:59.890 UTC,PREVIOUSLY_UNSUBSCRIBED_MESSAGE,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,HvCSG30L8ymDi6T5EgmMkQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,YaXF14rGqTnhcxQcOOts0Q== -f70c336e-cd4d-4d29-adb5-a6d018ae103b,2020-01-14 18:20:16.953 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,4ovOHpv97PBjfwVpP/3Q0w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,PJTzPOuFceNpXpo5Xz8dBw== -8a933978-047e-4a72-af9c-cd8877526185,2020-01-14 18:20:22.232 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,nwfFbtVz9RPVYpdZHzOxCg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,vfQhUsAzDimbESw9QWWhtw== -05af2e70-1c1a-4fed-adc6-8ecd6518db63,2020-06-04 21:46:01.903 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VFhEGJAOij0tjtPB8g0WfQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,aQhWjDr4H+h/bQG2Ak3r8g== -15fdd171-41a5-425f-a0d4-07b374c93e2f,2020-01-14 18:20:23.620 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,31I3E6oG5L332pGiEDz3dA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,KTxhxtx9IaFYa7RwXRzNCQ== -8dc70bb3-fd3e-4998-a3a9-41b6e8cf4b9d,2020-01-14 18:20:20.137 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,iE+kiuox/lscig8FtB0p8w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,oX11wM7Z0SQbXoX6KS+5ig== -1c3df3ba-5be3-4acd-be5a-a66bfb2b5a9f,2020-01-14 18:20:15.562 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,vdYy7lQDymqoG49VGQFj4w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,wU+sUdNUk/DjiIGS+eLSCg== -e78305e9-40f9-41bc-825b-ffb4e380e1db,2020-03-05 17:40:39.252 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,puKbRDmT0vJxhCZ94AcQQg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,h0YKuwaIK+MSdb7/Pmgvcw== -034b47e4-84bd-4290-95d4-23bf95052750,2020-01-14 18:16:53.321 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,nqYOs9OkHmUC5wRO4dnSWg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== -5752a148-0b4b-4ddf-9c32-35c2fc9fea04,2020-01-14 18:14:57.297 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,o2xS6T56oD1yECQb6WGfsw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,0IGI+WSph1cg8pn3kny3Ew== -29d6bf00-5086-4d18-b070-ff9234ec07ff,2020-01-14 18:14:55.539 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,FX5d/UCqj6WT4nVaSNhukg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,H+/5lkohaD7s/szEtE8UVA== -ee1f9a28-4112-40d2-8c38-dc6b1c0a80a9,2020-01-14 18:14:53.638 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,qJ+aoyy1dlK1t6Ja6po0LQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,90UYqgMCfPljMHD/6aQEEw== -32d5599d-9f94-4a93-aff5-2938d6a3fac1,2020-01-14 18:14:54.520 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,XzijsCczjpPukFg1HS7fdg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,vog3KbTYZ9ztu0H453jpdQ== +c9f1ccec-8095-409e-a09e-bb7a18ffa379,2020-06-01 15:25:50.633,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,5oud6Os7LQSG5Na9lC7AGg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +41305de4-8dc0-4e8c-ba08-9db10126f474,2020-06-01 15:25:50.628,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,eki28QsoVX8oR/8X2SQC9A==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +bfe2fac3-a0ca-4b35-9ccf-11b44fd8cc46,2020-01-14 18:20:29.343,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,i5aaMG/rgyadpmEGqSuzIA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,yYvtQ1+v2jm+9gVHs8cT0A== +3a24d050-ef0a-447f-a171-9b5c94c68f4d,2020-01-14 18:20:31.392,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,I+XJRpHICd7S2imwlyp5Jg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Z1ezsNaDb8GJEpP67ggjxA== +0d2321a9-4c70-4ac1-8874-e0ba3f5f3f72,2020-01-14 18:20:32.366,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,9tR+QtB+YKbPcX+VC/ywww==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,mFvLDNRJ1cZwB7CIh2Dlwg== +ce1d60c1-cd8c-4edd-935a-e3ea66375b8d,2020-01-14 18:14:48.669,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Z4YSWhVbEyqh51cfkllotg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,dTugj3R3Z3fb64ujqCl/JA== +42303f10-68f4-4172-8ff4-8c994fd7c91b,2020-01-14 18:16:53.324,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,g+ulWopiRZXTzisc+s5nLw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== +286a13b6-8c93-4050-8eac-4e212b6fc7d4,2020-01-14 18:16:51.846,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,zBM+omfzVCeLoABaOT7SGQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== +83c711d7-aed5-455b-9a09-32f37d332661,2020-01-14 18:14:56.634,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,mDPCBaCcpqC/yI2fTQBtcQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,xnqHmZ7tdfL8Cdiwz53LSg== +ce094256-a347-44cb-b099-f5e5be563fe6,2020-01-14 18:14:55.536,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,TvFHZIsVFV/sYNiAb4jP/w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,OF/nnujAOnPBJ9jZRnZr3g== +687d3400-5774-4ea8-bd3f-f41fe43f9bdc,2020-01-14 18:18:18.856,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,k5byiYJD9aJHpA7yD6a1CA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,yofORt9Il8pL1NW5u/sZAQ== +671c42df-5223-46c0-a573-206a6881c543,2020-01-14 18:18:19.687,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,IR54t4Wn2DP7V6a2xhneWg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,B4kJ6AgHaMB2nVj6gAfeng== +1c645531-5f32-491b-a8df-8ba1b0366591,2020-01-14 18:18:12.941,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,7VVHNaELqeKiL7GRmggf0A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,G98/aCs30F1GXeRWSoIvYQ== +2f27c925-0869-42da-b78b-c82fc3269612,2020-01-14 18:16:51.844,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,AhSEd55D8cedP6msioQs1g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== +f325bf63-4031-4d76-a30f-da164277ac18,2020-01-14 18:14:58.838,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,h7sqHBK/UI2p4f4VCNIm/A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,/wAg4MGvH9i2fhW8qCAVSQ== +b5752ba4-3d98-4b35-979a-4f13af60ed4a,2020-01-14 18:15:06.749,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,o7tT4UpTMi9dwrcoIVg7/g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,k3/L8/Id+UPMCeNhW2EYgg== +ca765386-fbfa-4974-81a5-27758abf01b1,2020-01-14 18:20:59.895,PREVIOUSLY_UNSUBSCRIBED_MESSAGE,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,QxVHEWKfEVZcw1lyDyT4QQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,DHp682PVdvIOCIfMli2WSQ== +d36c82d5-d8f9-474e-b164-1347728860e4,2020-01-14 18:20:16.330,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Z+fOErLIpqzOPv/G6HSB1A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,vfQhUsAzDimbESw9QWWhtw== +e6827e74-4751-47ff-a67e-30b1000a7d62,2020-01-14 18:20:19.121,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,tN/JjOJ5soGEDJJxgcQhHA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,vclQjlxiE88lyu/6fwNRiw== +9c24f23d-2bbe-4511-98bd-3823d7f1736d,2020-01-31 13:11:07.960,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,drBFn0ydyeOiwr1EyTwfmw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,i/tnLkTAwrKNQO1p1SCmig== +40d609e6-ea32-4dbc-be62-d502d755ce22,2020-05-19 17:20:51.377,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,gQxUJUGs20w8m/HwoBhbtw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Xxo/Vzua8Oh6jhja7bo+gA== +f216c316-9376-4dd9-a4db-f31a85a775b8,2020-01-28 22:49:23.644,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,YUNA2dwR7Xt0u469zgivaA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,05GxuVyPu8FUa+PJWojM4w== +8492a1f3-409f-4e7d-b269-01933393ca54,2020-01-14 18:20:25.380,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,C984pflxoJUKithO9aif+Q==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,lAAQ2k9tiKhZ+bG6v9jyFQ== +915b7d35-9916-44ab-a2a2-2ee56bc1953f,2020-01-14 18:20:20.908,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,/EXH83kD/UylcbmV28HyYw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,TWQltKyeLuZ911c4etDG8w== +bbff1aaa-f0cd-4c3a-88e4-15d294f1f2b3,2020-01-14 18:14:55.892,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,IiTguW2mmFX5G/q3n2Z4Nw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,LRzdur62k0x6SbScH+tFdA== +dcb3afca-8266-4991-9744-f627181d302b,2020-01-14 18:15:09.771,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,D74uRXQYQ+x0Xmvavkb2iQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,7hC8IfbFxBwn9QuJ9e++tg== +a4d2cd48-edd4-4f31-9a10-4d9aced8be43,2020-01-14 18:14:53.638,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,EvNGCbfh9IJm8ys5/k747A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,4Sg+oKdbTJDnkcRc7nRSLw== +c4751575-6ebb-4e83-bcb2-a8c7ec862df7,2020-01-14 18:14:55.539,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,xPmb2IYP9s+k1exOT62H3g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,TkX+a26yfJezIDqZoM9YwQ== +3b0e7d0c-9a0f-4800-ba1a-e4731b9eb03f,2020-01-14 18:14:56.632,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,C+Ot5DMNO1uVdrqhYYYGUg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,ENLtKPv7Yy43s8SjtUuGWQ== +7962d77f-9222-41a7-a171-ff722999bace,2020-01-14 18:14:53.641,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,WegnwaDT1c+RfebN4QE8kg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Cxu6XSJaYTM/xHDjqnzjeg== +354f90e9-5e2e-4d81-9335-88e43ef06316,2020-01-14 18:15:09.771,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,cdAqL6JSQzHLni7oSpEfBQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,2bfG3Mu4Owp5+INOMGEoDQ== +2dc73a7c-0a4d-48b3-ab66-f618bba82a86,2020-01-14 18:17:15.369,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,unAx9avFXIIvCCPjJ7HJ+w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,WKtD0cG2XXtl5QmZuP2d5w== +c26721c2-c586-43ce-bf85-96a4961612a1,2020-01-14 18:18:38.790,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,NixFVHykGweKzTVXOJjzjw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,1mVChTzXEIuuXNEeFlcpYw== +de58a306-db9c-4708-b076-ed416a345bed,2020-01-14 18:20:28.233,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Z+Ea7Cu2N239aPC8X4xujA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,88/i2GzR3ANAacDi5o2pkQ== +a6cfe5e5-8036-4093-8437-b2e6a18bf2c7,2020-01-14 18:20:19.569,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,OjlQuNVue8adSAAhWX/wNQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,MnuPCH+W8AqVq72Yw7fVLA== +e5805f4b-78c3-4cc9-82ee-968f5ae310b9,2020-01-14 18:16:52.897,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Z+Ea7Cu2N239aPC8X4xujA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== +d3596e9b-14c9-4007-bcd5-5f916e43eceb,2020-01-14 18:16:53.321,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,WtKJXpCUkoVHVof6ZDuLQg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== +b072c824-692c-442e-a9d4-89540366ec03,2020-01-14 18:16:50.291,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,4ONcgj7PcFOPRuNXJK9JiA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,M8NdCcn3s4Ig8pAnHUSEsg== +3c1da888-6349-454a-930b-e2e0dae9bca9,2020-01-14 18:15:08.984,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,EaC6A7i6mMSpB5qwe+XtAA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,SbT/SDa4NsXmyo7SPL/qRA== +22343145-697e-4b2b-8ff7-aab2b8c0f362,2020-01-14 18:17:16.384,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,AhSEd55D8cedP6msioQs1g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,WKtD0cG2XXtl5QmZuP2d5w== +f74f9960-9112-4d2f-8301-baacdb13e35a,2020-01-14 18:18:12.942,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,e/kXDltP12CIvqArWGncVA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,ExbAoNyhjluZxIelsjrTYw== +ff3ceaec-c832-4618-9c8a-457d3e6e933a,2020-01-14 18:18:12.934,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,q8VyKkAZGOTtiqnWzGOjRw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,tPktUpIKg3fma2krXWYTiA== +0a69da9e-dcce-4344-b198-7e9091c8f423,2020-01-14 18:14:22.968,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Y9DmkFd94vxxuwmPwaUuVw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,G3SHTAnYwyad6h9Vaq/lmg== +7af073ef-5e7e-409d-af1c-58617e3f4419,2020-01-14 18:14:22.014,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,q8KbT2WjobQk4waiMNgFSg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,f0xFww1Jq7lxUZAZiyxZfQ== +322df35a-c30e-40fd-ad41-b604aa1ec9e3,2020-01-14 18:20:59.891,PREVIOUSLY_UNSUBSCRIBED_MESSAGE,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,8uAqqa/snm8meeHbuwHBbw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Pye1qDXvF6Th5oiU1TsAGQ== +af9a59e9-3e69-44f4-bcf1-39ab92bedc6e,2020-01-14 18:20:28.958,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,RYXtw6fVjgkavFlky8/dIQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,xU2j5roolxoRRUO6WlUKew== +8388a7ec-fae5-4123-80ff-3439d8c7166f,2020-01-14 18:20:21.967,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,PgtpLEXrGKWwLczljWhzoQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,G5m+fiCnsmBwrNlL8I8csw== +69e826db-6c65-4714-ba7c-11d228cbaf8c,2020-01-14 18:16:52.892,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,7OrW0z5zAEDWpa3WhOCAFA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== +02c25eb7-99d3-4885-b0f2-519f4ee21b48,2020-01-14 18:14:57.709,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,UKfaN5VrF0O4v31RnCQdFA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,7LvAb7b+BvjNOLlzDsvQQQ== +0466bcd4-d5f1-4d81-b5a2-02152a088cba,2020-01-14 18:14:55.195,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,95uazeU0+mGXZ4w4sAlk8g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,uchoFI4ayaYs8DKbaeyyow== +fdf9800b-f690-4696-a20e-97286d14c337,2020-01-14 18:14:55.533,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,DqHU41yPV2rplQ2Bb92wTQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,ZCol9w8hOTD+MA1Lp7l0Tw== +f67ef873-54f0-41d8-ad62-c2bd118110df,2020-01-14 18:15:08.116,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,phUEWnmlWaJ78G5YQ3m9pw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,iamR1dCo0Uvg6x8ZZyV8IA== +82cf5ed3-f05c-4530-a38b-4fdf545a9286,2020-02-12 21:45:38.147,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Z0MhDnJU02qu+NlV5HcIoQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,zLjC6kFo9CM4apTSN2ka0g== +72921ab3-f109-45df-8ec1-c48dc9347f8d,2020-01-14 18:16:50.284,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,NI7Lzv96TvR0KI/Z2UtjcA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,YluR6sErqdfxRemuvQ9tNQ== +1d92bc0f-9ff4-46a3-8d13-b517dd49f51a,2020-01-14 18:14:55.539,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,SpOS7v14kxfyhy0qjow40g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,PLaqNsPYEiS50E5UdHPN/A== +6a8796a7-b7bd-44e9-ab38-d45cc690773b,2020-01-14 18:14:58.835,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Tg882ZLxPXLiqJriTu4CTg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,BdBhdeKNFjJnBbp6yQF2rw== +96c731b0-74fc-4b09-8021-7565ac1f4a5a,2020-01-14 18:18:17.807,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,RqsPB7VI9THy2bikOSvPqQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,yofORt9Il8pL1NW5u/sZAQ== +10e29b99-ac02-4482-9f65-b80df0a5f5be,2020-02-12 21:45:39.159,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,EJQoISMNG7xr14ge6Gdf7g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,jtM8GLNP7VoMNJm5fKL5vg== +90421bad-3aae-4304-a15c-5e7a8689fde0,2020-01-14 18:14:22.007,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,PP7ctFvxnt+Yfqkw6V6XlA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,/htKPuWiPfwtNo/MjAvMwA== +d5e1465c-9a2e-416d-83ed-dbb488b7453a,2020-02-12 21:45:36.825,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,C940DITeEpKZ+V9UbUN7jw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,FgSEAY1AXNNPRKZ4LAjyFA== +499ec5fd-c3c0-4c17-bfd5-fc2054b08dc9,2020-01-14 18:14:57.995,PREVIOUS_SPAM,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,0qNmSLYaX2LyE6DTox7emQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,BeQkp4WK1kibwp8DmeYaCg== +1e470af0-084c-4a76-b334-b9cb4aa4300e,2020-02-12 21:45:39.159,INVALID_TO_ADDRESS,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VMz3cbcHq7wqNy/Kkai7uQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,HMwZc/LjWFdyBExd8QFMyA== +3a31e6b3-e2e0-4be5-8e84-ac6738a2bfe3,2020-01-14 18:20:18.430,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,hHt9ixgIL62FC/BrYjERoA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,JRSBML8CjFyIpyhXgSwEpg== +25991300-cf79-4587-8df4-4b2175e100e2,2020-01-14 18:20:19.883,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,WMccIjiEy+2oPHHLW85S1A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,WMBdsfCS72CGlrtm65jHkg== +ce1df2fc-1879-4e2d-aef4-ac7edc3cf159,2020-01-14 18:20:21.277,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,gmTTFU1tL3jnk0P2BX9rrA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,57CCI3fj+aoQP25YBtrb/A== +5ca90f26-8daa-4439-8999-6808810abdd5,2020-01-14 18:20:27.970,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,C+Ot5DMNO1uVdrqhYYYGUg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,tRQgWgTMC2xIqGxnjMu8fg== +12db20c9-2e4e-40a6-adb3-ddc2d8edc574,2020-01-28 22:49:24.192,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Rm6TgCzxWZbWZPGnthnw5w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,CgyeKTvuJB6n5ggK9XG+IA== +3468ee80-e9b8-40a6-a565-0045f5db020d,2020-01-14 18:20:32.370,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,DS8dVuK9cFuI9EquTupxRQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,I0dRfJpEzL7bd8T0cz1wYg== +f550e79f-8019-4cb8-a363-39c4a7973b16,2020-01-14 18:20:22.600,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,DN6jklnP3jfa7vQlOsCCYw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Y95o1pS2AaEw/f/ufI3XzQ== +5a151a62-ef2b-40ff-bc6a-adcf18317e10,2020-01-14 18:16:49.459,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J961qbYIM2FXuymQosYoaw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,kHih5qrU0eTOVaDRmkBH2A== +9534a8ad-175b-46de-9d2d-9f69ba036ca7,2020-01-14 18:16:53.635,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,H0YUu85EJi7xzXUw9sFbqA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== +29b9c0e8-cc72-4442-b809-c6b5e024504c,2020-01-14 18:17:12.516,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,YpxFRFrvIpDjXz+mOx6wEg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,taOOdAztb+wsuAYbVusZNw== +060ff012-13c4-41f6-8d22-c475ab4083a4,2020-01-14 18:14:54.888,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,ISQ3dIbGXFF0IXHn66Bw/Q==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,kxGncrrbQrfONRhWNZBIrw== +3d6094e5-7987-4d18-bff2-c89ba04be57c,2020-01-14 18:15:08.984,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,2kWDt5c3mUSOcvrjclLQag==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,VE09ahE29pOH5l3eUgrkYg== +637e8fa5-59d0-49d9-8af7-4e01e2861682,2020-01-14 18:15:08.515,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,+BftB+tH1s0yPBB0qfwseQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,mxpCTT10Qasxh1SImnJqPQ== +7980aff5-768d-4e5d-a722-061adf45b8d9,2020-01-14 18:14:21.064,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,X7ek6gunS7roYmhcBNPpcA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,qjZ+hdPcnPFgBNTFQVa1AA== +6fa0dffb-ec60-4ec6-a21a-705518b5d4ce,2020-01-14 18:14:22.500,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,b8i1bjTO/3gn+qAguaOGOA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,vqBQ3qnmg4u0NlFSNZDQ6w== +e48a961a-5179-48f4-9c46-9df7f2ab17d8,2020-01-14 18:14:22.494,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,NWDDjdAS8XYoL/rQviQG7w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,b1yCex+rGAfdy3Eh224kDw== +57025793-a9b1-4a9f-8ddf-b14ac8004808,2020-02-12 21:45:39.149,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,WWqDf0ReFuy1fAg1nHzSVA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,PI0Hg6d4OByTMSIC6kQgfA== +9f281abf-ee01-4115-bd4e-c6a2a55db4ef,2020-02-12 21:45:38.825,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,+sll9FzP1dlzHpnpv1+P/A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,RfoBIgPFdO1VahHbadKMHA== +aad22112-d4f8-438a-8f98-9651637514d8,2020-02-12 21:45:37.481,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,m+3LBGUlridFWV734eYA5A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,+NPqgZjOem9nM+b+N+SrCg== +f4c3e29d-359f-4260-a822-c97ee69e0840,2020-02-12 21:45:37.481,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VhZllHffLjDXKSw1XXU/wg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,jRHzjRSe0ZOWliqluKNoKg== +936783af-125a-4fef-8923-dcee6a1c7035,2020-01-14 18:16:53.305,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,MQHzFPg0lPnacwzOfb8v2g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== +58baeecd-8707-404e-8a5d-cea4eae63234,2020-01-14 18:18:18.191,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Y5rMD8tQdq3zHMU4NOq2qw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,yofORt9Il8pL1NW5u/sZAQ== +b1cf3947-8357-4fcd-b994-22dc01779364,2020-02-12 21:45:38.840,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Y9DmkFd94vxxuwmPwaUuVw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,04BKvp+c8SokJA1zGtzZ6g== +b6789edf-03d0-4628-bc0c-9a8ca76a1b03,2020-02-12 21:45:38.824,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,XrLUNOAihRP9e/dFjVaqGQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,mrBQYcKBEVcWSnZy63VTgw== +c9792c1e-a051-48b2-9a3c-05d415c00d14,2020-01-14 18:17:45.356,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,0fP8qZE0j7/KOuYFL1V5MQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,22rSzNcWtD2/xl43r9YRCg== +a3dc1fc3-2c39-47ba-be1a-acc537544356,2020-01-14 18:20:59.890,PREVIOUSLY_UNSUBSCRIBED_MESSAGE,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,HvCSG30L8ymDi6T5EgmMkQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,YaXF14rGqTnhcxQcOOts0Q== +f70c336e-cd4d-4d29-adb5-a6d018ae103b,2020-01-14 18:20:16.953,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,4ovOHpv97PBjfwVpP/3Q0w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,PJTzPOuFceNpXpo5Xz8dBw== +8a933978-047e-4a72-af9c-cd8877526185,2020-01-14 18:20:22.232,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,nwfFbtVz9RPVYpdZHzOxCg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,vfQhUsAzDimbESw9QWWhtw== +05af2e70-1c1a-4fed-adc6-8ecd6518db63,2020-06-04 21:46:01.903,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VFhEGJAOij0tjtPB8g0WfQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,aQhWjDr4H+h/bQG2Ak3r8g== +15fdd171-41a5-425f-a0d4-07b374c93e2f,2020-01-14 18:20:23.620,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,31I3E6oG5L332pGiEDz3dA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,KTxhxtx9IaFYa7RwXRzNCQ== +8dc70bb3-fd3e-4998-a3a9-41b6e8cf4b9d,2020-01-14 18:20:20.137,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,iE+kiuox/lscig8FtB0p8w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,oX11wM7Z0SQbXoX6KS+5ig== +1c3df3ba-5be3-4acd-be5a-a66bfb2b5a9f,2020-01-14 18:20:15.562,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,vdYy7lQDymqoG49VGQFj4w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,wU+sUdNUk/DjiIGS+eLSCg== +e78305e9-40f9-41bc-825b-ffb4e380e1db,2020-03-05 17:40:39.252,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,puKbRDmT0vJxhCZ94AcQQg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,h0YKuwaIK+MSdb7/Pmgvcw== +034b47e4-84bd-4290-95d4-23bf95052750,2020-01-14 18:16:53.321,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,nqYOs9OkHmUC5wRO4dnSWg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== +5752a148-0b4b-4ddf-9c32-35c2fc9fea04,2020-01-14 18:14:57.297,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,o2xS6T56oD1yECQb6WGfsw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,0IGI+WSph1cg8pn3kny3Ew== +29d6bf00-5086-4d18-b070-ff9234ec07ff,2020-01-14 18:14:55.539,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,FX5d/UCqj6WT4nVaSNhukg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,H+/5lkohaD7s/szEtE8UVA== +ee1f9a28-4112-40d2-8c38-dc6b1c0a80a9,2020-01-14 18:14:53.638,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,qJ+aoyy1dlK1t6Ja6po0LQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,90UYqgMCfPljMHD/6aQEEw== +32d5599d-9f94-4a93-aff5-2938d6a3fac1,2020-01-14 18:14:54.520,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,XzijsCczjpPukFg1HS7fdg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,vog3KbTYZ9ztu0H453jpdQ== diff --git a/integration_tests/seeds/email_event_dropped_data_snowflake.csv b/integration_tests/seeds/email_event_dropped_data_snowflake.csv index ece5a50..ff73ae1 100644 --- a/integration_tests/seeds/email_event_dropped_data_snowflake.csv +++ b/integration_tests/seeds/email_event_dropped_data_snowflake.csv @@ -1,101 +1,101 @@ id,_fivetran_synced,drop_reason,bcc,cc,drop_message,"""FROM""",reply_to,subject -c9f1ccec-8095-409e-a09e-bb7a18ffa379,2020-06-01 15:25:50.633 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,5oud6Os7LQSG5Na9lC7AGg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -41305de4-8dc0-4e8c-ba08-9db10126f474,2020-06-01 15:25:50.628 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,eki28QsoVX8oR/8X2SQC9A==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -bfe2fac3-a0ca-4b35-9ccf-11b44fd8cc46,2020-01-14 18:20:29.343 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,i5aaMG/rgyadpmEGqSuzIA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,yYvtQ1+v2jm+9gVHs8cT0A== -3a24d050-ef0a-447f-a171-9b5c94c68f4d,2020-01-14 18:20:31.392 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,I+XJRpHICd7S2imwlyp5Jg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Z1ezsNaDb8GJEpP67ggjxA== -0d2321a9-4c70-4ac1-8874-e0ba3f5f3f72,2020-01-14 18:20:32.366 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,9tR+QtB+YKbPcX+VC/ywww==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,mFvLDNRJ1cZwB7CIh2Dlwg== -ce1d60c1-cd8c-4edd-935a-e3ea66375b8d,2020-01-14 18:14:48.669 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Z4YSWhVbEyqh51cfkllotg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,dTugj3R3Z3fb64ujqCl/JA== -42303f10-68f4-4172-8ff4-8c994fd7c91b,2020-01-14 18:16:53.324 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,g+ulWopiRZXTzisc+s5nLw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== -286a13b6-8c93-4050-8eac-4e212b6fc7d4,2020-01-14 18:16:51.846 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,zBM+omfzVCeLoABaOT7SGQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== -83c711d7-aed5-455b-9a09-32f37d332661,2020-01-14 18:14:56.634 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,mDPCBaCcpqC/yI2fTQBtcQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,xnqHmZ7tdfL8Cdiwz53LSg== -ce094256-a347-44cb-b099-f5e5be563fe6,2020-01-14 18:14:55.536 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,TvFHZIsVFV/sYNiAb4jP/w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,OF/nnujAOnPBJ9jZRnZr3g== -687d3400-5774-4ea8-bd3f-f41fe43f9bdc,2020-01-14 18:18:18.856 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,k5byiYJD9aJHpA7yD6a1CA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,yofORt9Il8pL1NW5u/sZAQ== -671c42df-5223-46c0-a573-206a6881c543,2020-01-14 18:18:19.687 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,IR54t4Wn2DP7V6a2xhneWg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,B4kJ6AgHaMB2nVj6gAfeng== -1c645531-5f32-491b-a8df-8ba1b0366591,2020-01-14 18:18:12.941 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,7VVHNaELqeKiL7GRmggf0A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,G98/aCs30F1GXeRWSoIvYQ== -2f27c925-0869-42da-b78b-c82fc3269612,2020-01-14 18:16:51.844 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,AhSEd55D8cedP6msioQs1g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== -f325bf63-4031-4d76-a30f-da164277ac18,2020-01-14 18:14:58.838 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,h7sqHBK/UI2p4f4VCNIm/A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,/wAg4MGvH9i2fhW8qCAVSQ== -b5752ba4-3d98-4b35-979a-4f13af60ed4a,2020-01-14 18:15:06.749 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,o7tT4UpTMi9dwrcoIVg7/g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,k3/L8/Id+UPMCeNhW2EYgg== -ca765386-fbfa-4974-81a5-27758abf01b1,2020-01-14 18:20:59.895 UTC,PREVIOUSLY_UNSUBSCRIBED_MESSAGE,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,QxVHEWKfEVZcw1lyDyT4QQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,DHp682PVdvIOCIfMli2WSQ== -d36c82d5-d8f9-474e-b164-1347728860e4,2020-01-14 18:20:16.330 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Z+fOErLIpqzOPv/G6HSB1A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,vfQhUsAzDimbESw9QWWhtw== -e6827e74-4751-47ff-a67e-30b1000a7d62,2020-01-14 18:20:19.121 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,tN/JjOJ5soGEDJJxgcQhHA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,vclQjlxiE88lyu/6fwNRiw== -9c24f23d-2bbe-4511-98bd-3823d7f1736d,2020-01-31 13:11:07.960 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,drBFn0ydyeOiwr1EyTwfmw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,i/tnLkTAwrKNQO1p1SCmig== -40d609e6-ea32-4dbc-be62-d502d755ce22,2020-05-19 17:20:51.377 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,gQxUJUGs20w8m/HwoBhbtw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Xxo/Vzua8Oh6jhja7bo+gA== -f216c316-9376-4dd9-a4db-f31a85a775b8,2020-01-28 22:49:23.644 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,YUNA2dwR7Xt0u469zgivaA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,05GxuVyPu8FUa+PJWojM4w== -8492a1f3-409f-4e7d-b269-01933393ca54,2020-01-14 18:20:25.380 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,C984pflxoJUKithO9aif+Q==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,lAAQ2k9tiKhZ+bG6v9jyFQ== -915b7d35-9916-44ab-a2a2-2ee56bc1953f,2020-01-14 18:20:20.908 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,/EXH83kD/UylcbmV28HyYw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,TWQltKyeLuZ911c4etDG8w== -bbff1aaa-f0cd-4c3a-88e4-15d294f1f2b3,2020-01-14 18:14:55.892 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,IiTguW2mmFX5G/q3n2Z4Nw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,LRzdur62k0x6SbScH+tFdA== -dcb3afca-8266-4991-9744-f627181d302b,2020-01-14 18:15:09.771 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,D74uRXQYQ+x0Xmvavkb2iQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,7hC8IfbFxBwn9QuJ9e++tg== -a4d2cd48-edd4-4f31-9a10-4d9aced8be43,2020-01-14 18:14:53.638 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,EvNGCbfh9IJm8ys5/k747A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,4Sg+oKdbTJDnkcRc7nRSLw== -c4751575-6ebb-4e83-bcb2-a8c7ec862df7,2020-01-14 18:14:55.539 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,xPmb2IYP9s+k1exOT62H3g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,TkX+a26yfJezIDqZoM9YwQ== -3b0e7d0c-9a0f-4800-ba1a-e4731b9eb03f,2020-01-14 18:14:56.632 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,C+Ot5DMNO1uVdrqhYYYGUg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,ENLtKPv7Yy43s8SjtUuGWQ== -7962d77f-9222-41a7-a171-ff722999bace,2020-01-14 18:14:53.641 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,WegnwaDT1c+RfebN4QE8kg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Cxu6XSJaYTM/xHDjqnzjeg== -354f90e9-5e2e-4d81-9335-88e43ef06316,2020-01-14 18:15:09.771 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,cdAqL6JSQzHLni7oSpEfBQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,2bfG3Mu4Owp5+INOMGEoDQ== -2dc73a7c-0a4d-48b3-ab66-f618bba82a86,2020-01-14 18:17:15.369 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,unAx9avFXIIvCCPjJ7HJ+w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,WKtD0cG2XXtl5QmZuP2d5w== -c26721c2-c586-43ce-bf85-96a4961612a1,2020-01-14 18:18:38.790 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,NixFVHykGweKzTVXOJjzjw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,1mVChTzXEIuuXNEeFlcpYw== -de58a306-db9c-4708-b076-ed416a345bed,2020-01-14 18:20:28.233 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Z+Ea7Cu2N239aPC8X4xujA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,88/i2GzR3ANAacDi5o2pkQ== -a6cfe5e5-8036-4093-8437-b2e6a18bf2c7,2020-01-14 18:20:19.569 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,OjlQuNVue8adSAAhWX/wNQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,MnuPCH+W8AqVq72Yw7fVLA== -e5805f4b-78c3-4cc9-82ee-968f5ae310b9,2020-01-14 18:16:52.897 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Z+Ea7Cu2N239aPC8X4xujA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== -d3596e9b-14c9-4007-bcd5-5f916e43eceb,2020-01-14 18:16:53.321 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,WtKJXpCUkoVHVof6ZDuLQg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== -b072c824-692c-442e-a9d4-89540366ec03,2020-01-14 18:16:50.291 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,4ONcgj7PcFOPRuNXJK9JiA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,M8NdCcn3s4Ig8pAnHUSEsg== -3c1da888-6349-454a-930b-e2e0dae9bca9,2020-01-14 18:15:08.984 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,EaC6A7i6mMSpB5qwe+XtAA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,SbT/SDa4NsXmyo7SPL/qRA== -22343145-697e-4b2b-8ff7-aab2b8c0f362,2020-01-14 18:17:16.384 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,AhSEd55D8cedP6msioQs1g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,WKtD0cG2XXtl5QmZuP2d5w== -f74f9960-9112-4d2f-8301-baacdb13e35a,2020-01-14 18:18:12.942 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,e/kXDltP12CIvqArWGncVA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,ExbAoNyhjluZxIelsjrTYw== -ff3ceaec-c832-4618-9c8a-457d3e6e933a,2020-01-14 18:18:12.934 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,q8VyKkAZGOTtiqnWzGOjRw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,tPktUpIKg3fma2krXWYTiA== -0a69da9e-dcce-4344-b198-7e9091c8f423,2020-01-14 18:14:22.968 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Y9DmkFd94vxxuwmPwaUuVw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,G3SHTAnYwyad6h9Vaq/lmg== -7af073ef-5e7e-409d-af1c-58617e3f4419,2020-01-14 18:14:22.014 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,q8KbT2WjobQk4waiMNgFSg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,f0xFww1Jq7lxUZAZiyxZfQ== -322df35a-c30e-40fd-ad41-b604aa1ec9e3,2020-01-14 18:20:59.891 UTC,PREVIOUSLY_UNSUBSCRIBED_MESSAGE,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,8uAqqa/snm8meeHbuwHBbw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Pye1qDXvF6Th5oiU1TsAGQ== -af9a59e9-3e69-44f4-bcf1-39ab92bedc6e,2020-01-14 18:20:28.958 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,RYXtw6fVjgkavFlky8/dIQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,xU2j5roolxoRRUO6WlUKew== -8388a7ec-fae5-4123-80ff-3439d8c7166f,2020-01-14 18:20:21.967 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,PgtpLEXrGKWwLczljWhzoQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,G5m+fiCnsmBwrNlL8I8csw== -69e826db-6c65-4714-ba7c-11d228cbaf8c,2020-01-14 18:16:52.892 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,7OrW0z5zAEDWpa3WhOCAFA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== -02c25eb7-99d3-4885-b0f2-519f4ee21b48,2020-01-14 18:14:57.709 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,UKfaN5VrF0O4v31RnCQdFA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,7LvAb7b+BvjNOLlzDsvQQQ== -0466bcd4-d5f1-4d81-b5a2-02152a088cba,2020-01-14 18:14:55.195 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,95uazeU0+mGXZ4w4sAlk8g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,uchoFI4ayaYs8DKbaeyyow== -fdf9800b-f690-4696-a20e-97286d14c337,2020-01-14 18:14:55.533 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,DqHU41yPV2rplQ2Bb92wTQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,ZCol9w8hOTD+MA1Lp7l0Tw== -f67ef873-54f0-41d8-ad62-c2bd118110df,2020-01-14 18:15:08.116 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,phUEWnmlWaJ78G5YQ3m9pw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,iamR1dCo0Uvg6x8ZZyV8IA== -82cf5ed3-f05c-4530-a38b-4fdf545a9286,2020-02-12 21:45:38.147 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Z0MhDnJU02qu+NlV5HcIoQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,zLjC6kFo9CM4apTSN2ka0g== -72921ab3-f109-45df-8ec1-c48dc9347f8d,2020-01-14 18:16:50.284 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,NI7Lzv96TvR0KI/Z2UtjcA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,YluR6sErqdfxRemuvQ9tNQ== -1d92bc0f-9ff4-46a3-8d13-b517dd49f51a,2020-01-14 18:14:55.539 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,SpOS7v14kxfyhy0qjow40g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,PLaqNsPYEiS50E5UdHPN/A== -6a8796a7-b7bd-44e9-ab38-d45cc690773b,2020-01-14 18:14:58.835 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Tg882ZLxPXLiqJriTu4CTg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,BdBhdeKNFjJnBbp6yQF2rw== -96c731b0-74fc-4b09-8021-7565ac1f4a5a,2020-01-14 18:18:17.807 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,RqsPB7VI9THy2bikOSvPqQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,yofORt9Il8pL1NW5u/sZAQ== -10e29b99-ac02-4482-9f65-b80df0a5f5be,2020-02-12 21:45:39.159 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,EJQoISMNG7xr14ge6Gdf7g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,jtM8GLNP7VoMNJm5fKL5vg== -90421bad-3aae-4304-a15c-5e7a8689fde0,2020-01-14 18:14:22.007 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,PP7ctFvxnt+Yfqkw6V6XlA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,/htKPuWiPfwtNo/MjAvMwA== -d5e1465c-9a2e-416d-83ed-dbb488b7453a,2020-02-12 21:45:36.825 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,C940DITeEpKZ+V9UbUN7jw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,FgSEAY1AXNNPRKZ4LAjyFA== -499ec5fd-c3c0-4c17-bfd5-fc2054b08dc9,2020-01-14 18:14:57.995 UTC,PREVIOUS_SPAM,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,0qNmSLYaX2LyE6DTox7emQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,BeQkp4WK1kibwp8DmeYaCg== -1e470af0-084c-4a76-b334-b9cb4aa4300e,2020-02-12 21:45:39.159 UTC,INVALID_TO_ADDRESS,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VMz3cbcHq7wqNy/Kkai7uQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,HMwZc/LjWFdyBExd8QFMyA== -3a31e6b3-e2e0-4be5-8e84-ac6738a2bfe3,2020-01-14 18:20:18.430 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,hHt9ixgIL62FC/BrYjERoA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,JRSBML8CjFyIpyhXgSwEpg== -25991300-cf79-4587-8df4-4b2175e100e2,2020-01-14 18:20:19.883 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,WMccIjiEy+2oPHHLW85S1A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,WMBdsfCS72CGlrtm65jHkg== -ce1df2fc-1879-4e2d-aef4-ac7edc3cf159,2020-01-14 18:20:21.277 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,gmTTFU1tL3jnk0P2BX9rrA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,57CCI3fj+aoQP25YBtrb/A== -5ca90f26-8daa-4439-8999-6808810abdd5,2020-01-14 18:20:27.970 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,C+Ot5DMNO1uVdrqhYYYGUg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,tRQgWgTMC2xIqGxnjMu8fg== -12db20c9-2e4e-40a6-adb3-ddc2d8edc574,2020-01-28 22:49:24.192 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Rm6TgCzxWZbWZPGnthnw5w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,CgyeKTvuJB6n5ggK9XG+IA== -3468ee80-e9b8-40a6-a565-0045f5db020d,2020-01-14 18:20:32.370 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,DS8dVuK9cFuI9EquTupxRQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,I0dRfJpEzL7bd8T0cz1wYg== -f550e79f-8019-4cb8-a363-39c4a7973b16,2020-01-14 18:20:22.600 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,DN6jklnP3jfa7vQlOsCCYw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Y95o1pS2AaEw/f/ufI3XzQ== -5a151a62-ef2b-40ff-bc6a-adcf18317e10,2020-01-14 18:16:49.459 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J961qbYIM2FXuymQosYoaw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,kHih5qrU0eTOVaDRmkBH2A== -9534a8ad-175b-46de-9d2d-9f69ba036ca7,2020-01-14 18:16:53.635 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,H0YUu85EJi7xzXUw9sFbqA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== -29b9c0e8-cc72-4442-b809-c6b5e024504c,2020-01-14 18:17:12.516 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,YpxFRFrvIpDjXz+mOx6wEg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,taOOdAztb+wsuAYbVusZNw== -060ff012-13c4-41f6-8d22-c475ab4083a4,2020-01-14 18:14:54.888 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,ISQ3dIbGXFF0IXHn66Bw/Q==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,kxGncrrbQrfONRhWNZBIrw== -3d6094e5-7987-4d18-bff2-c89ba04be57c,2020-01-14 18:15:08.984 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,2kWDt5c3mUSOcvrjclLQag==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,VE09ahE29pOH5l3eUgrkYg== -637e8fa5-59d0-49d9-8af7-4e01e2861682,2020-01-14 18:15:08.515 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,+BftB+tH1s0yPBB0qfwseQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,mxpCTT10Qasxh1SImnJqPQ== -7980aff5-768d-4e5d-a722-061adf45b8d9,2020-01-14 18:14:21.064 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,X7ek6gunS7roYmhcBNPpcA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,qjZ+hdPcnPFgBNTFQVa1AA== -6fa0dffb-ec60-4ec6-a21a-705518b5d4ce,2020-01-14 18:14:22.500 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,b8i1bjTO/3gn+qAguaOGOA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,vqBQ3qnmg4u0NlFSNZDQ6w== -e48a961a-5179-48f4-9c46-9df7f2ab17d8,2020-01-14 18:14:22.494 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,NWDDjdAS8XYoL/rQviQG7w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,b1yCex+rGAfdy3Eh224kDw== -57025793-a9b1-4a9f-8ddf-b14ac8004808,2020-02-12 21:45:39.149 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,WWqDf0ReFuy1fAg1nHzSVA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,PI0Hg6d4OByTMSIC6kQgfA== -9f281abf-ee01-4115-bd4e-c6a2a55db4ef,2020-02-12 21:45:38.825 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,+sll9FzP1dlzHpnpv1+P/A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,RfoBIgPFdO1VahHbadKMHA== -aad22112-d4f8-438a-8f98-9651637514d8,2020-02-12 21:45:37.481 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,m+3LBGUlridFWV734eYA5A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,+NPqgZjOem9nM+b+N+SrCg== -f4c3e29d-359f-4260-a822-c97ee69e0840,2020-02-12 21:45:37.481 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VhZllHffLjDXKSw1XXU/wg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,jRHzjRSe0ZOWliqluKNoKg== -936783af-125a-4fef-8923-dcee6a1c7035,2020-01-14 18:16:53.305 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,MQHzFPg0lPnacwzOfb8v2g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== -58baeecd-8707-404e-8a5d-cea4eae63234,2020-01-14 18:18:18.191 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Y5rMD8tQdq3zHMU4NOq2qw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,yofORt9Il8pL1NW5u/sZAQ== -b1cf3947-8357-4fcd-b994-22dc01779364,2020-02-12 21:45:38.840 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Y9DmkFd94vxxuwmPwaUuVw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,04BKvp+c8SokJA1zGtzZ6g== -b6789edf-03d0-4628-bc0c-9a8ca76a1b03,2020-02-12 21:45:38.824 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,XrLUNOAihRP9e/dFjVaqGQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,mrBQYcKBEVcWSnZy63VTgw== -c9792c1e-a051-48b2-9a3c-05d415c00d14,2020-01-14 18:17:45.356 UTC,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,0fP8qZE0j7/KOuYFL1V5MQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,22rSzNcWtD2/xl43r9YRCg== -a3dc1fc3-2c39-47ba-be1a-acc537544356,2020-01-14 18:20:59.890 UTC,PREVIOUSLY_UNSUBSCRIBED_MESSAGE,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,HvCSG30L8ymDi6T5EgmMkQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,YaXF14rGqTnhcxQcOOts0Q== -f70c336e-cd4d-4d29-adb5-a6d018ae103b,2020-01-14 18:20:16.953 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,4ovOHpv97PBjfwVpP/3Q0w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,PJTzPOuFceNpXpo5Xz8dBw== -8a933978-047e-4a72-af9c-cd8877526185,2020-01-14 18:20:22.232 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,nwfFbtVz9RPVYpdZHzOxCg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,vfQhUsAzDimbESw9QWWhtw== -05af2e70-1c1a-4fed-adc6-8ecd6518db63,2020-06-04 21:46:01.903 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VFhEGJAOij0tjtPB8g0WfQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,aQhWjDr4H+h/bQG2Ak3r8g== -15fdd171-41a5-425f-a0d4-07b374c93e2f,2020-01-14 18:20:23.620 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,31I3E6oG5L332pGiEDz3dA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,KTxhxtx9IaFYa7RwXRzNCQ== -8dc70bb3-fd3e-4998-a3a9-41b6e8cf4b9d,2020-01-14 18:20:20.137 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,iE+kiuox/lscig8FtB0p8w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,oX11wM7Z0SQbXoX6KS+5ig== -1c3df3ba-5be3-4acd-be5a-a66bfb2b5a9f,2020-01-14 18:20:15.562 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,vdYy7lQDymqoG49VGQFj4w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,wU+sUdNUk/DjiIGS+eLSCg== -e78305e9-40f9-41bc-825b-ffb4e380e1db,2020-03-05 17:40:39.252 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,puKbRDmT0vJxhCZ94AcQQg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,h0YKuwaIK+MSdb7/Pmgvcw== -034b47e4-84bd-4290-95d4-23bf95052750,2020-01-14 18:16:53.321 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,nqYOs9OkHmUC5wRO4dnSWg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== -5752a148-0b4b-4ddf-9c32-35c2fc9fea04,2020-01-14 18:14:57.297 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,o2xS6T56oD1yECQb6WGfsw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,0IGI+WSph1cg8pn3kny3Ew== -29d6bf00-5086-4d18-b070-ff9234ec07ff,2020-01-14 18:14:55.539 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,FX5d/UCqj6WT4nVaSNhukg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,H+/5lkohaD7s/szEtE8UVA== -ee1f9a28-4112-40d2-8c38-dc6b1c0a80a9,2020-01-14 18:14:53.638 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,qJ+aoyy1dlK1t6Ja6po0LQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,90UYqgMCfPljMHD/6aQEEw== -32d5599d-9f94-4a93-aff5-2938d6a3fac1,2020-01-14 18:14:54.520 UTC,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,XzijsCczjpPukFg1HS7fdg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,vog3KbTYZ9ztu0H453jpdQ== +c9f1ccec-8095-409e-a09e-bb7a18ffa379,2020-06-01 15:25:50.633,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,5oud6Os7LQSG5Na9lC7AGg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +41305de4-8dc0-4e8c-ba08-9db10126f474,2020-06-01 15:25:50.628,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,eki28QsoVX8oR/8X2SQC9A==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +bfe2fac3-a0ca-4b35-9ccf-11b44fd8cc46,2020-01-14 18:20:29.343,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,i5aaMG/rgyadpmEGqSuzIA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,yYvtQ1+v2jm+9gVHs8cT0A== +3a24d050-ef0a-447f-a171-9b5c94c68f4d,2020-01-14 18:20:31.392,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,I+XJRpHICd7S2imwlyp5Jg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Z1ezsNaDb8GJEpP67ggjxA== +0d2321a9-4c70-4ac1-8874-e0ba3f5f3f72,2020-01-14 18:20:32.366,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,9tR+QtB+YKbPcX+VC/ywww==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,mFvLDNRJ1cZwB7CIh2Dlwg== +ce1d60c1-cd8c-4edd-935a-e3ea66375b8d,2020-01-14 18:14:48.669,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Z4YSWhVbEyqh51cfkllotg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,dTugj3R3Z3fb64ujqCl/JA== +42303f10-68f4-4172-8ff4-8c994fd7c91b,2020-01-14 18:16:53.324,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,g+ulWopiRZXTzisc+s5nLw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== +286a13b6-8c93-4050-8eac-4e212b6fc7d4,2020-01-14 18:16:51.846,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,zBM+omfzVCeLoABaOT7SGQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== +83c711d7-aed5-455b-9a09-32f37d332661,2020-01-14 18:14:56.634,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,mDPCBaCcpqC/yI2fTQBtcQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,xnqHmZ7tdfL8Cdiwz53LSg== +ce094256-a347-44cb-b099-f5e5be563fe6,2020-01-14 18:14:55.536,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,TvFHZIsVFV/sYNiAb4jP/w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,OF/nnujAOnPBJ9jZRnZr3g== +687d3400-5774-4ea8-bd3f-f41fe43f9bdc,2020-01-14 18:18:18.856,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,k5byiYJD9aJHpA7yD6a1CA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,yofORt9Il8pL1NW5u/sZAQ== +671c42df-5223-46c0-a573-206a6881c543,2020-01-14 18:18:19.687,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,IR54t4Wn2DP7V6a2xhneWg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,B4kJ6AgHaMB2nVj6gAfeng== +1c645531-5f32-491b-a8df-8ba1b0366591,2020-01-14 18:18:12.941,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,7VVHNaELqeKiL7GRmggf0A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,G98/aCs30F1GXeRWSoIvYQ== +2f27c925-0869-42da-b78b-c82fc3269612,2020-01-14 18:16:51.844,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,AhSEd55D8cedP6msioQs1g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== +f325bf63-4031-4d76-a30f-da164277ac18,2020-01-14 18:14:58.838,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,h7sqHBK/UI2p4f4VCNIm/A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,/wAg4MGvH9i2fhW8qCAVSQ== +b5752ba4-3d98-4b35-979a-4f13af60ed4a,2020-01-14 18:15:06.749,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,o7tT4UpTMi9dwrcoIVg7/g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,k3/L8/Id+UPMCeNhW2EYgg== +ca765386-fbfa-4974-81a5-27758abf01b1,2020-01-14 18:20:59.895,PREVIOUSLY_UNSUBSCRIBED_MESSAGE,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,QxVHEWKfEVZcw1lyDyT4QQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,DHp682PVdvIOCIfMli2WSQ== +d36c82d5-d8f9-474e-b164-1347728860e4,2020-01-14 18:20:16.330,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Z+fOErLIpqzOPv/G6HSB1A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,vfQhUsAzDimbESw9QWWhtw== +e6827e74-4751-47ff-a67e-30b1000a7d62,2020-01-14 18:20:19.121,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,tN/JjOJ5soGEDJJxgcQhHA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,vclQjlxiE88lyu/6fwNRiw== +9c24f23d-2bbe-4511-98bd-3823d7f1736d,2020-01-31 13:11:07.960,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,drBFn0ydyeOiwr1EyTwfmw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,i/tnLkTAwrKNQO1p1SCmig== +40d609e6-ea32-4dbc-be62-d502d755ce22,2020-05-19 17:20:51.377,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,gQxUJUGs20w8m/HwoBhbtw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Xxo/Vzua8Oh6jhja7bo+gA== +f216c316-9376-4dd9-a4db-f31a85a775b8,2020-01-28 22:49:23.644,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,YUNA2dwR7Xt0u469zgivaA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,05GxuVyPu8FUa+PJWojM4w== +8492a1f3-409f-4e7d-b269-01933393ca54,2020-01-14 18:20:25.380,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,C984pflxoJUKithO9aif+Q==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,lAAQ2k9tiKhZ+bG6v9jyFQ== +915b7d35-9916-44ab-a2a2-2ee56bc1953f,2020-01-14 18:20:20.908,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,/EXH83kD/UylcbmV28HyYw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,TWQltKyeLuZ911c4etDG8w== +bbff1aaa-f0cd-4c3a-88e4-15d294f1f2b3,2020-01-14 18:14:55.892,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,IiTguW2mmFX5G/q3n2Z4Nw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,LRzdur62k0x6SbScH+tFdA== +dcb3afca-8266-4991-9744-f627181d302b,2020-01-14 18:15:09.771,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,D74uRXQYQ+x0Xmvavkb2iQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,7hC8IfbFxBwn9QuJ9e++tg== +a4d2cd48-edd4-4f31-9a10-4d9aced8be43,2020-01-14 18:14:53.638,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,EvNGCbfh9IJm8ys5/k747A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,4Sg+oKdbTJDnkcRc7nRSLw== +c4751575-6ebb-4e83-bcb2-a8c7ec862df7,2020-01-14 18:14:55.539,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,xPmb2IYP9s+k1exOT62H3g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,TkX+a26yfJezIDqZoM9YwQ== +3b0e7d0c-9a0f-4800-ba1a-e4731b9eb03f,2020-01-14 18:14:56.632,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,C+Ot5DMNO1uVdrqhYYYGUg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,ENLtKPv7Yy43s8SjtUuGWQ== +7962d77f-9222-41a7-a171-ff722999bace,2020-01-14 18:14:53.641,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,WegnwaDT1c+RfebN4QE8kg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Cxu6XSJaYTM/xHDjqnzjeg== +354f90e9-5e2e-4d81-9335-88e43ef06316,2020-01-14 18:15:09.771,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,cdAqL6JSQzHLni7oSpEfBQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,2bfG3Mu4Owp5+INOMGEoDQ== +2dc73a7c-0a4d-48b3-ab66-f618bba82a86,2020-01-14 18:17:15.369,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,unAx9avFXIIvCCPjJ7HJ+w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,WKtD0cG2XXtl5QmZuP2d5w== +c26721c2-c586-43ce-bf85-96a4961612a1,2020-01-14 18:18:38.790,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,NixFVHykGweKzTVXOJjzjw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,1mVChTzXEIuuXNEeFlcpYw== +de58a306-db9c-4708-b076-ed416a345bed,2020-01-14 18:20:28.233,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Z+Ea7Cu2N239aPC8X4xujA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,88/i2GzR3ANAacDi5o2pkQ== +a6cfe5e5-8036-4093-8437-b2e6a18bf2c7,2020-01-14 18:20:19.569,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,OjlQuNVue8adSAAhWX/wNQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,MnuPCH+W8AqVq72Yw7fVLA== +e5805f4b-78c3-4cc9-82ee-968f5ae310b9,2020-01-14 18:16:52.897,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Z+Ea7Cu2N239aPC8X4xujA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== +d3596e9b-14c9-4007-bcd5-5f916e43eceb,2020-01-14 18:16:53.321,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,WtKJXpCUkoVHVof6ZDuLQg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== +b072c824-692c-442e-a9d4-89540366ec03,2020-01-14 18:16:50.291,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,4ONcgj7PcFOPRuNXJK9JiA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,M8NdCcn3s4Ig8pAnHUSEsg== +3c1da888-6349-454a-930b-e2e0dae9bca9,2020-01-14 18:15:08.984,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,EaC6A7i6mMSpB5qwe+XtAA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,SbT/SDa4NsXmyo7SPL/qRA== +22343145-697e-4b2b-8ff7-aab2b8c0f362,2020-01-14 18:17:16.384,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,AhSEd55D8cedP6msioQs1g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,WKtD0cG2XXtl5QmZuP2d5w== +f74f9960-9112-4d2f-8301-baacdb13e35a,2020-01-14 18:18:12.942,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,e/kXDltP12CIvqArWGncVA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,ExbAoNyhjluZxIelsjrTYw== +ff3ceaec-c832-4618-9c8a-457d3e6e933a,2020-01-14 18:18:12.934,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,q8VyKkAZGOTtiqnWzGOjRw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,tPktUpIKg3fma2krXWYTiA== +0a69da9e-dcce-4344-b198-7e9091c8f423,2020-01-14 18:14:22.968,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Y9DmkFd94vxxuwmPwaUuVw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,G3SHTAnYwyad6h9Vaq/lmg== +7af073ef-5e7e-409d-af1c-58617e3f4419,2020-01-14 18:14:22.014,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,q8KbT2WjobQk4waiMNgFSg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,f0xFww1Jq7lxUZAZiyxZfQ== +322df35a-c30e-40fd-ad41-b604aa1ec9e3,2020-01-14 18:20:59.891,PREVIOUSLY_UNSUBSCRIBED_MESSAGE,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,8uAqqa/snm8meeHbuwHBbw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Pye1qDXvF6Th5oiU1TsAGQ== +af9a59e9-3e69-44f4-bcf1-39ab92bedc6e,2020-01-14 18:20:28.958,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,RYXtw6fVjgkavFlky8/dIQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,xU2j5roolxoRRUO6WlUKew== +8388a7ec-fae5-4123-80ff-3439d8c7166f,2020-01-14 18:20:21.967,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,PgtpLEXrGKWwLczljWhzoQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,G5m+fiCnsmBwrNlL8I8csw== +69e826db-6c65-4714-ba7c-11d228cbaf8c,2020-01-14 18:16:52.892,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,7OrW0z5zAEDWpa3WhOCAFA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== +02c25eb7-99d3-4885-b0f2-519f4ee21b48,2020-01-14 18:14:57.709,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,UKfaN5VrF0O4v31RnCQdFA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,7LvAb7b+BvjNOLlzDsvQQQ== +0466bcd4-d5f1-4d81-b5a2-02152a088cba,2020-01-14 18:14:55.195,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,95uazeU0+mGXZ4w4sAlk8g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,uchoFI4ayaYs8DKbaeyyow== +fdf9800b-f690-4696-a20e-97286d14c337,2020-01-14 18:14:55.533,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,DqHU41yPV2rplQ2Bb92wTQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,ZCol9w8hOTD+MA1Lp7l0Tw== +f67ef873-54f0-41d8-ad62-c2bd118110df,2020-01-14 18:15:08.116,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,phUEWnmlWaJ78G5YQ3m9pw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,iamR1dCo0Uvg6x8ZZyV8IA== +82cf5ed3-f05c-4530-a38b-4fdf545a9286,2020-02-12 21:45:38.147,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Z0MhDnJU02qu+NlV5HcIoQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,zLjC6kFo9CM4apTSN2ka0g== +72921ab3-f109-45df-8ec1-c48dc9347f8d,2020-01-14 18:16:50.284,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,NI7Lzv96TvR0KI/Z2UtjcA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,YluR6sErqdfxRemuvQ9tNQ== +1d92bc0f-9ff4-46a3-8d13-b517dd49f51a,2020-01-14 18:14:55.539,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,SpOS7v14kxfyhy0qjow40g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,PLaqNsPYEiS50E5UdHPN/A== +6a8796a7-b7bd-44e9-ab38-d45cc690773b,2020-01-14 18:14:58.835,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Tg882ZLxPXLiqJriTu4CTg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,BdBhdeKNFjJnBbp6yQF2rw== +96c731b0-74fc-4b09-8021-7565ac1f4a5a,2020-01-14 18:18:17.807,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,RqsPB7VI9THy2bikOSvPqQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,yofORt9Il8pL1NW5u/sZAQ== +10e29b99-ac02-4482-9f65-b80df0a5f5be,2020-02-12 21:45:39.159,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,EJQoISMNG7xr14ge6Gdf7g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,jtM8GLNP7VoMNJm5fKL5vg== +90421bad-3aae-4304-a15c-5e7a8689fde0,2020-01-14 18:14:22.007,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,PP7ctFvxnt+Yfqkw6V6XlA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,/htKPuWiPfwtNo/MjAvMwA== +d5e1465c-9a2e-416d-83ed-dbb488b7453a,2020-02-12 21:45:36.825,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,C940DITeEpKZ+V9UbUN7jw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,FgSEAY1AXNNPRKZ4LAjyFA== +499ec5fd-c3c0-4c17-bfd5-fc2054b08dc9,2020-01-14 18:14:57.995,PREVIOUS_SPAM,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,0qNmSLYaX2LyE6DTox7emQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,BeQkp4WK1kibwp8DmeYaCg== +1e470af0-084c-4a76-b334-b9cb4aa4300e,2020-02-12 21:45:39.159,INVALID_TO_ADDRESS,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VMz3cbcHq7wqNy/Kkai7uQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,HMwZc/LjWFdyBExd8QFMyA== +3a31e6b3-e2e0-4be5-8e84-ac6738a2bfe3,2020-01-14 18:20:18.430,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,hHt9ixgIL62FC/BrYjERoA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,JRSBML8CjFyIpyhXgSwEpg== +25991300-cf79-4587-8df4-4b2175e100e2,2020-01-14 18:20:19.883,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,WMccIjiEy+2oPHHLW85S1A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,WMBdsfCS72CGlrtm65jHkg== +ce1df2fc-1879-4e2d-aef4-ac7edc3cf159,2020-01-14 18:20:21.277,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,gmTTFU1tL3jnk0P2BX9rrA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,57CCI3fj+aoQP25YBtrb/A== +5ca90f26-8daa-4439-8999-6808810abdd5,2020-01-14 18:20:27.970,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,C+Ot5DMNO1uVdrqhYYYGUg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,tRQgWgTMC2xIqGxnjMu8fg== +12db20c9-2e4e-40a6-adb3-ddc2d8edc574,2020-01-28 22:49:24.192,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Rm6TgCzxWZbWZPGnthnw5w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,CgyeKTvuJB6n5ggK9XG+IA== +3468ee80-e9b8-40a6-a565-0045f5db020d,2020-01-14 18:20:32.370,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,DS8dVuK9cFuI9EquTupxRQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,I0dRfJpEzL7bd8T0cz1wYg== +f550e79f-8019-4cb8-a363-39c4a7973b16,2020-01-14 18:20:22.600,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,DN6jklnP3jfa7vQlOsCCYw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Y95o1pS2AaEw/f/ufI3XzQ== +5a151a62-ef2b-40ff-bc6a-adcf18317e10,2020-01-14 18:16:49.459,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J961qbYIM2FXuymQosYoaw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,kHih5qrU0eTOVaDRmkBH2A== +9534a8ad-175b-46de-9d2d-9f69ba036ca7,2020-01-14 18:16:53.635,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,H0YUu85EJi7xzXUw9sFbqA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== +29b9c0e8-cc72-4442-b809-c6b5e024504c,2020-01-14 18:17:12.516,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,YpxFRFrvIpDjXz+mOx6wEg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,taOOdAztb+wsuAYbVusZNw== +060ff012-13c4-41f6-8d22-c475ab4083a4,2020-01-14 18:14:54.888,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,ISQ3dIbGXFF0IXHn66Bw/Q==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,kxGncrrbQrfONRhWNZBIrw== +3d6094e5-7987-4d18-bff2-c89ba04be57c,2020-01-14 18:15:08.984,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,2kWDt5c3mUSOcvrjclLQag==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,VE09ahE29pOH5l3eUgrkYg== +637e8fa5-59d0-49d9-8af7-4e01e2861682,2020-01-14 18:15:08.515,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,+BftB+tH1s0yPBB0qfwseQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,mxpCTT10Qasxh1SImnJqPQ== +7980aff5-768d-4e5d-a722-061adf45b8d9,2020-01-14 18:14:21.064,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,X7ek6gunS7roYmhcBNPpcA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,qjZ+hdPcnPFgBNTFQVa1AA== +6fa0dffb-ec60-4ec6-a21a-705518b5d4ce,2020-01-14 18:14:22.500,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,b8i1bjTO/3gn+qAguaOGOA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,vqBQ3qnmg4u0NlFSNZDQ6w== +e48a961a-5179-48f4-9c46-9df7f2ab17d8,2020-01-14 18:14:22.494,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,NWDDjdAS8XYoL/rQviQG7w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,b1yCex+rGAfdy3Eh224kDw== +57025793-a9b1-4a9f-8ddf-b14ac8004808,2020-02-12 21:45:39.149,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,WWqDf0ReFuy1fAg1nHzSVA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,PI0Hg6d4OByTMSIC6kQgfA== +9f281abf-ee01-4115-bd4e-c6a2a55db4ef,2020-02-12 21:45:38.825,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,+sll9FzP1dlzHpnpv1+P/A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,RfoBIgPFdO1VahHbadKMHA== +aad22112-d4f8-438a-8f98-9651637514d8,2020-02-12 21:45:37.481,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,m+3LBGUlridFWV734eYA5A==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,+NPqgZjOem9nM+b+N+SrCg== +f4c3e29d-359f-4260-a822-c97ee69e0840,2020-02-12 21:45:37.481,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VhZllHffLjDXKSw1XXU/wg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,jRHzjRSe0ZOWliqluKNoKg== +936783af-125a-4fef-8923-dcee6a1c7035,2020-01-14 18:16:53.305,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,MQHzFPg0lPnacwzOfb8v2g==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== +58baeecd-8707-404e-8a5d-cea4eae63234,2020-01-14 18:18:18.191,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Y5rMD8tQdq3zHMU4NOq2qw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,yofORt9Il8pL1NW5u/sZAQ== +b1cf3947-8357-4fcd-b994-22dc01779364,2020-02-12 21:45:38.840,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,Y9DmkFd94vxxuwmPwaUuVw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,04BKvp+c8SokJA1zGtzZ6g== +b6789edf-03d0-4628-bc0c-9a8ca76a1b03,2020-02-12 21:45:38.824,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,XrLUNOAihRP9e/dFjVaqGQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,mrBQYcKBEVcWSnZy63VTgw== +c9792c1e-a051-48b2-9a3c-05d415c00d14,2020-01-14 18:17:45.356,PREVIOUSLY_UNSUBSCRIBED_PORTAL,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,0fP8qZE0j7/KOuYFL1V5MQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,22rSzNcWtD2/xl43r9YRCg== +a3dc1fc3-2c39-47ba-be1a-acc537544356,2020-01-14 18:20:59.890,PREVIOUSLY_UNSUBSCRIBED_MESSAGE,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,HvCSG30L8ymDi6T5EgmMkQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,YaXF14rGqTnhcxQcOOts0Q== +f70c336e-cd4d-4d29-adb5-a6d018ae103b,2020-01-14 18:20:16.953,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,4ovOHpv97PBjfwVpP/3Q0w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,PJTzPOuFceNpXpo5Xz8dBw== +8a933978-047e-4a72-af9c-cd8877526185,2020-01-14 18:20:22.232,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,nwfFbtVz9RPVYpdZHzOxCg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,vfQhUsAzDimbESw9QWWhtw== +05af2e70-1c1a-4fed-adc6-8ecd6518db63,2020-06-04 21:46:01.903,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VFhEGJAOij0tjtPB8g0WfQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,aQhWjDr4H+h/bQG2Ak3r8g== +15fdd171-41a5-425f-a0d4-07b374c93e2f,2020-01-14 18:20:23.620,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,31I3E6oG5L332pGiEDz3dA==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,KTxhxtx9IaFYa7RwXRzNCQ== +8dc70bb3-fd3e-4998-a3a9-41b6e8cf4b9d,2020-01-14 18:20:20.137,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,iE+kiuox/lscig8FtB0p8w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,oX11wM7Z0SQbXoX6KS+5ig== +1c3df3ba-5be3-4acd-be5a-a66bfb2b5a9f,2020-01-14 18:20:15.562,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,vdYy7lQDymqoG49VGQFj4w==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,wU+sUdNUk/DjiIGS+eLSCg== +e78305e9-40f9-41bc-825b-ffb4e380e1db,2020-03-05 17:40:39.252,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,puKbRDmT0vJxhCZ94AcQQg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,h0YKuwaIK+MSdb7/Pmgvcw== +034b47e4-84bd-4290-95d4-23bf95052750,2020-01-14 18:16:53.321,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,nqYOs9OkHmUC5wRO4dnSWg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,Kn8qQOU2soe7RG5Bh3OnIQ== +5752a148-0b4b-4ddf-9c32-35c2fc9fea04,2020-01-14 18:14:57.297,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,o2xS6T56oD1yECQb6WGfsw==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,0IGI+WSph1cg8pn3kny3Ew== +29d6bf00-5086-4d18-b070-ff9234ec07ff,2020-01-14 18:14:55.539,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,FX5d/UCqj6WT4nVaSNhukg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,H+/5lkohaD7s/szEtE8UVA== +ee1f9a28-4112-40d2-8c38-dc6b1c0a80a9,2020-01-14 18:14:53.638,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,qJ+aoyy1dlK1t6Ja6po0LQ==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,90UYqgMCfPljMHD/6aQEEw== +32d5599d-9f94-4a93-aff5-2938d6a3fac1,2020-01-14 18:14:54.520,PREVIOUSLY_BOUNCED,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,XzijsCczjpPukFg1HS7fdg==,rx3EVY8dC8n/ZVtgE5pYfw==,QnhKGl1qShwzOpHOzBKYCg==,vog3KbTYZ9ztu0H453jpdQ== diff --git a/integration_tests/seeds/email_event_forward_data.csv b/integration_tests/seeds/email_event_forward_data.csv index e35d10a..0d6cf85 100644 --- a/integration_tests/seeds/email_event_forward_data.csv +++ b/integration_tests/seeds/email_event_forward_data.csv @@ -1,101 +1,101 @@ id,_fivetran_synced,browser,ip_address,location,user_agent -7cdf3c59-c285-3f8d-be03-7d34fa2a5870,2020-01-14 18:18:26.593 UTC,WYZrPceIW6ZcxygcXcRTbw==,,F8KYmezvrn9o/qKlsAVh8Q==,WDth2cRihFSzZcbvMAV4Kw== -ca8acf6c-d34c-383a-9b20-f2d46a3f2229,2020-01-14 18:19:45.366 UTC,qH92INzmESwbSIQgcXSejg==,,45rZ1Usg5Tm8Ur1cT3RX4g==,BY7HIGDN21G1USA3YJud7w== -cc549191-bf36-3d1b-b6df-4d12fbeda0f9,2020-01-14 18:18:42.700 UTC,LylS8dTDCOeXwdRksNQeQA==,,dwyuYeNZEbtDTT7EJerawQ==,MDitHNlggJWZ+T1HFnPfhA== -41de88df-5d4f-3afd-93cd-d301cd088e12,2020-01-14 18:18:43.043 UTC,LylS8dTDCOeXwdRksNQeQA==,,s5SfqCCY7I1BOeyTR+6rXA==,h+yLHrzHUNgJqdD2vHn+Hw== -81cfb00d-c87a-30d5-8f76-182dd5ae1c4d,2020-01-14 18:20:51.649 UTC,LylS8dTDCOeXwdRksNQeQA==,,N6IC9KVYuhKobdYde5ZN+w==,SlPHKhnR4kd8ZOgxszGYlA== -758ac675-40e7-31e9-b18a-2ff310ec9380,2020-01-14 18:18:59.218 UTC,LylS8dTDCOeXwdRksNQeQA==,,5x0LjgC8k2Yp6Ds3eJ5cNw==,bevrYO0XcMCJNgtGKRsRQA== -548ed010-752e-33a9-82bd-934d9da31ee7,2020-01-14 18:18:47.941 UTC,LylS8dTDCOeXwdRksNQeQA==,,5pLfzClnwQsrmfxg0vc0+w==,bevrYO0XcMCJNgtGKRsRQA== -5ef18023-b764-3822-8dc7-8416b7189257,2020-01-14 18:20:59.441 UTC,LylS8dTDCOeXwdRksNQeQA==,,eAkrp+d4YkAFXo2H+5LfFg==,bevrYO0XcMCJNgtGKRsRQA== -bfe7dde1-b5db-3cf3-bc5f-d1fe1656b8cd,2020-01-14 18:18:03.139 UTC,LylS8dTDCOeXwdRksNQeQA==,,I3x0a34RazubToczsZgw1A==,FhHVpPtwQAPTebQlBTXHSg== -f51ada66-3f8e-3aac-bbfd-743fa74ded0f,2020-01-14 18:20:10.677 UTC,LylS8dTDCOeXwdRksNQeQA==,,d1GJNSL7pOHlYqlsU90AxA==,FhHVpPtwQAPTebQlBTXHSg== -6b94002b-8d93-31d3-ae88-d22159596fce,2020-01-14 18:20:50.601 UTC,LylS8dTDCOeXwdRksNQeQA==,,mtzM0G0zgBW9xEr2fwvE9Q==,FhHVpPtwQAPTebQlBTXHSg== -fbe7f30a-5601-31c5-beaf-c80aa9216397,2020-01-14 18:18:34.798 UTC,LylS8dTDCOeXwdRksNQeQA==,,Vype0MTbFEvOzlgzTOObaA==,FhHVpPtwQAPTebQlBTXHSg== -6634122c-2667-3b73-9da4-fa9d1ba559ad,2020-01-14 18:19:59.310 UTC,LylS8dTDCOeXwdRksNQeQA==,,EVmLmu7b+op0buBNKdU9VQ==,FhHVpPtwQAPTebQlBTXHSg== -18889dd8-455b-33a5-b88d-1abfc03f4422,2020-01-14 18:18:26.925 UTC,T/594312FW9nHssNPJQJ+w==,,WeW8vu+4dlA1gDu3D1B4+g==,mOPK+ecU+AQirvDLUbsJag== -e1df8ae4-6285-38b4-bb55-b891b78656ec,2020-01-14 18:17:55.605 UTC,Y+HNnHPslPFbBrKnD2qqDg==,,0KW1op22hg5fmvps0sMP2A==,TvO3cedQ5Z9kwnmSj1WQjw== -0045bda0-0da8-314d-b91c-96a777fa8fb3,2020-01-14 18:18:19.278 UTC,1sqfNC5CnBa6jjTzI0WAyA==,,g7hRcrhMWH0PNQ9PvAc5pg==,F/PSYYLZ/nUgZ8hsALJJ/Q== -8cba7a9b-2d73-32f4-ac05-644070947ec3,2020-01-14 18:19:16.937 UTC,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,SlPHKhnR4kd8ZOgxszGYlA== -9d4301c7-aa88-39ee-87cb-34e7724e477f,2020-01-14 18:18:24.510 UTC,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,SlPHKhnR4kd8ZOgxszGYlA== -c437f372-4425-36e2-a065-d7c0048ac47f,2020-01-14 18:18:20.032 UTC,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,SlPHKhnR4kd8ZOgxszGYlA== -23e5c6ce-8ae1-3a6e-8ab5-69054d7e18b6,2020-01-14 18:18:20.032 UTC,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,SlPHKhnR4kd8ZOgxszGYlA== -f95ea09a-67b9-3480-8191-201b60cade0a,2020-01-14 18:18:43.724 UTC,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== -da80eb9e-1ffa-3832-b372-99bf032f04cd,2020-01-14 18:18:26.907 UTC,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== -96b4e5ea-0a77-332b-b584-d23efc9deeaf,2020-01-14 18:18:43.724 UTC,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== -1556c9ed-bdbf-3d8d-a626-573fc6507bfa,2020-01-14 18:18:43.722 UTC,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== -0e30b04a-573a-33b8-8397-7e541d57a857,2020-01-14 18:18:43.723 UTC,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== -95296505-83dc-3a5a-8437-843840325791,2020-01-14 18:18:43.724 UTC,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== -3f23bcdd-d207-3c80-bf76-472b519489bd,2020-01-14 18:18:43.723 UTC,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== -f92d0796-55f1-37f6-843e-6b23c360dd72,2020-01-14 18:18:43.723 UTC,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== -a90ff1cb-ce25-3686-941c-6fc6dbb8052d,2020-01-14 18:18:43.722 UTC,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== -4d9cdfb5-4fe6-3405-a3e1-11f84d1225d1,2020-01-14 18:18:43.723 UTC,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== -670f7624-2064-3b8b-80fc-c7af8383e3a8,2020-01-14 18:18:43.722 UTC,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== -9f89d2bc-a7a1-3423-a8d1-0db5d42a924f,2020-01-14 18:20:52.263 UTC,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,FhHVpPtwQAPTebQlBTXHSg== -a05b63d3-6488-352e-a845-540a90164772,2020-01-14 18:20:52.264 UTC,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,FhHVpPtwQAPTebQlBTXHSg== -8012b2d6-8284-3bd9-94af-6538879f36ce,2020-01-14 18:17:56.167 UTC,T/594312FW9nHssNPJQJ+w==,,AtP8vcsOL2v9oAqaqoXW1w==,TvO3cedQ5Z9kwnmSj1WQjw== -a3d5603b-5647-3fc2-bd55-2aac11db5f6c,2020-01-14 18:20:58.912 UTC,LylS8dTDCOeXwdRksNQeQA==,,oFBFNP51eoood80q4nIBFQ==,Odtvw7MthsNhWRFxmL1zqg== -3ef1b9fb-956e-3081-bfc3-4d47b8139ad6,2020-01-14 18:20:58.913 UTC,LylS8dTDCOeXwdRksNQeQA==,,oFBFNP51eoood80q4nIBFQ==,Odtvw7MthsNhWRFxmL1zqg== -50ab4b98-1c1b-3c4c-957f-275b2cfdb6c1,2020-01-14 18:17:57.515 UTC,LylS8dTDCOeXwdRksNQeQA==,,rV6xHOfxpPrg3oNMxb0npQ==,SlPHKhnR4kd8ZOgxszGYlA== -e78c6b5c-a503-3846-b65b-705d70c878c7,2020-01-14 18:17:57.516 UTC,LylS8dTDCOeXwdRksNQeQA==,,rV6xHOfxpPrg3oNMxb0npQ==,SlPHKhnR4kd8ZOgxszGYlA== -ae128e25-ad82-3925-a0be-44081e7c8aa6,2020-01-14 18:18:26.929 UTC,LylS8dTDCOeXwdRksNQeQA==,,LkKtbEKeMYHJ59jEPGZj4Q==,SlPHKhnR4kd8ZOgxszGYlA== -16b5007e-d42c-3cf0-a566-c636ce890252,2020-01-14 18:18:26.929 UTC,LylS8dTDCOeXwdRksNQeQA==,,LkKtbEKeMYHJ59jEPGZj4Q==,SlPHKhnR4kd8ZOgxszGYlA== -b3e9a71d-4591-3732-a82d-32e2136e1dd2,2020-01-14 18:18:47.943 UTC,LylS8dTDCOeXwdRksNQeQA==,,LkKtbEKeMYHJ59jEPGZj4Q==,bevrYO0XcMCJNgtGKRsRQA== -c5d3476c-98a6-36ee-a43b-a49891393e08,2020-01-14 18:18:47.945 UTC,LylS8dTDCOeXwdRksNQeQA==,,LkKtbEKeMYHJ59jEPGZj4Q==,bevrYO0XcMCJNgtGKRsRQA== -284f0959-6566-3ad2-b1c1-fbdea0c8fcca,2020-01-14 18:18:47.944 UTC,LylS8dTDCOeXwdRksNQeQA==,,LkKtbEKeMYHJ59jEPGZj4Q==,bevrYO0XcMCJNgtGKRsRQA== -ea986494-6c71-3bd1-813b-2387b9a812e5,2020-01-14 18:17:56.166 UTC,Y+HNnHPslPFbBrKnD2qqDg==,,LkKtbEKeMYHJ59jEPGZj4Q==,TvO3cedQ5Z9kwnmSj1WQjw== -c0bee651-b2cb-3075-ac8d-2174c466ea61,2020-01-14 18:19:16.971 UTC,LylS8dTDCOeXwdRksNQeQA==,,duj+eZjN3RvPn4PpYx6L4w==,coOxOS5Sgl9bg/Hexi3nAg== -71c9adb8-a7c4-374d-bca8-d6022a025351,2020-01-14 18:19:16.971 UTC,LylS8dTDCOeXwdRksNQeQA==,,duj+eZjN3RvPn4PpYx6L4w==,coOxOS5Sgl9bg/Hexi3nAg== -198139ee-4de5-3809-b724-7c4a93c69dec,2020-01-14 18:17:57.103 UTC,T/594312FW9nHssNPJQJ+w==,,duj+eZjN3RvPn4PpYx6L4w==,LWie8tFxoL5N3kijhJoDwQ== -7bbc19a8-2f04-3c2d-bc85-ad3076300e68,2020-01-14 18:17:57.106 UTC,T/594312FW9nHssNPJQJ+w==,,duj+eZjN3RvPn4PpYx6L4w==,LWie8tFxoL5N3kijhJoDwQ== -9933e8e8-a0e5-3b2b-9ef1-b3286d4be375,2020-01-14 18:19:16.966 UTC,T/594312FW9nHssNPJQJ+w==,,duj+eZjN3RvPn4PpYx6L4w==,LWie8tFxoL5N3kijhJoDwQ== -49fbc95a-b91a-3279-b97d-87dc4584d192,2020-01-14 18:19:16.970 UTC,T/594312FW9nHssNPJQJ+w==,,duj+eZjN3RvPn4PpYx6L4w==,LWie8tFxoL5N3kijhJoDwQ== -5fc429a9-cea9-3347-8bde-d9be23f12cb6,2020-01-14 18:19:16.966 UTC,T/594312FW9nHssNPJQJ+w==,,duj+eZjN3RvPn4PpYx6L4w==,LWie8tFxoL5N3kijhJoDwQ== -a8a3c778-e27b-38e1-bda3-36d4c46150f1,2020-01-14 18:17:57.490 UTC,T/594312FW9nHssNPJQJ+w==,,duj+eZjN3RvPn4PpYx6L4w==,LWie8tFxoL5N3kijhJoDwQ== -45dd0863-3972-3a91-b604-04451391fb34,2020-01-14 18:18:39.391 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== -9aede68a-3f63-3948-8b10-4aa4578f90d2,2020-01-14 18:18:39.393 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== -55ae827f-15e3-3425-9dbf-1e487904ab1a,2020-01-14 18:18:39.396 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== -2f6fe21a-817e-39c2-bee3-bc193c6b5f11,2020-01-14 18:18:39.395 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== -add30eba-8808-3797-985b-3d9b796657ec,2020-01-14 18:18:39.390 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== -314e5301-3f7b-3060-a6d0-ae352d3e5a35,2020-01-14 18:18:39.394 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== -40843ccc-73d1-3c2c-94d0-8ca8ae488934,2020-01-14 18:19:15.719 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== -e386c573-7d00-3bdf-992b-e7cd291ad276,2020-01-14 18:18:39.392 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== -627bbdbe-309b-3bba-94c3-ed271828d79e,2020-01-14 18:18:39.393 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== -01440454-dd1f-38c3-a492-fda22c63f6cd,2020-01-14 18:18:39.390 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== -eaf55aeb-e030-388b-aeed-c48578dfcb7a,2020-01-14 18:18:39.394 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== -37e90729-d5e3-341e-abf5-2b70faac26c4,2020-01-14 18:18:39.775 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -cd600e1b-e93f-3961-9b70-c7a09b911df8,2020-01-14 18:20:00.018 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -27547d3d-54d6-31f8-ba1b-a6c3814efba3,2020-01-14 18:20:11.688 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -558b0025-7916-3d12-9179-47557e027630,2020-01-14 18:18:39.775 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -df713af4-2237-3c54-873a-c8be5217367b,2020-01-14 18:20:55.185 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -221dc9bf-5237-30c4-95d7-b796095d0684,2020-01-14 18:18:13.553 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -2953dfb5-7766-3ff7-b805-5b20936dc0e7,2020-01-14 18:18:58.317 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -0091e92d-e991-330f-ac9e-87dbc6797ff9,2020-01-14 18:20:54.609 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -394790c2-8d5e-37cb-b045-44d2544c1cd1,2020-01-14 18:18:35.541 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -5c95d7a5-cb9f-3b67-b5c3-ba300acb71d1,2020-01-14 18:20:54.610 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -1b699164-cc9c-3953-b49b-40c253ccdac4,2020-01-14 18:19:49.286 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -e1db5de4-8eb5-3b08-abc1-a4ebf18fd989,2020-01-14 18:18:32.710 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -bdd859da-3f03-36be-8002-b32feb50c18d,2020-01-14 18:20:54.610 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -ec91feaa-d745-3457-b881-309739d0d4f8,2020-01-14 18:18:35.541 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -7e4aee65-3cce-3c68-8c40-cebf0b3ed75a,2020-01-14 18:19:16.104 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -8094087a-07fa-3f14-9613-9d28c28e7623,2020-01-14 18:18:32.702 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -5e89c409-2148-3018-987f-0a4eb75fbede,2020-01-14 18:19:47.668 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -9a4247f8-96c0-325f-be45-6ece19c64096,2020-01-14 18:18:13.553 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -72ae0216-cf29-376e-8de3-9ad3c8f37dd5,2020-01-14 18:20:54.609 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -94f04f55-ae02-34b8-862f-81885afe7d5f,2020-01-14 18:20:00.018 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -24cf44a0-8108-3d3d-a610-7a755cf16ffd,2020-01-14 18:18:58.319 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -5e0b9784-2823-3866-b04b-e1869fffc28c,2020-01-14 18:20:54.609 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -4d86d9ea-9fc7-39ce-a355-1273afb52d16,2020-01-14 18:18:32.700 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -0b1e485c-f815-34fb-a051-2166f809b17d,2020-01-14 18:18:58.318 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -e49912bd-8d9d-325a-92b8-e2287e80c766,2020-01-14 18:20:54.610 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -b7b2ab73-855f-3775-b3ec-1768cacf063d,2020-01-14 18:20:54.610 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -eba61b75-8a15-3282-8879-8d551452690d,2020-01-14 18:20:54.609 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -36582bb0-e491-311e-ad44-cdc5217dfa98,2020-01-14 18:20:54.932 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -f1955407-d898-3efa-9db0-91de460c86a4,2020-01-14 18:20:00.017 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -a3add427-8bc7-336c-b5cd-1a5a56a27043,2020-01-14 18:19:49.285 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -44c02d7a-d6bd-341d-b9c1-73606acd4d4f,2020-01-14 18:19:40.631 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== -37d97bdf-61ae-37e2-a4a3-f34ea6e9a6c8,2020-01-14 18:20:12.001 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,2JOH0rKFNIcJGJtvJQ0jEw== -8d3a049c-baa8-31c5-8611-1af1c7f1c3ad,2020-01-14 18:19:49.290 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,bevrYO0XcMCJNgtGKRsRQA== -ab483b5b-8b4e-3198-abc4-ed625522ab6a,2020-01-14 18:19:49.290 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,bevrYO0XcMCJNgtGKRsRQA== -a03eb9e5-6788-390c-af38-71d71dedf569,2020-01-14 18:20:11.352 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,FhHVpPtwQAPTebQlBTXHSg== -380a1b9d-cd6c-316d-812e-a8afb9a6988f,2020-01-14 18:20:52.005 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,FhHVpPtwQAPTebQlBTXHSg== -7fadc0e0-0ea1-3572-b2ca-7edb45b20f5e,2020-01-14 18:20:52.005 UTC,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,FhHVpPtwQAPTebQlBTXHSg== +7cdf3c59-c285-3f8d-be03-7d34fa2a5870,2020-01-14 18:18:26.593,WYZrPceIW6ZcxygcXcRTbw==,,F8KYmezvrn9o/qKlsAVh8Q==,WDth2cRihFSzZcbvMAV4Kw== +ca8acf6c-d34c-383a-9b20-f2d46a3f2229,2020-01-14 18:19:45.366,qH92INzmESwbSIQgcXSejg==,,45rZ1Usg5Tm8Ur1cT3RX4g==,BY7HIGDN21G1USA3YJud7w== +cc549191-bf36-3d1b-b6df-4d12fbeda0f9,2020-01-14 18:18:42.700,LylS8dTDCOeXwdRksNQeQA==,,dwyuYeNZEbtDTT7EJerawQ==,MDitHNlggJWZ+T1HFnPfhA== +41de88df-5d4f-3afd-93cd-d301cd088e12,2020-01-14 18:18:43.043,LylS8dTDCOeXwdRksNQeQA==,,s5SfqCCY7I1BOeyTR+6rXA==,h+yLHrzHUNgJqdD2vHn+Hw== +81cfb00d-c87a-30d5-8f76-182dd5ae1c4d,2020-01-14 18:20:51.649,LylS8dTDCOeXwdRksNQeQA==,,N6IC9KVYuhKobdYde5ZN+w==,SlPHKhnR4kd8ZOgxszGYlA== +758ac675-40e7-31e9-b18a-2ff310ec9380,2020-01-14 18:18:59.218,LylS8dTDCOeXwdRksNQeQA==,,5x0LjgC8k2Yp6Ds3eJ5cNw==,bevrYO0XcMCJNgtGKRsRQA== +548ed010-752e-33a9-82bd-934d9da31ee7,2020-01-14 18:18:47.941,LylS8dTDCOeXwdRksNQeQA==,,5pLfzClnwQsrmfxg0vc0+w==,bevrYO0XcMCJNgtGKRsRQA== +5ef18023-b764-3822-8dc7-8416b7189257,2020-01-14 18:20:59.441,LylS8dTDCOeXwdRksNQeQA==,,eAkrp+d4YkAFXo2H+5LfFg==,bevrYO0XcMCJNgtGKRsRQA== +bfe7dde1-b5db-3cf3-bc5f-d1fe1656b8cd,2020-01-14 18:18:03.139,LylS8dTDCOeXwdRksNQeQA==,,I3x0a34RazubToczsZgw1A==,FhHVpPtwQAPTebQlBTXHSg== +f51ada66-3f8e-3aac-bbfd-743fa74ded0f,2020-01-14 18:20:10.677,LylS8dTDCOeXwdRksNQeQA==,,d1GJNSL7pOHlYqlsU90AxA==,FhHVpPtwQAPTebQlBTXHSg== +6b94002b-8d93-31d3-ae88-d22159596fce,2020-01-14 18:20:50.601,LylS8dTDCOeXwdRksNQeQA==,,mtzM0G0zgBW9xEr2fwvE9Q==,FhHVpPtwQAPTebQlBTXHSg== +fbe7f30a-5601-31c5-beaf-c80aa9216397,2020-01-14 18:18:34.798,LylS8dTDCOeXwdRksNQeQA==,,Vype0MTbFEvOzlgzTOObaA==,FhHVpPtwQAPTebQlBTXHSg== +6634122c-2667-3b73-9da4-fa9d1ba559ad,2020-01-14 18:19:59.310,LylS8dTDCOeXwdRksNQeQA==,,EVmLmu7b+op0buBNKdU9VQ==,FhHVpPtwQAPTebQlBTXHSg== +18889dd8-455b-33a5-b88d-1abfc03f4422,2020-01-14 18:18:26.925,T/594312FW9nHssNPJQJ+w==,,WeW8vu+4dlA1gDu3D1B4+g==,mOPK+ecU+AQirvDLUbsJag== +e1df8ae4-6285-38b4-bb55-b891b78656ec,2020-01-14 18:17:55.605,Y+HNnHPslPFbBrKnD2qqDg==,,0KW1op22hg5fmvps0sMP2A==,TvO3cedQ5Z9kwnmSj1WQjw== +0045bda0-0da8-314d-b91c-96a777fa8fb3,2020-01-14 18:18:19.278,1sqfNC5CnBa6jjTzI0WAyA==,,g7hRcrhMWH0PNQ9PvAc5pg==,F/PSYYLZ/nUgZ8hsALJJ/Q== +8cba7a9b-2d73-32f4-ac05-644070947ec3,2020-01-14 18:19:16.937,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,SlPHKhnR4kd8ZOgxszGYlA== +9d4301c7-aa88-39ee-87cb-34e7724e477f,2020-01-14 18:18:24.510,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,SlPHKhnR4kd8ZOgxszGYlA== +c437f372-4425-36e2-a065-d7c0048ac47f,2020-01-14 18:18:20.032,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,SlPHKhnR4kd8ZOgxszGYlA== +23e5c6ce-8ae1-3a6e-8ab5-69054d7e18b6,2020-01-14 18:18:20.032,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,SlPHKhnR4kd8ZOgxszGYlA== +f95ea09a-67b9-3480-8191-201b60cade0a,2020-01-14 18:18:43.724,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== +da80eb9e-1ffa-3832-b372-99bf032f04cd,2020-01-14 18:18:26.907,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== +96b4e5ea-0a77-332b-b584-d23efc9deeaf,2020-01-14 18:18:43.724,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== +1556c9ed-bdbf-3d8d-a626-573fc6507bfa,2020-01-14 18:18:43.722,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== +0e30b04a-573a-33b8-8397-7e541d57a857,2020-01-14 18:18:43.723,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== +95296505-83dc-3a5a-8437-843840325791,2020-01-14 18:18:43.724,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== +3f23bcdd-d207-3c80-bf76-472b519489bd,2020-01-14 18:18:43.723,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== +f92d0796-55f1-37f6-843e-6b23c360dd72,2020-01-14 18:18:43.723,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== +a90ff1cb-ce25-3686-941c-6fc6dbb8052d,2020-01-14 18:18:43.722,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== +4d9cdfb5-4fe6-3405-a3e1-11f84d1225d1,2020-01-14 18:18:43.723,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== +670f7624-2064-3b8b-80fc-c7af8383e3a8,2020-01-14 18:18:43.722,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,bevrYO0XcMCJNgtGKRsRQA== +9f89d2bc-a7a1-3423-a8d1-0db5d42a924f,2020-01-14 18:20:52.263,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,FhHVpPtwQAPTebQlBTXHSg== +a05b63d3-6488-352e-a845-540a90164772,2020-01-14 18:20:52.264,LylS8dTDCOeXwdRksNQeQA==,,AtP8vcsOL2v9oAqaqoXW1w==,FhHVpPtwQAPTebQlBTXHSg== +8012b2d6-8284-3bd9-94af-6538879f36ce,2020-01-14 18:17:56.167,T/594312FW9nHssNPJQJ+w==,,AtP8vcsOL2v9oAqaqoXW1w==,TvO3cedQ5Z9kwnmSj1WQjw== +a3d5603b-5647-3fc2-bd55-2aac11db5f6c,2020-01-14 18:20:58.912,LylS8dTDCOeXwdRksNQeQA==,,oFBFNP51eoood80q4nIBFQ==,Odtvw7MthsNhWRFxmL1zqg== +3ef1b9fb-956e-3081-bfc3-4d47b8139ad6,2020-01-14 18:20:58.913,LylS8dTDCOeXwdRksNQeQA==,,oFBFNP51eoood80q4nIBFQ==,Odtvw7MthsNhWRFxmL1zqg== +50ab4b98-1c1b-3c4c-957f-275b2cfdb6c1,2020-01-14 18:17:57.515,LylS8dTDCOeXwdRksNQeQA==,,rV6xHOfxpPrg3oNMxb0npQ==,SlPHKhnR4kd8ZOgxszGYlA== +e78c6b5c-a503-3846-b65b-705d70c878c7,2020-01-14 18:17:57.516,LylS8dTDCOeXwdRksNQeQA==,,rV6xHOfxpPrg3oNMxb0npQ==,SlPHKhnR4kd8ZOgxszGYlA== +ae128e25-ad82-3925-a0be-44081e7c8aa6,2020-01-14 18:18:26.929,LylS8dTDCOeXwdRksNQeQA==,,LkKtbEKeMYHJ59jEPGZj4Q==,SlPHKhnR4kd8ZOgxszGYlA== +16b5007e-d42c-3cf0-a566-c636ce890252,2020-01-14 18:18:26.929,LylS8dTDCOeXwdRksNQeQA==,,LkKtbEKeMYHJ59jEPGZj4Q==,SlPHKhnR4kd8ZOgxszGYlA== +b3e9a71d-4591-3732-a82d-32e2136e1dd2,2020-01-14 18:18:47.943,LylS8dTDCOeXwdRksNQeQA==,,LkKtbEKeMYHJ59jEPGZj4Q==,bevrYO0XcMCJNgtGKRsRQA== +c5d3476c-98a6-36ee-a43b-a49891393e08,2020-01-14 18:18:47.945,LylS8dTDCOeXwdRksNQeQA==,,LkKtbEKeMYHJ59jEPGZj4Q==,bevrYO0XcMCJNgtGKRsRQA== +284f0959-6566-3ad2-b1c1-fbdea0c8fcca,2020-01-14 18:18:47.944,LylS8dTDCOeXwdRksNQeQA==,,LkKtbEKeMYHJ59jEPGZj4Q==,bevrYO0XcMCJNgtGKRsRQA== +ea986494-6c71-3bd1-813b-2387b9a812e5,2020-01-14 18:17:56.166,Y+HNnHPslPFbBrKnD2qqDg==,,LkKtbEKeMYHJ59jEPGZj4Q==,TvO3cedQ5Z9kwnmSj1WQjw== +c0bee651-b2cb-3075-ac8d-2174c466ea61,2020-01-14 18:19:16.971,LylS8dTDCOeXwdRksNQeQA==,,duj+eZjN3RvPn4PpYx6L4w==,coOxOS5Sgl9bg/Hexi3nAg== +71c9adb8-a7c4-374d-bca8-d6022a025351,2020-01-14 18:19:16.971,LylS8dTDCOeXwdRksNQeQA==,,duj+eZjN3RvPn4PpYx6L4w==,coOxOS5Sgl9bg/Hexi3nAg== +198139ee-4de5-3809-b724-7c4a93c69dec,2020-01-14 18:17:57.103,T/594312FW9nHssNPJQJ+w==,,duj+eZjN3RvPn4PpYx6L4w==,LWie8tFxoL5N3kijhJoDwQ== +7bbc19a8-2f04-3c2d-bc85-ad3076300e68,2020-01-14 18:17:57.106,T/594312FW9nHssNPJQJ+w==,,duj+eZjN3RvPn4PpYx6L4w==,LWie8tFxoL5N3kijhJoDwQ== +9933e8e8-a0e5-3b2b-9ef1-b3286d4be375,2020-01-14 18:19:16.966,T/594312FW9nHssNPJQJ+w==,,duj+eZjN3RvPn4PpYx6L4w==,LWie8tFxoL5N3kijhJoDwQ== +49fbc95a-b91a-3279-b97d-87dc4584d192,2020-01-14 18:19:16.970,T/594312FW9nHssNPJQJ+w==,,duj+eZjN3RvPn4PpYx6L4w==,LWie8tFxoL5N3kijhJoDwQ== +5fc429a9-cea9-3347-8bde-d9be23f12cb6,2020-01-14 18:19:16.966,T/594312FW9nHssNPJQJ+w==,,duj+eZjN3RvPn4PpYx6L4w==,LWie8tFxoL5N3kijhJoDwQ== +a8a3c778-e27b-38e1-bda3-36d4c46150f1,2020-01-14 18:17:57.490,T/594312FW9nHssNPJQJ+w==,,duj+eZjN3RvPn4PpYx6L4w==,LWie8tFxoL5N3kijhJoDwQ== +45dd0863-3972-3a91-b604-04451391fb34,2020-01-14 18:18:39.391,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== +9aede68a-3f63-3948-8b10-4aa4578f90d2,2020-01-14 18:18:39.393,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== +55ae827f-15e3-3425-9dbf-1e487904ab1a,2020-01-14 18:18:39.396,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== +2f6fe21a-817e-39c2-bee3-bc193c6b5f11,2020-01-14 18:18:39.395,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== +add30eba-8808-3797-985b-3d9b796657ec,2020-01-14 18:18:39.390,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== +314e5301-3f7b-3060-a6d0-ae352d3e5a35,2020-01-14 18:18:39.394,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== +40843ccc-73d1-3c2c-94d0-8ca8ae488934,2020-01-14 18:19:15.719,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== +e386c573-7d00-3bdf-992b-e7cd291ad276,2020-01-14 18:18:39.392,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== +627bbdbe-309b-3bba-94c3-ed271828d79e,2020-01-14 18:18:39.393,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== +01440454-dd1f-38c3-a492-fda22c63f6cd,2020-01-14 18:18:39.390,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== +eaf55aeb-e030-388b-aeed-c48578dfcb7a,2020-01-14 18:18:39.394,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,Ws7FWR5JKC2YjbNkKkKyyQ== +37e90729-d5e3-341e-abf5-2b70faac26c4,2020-01-14 18:18:39.775,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +cd600e1b-e93f-3961-9b70-c7a09b911df8,2020-01-14 18:20:00.018,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +27547d3d-54d6-31f8-ba1b-a6c3814efba3,2020-01-14 18:20:11.688,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +558b0025-7916-3d12-9179-47557e027630,2020-01-14 18:18:39.775,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +df713af4-2237-3c54-873a-c8be5217367b,2020-01-14 18:20:55.185,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +221dc9bf-5237-30c4-95d7-b796095d0684,2020-01-14 18:18:13.553,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +2953dfb5-7766-3ff7-b805-5b20936dc0e7,2020-01-14 18:18:58.317,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +0091e92d-e991-330f-ac9e-87dbc6797ff9,2020-01-14 18:20:54.609,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +394790c2-8d5e-37cb-b045-44d2544c1cd1,2020-01-14 18:18:35.541,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +5c95d7a5-cb9f-3b67-b5c3-ba300acb71d1,2020-01-14 18:20:54.610,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +1b699164-cc9c-3953-b49b-40c253ccdac4,2020-01-14 18:19:49.286,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +e1db5de4-8eb5-3b08-abc1-a4ebf18fd989,2020-01-14 18:18:32.710,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +bdd859da-3f03-36be-8002-b32feb50c18d,2020-01-14 18:20:54.610,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +ec91feaa-d745-3457-b881-309739d0d4f8,2020-01-14 18:18:35.541,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +7e4aee65-3cce-3c68-8c40-cebf0b3ed75a,2020-01-14 18:19:16.104,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +8094087a-07fa-3f14-9613-9d28c28e7623,2020-01-14 18:18:32.702,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +5e89c409-2148-3018-987f-0a4eb75fbede,2020-01-14 18:19:47.668,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +9a4247f8-96c0-325f-be45-6ece19c64096,2020-01-14 18:18:13.553,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +72ae0216-cf29-376e-8de3-9ad3c8f37dd5,2020-01-14 18:20:54.609,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +94f04f55-ae02-34b8-862f-81885afe7d5f,2020-01-14 18:20:00.018,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +24cf44a0-8108-3d3d-a610-7a755cf16ffd,2020-01-14 18:18:58.319,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +5e0b9784-2823-3866-b04b-e1869fffc28c,2020-01-14 18:20:54.609,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +4d86d9ea-9fc7-39ce-a355-1273afb52d16,2020-01-14 18:18:32.700,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +0b1e485c-f815-34fb-a051-2166f809b17d,2020-01-14 18:18:58.318,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +e49912bd-8d9d-325a-92b8-e2287e80c766,2020-01-14 18:20:54.610,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +b7b2ab73-855f-3775-b3ec-1768cacf063d,2020-01-14 18:20:54.610,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +eba61b75-8a15-3282-8879-8d551452690d,2020-01-14 18:20:54.609,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +36582bb0-e491-311e-ad44-cdc5217dfa98,2020-01-14 18:20:54.932,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +f1955407-d898-3efa-9db0-91de460c86a4,2020-01-14 18:20:00.017,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +a3add427-8bc7-336c-b5cd-1a5a56a27043,2020-01-14 18:19:49.285,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +44c02d7a-d6bd-341d-b9c1-73606acd4d4f,2020-01-14 18:19:40.631,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,SlPHKhnR4kd8ZOgxszGYlA== +37d97bdf-61ae-37e2-a4a3-f34ea6e9a6c8,2020-01-14 18:20:12.001,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,2JOH0rKFNIcJGJtvJQ0jEw== +8d3a049c-baa8-31c5-8611-1af1c7f1c3ad,2020-01-14 18:19:49.290,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,bevrYO0XcMCJNgtGKRsRQA== +ab483b5b-8b4e-3198-abc4-ed625522ab6a,2020-01-14 18:19:49.290,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,bevrYO0XcMCJNgtGKRsRQA== +a03eb9e5-6788-390c-af38-71d71dedf569,2020-01-14 18:20:11.352,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,FhHVpPtwQAPTebQlBTXHSg== +380a1b9d-cd6c-316d-812e-a8afb9a6988f,2020-01-14 18:20:52.005,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,FhHVpPtwQAPTebQlBTXHSg== +7fadc0e0-0ea1-3572-b2ca-7edb45b20f5e,2020-01-14 18:20:52.005,LylS8dTDCOeXwdRksNQeQA==,,8A+t+1y7scUIKVy+NElZXQ==,FhHVpPtwQAPTebQlBTXHSg== diff --git a/integration_tests/seeds/email_event_open_data.csv b/integration_tests/seeds/email_event_open_data.csv index d106d72..e993ee7 100644 --- a/integration_tests/seeds/email_event_open_data.csv +++ b/integration_tests/seeds/email_event_open_data.csv @@ -1,101 +1,101 @@ id,_fivetran_synced,duration,browser,ip_address,location,user_agent -339374bb-c409-383f-9b0d-c6023dfbf80a,2020-01-14 18:18:47.198 UTC,27004,T/594312FW9nHssNPJQJ+w==,,VOYo5Ol8Nc6Q++48fCikyw==,bXpUTzb+PMqPwL4b55mHLw== -7715574a-ff39-3f9f-8202-dcaadb8c8959,2020-01-14 18:20:28.961 UTC,29369,Y+HNnHPslPFbBrKnD2qqDg==,,VOYo5Ol8Nc6Q++48fCikyw==,LDqDtwKYBdgqyNu7M1ssXQ== -b2051889-8af8-3a77-a90d-951fd95ea0f2,2020-02-15 21:25:43.658 UTC,15301,Y+HNnHPslPFbBrKnD2qqDg==,,VOYo5Ol8Nc6Q++48fCikyw==,jeTrHYk7wmy8/Yb3wFc3Cg== -2fb0e225-72df-35f1-8adb-1fe76f9cc871,2020-02-15 21:25:43.657 UTC,26777,Y+HNnHPslPFbBrKnD2qqDg==,,VOYo5Ol8Nc6Q++48fCikyw==,jeTrHYk7wmy8/Yb3wFc3Cg== -6adf37af-d3b9-38f0-a53e-7f275dd3b396,2020-03-04 12:56:10.107 UTC,79238,Y+HNnHPslPFbBrKnD2qqDg==,,VOYo5Ol8Nc6Q++48fCikyw==,jeTrHYk7wmy8/Yb3wFc3Cg== -89a0cab6-21fc-3e30-b265-907723b6d430,2020-01-14 18:19:27.304 UTC,27599,LylS8dTDCOeXwdRksNQeQA==,,ihXpurvlzVxLdtRKQ/EpZQ==,7SRMUcFPsvHD1cR5suTDTQ== -0c17cc15-55bc-3b7c-a832-cb2d5fc754ad,2020-02-20 15:45:51.034 UTC,26970,LylS8dTDCOeXwdRksNQeQA==,,Q9JFtIENpUsI5HofetF7cg==,PYjpW1lx5GSnCE0zuyEyKw== -a61c96b7-5e4a-3561-b1b5-6c699796f130,2020-02-18 23:40:44.689 UTC,17622,LylS8dTDCOeXwdRksNQeQA==,,Q9JFtIENpUsI5HofetF7cg==,PYjpW1lx5GSnCE0zuyEyKw== -860252d1-091c-3fe4-ae20-4fb8c23ac899,2020-02-21 13:05:51.306 UTC,20691,LylS8dTDCOeXwdRksNQeQA==,,Q9JFtIENpUsI5HofetF7cg==,PYjpW1lx5GSnCE0zuyEyKw== -9ce6e361-a031-3cc1-8528-e6bd4275c61a,2020-02-18 23:45:49.585 UTC,26358,LylS8dTDCOeXwdRksNQeQA==,,Q9JFtIENpUsI5HofetF7cg==,PYjpW1lx5GSnCE0zuyEyKw== -3bb90d0d-9c4f-3863-b2ea-4e9ebddfacf7,2020-01-14 18:17:08.084 UTC,15528,Y+HNnHPslPFbBrKnD2qqDg==,,Q9JFtIENpUsI5HofetF7cg==,LDqDtwKYBdgqyNu7M1ssXQ== -836ea077-8996-3fe2-8c09-ebe0d5e3264d,2020-01-14 18:14:47.270 UTC,27232,Y+HNnHPslPFbBrKnD2qqDg==,,Q9JFtIENpUsI5HofetF7cg==,5n6gym8kLwQyChQ/8jXiXg== -0a2f4b9a-8a89-3395-93f4-403c5a65aec3,2020-01-14 18:14:47.271 UTC,27224,Y+HNnHPslPFbBrKnD2qqDg==,,Q9JFtIENpUsI5HofetF7cg==,5n6gym8kLwQyChQ/8jXiXg== -f602a73f-53a8-3836-aaca-3f88d41de400,2020-01-14 18:14:47.271 UTC,27400,Y+HNnHPslPFbBrKnD2qqDg==,,Q9JFtIENpUsI5HofetF7cg==,5n6gym8kLwQyChQ/8jXiXg== -7bcc753f-04ee-3fa8-a665-381fe75c8bc9,2020-01-14 18:17:12.197 UTC,10221,Y+HNnHPslPFbBrKnD2qqDg==,,ZblAkb743WIgqmuBXWIIKg==,H3ta45Nz/H21NaRLwhaRAw== -a76186cf-ce51-3825-b1d3-6abddb1c887a,2020-01-14 18:17:11.956 UTC,26887,Y+HNnHPslPFbBrKnD2qqDg==,,ZblAkb743WIgqmuBXWIIKg==,H3ta45Nz/H21NaRLwhaRAw== -5a2e8bc2-71bc-3abc-9e7d-1dc475ac8e67,2020-01-14 18:17:11.956 UTC,25804,Y+HNnHPslPFbBrKnD2qqDg==,,ZblAkb743WIgqmuBXWIIKg==,H3ta45Nz/H21NaRLwhaRAw== -ddb0e647-0341-3c38-aa6a-a8a0e1ee4790,2020-01-14 18:20:54.012 UTC,27306,T/594312FW9nHssNPJQJ+w==,,g1p/XvXK+73gQn2czgz4cw==,bXpUTzb+PMqPwL4b55mHLw== -bce0572d-c977-35ec-a642-9f301fa6ecb3,2020-01-14 18:20:11.976 UTC,26865,T/594312FW9nHssNPJQJ+w==,,g1p/XvXK+73gQn2czgz4cw==,bXpUTzb+PMqPwL4b55mHLw== -09f22cbe-0e8f-3d8e-b4ff-3cdf593bf151,2020-01-14 18:19:39.480 UTC,27448,Y+HNnHPslPFbBrKnD2qqDg==,,g1p/XvXK+73gQn2czgz4cw==,TvO3cedQ5Z9kwnmSj1WQjw== -cc664e13-6924-34e2-a6e0-ec465259e8ef,2020-01-14 18:17:44.269 UTC,29708,Y+HNnHPslPFbBrKnD2qqDg==,,g1p/XvXK+73gQn2czgz4cw==,TvO3cedQ5Z9kwnmSj1WQjw== -21ee0eff-ea79-3ceb-89dc-c6905a13a471,2020-01-14 18:14:39.433 UTC,28282,Y+HNnHPslPFbBrKnD2qqDg==,,5CjO6kB4MzT79CX2u6mhbQ==,nciTDMXLoaHy8FRC+VHIBg== -c3f9874b-cf88-3482-9e35-01c8407e24ea,2020-01-14 18:18:35.903 UTC,10815,LylS8dTDCOeXwdRksNQeQA==,,yhMbJlNpX4KchRveJTm8Rg==,XsLgIDR6aeGNINFdPkVKXQ== -5a89e4ad-32e8-32d3-86e6-7f7c442b0c38,2020-01-16 02:15:40.990 UTC,17822,LylS8dTDCOeXwdRksNQeQA==,,6r9zlIOmzE5cpfjcGuXBDg==,Ws7FWR5JKC2YjbNkKkKyyQ== -97ac99d0-c693-3491-b6c5-b1c09dadc005,2020-01-16 02:15:40.989 UTC,30006,LylS8dTDCOeXwdRksNQeQA==,,6r9zlIOmzE5cpfjcGuXBDg==,Ws7FWR5JKC2YjbNkKkKyyQ== -aa22e68f-5774-314b-92ae-4bdeaf05f094,2020-01-16 02:15:57.496 UTC,24391,LylS8dTDCOeXwdRksNQeQA==,,6r9zlIOmzE5cpfjcGuXBDg==,Ws7FWR5JKC2YjbNkKkKyyQ== -6c9e761f-9777-35c4-8799-51556c23a38f,2020-01-14 18:17:23.564 UTC,28074,Y+HNnHPslPFbBrKnD2qqDg==,,Iy0j2MCpiUx5cd7jcD+XEw==,nciTDMXLoaHy8FRC+VHIBg== -e6d03e23-12ea-3784-889d-31182ef41a36,2020-01-14 18:18:44.852 UTC,32544,T/594312FW9nHssNPJQJ+w==,,sr8Kkn3GbypTymrUpajpBw==,bXpUTzb+PMqPwL4b55mHLw== -519f8e1c-4f02-3c68-9240-f2e4e7cdf0c5,2020-03-04 13:05:53.186 UTC,12748,Y+HNnHPslPFbBrKnD2qqDg==,,W89PUvg2NSOUkIjunqif1g==,jeTrHYk7wmy8/Yb3wFc3Cg== -8e03cc9f-8f05-3d0b-b97a-890f57a2eb22,2020-01-14 18:20:07.868 UTC,15367,os6eRN5AcoGkOKbdt1bdkg==,,x9Bk4DNpom2kYr0jn+aQew==,8nE90nXEgu2vhCThJiAs7A== -e7482cb4-c407-3bc3-bcae-2e20b95c044e,2020-02-11 14:30:36.635 UTC,18245,Y+HNnHPslPFbBrKnD2qqDg==,,sySwDpf9jwUUze/dfYfLMg==,jeTrHYk7wmy8/Yb3wFc3Cg== -6be74eed-69e9-3172-9a1e-d972d1862937,2020-05-20 16:01:49.849 UTC,29138,Y+HNnHPslPFbBrKnD2qqDg==,,iEDDeEoiPoWHpRcR/kldrw==,fWLkIL+44ciBarHkYHcJkw== -1bb31ce7-1334-346e-83a5-9b1b895a4003,2020-05-14 23:40:36.064 UTC,23334,Y+HNnHPslPFbBrKnD2qqDg==,,iEDDeEoiPoWHpRcR/kldrw==,fWLkIL+44ciBarHkYHcJkw== -23fcbb72-e3c0-319e-8258-c607048f3d53,2020-01-28 22:49:03.167 UTC,111557,Y+HNnHPslPFbBrKnD2qqDg==,,oC0JpVkkjlOa6uAGcvvWLA==,vsPpN6RYaFe5wuvD6GSTjQ== -63123386-a950-33a4-8062-95fc7808ccfc,2020-01-28 22:49:03.167 UTC,4649,Y+HNnHPslPFbBrKnD2qqDg==,,oC0JpVkkjlOa6uAGcvvWLA==,vsPpN6RYaFe5wuvD6GSTjQ== -92b2bca9-66f7-3dde-8f94-5ae9a2d9bb2d,2020-01-14 18:16:35.632 UTC,22858,os6eRN5AcoGkOKbdt1bdkg==,,oC0JpVkkjlOa6uAGcvvWLA==,juzyIPWc7mxI6kTtWaNMFg== -e1893d8c-efd9-3820-aab0-fadc751b4e8b,2020-01-14 18:15:45.850 UTC,0,Y+HNnHPslPFbBrKnD2qqDg==,,w7ASs1LsqMU1MuBiYllPaw==,5n6gym8kLwQyChQ/8jXiXg== -43e2cee2-42ab-3cbd-b68e-530e13ed9857,2020-01-14 18:15:45.850 UTC,11874,Y+HNnHPslPFbBrKnD2qqDg==,,w7ASs1LsqMU1MuBiYllPaw==,5n6gym8kLwQyChQ/8jXiXg== -367791d6-eda1-395a-a729-29ebdf96bab4,2020-01-14 18:15:45.850 UTC,0,Y+HNnHPslPFbBrKnD2qqDg==,,w7ASs1LsqMU1MuBiYllPaw==,5n6gym8kLwQyChQ/8jXiXg== -4d536240-055e-3a9b-a579-8a4404bd8b2f,2020-01-30 22:25:42.863 UTC,15327,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -69e474e0-aeb6-3ad1-9951-f34149307814,2020-01-29 18:45:43.588 UTC,15309,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -9dcee802-9865-34dd-b907-fab458ab9212,2020-02-01 16:35:39.362 UTC,15280,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -22de79be-dbd2-3571-9b9f-e4d8b4b573b6,2020-02-02 12:20:40.439 UTC,15266,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -3018c4c1-eb5d-31ec-8f23-c385a464931f,2020-01-29 04:55:44.627 UTC,15391,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -048a345e-b4a1-3ec8-abd5-9f0138dcd30e,2020-02-03 13:00:38.191 UTC,12058,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -8c0ed06c-653e-3489-92ee-4be671de5a3b,2020-01-29 05:10:38.501 UTC,15520,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -6cf832f5-994f-3c33-a72e-6c94a954c473,2020-02-05 19:25:45.509 UTC,15413,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -d5f1581b-466b-3c52-abb1-43ebf18323e8,2020-01-31 14:15:57.937 UTC,15438,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -f5b44146-f907-382f-bbdb-9fe2e1376844,2020-01-29 05:16:01.492 UTC,15414,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -8599f7f0-a23b-3027-9693-a2826cec9aee,2020-02-14 15:36:56.649 UTC,3137,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -9274153d-7b8c-34a0-8290-5cc567e01b81,2020-02-14 03:10:34.072 UTC,15052,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -1a224a0c-f7a7-3fc7-a5fe-f26cb47cb7fa,2020-02-06 01:30:43.352 UTC,15520,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -2eb6cf88-06d6-3579-9ee8-142c6eac39df,2020-02-14 18:40:40.709 UTC,15183,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -00c01e6d-c5c1-3b2e-a29c-3e620fe50489,2020-02-06 00:00:32.388 UTC,15213,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -1df7022e-0a2a-3b92-99d0-22dc63dedabf,2020-01-29 03:55:59.350 UTC,15119,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -9715b7c9-3b95-3a46-bda8-6bc1fac4db1d,2020-02-14 18:20:39.597 UTC,15235,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -ecb5bcbf-3125-3fda-be23-bbc2092cc638,2020-01-29 05:21:00.162 UTC,15095,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -1e7b68ef-7434-3aff-977e-72bbb4227b69,2020-02-05 23:00:33.233 UTC,2078,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -ade01ce9-993f-3ac3-926c-3284a0464eef,2020-02-14 20:15:35.537 UTC,15142,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -9fd02eb4-e257-3c29-8671-f71ca978f7e5,2020-01-31 22:25:33.754 UTC,15181,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -e7fe631a-3fe9-3519-90f5-452866d7116c,2020-02-06 00:00:32.390 UTC,15338,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -eece9223-5e1f-3276-bf13-da89aca8af2f,2020-01-31 23:00:41.594 UTC,15296,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -7f52a07d-0eda-3e75-9281-fe5cde1de131,2020-02-05 19:15:37.197 UTC,15498,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -336f970b-7680-37b4-b700-f352052f2fc3,2020-01-29 05:00:54.756 UTC,15235,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -93f14bf3-9a30-332e-b33c-5727c1086872,2020-01-31 22:25:33.754 UTC,15223,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -5782355a-2953-3218-9ea6-cb2d3ddf5279,2020-02-03 21:26:03.280 UTC,15431,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -2af0abd1-38f0-3d0f-9c73-e5f62a8b22ee,2020-02-06 00:00:32.389 UTC,15088,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -57a3d71c-3feb-3c92-8855-8920a0c894ff,2020-01-31 16:20:46.432 UTC,15283,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -9887da70-2ca2-3a89-a40d-07c9d57b5455,2020-02-05 19:36:44.250 UTC,4452,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -7a6450b7-7dd9-35b4-9ecf-fc78614d43a6,2020-01-29 11:15:49.914 UTC,15179,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -efa2888a-dbd4-33bb-8f7c-8aa073aa5291,2020-02-03 14:35:41.040 UTC,3209,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -a76cd15d-a172-3444-b2be-015390bbd2de,2020-01-31 16:16:06.393 UTC,22206,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -a59b3ba6-ee4e-327a-a563-3e06e0556482,2020-02-03 19:50:44.653 UTC,1000,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -9b3f708b-f11f-383e-bb3f-86cad5e08c6d,2020-02-05 19:36:44.250 UTC,15286,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -dd35c55c-b836-3a4e-b70c-97f7cf9658ac,2020-01-31 16:20:41.578 UTC,15272,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -51ff7b4b-64a2-3ac9-a589-7f841b556f7d,2020-01-31 20:16:05.808 UTC,15210,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -f7d897bd-92a2-3fdd-884c-431f46532f48,2020-02-01 20:40:40.867 UTC,15305,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -ec0b7890-8630-3d43-8350-145c3bf07661,2020-02-05 20:00:45.456 UTC,15423,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -83ec8180-619b-3ec9-ab09-4946023da8af,2020-01-28 22:48:51.356 UTC,15492,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -aa8021d6-ba65-36d0-a424-af070d0aa8ce,2020-02-05 22:45:33.751 UTC,15210,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -d7a8799d-b020-365e-ada6-ddc626da13bd,2020-01-29 00:55:56.065 UTC,15327,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -61b2c197-a6ac-30dd-8c2d-db8e83d12f27,2020-02-05 21:40:44.774 UTC,15371,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -b6957388-7d38-34fe-8102-e9e227089f4c,2020-02-13 16:15:49.229 UTC,15291,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -297f7936-0493-3675-ab34-1b3e4e81bf60,2020-02-03 17:01:05.352 UTC,15349,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -090efe44-c3a6-3a23-99f4-ee0d8aa8c285,2020-01-29 10:30:44.451 UTC,15087,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -ffd7ff30-48d9-39da-a6bf-3b493ad8047b,2020-02-05 19:21:47.872 UTC,8825,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -3e788e79-23ed-35b1-81e0-c4e1b5ef810f,2020-01-29 05:15:39.585 UTC,15346,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -50772ba4-ce40-3091-a812-3b6cfb0ccfc7,2020-02-06 04:40:32.683 UTC,15485,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -a7505751-afef-3b85-a099-5a0910b8792d,2020-02-03 21:05:59.938 UTC,15268,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -d48f2c0d-cf6b-3734-a774-4f7e63752609,2020-02-14 00:50:46.690 UTC,15301,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -d1ed0b8b-0924-32a5-8ec5-7f0bc9cae1c4,2020-02-06 00:00:32.385 UTC,6742,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -b49b8e96-021d-3964-8705-c872f3f6f492,2020-02-03 19:40:45.900 UTC,13772,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -3001e240-a5f8-39b2-979c-9e4c4cc77db0,2020-01-31 12:50:41.348 UTC,15114,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -4fa3737a-5142-33a9-9b4c-5298d727223f,2020-02-14 03:05:34.210 UTC,15263,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -f4b6e1e7-5b31-3850-9394-c2ca924c25bd,2020-02-13 14:20:45.393 UTC,15381,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -4688a281-08a0-34c9-978c-a339c27533da,2020-02-04 22:20:41.997 UTC,15592,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -fda4771e-751e-303c-9cc8-f8b91227573a,2020-02-03 14:35:41.040 UTC,5523,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -ad9c9010-27d9-3f97-8ab1-0bc376c10f8f,2020-02-05 22:35:32.771 UTC,15211,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -a8441d01-1da8-38bf-9d63-254053fc8dcd,2020-02-13 17:30:33.496 UTC,15696,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== -84891629-9432-3af1-a233-0339a01eae04,2020-02-01 05:10:34.077 UTC,15277,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +339374bb-c409-383f-9b0d-c6023dfbf80a,2020-01-14 18:18:47.198,27004,T/594312FW9nHssNPJQJ+w==,,VOYo5Ol8Nc6Q++48fCikyw==,bXpUTzb+PMqPwL4b55mHLw== +7715574a-ff39-3f9f-8202-dcaadb8c8959,2020-01-14 18:20:28.961,29369,Y+HNnHPslPFbBrKnD2qqDg==,,VOYo5Ol8Nc6Q++48fCikyw==,LDqDtwKYBdgqyNu7M1ssXQ== +b2051889-8af8-3a77-a90d-951fd95ea0f2,2020-02-15 21:25:43.658,15301,Y+HNnHPslPFbBrKnD2qqDg==,,VOYo5Ol8Nc6Q++48fCikyw==,jeTrHYk7wmy8/Yb3wFc3Cg== +2fb0e225-72df-35f1-8adb-1fe76f9cc871,2020-02-15 21:25:43.657,26777,Y+HNnHPslPFbBrKnD2qqDg==,,VOYo5Ol8Nc6Q++48fCikyw==,jeTrHYk7wmy8/Yb3wFc3Cg== +6adf37af-d3b9-38f0-a53e-7f275dd3b396,2020-03-04 12:56:10.107,79238,Y+HNnHPslPFbBrKnD2qqDg==,,VOYo5Ol8Nc6Q++48fCikyw==,jeTrHYk7wmy8/Yb3wFc3Cg== +89a0cab6-21fc-3e30-b265-907723b6d430,2020-01-14 18:19:27.304,27599,LylS8dTDCOeXwdRksNQeQA==,,ihXpurvlzVxLdtRKQ/EpZQ==,7SRMUcFPsvHD1cR5suTDTQ== +0c17cc15-55bc-3b7c-a832-cb2d5fc754ad,2020-02-20 15:45:51.034,26970,LylS8dTDCOeXwdRksNQeQA==,,Q9JFtIENpUsI5HofetF7cg==,PYjpW1lx5GSnCE0zuyEyKw== +a61c96b7-5e4a-3561-b1b5-6c699796f130,2020-02-18 23:40:44.689,17622,LylS8dTDCOeXwdRksNQeQA==,,Q9JFtIENpUsI5HofetF7cg==,PYjpW1lx5GSnCE0zuyEyKw== +860252d1-091c-3fe4-ae20-4fb8c23ac899,2020-02-21 13:05:51.306,20691,LylS8dTDCOeXwdRksNQeQA==,,Q9JFtIENpUsI5HofetF7cg==,PYjpW1lx5GSnCE0zuyEyKw== +9ce6e361-a031-3cc1-8528-e6bd4275c61a,2020-02-18 23:45:49.585,26358,LylS8dTDCOeXwdRksNQeQA==,,Q9JFtIENpUsI5HofetF7cg==,PYjpW1lx5GSnCE0zuyEyKw== +3bb90d0d-9c4f-3863-b2ea-4e9ebddfacf7,2020-01-14 18:17:08.084,15528,Y+HNnHPslPFbBrKnD2qqDg==,,Q9JFtIENpUsI5HofetF7cg==,LDqDtwKYBdgqyNu7M1ssXQ== +836ea077-8996-3fe2-8c09-ebe0d5e3264d,2020-01-14 18:14:47.270,27232,Y+HNnHPslPFbBrKnD2qqDg==,,Q9JFtIENpUsI5HofetF7cg==,5n6gym8kLwQyChQ/8jXiXg== +0a2f4b9a-8a89-3395-93f4-403c5a65aec3,2020-01-14 18:14:47.271,27224,Y+HNnHPslPFbBrKnD2qqDg==,,Q9JFtIENpUsI5HofetF7cg==,5n6gym8kLwQyChQ/8jXiXg== +f602a73f-53a8-3836-aaca-3f88d41de400,2020-01-14 18:14:47.271,27400,Y+HNnHPslPFbBrKnD2qqDg==,,Q9JFtIENpUsI5HofetF7cg==,5n6gym8kLwQyChQ/8jXiXg== +7bcc753f-04ee-3fa8-a665-381fe75c8bc9,2020-01-14 18:17:12.197,10221,Y+HNnHPslPFbBrKnD2qqDg==,,ZblAkb743WIgqmuBXWIIKg==,H3ta45Nz/H21NaRLwhaRAw== +a76186cf-ce51-3825-b1d3-6abddb1c887a,2020-01-14 18:17:11.956,26887,Y+HNnHPslPFbBrKnD2qqDg==,,ZblAkb743WIgqmuBXWIIKg==,H3ta45Nz/H21NaRLwhaRAw== +5a2e8bc2-71bc-3abc-9e7d-1dc475ac8e67,2020-01-14 18:17:11.956,25804,Y+HNnHPslPFbBrKnD2qqDg==,,ZblAkb743WIgqmuBXWIIKg==,H3ta45Nz/H21NaRLwhaRAw== +ddb0e647-0341-3c38-aa6a-a8a0e1ee4790,2020-01-14 18:20:54.012,27306,T/594312FW9nHssNPJQJ+w==,,g1p/XvXK+73gQn2czgz4cw==,bXpUTzb+PMqPwL4b55mHLw== +bce0572d-c977-35ec-a642-9f301fa6ecb3,2020-01-14 18:20:11.976,26865,T/594312FW9nHssNPJQJ+w==,,g1p/XvXK+73gQn2czgz4cw==,bXpUTzb+PMqPwL4b55mHLw== +09f22cbe-0e8f-3d8e-b4ff-3cdf593bf151,2020-01-14 18:19:39.480,27448,Y+HNnHPslPFbBrKnD2qqDg==,,g1p/XvXK+73gQn2czgz4cw==,TvO3cedQ5Z9kwnmSj1WQjw== +cc664e13-6924-34e2-a6e0-ec465259e8ef,2020-01-14 18:17:44.269,29708,Y+HNnHPslPFbBrKnD2qqDg==,,g1p/XvXK+73gQn2czgz4cw==,TvO3cedQ5Z9kwnmSj1WQjw== +21ee0eff-ea79-3ceb-89dc-c6905a13a471,2020-01-14 18:14:39.433,28282,Y+HNnHPslPFbBrKnD2qqDg==,,5CjO6kB4MzT79CX2u6mhbQ==,nciTDMXLoaHy8FRC+VHIBg== +c3f9874b-cf88-3482-9e35-01c8407e24ea,2020-01-14 18:18:35.903,10815,LylS8dTDCOeXwdRksNQeQA==,,yhMbJlNpX4KchRveJTm8Rg==,XsLgIDR6aeGNINFdPkVKXQ== +5a89e4ad-32e8-32d3-86e6-7f7c442b0c38,2020-01-16 02:15:40.990,17822,LylS8dTDCOeXwdRksNQeQA==,,6r9zlIOmzE5cpfjcGuXBDg==,Ws7FWR5JKC2YjbNkKkKyyQ== +97ac99d0-c693-3491-b6c5-b1c09dadc005,2020-01-16 02:15:40.989,30006,LylS8dTDCOeXwdRksNQeQA==,,6r9zlIOmzE5cpfjcGuXBDg==,Ws7FWR5JKC2YjbNkKkKyyQ== +aa22e68f-5774-314b-92ae-4bdeaf05f094,2020-01-16 02:15:57.496,24391,LylS8dTDCOeXwdRksNQeQA==,,6r9zlIOmzE5cpfjcGuXBDg==,Ws7FWR5JKC2YjbNkKkKyyQ== +6c9e761f-9777-35c4-8799-51556c23a38f,2020-01-14 18:17:23.564,28074,Y+HNnHPslPFbBrKnD2qqDg==,,Iy0j2MCpiUx5cd7jcD+XEw==,nciTDMXLoaHy8FRC+VHIBg== +e6d03e23-12ea-3784-889d-31182ef41a36,2020-01-14 18:18:44.852,32544,T/594312FW9nHssNPJQJ+w==,,sr8Kkn3GbypTymrUpajpBw==,bXpUTzb+PMqPwL4b55mHLw== +519f8e1c-4f02-3c68-9240-f2e4e7cdf0c5,2020-03-04 13:05:53.186,12748,Y+HNnHPslPFbBrKnD2qqDg==,,W89PUvg2NSOUkIjunqif1g==,jeTrHYk7wmy8/Yb3wFc3Cg== +8e03cc9f-8f05-3d0b-b97a-890f57a2eb22,2020-01-14 18:20:07.868,15367,os6eRN5AcoGkOKbdt1bdkg==,,x9Bk4DNpom2kYr0jn+aQew==,8nE90nXEgu2vhCThJiAs7A== +e7482cb4-c407-3bc3-bcae-2e20b95c044e,2020-02-11 14:30:36.635,18245,Y+HNnHPslPFbBrKnD2qqDg==,,sySwDpf9jwUUze/dfYfLMg==,jeTrHYk7wmy8/Yb3wFc3Cg== +6be74eed-69e9-3172-9a1e-d972d1862937,2020-05-20 16:01:49.849,29138,Y+HNnHPslPFbBrKnD2qqDg==,,iEDDeEoiPoWHpRcR/kldrw==,fWLkIL+44ciBarHkYHcJkw== +1bb31ce7-1334-346e-83a5-9b1b895a4003,2020-05-14 23:40:36.064,23334,Y+HNnHPslPFbBrKnD2qqDg==,,iEDDeEoiPoWHpRcR/kldrw==,fWLkIL+44ciBarHkYHcJkw== +23fcbb72-e3c0-319e-8258-c607048f3d53,2020-01-28 22:49:03.167,111557,Y+HNnHPslPFbBrKnD2qqDg==,,oC0JpVkkjlOa6uAGcvvWLA==,vsPpN6RYaFe5wuvD6GSTjQ== +63123386-a950-33a4-8062-95fc7808ccfc,2020-01-28 22:49:03.167,4649,Y+HNnHPslPFbBrKnD2qqDg==,,oC0JpVkkjlOa6uAGcvvWLA==,vsPpN6RYaFe5wuvD6GSTjQ== +92b2bca9-66f7-3dde-8f94-5ae9a2d9bb2d,2020-01-14 18:16:35.632,22858,os6eRN5AcoGkOKbdt1bdkg==,,oC0JpVkkjlOa6uAGcvvWLA==,juzyIPWc7mxI6kTtWaNMFg== +e1893d8c-efd9-3820-aab0-fadc751b4e8b,2020-01-14 18:15:45.850,0,Y+HNnHPslPFbBrKnD2qqDg==,,w7ASs1LsqMU1MuBiYllPaw==,5n6gym8kLwQyChQ/8jXiXg== +43e2cee2-42ab-3cbd-b68e-530e13ed9857,2020-01-14 18:15:45.850,11874,Y+HNnHPslPFbBrKnD2qqDg==,,w7ASs1LsqMU1MuBiYllPaw==,5n6gym8kLwQyChQ/8jXiXg== +367791d6-eda1-395a-a729-29ebdf96bab4,2020-01-14 18:15:45.850,0,Y+HNnHPslPFbBrKnD2qqDg==,,w7ASs1LsqMU1MuBiYllPaw==,5n6gym8kLwQyChQ/8jXiXg== +4d536240-055e-3a9b-a579-8a4404bd8b2f,2020-01-30 22:25:42.863,15327,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +69e474e0-aeb6-3ad1-9951-f34149307814,2020-01-29 18:45:43.588,15309,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +9dcee802-9865-34dd-b907-fab458ab9212,2020-02-01 16:35:39.362,15280,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +22de79be-dbd2-3571-9b9f-e4d8b4b573b6,2020-02-02 12:20:40.439,15266,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +3018c4c1-eb5d-31ec-8f23-c385a464931f,2020-01-29 04:55:44.627,15391,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +048a345e-b4a1-3ec8-abd5-9f0138dcd30e,2020-02-03 13:00:38.191,12058,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +8c0ed06c-653e-3489-92ee-4be671de5a3b,2020-01-29 05:10:38.501,15520,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +6cf832f5-994f-3c33-a72e-6c94a954c473,2020-02-05 19:25:45.509,15413,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +d5f1581b-466b-3c52-abb1-43ebf18323e8,2020-01-31 14:15:57.937,15438,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +f5b44146-f907-382f-bbdb-9fe2e1376844,2020-01-29 05:16:01.492,15414,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +8599f7f0-a23b-3027-9693-a2826cec9aee,2020-02-14 15:36:56.649,3137,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +9274153d-7b8c-34a0-8290-5cc567e01b81,2020-02-14 03:10:34.072,15052,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +1a224a0c-f7a7-3fc7-a5fe-f26cb47cb7fa,2020-02-06 01:30:43.352,15520,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +2eb6cf88-06d6-3579-9ee8-142c6eac39df,2020-02-14 18:40:40.709,15183,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +00c01e6d-c5c1-3b2e-a29c-3e620fe50489,2020-02-06 00:00:32.388,15213,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +1df7022e-0a2a-3b92-99d0-22dc63dedabf,2020-01-29 03:55:59.350,15119,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +9715b7c9-3b95-3a46-bda8-6bc1fac4db1d,2020-02-14 18:20:39.597,15235,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +ecb5bcbf-3125-3fda-be23-bbc2092cc638,2020-01-29 05:21:00.162,15095,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +1e7b68ef-7434-3aff-977e-72bbb4227b69,2020-02-05 23:00:33.233,2078,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +ade01ce9-993f-3ac3-926c-3284a0464eef,2020-02-14 20:15:35.537,15142,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +9fd02eb4-e257-3c29-8671-f71ca978f7e5,2020-01-31 22:25:33.754,15181,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +e7fe631a-3fe9-3519-90f5-452866d7116c,2020-02-06 00:00:32.390,15338,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +eece9223-5e1f-3276-bf13-da89aca8af2f,2020-01-31 23:00:41.594,15296,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +7f52a07d-0eda-3e75-9281-fe5cde1de131,2020-02-05 19:15:37.197,15498,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +336f970b-7680-37b4-b700-f352052f2fc3,2020-01-29 05:00:54.756,15235,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +93f14bf3-9a30-332e-b33c-5727c1086872,2020-01-31 22:25:33.754,15223,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +5782355a-2953-3218-9ea6-cb2d3ddf5279,2020-02-03 21:26:03.280,15431,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +2af0abd1-38f0-3d0f-9c73-e5f62a8b22ee,2020-02-06 00:00:32.389,15088,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +57a3d71c-3feb-3c92-8855-8920a0c894ff,2020-01-31 16:20:46.432,15283,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +9887da70-2ca2-3a89-a40d-07c9d57b5455,2020-02-05 19:36:44.250,4452,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +7a6450b7-7dd9-35b4-9ecf-fc78614d43a6,2020-01-29 11:15:49.914,15179,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +efa2888a-dbd4-33bb-8f7c-8aa073aa5291,2020-02-03 14:35:41.040,3209,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +a76cd15d-a172-3444-b2be-015390bbd2de,2020-01-31 16:16:06.393,22206,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +a59b3ba6-ee4e-327a-a563-3e06e0556482,2020-02-03 19:50:44.653,1000,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +9b3f708b-f11f-383e-bb3f-86cad5e08c6d,2020-02-05 19:36:44.250,15286,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +dd35c55c-b836-3a4e-b70c-97f7cf9658ac,2020-01-31 16:20:41.578,15272,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +51ff7b4b-64a2-3ac9-a589-7f841b556f7d,2020-01-31 20:16:05.808,15210,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +f7d897bd-92a2-3fdd-884c-431f46532f48,2020-02-01 20:40:40.867,15305,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +ec0b7890-8630-3d43-8350-145c3bf07661,2020-02-05 20:00:45.456,15423,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +83ec8180-619b-3ec9-ab09-4946023da8af,2020-01-28 22:48:51.356,15492,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +aa8021d6-ba65-36d0-a424-af070d0aa8ce,2020-02-05 22:45:33.751,15210,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +d7a8799d-b020-365e-ada6-ddc626da13bd,2020-01-29 00:55:56.065,15327,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +61b2c197-a6ac-30dd-8c2d-db8e83d12f27,2020-02-05 21:40:44.774,15371,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +b6957388-7d38-34fe-8102-e9e227089f4c,2020-02-13 16:15:49.229,15291,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +297f7936-0493-3675-ab34-1b3e4e81bf60,2020-02-03 17:01:05.352,15349,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +090efe44-c3a6-3a23-99f4-ee0d8aa8c285,2020-01-29 10:30:44.451,15087,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +ffd7ff30-48d9-39da-a6bf-3b493ad8047b,2020-02-05 19:21:47.872,8825,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +3e788e79-23ed-35b1-81e0-c4e1b5ef810f,2020-01-29 05:15:39.585,15346,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +50772ba4-ce40-3091-a812-3b6cfb0ccfc7,2020-02-06 04:40:32.683,15485,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +a7505751-afef-3b85-a099-5a0910b8792d,2020-02-03 21:05:59.938,15268,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +d48f2c0d-cf6b-3734-a774-4f7e63752609,2020-02-14 00:50:46.690,15301,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +d1ed0b8b-0924-32a5-8ec5-7f0bc9cae1c4,2020-02-06 00:00:32.385,6742,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +b49b8e96-021d-3964-8705-c872f3f6f492,2020-02-03 19:40:45.900,13772,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +3001e240-a5f8-39b2-979c-9e4c4cc77db0,2020-01-31 12:50:41.348,15114,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +4fa3737a-5142-33a9-9b4c-5298d727223f,2020-02-14 03:05:34.210,15263,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +f4b6e1e7-5b31-3850-9394-c2ca924c25bd,2020-02-13 14:20:45.393,15381,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +4688a281-08a0-34c9-978c-a339c27533da,2020-02-04 22:20:41.997,15592,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +fda4771e-751e-303c-9cc8-f8b91227573a,2020-02-03 14:35:41.040,5523,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +ad9c9010-27d9-3f97-8ab1-0bc376c10f8f,2020-02-05 22:35:32.771,15211,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +a8441d01-1da8-38bf-9d63-254053fc8dcd,2020-02-13 17:30:33.496,15696,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== +84891629-9432-3af1-a233-0339a01eae04,2020-02-01 05:10:34.077,15277,koQi7SWQaDjrnyNIeNA6Kg==,,AtP8vcsOL2v9oAqaqoXW1w==,1B2M2Y8AsgTpgAmY7PhCfg== diff --git a/integration_tests/seeds/email_event_print_data.csv b/integration_tests/seeds/email_event_print_data.csv index ba23721..6a75fff 100644 --- a/integration_tests/seeds/email_event_print_data.csv +++ b/integration_tests/seeds/email_event_print_data.csv @@ -1,6 +1,6 @@ id,_fivetran_synced,browser,ip_address,location,user_agent -f06b9b93-0422-3eac-8e8f-0c627e9dca50,2020-01-14 18:20:51.988 UTC,LylS8dTDCOeXwdRksNQeQA==,,4p51viTPWbTnYDtHkQabSg==,7SRMUcFPsvHD1cR5suTDTQ== -a2256648-b706-321e-be8f-e4323d2f27da,2020-01-14 18:17:46.579 UTC,1sqfNC5CnBa6jjTzI0WAyA==,,+OZuI7StdyPiFou5nekXVA==,F/PSYYLZ/nUgZ8hsALJJ/Q== -a2120b4a-72ec-3543-9aca-455370f7e915,2020-01-14 18:18:19.279 UTC,1sqfNC5CnBa6jjTzI0WAyA==,,g7hRcrhMWH0PNQ9PvAc5pg==,F/PSYYLZ/nUgZ8hsALJJ/Q== -542aeeac-f2d0-3684-8c13-aafbd3c7a67d,2020-01-14 18:18:13.887 UTC,1sqfNC5CnBa6jjTzI0WAyA==,,+HL7nFuXxVCcaUEODDftcA==,F/PSYYLZ/nUgZ8hsALJJ/Q== -4a0025d7-be90-3337-912a-a4f619bf27bf,2020-01-14 18:18:12.071 UTC,1sqfNC5CnBa6jjTzI0WAyA==,,+OZuI7StdyPiFou5nekXVA==,F/PSYYLZ/nUgZ8hsALJJ/Q== +f06b9b93-0422-3eac-8e8f-0c627e9dca50,2020-01-14 18:20:51.988,LylS8dTDCOeXwdRksNQeQA==,,4p51viTPWbTnYDtHkQabSg==,7SRMUcFPsvHD1cR5suTDTQ== +a2256648-b706-321e-be8f-e4323d2f27da,2020-01-14 18:17:46.579,1sqfNC5CnBa6jjTzI0WAyA==,,+OZuI7StdyPiFou5nekXVA==,F/PSYYLZ/nUgZ8hsALJJ/Q== +a2120b4a-72ec-3543-9aca-455370f7e915,2020-01-14 18:18:19.279,1sqfNC5CnBa6jjTzI0WAyA==,,g7hRcrhMWH0PNQ9PvAc5pg==,F/PSYYLZ/nUgZ8hsALJJ/Q== +542aeeac-f2d0-3684-8c13-aafbd3c7a67d,2020-01-14 18:18:13.887,1sqfNC5CnBa6jjTzI0WAyA==,,+HL7nFuXxVCcaUEODDftcA==,F/PSYYLZ/nUgZ8hsALJJ/Q== +4a0025d7-be90-3337-912a-a4f619bf27bf,2020-01-14 18:18:12.071,1sqfNC5CnBa6jjTzI0WAyA==,,+OZuI7StdyPiFou5nekXVA==,F/PSYYLZ/nUgZ8hsALJJ/Q== diff --git a/integration_tests/seeds/email_event_sent_data.csv b/integration_tests/seeds/email_event_sent_data.csv index ff23280..da65dea 100644 --- a/integration_tests/seeds/email_event_sent_data.csv +++ b/integration_tests/seeds/email_event_sent_data.csv @@ -1,101 +1,101 @@ id,_fivetran_synced,bcc,cc,from,reply_to,subject -6a36403b-e520-4e45-8957-1dfd466facdf,2020-06-01 15:25:50.638 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -2a95aedc-908d-4361-85c9-c18ae6dc68e2,2020-06-01 15:25:50.643 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -e74e4ea3-34e2-4712-a68b-e54cd4b6cb5a,2020-06-01 15:25:50.641 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -f0a98a9d-ca4c-4412-b975-7eafe1f37a04,2020-06-01 15:25:50.639 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -a342cb0e-73c1-49fd-aba3-aa4d73f06f22,2020-06-01 15:25:50.643 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -9af4f1e4-9818-4d0f-9f74-786f8f0c4982,2020-06-01 15:25:50.620 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -a9c2de69-3760-4b1e-8827-8d5c20f106e9,2020-06-01 15:25:50.638 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -33e95670-36e8-4062-84ac-1eacf199f23d,2020-06-01 15:25:50.621 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -422d040f-df75-4df5-9172-858e5a116c12,2020-06-01 15:25:50.629 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -daa029dc-6c12-4339-86a9-90531583d956,2020-06-01 15:25:50.646 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -d92ee122-882a-4682-afe1-862898c38d88,2020-06-01 15:25:50.634 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -ff88b152-fd46-4a0b-ae18-86f157c00164,2020-06-01 15:25:50.632 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -b176a69c-8be8-4564-bb80-6a1f1967c9c5,2020-06-01 15:25:50.630 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -047624b4-acf8-4d39-aff4-2f1538268a6c,2020-06-01 15:25:50.629 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -01526a9c-66b9-4ee4-b6e8-e6ad46027597,2020-06-01 15:25:50.645 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -0f3efa8a-3635-4df6-b7c8-1b1f42dd4b9c,2020-06-01 15:25:50.642 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -ab3d578b-6f4f-4dce-a47b-06a5d7912cc9,2020-06-01 15:25:50.641 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -9de22332-ddc9-4bf6-b51d-8c168c4c544a,2020-06-01 15:25:50.636 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -686c5d99-b446-447e-a89c-2b7970dae58d,2020-06-01 15:25:50.635 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -9a326d19-5df0-4fc8-8550-a2dcaecc3817,2020-06-01 15:25:50.645 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -f5cc780d-2851-4cb8-807b-6d8fc5b1974b,2020-06-01 15:25:50.637 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -c6451716-78a3-40e7-8852-7a9831bbd21f,2020-06-01 15:25:50.635 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -181e468f-43b5-4915-8b59-382f5eed6844,2020-06-01 15:25:50.646 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -cfec3568-084d-416e-bdce-98310e647a96,2020-06-01 15:25:50.631 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -c30a828a-6f62-4b68-a748-f49a5bf10945,2020-06-01 15:25:50.644 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -1393b5aa-292c-4397-95e1-076498af33eb,2020-06-01 15:25:50.635 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -381278e0-7a60-4caa-8f6b-d1964d30da72,2020-06-01 15:25:50.643 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -0c1155ef-070a-4235-b9d4-2e67631d29d0,2020-06-01 15:25:50.640 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -469f62bd-fad9-4bea-b604-2f16fa5bc7b5,2020-06-01 15:25:50.638 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -247cd3b8-23fe-4b78-9518-3601039f5ad1,2020-06-01 15:25:50.632 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -05706f53-5047-4116-acbd-b8ba516ecb7f,2020-06-01 15:25:50.638 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -01240a0a-45c6-4d02-8843-f8b389c0213d,2020-06-01 15:25:50.645 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -05d7b549-3868-41c4-b4d9-83feefcaf8d2,2020-06-01 15:25:50.623 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -5af42dbe-d161-41e4-9b45-5e0f02fd368a,2020-06-01 15:25:50.643 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -8d4afbef-2e4a-455f-b044-b2a8e80c9521,2020-06-01 15:25:50.619 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -461a3e69-8787-4e6b-9460-27ccaaa3fe44,2020-06-01 15:25:50.640 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -99d0462d-c842-425b-a8de-1d7a6ffb3b9d,2020-06-01 15:25:50.634 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -92a0d209-3650-4202-bd27-cc72fc10d673,2020-06-01 15:25:50.642 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -17a0b3be-8da3-4d70-84eb-a2fb2afb2910,2020-06-01 15:25:50.623 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -149842be-6d7a-43af-97a7-35575db0ee48,2020-06-01 15:25:50.639 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -1631fac7-e818-4956-aa06-8eaf867e757a,2020-06-01 15:25:50.622 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -c7b49254-c020-423c-b366-71d14fc93f6b,2020-06-01 15:25:50.642 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -d8ca6542-9aee-4e48-857b-0d47c6650251,2020-06-01 15:25:50.620 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -f2ad0730-dc0a-400b-9e19-f0c156a6c830,2020-06-01 15:25:50.633 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -9468ea1d-3088-49fb-8c99-d5340a5d5e05,2020-06-01 15:25:50.636 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -43279f8f-be0b-454e-953e-1e24665e7279,2020-06-01 15:25:50.644 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -4ed199a4-a60e-4fad-a073-5ede509c8221,2020-06-01 15:25:50.630 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -1a510e7d-69fb-4355-9abd-bfab9eaea4ed,2020-06-01 15:25:50.634 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -04f7c17b-ce47-4ddc-9c92-953794813d06,2020-06-01 15:25:50.646 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -0b796cfb-3d00-452c-a6e4-746d143006f1,2020-06-01 15:25:50.641 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -f4358764-d889-4bb8-9e95-7db808c2df2d,2020-06-01 15:25:50.622 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -7f94ceb4-df0d-494e-a955-d8a19fa20b23,2020-06-01 15:25:50.640 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -31b06eb6-d031-464a-aaaf-551985742263,2020-06-01 15:25:50.631 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -7d9eb6d5-b4af-4071-a6e4-9e295ce16861,2020-06-01 15:25:50.620 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -cc11fb88-4742-4c39-b3dd-664f85f25b5f,2020-06-01 15:25:50.633 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -bafed0e4-3e05-4f9d-b61a-49ebb543ec97,2020-06-01 15:25:50.633 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -35ce255d-9b5b-43a1-9120-0b349ec918a0,2020-06-01 15:25:50.639 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -a1386736-6cc5-4b5a-a91e-a4a959348019,2020-06-01 15:25:50.621 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -c1d3865d-036c-4b4a-b37a-17a8e631f8ed,2020-06-01 15:25:50.621 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -52c3438f-24e1-4577-bad3-69660728adae,2020-06-01 15:25:50.644 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -d9864242-15cf-4378-a64b-c264282f07e2,2020-06-01 15:25:50.636 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -e6237c41-d2c2-4cb4-a3b0-68893d381bce,2020-06-01 15:25:50.632 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -db688f55-5e5f-45e5-a785-a226595143be,2020-06-01 15:25:50.631 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -38d137f6-c3d0-4421-b723-3c8bb76381ee,2020-06-01 15:25:50.637 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -8de8a942-9e93-471d-9b25-a964f41f7438,2020-06-01 15:25:50.637 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -3d5790ee-5409-4aea-98dd-2fcf93dbd379,2020-06-01 15:25:50.618 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -980ebdc3-cb30-4644-b61d-7015cb91df9f,2020-06-01 15:25:50.630 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -14e959f3-e744-4409-9bec-409e6d10fcf5,2020-03-25 16:26:08.214 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,cTRihYZYlrw7IL1jqtpfJQ== -1af7e76f-4d42-4d77-8feb-e18e6027c509,2020-03-25 16:26:01.072 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,cTRihYZYlrw7IL1jqtpfJQ== -490fefe7-860a-418e-8493-4bd5b187dd90,2020-03-25 16:26:08.214 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,cTRihYZYlrw7IL1jqtpfJQ== -4939be16-6d42-49ff-98ec-c0869151a9d4,2020-03-17 16:26:04.447 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,Qh/Xqmb3a2heOT0PBoTFPQ== -cc8cfb4a-8dc8-42ee-be7e-6b84b6a328c2,2020-03-17 16:26:01.907 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,Qh/Xqmb3a2heOT0PBoTFPQ== -79573f6c-96af-4be1-9e11-0b7ae861f5ef,2020-03-17 16:26:02.750 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,Qh/Xqmb3a2heOT0PBoTFPQ== -06452ce6-3542-470c-84e0-a93ea747293a,2020-04-03 16:56:05.269 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,+8XM+D7mAjLgKXjTMOFuoQ== -467f08d1-f34e-4e3a-a18f-e227b5d6f2bd,2020-04-03 16:56:06.549 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,+8XM+D7mAjLgKXjTMOFuoQ== -12ed4fc3-e7b2-42ac-8e13-5ee6f765d83f,2020-04-03 16:56:05.875 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,+8XM+D7mAjLgKXjTMOFuoQ== -3af8d53d-644d-4398-b81b-df6c8380fe2a,2020-03-25 16:26:01.791 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -4602afb9-fe60-41c4-a7c1-3023e7b35398,2020-03-25 16:26:09.183 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -a3bd568f-7293-4a75-8a41-d13fd9437ab3,2020-03-25 16:26:02.240 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -3032f8aa-429c-4af7-ac52-ce81611eb8ed,2020-03-25 16:26:11.285 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -36deecdb-4508-43b7-8495-69bc4acf149f,2020-03-25 16:26:02.677 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -f644c2b2-6961-4d07-93a7-bcb3af4f1843,2020-03-25 16:26:11.292 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -a33f2d40-470b-4aaa-8a0f-d43d20a4c9cf,2020-03-25 16:26:01.445 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -32e272c0-17d7-4e5f-ba80-efcad334cb04,2020-03-25 16:26:04.467 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -f275e793-b1cc-47d1-b870-17073b46f745,2020-03-25 16:26:05.918 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -19bf05c7-712d-4005-885b-37d99cef62b5,2020-03-25 16:25:59.024 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -8510dc8e-077b-443c-a9df-2131d3200114,2020-03-25 16:25:57.976 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -c64abe0c-64b9-47e0-a33c-e32139f073df,2020-03-25 16:26:10.892 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -e896872c-a91f-4753-b875-1ee3e3c57074,2020-03-25 16:26:05.165 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -40d19085-08da-433b-a094-452612190002,2020-03-25 16:26:08.768 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -1ea6746d-d2ed-45a1-a271-53648f1d7596,2020-03-25 16:26:01.443 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -917bd5b0-2807-43fc-8f35-c36d76d08097,2020-03-25 16:25:59.025 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -0eeb722f-90b7-42d7-bd65-99f9f2b23fd0,2020-03-25 16:26:10.186 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -3924a18c-d7c7-4ec6-9a41-6d8676a9affe,2020-03-25 16:26:09.750 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -0f62fcc9-067e-48c9-8ff8-200ae6b3dcc4,2020-03-25 16:26:11.650 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -2790281e-7c43-4133-80fa-794041967b6a,2020-03-25 16:26:09.186 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -f35ccd35-c2fb-4fbe-8f6c-8f4d71dba7b7,2020-03-25 16:25:58.601 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -23fae1cb-46ac-4c9b-994f-f7ca21e3a397,2020-03-25 16:26:04.824 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -7a7e7af3-cf61-4487-bb78-ac84e72cbbe5,2020-03-25 16:26:07.780 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -030818f4-ed40-406a-aefe-197578cd92c6,2020-03-25 16:26:04.102 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +6a36403b-e520-4e45-8957-1dfd466facdf,2020-06-01 15:25:50.638,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +2a95aedc-908d-4361-85c9-c18ae6dc68e2,2020-06-01 15:25:50.643,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +e74e4ea3-34e2-4712-a68b-e54cd4b6cb5a,2020-06-01 15:25:50.641,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +f0a98a9d-ca4c-4412-b975-7eafe1f37a04,2020-06-01 15:25:50.639,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +a342cb0e-73c1-49fd-aba3-aa4d73f06f22,2020-06-01 15:25:50.643,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +9af4f1e4-9818-4d0f-9f74-786f8f0c4982,2020-06-01 15:25:50.620,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +a9c2de69-3760-4b1e-8827-8d5c20f106e9,2020-06-01 15:25:50.638,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +33e95670-36e8-4062-84ac-1eacf199f23d,2020-06-01 15:25:50.621,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +422d040f-df75-4df5-9172-858e5a116c12,2020-06-01 15:25:50.629,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +daa029dc-6c12-4339-86a9-90531583d956,2020-06-01 15:25:50.646,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +d92ee122-882a-4682-afe1-862898c38d88,2020-06-01 15:25:50.634,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +ff88b152-fd46-4a0b-ae18-86f157c00164,2020-06-01 15:25:50.632,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +b176a69c-8be8-4564-bb80-6a1f1967c9c5,2020-06-01 15:25:50.630,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +047624b4-acf8-4d39-aff4-2f1538268a6c,2020-06-01 15:25:50.629,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +01526a9c-66b9-4ee4-b6e8-e6ad46027597,2020-06-01 15:25:50.645,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +0f3efa8a-3635-4df6-b7c8-1b1f42dd4b9c,2020-06-01 15:25:50.642,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +ab3d578b-6f4f-4dce-a47b-06a5d7912cc9,2020-06-01 15:25:50.641,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +9de22332-ddc9-4bf6-b51d-8c168c4c544a,2020-06-01 15:25:50.636,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +686c5d99-b446-447e-a89c-2b7970dae58d,2020-06-01 15:25:50.635,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +9a326d19-5df0-4fc8-8550-a2dcaecc3817,2020-06-01 15:25:50.645,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +f5cc780d-2851-4cb8-807b-6d8fc5b1974b,2020-06-01 15:25:50.637,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +c6451716-78a3-40e7-8852-7a9831bbd21f,2020-06-01 15:25:50.635,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +181e468f-43b5-4915-8b59-382f5eed6844,2020-06-01 15:25:50.646,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +cfec3568-084d-416e-bdce-98310e647a96,2020-06-01 15:25:50.631,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +c30a828a-6f62-4b68-a748-f49a5bf10945,2020-06-01 15:25:50.644,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +1393b5aa-292c-4397-95e1-076498af33eb,2020-06-01 15:25:50.635,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +381278e0-7a60-4caa-8f6b-d1964d30da72,2020-06-01 15:25:50.643,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +0c1155ef-070a-4235-b9d4-2e67631d29d0,2020-06-01 15:25:50.640,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +469f62bd-fad9-4bea-b604-2f16fa5bc7b5,2020-06-01 15:25:50.638,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +247cd3b8-23fe-4b78-9518-3601039f5ad1,2020-06-01 15:25:50.632,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +05706f53-5047-4116-acbd-b8ba516ecb7f,2020-06-01 15:25:50.638,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +01240a0a-45c6-4d02-8843-f8b389c0213d,2020-06-01 15:25:50.645,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +05d7b549-3868-41c4-b4d9-83feefcaf8d2,2020-06-01 15:25:50.623,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +5af42dbe-d161-41e4-9b45-5e0f02fd368a,2020-06-01 15:25:50.643,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +8d4afbef-2e4a-455f-b044-b2a8e80c9521,2020-06-01 15:25:50.619,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +461a3e69-8787-4e6b-9460-27ccaaa3fe44,2020-06-01 15:25:50.640,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +99d0462d-c842-425b-a8de-1d7a6ffb3b9d,2020-06-01 15:25:50.634,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +92a0d209-3650-4202-bd27-cc72fc10d673,2020-06-01 15:25:50.642,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +17a0b3be-8da3-4d70-84eb-a2fb2afb2910,2020-06-01 15:25:50.623,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +149842be-6d7a-43af-97a7-35575db0ee48,2020-06-01 15:25:50.639,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +1631fac7-e818-4956-aa06-8eaf867e757a,2020-06-01 15:25:50.622,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +c7b49254-c020-423c-b366-71d14fc93f6b,2020-06-01 15:25:50.642,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +d8ca6542-9aee-4e48-857b-0d47c6650251,2020-06-01 15:25:50.620,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +f2ad0730-dc0a-400b-9e19-f0c156a6c830,2020-06-01 15:25:50.633,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +9468ea1d-3088-49fb-8c99-d5340a5d5e05,2020-06-01 15:25:50.636,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +43279f8f-be0b-454e-953e-1e24665e7279,2020-06-01 15:25:50.644,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +4ed199a4-a60e-4fad-a073-5ede509c8221,2020-06-01 15:25:50.630,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +1a510e7d-69fb-4355-9abd-bfab9eaea4ed,2020-06-01 15:25:50.634,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +04f7c17b-ce47-4ddc-9c92-953794813d06,2020-06-01 15:25:50.646,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +0b796cfb-3d00-452c-a6e4-746d143006f1,2020-06-01 15:25:50.641,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +f4358764-d889-4bb8-9e95-7db808c2df2d,2020-06-01 15:25:50.622,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +7f94ceb4-df0d-494e-a955-d8a19fa20b23,2020-06-01 15:25:50.640,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +31b06eb6-d031-464a-aaaf-551985742263,2020-06-01 15:25:50.631,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +7d9eb6d5-b4af-4071-a6e4-9e295ce16861,2020-06-01 15:25:50.620,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +cc11fb88-4742-4c39-b3dd-664f85f25b5f,2020-06-01 15:25:50.633,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +bafed0e4-3e05-4f9d-b61a-49ebb543ec97,2020-06-01 15:25:50.633,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +35ce255d-9b5b-43a1-9120-0b349ec918a0,2020-06-01 15:25:50.639,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +a1386736-6cc5-4b5a-a91e-a4a959348019,2020-06-01 15:25:50.621,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +c1d3865d-036c-4b4a-b37a-17a8e631f8ed,2020-06-01 15:25:50.621,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +52c3438f-24e1-4577-bad3-69660728adae,2020-06-01 15:25:50.644,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +d9864242-15cf-4378-a64b-c264282f07e2,2020-06-01 15:25:50.636,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +e6237c41-d2c2-4cb4-a3b0-68893d381bce,2020-06-01 15:25:50.632,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +db688f55-5e5f-45e5-a785-a226595143be,2020-06-01 15:25:50.631,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +38d137f6-c3d0-4421-b723-3c8bb76381ee,2020-06-01 15:25:50.637,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +8de8a942-9e93-471d-9b25-a964f41f7438,2020-06-01 15:25:50.637,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +3d5790ee-5409-4aea-98dd-2fcf93dbd379,2020-06-01 15:25:50.618,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +980ebdc3-cb30-4644-b61d-7015cb91df9f,2020-06-01 15:25:50.630,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +14e959f3-e744-4409-9bec-409e6d10fcf5,2020-03-25 16:26:08.214,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,cTRihYZYlrw7IL1jqtpfJQ== +1af7e76f-4d42-4d77-8feb-e18e6027c509,2020-03-25 16:26:01.072,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,cTRihYZYlrw7IL1jqtpfJQ== +490fefe7-860a-418e-8493-4bd5b187dd90,2020-03-25 16:26:08.214,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,cTRihYZYlrw7IL1jqtpfJQ== +4939be16-6d42-49ff-98ec-c0869151a9d4,2020-03-17 16:26:04.447,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,Qh/Xqmb3a2heOT0PBoTFPQ== +cc8cfb4a-8dc8-42ee-be7e-6b84b6a328c2,2020-03-17 16:26:01.907,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,Qh/Xqmb3a2heOT0PBoTFPQ== +79573f6c-96af-4be1-9e11-0b7ae861f5ef,2020-03-17 16:26:02.750,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,Qh/Xqmb3a2heOT0PBoTFPQ== +06452ce6-3542-470c-84e0-a93ea747293a,2020-04-03 16:56:05.269,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,+8XM+D7mAjLgKXjTMOFuoQ== +467f08d1-f34e-4e3a-a18f-e227b5d6f2bd,2020-04-03 16:56:06.549,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,+8XM+D7mAjLgKXjTMOFuoQ== +12ed4fc3-e7b2-42ac-8e13-5ee6f765d83f,2020-04-03 16:56:05.875,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,+8XM+D7mAjLgKXjTMOFuoQ== +3af8d53d-644d-4398-b81b-df6c8380fe2a,2020-03-25 16:26:01.791,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +4602afb9-fe60-41c4-a7c1-3023e7b35398,2020-03-25 16:26:09.183,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +a3bd568f-7293-4a75-8a41-d13fd9437ab3,2020-03-25 16:26:02.240,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +3032f8aa-429c-4af7-ac52-ce81611eb8ed,2020-03-25 16:26:11.285,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +36deecdb-4508-43b7-8495-69bc4acf149f,2020-03-25 16:26:02.677,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +f644c2b2-6961-4d07-93a7-bcb3af4f1843,2020-03-25 16:26:11.292,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +a33f2d40-470b-4aaa-8a0f-d43d20a4c9cf,2020-03-25 16:26:01.445,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +32e272c0-17d7-4e5f-ba80-efcad334cb04,2020-03-25 16:26:04.467,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +f275e793-b1cc-47d1-b870-17073b46f745,2020-03-25 16:26:05.918,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +19bf05c7-712d-4005-885b-37d99cef62b5,2020-03-25 16:25:59.024,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +8510dc8e-077b-443c-a9df-2131d3200114,2020-03-25 16:25:57.976,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +c64abe0c-64b9-47e0-a33c-e32139f073df,2020-03-25 16:26:10.892,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +e896872c-a91f-4753-b875-1ee3e3c57074,2020-03-25 16:26:05.165,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +40d19085-08da-433b-a094-452612190002,2020-03-25 16:26:08.768,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +1ea6746d-d2ed-45a1-a271-53648f1d7596,2020-03-25 16:26:01.443,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +917bd5b0-2807-43fc-8f35-c36d76d08097,2020-03-25 16:25:59.025,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +0eeb722f-90b7-42d7-bd65-99f9f2b23fd0,2020-03-25 16:26:10.186,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +3924a18c-d7c7-4ec6-9a41-6d8676a9affe,2020-03-25 16:26:09.750,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +0f62fcc9-067e-48c9-8ff8-200ae6b3dcc4,2020-03-25 16:26:11.650,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +2790281e-7c43-4133-80fa-794041967b6a,2020-03-25 16:26:09.186,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +f35ccd35-c2fb-4fbe-8f6c-8f4d71dba7b7,2020-03-25 16:25:58.601,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +23fae1cb-46ac-4c9b-994f-f7ca21e3a397,2020-03-25 16:26:04.824,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +7a7e7af3-cf61-4487-bb78-ac84e72cbbe5,2020-03-25 16:26:07.780,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +030818f4-ed40-406a-aefe-197578cd92c6,2020-03-25 16:26:04.102,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== diff --git a/integration_tests/seeds/email_event_sent_data_snowflake.csv b/integration_tests/seeds/email_event_sent_data_snowflake.csv index baf0637..9735468 100644 --- a/integration_tests/seeds/email_event_sent_data_snowflake.csv +++ b/integration_tests/seeds/email_event_sent_data_snowflake.csv @@ -1,101 +1,101 @@ id,_fivetran_synced,bcc,cc,"""FROM""",reply_to,subject -6a36403b-e520-4e45-8957-1dfd466facdf,2020-06-01 15:25:50.638 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -2a95aedc-908d-4361-85c9-c18ae6dc68e2,2020-06-01 15:25:50.643 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -e74e4ea3-34e2-4712-a68b-e54cd4b6cb5a,2020-06-01 15:25:50.641 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -f0a98a9d-ca4c-4412-b975-7eafe1f37a04,2020-06-01 15:25:50.639 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -a342cb0e-73c1-49fd-aba3-aa4d73f06f22,2020-06-01 15:25:50.643 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -9af4f1e4-9818-4d0f-9f74-786f8f0c4982,2020-06-01 15:25:50.620 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -a9c2de69-3760-4b1e-8827-8d5c20f106e9,2020-06-01 15:25:50.638 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -33e95670-36e8-4062-84ac-1eacf199f23d,2020-06-01 15:25:50.621 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -422d040f-df75-4df5-9172-858e5a116c12,2020-06-01 15:25:50.629 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -daa029dc-6c12-4339-86a9-90531583d956,2020-06-01 15:25:50.646 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -d92ee122-882a-4682-afe1-862898c38d88,2020-06-01 15:25:50.634 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -ff88b152-fd46-4a0b-ae18-86f157c00164,2020-06-01 15:25:50.632 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -b176a69c-8be8-4564-bb80-6a1f1967c9c5,2020-06-01 15:25:50.630 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -047624b4-acf8-4d39-aff4-2f1538268a6c,2020-06-01 15:25:50.629 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -01526a9c-66b9-4ee4-b6e8-e6ad46027597,2020-06-01 15:25:50.645 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -0f3efa8a-3635-4df6-b7c8-1b1f42dd4b9c,2020-06-01 15:25:50.642 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -ab3d578b-6f4f-4dce-a47b-06a5d7912cc9,2020-06-01 15:25:50.641 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -9de22332-ddc9-4bf6-b51d-8c168c4c544a,2020-06-01 15:25:50.636 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -686c5d99-b446-447e-a89c-2b7970dae58d,2020-06-01 15:25:50.635 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -9a326d19-5df0-4fc8-8550-a2dcaecc3817,2020-06-01 15:25:50.645 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -f5cc780d-2851-4cb8-807b-6d8fc5b1974b,2020-06-01 15:25:50.637 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -c6451716-78a3-40e7-8852-7a9831bbd21f,2020-06-01 15:25:50.635 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -181e468f-43b5-4915-8b59-382f5eed6844,2020-06-01 15:25:50.646 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -cfec3568-084d-416e-bdce-98310e647a96,2020-06-01 15:25:50.631 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -c30a828a-6f62-4b68-a748-f49a5bf10945,2020-06-01 15:25:50.644 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -1393b5aa-292c-4397-95e1-076498af33eb,2020-06-01 15:25:50.635 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -381278e0-7a60-4caa-8f6b-d1964d30da72,2020-06-01 15:25:50.643 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -0c1155ef-070a-4235-b9d4-2e67631d29d0,2020-06-01 15:25:50.640 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -469f62bd-fad9-4bea-b604-2f16fa5bc7b5,2020-06-01 15:25:50.638 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -247cd3b8-23fe-4b78-9518-3601039f5ad1,2020-06-01 15:25:50.632 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -05706f53-5047-4116-acbd-b8ba516ecb7f,2020-06-01 15:25:50.638 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -01240a0a-45c6-4d02-8843-f8b389c0213d,2020-06-01 15:25:50.645 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -05d7b549-3868-41c4-b4d9-83feefcaf8d2,2020-06-01 15:25:50.623 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -5af42dbe-d161-41e4-9b45-5e0f02fd368a,2020-06-01 15:25:50.643 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -8d4afbef-2e4a-455f-b044-b2a8e80c9521,2020-06-01 15:25:50.619 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -461a3e69-8787-4e6b-9460-27ccaaa3fe44,2020-06-01 15:25:50.640 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -99d0462d-c842-425b-a8de-1d7a6ffb3b9d,2020-06-01 15:25:50.634 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -92a0d209-3650-4202-bd27-cc72fc10d673,2020-06-01 15:25:50.642 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -17a0b3be-8da3-4d70-84eb-a2fb2afb2910,2020-06-01 15:25:50.623 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -149842be-6d7a-43af-97a7-35575db0ee48,2020-06-01 15:25:50.639 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -1631fac7-e818-4956-aa06-8eaf867e757a,2020-06-01 15:25:50.622 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -c7b49254-c020-423c-b366-71d14fc93f6b,2020-06-01 15:25:50.642 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -d8ca6542-9aee-4e48-857b-0d47c6650251,2020-06-01 15:25:50.620 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -f2ad0730-dc0a-400b-9e19-f0c156a6c830,2020-06-01 15:25:50.633 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -9468ea1d-3088-49fb-8c99-d5340a5d5e05,2020-06-01 15:25:50.636 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -43279f8f-be0b-454e-953e-1e24665e7279,2020-06-01 15:25:50.644 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -4ed199a4-a60e-4fad-a073-5ede509c8221,2020-06-01 15:25:50.630 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -1a510e7d-69fb-4355-9abd-bfab9eaea4ed,2020-06-01 15:25:50.634 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -04f7c17b-ce47-4ddc-9c92-953794813d06,2020-06-01 15:25:50.646 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -0b796cfb-3d00-452c-a6e4-746d143006f1,2020-06-01 15:25:50.641 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -f4358764-d889-4bb8-9e95-7db808c2df2d,2020-06-01 15:25:50.622 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -7f94ceb4-df0d-494e-a955-d8a19fa20b23,2020-06-01 15:25:50.640 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -31b06eb6-d031-464a-aaaf-551985742263,2020-06-01 15:25:50.631 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -7d9eb6d5-b4af-4071-a6e4-9e295ce16861,2020-06-01 15:25:50.620 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -cc11fb88-4742-4c39-b3dd-664f85f25b5f,2020-06-01 15:25:50.633 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -bafed0e4-3e05-4f9d-b61a-49ebb543ec97,2020-06-01 15:25:50.633 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -35ce255d-9b5b-43a1-9120-0b349ec918a0,2020-06-01 15:25:50.639 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -a1386736-6cc5-4b5a-a91e-a4a959348019,2020-06-01 15:25:50.621 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -c1d3865d-036c-4b4a-b37a-17a8e631f8ed,2020-06-01 15:25:50.621 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -52c3438f-24e1-4577-bad3-69660728adae,2020-06-01 15:25:50.644 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -d9864242-15cf-4378-a64b-c264282f07e2,2020-06-01 15:25:50.636 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -e6237c41-d2c2-4cb4-a3b0-68893d381bce,2020-06-01 15:25:50.632 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -db688f55-5e5f-45e5-a785-a226595143be,2020-06-01 15:25:50.631 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -38d137f6-c3d0-4421-b723-3c8bb76381ee,2020-06-01 15:25:50.637 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -8de8a942-9e93-471d-9b25-a964f41f7438,2020-06-01 15:25:50.637 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -3d5790ee-5409-4aea-98dd-2fcf93dbd379,2020-06-01 15:25:50.618 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -980ebdc3-cb30-4644-b61d-7015cb91df9f,2020-06-01 15:25:50.630 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== -14e959f3-e744-4409-9bec-409e6d10fcf5,2020-03-25 16:26:08.214 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,cTRihYZYlrw7IL1jqtpfJQ== -1af7e76f-4d42-4d77-8feb-e18e6027c509,2020-03-25 16:26:01.072 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,cTRihYZYlrw7IL1jqtpfJQ== -490fefe7-860a-418e-8493-4bd5b187dd90,2020-03-25 16:26:08.214 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,cTRihYZYlrw7IL1jqtpfJQ== -4939be16-6d42-49ff-98ec-c0869151a9d4,2020-03-17 16:26:04.447 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,Qh/Xqmb3a2heOT0PBoTFPQ== -cc8cfb4a-8dc8-42ee-be7e-6b84b6a328c2,2020-03-17 16:26:01.907 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,Qh/Xqmb3a2heOT0PBoTFPQ== -79573f6c-96af-4be1-9e11-0b7ae861f5ef,2020-03-17 16:26:02.750 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,Qh/Xqmb3a2heOT0PBoTFPQ== -06452ce6-3542-470c-84e0-a93ea747293a,2020-04-03 16:56:05.269 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,+8XM+D7mAjLgKXjTMOFuoQ== -467f08d1-f34e-4e3a-a18f-e227b5d6f2bd,2020-04-03 16:56:06.549 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,+8XM+D7mAjLgKXjTMOFuoQ== -12ed4fc3-e7b2-42ac-8e13-5ee6f765d83f,2020-04-03 16:56:05.875 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,+8XM+D7mAjLgKXjTMOFuoQ== -3af8d53d-644d-4398-b81b-df6c8380fe2a,2020-03-25 16:26:01.791 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -4602afb9-fe60-41c4-a7c1-3023e7b35398,2020-03-25 16:26:09.183 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -a3bd568f-7293-4a75-8a41-d13fd9437ab3,2020-03-25 16:26:02.240 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -3032f8aa-429c-4af7-ac52-ce81611eb8ed,2020-03-25 16:26:11.285 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -36deecdb-4508-43b7-8495-69bc4acf149f,2020-03-25 16:26:02.677 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -f644c2b2-6961-4d07-93a7-bcb3af4f1843,2020-03-25 16:26:11.292 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -a33f2d40-470b-4aaa-8a0f-d43d20a4c9cf,2020-03-25 16:26:01.445 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -32e272c0-17d7-4e5f-ba80-efcad334cb04,2020-03-25 16:26:04.467 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -f275e793-b1cc-47d1-b870-17073b46f745,2020-03-25 16:26:05.918 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -19bf05c7-712d-4005-885b-37d99cef62b5,2020-03-25 16:25:59.024 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -8510dc8e-077b-443c-a9df-2131d3200114,2020-03-25 16:25:57.976 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -c64abe0c-64b9-47e0-a33c-e32139f073df,2020-03-25 16:26:10.892 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -e896872c-a91f-4753-b875-1ee3e3c57074,2020-03-25 16:26:05.165 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -40d19085-08da-433b-a094-452612190002,2020-03-25 16:26:08.768 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -1ea6746d-d2ed-45a1-a271-53648f1d7596,2020-03-25 16:26:01.443 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -917bd5b0-2807-43fc-8f35-c36d76d08097,2020-03-25 16:25:59.025 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -0eeb722f-90b7-42d7-bd65-99f9f2b23fd0,2020-03-25 16:26:10.186 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -3924a18c-d7c7-4ec6-9a41-6d8676a9affe,2020-03-25 16:26:09.750 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -0f62fcc9-067e-48c9-8ff8-200ae6b3dcc4,2020-03-25 16:26:11.650 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -2790281e-7c43-4133-80fa-794041967b6a,2020-03-25 16:26:09.186 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -f35ccd35-c2fb-4fbe-8f6c-8f4d71dba7b7,2020-03-25 16:25:58.601 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -23fae1cb-46ac-4c9b-994f-f7ca21e3a397,2020-03-25 16:26:04.824 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -7a7e7af3-cf61-4487-bb78-ac84e72cbbe5,2020-03-25 16:26:07.780 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== -030818f4-ed40-406a-aefe-197578cd92c6,2020-03-25 16:26:04.102 UTC,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +6a36403b-e520-4e45-8957-1dfd466facdf,2020-06-01 15:25:50.638,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +2a95aedc-908d-4361-85c9-c18ae6dc68e2,2020-06-01 15:25:50.643,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +e74e4ea3-34e2-4712-a68b-e54cd4b6cb5a,2020-06-01 15:25:50.641,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +f0a98a9d-ca4c-4412-b975-7eafe1f37a04,2020-06-01 15:25:50.639,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +a342cb0e-73c1-49fd-aba3-aa4d73f06f22,2020-06-01 15:25:50.643,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +9af4f1e4-9818-4d0f-9f74-786f8f0c4982,2020-06-01 15:25:50.620,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +a9c2de69-3760-4b1e-8827-8d5c20f106e9,2020-06-01 15:25:50.638,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +33e95670-36e8-4062-84ac-1eacf199f23d,2020-06-01 15:25:50.621,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +422d040f-df75-4df5-9172-858e5a116c12,2020-06-01 15:25:50.629,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +daa029dc-6c12-4339-86a9-90531583d956,2020-06-01 15:25:50.646,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +d92ee122-882a-4682-afe1-862898c38d88,2020-06-01 15:25:50.634,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +ff88b152-fd46-4a0b-ae18-86f157c00164,2020-06-01 15:25:50.632,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +b176a69c-8be8-4564-bb80-6a1f1967c9c5,2020-06-01 15:25:50.630,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +047624b4-acf8-4d39-aff4-2f1538268a6c,2020-06-01 15:25:50.629,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +01526a9c-66b9-4ee4-b6e8-e6ad46027597,2020-06-01 15:25:50.645,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +0f3efa8a-3635-4df6-b7c8-1b1f42dd4b9c,2020-06-01 15:25:50.642,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +ab3d578b-6f4f-4dce-a47b-06a5d7912cc9,2020-06-01 15:25:50.641,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +9de22332-ddc9-4bf6-b51d-8c168c4c544a,2020-06-01 15:25:50.636,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +686c5d99-b446-447e-a89c-2b7970dae58d,2020-06-01 15:25:50.635,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +9a326d19-5df0-4fc8-8550-a2dcaecc3817,2020-06-01 15:25:50.645,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +f5cc780d-2851-4cb8-807b-6d8fc5b1974b,2020-06-01 15:25:50.637,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +c6451716-78a3-40e7-8852-7a9831bbd21f,2020-06-01 15:25:50.635,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +181e468f-43b5-4915-8b59-382f5eed6844,2020-06-01 15:25:50.646,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +cfec3568-084d-416e-bdce-98310e647a96,2020-06-01 15:25:50.631,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +c30a828a-6f62-4b68-a748-f49a5bf10945,2020-06-01 15:25:50.644,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +1393b5aa-292c-4397-95e1-076498af33eb,2020-06-01 15:25:50.635,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +381278e0-7a60-4caa-8f6b-d1964d30da72,2020-06-01 15:25:50.643,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +0c1155ef-070a-4235-b9d4-2e67631d29d0,2020-06-01 15:25:50.640,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +469f62bd-fad9-4bea-b604-2f16fa5bc7b5,2020-06-01 15:25:50.638,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +247cd3b8-23fe-4b78-9518-3601039f5ad1,2020-06-01 15:25:50.632,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +05706f53-5047-4116-acbd-b8ba516ecb7f,2020-06-01 15:25:50.638,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +01240a0a-45c6-4d02-8843-f8b389c0213d,2020-06-01 15:25:50.645,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +05d7b549-3868-41c4-b4d9-83feefcaf8d2,2020-06-01 15:25:50.623,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +5af42dbe-d161-41e4-9b45-5e0f02fd368a,2020-06-01 15:25:50.643,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +8d4afbef-2e4a-455f-b044-b2a8e80c9521,2020-06-01 15:25:50.619,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +461a3e69-8787-4e6b-9460-27ccaaa3fe44,2020-06-01 15:25:50.640,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +99d0462d-c842-425b-a8de-1d7a6ffb3b9d,2020-06-01 15:25:50.634,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +92a0d209-3650-4202-bd27-cc72fc10d673,2020-06-01 15:25:50.642,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +17a0b3be-8da3-4d70-84eb-a2fb2afb2910,2020-06-01 15:25:50.623,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +149842be-6d7a-43af-97a7-35575db0ee48,2020-06-01 15:25:50.639,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +1631fac7-e818-4956-aa06-8eaf867e757a,2020-06-01 15:25:50.622,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +c7b49254-c020-423c-b366-71d14fc93f6b,2020-06-01 15:25:50.642,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +d8ca6542-9aee-4e48-857b-0d47c6650251,2020-06-01 15:25:50.620,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +f2ad0730-dc0a-400b-9e19-f0c156a6c830,2020-06-01 15:25:50.633,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +9468ea1d-3088-49fb-8c99-d5340a5d5e05,2020-06-01 15:25:50.636,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +43279f8f-be0b-454e-953e-1e24665e7279,2020-06-01 15:25:50.644,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +4ed199a4-a60e-4fad-a073-5ede509c8221,2020-06-01 15:25:50.630,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +1a510e7d-69fb-4355-9abd-bfab9eaea4ed,2020-06-01 15:25:50.634,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +04f7c17b-ce47-4ddc-9c92-953794813d06,2020-06-01 15:25:50.646,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +0b796cfb-3d00-452c-a6e4-746d143006f1,2020-06-01 15:25:50.641,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +f4358764-d889-4bb8-9e95-7db808c2df2d,2020-06-01 15:25:50.622,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +7f94ceb4-df0d-494e-a955-d8a19fa20b23,2020-06-01 15:25:50.640,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +31b06eb6-d031-464a-aaaf-551985742263,2020-06-01 15:25:50.631,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +7d9eb6d5-b4af-4071-a6e4-9e295ce16861,2020-06-01 15:25:50.620,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +cc11fb88-4742-4c39-b3dd-664f85f25b5f,2020-06-01 15:25:50.633,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +bafed0e4-3e05-4f9d-b61a-49ebb543ec97,2020-06-01 15:25:50.633,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +35ce255d-9b5b-43a1-9120-0b349ec918a0,2020-06-01 15:25:50.639,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +a1386736-6cc5-4b5a-a91e-a4a959348019,2020-06-01 15:25:50.621,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +c1d3865d-036c-4b4a-b37a-17a8e631f8ed,2020-06-01 15:25:50.621,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +52c3438f-24e1-4577-bad3-69660728adae,2020-06-01 15:25:50.644,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +d9864242-15cf-4378-a64b-c264282f07e2,2020-06-01 15:25:50.636,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +e6237c41-d2c2-4cb4-a3b0-68893d381bce,2020-06-01 15:25:50.632,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +db688f55-5e5f-45e5-a785-a226595143be,2020-06-01 15:25:50.631,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +38d137f6-c3d0-4421-b723-3c8bb76381ee,2020-06-01 15:25:50.637,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +8de8a942-9e93-471d-9b25-a964f41f7438,2020-06-01 15:25:50.637,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +3d5790ee-5409-4aea-98dd-2fcf93dbd379,2020-06-01 15:25:50.618,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +980ebdc3-cb30-4644-b61d-7015cb91df9f,2020-06-01 15:25:50.630,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,J7VhyoE1a5qCRd8epAUNKw==,XmG5klrsApNLT5FM7b6v6Q==,P9zWRqiMgUqj03ltSN6voQ== +14e959f3-e744-4409-9bec-409e6d10fcf5,2020-03-25 16:26:08.214,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,cTRihYZYlrw7IL1jqtpfJQ== +1af7e76f-4d42-4d77-8feb-e18e6027c509,2020-03-25 16:26:01.072,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,cTRihYZYlrw7IL1jqtpfJQ== +490fefe7-860a-418e-8493-4bd5b187dd90,2020-03-25 16:26:08.214,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,cTRihYZYlrw7IL1jqtpfJQ== +4939be16-6d42-49ff-98ec-c0869151a9d4,2020-03-17 16:26:04.447,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,Qh/Xqmb3a2heOT0PBoTFPQ== +cc8cfb4a-8dc8-42ee-be7e-6b84b6a328c2,2020-03-17 16:26:01.907,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,Qh/Xqmb3a2heOT0PBoTFPQ== +79573f6c-96af-4be1-9e11-0b7ae861f5ef,2020-03-17 16:26:02.750,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,Qh/Xqmb3a2heOT0PBoTFPQ== +06452ce6-3542-470c-84e0-a93ea747293a,2020-04-03 16:56:05.269,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,+8XM+D7mAjLgKXjTMOFuoQ== +467f08d1-f34e-4e3a-a18f-e227b5d6f2bd,2020-04-03 16:56:06.549,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,+8XM+D7mAjLgKXjTMOFuoQ== +12ed4fc3-e7b2-42ac-8e13-5ee6f765d83f,2020-04-03 16:56:05.875,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,6E4B+71pUDBbZZazuzjrGg==,34jgHe3ztW6XKU44sCkuNA==,+8XM+D7mAjLgKXjTMOFuoQ== +3af8d53d-644d-4398-b81b-df6c8380fe2a,2020-03-25 16:26:01.791,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +4602afb9-fe60-41c4-a7c1-3023e7b35398,2020-03-25 16:26:09.183,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +a3bd568f-7293-4a75-8a41-d13fd9437ab3,2020-03-25 16:26:02.240,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +3032f8aa-429c-4af7-ac52-ce81611eb8ed,2020-03-25 16:26:11.285,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +36deecdb-4508-43b7-8495-69bc4acf149f,2020-03-25 16:26:02.677,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +f644c2b2-6961-4d07-93a7-bcb3af4f1843,2020-03-25 16:26:11.292,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +a33f2d40-470b-4aaa-8a0f-d43d20a4c9cf,2020-03-25 16:26:01.445,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +32e272c0-17d7-4e5f-ba80-efcad334cb04,2020-03-25 16:26:04.467,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +f275e793-b1cc-47d1-b870-17073b46f745,2020-03-25 16:26:05.918,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +19bf05c7-712d-4005-885b-37d99cef62b5,2020-03-25 16:25:59.024,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +8510dc8e-077b-443c-a9df-2131d3200114,2020-03-25 16:25:57.976,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +c64abe0c-64b9-47e0-a33c-e32139f073df,2020-03-25 16:26:10.892,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +e896872c-a91f-4753-b875-1ee3e3c57074,2020-03-25 16:26:05.165,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +40d19085-08da-433b-a094-452612190002,2020-03-25 16:26:08.768,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +1ea6746d-d2ed-45a1-a271-53648f1d7596,2020-03-25 16:26:01.443,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +917bd5b0-2807-43fc-8f35-c36d76d08097,2020-03-25 16:25:59.025,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +0eeb722f-90b7-42d7-bd65-99f9f2b23fd0,2020-03-25 16:26:10.186,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +3924a18c-d7c7-4ec6-9a41-6d8676a9affe,2020-03-25 16:26:09.750,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +0f62fcc9-067e-48c9-8ff8-200ae6b3dcc4,2020-03-25 16:26:11.650,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +2790281e-7c43-4133-80fa-794041967b6a,2020-03-25 16:26:09.186,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +f35ccd35-c2fb-4fbe-8f6c-8f4d71dba7b7,2020-03-25 16:25:58.601,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +23fae1cb-46ac-4c9b-994f-f7ca21e3a397,2020-03-25 16:26:04.824,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +7a7e7af3-cf61-4487-bb78-ac84e72cbbe5,2020-03-25 16:26:07.780,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== +030818f4-ed40-406a-aefe-197578cd92c6,2020-03-25 16:26:04.102,11FxOYiYfpMxmANj4kGJzg==,11FxOYiYfpMxmANj4kGJzg==,VJg3a49vQikbIpDuU/nRow==,mTi+Bl1iol1yK9hFUjXjWw==,cTRihYZYlrw7IL1jqtpfJQ== diff --git a/integration_tests/seeds/email_event_spam_report_data.csv b/integration_tests/seeds/email_event_spam_report_data.csv index beb3e9c..f48b0cf 100644 --- a/integration_tests/seeds/email_event_spam_report_data.csv +++ b/integration_tests/seeds/email_event_spam_report_data.csv @@ -1,33 +1,33 @@ id,_fivetran_synced,ip_address,user_agent -b12d4aca-3225-32fd-b6dc-e498b070b476,2020-03-03 17:35:35.296 UTC,, -7deeb96f-daec-3475-abfd-2af063993e37,2020-05-14 20:31:12.106 UTC,, -ed06935b-dcc0-3157-8c9a-5810e10521de,2020-02-15 15:35:41.769 UTC,, -cb4e2d9c-08c5-3214-a8d0-96044242d211,2020-01-14 18:17:36.041 UTC,, -823b1959-c53e-37e0-93b8-d356de9b55ee,2020-01-14 18:17:36.041 UTC,, -121425e9-7ed3-3422-9073-a3d653ebfe6f,2020-01-14 18:17:22.003 UTC,, -e675d25c-08c7-3cfa-9f5b-dc8e4faf9e22,2020-01-14 18:15:28.754 UTC,, -741a68e9-298f-383d-9ca1-d6bdcf16dac3,2020-05-18 12:05:38.866 UTC,, -e2cfcf35-695f-31cd-8527-962cbac56810,2020-05-21 14:50:43.516 UTC,, -ddf3f52b-3f4a-3784-8e0b-f92ed94ad668,2020-01-14 18:18:04.486 UTC,, -ee38472e-a5ed-36ae-8f94-b5da85003594,2020-05-16 01:45:49.339 UTC,, -f83d7141-ec16-365d-9c85-88ebedad1fce,2020-01-14 18:18:46.864 UTC,, -0083205b-92b6-3d4f-8925-4243c7374803,2020-01-14 18:15:28.752 UTC,, -723cd97e-cc52-36fe-9f67-51c741d7bc5e,2020-01-14 18:19:27.920 UTC,, -e50253ff-d7c4-393f-a060-41aaded855d4,2020-01-14 18:19:05.242 UTC,, -a1916c90-ef55-3323-a945-39626416689f,2020-01-14 18:18:53.508 UTC,, -c2d89b10-eda6-3852-aeb4-2e75a98dff79,2020-04-15 13:55:45.689 UTC,, -46f4baa7-106e-394e-b8fd-2c66726a22d4,2020-01-14 18:15:49.721 UTC,, -e13d8d4c-b807-32fd-8310-6cf6941f8096,2020-06-22 13:50:43.726 UTC,, -fef9cceb-aab0-3e7d-82f8-c16812703d0f,2020-01-28 22:48:46.478 UTC,, -a59de018-3d0d-36e1-b2b6-cf69c781c22f,2020-01-14 18:18:16.419 UTC,, -a348746a-9f43-3657-abe7-c61737f4e4ce,2020-05-15 01:06:02.232 UTC,, -25bca0b8-9dc9-3219-9d90-320dd08d9c65,2020-01-14 18:14:39.960 UTC,, -cea7ddc0-3b37-3bbb-8da5-8f4f5c359a8a,2020-03-02 01:50:41.325 UTC,, -a2e91d68-4c23-3c7b-97b5-c1d98b6cc63e,2020-01-14 18:18:12.045 UTC,, -8b63ecb4-882b-33a1-b279-05abaaf503f7,2020-01-14 18:15:00.098 UTC,, -965cd768-3e40-372d-afc3-d40c066a7fbc,2020-05-14 20:10:36.706 UTC,, -3985443b-2703-31c6-9d2e-e6f53e4b8503,2020-03-03 22:35:34.530 UTC,, -728e843b-e343-39b2-b187-782f4e725d5a,2020-01-14 18:15:51.959 UTC,, -6c85d8b2-41a6-3636-a0b4-bd80f824b231,2020-04-10 16:15:37.260 UTC,, -2b7a0b60-343b-3df2-ae6f-36de39106a89,2020-01-14 18:18:20.012 UTC,, -8d0c8851-20b3-39ce-8a7e-a425c09e9996,2020-01-14 18:15:51.969 UTC,, +b12d4aca-3225-32fd-b6dc-e498b070b476,2020-03-03 17:35:35.296,, +7deeb96f-daec-3475-abfd-2af063993e37,2020-05-14 20:31:12.106,, +ed06935b-dcc0-3157-8c9a-5810e10521de,2020-02-15 15:35:41.769,, +cb4e2d9c-08c5-3214-a8d0-96044242d211,2020-01-14 18:17:36.041,, +823b1959-c53e-37e0-93b8-d356de9b55ee,2020-01-14 18:17:36.041,, +121425e9-7ed3-3422-9073-a3d653ebfe6f,2020-01-14 18:17:22.003,, +e675d25c-08c7-3cfa-9f5b-dc8e4faf9e22,2020-01-14 18:15:28.754,, +741a68e9-298f-383d-9ca1-d6bdcf16dac3,2020-05-18 12:05:38.866,, +e2cfcf35-695f-31cd-8527-962cbac56810,2020-05-21 14:50:43.516,, +ddf3f52b-3f4a-3784-8e0b-f92ed94ad668,2020-01-14 18:18:04.486,, +ee38472e-a5ed-36ae-8f94-b5da85003594,2020-05-16 01:45:49.339,, +f83d7141-ec16-365d-9c85-88ebedad1fce,2020-01-14 18:18:46.864,, +0083205b-92b6-3d4f-8925-4243c7374803,2020-01-14 18:15:28.752,, +723cd97e-cc52-36fe-9f67-51c741d7bc5e,2020-01-14 18:19:27.920,, +e50253ff-d7c4-393f-a060-41aaded855d4,2020-01-14 18:19:05.242,, +a1916c90-ef55-3323-a945-39626416689f,2020-01-14 18:18:53.508,, +c2d89b10-eda6-3852-aeb4-2e75a98dff79,2020-04-15 13:55:45.689,, +46f4baa7-106e-394e-b8fd-2c66726a22d4,2020-01-14 18:15:49.721,, +e13d8d4c-b807-32fd-8310-6cf6941f8096,2020-06-22 13:50:43.726,, +fef9cceb-aab0-3e7d-82f8-c16812703d0f,2020-01-28 22:48:46.478,, +a59de018-3d0d-36e1-b2b6-cf69c781c22f,2020-01-14 18:18:16.419,, +a348746a-9f43-3657-abe7-c61737f4e4ce,2020-05-15 01:06:02.232,, +25bca0b8-9dc9-3219-9d90-320dd08d9c65,2020-01-14 18:14:39.960,, +cea7ddc0-3b37-3bbb-8da5-8f4f5c359a8a,2020-03-02 01:50:41.325,, +a2e91d68-4c23-3c7b-97b5-c1d98b6cc63e,2020-01-14 18:18:12.045,, +8b63ecb4-882b-33a1-b279-05abaaf503f7,2020-01-14 18:15:00.098,, +965cd768-3e40-372d-afc3-d40c066a7fbc,2020-05-14 20:10:36.706,, +3985443b-2703-31c6-9d2e-e6f53e4b8503,2020-03-03 22:35:34.530,, +728e843b-e343-39b2-b187-782f4e725d5a,2020-01-14 18:15:51.959,, +6c85d8b2-41a6-3636-a0b4-bd80f824b231,2020-04-10 16:15:37.260,, +2b7a0b60-343b-3df2-ae6f-36de39106a89,2020-01-14 18:18:20.012,, +8d0c8851-20b3-39ce-8a7e-a425c09e9996,2020-01-14 18:15:51.969,, diff --git a/integration_tests/seeds/email_event_status_change_data.csv b/integration_tests/seeds/email_event_status_change_data.csv index c9339c6..971889a 100644 --- a/integration_tests/seeds/email_event_status_change_data.csv +++ b/integration_tests/seeds/email_event_status_change_data.csv @@ -1,101 +1,101 @@ id,_fivetran_synced,bounced,portal_subscription_status,requested_by,source,subscriptions -709cf966-e3dc-459a-88f4-6716ba5edfbc,2020-07-03 18:09:20.858 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -3b8c419f-2dc0-4b0d-b4b9-44423f44b722,2020-01-14 18:20:19.855 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -1e67ef7c-4e61-411a-b4c3-db4eea184622,2020-05-21 14:45:40.413 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -1ad5b48f-7b42-4c49-990c-b9f7dbebec0c,2020-01-14 18:17:14.721 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -3d07babb-405e-4259-915d-8d0652ed48b3,2020-05-17 21:35:53.539 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -7a675ae5-5bf4-4372-830f-9aedb68c0fd6,2020-04-11 18:05:54.641 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -cd1b5384-05d7-4508-94a4-16c23dbacd66,2020-01-14 18:17:38.419 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -e8cf14e4-577c-4cb7-bf2b-16654d9d8849,2020-01-14 18:18:30.640 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -5bbeee59-a334-4811-9b39-534706aec3c1,2020-06-22 19:36:19.408 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -16007db8-568c-42b6-9af1-e9f51cb9c75b,2020-05-21 14:45:40.371 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -2f5b07e5-9333-471f-9b1d-33ac32eef821,2020-01-14 18:16:43.427 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -8e1dbe2d-efb0-4979-bc9d-746c66d6b164,2020-05-22 01:45:35.271 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -97db592d-5fc7-40ed-888f-5f5b10030e39,2020-05-21 15:25:40.385 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -3c660d63-367a-4bb7-900e-8db29ceedc2a,2020-05-03 12:25:44.392 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -e743625d-8c9c-45a5-be01-b927291d5824,2020-05-14 19:55:36.463 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -b2169f4a-473a-412a-82f9-c0504885dbb3,2020-04-07 14:50:50.152 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -07f95651-1fdf-4b3f-a8b0-32a0db2a6d30,2020-02-27 05:00:47.053 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -b0081948-b07f-466e-a948-351368108a66,2020-04-24 14:55:38.217 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -902419a3-b569-481d-bbbe-508afdbe5c5f,2020-01-31 21:20:43.242 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -9b137fa3-6577-475a-885f-250f9a90eb2e,2020-04-03 17:10:49.480 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -9d4b779a-e6df-4569-bdd6-79ff36302426,2020-01-14 18:16:13.305 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -21d2e83d-0c40-4e91-ae77-3f01e1020b7a,2020-05-21 14:57:01.516 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -298d7089-acec-4b25-b845-b0f3b1cff326,2020-01-14 18:16:18.795 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -306827a4-5d8b-43cf-9e65-1f5e1e7cdc45,2020-05-16 10:30:34.409 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -b6df85fd-6b38-4184-b871-e74f3745e833,2020-01-14 18:17:26.821 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -188c1534-88ca-4cf0-96e4-e605fec472e0,2020-01-14 18:16:24.532 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -b7aea513-05ec-44f6-b1f8-4b7ca270556a,2020-05-21 15:46:27.823 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -99c011cc-0520-490f-9038-6066305e9b69,2020-05-14 20:35:35.588 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -ae1e3ab7-9f2e-41e3-9408-075da12bb715,2020-01-14 18:18:20.024 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -6514215e-3b64-4cdf-ad7a-cdbfbf1bc74e,2020-04-30 19:10:38.077 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -28fed46a-eefc-48bf-88d9-450d8b26a990,2020-05-15 10:56:15.005 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -a0d174a2-4856-4eb9-90eb-ba968190768a,2020-01-14 18:17:11.958 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -0dbc672b-2733-4d2b-9308-68f66fa4f2ee,2020-01-14 18:20:32.981 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -de8ad26b-79be-4020-ae47-78c9a4f013c3,2020-07-05 20:01:34.300 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -ed741c2b-a541-4590-ac92-27e1b05179aa,2020-05-21 16:32:00.187 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -d531154a-215c-43dd-8263-35310c210a34,2020-06-23 23:16:56.358 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -6b2d3c94-057e-4cf0-ae1e-31b1bb15ac52,2020-05-21 17:45:42.907 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -a2ac54fe-a0f8-4bf5-b848-08a835e75b37,2020-05-21 15:01:25.004 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -e62e0bcc-5896-4e9a-9333-a1730f921cbc,2020-07-02 12:16:15.340 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -a64e4494-1d79-47ef-a2cf-135f68f23283,2020-01-14 18:16:36.407 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -eb00cb5d-2c4d-429c-93f0-37f87a78f40f,2020-03-29 13:30:44.496 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -31874858-2ce5-4984-8825-afbcae08210e,2020-02-23 22:10:47.261 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -8e0da0b1-b3cf-422f-8467-3e58bc91bd4d,2020-01-28 22:48:58.149 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -6a8cc7b9-963d-460d-ad1e-1eb89ffb922b,2020-01-14 18:16:09.842 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -e0045611-fc5b-47ea-8688-65dcbf73c3f9,2020-05-21 15:15:39.540 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -f041a239-c700-456d-abca-8adb53d49bdb,2020-04-16 21:50:36.606 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -c84a4329-dbd9-4a7a-94a0-de0e025218ed,2020-06-01 13:41:28.936 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -8af8ea87-a117-4f03-ba6b-5dd32c64ea2e,2020-05-14 18:05:39.239 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -422f70cd-07fc-4c48-a66f-b50fa4c9da81,2020-04-23 16:45:37.121 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -81ebf80d-22fa-4341-a70c-300baa0d027d,2020-05-14 18:46:12.785 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -3a0bf410-713d-4b4f-84fd-b6bef06cd2c2,2020-04-17 16:05:36.776 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -3ff55497-c866-4169-bb0c-f6f7856d2ed2,2020-01-14 18:15:57.605 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -510c9df7-dc36-4d16-8fd1-6d94839780be,2020-01-14 18:17:38.822 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -9965d3c3-4c82-427a-8781-f28365ec583d,2020-01-14 18:19:26.553 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -6423bd7a-9dee-4e12-b5c8-1c03d848ed7f,2020-01-14 18:20:08.210 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -7cc7ac39-3f80-4e11-9609-0b2d4294fc64,2020-05-22 01:00:34.768 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -8f451459-a186-4bb0-9cb0-39be56a2c336,2020-01-14 18:18:38.243 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -471d9cbb-0a64-4594-ade9-914ad2dc33f2,2020-01-14 18:19:28.583 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -8308acfa-8afe-44ed-b92c-18d8c3f6962a,2020-01-14 18:16:14.166 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -0e73a63b-cf97-4924-87f6-c6a610ef5f17,2020-02-15 15:30:44.168 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -b590fbd9-ecf7-4a6d-9f82-821b46c6e256,2020-01-14 18:17:28.121 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -6ddea72f-0eeb-429f-99e3-e3f7b9c713e4,2020-01-14 18:17:04.931 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -02d271f6-4628-4de2-86ee-845d1e07d7f0,2020-05-06 13:36:04.286 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -b1009afa-b7df-465f-ae92-8c8e8fcdc09d,2020-01-14 18:16:29.642 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -2e7ef4a4-4aa4-446c-af38-3189ccd8ce15,2020-01-14 18:19:06.685 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -4da7bcdd-0f9d-476d-811e-8d1fc4388972,2020-01-14 18:16:51.307 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -f36a6ea2-d44d-4264-a7bb-203c98b14882,2020-05-21 16:00:38.368 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -e6a2be05-08d5-4273-a38b-d08cec817167,2020-01-14 18:17:39.320 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -8965a7ce-a5f7-493d-9838-78424c5a5945,2020-05-21 15:35:40.083 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -46b214e7-28d3-4483-8975-1d45809fb95f,2020-02-13 22:15:47.315 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -448bde47-ffb0-4ef1-b851-95d7af117746,2020-01-14 18:20:08.224 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -b60a8960-1ba9-48cd-b212-b40be91022f2,2020-06-16 21:56:14.267 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -66facaff-0dc9-4d05-a239-edf6bfdb3221,2020-04-17 14:20:37.226 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -bf651e42-a387-4a37-9faa-8bedf8bd7b5b,2020-01-14 18:16:43.017 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -4b5e4788-52fa-4c90-a9d5-2d44677f2b29,2020-05-21 15:05:50.840 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -8380536f-1341-4aab-842e-1b8ed35f3edf,2020-01-14 18:15:30.202 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -20237660-78d9-4388-87a9-d511375a73b3,2020-01-14 18:16:40.519 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -e9b351cc-fa6d-40fa-8945-f136e062b433,2020-01-14 18:18:12.082 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -222083aa-d8da-4d00-9305-3e670f24908b,2020-01-14 18:16:40.531 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -ca8a23c6-b3fa-41f4-9405-2e3799b90213,2020-01-14 18:17:40.986 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -3f8d51b3-25b1-426f-ae3d-9dda4ab16557,2020-01-14 18:17:40.591 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -3f10bf46-ae08-44f5-a00c-8dea0e8be21b,2020-05-15 11:25:34.579 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -85a1701a-0d88-447f-83bb-0ed8d78423de,2020-04-13 22:10:35.250 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -45b60202-7026-4b59-ab12-16239cef0cc5,2020-05-22 12:05:35.544 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -e8982b26-acd8-4359-a263-c85082883a78,2020-06-04 15:41:13.341 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -b78d8ba2-888f-4171-aff0-49fbba89f537,2020-01-14 18:18:01.122 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -a6cdddef-810a-45cf-b5a2-3ba00d6177c3,2020-01-14 18:16:43.024 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -75d91850-cc84-4e71-9252-fbb8dd04878b,2020-06-15 10:41:11.226 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -b75a0724-db30-4dae-993d-db57cd059adb,2020-01-14 18:18:44.646 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -dfc5136b-be6f-4aeb-8e02-49089e37917c,2020-06-16 06:26:14.198 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -4021ed05-cc43-4c27-9824-a0874a377113,2020-01-14 18:16:38.881 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -30274a3f-19ba-4b88-97b5-d6aa9436deb9,2020-03-25 20:45:46.295 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -132aa80d-03c7-41ef-b41b-7a150901edd6,2020-05-21 14:50:43.472 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -9b60a0f5-0c0d-4946-b102-6955a72da132,2020-03-02 18:35:51.277 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -19c0d59c-f75d-4d35-ae60-f780a805afe9,2020-01-14 18:17:05.831 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -52b29d62-abee-4a13-9e04-7fab22fb1fbe,2020-05-26 13:58:02.456 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -2ac25cda-d44d-40f8-989d-30f0f455fa20,2020-05-21 16:10:36.608 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -fc1dfcd2-837a-4826-9041-1fb5d2e02e60,2020-05-21 14:40:36.765 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -37f5948e-e2c4-4dae-8e94-f4094933d1d3,2020-05-22 02:30:35.118 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] -a9ff4106-1a52-4197-913e-892c81014f87,2020-01-14 18:16:00.295 UTC,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +709cf966-e3dc-459a-88f4-6716ba5edfbc,2020-07-03 18:09:20.858,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +3b8c419f-2dc0-4b0d-b4b9-44423f44b722,2020-01-14 18:20:19.855,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +1e67ef7c-4e61-411a-b4c3-db4eea184622,2020-05-21 14:45:40.413,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +1ad5b48f-7b42-4c49-990c-b9f7dbebec0c,2020-01-14 18:17:14.721,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +3d07babb-405e-4259-915d-8d0652ed48b3,2020-05-17 21:35:53.539,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +7a675ae5-5bf4-4372-830f-9aedb68c0fd6,2020-04-11 18:05:54.641,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +cd1b5384-05d7-4508-94a4-16c23dbacd66,2020-01-14 18:17:38.419,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +e8cf14e4-577c-4cb7-bf2b-16654d9d8849,2020-01-14 18:18:30.640,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +5bbeee59-a334-4811-9b39-534706aec3c1,2020-06-22 19:36:19.408,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +16007db8-568c-42b6-9af1-e9f51cb9c75b,2020-05-21 14:45:40.371,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +2f5b07e5-9333-471f-9b1d-33ac32eef821,2020-01-14 18:16:43.427,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +8e1dbe2d-efb0-4979-bc9d-746c66d6b164,2020-05-22 01:45:35.271,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +97db592d-5fc7-40ed-888f-5f5b10030e39,2020-05-21 15:25:40.385,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +3c660d63-367a-4bb7-900e-8db29ceedc2a,2020-05-03 12:25:44.392,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +e743625d-8c9c-45a5-be01-b927291d5824,2020-05-14 19:55:36.463,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +b2169f4a-473a-412a-82f9-c0504885dbb3,2020-04-07 14:50:50.152,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +07f95651-1fdf-4b3f-a8b0-32a0db2a6d30,2020-02-27 05:00:47.053,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +b0081948-b07f-466e-a948-351368108a66,2020-04-24 14:55:38.217,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +902419a3-b569-481d-bbbe-508afdbe5c5f,2020-01-31 21:20:43.242,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +9b137fa3-6577-475a-885f-250f9a90eb2e,2020-04-03 17:10:49.480,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +9d4b779a-e6df-4569-bdd6-79ff36302426,2020-01-14 18:16:13.305,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +21d2e83d-0c40-4e91-ae77-3f01e1020b7a,2020-05-21 14:57:01.516,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +298d7089-acec-4b25-b845-b0f3b1cff326,2020-01-14 18:16:18.795,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +306827a4-5d8b-43cf-9e65-1f5e1e7cdc45,2020-05-16 10:30:34.409,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +b6df85fd-6b38-4184-b871-e74f3745e833,2020-01-14 18:17:26.821,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +188c1534-88ca-4cf0-96e4-e605fec472e0,2020-01-14 18:16:24.532,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +b7aea513-05ec-44f6-b1f8-4b7ca270556a,2020-05-21 15:46:27.823,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +99c011cc-0520-490f-9038-6066305e9b69,2020-05-14 20:35:35.588,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +ae1e3ab7-9f2e-41e3-9408-075da12bb715,2020-01-14 18:18:20.024,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +6514215e-3b64-4cdf-ad7a-cdbfbf1bc74e,2020-04-30 19:10:38.077,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +28fed46a-eefc-48bf-88d9-450d8b26a990,2020-05-15 10:56:15.005,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +a0d174a2-4856-4eb9-90eb-ba968190768a,2020-01-14 18:17:11.958,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +0dbc672b-2733-4d2b-9308-68f66fa4f2ee,2020-01-14 18:20:32.981,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +de8ad26b-79be-4020-ae47-78c9a4f013c3,2020-07-05 20:01:34.300,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +ed741c2b-a541-4590-ac92-27e1b05179aa,2020-05-21 16:32:00.187,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +d531154a-215c-43dd-8263-35310c210a34,2020-06-23 23:16:56.358,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +6b2d3c94-057e-4cf0-ae1e-31b1bb15ac52,2020-05-21 17:45:42.907,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +a2ac54fe-a0f8-4bf5-b848-08a835e75b37,2020-05-21 15:01:25.004,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +e62e0bcc-5896-4e9a-9333-a1730f921cbc,2020-07-02 12:16:15.340,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +a64e4494-1d79-47ef-a2cf-135f68f23283,2020-01-14 18:16:36.407,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +eb00cb5d-2c4d-429c-93f0-37f87a78f40f,2020-03-29 13:30:44.496,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +31874858-2ce5-4984-8825-afbcae08210e,2020-02-23 22:10:47.261,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +8e0da0b1-b3cf-422f-8467-3e58bc91bd4d,2020-01-28 22:48:58.149,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +6a8cc7b9-963d-460d-ad1e-1eb89ffb922b,2020-01-14 18:16:09.842,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +e0045611-fc5b-47ea-8688-65dcbf73c3f9,2020-05-21 15:15:39.540,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +f041a239-c700-456d-abca-8adb53d49bdb,2020-04-16 21:50:36.606,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +c84a4329-dbd9-4a7a-94a0-de0e025218ed,2020-06-01 13:41:28.936,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +8af8ea87-a117-4f03-ba6b-5dd32c64ea2e,2020-05-14 18:05:39.239,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +422f70cd-07fc-4c48-a66f-b50fa4c9da81,2020-04-23 16:45:37.121,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +81ebf80d-22fa-4341-a70c-300baa0d027d,2020-05-14 18:46:12.785,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +3a0bf410-713d-4b4f-84fd-b6bef06cd2c2,2020-04-17 16:05:36.776,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +3ff55497-c866-4169-bb0c-f6f7856d2ed2,2020-01-14 18:15:57.605,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +510c9df7-dc36-4d16-8fd1-6d94839780be,2020-01-14 18:17:38.822,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +9965d3c3-4c82-427a-8781-f28365ec583d,2020-01-14 18:19:26.553,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +6423bd7a-9dee-4e12-b5c8-1c03d848ed7f,2020-01-14 18:20:08.210,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +7cc7ac39-3f80-4e11-9609-0b2d4294fc64,2020-05-22 01:00:34.768,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +8f451459-a186-4bb0-9cb0-39be56a2c336,2020-01-14 18:18:38.243,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +471d9cbb-0a64-4594-ade9-914ad2dc33f2,2020-01-14 18:19:28.583,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +8308acfa-8afe-44ed-b92c-18d8c3f6962a,2020-01-14 18:16:14.166,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +0e73a63b-cf97-4924-87f6-c6a610ef5f17,2020-02-15 15:30:44.168,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +b590fbd9-ecf7-4a6d-9f82-821b46c6e256,2020-01-14 18:17:28.121,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +6ddea72f-0eeb-429f-99e3-e3f7b9c713e4,2020-01-14 18:17:04.931,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +02d271f6-4628-4de2-86ee-845d1e07d7f0,2020-05-06 13:36:04.286,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +b1009afa-b7df-465f-ae92-8c8e8fcdc09d,2020-01-14 18:16:29.642,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +2e7ef4a4-4aa4-446c-af38-3189ccd8ce15,2020-01-14 18:19:06.685,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +4da7bcdd-0f9d-476d-811e-8d1fc4388972,2020-01-14 18:16:51.307,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +f36a6ea2-d44d-4264-a7bb-203c98b14882,2020-05-21 16:00:38.368,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +e6a2be05-08d5-4273-a38b-d08cec817167,2020-01-14 18:17:39.320,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +8965a7ce-a5f7-493d-9838-78424c5a5945,2020-05-21 15:35:40.083,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +46b214e7-28d3-4483-8975-1d45809fb95f,2020-02-13 22:15:47.315,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +448bde47-ffb0-4ef1-b851-95d7af117746,2020-01-14 18:20:08.224,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +b60a8960-1ba9-48cd-b212-b40be91022f2,2020-06-16 21:56:14.267,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +66facaff-0dc9-4d05-a239-edf6bfdb3221,2020-04-17 14:20:37.226,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +bf651e42-a387-4a37-9faa-8bedf8bd7b5b,2020-01-14 18:16:43.017,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +4b5e4788-52fa-4c90-a9d5-2d44677f2b29,2020-05-21 15:05:50.840,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +8380536f-1341-4aab-842e-1b8ed35f3edf,2020-01-14 18:15:30.202,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +20237660-78d9-4388-87a9-d511375a73b3,2020-01-14 18:16:40.519,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +e9b351cc-fa6d-40fa-8945-f136e062b433,2020-01-14 18:18:12.082,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +222083aa-d8da-4d00-9305-3e670f24908b,2020-01-14 18:16:40.531,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +ca8a23c6-b3fa-41f4-9405-2e3799b90213,2020-01-14 18:17:40.986,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +3f8d51b3-25b1-426f-ae3d-9dda4ab16557,2020-01-14 18:17:40.591,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +3f10bf46-ae08-44f5-a00c-8dea0e8be21b,2020-05-15 11:25:34.579,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +85a1701a-0d88-447f-83bb-0ed8d78423de,2020-04-13 22:10:35.250,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +45b60202-7026-4b59-ab12-16239cef0cc5,2020-05-22 12:05:35.544,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +e8982b26-acd8-4359-a263-c85082883a78,2020-06-04 15:41:13.341,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +b78d8ba2-888f-4171-aff0-49fbba89f537,2020-01-14 18:18:01.122,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +a6cdddef-810a-45cf-b5a2-3ba00d6177c3,2020-01-14 18:16:43.024,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +75d91850-cc84-4e71-9252-fbb8dd04878b,2020-06-15 10:41:11.226,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +b75a0724-db30-4dae-993d-db57cd059adb,2020-01-14 18:18:44.646,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +dfc5136b-be6f-4aeb-8e02-49089e37917c,2020-06-16 06:26:14.198,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +4021ed05-cc43-4c27-9824-a0874a377113,2020-01-14 18:16:38.881,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +30274a3f-19ba-4b88-97b5-d6aa9436deb9,2020-03-25 20:45:46.295,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +132aa80d-03c7-41ef-b41b-7a150901edd6,2020-05-21 14:50:43.472,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +9b60a0f5-0c0d-4946-b102-6955a72da132,2020-03-02 18:35:51.277,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +19c0d59c-f75d-4d35-ae60-f780a805afe9,2020-01-14 18:17:05.831,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +52b29d62-abee-4a13-9e04-7fab22fb1fbe,2020-05-26 13:58:02.456,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +2ac25cda-d44d-40f8-989d-30f0f455fa20,2020-05-21 16:10:36.608,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +fc1dfcd2-837a-4826-9041-1fb5d2e02e60,2020-05-21 14:40:36.765,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +37f5948e-e2c4-4dae-8e94-f4094933d1d3,2020-05-22 02:30:35.118,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] +a9ff4106-1a52-4197-913e-892c81014f87,2020-01-14 18:16:00.295,,UNSUBSCRIBED,,SOURCE_RECIPIENT,[] diff --git a/integration_tests/seeds/engagement_call_data.csv b/integration_tests/seeds/engagement_call_data.csv index 9a6722f..020db68 100644 --- a/integration_tests/seeds/engagement_call_data.csv +++ b/integration_tests/seeds/engagement_call_data.csv @@ -1,101 +1,101 @@ engagement_id,_fivetran_synced,callee_object_id,callee_object_type,disposition,duration_milliseconds,external_account_id,external_id,from_number,recording_url,status,to_number,transcription_id,unknown_visitor_conversation,body -6811510040,2020-07-09 11:10:52.675 UTC,,,,0,,,,,,,,,Q33P5F1uBkU2NBi1QZ7ryQ== -7696290106,2020-07-09 11:11:56.288 UTC,,,,0,,,,,,,,,zmZ5LKDdy/A9Y7Orimlvaw== -7539392513,2020-07-09 11:11:46.459 UTC,,,,0,,,,,,,,,O15XmCOg6TSfZdov9jO6tw== -7780093433,2020-07-09 11:12:00.200 UTC,,,17b47fee-58de-441e-a44c-c6300d46f273,0,,,,,,,,,VkAI7BgUifKhUpPbkkHYJg== -7625150584,2020-07-09 11:11:52.155 UTC,,,17b47fee-58de-441e-a44c-c6300d46f273,0,,,,,,,,,Ocy6yaDjcrtx0ij1EcmA2A== -7665793858,2020-07-09 11:11:54.058 UTC,,,17b47fee-58de-441e-a44c-c6300d46f273,0,,,,,,,,,C7U9mFuAvN1RGXwq3btV5w== -7683186860,2020-07-09 11:11:55.567 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,T7MQM4ubwTtXYN5N7w2h2A== -5967701401,2020-07-09 11:10:11.321 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,uDi1ZZFbhdko+8nU7BtzDQ== -7683091065,2020-07-09 11:11:55.566 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,8VsL0Vn2GBe4zZL1yx7P5g== -7699704661,2020-07-09 11:11:56.890 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,EVBc2Ex98Y/yRlmboFxwzQ== -6324822405,2020-07-09 11:10:30.838 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,uDi1ZZFbhdko+8nU7BtzDQ== -6283488561,2020-07-09 11:10:28.383 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,NplcPwZ9ccTCJwFzhZScQA== -6984601444,2020-07-09 11:11:01.401 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,Y1574f4vFgdZqCcul76F7g== -6316595305,2020-07-09 11:10:29.851 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,v5y8832hxwycugPI/9gDQw== -5683394854,2020-07-09 11:09:49.509 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,HzrUMl5wRywM0Xi5+pcqTw== -5864463410,2020-07-09 11:10:03.242 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,jI/Rh1ktdSiyzCy6Zy9cTg== -7506345298,2020-07-09 11:11:44.692 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,EVBc2Ex98Y/yRlmboFxwzQ== -5882855980,2020-07-09 11:10:04.898 UTC,,,9d9162e7-6cf3-4944-bf63-4dff82258764,0,,,,,,,,,4e2u6O2rMNHGM6XPFcAX2w== -5826374435,2020-07-09 11:09:58.017 UTC,,,9d9162e7-6cf3-4944-bf63-4dff82258764,0,,,,,,,,,XC+JsXkgo1ZY87nkoRrW1A== -7012692897,2020-07-09 11:11:02.997 UTC,,,9d9162e7-6cf3-4944-bf63-4dff82258764,0,,,,,,,,,PKxFi9GoIaWoAx7vFRjgEQ== -6274904410,2020-07-09 11:10:28.361 UTC,,,9d9162e7-6cf3-4944-bf63-4dff82258764,0,,,,,,,,,+D3L4YAyvq3UnGQHhmTpWg== -6533190515,2020-07-09 11:10:39.974 UTC,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,E7JrFioGEEgAGoga+ykN5g== -6612215795,2020-07-09 11:10:41.982 UTC,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,IjwKYAhav3Pt37tp64eirw== -6274277954,2020-07-09 11:10:27.625 UTC,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,7KxSb8AqUorXAL8IeNTjqA== -7404915744,2020-07-09 11:11:39.173 UTC,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,stafTBD2kqukC/aurOf9IA== -7733776420,2020-07-09 11:11:57.657 UTC,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,+r0EMNB7/whY2+FShvQBHQ== -7393284851,2020-07-09 11:11:38 UTC,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,oxik1fcNLqTHScgKAK8jeQ== -6535846885,2020-07-09 11:10:39.986 UTC,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,q92L+kpj2qgYH8DWmq/x5g== -6178707955,2020-07-09 11:10:22.821 UTC,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,lxOa757P6kxsZe/qym52fw== -5902772478,2020-07-09 11:10:06.918 UTC,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,5EjfC5PSu3z0myZHDogtdA== -6612496982,2020-07-09 11:10:41.986 UTC,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,IjwKYAhav3Pt37tp64eirw== -6180910285,2020-07-09 11:10:22.831 UTC,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,T9QhviMn93swFOtPpo5rdw== -6277145521,2020-07-09 11:10:28.367 UTC,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,7KxSb8AqUorXAL8IeNTjqA== -7145731416,2020-07-09 11:11:13.504 UTC,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,yBEw0ey4DtogklB6nykzWg== -6147378317,2020-07-09 11:10:21.810 UTC,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,vviS8SQIZXYBazL6ICpJNg== -7316496324,2020-07-09 11:11:30.975 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,Rs9Ss6RKjJWwKvjOo1YDZQ== -7424473173,2020-07-09 11:11:39.766 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,jVh/gJBu8wnZjzQKXwe3wA== -5682256971,2020-07-09 11:09:49.508 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,/L3yezokvSMszceXhd48lg== -6370996588,2020-07-09 11:10:32.911 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,+tX8jcfPm4fwzG9FX5aq0g== -6461063679,2020-07-09 11:10:37.874 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,33UaH9oeMatXBIYxthVm0A== -7555126782,2020-07-09 11:11:47.237 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,TutxCKULDGtcu4f4Qgw5Cw== -6934768550,2020-07-09 11:10:57.479 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,gRidcwecR/Y+ooEPx00/zQ== -5749186397,2020-07-09 11:09:52.310 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,zdJaGVQLlDjWFbxno9rzYQ== -7114947227,2020-07-09 11:11:11.958 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,anhDIVXDFq7mLk+ZjDaOSQ== -6877116704,2020-07-09 11:10:55.514 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,5lzxGuP3AZHPXI+aIv4gjQ== -7642838131,2020-07-09 11:11:53.416 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,ZEWfoAeGS+y+jW0Dit0ssw== -5754949172,2020-07-09 11:09:53.110 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,NkSZY0IR0H/9AvR5EsIQ7w== -6951111984,2020-07-09 11:10:58.242 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,19qeKVi5XY2gaB6DlWd3pw== -6910810607,2020-07-09 11:10:56.590 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,HckM5Umj78BWttF+tcA3yQ== -6729993004,2020-07-09 11:10:48.455 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,F2oSxx9v5r/ZAfZ+eicO1g== -5679474950,2020-07-09 11:09:48.293 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,cfVEYoNYeFxHwNTuKBWrlg== -5728184072,2020-07-09 11:09:51.353 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,en3395bF+4xkdSvEiTVFcw== -7091025422,2020-07-09 11:11:11.191 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,hAay22I+wbq6SL1XAn0aYQ== -6612740259,2020-07-09 11:10:41.987 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,qTu0Rp7uiMTjuss9tLIoQg== -6181885512,2020-07-09 11:10:24.153 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,hsEm/1GxpZdgfQ30ihYiMA== -7084735945,2020-07-09 11:11:10.059 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,KqF9Ch+dtpIJVyzpE+8MvQ== -6889782754,2020-07-09 11:10:55.522 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,AreFKdnnY/wOy29uohZUSw== -5902301822,2020-07-09 11:10:05.643 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,y5Ly8QJ1FcZaYHb1hLFeAg== -7102866465,2020-07-09 11:11:11.206 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,yKLSKx1fd/qszdJwpzT35Q== -6219686694,2020-07-09 11:10:24.930 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,WPesso9iMqhubEKelW9m1w== -5832881536,2020-07-09 11:09:59.180 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,7Ys3KOv2ypzxfYJEQmHtkA== -7223226216,2020-07-09 11:11:23.117 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,nKbv+Fz6eIGuoZc+Uq3ZXA== -6433570958,2020-07-09 11:10:36.253 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,AcUB3hWHAcFXWbhxwFyU/g== -6720666840,2020-07-09 11:10:48.436 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,vXW2d9phQUshQpuCtQWw5A== -7808508249,2020-07-09 13:40:40.969 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,KS99eSC9yrUcWHR3xPbmaw== -5879200155,2020-07-09 11:10:03.852 UTC,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,v2wKFyglR1FctWx+RmX/TA== -7539138320,2020-07-09 11:11:46.454 UTC,,,,0,,,,,,,,,frNy5yklGZm4gcenRiptmw== -7609286514,2020-07-09 11:11:51.620 UTC,,,,0,,,,,,,,,f8imzKZtfIgzKB2ahG8svA== -7665626076,2020-07-09 11:11:54.057 UTC,,,17b47fee-58de-441e-a44c-c6300d46f273,0,,,,,,,,,C7U9mFuAvN1RGXwq3btV5w== -6492185698,2020-07-09 11:10:38.512 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,8vOKwOper1oc/lm/dwyMIA== -5906692754,2020-07-09 11:10:07.803 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,deNqQED/oQb8+MKilDcvig== -6112065255,2020-07-09 11:10:20.063 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,uDi1ZZFbhdko+8nU7BtzDQ== -6368001744,2020-07-09 11:10:32.899 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,ysW2jWd6xxn+ED4pe71HyA== -6043718904,2020-07-09 11:10:17.986 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,cJTlt+ljHesVHhXBrlEPew== -7222473001,2020-07-09 11:11:23.113 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,3ZVEyQkvHLEUAjVCp12TDw== -6131897623,2020-07-09 11:10:20.970 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,SM4VnU5KuyS5Y0PwK/HUMw== -7090873818,2020-07-09 11:11:11.191 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,deNqQED/oQb8+MKilDcvig== -5840563838,2020-07-09 11:10:02.031 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,Y4NXcxxw6Uep4LaV0k68hw== -7016345022,2020-07-09 11:11:03.706 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,304bK2YTOmnIAmO8zpxyUQ== -6508042187,2020-07-09 11:10:39.352 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,+fF73An5KNk9huUUuhwGCw== -6574634598,2020-07-09 11:10:40.659 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,3ZVEyQkvHLEUAjVCp12TDw== -5944293270,2020-07-09 11:10:10.405 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,cR8+Uj4rCstkquV6MB+8WQ== -5890677276,2020-07-09 11:10:05.613 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,8GhDXoWISlxcqehSKmvvdQ== -7016287861,2020-07-09 11:11:03.003 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,8vOKwOper1oc/lm/dwyMIA== -7793632205,2020-07-09 11:12:00.731 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,Xli+4Dgjts0kHAGQMHA8gw== -7168748941,2020-07-09 11:11:16.948 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,eL8rxJCt8g8+4JdaRbaOvw== -7343625005,2020-07-09 11:11:33.189 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,5pQYA/NZ8M0OK6GL6Ev3EQ== -5838733431,2020-07-09 11:10:01.118 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,M6PjAlvGCpaw4h2JQqY44Q== -7578990830,2020-07-09 11:11:48.903 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,8meTOM/bCgU5u/szV/NH3g== -5766771897,2020-07-09 11:09:53.788 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,J4mSskWKdIl6+3xYJj/eDg== -7730319659,2020-07-09 11:11:57.656 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,c+16b2KE0WSl4QqEiqAPhQ== -6972360792,2020-07-09 11:11:00.739 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,6BCPMAL5fSJJmcVHip2RUQ== -7696001853,2020-07-09 11:11:56.286 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,EVBc2Ex98Y/yRlmboFxwzQ== -6441131983,2020-07-09 11:10:37.220 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,Qw2+ecMQP20hX8fWZ2w0Pg== -6154421450,2020-07-09 11:10:21.824 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,SM4VnU5KuyS5Y0PwK/HUMw== -7329160783,2020-07-09 11:11:31.916 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,EVBc2Ex98Y/yRlmboFxwzQ== -6180908772,2020-07-09 11:10:22.831 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,nQBLKPjKB0hhoQixsWpcUw== -6131686847,2020-07-09 11:10:20.966 UTC,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,dinxjuKL3prw9AL/XQdoxg== -7222098979,2020-07-09 11:11:23.112 UTC,,,9d9162e7-6cf3-4944-bf63-4dff82258764,0,,,,,,,,,upx+K+xn0mwPQF6z3SkoDg== -7443231399,2020-07-09 11:11:41.703 UTC,,,9d9162e7-6cf3-4944-bf63-4dff82258764,0,,,,,,,,,OhV8ZK3ucrkputuyI3fmKA== +6811510040,2020-07-09 11:10:52.675,,,,0,,,,,,,,,Q33P5F1uBkU2NBi1QZ7ryQ== +7696290106,2020-07-09 11:11:56.288,,,,0,,,,,,,,,zmZ5LKDdy/A9Y7Orimlvaw== +7539392513,2020-07-09 11:11:46.459,,,,0,,,,,,,,,O15XmCOg6TSfZdov9jO6tw== +7780093433,2020-07-09 11:12:00.200,,,17b47fee-58de-441e-a44c-c6300d46f273,0,,,,,,,,,VkAI7BgUifKhUpPbkkHYJg== +7625150584,2020-07-09 11:11:52.155,,,17b47fee-58de-441e-a44c-c6300d46f273,0,,,,,,,,,Ocy6yaDjcrtx0ij1EcmA2A== +7665793858,2020-07-09 11:11:54.058,,,17b47fee-58de-441e-a44c-c6300d46f273,0,,,,,,,,,C7U9mFuAvN1RGXwq3btV5w== +7683186860,2020-07-09 11:11:55.567,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,T7MQM4ubwTtXYN5N7w2h2A== +5967701401,2020-07-09 11:10:11.321,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,uDi1ZZFbhdko+8nU7BtzDQ== +7683091065,2020-07-09 11:11:55.566,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,8VsL0Vn2GBe4zZL1yx7P5g== +7699704661,2020-07-09 11:11:56.890,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,EVBc2Ex98Y/yRlmboFxwzQ== +6324822405,2020-07-09 11:10:30.838,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,uDi1ZZFbhdko+8nU7BtzDQ== +6283488561,2020-07-09 11:10:28.383,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,NplcPwZ9ccTCJwFzhZScQA== +6984601444,2020-07-09 11:11:01.401,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,Y1574f4vFgdZqCcul76F7g== +6316595305,2020-07-09 11:10:29.851,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,v5y8832hxwycugPI/9gDQw== +5683394854,2020-07-09 11:09:49.509,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,HzrUMl5wRywM0Xi5+pcqTw== +5864463410,2020-07-09 11:10:03.242,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,jI/Rh1ktdSiyzCy6Zy9cTg== +7506345298,2020-07-09 11:11:44.692,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,EVBc2Ex98Y/yRlmboFxwzQ== +5882855980,2020-07-09 11:10:04.898,,,9d9162e7-6cf3-4944-bf63-4dff82258764,0,,,,,,,,,4e2u6O2rMNHGM6XPFcAX2w== +5826374435,2020-07-09 11:09:58.017,,,9d9162e7-6cf3-4944-bf63-4dff82258764,0,,,,,,,,,XC+JsXkgo1ZY87nkoRrW1A== +7012692897,2020-07-09 11:11:02.997,,,9d9162e7-6cf3-4944-bf63-4dff82258764,0,,,,,,,,,PKxFi9GoIaWoAx7vFRjgEQ== +6274904410,2020-07-09 11:10:28.361,,,9d9162e7-6cf3-4944-bf63-4dff82258764,0,,,,,,,,,+D3L4YAyvq3UnGQHhmTpWg== +6533190515,2020-07-09 11:10:39.974,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,E7JrFioGEEgAGoga+ykN5g== +6612215795,2020-07-09 11:10:41.982,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,IjwKYAhav3Pt37tp64eirw== +6274277954,2020-07-09 11:10:27.625,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,7KxSb8AqUorXAL8IeNTjqA== +7404915744,2020-07-09 11:11:39.173,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,stafTBD2kqukC/aurOf9IA== +7733776420,2020-07-09 11:11:57.657,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,+r0EMNB7/whY2+FShvQBHQ== +7393284851,2020-07-09 11:11:38,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,oxik1fcNLqTHScgKAK8jeQ== +6535846885,2020-07-09 11:10:39.986,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,q92L+kpj2qgYH8DWmq/x5g== +6178707955,2020-07-09 11:10:22.821,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,lxOa757P6kxsZe/qym52fw== +5902772478,2020-07-09 11:10:06.918,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,5EjfC5PSu3z0myZHDogtdA== +6612496982,2020-07-09 11:10:41.986,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,IjwKYAhav3Pt37tp64eirw== +6180910285,2020-07-09 11:10:22.831,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,T9QhviMn93swFOtPpo5rdw== +6277145521,2020-07-09 11:10:28.367,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,7KxSb8AqUorXAL8IeNTjqA== +7145731416,2020-07-09 11:11:13.504,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,yBEw0ey4DtogklB6nykzWg== +6147378317,2020-07-09 11:10:21.810,,,b2cf5968-551e-4856-9783-52b3da59a7d0,0,,,,,,,,,vviS8SQIZXYBazL6ICpJNg== +7316496324,2020-07-09 11:11:30.975,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,Rs9Ss6RKjJWwKvjOo1YDZQ== +7424473173,2020-07-09 11:11:39.766,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,jVh/gJBu8wnZjzQKXwe3wA== +5682256971,2020-07-09 11:09:49.508,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,/L3yezokvSMszceXhd48lg== +6370996588,2020-07-09 11:10:32.911,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,+tX8jcfPm4fwzG9FX5aq0g== +6461063679,2020-07-09 11:10:37.874,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,33UaH9oeMatXBIYxthVm0A== +7555126782,2020-07-09 11:11:47.237,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,TutxCKULDGtcu4f4Qgw5Cw== +6934768550,2020-07-09 11:10:57.479,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,gRidcwecR/Y+ooEPx00/zQ== +5749186397,2020-07-09 11:09:52.310,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,zdJaGVQLlDjWFbxno9rzYQ== +7114947227,2020-07-09 11:11:11.958,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,anhDIVXDFq7mLk+ZjDaOSQ== +6877116704,2020-07-09 11:10:55.514,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,5lzxGuP3AZHPXI+aIv4gjQ== +7642838131,2020-07-09 11:11:53.416,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,ZEWfoAeGS+y+jW0Dit0ssw== +5754949172,2020-07-09 11:09:53.110,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,NkSZY0IR0H/9AvR5EsIQ7w== +6951111984,2020-07-09 11:10:58.242,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,19qeKVi5XY2gaB6DlWd3pw== +6910810607,2020-07-09 11:10:56.590,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,HckM5Umj78BWttF+tcA3yQ== +6729993004,2020-07-09 11:10:48.455,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,F2oSxx9v5r/ZAfZ+eicO1g== +5679474950,2020-07-09 11:09:48.293,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,cfVEYoNYeFxHwNTuKBWrlg== +5728184072,2020-07-09 11:09:51.353,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,en3395bF+4xkdSvEiTVFcw== +7091025422,2020-07-09 11:11:11.191,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,hAay22I+wbq6SL1XAn0aYQ== +6612740259,2020-07-09 11:10:41.987,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,qTu0Rp7uiMTjuss9tLIoQg== +6181885512,2020-07-09 11:10:24.153,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,hsEm/1GxpZdgfQ30ihYiMA== +7084735945,2020-07-09 11:11:10.059,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,KqF9Ch+dtpIJVyzpE+8MvQ== +6889782754,2020-07-09 11:10:55.522,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,AreFKdnnY/wOy29uohZUSw== +5902301822,2020-07-09 11:10:05.643,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,y5Ly8QJ1FcZaYHb1hLFeAg== +7102866465,2020-07-09 11:11:11.206,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,yKLSKx1fd/qszdJwpzT35Q== +6219686694,2020-07-09 11:10:24.930,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,WPesso9iMqhubEKelW9m1w== +5832881536,2020-07-09 11:09:59.180,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,7Ys3KOv2ypzxfYJEQmHtkA== +7223226216,2020-07-09 11:11:23.117,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,nKbv+Fz6eIGuoZc+Uq3ZXA== +6433570958,2020-07-09 11:10:36.253,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,AcUB3hWHAcFXWbhxwFyU/g== +6720666840,2020-07-09 11:10:48.436,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,vXW2d9phQUshQpuCtQWw5A== +7808508249,2020-07-09 13:40:40.969,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,KS99eSC9yrUcWHR3xPbmaw== +5879200155,2020-07-09 11:10:03.852,,,f240bbac-87c9-4f6e-bf70-924b57d47db7,0,,,,,,,,,v2wKFyglR1FctWx+RmX/TA== +7539138320,2020-07-09 11:11:46.454,,,,0,,,,,,,,,frNy5yklGZm4gcenRiptmw== +7609286514,2020-07-09 11:11:51.620,,,,0,,,,,,,,,f8imzKZtfIgzKB2ahG8svA== +7665626076,2020-07-09 11:11:54.057,,,17b47fee-58de-441e-a44c-c6300d46f273,0,,,,,,,,,C7U9mFuAvN1RGXwq3btV5w== +6492185698,2020-07-09 11:10:38.512,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,8vOKwOper1oc/lm/dwyMIA== +5906692754,2020-07-09 11:10:07.803,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,deNqQED/oQb8+MKilDcvig== +6112065255,2020-07-09 11:10:20.063,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,uDi1ZZFbhdko+8nU7BtzDQ== +6368001744,2020-07-09 11:10:32.899,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,ysW2jWd6xxn+ED4pe71HyA== +6043718904,2020-07-09 11:10:17.986,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,cJTlt+ljHesVHhXBrlEPew== +7222473001,2020-07-09 11:11:23.113,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,3ZVEyQkvHLEUAjVCp12TDw== +6131897623,2020-07-09 11:10:20.970,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,SM4VnU5KuyS5Y0PwK/HUMw== +7090873818,2020-07-09 11:11:11.191,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,deNqQED/oQb8+MKilDcvig== +5840563838,2020-07-09 11:10:02.031,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,Y4NXcxxw6Uep4LaV0k68hw== +7016345022,2020-07-09 11:11:03.706,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,304bK2YTOmnIAmO8zpxyUQ== +6508042187,2020-07-09 11:10:39.352,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,+fF73An5KNk9huUUuhwGCw== +6574634598,2020-07-09 11:10:40.659,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,3ZVEyQkvHLEUAjVCp12TDw== +5944293270,2020-07-09 11:10:10.405,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,cR8+Uj4rCstkquV6MB+8WQ== +5890677276,2020-07-09 11:10:05.613,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,8GhDXoWISlxcqehSKmvvdQ== +7016287861,2020-07-09 11:11:03.003,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,8vOKwOper1oc/lm/dwyMIA== +7793632205,2020-07-09 11:12:00.731,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,Xli+4Dgjts0kHAGQMHA8gw== +7168748941,2020-07-09 11:11:16.948,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,eL8rxJCt8g8+4JdaRbaOvw== +7343625005,2020-07-09 11:11:33.189,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,5pQYA/NZ8M0OK6GL6Ev3EQ== +5838733431,2020-07-09 11:10:01.118,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,M6PjAlvGCpaw4h2JQqY44Q== +7578990830,2020-07-09 11:11:48.903,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,8meTOM/bCgU5u/szV/NH3g== +5766771897,2020-07-09 11:09:53.788,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,J4mSskWKdIl6+3xYJj/eDg== +7730319659,2020-07-09 11:11:57.656,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,c+16b2KE0WSl4QqEiqAPhQ== +6972360792,2020-07-09 11:11:00.739,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,6BCPMAL5fSJJmcVHip2RUQ== +7696001853,2020-07-09 11:11:56.286,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,EVBc2Ex98Y/yRlmboFxwzQ== +6441131983,2020-07-09 11:10:37.220,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,Qw2+ecMQP20hX8fWZ2w0Pg== +6154421450,2020-07-09 11:10:21.824,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,SM4VnU5KuyS5Y0PwK/HUMw== +7329160783,2020-07-09 11:11:31.916,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,EVBc2Ex98Y/yRlmboFxwzQ== +6180908772,2020-07-09 11:10:22.831,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,nQBLKPjKB0hhoQixsWpcUw== +6131686847,2020-07-09 11:10:20.966,,,73a0d17f-1163-4015-bdd5-ec830791da20,0,,,,,,,,,dinxjuKL3prw9AL/XQdoxg== +7222098979,2020-07-09 11:11:23.112,,,9d9162e7-6cf3-4944-bf63-4dff82258764,0,,,,,,,,,upx+K+xn0mwPQF6z3SkoDg== +7443231399,2020-07-09 11:11:41.703,,,9d9162e7-6cf3-4944-bf63-4dff82258764,0,,,,,,,,,OhV8ZK3ucrkputuyI3fmKA== diff --git a/integration_tests/seeds/engagement_company_data.csv b/integration_tests/seeds/engagement_company_data.csv index 474851e..044e90a 100644 --- a/integration_tests/seeds/engagement_company_data.csv +++ b/integration_tests/seeds/engagement_company_data.csv @@ -1,101 +1,101 @@ company_id,engagement_id,_fivetran_synced -2560105984,3899272500,2020-07-09 11:07:02.989 UTC -2560105984,3857519625,2020-07-09 11:06:58.242 UTC -2051482368,3871041921,2020-07-09 11:06:59.769 UTC -2051482368,3871419693,2020-07-09 11:06:59.771 UTC -2181340160,2858286452,2020-07-09 11:03:24.452 UTC -2181340160,2958857185,2020-07-09 11:03:31.111 UTC -2181340160,2958911713,2020-07-09 11:03:31.111 UTC -2181340160,2719185515,2020-07-09 11:03:16.215 UTC -2181340160,3387694656,2020-07-09 11:04:13.443 UTC -2181340160,3499149220,2020-07-09 11:04:30.653 UTC -2181340160,2934414168,2020-07-09 11:03:29.268 UTC -2181340160,2934367845,2020-07-09 11:03:29.268 UTC -2594355712,7333017735,2020-07-09 11:11:33.175 UTC -2594355712,6705393641,2020-07-09 11:10:47.509 UTC -1714024960,7153279346,2020-07-09 11:11:14.504 UTC -2231268865,3001049885,2020-07-09 11:03:33.386 UTC -2231268865,2901791786,2020-07-09 11:03:27.429 UTC -2231268865,2839847269,2020-07-09 11:03:23.526 UTC -2231268865,2914578251,2020-07-09 11:03:28.592 UTC -2231268865,2839742880,2020-07-09 11:03:23.526 UTC -3075061761,5905107247,2020-07-09 11:10:06.928 UTC -3075061761,5905292908,2020-07-09 11:10:06.932 UTC -3075061761,5720777797,2020-07-09 11:09:50.344 UTC -3075061761,5864583568,2020-07-09 11:10:03.809 UTC -3075061761,5905119864,2020-07-09 11:10:06.928 UTC -3075061761,5864449376,2020-07-09 11:10:03.241 UTC -3075061761,5671664717,2020-07-09 11:09:47.430 UTC -3075061761,5720836146,2020-07-09 11:09:50.345 UTC -2498607617,3745400777,2020-07-09 11:06:44.501 UTC -2498607617,3665614670,2020-07-09 11:06:34.056 UTC -2498607617,3633312003,2020-07-09 11:06:28.204 UTC -1744052482,1971643694,2020-07-09 11:02:38.825 UTC -2553444866,4187981876,2020-07-09 11:07:34.573 UTC -2553444866,5785507128,2020-07-09 11:09:55.534 UTC -2553444866,3952567921,2020-07-09 11:07:09.846 UTC -2553444866,3829898926,2020-07-09 11:06:55.160 UTC -2553444866,3920065957,2020-07-09 11:07:05.307 UTC -2553444866,3867485694,2020-07-09 11:06:59.761 UTC -2553444866,3988898023,2020-07-09 11:07:15.658 UTC -2904461826,5814317199,2020-07-09 11:09:57.350 UTC -2904461826,5101065419,2020-07-09 11:08:56.612 UTC -2904461826,5650576905,2020-07-09 11:09:45.940 UTC -2701697794,4329164861,2020-07-09 11:07:47.314 UTC -2701697794,4319162244,2020-07-09 11:07:46.458 UTC -2701697794,4517438878,2020-07-09 11:08:03.437 UTC -2701697794,4741073361,2020-07-09 11:08:21.463 UTC -2701697794,4399822836,2020-07-09 11:07:53.909 UTC -2701697794,6545686825,2020-07-09 11:10:39.991 UTC -1714018818,5840519209,2020-07-09 11:10:02.030 UTC -1714018818,5778952846,2020-07-09 11:09:54.514 UTC -1714018818,5840990211,2020-07-09 11:10:02.033 UTC -1714018818,7575302844,2020-07-09 11:11:47.773 UTC -1714018818,5780683555,2020-07-09 11:09:54.541 UTC -1714018818,5238981319,2020-07-09 11:09:12.196 UTC -1714018818,7507894575,2020-07-09 11:11:44.718 UTC -1714018818,5251802245,2020-07-09 11:09:13.339 UTC -1714018818,6659272427,2020-07-09 11:10:44.898 UTC -1714018818,6456809902,2020-07-09 11:10:37.246 UTC -1714018818,5251793509,2020-07-09 11:09:13.339 UTC -1714018818,5675869671,2020-07-09 11:09:48.274 UTC -1714018818,5675906405,2020-07-09 11:09:48.275 UTC -1714018818,7517369565,2020-07-09 11:11:45.519 UTC -1714018818,6999212533,2020-07-09 11:11:02.214 UTC -1714018818,7139979043,2020-07-09 11:11:13.455 UTC -1714018818,5840583204,2020-07-09 11:10:02.031 UTC -1714018818,7575171061,2020-07-09 11:11:47.770 UTC -1714018818,5238839293,2020-07-09 11:09:12.196 UTC -1834098947,2225652474,2020-07-09 11:02:51.809 UTC -1834098947,2209235588,2020-07-09 11:02:50.590 UTC -2774552067,4604360304,2020-07-09 11:08:09.770 UTC -2774552067,4610675891,2020-07-09 11:08:10.556 UTC -2774552067,4610640098,2020-07-09 11:08:10.556 UTC -2690543107,4311796756,2020-07-09 11:07:46.452 UTC -2690543107,4270748141,2020-07-09 11:07:41.834 UTC -2690543107,4273589780,2020-07-09 11:07:41.853 UTC -2780464131,4627010912,2020-07-09 11:08:12.034 UTC -2780464131,4627077263,2020-07-09 11:08:12.036 UTC -2780464131,4625826605,2020-07-09 11:08:11.416 UTC -2814024195,4741947882,2020-07-09 11:08:21.494 UTC -1698248708,2461135995,2020-07-09 11:03:02.540 UTC -1698248708,1895614733,2020-07-09 11:02:37.292 UTC -2482477316,6705393615,2020-07-09 11:10:47.508 UTC -2756951812,4552555841,2020-07-09 11:08:05.776 UTC -2642210308,4676485857,2020-07-09 11:08:15.679 UTC -2642210308,4995759671,2020-07-09 11:08:47.124 UTC -2642210308,4675835573,2020-07-09 11:08:15.674 UTC -2642210308,4676746603,2020-07-09 11:08:15.683 UTC -1789128196,2100172689,2020-07-09 11:02:42.992 UTC -2823752197,4851181205,2020-07-09 11:08:34.075 UTC -2823752197,4776590445,2020-07-09 11:08:25.021 UTC -2815038469,4746668531,2020-07-09 11:08:22.289 UTC -2815038469,4746615047,2020-07-09 11:08:22.286 UTC -2815038469,4745265758,2020-07-09 11:08:22.285 UTC -2815038469,4745269216,2020-07-09 11:08:22.285 UTC -2328108805,3103484946,2020-07-09 11:03:42.732 UTC -2328108805,3047511418,2020-07-09 11:03:36.843 UTC -2662474501,4165685103,2020-07-09 11:07:33.983 UTC -2822716421,4771237710,2020-07-09 11:08:24.997 UTC -1795651845,2118613138,2020-07-09 11:02:44.951 UTC -1795651845,2143000949,2020-07-09 11:02:46.611 UTC +2560105984,3899272500,2020-07-09 11:07:02.989 +2560105984,3857519625,2020-07-09 11:06:58.242 +2051482368,3871041921,2020-07-09 11:06:59.769 +2051482368,3871419693,2020-07-09 11:06:59.771 +2181340160,2858286452,2020-07-09 11:03:24.452 +2181340160,2958857185,2020-07-09 11:03:31.111 +2181340160,2958911713,2020-07-09 11:03:31.111 +2181340160,2719185515,2020-07-09 11:03:16.215 +2181340160,3387694656,2020-07-09 11:04:13.443 +2181340160,3499149220,2020-07-09 11:04:30.653 +2181340160,2934414168,2020-07-09 11:03:29.268 +2181340160,2934367845,2020-07-09 11:03:29.268 +2594355712,7333017735,2020-07-09 11:11:33.175 +2594355712,6705393641,2020-07-09 11:10:47.509 +1714024960,7153279346,2020-07-09 11:11:14.504 +2231268865,3001049885,2020-07-09 11:03:33.386 +2231268865,2901791786,2020-07-09 11:03:27.429 +2231268865,2839847269,2020-07-09 11:03:23.526 +2231268865,2914578251,2020-07-09 11:03:28.592 +2231268865,2839742880,2020-07-09 11:03:23.526 +3075061761,5905107247,2020-07-09 11:10:06.928 +3075061761,5905292908,2020-07-09 11:10:06.932 +3075061761,5720777797,2020-07-09 11:09:50.344 +3075061761,5864583568,2020-07-09 11:10:03.809 +3075061761,5905119864,2020-07-09 11:10:06.928 +3075061761,5864449376,2020-07-09 11:10:03.241 +3075061761,5671664717,2020-07-09 11:09:47.430 +3075061761,5720836146,2020-07-09 11:09:50.345 +2498607617,3745400777,2020-07-09 11:06:44.501 +2498607617,3665614670,2020-07-09 11:06:34.056 +2498607617,3633312003,2020-07-09 11:06:28.204 +1744052482,1971643694,2020-07-09 11:02:38.825 +2553444866,4187981876,2020-07-09 11:07:34.573 +2553444866,5785507128,2020-07-09 11:09:55.534 +2553444866,3952567921,2020-07-09 11:07:09.846 +2553444866,3829898926,2020-07-09 11:06:55.160 +2553444866,3920065957,2020-07-09 11:07:05.307 +2553444866,3867485694,2020-07-09 11:06:59.761 +2553444866,3988898023,2020-07-09 11:07:15.658 +2904461826,5814317199,2020-07-09 11:09:57.350 +2904461826,5101065419,2020-07-09 11:08:56.612 +2904461826,5650576905,2020-07-09 11:09:45.940 +2701697794,4329164861,2020-07-09 11:07:47.314 +2701697794,4319162244,2020-07-09 11:07:46.458 +2701697794,4517438878,2020-07-09 11:08:03.437 +2701697794,4741073361,2020-07-09 11:08:21.463 +2701697794,4399822836,2020-07-09 11:07:53.909 +2701697794,6545686825,2020-07-09 11:10:39.991 +1714018818,5840519209,2020-07-09 11:10:02.030 +1714018818,5778952846,2020-07-09 11:09:54.514 +1714018818,5840990211,2020-07-09 11:10:02.033 +1714018818,7575302844,2020-07-09 11:11:47.773 +1714018818,5780683555,2020-07-09 11:09:54.541 +1714018818,5238981319,2020-07-09 11:09:12.196 +1714018818,7507894575,2020-07-09 11:11:44.718 +1714018818,5251802245,2020-07-09 11:09:13.339 +1714018818,6659272427,2020-07-09 11:10:44.898 +1714018818,6456809902,2020-07-09 11:10:37.246 +1714018818,5251793509,2020-07-09 11:09:13.339 +1714018818,5675869671,2020-07-09 11:09:48.274 +1714018818,5675906405,2020-07-09 11:09:48.275 +1714018818,7517369565,2020-07-09 11:11:45.519 +1714018818,6999212533,2020-07-09 11:11:02.214 +1714018818,7139979043,2020-07-09 11:11:13.455 +1714018818,5840583204,2020-07-09 11:10:02.031 +1714018818,7575171061,2020-07-09 11:11:47.770 +1714018818,5238839293,2020-07-09 11:09:12.196 +1834098947,2225652474,2020-07-09 11:02:51.809 +1834098947,2209235588,2020-07-09 11:02:50.590 +2774552067,4604360304,2020-07-09 11:08:09.770 +2774552067,4610675891,2020-07-09 11:08:10.556 +2774552067,4610640098,2020-07-09 11:08:10.556 +2690543107,4311796756,2020-07-09 11:07:46.452 +2690543107,4270748141,2020-07-09 11:07:41.834 +2690543107,4273589780,2020-07-09 11:07:41.853 +2780464131,4627010912,2020-07-09 11:08:12.034 +2780464131,4627077263,2020-07-09 11:08:12.036 +2780464131,4625826605,2020-07-09 11:08:11.416 +2814024195,4741947882,2020-07-09 11:08:21.494 +1698248708,2461135995,2020-07-09 11:03:02.540 +1698248708,1895614733,2020-07-09 11:02:37.292 +2482477316,6705393615,2020-07-09 11:10:47.508 +2756951812,4552555841,2020-07-09 11:08:05.776 +2642210308,4676485857,2020-07-09 11:08:15.679 +2642210308,4995759671,2020-07-09 11:08:47.124 +2642210308,4675835573,2020-07-09 11:08:15.674 +2642210308,4676746603,2020-07-09 11:08:15.683 +1789128196,2100172689,2020-07-09 11:02:42.992 +2823752197,4851181205,2020-07-09 11:08:34.075 +2823752197,4776590445,2020-07-09 11:08:25.021 +2815038469,4746668531,2020-07-09 11:08:22.289 +2815038469,4746615047,2020-07-09 11:08:22.286 +2815038469,4745265758,2020-07-09 11:08:22.285 +2815038469,4745269216,2020-07-09 11:08:22.285 +2328108805,3103484946,2020-07-09 11:03:42.732 +2328108805,3047511418,2020-07-09 11:03:36.843 +2662474501,4165685103,2020-07-09 11:07:33.983 +2822716421,4771237710,2020-07-09 11:08:24.997 +1795651845,2118613138,2020-07-09 11:02:44.951 +1795651845,2143000949,2020-07-09 11:02:46.611 diff --git a/integration_tests/seeds/engagement_contact_data.csv b/integration_tests/seeds/engagement_contact_data.csv index d7fd03d..8d2af11 100644 --- a/integration_tests/seeds/engagement_contact_data.csv +++ b/integration_tests/seeds/engagement_contact_data.csv @@ -1,101 +1,101 @@ contact_id,engagement_id,_fivetran_synced -15176051,3641003034,2020-07-09 11:06:29.248 UTC -17685751,3640926169,2020-07-09 11:06:29.248 UTC -15316951,3641028694,2020-07-09 11:06:29.248 UTC -17460501,3640884388,2020-07-09 11:06:29.248 UTC -15921301,3640874973,2020-07-09 11:06:29.248 UTC -17519351,3640888582,2020-07-09 11:06:29.248 UTC -17686601,3640978523,2020-07-09 11:06:29.248 UTC -11701,3641028694,2020-07-09 11:06:29.248 UTC -15343951,3640926169,2020-07-09 11:06:29.248 UTC -15694501,3640926169,2020-07-09 11:06:29.248 UTC -205501,7709587814,2020-07-09 11:11:56.928 UTC -499151,7709586131,2020-07-09 11:11:56.928 UTC -19901751,7709587814,2020-07-09 11:11:56.928 UTC -16144101,7709586131,2020-07-09 11:11:56.928 UTC -23148001,7709608164,2020-07-09 11:11:56.928 UTC -8001,7709586131,2020-07-09 11:11:56.928 UTC -2024340,7709586131,2020-07-09 11:11:56.928 UTC -33306901,7318395301,2020-07-09 11:11:30.976 UTC -32643001,7318372160,2020-07-09 11:11:30.976 UTC -18178001,7318556523,2020-07-09 11:11:30.976 UTC -23921001,7318449929,2020-07-09 11:11:30.976 UTC -23220401,7318542327,2020-07-09 11:11:30.976 UTC -12827051,6943034385,2020-07-09 11:10:58.208 UTC -20426051,6943122838,2020-07-09 11:10:58.208 UTC -20760151,6943093048,2020-07-09 11:10:58.208 UTC -31219351,6943108049,2020-07-09 11:10:58.208 UTC -4901,6943034385,2020-07-09 11:10:58.208 UTC -24803901,6943122838,2020-07-09 11:10:58.208 UTC -24803851,6943122838,2020-07-09 11:10:58.208 UTC -6855501,4995907193,2020-07-09 11:08:47.136 UTC -14824251,4995919073,2020-07-09 11:08:47.136 UTC -16144101,7401255436,2020-07-09 11:11:39.168 UTC -16677401,7401272265,2020-07-09 11:11:39.168 UTC -16144101,7401103956,2020-07-09 11:11:39.168 UTC -33845501,7401159832,2020-07-09 11:11:39.168 UTC -33852651,7400962144,2020-07-09 11:11:39.168 UTC -23733351,7401190520,2020-07-09 11:11:39.168 UTC -33833451,7401159611,2020-07-09 11:11:39.168 UTC -33844101,7401114158,2020-07-09 11:11:39.168 UTC -18422151,7401272265,2020-07-09 11:11:39.168 UTC -12322251,7401190520,2020-07-09 11:11:39.168 UTC -21530201,4343433470,2020-07-09 11:07:48.416 UTC -18171301,3987600119,2020-07-09 11:07:15.648 UTC -19304151,3987535582,2020-07-09 11:07:15.648 UTC -11157551,3987618990,2020-07-09 11:07:15.648 UTC -12225701,3987440416,2020-07-09 11:07:15.648 UTC -205501,3987618990,2020-07-09 11:07:15.648 UTC -19867901,3987612505,2020-07-09 11:07:15.648 UTC -16970451,3987618990,2020-07-09 11:07:15.648 UTC -14025001,5150768657,2020-07-09 11:09:02.144 UTC -2637151,5150775217,2020-07-09 11:09:02.144 UTC -21160401,5149844375,2020-07-09 11:09:02.144 UTC -14752901,5149748161,2020-07-09 11:09:02.144 UTC -16250601,5150775217,2020-07-09 11:09:02.144 UTC -20892301,5149844043,2020-07-09 11:09:02.144 UTC -13208451,5150010089,2020-07-09 11:09:02.144 UTC -15827151,5150775086,2020-07-09 11:09:02.144 UTC -14321501,3562038231,2020-07-09 11:04:40 UTC -16671401,3562061262,2020-07-09 11:04:40 UTC -14863051,3562038231,2020-07-09 11:04:40 UTC -15343951,3562051652,2020-07-09 11:04:40 UTC -499151,3562051652,2020-07-09 11:04:40 UTC -15343951,3562038231,2020-07-09 11:04:40 UTC -2023281,3562061262,2020-07-09 11:04:40 UTC -15495502,5227795810,2020-07-09 11:09:10.336 UTC -16144101,5227795810,2020-07-09 11:09:10.336 UTC -10382951,5227795810,2020-07-09 11:09:10.336 UTC -31771301,7640661415,2020-07-09 11:11:52.800 UTC -24536351,7640845489,2020-07-09 11:11:52.800 UTC -499151,7640827284,2020-07-09 11:11:52.800 UTC -35163901,7640827284,2020-07-09 11:11:52.800 UTC -1315701,5130328427,2020-07-09 11:08:59.392 UTC -16990358,5130332950,2020-07-09 11:08:59.392 UTC -15259601,5130328427,2020-07-09 11:08:59.392 UTC -9975201,5130299975,2020-07-09 11:08:59.392 UTC -4530051,5130328427,2020-07-09 11:08:59.392 UTC -25178051,5130337886,2020-07-09 11:08:59.392 UTC -100351,5128777546,2020-07-09 11:08:59.392 UTC -30916101,6822115691,2020-07-09 11:10:52.704 UTC -30618951,6822119394,2020-07-09 11:10:52.704 UTC -11636251,6822201898,2020-07-09 11:10:52.704 UTC -24791251,5101671845,2020-07-09 11:08:56.640 UTC -24416651,5101703721,2020-07-09 11:08:56.640 UTC -12346501,5101679705,2020-07-09 11:08:56.640 UTC -24746351,5101692471,2020-07-09 11:08:56.640 UTC -1995701,5101720732,2020-07-09 11:08:56.640 UTC -24821101,5101679705,2020-07-09 11:08:56.640 UTC -24821101,5101655845,2020-07-09 11:08:56.640 UTC -18810351,5101651579,2020-07-09 11:08:56.640 UTC -23500151,4676496164,2020-07-09 11:08:15.680 UTC -15500251,4676507120,2020-07-09 11:08:15.680 UTC -23247001,4676496164,2020-07-09 11:08:15.680 UTC -17267001,4676556689,2020-07-09 11:08:15.680 UTC -1997251,4676560094,2020-07-09 11:08:15.680 UTC -22598451,4676560094,2020-07-09 11:08:15.680 UTC -4901,4078304908,2020-07-09 11:07:26.528 UTC -15343951,4078304908,2020-07-09 11:07:26.528 UTC -14850001,4078304908,2020-07-09 11:07:26.528 UTC -14849951,4078304908,2020-07-09 11:07:26.528 UTC -17685751,4078304908,2020-07-09 11:07:26.528 UTC +15176051,3641003034,2020-07-09 11:06:29.248 +17685751,3640926169,2020-07-09 11:06:29.248 +15316951,3641028694,2020-07-09 11:06:29.248 +17460501,3640884388,2020-07-09 11:06:29.248 +15921301,3640874973,2020-07-09 11:06:29.248 +17519351,3640888582,2020-07-09 11:06:29.248 +17686601,3640978523,2020-07-09 11:06:29.248 +11701,3641028694,2020-07-09 11:06:29.248 +15343951,3640926169,2020-07-09 11:06:29.248 +15694501,3640926169,2020-07-09 11:06:29.248 +205501,7709587814,2020-07-09 11:11:56.928 +499151,7709586131,2020-07-09 11:11:56.928 +19901751,7709587814,2020-07-09 11:11:56.928 +16144101,7709586131,2020-07-09 11:11:56.928 +23148001,7709608164,2020-07-09 11:11:56.928 +8001,7709586131,2020-07-09 11:11:56.928 +2024340,7709586131,2020-07-09 11:11:56.928 +33306901,7318395301,2020-07-09 11:11:30.976 +32643001,7318372160,2020-07-09 11:11:30.976 +18178001,7318556523,2020-07-09 11:11:30.976 +23921001,7318449929,2020-07-09 11:11:30.976 +23220401,7318542327,2020-07-09 11:11:30.976 +12827051,6943034385,2020-07-09 11:10:58.208 +20426051,6943122838,2020-07-09 11:10:58.208 +20760151,6943093048,2020-07-09 11:10:58.208 +31219351,6943108049,2020-07-09 11:10:58.208 +4901,6943034385,2020-07-09 11:10:58.208 +24803901,6943122838,2020-07-09 11:10:58.208 +24803851,6943122838,2020-07-09 11:10:58.208 +6855501,4995907193,2020-07-09 11:08:47.136 +14824251,4995919073,2020-07-09 11:08:47.136 +16144101,7401255436,2020-07-09 11:11:39.168 +16677401,7401272265,2020-07-09 11:11:39.168 +16144101,7401103956,2020-07-09 11:11:39.168 +33845501,7401159832,2020-07-09 11:11:39.168 +33852651,7400962144,2020-07-09 11:11:39.168 +23733351,7401190520,2020-07-09 11:11:39.168 +33833451,7401159611,2020-07-09 11:11:39.168 +33844101,7401114158,2020-07-09 11:11:39.168 +18422151,7401272265,2020-07-09 11:11:39.168 +12322251,7401190520,2020-07-09 11:11:39.168 +21530201,4343433470,2020-07-09 11:07:48.416 +18171301,3987600119,2020-07-09 11:07:15.648 +19304151,3987535582,2020-07-09 11:07:15.648 +11157551,3987618990,2020-07-09 11:07:15.648 +12225701,3987440416,2020-07-09 11:07:15.648 +205501,3987618990,2020-07-09 11:07:15.648 +19867901,3987612505,2020-07-09 11:07:15.648 +16970451,3987618990,2020-07-09 11:07:15.648 +14025001,5150768657,2020-07-09 11:09:02.144 +2637151,5150775217,2020-07-09 11:09:02.144 +21160401,5149844375,2020-07-09 11:09:02.144 +14752901,5149748161,2020-07-09 11:09:02.144 +16250601,5150775217,2020-07-09 11:09:02.144 +20892301,5149844043,2020-07-09 11:09:02.144 +13208451,5150010089,2020-07-09 11:09:02.144 +15827151,5150775086,2020-07-09 11:09:02.144 +14321501,3562038231,2020-07-09 11:04:40 +16671401,3562061262,2020-07-09 11:04:40 +14863051,3562038231,2020-07-09 11:04:40 +15343951,3562051652,2020-07-09 11:04:40 +499151,3562051652,2020-07-09 11:04:40 +15343951,3562038231,2020-07-09 11:04:40 +2023281,3562061262,2020-07-09 11:04:40 +15495502,5227795810,2020-07-09 11:09:10.336 +16144101,5227795810,2020-07-09 11:09:10.336 +10382951,5227795810,2020-07-09 11:09:10.336 +31771301,7640661415,2020-07-09 11:11:52.800 +24536351,7640845489,2020-07-09 11:11:52.800 +499151,7640827284,2020-07-09 11:11:52.800 +35163901,7640827284,2020-07-09 11:11:52.800 +1315701,5130328427,2020-07-09 11:08:59.392 +16990358,5130332950,2020-07-09 11:08:59.392 +15259601,5130328427,2020-07-09 11:08:59.392 +9975201,5130299975,2020-07-09 11:08:59.392 +4530051,5130328427,2020-07-09 11:08:59.392 +25178051,5130337886,2020-07-09 11:08:59.392 +100351,5128777546,2020-07-09 11:08:59.392 +30916101,6822115691,2020-07-09 11:10:52.704 +30618951,6822119394,2020-07-09 11:10:52.704 +11636251,6822201898,2020-07-09 11:10:52.704 +24791251,5101671845,2020-07-09 11:08:56.640 +24416651,5101703721,2020-07-09 11:08:56.640 +12346501,5101679705,2020-07-09 11:08:56.640 +24746351,5101692471,2020-07-09 11:08:56.640 +1995701,5101720732,2020-07-09 11:08:56.640 +24821101,5101679705,2020-07-09 11:08:56.640 +24821101,5101655845,2020-07-09 11:08:56.640 +18810351,5101651579,2020-07-09 11:08:56.640 +23500151,4676496164,2020-07-09 11:08:15.680 +15500251,4676507120,2020-07-09 11:08:15.680 +23247001,4676496164,2020-07-09 11:08:15.680 +17267001,4676556689,2020-07-09 11:08:15.680 +1997251,4676560094,2020-07-09 11:08:15.680 +22598451,4676560094,2020-07-09 11:08:15.680 +4901,4078304908,2020-07-09 11:07:26.528 +15343951,4078304908,2020-07-09 11:07:26.528 +14850001,4078304908,2020-07-09 11:07:26.528 +14849951,4078304908,2020-07-09 11:07:26.528 +17685751,4078304908,2020-07-09 11:07:26.528 diff --git a/integration_tests/seeds/engagement_data.csv b/integration_tests/seeds/engagement_data.csv index c404041..1aeaa7f 100644 --- a/integration_tests/seeds/engagement_data.csv +++ b/integration_tests/seeds/engagement_data.csv @@ -1,101 +1,101 @@ id,_fivetran_synced,active,activity_type,created_at,last_updated,owner_id,portal_id,timestamp,type -3591630958,2020-07-09 11:06:11.241 UTC,true,,2019-10-10 21:08:30.493 UTC,2019-10-10 21:08:30.493 UTC,0,4727653,2019-05-01 18:26:00 UTC,NOTE -3591529112,2020-07-09 11:05:12.900 UTC,true,,2019-10-10 21:08:33.879 UTC,2019-10-10 21:08:33.879 UTC,0,4727653,2019-07-31 16:12:00 UTC,NOTE -3591572547,2020-07-09 11:05:38.565 UTC,true,,2019-10-10 21:08:35.161 UTC,2019-10-10 21:08:35.161 UTC,0,4727653,2019-06-28 22:17:00 UTC,NOTE -3591512985,2020-07-09 11:05:04.567 UTC,true,,2019-10-10 21:08:35.201 UTC,2019-10-10 21:08:35.201 UTC,0,4727653,2019-07-19 16:20:00 UTC,NOTE -3591631101,2020-07-09 11:06:12.089 UTC,true,,2019-10-10 21:08:33.457 UTC,2019-10-10 21:08:33.457 UTC,0,4727653,2019-05-22 21:18:00 UTC,NOTE -3591598036,2020-07-09 11:05:54.414 UTC,true,,2019-10-10 21:08:36.502 UTC,2019-10-10 21:08:36.502 UTC,0,4727653,2019-07-08 14:18:00 UTC,NOTE -3591554919,2020-07-09 11:05:26.917 UTC,true,,2019-10-10 21:08:34.384 UTC,2019-10-10 21:08:34.384 UTC,0,4727653,2019-05-28 15:59:00 UTC,NOTE -3591477124,2020-07-09 11:04:45.331 UTC,true,,2019-10-10 21:08:26.821 UTC,2019-10-10 21:08:26.821 UTC,0,4727653,2019-02-11 18:08:00 UTC,NOTE -3591545339,2020-07-09 11:05:19.685 UTC,true,,2019-10-10 21:08:30.049 UTC,2019-10-10 21:08:30.049 UTC,0,4727653,2019-05-29 21:47:00 UTC,NOTE -3591488919,2020-07-09 11:04:48.196 UTC,true,,2019-10-10 21:08:33.848 UTC,2019-10-10 21:08:33.848 UTC,0,4727653,2018-09-28 12:02:00 UTC,NOTE -3591477098,2020-07-09 11:04:45.330 UTC,true,,2019-10-10 21:08:26.671 UTC,2019-10-10 21:08:26.671 UTC,0,4727653,2019-02-06 13:07:00 UTC,NOTE -3591702896,2020-07-09 11:06:21.053 UTC,true,,2019-10-10 21:08:34.583 UTC,2019-10-10 21:08:34.583 UTC,0,4727653,2018-11-19 19:40:00 UTC,NOTE -3591596831,2020-07-09 11:05:49.296 UTC,true,,2019-10-10 21:08:26.682 UTC,2019-10-10 21:08:26.682 UTC,0,4727653,2019-02-27 20:48:00 UTC,NOTE -3591554228,2020-07-09 11:05:25.074 UTC,true,,2019-10-10 21:08:27.694 UTC,2019-10-10 21:08:27.694 UTC,0,4727653,2019-02-12 21:50:00 UTC,NOTE -3591511962,2020-07-09 11:05:02.329 UTC,true,,2019-10-10 21:08:31.467 UTC,2019-10-10 21:08:31.467 UTC,0,4727653,2019-05-30 15:47:00 UTC,NOTE -3591512308,2020-07-09 11:05:03.032 UTC,true,,2019-10-10 21:08:33.921 UTC,2019-10-10 21:08:33.921 UTC,0,4727653,2018-08-08 16:06:00 UTC,NOTE -3591544984,2020-07-09 11:05:19.179 UTC,true,,2019-10-10 21:08:23.108 UTC,2019-10-10 21:08:23.108 UTC,0,4727653,2018-09-24 16:37:00 UTC,NOTE -3591659362,2020-07-09 11:06:18.127 UTC,true,,2019-10-10 21:08:35.108 UTC,2019-10-10 21:08:35.108 UTC,0,4727653,2019-06-25 21:26:00 UTC,NOTE -3591597079,2020-07-09 11:05:51.834 UTC,true,,2019-10-10 21:08:31.219 UTC,2019-10-10 21:08:31.219 UTC,0,4727653,2018-05-31 17:37:00 UTC,NOTE -3591503715,2020-07-09 11:04:59.366 UTC,true,,2019-10-10 21:08:34.303 UTC,2019-10-10 21:08:34.303 UTC,0,4727653,2019-04-29 19:20:00 UTC,NOTE -3591476885,2020-07-09 11:04:44.822 UTC,true,,2019-10-10 21:08:23.006 UTC,2019-10-10 21:08:23.006 UTC,0,4727653,2018-08-07 15:06:00 UTC,NOTE -3591554015,2020-07-09 11:05:25.071 UTC,true,,2019-10-10 21:08:23.292 UTC,2019-10-10 21:08:23.292 UTC,0,4727653,2018-11-09 14:35:00 UTC,NOTE -3591546803,2020-07-09 11:05:24.527 UTC,true,,2019-10-10 21:08:36.785 UTC,2019-10-10 21:08:36.785 UTC,0,4727653,2019-07-18 16:32:00 UTC,NOTE -3591658896,2020-07-09 11:06:16.828 UTC,true,,2019-10-10 21:08:34.044 UTC,2019-10-10 21:08:34.044 UTC,0,4727653,2018-12-10 15:27:00 UTC,NOTE -3591528780,2020-07-09 11:05:11.926 UTC,true,,2019-10-10 21:08:30.538 UTC,2019-10-10 21:08:30.538 UTC,0,4727653,2019-07-23 15:29:00 UTC,NOTE -3591538666,2020-07-09 11:05:18.554 UTC,true,,2019-10-10 21:08:36.650 UTC,2019-10-10 21:08:36.650 UTC,0,4727653,2019-09-25 19:53:00 UTC,NOTE -3591554860,2020-07-09 11:05:26.916 UTC,true,,2019-10-10 21:08:34.293 UTC,2019-10-10 21:08:34.293 UTC,0,4727653,2019-04-19 17:51:00 UTC,NOTE -3591521564,2020-07-09 11:05:10.414 UTC,true,,2019-10-10 21:08:35.293 UTC,2019-10-10 21:08:35.293 UTC,0,4727653,2019-09-18 11:42:00 UTC,NOTE -3591622174,2020-07-09 11:06:05.983 UTC,true,,2019-10-10 21:08:23.258 UTC,2019-10-10 21:08:23.258 UTC,0,4727653,2018-11-07 13:45:00 UTC,NOTE -3591605762,2020-07-09 11:05:56.770 UTC,true,,2019-10-10 21:08:33.529 UTC,2019-10-10 21:08:33.529 UTC,0,4727653,2018-12-01 00:53:00 UTC,NOTE -3591658699,2020-07-09 11:06:16.156 UTC,true,,2019-10-10 21:08:33.768 UTC,2019-10-10 21:08:33.768 UTC,0,4727653,2019-02-25 17:03:00 UTC,NOTE -3591521682,2020-07-09 11:05:10.416 UTC,true,,2019-10-10 21:08:36.612 UTC,2019-10-10 21:08:36.612 UTC,0,4727653,2019-09-18 18:05:00 UTC,NOTE -3591562532,2020-07-09 11:05:29.433 UTC,true,,2019-10-10 21:08:27.583 UTC,2019-10-10 21:08:27.583 UTC,0,4727653,2019-01-14 16:36:00 UTC,NOTE -3591597179,2020-07-09 11:05:52.535 UTC,true,,2019-10-10 21:08:33.530 UTC,2019-10-10 21:08:33.530 UTC,0,4727653,2018-11-28 01:20:00 UTC,NOTE -3591544908,2020-07-09 11:05:18.555 UTC,true,,2019-10-10 21:08:22.783 UTC,2019-10-10 21:08:22.783 UTC,0,4727653,2018-10-02 15:46:00 UTC,NOTE -3591614695,2020-07-09 11:06:04.322 UTC,true,,2019-10-10 21:08:34.589 UTC,2019-10-10 21:08:34.589 UTC,0,4727653,2019-07-08 13:21:00 UTC,NOTE -3591572578,2020-07-09 11:05:38.566 UTC,true,,2019-10-10 21:08:35.211 UTC,2019-10-10 21:08:35.211 UTC,0,4727653,2019-06-06 18:06:00 UTC,NOTE -3591579923,2020-07-09 11:05:39.299 UTC,true,,2019-10-10 21:08:27.600 UTC,2019-10-10 21:08:27.600 UTC,0,4727653,2019-01-09 13:20:00 UTC,NOTE -3591520595,2020-07-09 11:05:07.431 UTC,true,,2019-10-10 21:08:33.617 UTC,2019-10-10 21:08:33.617 UTC,0,4727653,2019-03-13 19:58:00 UTC,NOTE -3591631436,2020-07-09 11:06:12.981 UTC,true,,2019-10-10 21:08:33.962 UTC,2019-10-10 21:08:33.962 UTC,0,4727653,2019-07-20 21:24:00 UTC,NOTE -3591596915,2020-07-09 11:05:51.832 UTC,true,,2019-10-10 21:08:27.649 UTC,2019-10-10 21:08:27.649 UTC,0,4727653,2019-02-08 13:20:00 UTC,NOTE -3591554619,2020-07-09 11:05:26.105 UTC,true,,2019-10-10 21:08:33.739 UTC,2019-10-10 21:08:33.739 UTC,0,4727653,2019-04-25 18:07:00 UTC,NOTE -3591511427,2020-07-09 11:05:00.761 UTC,true,,2019-10-10 21:08:22.998 UTC,2019-10-10 21:08:22.998 UTC,0,4727653,2018-08-08 12:47:00 UTC,NOTE -3591589810,2020-07-09 11:05:48.400 UTC,true,,2019-10-10 21:08:35.324 UTC,2019-10-10 21:08:35.324 UTC,0,4727653,2019-05-08 12:43:00 UTC,NOTE -3591588731,2020-07-09 11:05:44.661 UTC,true,,2019-10-10 21:08:33.451 UTC,2019-10-10 21:08:33.451 UTC,0,4727653,2019-03-21 22:41:00 UTC,NOTE -3591563185,2020-07-09 11:05:32.761 UTC,true,,2019-10-10 21:08:34.075 UTC,2019-10-10 21:08:34.075 UTC,0,4727653,2019-02-11 23:23:00 UTC,NOTE -3591554066,2020-07-09 11:05:25.072 UTC,true,,2019-10-10 21:08:26.508 UTC,2019-10-10 21:08:26.508 UTC,0,4727653,2018-12-19 18:26:00 UTC,NOTE -3591488522,2020-07-09 11:04:47.432 UTC,true,,2019-10-10 21:08:30.152 UTC,2019-10-10 21:08:30.152 UTC,0,4727653,2019-07-08 13:08:00 UTC,NOTE -3591528941,2020-07-09 11:05:11.929 UTC,true,,2019-10-10 21:08:33.535 UTC,2019-10-10 21:08:33.535 UTC,0,4727653,2019-03-18 20:37:00 UTC,NOTE -3591528620,2020-07-09 11:05:11.022 UTC,true,,2019-10-10 21:08:26.907 UTC,2019-10-10 21:08:26.907 UTC,0,4727653,2018-12-26 14:46:00 UTC,NOTE -3591488779,2020-07-09 11:04:48.192 UTC,true,,2019-10-10 21:08:33.562 UTC,2019-10-10 21:08:33.562 UTC,0,4727653,2019-02-04 17:23:00 UTC,NOTE -3591597695,2020-07-09 11:05:54.009 UTC,true,,2019-10-10 21:08:34.646 UTC,2019-10-10 21:08:34.646 UTC,0,4727653,2019-06-28 14:10:00 UTC,NOTE -3591597747,2020-07-09 11:05:54.009 UTC,true,,2019-10-10 21:08:34.738 UTC,2019-10-10 21:08:34.738 UTC,0,4727653,2019-06-28 13:59:00 UTC,NOTE -3591554277,2020-07-09 11:05:25.539 UTC,true,,2019-10-10 21:08:30.138 UTC,2019-10-10 21:08:30.138 UTC,0,4727653,2019-07-25 11:55:00 UTC,NOTE -3591498440,2020-07-09 11:04:56.247 UTC,true,,2019-10-10 21:08:35.301 UTC,2019-10-10 21:08:35.301 UTC,0,4727653,2019-05-29 17:43:00 UTC,NOTE -3591588540,2020-07-09 11:05:43.968 UTC,true,,2019-10-10 21:08:30.421 UTC,2019-10-10 21:08:30.421 UTC,0,4727653,2018-08-16 15:02:00 UTC,NOTE -3591496847,2020-07-09 11:04:51.829 UTC,true,,2019-10-10 21:08:27.660 UTC,2019-10-10 21:08:27.660 UTC,0,4727653,2019-01-28 18:38:00 UTC,NOTE -3591606487,2020-07-09 11:05:59.295 UTC,true,,2019-10-10 21:08:34.724 UTC,2019-10-10 21:08:34.724 UTC,0,4727653,2019-08-09 19:45:00 UTC,NOTE -3591631874,2020-07-09 11:06:14.074 UTC,true,,2019-10-10 21:08:35.011 UTC,2019-10-10 21:08:35.011 UTC,0,4727653,2019-07-23 12:07:00 UTC,NOTE -3591630549,2020-07-09 11:06:10.391 UTC,true,,2019-10-10 21:08:23.055 UTC,2019-10-10 21:08:23.055 UTC,0,4727653,2018-08-01 17:56:00 UTC,NOTE -3591544968,2020-07-09 11:05:19.178 UTC,true,,2019-10-10 21:08:23.059 UTC,2019-10-10 21:08:23.059 UTC,0,4727653,2018-09-11 14:52:00 UTC,NOTE -3591504078,2020-07-09 11:05:00.092 UTC,true,,2019-10-10 21:08:35.128 UTC,2019-10-10 21:08:35.128 UTC,0,4727653,2019-08-06 22:36:00 UTC,NOTE -3591597916,2020-07-09 11:05:54.413 UTC,true,,2019-10-10 21:08:35.157 UTC,2019-10-10 21:08:35.157 UTC,0,4727653,2019-08-29 19:03:00 UTC,NOTE -3591702300,2020-07-09 11:06:18.527 UTC,true,,2019-10-10 21:08:31.147 UTC,2019-10-10 21:08:31.147 UTC,0,4727653,2019-06-03 20:48:00 UTC,NOTE -3591528756,2020-07-09 11:05:11.926 UTC,true,,2019-10-10 21:08:30.325 UTC,2019-10-10 21:08:30.325 UTC,0,4727653,2019-09-21 18:08:00 UTC,NOTE -3591623840,2020-07-09 11:06:09.935 UTC,true,,2019-10-10 21:08:36.719 UTC,2019-10-10 21:08:36.719 UTC,0,4727653,2019-08-20 19:18:00 UTC,NOTE -3591623520,2020-07-09 11:06:09.457 UTC,true,,2019-10-10 21:08:34.829 UTC,2019-10-10 21:08:34.829 UTC,0,4727653,2019-06-28 13:56:00 UTC,NOTE -3591589678,2020-07-09 11:05:48.398 UTC,true,,2019-10-10 21:08:35.121 UTC,2019-10-10 21:08:35.121 UTC,0,4727653,2019-07-21 19:57:00 UTC,NOTE -3591512888,2020-07-09 11:05:04.566 UTC,true,,2019-10-10 21:08:35.040 UTC,2019-10-10 21:08:35.040 UTC,0,4727653,2019-04-23 23:36:00 UTC,NOTE -3591572156,2020-07-09 11:05:37.201 UTC,true,,2019-10-10 21:08:34.351 UTC,2019-10-10 21:08:34.351 UTC,0,4727653,2019-04-17 20:50:00 UTC,NOTE -3591579787,2020-07-09 11:05:39.298 UTC,true,,2019-10-10 21:08:23.285 UTC,2019-10-10 21:08:23.285 UTC,0,4727653,2018-11-11 17:53:00 UTC,NOTE -3591659043,2020-07-09 11:06:16.830 UTC,true,,2019-10-10 21:08:34.418 UTC,2019-10-10 21:08:34.418 UTC,0,4727653,2019-06-28 14:28:00 UTC,NOTE -3591511907,2020-07-09 11:05:02.328 UTC,true,,2019-10-10 21:08:30.983 UTC,2019-10-10 21:08:30.983 UTC,0,4727653,2019-09-11 03:21:00 UTC,NOTE -3591605960,2020-07-09 11:05:57.698 UTC,true,,2019-10-10 21:08:33.855 UTC,2019-10-10 21:08:33.855 UTC,0,4727653,2018-11-05 14:07:00 UTC,NOTE -3591489450,2020-07-09 11:04:49.291 UTC,true,,2019-10-10 21:08:34.934 UTC,2019-10-10 21:08:34.934 UTC,0,4727653,2019-10-03 13:15:00 UTC,NOTE -3591520326,2020-07-09 11:05:06.440 UTC,true,,2019-10-10 21:08:31.004 UTC,2019-10-10 21:08:31.004 UTC,0,4727653,2019-06-11 12:19:00 UTC,NOTE -3591546352,2020-07-09 11:05:23.209 UTC,true,,2019-10-10 21:08:34.719 UTC,2019-10-10 21:08:34.719 UTC,0,4727653,2019-05-15 20:34:00 UTC,NOTE -3591581074,2020-07-09 11:05:42.782 UTC,true,,2019-10-10 21:08:35.252 UTC,2019-10-10 21:08:35.252 UTC,0,4727653,2019-06-28 14:34:00 UTC,NOTE -3591658439,2020-07-09 11:06:15.631 UTC,true,,2019-10-10 21:08:31.149 UTC,2019-10-10 21:08:31.149 UTC,0,4727653,2019-06-28 13:47:00 UTC,NOTE -3591605816,2020-07-09 11:05:56.771 UTC,true,,2019-10-10 21:08:33.600 UTC,2019-10-10 21:08:33.600 UTC,0,4727653,2019-04-12 13:33:00 UTC,NOTE -3591496690,2020-07-09 11:04:50.294 UTC,true,,2019-10-10 21:08:26.691 UTC,2019-10-10 21:08:26.691 UTC,0,4727653,2019-02-20 19:49:00 UTC,NOTE -3591614472,2020-07-09 11:06:03.642 UTC,true,,2019-10-10 21:08:34.071 UTC,2019-10-10 21:08:34.071 UTC,0,4727653,2018-11-06 12:53:00 UTC,NOTE -3591623859,2020-07-09 11:06:09.936 UTC,true,,2019-10-10 21:08:37.085 UTC,2019-10-10 21:08:37.085 UTC,0,4727653,2019-07-08 19:29:00 UTC,NOTE -3591606071,2020-07-09 11:05:57.700 UTC,true,,2019-10-10 21:08:33.982 UTC,2019-10-10 21:08:33.982 UTC,0,4727653,2018-12-01 13:29:00 UTC,NOTE -3591562873,2020-07-09 11:05:30.046 UTC,true,,2019-10-10 21:08:33.530 UTC,2019-10-10 21:08:33.530 UTC,0,4727653,2018-12-06 13:43:00 UTC,NOTE -3591498098,2020-07-09 11:04:55.165 UTC,true,,2019-10-10 21:08:34.755 UTC,2019-10-10 21:08:34.755 UTC,0,4727653,2019-06-28 14:33:00 UTC,NOTE -3591563807,2020-07-09 11:05:34.862 UTC,true,,2019-10-10 21:08:35.338 UTC,2019-10-10 21:08:35.338 UTC,0,4727653,2019-06-28 14:12:00 UTC,NOTE -3591622971,2020-07-09 11:06:08.483 UTC,true,,2019-10-10 21:08:33.885 UTC,2019-10-10 21:08:33.885 UTC,0,4727653,2019-07-16 20:20:00 UTC,NOTE -3591546547,2020-07-09 11:05:23.954 UTC,true,,2019-10-10 21:08:35.122 UTC,2019-10-10 21:08:35.122 UTC,0,4727653,2019-01-26 11:35:00 UTC,NOTE -3591555146,2020-07-09 11:05:27.500 UTC,true,,2019-10-10 21:08:34.795 UTC,2019-10-10 21:08:34.795 UTC,0,4727653,2019-10-05 10:45:00 UTC,NOTE -3591537081,2020-07-09 11:05:14.910 UTC,true,,2019-10-10 21:08:23.137 UTC,2019-10-10 21:08:23.137 UTC,0,4727653,2018-10-03 17:54:00 UTC,NOTE -3591614779,2020-07-09 11:06:04.694 UTC,true,,2019-10-10 21:08:34.719 UTC,2019-10-10 21:08:34.719 UTC,0,4727653,2019-09-02 16:10:00 UTC,NOTE -3591623474,2020-07-09 11:06:09.456 UTC,true,,2019-10-10 21:08:34.770 UTC,2019-10-10 21:08:34.770 UTC,0,4727653,2019-08-05 02:28:00 UTC,NOTE -3591563127,2020-07-09 11:05:32.760 UTC,true,,2019-10-10 21:08:33.963 UTC,2019-10-10 21:08:33.963 UTC,0,4727653,2019-03-07 21:27:00 UTC,NOTE -3591631817,2020-07-09 11:06:14.073 UTC,true,,2019-10-10 21:08:34.807 UTC,2019-10-10 21:08:34.807 UTC,0,4727653,2018-10-11 17:41:00 UTC,NOTE -3591513153,2020-07-09 11:05:05.082 UTC,true,,2019-10-10 21:08:36.615 UTC,2019-10-10 21:08:36.615 UTC,0,4727653,2019-08-19 13:31:00 UTC,NOTE -3591614228,2020-07-09 11:06:02.718 UTC,true,,2019-10-10 21:08:33.625 UTC,2019-10-10 21:08:33.625 UTC,0,4727653,2019-06-28 14:36:00 UTC,NOTE -3591571572,2020-07-09 11:05:35.841 UTC,true,,2019-10-10 21:08:30.089 UTC,2019-10-10 21:08:30.089 UTC,0,4727653,2019-04-11 13:38:00 UTC,NOTE -3591589025,2020-07-09 11:05:46.509 UTC,true,,2019-10-10 21:08:33.887 UTC,2019-10-10 21:08:33.887 UTC,0,4727653,2019-08-21 20:26:00 UTC,NOTE -3591512245,2020-07-09 11:05:03.031 UTC,true,,2019-10-10 21:08:33.862 UTC,2019-10-10 21:08:33.862 UTC,0,4727653,2019-07-06 18:17:00 UTC,NOTE +3591630958,2020-07-09 11:06:11.241,true,,2019-10-10 21:08:30.493,2019-10-10 21:08:30.493,0,4727653,2019-05-01 18:26:00,NOTE +3591529112,2020-07-09 11:05:12.900,true,,2019-10-10 21:08:33.879,2019-10-10 21:08:33.879,0,4727653,2019-07-31 16:12:00,NOTE +3591572547,2020-07-09 11:05:38.565,true,,2019-10-10 21:08:35.161,2019-10-10 21:08:35.161,0,4727653,2019-06-28 22:17:00,NOTE +3591512985,2020-07-09 11:05:04.567,true,,2019-10-10 21:08:35.201,2019-10-10 21:08:35.201,0,4727653,2019-07-19 16:20:00,NOTE +3591631101,2020-07-09 11:06:12.089,true,,2019-10-10 21:08:33.457,2019-10-10 21:08:33.457,0,4727653,2019-05-22 21:18:00,NOTE +3591598036,2020-07-09 11:05:54.414,true,,2019-10-10 21:08:36.502,2019-10-10 21:08:36.502,0,4727653,2019-07-08 14:18:00,NOTE +3591554919,2020-07-09 11:05:26.917,true,,2019-10-10 21:08:34.384,2019-10-10 21:08:34.384,0,4727653,2019-05-28 15:59:00,NOTE +3591477124,2020-07-09 11:04:45.331,true,,2019-10-10 21:08:26.821,2019-10-10 21:08:26.821,0,4727653,2019-02-11 18:08:00,NOTE +3591545339,2020-07-09 11:05:19.685,true,,2019-10-10 21:08:30.049,2019-10-10 21:08:30.049,0,4727653,2019-05-29 21:47:00,NOTE +3591488919,2020-07-09 11:04:48.196,true,,2019-10-10 21:08:33.848,2019-10-10 21:08:33.848,0,4727653,2018-09-28 12:02:00,NOTE +3591477098,2020-07-09 11:04:45.330,true,,2019-10-10 21:08:26.671,2019-10-10 21:08:26.671,0,4727653,2019-02-06 13:07:00,NOTE +3591702896,2020-07-09 11:06:21.053,true,,2019-10-10 21:08:34.583,2019-10-10 21:08:34.583,0,4727653,2018-11-19 19:40:00,NOTE +3591596831,2020-07-09 11:05:49.296,true,,2019-10-10 21:08:26.682,2019-10-10 21:08:26.682,0,4727653,2019-02-27 20:48:00,NOTE +3591554228,2020-07-09 11:05:25.074,true,,2019-10-10 21:08:27.694,2019-10-10 21:08:27.694,0,4727653,2019-02-12 21:50:00,NOTE +3591511962,2020-07-09 11:05:02.329,true,,2019-10-10 21:08:31.467,2019-10-10 21:08:31.467,0,4727653,2019-05-30 15:47:00,NOTE +3591512308,2020-07-09 11:05:03.032,true,,2019-10-10 21:08:33.921,2019-10-10 21:08:33.921,0,4727653,2018-08-08 16:06:00,NOTE +3591544984,2020-07-09 11:05:19.179,true,,2019-10-10 21:08:23.108,2019-10-10 21:08:23.108,0,4727653,2018-09-24 16:37:00,NOTE +3591659362,2020-07-09 11:06:18.127,true,,2019-10-10 21:08:35.108,2019-10-10 21:08:35.108,0,4727653,2019-06-25 21:26:00,NOTE +3591597079,2020-07-09 11:05:51.834,true,,2019-10-10 21:08:31.219,2019-10-10 21:08:31.219,0,4727653,2018-05-31 17:37:00,NOTE +3591503715,2020-07-09 11:04:59.366,true,,2019-10-10 21:08:34.303,2019-10-10 21:08:34.303,0,4727653,2019-04-29 19:20:00,NOTE +3591476885,2020-07-09 11:04:44.822,true,,2019-10-10 21:08:23.006,2019-10-10 21:08:23.006,0,4727653,2018-08-07 15:06:00,NOTE +3591554015,2020-07-09 11:05:25.071,true,,2019-10-10 21:08:23.292,2019-10-10 21:08:23.292,0,4727653,2018-11-09 14:35:00,NOTE +3591546803,2020-07-09 11:05:24.527,true,,2019-10-10 21:08:36.785,2019-10-10 21:08:36.785,0,4727653,2019-07-18 16:32:00,NOTE +3591658896,2020-07-09 11:06:16.828,true,,2019-10-10 21:08:34.044,2019-10-10 21:08:34.044,0,4727653,2018-12-10 15:27:00,NOTE +3591528780,2020-07-09 11:05:11.926,true,,2019-10-10 21:08:30.538,2019-10-10 21:08:30.538,0,4727653,2019-07-23 15:29:00,NOTE +3591538666,2020-07-09 11:05:18.554,true,,2019-10-10 21:08:36.650,2019-10-10 21:08:36.650,0,4727653,2019-09-25 19:53:00,NOTE +3591554860,2020-07-09 11:05:26.916,true,,2019-10-10 21:08:34.293,2019-10-10 21:08:34.293,0,4727653,2019-04-19 17:51:00,NOTE +3591521564,2020-07-09 11:05:10.414,true,,2019-10-10 21:08:35.293,2019-10-10 21:08:35.293,0,4727653,2019-09-18 11:42:00,NOTE +3591622174,2020-07-09 11:06:05.983,true,,2019-10-10 21:08:23.258,2019-10-10 21:08:23.258,0,4727653,2018-11-07 13:45:00,NOTE +3591605762,2020-07-09 11:05:56.770,true,,2019-10-10 21:08:33.529,2019-10-10 21:08:33.529,0,4727653,2018-12-01 00:53:00,NOTE +3591658699,2020-07-09 11:06:16.156,true,,2019-10-10 21:08:33.768,2019-10-10 21:08:33.768,0,4727653,2019-02-25 17:03:00,NOTE +3591521682,2020-07-09 11:05:10.416,true,,2019-10-10 21:08:36.612,2019-10-10 21:08:36.612,0,4727653,2019-09-18 18:05:00,NOTE +3591562532,2020-07-09 11:05:29.433,true,,2019-10-10 21:08:27.583,2019-10-10 21:08:27.583,0,4727653,2019-01-14 16:36:00,NOTE +3591597179,2020-07-09 11:05:52.535,true,,2019-10-10 21:08:33.530,2019-10-10 21:08:33.530,0,4727653,2018-11-28 01:20:00,NOTE +3591544908,2020-07-09 11:05:18.555,true,,2019-10-10 21:08:22.783,2019-10-10 21:08:22.783,0,4727653,2018-10-02 15:46:00,NOTE +3591614695,2020-07-09 11:06:04.322,true,,2019-10-10 21:08:34.589,2019-10-10 21:08:34.589,0,4727653,2019-07-08 13:21:00,NOTE +3591572578,2020-07-09 11:05:38.566,true,,2019-10-10 21:08:35.211,2019-10-10 21:08:35.211,0,4727653,2019-06-06 18:06:00,NOTE +3591579923,2020-07-09 11:05:39.299,true,,2019-10-10 21:08:27.600,2019-10-10 21:08:27.600,0,4727653,2019-01-09 13:20:00,NOTE +3591520595,2020-07-09 11:05:07.431,true,,2019-10-10 21:08:33.617,2019-10-10 21:08:33.617,0,4727653,2019-03-13 19:58:00,NOTE +3591631436,2020-07-09 11:06:12.981,true,,2019-10-10 21:08:33.962,2019-10-10 21:08:33.962,0,4727653,2019-07-20 21:24:00,NOTE +3591596915,2020-07-09 11:05:51.832,true,,2019-10-10 21:08:27.649,2019-10-10 21:08:27.649,0,4727653,2019-02-08 13:20:00,NOTE +3591554619,2020-07-09 11:05:26.105,true,,2019-10-10 21:08:33.739,2019-10-10 21:08:33.739,0,4727653,2019-04-25 18:07:00,NOTE +3591511427,2020-07-09 11:05:00.761,true,,2019-10-10 21:08:22.998,2019-10-10 21:08:22.998,0,4727653,2018-08-08 12:47:00,NOTE +3591589810,2020-07-09 11:05:48.400,true,,2019-10-10 21:08:35.324,2019-10-10 21:08:35.324,0,4727653,2019-05-08 12:43:00,NOTE +3591588731,2020-07-09 11:05:44.661,true,,2019-10-10 21:08:33.451,2019-10-10 21:08:33.451,0,4727653,2019-03-21 22:41:00,NOTE +3591563185,2020-07-09 11:05:32.761,true,,2019-10-10 21:08:34.075,2019-10-10 21:08:34.075,0,4727653,2019-02-11 23:23:00,NOTE +3591554066,2020-07-09 11:05:25.072,true,,2019-10-10 21:08:26.508,2019-10-10 21:08:26.508,0,4727653,2018-12-19 18:26:00,NOTE +3591488522,2020-07-09 11:04:47.432,true,,2019-10-10 21:08:30.152,2019-10-10 21:08:30.152,0,4727653,2019-07-08 13:08:00,NOTE +3591528941,2020-07-09 11:05:11.929,true,,2019-10-10 21:08:33.535,2019-10-10 21:08:33.535,0,4727653,2019-03-18 20:37:00,NOTE +3591528620,2020-07-09 11:05:11.022,true,,2019-10-10 21:08:26.907,2019-10-10 21:08:26.907,0,4727653,2018-12-26 14:46:00,NOTE +3591488779,2020-07-09 11:04:48.192,true,,2019-10-10 21:08:33.562,2019-10-10 21:08:33.562,0,4727653,2019-02-04 17:23:00,NOTE +3591597695,2020-07-09 11:05:54.009,true,,2019-10-10 21:08:34.646,2019-10-10 21:08:34.646,0,4727653,2019-06-28 14:10:00,NOTE +3591597747,2020-07-09 11:05:54.009,true,,2019-10-10 21:08:34.738,2019-10-10 21:08:34.738,0,4727653,2019-06-28 13:59:00,NOTE +3591554277,2020-07-09 11:05:25.539,true,,2019-10-10 21:08:30.138,2019-10-10 21:08:30.138,0,4727653,2019-07-25 11:55:00,NOTE +3591498440,2020-07-09 11:04:56.247,true,,2019-10-10 21:08:35.301,2019-10-10 21:08:35.301,0,4727653,2019-05-29 17:43:00,NOTE +3591588540,2020-07-09 11:05:43.968,true,,2019-10-10 21:08:30.421,2019-10-10 21:08:30.421,0,4727653,2018-08-16 15:02:00,NOTE +3591496847,2020-07-09 11:04:51.829,true,,2019-10-10 21:08:27.660,2019-10-10 21:08:27.660,0,4727653,2019-01-28 18:38:00,NOTE +3591606487,2020-07-09 11:05:59.295,true,,2019-10-10 21:08:34.724,2019-10-10 21:08:34.724,0,4727653,2019-08-09 19:45:00,NOTE +3591631874,2020-07-09 11:06:14.074,true,,2019-10-10 21:08:35.011,2019-10-10 21:08:35.011,0,4727653,2019-07-23 12:07:00,NOTE +3591630549,2020-07-09 11:06:10.391,true,,2019-10-10 21:08:23.055,2019-10-10 21:08:23.055,0,4727653,2018-08-01 17:56:00,NOTE +3591544968,2020-07-09 11:05:19.178,true,,2019-10-10 21:08:23.059,2019-10-10 21:08:23.059,0,4727653,2018-09-11 14:52:00,NOTE +3591504078,2020-07-09 11:05:00.092,true,,2019-10-10 21:08:35.128,2019-10-10 21:08:35.128,0,4727653,2019-08-06 22:36:00,NOTE +3591597916,2020-07-09 11:05:54.413,true,,2019-10-10 21:08:35.157,2019-10-10 21:08:35.157,0,4727653,2019-08-29 19:03:00,NOTE +3591702300,2020-07-09 11:06:18.527,true,,2019-10-10 21:08:31.147,2019-10-10 21:08:31.147,0,4727653,2019-06-03 20:48:00,NOTE +3591528756,2020-07-09 11:05:11.926,true,,2019-10-10 21:08:30.325,2019-10-10 21:08:30.325,0,4727653,2019-09-21 18:08:00,NOTE +3591623840,2020-07-09 11:06:09.935,true,,2019-10-10 21:08:36.719,2019-10-10 21:08:36.719,0,4727653,2019-08-20 19:18:00,NOTE +3591623520,2020-07-09 11:06:09.457,true,,2019-10-10 21:08:34.829,2019-10-10 21:08:34.829,0,4727653,2019-06-28 13:56:00,NOTE +3591589678,2020-07-09 11:05:48.398,true,,2019-10-10 21:08:35.121,2019-10-10 21:08:35.121,0,4727653,2019-07-21 19:57:00,NOTE +3591512888,2020-07-09 11:05:04.566,true,,2019-10-10 21:08:35.040,2019-10-10 21:08:35.040,0,4727653,2019-04-23 23:36:00,NOTE +3591572156,2020-07-09 11:05:37.201,true,,2019-10-10 21:08:34.351,2019-10-10 21:08:34.351,0,4727653,2019-04-17 20:50:00,NOTE +3591579787,2020-07-09 11:05:39.298,true,,2019-10-10 21:08:23.285,2019-10-10 21:08:23.285,0,4727653,2018-11-11 17:53:00,NOTE +3591659043,2020-07-09 11:06:16.830,true,,2019-10-10 21:08:34.418,2019-10-10 21:08:34.418,0,4727653,2019-06-28 14:28:00,NOTE +3591511907,2020-07-09 11:05:02.328,true,,2019-10-10 21:08:30.983,2019-10-10 21:08:30.983,0,4727653,2019-09-11 03:21:00,NOTE +3591605960,2020-07-09 11:05:57.698,true,,2019-10-10 21:08:33.855,2019-10-10 21:08:33.855,0,4727653,2018-11-05 14:07:00,NOTE +3591489450,2020-07-09 11:04:49.291,true,,2019-10-10 21:08:34.934,2019-10-10 21:08:34.934,0,4727653,2019-10-03 13:15:00,NOTE +3591520326,2020-07-09 11:05:06.440,true,,2019-10-10 21:08:31.004,2019-10-10 21:08:31.004,0,4727653,2019-06-11 12:19:00,NOTE +3591546352,2020-07-09 11:05:23.209,true,,2019-10-10 21:08:34.719,2019-10-10 21:08:34.719,0,4727653,2019-05-15 20:34:00,NOTE +3591581074,2020-07-09 11:05:42.782,true,,2019-10-10 21:08:35.252,2019-10-10 21:08:35.252,0,4727653,2019-06-28 14:34:00,NOTE +3591658439,2020-07-09 11:06:15.631,true,,2019-10-10 21:08:31.149,2019-10-10 21:08:31.149,0,4727653,2019-06-28 13:47:00,NOTE +3591605816,2020-07-09 11:05:56.771,true,,2019-10-10 21:08:33.600,2019-10-10 21:08:33.600,0,4727653,2019-04-12 13:33:00,NOTE +3591496690,2020-07-09 11:04:50.294,true,,2019-10-10 21:08:26.691,2019-10-10 21:08:26.691,0,4727653,2019-02-20 19:49:00,NOTE +3591614472,2020-07-09 11:06:03.642,true,,2019-10-10 21:08:34.071,2019-10-10 21:08:34.071,0,4727653,2018-11-06 12:53:00,NOTE +3591623859,2020-07-09 11:06:09.936,true,,2019-10-10 21:08:37.085,2019-10-10 21:08:37.085,0,4727653,2019-07-08 19:29:00,NOTE +3591606071,2020-07-09 11:05:57.700,true,,2019-10-10 21:08:33.982,2019-10-10 21:08:33.982,0,4727653,2018-12-01 13:29:00,NOTE +3591562873,2020-07-09 11:05:30.046,true,,2019-10-10 21:08:33.530,2019-10-10 21:08:33.530,0,4727653,2018-12-06 13:43:00,NOTE +3591498098,2020-07-09 11:04:55.165,true,,2019-10-10 21:08:34.755,2019-10-10 21:08:34.755,0,4727653,2019-06-28 14:33:00,NOTE +3591563807,2020-07-09 11:05:34.862,true,,2019-10-10 21:08:35.338,2019-10-10 21:08:35.338,0,4727653,2019-06-28 14:12:00,NOTE +3591622971,2020-07-09 11:06:08.483,true,,2019-10-10 21:08:33.885,2019-10-10 21:08:33.885,0,4727653,2019-07-16 20:20:00,NOTE +3591546547,2020-07-09 11:05:23.954,true,,2019-10-10 21:08:35.122,2019-10-10 21:08:35.122,0,4727653,2019-01-26 11:35:00,NOTE +3591555146,2020-07-09 11:05:27.500,true,,2019-10-10 21:08:34.795,2019-10-10 21:08:34.795,0,4727653,2019-10-05 10:45:00,NOTE +3591537081,2020-07-09 11:05:14.910,true,,2019-10-10 21:08:23.137,2019-10-10 21:08:23.137,0,4727653,2018-10-03 17:54:00,NOTE +3591614779,2020-07-09 11:06:04.694,true,,2019-10-10 21:08:34.719,2019-10-10 21:08:34.719,0,4727653,2019-09-02 16:10:00,NOTE +3591623474,2020-07-09 11:06:09.456,true,,2019-10-10 21:08:34.770,2019-10-10 21:08:34.770,0,4727653,2019-08-05 02:28:00,NOTE +3591563127,2020-07-09 11:05:32.760,true,,2019-10-10 21:08:33.963,2019-10-10 21:08:33.963,0,4727653,2019-03-07 21:27:00,NOTE +3591631817,2020-07-09 11:06:14.073,true,,2019-10-10 21:08:34.807,2019-10-10 21:08:34.807,0,4727653,2018-10-11 17:41:00,NOTE +3591513153,2020-07-09 11:05:05.082,true,,2019-10-10 21:08:36.615,2019-10-10 21:08:36.615,0,4727653,2019-08-19 13:31:00,NOTE +3591614228,2020-07-09 11:06:02.718,true,,2019-10-10 21:08:33.625,2019-10-10 21:08:33.625,0,4727653,2019-06-28 14:36:00,NOTE +3591571572,2020-07-09 11:05:35.841,true,,2019-10-10 21:08:30.089,2019-10-10 21:08:30.089,0,4727653,2019-04-11 13:38:00,NOTE +3591589025,2020-07-09 11:05:46.509,true,,2019-10-10 21:08:33.887,2019-10-10 21:08:33.887,0,4727653,2019-08-21 20:26:00,NOTE +3591512245,2020-07-09 11:05:03.031,true,,2019-10-10 21:08:33.862,2019-10-10 21:08:33.862,0,4727653,2019-07-06 18:17:00,NOTE diff --git a/integration_tests/seeds/engagement_deal_data.csv b/integration_tests/seeds/engagement_deal_data.csv index 6051621..3195050 100644 --- a/integration_tests/seeds/engagement_deal_data.csv +++ b/integration_tests/seeds/engagement_deal_data.csv @@ -1,101 +1,101 @@ deal_id,engagement_id,_fivetran_synced -1209206784,4089269959,2020-07-09 11:07:28.092 UTC -966134016,3591581126,2020-07-09 11:05:42.783 UTC -966134016,3591702818,2020-07-09 11:06:19.512 UTC -603916544,3591562244,2020-07-09 11:05:28.788 UTC -603916544,3591589420,2020-07-09 11:05:47.689 UTC -603916544,3591528347,2020-07-09 11:05:10.417 UTC -603916544,3591571228,2020-07-09 11:05:34.865 UTC -603916544,3591657900,2020-07-09 11:06:14.576 UTC -603916544,3591589254,2020-07-09 11:05:47.117 UTC -603916544,3591476898,2020-07-09 11:04:44.823 UTC -860097280,2750687787,2020-07-09 11:03:19.114 UTC -860097280,2750582835,2020-07-09 11:03:19.114 UTC -860097280,2741397654,2020-07-09 11:03:18.375 UTC -860097280,3591529533,2020-07-09 11:05:14.406 UTC -860097280,2741100557,2020-07-09 11:03:18.374 UTC -860097280,3591614354,2020-07-09 11:06:03.641 UTC -860097280,3591528882,2020-07-09 11:05:11.928 UTC -860097280,3591597948,2020-07-09 11:05:54.413 UTC -860097280,2750798358,2020-07-09 11:03:19.115 UTC -937562368,3499793665,2020-07-09 11:04:30.666 UTC -937562368,3140401295,2020-07-09 11:03:46.580 UTC -937562368,3129132674,2020-07-09 11:03:44.547 UTC -937562368,3175866946,2020-07-09 11:03:50.038 UTC -955978752,3591606923,2020-07-09 11:06:00.545 UTC -1198005760,4150598926,2020-07-09 11:07:32 UTC -1198005760,4346153571,2020-07-09 11:07:48.426 UTC -1198005760,4150625483,2020-07-09 11:07:33.256 UTC -1198005760,4275921112,2020-07-09 11:07:42.685 UTC -1198005760,4078665359,2020-07-09 11:07:26.535 UTC -1198005760,4037664307,2020-07-09 11:07:22.567 UTC -955785728,3591614316,2020-07-09 11:06:03.640 UTC -955785984,3591605678,2020-07-09 11:05:56.769 UTC -955786752,3591538312,2020-07-09 11:05:17.846 UTC -1151084544,3882621063,2020-07-09 11:07:01.311 UTC -1151084544,3882586680,2020-07-09 11:07:01.311 UTC -1151084544,3941469474,2020-07-09 11:07:09.202 UTC -1151084544,3977617859,2020-07-09 11:07:13.923 UTC -1151084544,3882675122,2020-07-09 11:07:01.313 UTC -603924480,3591529212,2020-07-09 11:05:13.609 UTC -603924480,3591520940,2020-07-09 11:05:08.830 UTC -603924480,3591623627,2020-07-09 11:06:09.459 UTC -603924480,3591702409,2020-07-09 11:06:18.876 UTC -603924480,3591597349,2020-07-09 11:05:52.537 UTC -955985408,3591562932,2020-07-09 11:05:30.046 UTC -603927040,3591622221,2020-07-09 11:06:05.984 UTC -603927040,3591488406,2020-07-09 11:04:46.420 UTC -603927040,3591537148,2020-07-09 11:05:14.910 UTC -603927040,3591622746,2020-07-09 11:06:07.878 UTC -603927040,3591562416,2020-07-09 11:05:28.791 UTC -2001746944,7153679673,2020-07-09 11:11:15.720 UTC -1071135744,3679790031,2020-07-09 11:06:35.558 UTC -1071135744,3565598251,2020-07-09 11:04:40.635 UTC -1071135744,3658912126,2020-07-09 11:06:33.252 UTC -1071135744,5134283901,2020-07-09 11:09:00.068 UTC -1071135744,4032669554,2020-07-09 11:07:21.900 UTC -846151680,7785623351,2020-07-09 11:12:00.704 UTC -846151680,4400116355,2020-07-09 11:07:53.909 UTC -846151680,4400021837,2020-07-09 11:07:53.909 UTC -846151680,4400064427,2020-07-09 11:07:53.909 UTC -846151680,4400064402,2020-07-09 11:07:53.909 UTC -846151680,4400076514,2020-07-09 11:07:53.909 UTC -846151680,6146692260,2020-07-09 11:10:21.802 UTC -846151680,7785884139,2020-07-09 11:12:00.714 UTC -846151680,4854194427,2020-07-09 11:08:34.847 UTC -846151680,3692532743,2020-07-09 11:06:37.652 UTC -846151680,7670390925,2020-07-09 11:11:54.932 UTC -846151680,4725650408,2020-07-09 11:08:20.073 UTC -846151680,7785854777,2020-07-09 11:12:00.713 UTC -846151680,7343884735,2020-07-09 11:11:33.193 UTC -846151680,4149162692,2020-07-09 11:07:31.998 UTC -846151680,3692787045,2020-07-09 11:06:38.195 UTC -846151680,7785766669,2020-07-09 11:12:00.712 UTC -846151680,7785766211,2020-07-09 11:12:00.712 UTC -846151680,7695063850,2020-07-09 11:11:56.274 UTC -846151680,3692754121,2020-07-09 11:06:38.194 UTC -846151680,7746504725,2020-07-09 11:11:58.290 UTC -846151680,4725506674,2020-07-09 11:08:20.071 UTC -846151680,2680137189,2020-07-09 11:03:14.439 UTC -846151680,7343775171,2020-07-09 11:11:33.191 UTC -846151680,3591623495,2020-07-09 11:06:09.457 UTC -846151680,4592464542,2020-07-09 11:08:09.041 UTC -846151680,4408490889,2020-07-09 11:07:54.961 UTC -846151680,7281224105,2020-07-09 11:11:27.110 UTC -846151680,2679753808,2020-07-09 11:03:14.438 UTC -846151680,2679585314,2020-07-09 11:03:14.438 UTC -846151680,7343700873,2020-07-09 11:11:33.190 UTC -846151680,7343700726,2020-07-09 11:11:33.190 UTC -846151680,7343723890,2020-07-09 11:11:33.190 UTC -846151680,4149056950,2020-07-09 11:07:31.995 UTC -846151680,4149056970,2020-07-09 11:07:31.995 UTC -846151680,3692654476,2020-07-09 11:06:38.192 UTC -846151680,3692665795,2020-07-09 11:06:38.192 UTC -846151680,3692721924,2020-07-09 11:06:38.192 UTC -846151680,3591605527,2020-07-09 11:05:55.952 UTC -846151680,5144931992,2020-07-09 11:09:00.901 UTC -846151680,2679475841,2020-07-09 11:03:14.437 UTC -846151680,2679473076,2020-07-09 11:03:14.437 UTC -846151680,3748340314,2020-07-09 11:06:44.506 UTC -846151680,3692586217,2020-07-09 11:06:38.191 UTC -846151680,3692654471,2020-07-09 11:06:38.191 UTC +1209206784,4089269959,2020-07-09 11:07:28.092 +966134016,3591581126,2020-07-09 11:05:42.783 +966134016,3591702818,2020-07-09 11:06:19.512 +603916544,3591562244,2020-07-09 11:05:28.788 +603916544,3591589420,2020-07-09 11:05:47.689 +603916544,3591528347,2020-07-09 11:05:10.417 +603916544,3591571228,2020-07-09 11:05:34.865 +603916544,3591657900,2020-07-09 11:06:14.576 +603916544,3591589254,2020-07-09 11:05:47.117 +603916544,3591476898,2020-07-09 11:04:44.823 +860097280,2750687787,2020-07-09 11:03:19.114 +860097280,2750582835,2020-07-09 11:03:19.114 +860097280,2741397654,2020-07-09 11:03:18.375 +860097280,3591529533,2020-07-09 11:05:14.406 +860097280,2741100557,2020-07-09 11:03:18.374 +860097280,3591614354,2020-07-09 11:06:03.641 +860097280,3591528882,2020-07-09 11:05:11.928 +860097280,3591597948,2020-07-09 11:05:54.413 +860097280,2750798358,2020-07-09 11:03:19.115 +937562368,3499793665,2020-07-09 11:04:30.666 +937562368,3140401295,2020-07-09 11:03:46.580 +937562368,3129132674,2020-07-09 11:03:44.547 +937562368,3175866946,2020-07-09 11:03:50.038 +955978752,3591606923,2020-07-09 11:06:00.545 +1198005760,4150598926,2020-07-09 11:07:32 +1198005760,4346153571,2020-07-09 11:07:48.426 +1198005760,4150625483,2020-07-09 11:07:33.256 +1198005760,4275921112,2020-07-09 11:07:42.685 +1198005760,4078665359,2020-07-09 11:07:26.535 +1198005760,4037664307,2020-07-09 11:07:22.567 +955785728,3591614316,2020-07-09 11:06:03.640 +955785984,3591605678,2020-07-09 11:05:56.769 +955786752,3591538312,2020-07-09 11:05:17.846 +1151084544,3882621063,2020-07-09 11:07:01.311 +1151084544,3882586680,2020-07-09 11:07:01.311 +1151084544,3941469474,2020-07-09 11:07:09.202 +1151084544,3977617859,2020-07-09 11:07:13.923 +1151084544,3882675122,2020-07-09 11:07:01.313 +603924480,3591529212,2020-07-09 11:05:13.609 +603924480,3591520940,2020-07-09 11:05:08.830 +603924480,3591623627,2020-07-09 11:06:09.459 +603924480,3591702409,2020-07-09 11:06:18.876 +603924480,3591597349,2020-07-09 11:05:52.537 +955985408,3591562932,2020-07-09 11:05:30.046 +603927040,3591622221,2020-07-09 11:06:05.984 +603927040,3591488406,2020-07-09 11:04:46.420 +603927040,3591537148,2020-07-09 11:05:14.910 +603927040,3591622746,2020-07-09 11:06:07.878 +603927040,3591562416,2020-07-09 11:05:28.791 +2001746944,7153679673,2020-07-09 11:11:15.720 +1071135744,3679790031,2020-07-09 11:06:35.558 +1071135744,3565598251,2020-07-09 11:04:40.635 +1071135744,3658912126,2020-07-09 11:06:33.252 +1071135744,5134283901,2020-07-09 11:09:00.068 +1071135744,4032669554,2020-07-09 11:07:21.900 +846151680,7785623351,2020-07-09 11:12:00.704 +846151680,4400116355,2020-07-09 11:07:53.909 +846151680,4400021837,2020-07-09 11:07:53.909 +846151680,4400064427,2020-07-09 11:07:53.909 +846151680,4400064402,2020-07-09 11:07:53.909 +846151680,4400076514,2020-07-09 11:07:53.909 +846151680,6146692260,2020-07-09 11:10:21.802 +846151680,7785884139,2020-07-09 11:12:00.714 +846151680,4854194427,2020-07-09 11:08:34.847 +846151680,3692532743,2020-07-09 11:06:37.652 +846151680,7670390925,2020-07-09 11:11:54.932 +846151680,4725650408,2020-07-09 11:08:20.073 +846151680,7785854777,2020-07-09 11:12:00.713 +846151680,7343884735,2020-07-09 11:11:33.193 +846151680,4149162692,2020-07-09 11:07:31.998 +846151680,3692787045,2020-07-09 11:06:38.195 +846151680,7785766669,2020-07-09 11:12:00.712 +846151680,7785766211,2020-07-09 11:12:00.712 +846151680,7695063850,2020-07-09 11:11:56.274 +846151680,3692754121,2020-07-09 11:06:38.194 +846151680,7746504725,2020-07-09 11:11:58.290 +846151680,4725506674,2020-07-09 11:08:20.071 +846151680,2680137189,2020-07-09 11:03:14.439 +846151680,7343775171,2020-07-09 11:11:33.191 +846151680,3591623495,2020-07-09 11:06:09.457 +846151680,4592464542,2020-07-09 11:08:09.041 +846151680,4408490889,2020-07-09 11:07:54.961 +846151680,7281224105,2020-07-09 11:11:27.110 +846151680,2679753808,2020-07-09 11:03:14.438 +846151680,2679585314,2020-07-09 11:03:14.438 +846151680,7343700873,2020-07-09 11:11:33.190 +846151680,7343700726,2020-07-09 11:11:33.190 +846151680,7343723890,2020-07-09 11:11:33.190 +846151680,4149056950,2020-07-09 11:07:31.995 +846151680,4149056970,2020-07-09 11:07:31.995 +846151680,3692654476,2020-07-09 11:06:38.192 +846151680,3692665795,2020-07-09 11:06:38.192 +846151680,3692721924,2020-07-09 11:06:38.192 +846151680,3591605527,2020-07-09 11:05:55.952 +846151680,5144931992,2020-07-09 11:09:00.901 +846151680,2679475841,2020-07-09 11:03:14.437 +846151680,2679473076,2020-07-09 11:03:14.437 +846151680,3748340314,2020-07-09 11:06:44.506 +846151680,3692586217,2020-07-09 11:06:38.191 +846151680,3692654471,2020-07-09 11:06:38.191 diff --git a/integration_tests/seeds/engagement_email_data.csv b/integration_tests/seeds/engagement_email_data.csv index 174679f..1636e70 100644 --- a/integration_tests/seeds/engagement_email_data.csv +++ b/integration_tests/seeds/engagement_email_data.csv @@ -1,101 +1,101 @@ engagement_id,_fivetran_synced,attached_video_id,attached_video_opened,attached_video_watched,email_send_event_id_created,email_send_event_id_id,error_message,facsimile_send_id,logged_from,media_processing_status,message_id,post_send_status,recipient_drop_reasons,sent_via,status,thread_id,tracker_key,validation_skipped,from_email,from_first_name,from_last_name,html,subject,text -7177784888,2020-07-09 11:11:17.893 UTC,,false,false,,,,11b28b37ef0ceaf79c4e3be59319c7e0,CRM,SKIPPED,CAOmvYwA+28JLNeQnAoShX5vMCH4cE0-ZTCZSajbnO-E8JiRiDA@mail.gmail.com,SENT,,GMAIL,SENT,8c8666d8beca999bc57b7b2fa60578ac,2e163c94-e055-4fea-9562-8935ce191f7a,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,Jlzy2JADNhTtBOYpdY9eaQ==,snir1qbqpjfxyy08L+Pnaw==,kmHSyLK/UoZ95s4YNwv3fg== -5183536873,2020-07-09 11:09:07.230 UTC,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,,,,,SENT,098d4f9033f0c4b8b13d516f7ad5fbac,,hash,CiJrHBaPW9V3pcXBtS5jKQ==,GSrBj9pqjIYld/InSpHXQQ==,14sehppOhDL5xgku0a0i9w==,P1rY38osHd0qy9al9rxK9A==,tO5et6xy57VmH9rS+F9QeA==,ondfWIP+0oihgIzcrLMutA== -7484187853,2020-07-09 11:11:43.866 UTC,,false,false,,,,,FACSIMILE_OUTGOING,SKIPPED,,,,,SENT,d053459c233379ed2800b5e287a6bff0,,hash,FdUM8JWA+SP3poxLxk0XSw==,,,GWjKbEs9vTpfIm+Iv9nNow==,eqV+7W07ioB7mMQaIPqlGw==,rxT7AEOb1nO875kr3Kt+CQ== -4170558625,2020-07-09 11:07:34.001 UTC,,false,false,,,,3025b1dd85684b39f62aee360c20aa63,CRM,DEFERRED,CAOmvYwDZSK0wzAaK=2-MpAK2FVZxVFOK4t2dTzhv1GaeZy+xag@mail.gmail.com,SENT,,GMAIL,SENT,970ea0393a8a5de9da40f8031963eb15,e5cb8b6e-bd34-4938-aee6-d0b79f7d97d8,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,Eov7dVE2R1//V8OAv409/Q==,6U4Ojc2P08iKI7JjLZZ8Rw==,aqmQgN1JaNG/bxUW+3JSXg== -4031111671,2020-07-09 11:07:21.895 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,1c3296bcc5e5fa85b4b6f88c3fe44396,41c1be89-2b29-4c38-b80c-c56e8cab581e,hash,ZexVGRa0b9mfLZ2TczO8GQ==,cjIIbCemh4Iwtn9p+EWzEQ==,Qy1x+LWGyjMazlMvPBAF+w==,EAyHAUMCrScEcraSVcZ6rA==,dgffcUmAyuHKietVj/hdlw==,2VVEciTVw6P0NaMzllAzkg== -6739584971,2020-07-09 11:10:49.019 UTC,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,,,,,SENT,64ea5d36cbc80bb4865eae70e3206a89,,hash,XaiT6BOX3Ls9Rfbp/FqjNg==,wpdFXEHyGTz7OygewEJ3+g==,cnN+W5xhCh5tUOKbzvugCw==,xW3zIXG4GUzjLWV2xQjQ5g==,2MBUYU5Lg0CZcSqJcCmWiA==,PsQRwIeidnjF9w4cL94B+A== -4328595884,2020-07-09 11:07:47.307 UTC,,false,false,,,,,BCC_ENDPOINT,PROCESSED,,,,,,a8eff7bbb0561f8890ed0f90fd1f0974,d79ddbc6-243f-48d1-8ecf-392667fccd87,hash,o2wjpPyUfzBfq9OSt9I2NQ==,ygSXjsFnSGdLoS/9f/+LEQ==,P5MfvTestS6SDVwq1FZqow==,ra26nJVvyhmSmtyxQPZypA==,QuCbw5TPPapnJ8BO4X7ITw==,tA6Uz3x57njGuycUyF/h6w== -7566733510,2020-07-09 11:11:47.759 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,4ddf7fa312203bb8b0d76257a5bf73a9,9808f509-cfdd-4d1e-9e6b-fc86caa8dfc0,hash,4WT5ticYIgY0R+IX5h+xvg==,t6cdh5nPbddbcRp/Ut5mdQ==,+rAt/Hf57CsnYwHGIv/YMQ==,xMjrOnXBAjkfxmrxuH9t+A==,pxCwaP2RSVSPsLKnrlbhcg==,qX3/C1dBhUVEQk9OLvpknA== -2231908748,2020-07-09 11:02:52.253 UTC,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,,,,,SENT,120b29891d40d8d97def99b8b0c03c23,,hash,mABW6uC0cznKTLtxovvYEA==,IPGut4GdeFhoTImNHpjBuw==,vDlTuVWul716aN72n/RpVQ==,cdyb8reQfoIR17ExKKnwPA==,5LGx8sakJiUWxzzlrJdSDQ==,rKpMFJtc8m33P1w99ZQZrg== -3678029831,2020-07-09 11:06:35.550 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,025af77b5659d3c9fe3375a1f53e05be,89189770-b7a6-48ee-e17a-69780795155c,hash,ADZfA/vJ6Dh0tgU8fQAcBw==,3e7/KXPNNy3oP/36C71Elg==,ISYxuA0tEVPrqGJI4G0M7Q==,bgkESL1Uy0EDsjcZHT++/Q==,4eUcpJguiD836amMOUMbaw==,JZtaLIpMe+CfbH+zXTkfIA== -5901305188,2020-07-09 11:10:05.629 UTC,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,<0015966445-979bea83-73aa-4472-9a96-4a35a25f5f99@smtp.answerfirst.com>,,,,SENT,f917e47ca5a6efecf81d818f0b5730bf,,hash,ztw5WPHioKmJ2OHZK5Z4eg==,,,,pW80IFpMOh7q2o1QtDV6qw==,1lYYcLptK0R30qbPqupDOw== -6369458980,2020-07-09 11:10:32.906 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,31b8fc4582f73b5aaef0adac09d6d12f,fb721a49-1892-4bcc-ecf6-7faa40bd167f,hash,DXstXjDIAxKWL6BzC5x8wA==,hzBlE0tOVDpYEuFbWp7IpQ==,qwUbSSimwvAZIjTw+wFeeg==,Inryuuxs1Sx96iibPvr6eA==,spWfM/88Hside6cbzPgdIg==,rd9RHIJrIpzWPxAFHkP7lQ== -2650672700,2020-07-09 11:03:13.381 UTC,,false,false,,,,c592a348418ab6ddc3e1d46419c720ee,CRM,PROCESSED,facsimile-22712-c592a348418ab6ddc3e1d46419c720ee@facsimile.hubspot-networks.net,SENT,,GMAIL,SENT,63fa0270b717d6a4d95ad1a7e8a88df8,23937be1-b514-40aa-bec4-7e2a6c56a905,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,V/KBKkCsmt/EzqXO732SqA==,dbbHAel9/XnRbmVehMdruA==,xI5yTWOgJlwCy0j76QX2rg== -3526963436,2020-07-09 11:04:34.502 UTC,,false,false,,,,74b1a835f4da3e9aeaa28449c13d9890,CRM,PROCESSED,CAOmvYwBtEh2hp7r75w6zSnmWiyhOFbXNHsaMJLMj0EiN20qPgw@mail.gmail.com,SENT,,GMAIL,SENT,95c9291d6a5555f9ab92b25e9176593e,d8632139-5898-45d9-beb0-3082ec803435,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,t1QLfvrumi1kpCuAn33fQw==,0sJSRhqLTvtMcmwpKTnM7A==,Z6ko6QA/YMUyUw4naI9qyg== -7762055531,2020-07-09 11:11:59.522 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,7badad981ba36b3ea2374205bd257071,,hash,aUZSzrSNJrmvL7Q7OgWcYw==,+HVn8hWbQleV67e6m8QG7A==,eiHW6T5b5MF13Z2NokXV/Q==,nKalOWufwwkrRVYBnPp6DA==,8UkDxna0gm3oKR9fqEyZhA==,QHHRuEyxO7141du3XZbv3w== -6778118089,2020-07-09 11:10:50.825 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,816402c0b8dc1fc2496edd2571de46dc,e9a99684-005b-4d44-c937-32d00802a3df,hash,kPP7xjdtfuEuAX6b0LtS5g==,1Us8j81boH5HtADmmih5Zg==,RcFCjb32OCa3samZ4BLfOw==,I6GQaedyQa/tBpWQznweXQ==,wkTBDT4KS62Vj1f7XAYM8A==,TYIrIsqKuDYzMOllzSIifQ== -7523804132,2020-07-09 11:11:46.417 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,d33e15b12dbbd3ae9e66ab0a9a46e268,,hash,aUZSzrSNJrmvL7Q7OgWcYw==,+HVn8hWbQleV67e6m8QG7A==,eiHW6T5b5MF13Z2NokXV/Q==,mx3QzIt+dDNDrJeDPqhdNw==,r3U5LwNpJJCIoOyG1/3qWw==,xL8XOgTdh8GRTx/9VEFB+g== -4564204032,2020-07-09 11:08:06.670 UTC,,false,false,,,,dbfddec50ca0fd92114b87b5f062f1ef,CRM,DEFERRED,CAM-XFxER7-Ys3Y1Ure3k+LRqk1tJ67jfZg6Bt_NajqPz-isAnA@mail.gmail.com,SENT,,GMAIL,SENT,07e58a01de15a4216fdfc06e71aa50af,d5daa3d6-5fe9-4b41-9c0b-cd5bc4f31dc3,hash,Ee/bnj/2dX4YQxjthgB8oA==,1+2dcVmk7nYvi4+9ZG7+ng==,ISYxuA0tEVPrqGJI4G0M7Q==,VU8K0P/gr9XpI3KYkfnRAw==,prINclrooTSCFS0q1fTiMA==,XD93KnjEbL+G04MPqe6z4w== -3315805617,2020-07-09 11:04:04.469 UTC,,false,false,,,,71c5d6969d0bf0edf90d2c46da714a86,CRM,PROCESSED,CAOmvYwCfTFPfyf60X_jKFwcCWUgqM6zyXdLjLYmS5dwOkHPT7w@mail.gmail.com,SENT,,GMAIL,SENT,913459ccd7cd23e148f98fa4f6cd0296,fbec89cd-0060-430d-b959-6610562bf8b6,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,uyc+jfp3vU/V9mV5wLr52w==,6U4Ojc2P08iKI7JjLZZ8Rw==,UJIk0myVpAAcEFW+RC+4og== -4329368497,2020-07-09 11:07:48.394 UTC,,false,false,,,,e9b5f7b4418e51287180b45cfb8b6d3d,CRM,DEFERRED,CA+aCjeTaONQAkjoWe5Pw0CfEwyGQnboKnhnsW-A50TNwLgOmLw@mail.gmail.com,SENT,,GMAIL,SENT,737d4241d60cbe5a2ebbf3ec138c81be,68596ee3-b3f3-4747-8250-4a8a26c96b39,hash,FoJ7u8l0/CZB95/1buWLUw==,2wWDPCnmiLWrVNXoYIpy7A==,gBt1zXiAG42y1VmNzwl7oQ==,MRWrSE5z2RiCd0l4Jn1M3Q==,yQbe+00NW5yfVXck73FNSA==,vPNgJGECmHFc4vKG9jelDw== -3412614064,2020-07-09 11:04:17.224 UTC,,false,false,,,,015ae17fe8b4d8a0022a450f9adff5a7,CRM,PROCESSED,CAOmvYwDDyX_zsSFXFsiiiJk1MV-vGPNnQOB-D0u2e7QVpA+34A@mail.gmail.com,SENT,,GMAIL,SENT,200e991a3491943535ae4cd3748e56d4,21fac82a-f5f6-40c6-b115-c6775a71c33e,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,BxQRiyOVD4ZUwy3XotEbbQ==,cz+9CUYJzsBo7eMsFPdS3g==,UetB0P9G73uEK7X6jBuNzA== -4374343775,2020-07-09 11:07:50.317 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,e6816b7329f7ed546e378020209c4307,c73836b3-84bf-46d0-ec64-1ef3e1e57c04,hash,ZyUXN2KG3gegtZ/Y5p903w==,HSG6tXlrvKKqfKJ6HdFBig==,P4QYORi7zOkT7stv10on0A==,B0oltV113dktSnrVwIZc8g==,WCzEWVnENdLGmp+2uI5mcg==,zWkKG2xM5WCc8LwH2gD2rQ== -4452603128,2020-07-09 11:07:57.517 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,b37df1276bc59ac76b92279453fe06e6,3577f86f-5433-4086-da04-c60319c64cd8,hash,8yApeqtjAmXkN45k689AEA==,HjIYy6rv9AzJL0uLns5z5w==,HeZkf3L+I/kI6BU4Xdaiig==,GMtU2lHjkvCkiLt4b5P8EA==,223AXxX/ldEe5AdcenZ+5A==,TbUCU7Yizg3vj5uzQA1kag== -5493084206,2020-07-09 11:09:34.838 UTC,,false,false,,,,234666fa988966af0e6160e457f2c478,CRM,DEFERRED,CAOmvYwCeih3R80JgrtNGBCG8uxDBHtvBgkNqMm9BjeL8KhVw_Q@mail.gmail.com,SENT,,GMAIL,SENT,488dda54118fbd724b2fd775b2a8fb6f,4141eb29-f606-4c1a-9711-68e35251cfe0,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,7eJFC5GQBZvt863mc2ou6A==,0sJSRhqLTvtMcmwpKTnM7A==,+HdOFkMsIWpYRI7blSVjKg== -4166666606,2020-07-09 11:07:33.994 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,7bcfc270f6d8f1c8a4119e3417870788,f53ef761-77cc-462d-bd22-12863fff568a,hash,mKtgo98ZRgu5Sbuw8sVXuQ==,UqWwoGtjn54seDTRuLsimg==,UqWwoGtjn54seDTRuLsimg==,Ng2J09q3oBpDTQt1dJ/VUw==,iAqiNZXMjKu9ROoHoXcA3Q==,QHeRm+l6uCkE/cFsg3d9gA== -4957195847,2020-07-09 11:08:43.049 UTC,,false,false,,,,,FACSIMILE,PROCESSED,<09044BC8-52E7-46D8-9DBE-D573A6ACB557@aol.com>,,,,,3e79627f93e93d511efc272b4448f285,5e5a0abc-4b77-49ca-a259-5900aa739b7f,hash,uY0b1UGDAmwriVy78Bzomg==,xE4ays31cR/6OT0yY23Flg==,DUOgtpuebMnUlvY0pqiqwA==,l8lEz+cfo3S8jcOuOqCKGw==,3vqZX1xiWp+N3vlq/SdyCA==,fIBFPXI+2RbBJn2q4+9l2g== -2820172536,2020-07-09 11:03:23.012 UTC,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,<971923903.4345268.1563490673144.JavaMail.www@putpr003.homeadvisor.com>,,,,SENT,c77b3ba5ef0cec36e911bc674fb7c78c,,hash,UeQd+1vMNxrv3UPm9BuaSg==,wLArm17UOmjMJcbkEIq0rA==,p0XZXDzh2b1nV7vEv7sT8g==,OkIVnNT2RA0UrfjrX2ihdw==,83XX7xBR0Rcrvs7pfHtPtA==,NQTWc3Gd4Z0PuWcAXx2HvA== -7445125384,2020-07-09 11:11:41.713 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,dc2e7d1d1e11969a7b5f55a0115b1d88,,hash,aUZSzrSNJrmvL7Q7OgWcYw==,+HVn8hWbQleV67e6m8QG7A==,eiHW6T5b5MF13Z2NokXV/Q==,olUqChT5NhNh7DP0b0refQ==,pxCwaP2RSVSPsLKnrlbhcg==,Nb59VWwrDHa6htCgTx2LFg== -3553765714,2020-07-09 11:04:37.188 UTC,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,,,,,SENT,0fdf5696b8fd7eed205d839c969eca93,,hash,T/yE8IggHQK7aw2PWvI6sQ==,8xHweYVGYde0wOgiKnDEIA==,p4sawWwM0CFoCX/Jqb12BA==,F+BV31/SEDFUgus0A7sKEw==,TqdNvV5Dk7K+rbZ6CyHb9A==,Gyknt6KO6IJlxNn8ZZMB5Q== -7640587244,2020-07-09 11:11:52.799 UTC,,false,false,,,,,FACSIMILE_OUTGOING,SKIPPED,,,,,SENT,0fc949f9acbf57b9b81e8507d0cd524f,,hash,PQ3ulOS49uLolR9/UcX6Hw==,PkdZZa9WtzKFWQ92hC93ZQ==,tv0if6yeMDhSMqIW+jkA0g==,QeysRwP8+eKUAtc/fdKpeQ==,AfxInIuo9GMhx8nsmNuPZA==,GksIgZQ/cRAf+fWBBt5gig== -5856628385,2020-07-09 11:10:03.209 UTC,,false,false,,,,d287ca4266677e30b43cf38f43641881,CRM,DEFERRED,CAE3+xvynAMMCe-R-wfkhUqY3SupBjwX1TrhrFN7fRmMMs2Kd7g@mail.gmail.com,SENT,,GMAIL,SENT,97d9811ddc5c65096fc982d951ba1b89,32c6e555-997f-43fb-8cb8-d77b61316bb0,hash,bTrpovLkW6fOv9wBwsvSWg==,CPwsoMh0H+46v4pcdfHddw==,j/kiu82K1BzfxI08UWOyqw==,yccKuv5SdlfYxsj+sR0JQA==,5AkMZuADrSXjxJFgVhSD6A==,bp9v3uPuzJsCdLvLzw6NVQ== -5941855609,2020-07-09 11:10:09.823 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,e64464985dc1c6402d86a463de9f04b8,86a3b076-74bc-4824-d618-599ec5569245,hash,+betPePIA1URJHFaqdNOkA==,RDl9PFYIj+TfTQigqsmT9A==,SSNo/dXCo0qPHbgakcONtw==,wKiTASRomlo3MdK0X8PHvA==,J2/spGVMLrT4Bc5xOffyjQ==,nE60vFaAsVj5Vbtq3NYXSw== -7716650196,2020-07-09 11:11:57.611 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,4de02f17ac11c4e1771d39a804fbc1ab,30dd67be-3765-4ab9-8d22-42d860aaaf92,hash,5KCLB2+yC1lICAhyX9JbLA==,2164QRfQYEfJfJoBkbX//g==,,LzsA9wkoie8A6T1ZHLfvQQ==,xKExiO45HvxVY+Ovisq+MA==,c7S/u7+m1Et8WsuQR7tUXg== -5266215101,2020-07-09 11:09:14.759 UTC,,false,false,,,,cv-41d3b66a49f74b66a04c018d6b2ec83a,FACSIMILE_OUTGOING,SKIPPED,facsimile-50010-cv-41d3b66a49f74b66a04c018d6b2ec83a@facsimile.hubspot-networks.net,SENT,,,SENT,063be8e39e358d2111960165e7f66393,26978dc3-7590-41bd-b989-c1ae718a61ec,hash,EgBsFa3i/4+qyGbNWYJ8BA==,5nzltT7+kdsYAd5beR5FDg==,JwIzGYRfJo/j1pif4C5Pag==,fdPYjO7tNcmNu66zLbacUQ==,aJJYO+Es9nbltAPPSxSYHw==,iQ1ZbYznPp3OS4nMt1LHtg== -5560296971,2020-07-09 11:09:39.214 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,c61c6aaba718cf434888ca6bb7d2df50,f904db63-b142-4d97-8043-0ac18353b08d,hash,o2wjpPyUfzBfq9OSt9I2NQ==,ygSXjsFnSGdLoS/9f/+LEQ==,P5MfvTestS6SDVwq1FZqow==,SMRmVRN9m5aeeoUvx1LoXQ==,neK9Shl3czTAMsp4m/7gXg==,8PdMFuKhJwfGZ5pmH9zPiQ== -6951802441,2020-07-09 11:10:58.256 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,af9d722b6baaf99a221fcd147161f306,41918d95-ebf8-489c-e895-b2403a04860a,hash,aUZSzrSNJrmvL7Q7OgWcYw==,+HVn8hWbQleV67e6m8QG7A==,eiHW6T5b5MF13Z2NokXV/Q==,W4Tj44cptpjgDBKpr4ixmQ==,AeWxEcngoDyczOdEKvPj2A==,86JZSMIjBLn4YH1uIoKYWA== -6403822377,2020-07-09 11:10:33.821 UTC,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,<0016203613-b433e7e3-4f95-4481-9490-babd8ebe107a@smtp.answerfirst.com>,,,,SENT,b13f73a1bd82e8134bb7fcf52bdedb95,,hash,ztw5WPHioKmJ2OHZK5Z4eg==,,,,BbfKiRbBd9Pb1SagH/c3CQ==,xJ5s2I8KWe/aJKM15uVWRQ== -3974598568,2020-07-09 11:07:13.908 UTC,,false,false,,,,,BCC_ENDPOINT,PROCESSED,,,,,,32b56f1f743bab0e23cdf89359c2c1be,31870980-a982-4c4e-b9e8-84de53155297,hash,o2wjpPyUfzBfq9OSt9I2NQ==,ygSXjsFnSGdLoS/9f/+LEQ==,P5MfvTestS6SDVwq1FZqow==,TCIa/xX433abeGJe//2rAw==,KGi1/nJo3GYlUeOkKDjkIg==,A7UpAbezjP7Unh5TNRnJAA== -3618700327,2020-07-09 11:06:26.509 UTC,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,<506247986.852233.1571069517592@mail.yahoo.com>,,,,SENT,cc61b6f8b39ab18bf6e93b97b24234f6,,hash,/xEde529to3QBZAsNbI4Lw==,J62ws/ktm49/pMtVtgEUzA==,4oYYm+yNO9NWGkzvv5z/kA==,wE11xfkYWRdzvJlmmoQk+A==,5LGx8sakJiUWxzzlrJdSDQ==,rR5xfnJ93Xl56tpffLWXvA== -4797291228,2020-07-09 11:08:27.825 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,01ec1c54f3f2a7890185e380fa5f836f,0528398e-5ead-4beb-b552-a32e1b64ac00,hash,ADZfA/vJ6Dh0tgU8fQAcBw==,3e7/KXPNNy3oP/36C71Elg==,ISYxuA0tEVPrqGJI4G0M7Q==,En+qAtR5txTGvaZGA6xDyQ==,BQFAllPVMf66kKB06Pm5hw==,iRwo7Fyfa3Fb4dYcjqUaiw== -4608847111,2020-07-09 11:08:10.545 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,5a068380566dd4ffe2c17d907a66b62c,1e60b781-1880-49e6-b1a1-fc6542e212c3,hash,o2wjpPyUfzBfq9OSt9I2NQ==,ygSXjsFnSGdLoS/9f/+LEQ==,P5MfvTestS6SDVwq1FZqow==,628X+zhpkwJ4Z4j2ChO5aw==,tpvtNJ43u6iEbZ4BG7tOLA==,UOLm8VMy5BqXlofWHeHQEA== -2422383911,2020-07-09 11:03:00.915 UTC,,false,false,,,,506239238f7167130350f498005b96e3,CRM,PROCESSED,facsimile-22712-506239238f7167130350f498005b96e3@facsimile.hubspot-networks.net,SENT,,GMAIL,SENT,b7494a4706c832ba351396abf26fae8c,6e979b00-d1a2-49b7-9945-9ca908f8311a,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,GkyP+pSOHbhU4wezSKxGHA==,0sJSRhqLTvtMcmwpKTnM7A==,emmEK2yrFZPojSqleO7SQg== -7800381703,2020-07-09 11:12:01.141 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,f898d74de68c1799d4e88d6c0ee86f70,40b81b35-b20d-4f2a-ae22-2e1d6781ef3b,hash,JO5lCEtA1oxJbdfNfpbIAg==,fgFNnwi16oh+rpblhx1Law==,3uL7LfFW9AQPiT2KEKwQNA==,7yqp13tVBcTIBCWQiVlgcg==,KuNElQ/GLcAJSnXwrkj8uA==,oxiccbDkaUsjccHlV7odMg== -5306211050,2020-07-09 11:09:18.801 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,bb2038c241cc3c5d8b36f4118595e6b8,,hash,wVLePh86QmGg2NpQGe1ltw==,YUCaof1H1KUzLeI8v1mjbw==,7UNuvapa9lfNLbW4qGne8Q==,utudP81wdPt5ozF9ieJX4w==,Va4jaTDqSqO0PWfwzWSACg==,v3orxH0lafpkNMeDWCyXhA== -5648728483,2020-07-09 11:09:45.923 UTC,,false,false,,,,6b6b298531fc02f8f18d21ca3150121f,CRM,DEFERRED,CAOmvYwAJuMxTyFJE68=h3hzCwcZ5k8xhfjW0VLsHGvk9oggfbw@mail.gmail.com,SENT,,GMAIL,SENT,60a27458232ebb396ccf8b84b98829bb,e7454e2a-c970-4bd4-9c43-cf582ac399b8,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,CYaNIc18kPhiniMROUKi/Q==,VxlVypxOt/OdOCFZHPyB6Q==,7R7d3EdNQslRnGFyTIwg0w== -3660765098,2020-07-09 11:06:33.266 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,457b479a0ca82c24a1f0bb8ee01c5833,34b355fc-d0bf-471c-a768-87e02d7541f7,hash,l9tXP74ZmOqx0DgRS4aDgA==,2OpIvFqCqf1rgPcN1R/DDA==,gw5RanGLaHimvp5MQTvTrQ==,ayUbtlfA1a9aIw31aJ0U7g==,3vqZX1xiWp+N3vlq/SdyCA==,drAwXW0qyhjv2M3bELNZFw== -7214888481,2020-07-09 11:11:23.092 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,8b7b52cf7576b76dbea033dc041ddb35,81a5164b-6a14-4bed-c3cd-fd751d8bd068,hash,XLH7uDjZrwewSaWSwy+XBw==,bgL7EuJVMXZ1nvUpUrWwNw==,YbYGlS1gSmwo7Y1J9ZrR2g==,UqljNl0boAR91SiOTugHqA==,plGcc0p1rViFcF3AF9yIgw==, -5396991586,2020-07-09 11:09:24.063 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,ff78a087c03e231f2d2f3905ed8f2418,b527d6a9-a216-4612-f0f6-57fe0eb0e30e,hash,krp51j9x55u7RE/JcPibbg==,IEzqJ1OqErtM3utNOXGWUw==,qEBAlEHKD9qh+ZnohNDD7A==,johsLNHbDNS8WkWBE9IQww==,Bl8BlS05G9TvFXbkN+IqjA==,fR94Kabs2E8eapEuYk54cw== -6668454089,2020-07-09 11:10:45.610 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,d4b4b71c0431b2eeb6509908001d557b,cf180260-0609-4101-d591-c8360bffeaa5,hash,5KCLB2+yC1lICAhyX9JbLA==,2164QRfQYEfJfJoBkbX//g==,,7oKiqnyO/A0Nt0JOs140Xw==,fYy6KzDSEJrszdZkP2eKQg==,S1z1EW4Poc1jCzcMl/6u+w== -2385224703,2020-07-09 11:02:59.203 UTC,,false,false,,,,33d52a2df6e088462dd1f5b387ebc08c,CRM,PROCESSED,facsimile-22712-33d52a2df6e088462dd1f5b387ebc08c@facsimile.hubspot-networks.net,SENT,,GMAIL,SENT,1f381bc30f6feb28ec3017b8a4ec9664,f5d4a4fc-ffa7-4602-b8c2-0026c587b543,hash,Y5K2HY/Bjs/7ut+Z9xOF/Q==,ug4M3hv3LCjUNciaZq/GGg==,FWHad1V5ru0To8yXBAvzUg==,1r3rsthuBbpyBwLUeD0nHQ==,8Anpg8uCjJ5d1BmT3z5v5g==,YiuUrxT0vYFHAhe6oxdYMg== -3069038563,2020-07-09 11:03:39.858 UTC,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,,,,,SENT,88d8fd834a3772d51a6b2f11a762dcf2,,hash,ajx0zjnPuTIO5sbvZdi/2A==,wqSVdNmigrv8K1OXj+vjfg==,PP7tl+NoQNBdnV4USd4kpw==,9c7fEiYGnJPhrdwvpTTO/A==,rKutuVgJYScBm3sGCwmMQg==,+fMYW2ozJtaZgMVAQZOEBg== -4590099111,2020-07-09 11:08:09.022 UTC,,false,false,,,,480f53ce6f2408bec155246ad0aa75f3,CRM,DEFERRED,CAP7drpkbGqgX+3gKCxp_Y_mi-aL1debA9KuYhWjFOffbBLKnEQ@mail.gmail.com,SENT,,GMAIL,SENT,3833517cf869fd26e40a957c0870d977,a010c3ea-34a6-450a-b7ca-bb8c98b3c647,hash,029i0PsLNOE0+HQJNvpDPg==,1BIZBg4MFsIo7UaCyt5jeQ==,siWn6QVoN5srZEO9XmHdPg==,UEMLgcYqRQC69QPVTzNXUg==,VgkqVVOsLQtBXAc8YEJ1IQ==,zK+Qsq6GQzIay1Zw0YseSA== -7386785967,2020-07-09 11:11:37.983 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,33a9bdbe18028c10ae525b45b52ece0d,,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,2Zff7Y5Q/PDMSo3Ysh7uNw==,55IJvW0doxdAgwhajkTmHA==,NhJvrWevUIk38CcdLP/7qw== -3722364349,2020-07-09 11:06:41.349 UTC,,false,false,,,,,FACSIMILE,PROCESSED,<2cd82c42-9d7d-831c-523c-9b17e2091667@stny.rr.com>,,,,,86198f08cd48f4a6f43b344de374e15a,,hash,to6X0IGasiX/iMYCQEMbRw==,sIxaD2ZsX4qDp7yv5R7Emw==,voeOrMPgwvocdosfHgwkZg==,,yaxhsYeUZLF+LBRYxBBKbA==,9mbnVLy2WMSsVwn46Bnl0Q== -3585964695,2020-07-09 11:04:44.307 UTC,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,<1141272884.7531494.1570718363617.JavaMail.www@putpr003.homeadvisor.com>,,,,SENT,205462d196adec3718c9bcfda1fe8280,,hash,UeQd+1vMNxrv3UPm9BuaSg==,wLArm17UOmjMJcbkEIq0rA==,p0XZXDzh2b1nV7vEv7sT8g==,3gHpl0HPSNdDx52dtlFuHQ==,ag16ullyjD9cFL9DKP/J2g==,R6hftRNdJURNY+Cxk2NsbA== -2079594343,2020-07-09 11:02:42.507 UTC,,false,false,,,,cf9cc416b817f233ced4e2a1060080e4,CRM,PROCESSED,facsimile-22712-cf9cc416b817f233ced4e2a1060080e4@facsimile.hubspot-networks.net,SENT,,GMAIL,SENT,4fb7ffe8cef7ccde3602bae206fb82a7,efebd8ac-af4d-4ebd-a34d-97df815d48bc,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,TaInysAa1vOmceA67Rkh5g==,0sJSRhqLTvtMcmwpKTnM7A==,lN3sPHPHsU+W5fyc/QkcsQ== -3449777029,2020-07-09 11:04:25.760 UTC,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,,,,,SENT,600fc13c4d71977fdddd32cd9052e334,,hash,wVLePh86QmGg2NpQGe1ltw==,YUCaof1H1KUzLeI8v1mjbw==,7UNuvapa9lfNLbW4qGne8Q==,MfSRZiA9OmbwQFnzOvEnkw==,+JIrLuo8JQlEhwc8BrSmdw==,sLRXTH5sSP6FmvTbChB9Vg== -5123947420,2020-07-09 11:08:58.519 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,b3d61bb8ba5323899907c63e2c49a1a3,37096b3c-8df0-4c07-8306-859ef5168fd0,hash,ADZfA/vJ6Dh0tgU8fQAcBw==,3e7/KXPNNy3oP/36C71Elg==,ISYxuA0tEVPrqGJI4G0M7Q==,be49AHLpNEZk/BvhdHO7UA==,1fc0V0oe4M2XdGgtaMWYCQ==,0dJQE/+EZg3M2xve/t9ZHA== -3064121612,2020-07-09 11:03:38.636 UTC,,false,false,,,,3e0a3529e710008f7554369d4c4ee29a,CRM,PROCESSED,facsimile-22712-3e0a3529e710008f7554369d4c4ee29a@facsimile.hubspot-networks.net,SENT,,,SENT,7bfe38189857901a43cdf0e73f3cc771,4d407837-78c9-44c9-81ea-2387c698b8e2,hash,wVLePh86QmGg2NpQGe1ltw==,YUCaof1H1KUzLeI8v1mjbw==,7UNuvapa9lfNLbW4qGne8Q==,EQLT+3BMFISMci6wiOWt6A==,vlJ7jw0OvV71X6SV8Vtnqw==,qUjkNmy/lsMKn/ZNBZZHGQ== -4611821026,2020-07-09 11:08:10.569 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,236e1fec624a2bae80b56a4f117dce22,4d4f9b43-be6c-40cb-9084-5eab633033ac,hash,ygBkNxXZiaFb4x+Df9nPkA==,3dEceDKCTVCKGklZSf/0tQ==,CXGrp8Ud9WOe+VUcU+8oOg==,QEn4fZi5fRfnzzELBdiAFQ==,j63UQ9jWEu7ZNQ1Mllclvg==,E1Hpa3bvi7z6qLf7GDveCQ== -5081490451,2020-07-09 11:08:53.998 UTC,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,<7AFFB1B1-1616-4A3B-82D0-75D6AD7D9931@icloud.com>,,,,SENT,0b4146256d8fef4a25bad08263cae71c,,hash,LRRp3srpFw7T5YlIFFy3XA==,zRium6KPdeoYwRsCR0q4nw==,icYMWpk8EioV2inG71ECaA==,XAXTdYubILFo0qFYpcCGnQ==,5LGx8sakJiUWxzzlrJdSDQ==,XzGhI/NTjgfvo1/z7x1VFw== -3843668132,2020-07-09 11:06:56.720 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,6c06623657e3dd9df982b3c30e79ff4e,206be386-10c0-4269-cab4-a4b5e5bee588,hash,5KCLB2+yC1lICAhyX9JbLA==,2164QRfQYEfJfJoBkbX//g==,,h0yvejFUWPgU2BD+DIP2Tw==,twZmm6W0IUzlrUp9pPUBmg==,tNuJz5wM6k3ABPa7MhiZwQ== -5903911764,2020-07-09 11:10:06.921 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,e2b52856fa57348d8a16d33024bce75b,5d3870fd-d948-4145-f393-79d350399479,hash,o2wjpPyUfzBfq9OSt9I2NQ==,ygSXjsFnSGdLoS/9f/+LEQ==,P5MfvTestS6SDVwq1FZqow==,srKSw/TyMhk4En+WyQ85Ug==,9NPW8RSX667/PKZBucdZUQ==,m6vqHVHHbVotfpF3DZueRQ== -5991056462,2020-07-09 11:10:13.541 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,dc2dd2b11e988ee5ab7980e1e4a6862a,dc34515b-c7bd-4419-c9a8-a0772162b369,hash,ZyUXN2KG3gegtZ/Y5p903w==,HSG6tXlrvKKqfKJ6HdFBig==,P4QYORi7zOkT7stv10on0A==,LBpF8lfaSuUG3DkKhYIi4A==,vi4GEVSUM36GD3VZvxeNQg==,EcGCsT1sLCFqZAAl5FdzPw== -4093451513,2020-07-09 11:07:28.104 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,62bc091e11fd480f4ec653a3624ce724,,hash,MjE+9Xn121jiki8Eqxe3pw==,xEZNckt97Ix9XVjj2iSpYA==,yI63wQvnxKcu7YMDGa0Vrg==,EQV+nism/4hCBTQ/rofatw==,aqyYMM9w3chvMu3j2XJJQA==,K9cSAFERsqsKg3318sgIkA== -2230180898,2020-07-09 11:02:52.252 UTC,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,<5pjdee7fvemi5q546f7nm8i6.1556328121690@email.lge.com>,,,,SENT,0ea31b46ca14048f3aa08af4944f981e,,hash,iVZJPFlgSgrQDG5BpRqV+Q==,,,vUccvITKKiz6hdjWGF93xA==,5LGx8sakJiUWxzzlrJdSDQ==,FwHKNtSgGsdZRH2TnRQ1+w== -4680725746,2020-07-09 11:08:15.687 UTC,,false,false,,,,1c75920cae313168bf2f9c98acf7418f,CRM,DEFERRED,CAOmvYwDa5i2ECM9AB+KkWZzB-H3K+=UqE_2vcFpvW_AgKhq2eg@mail.gmail.com,SENT,,GMAIL,SENT,6d52704f3739dccbef1922c1a6507117,c3de785d-c4a6-4452-8969-b3f90bd7a48a,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,oWuFeqA1VB+6UKCtj7AWkQ==,1jcNlhdDEdsThLAysXM4vA==,z8+Xu0pXxgsdRw8ydcSc+Q== -3177828647,2020-07-09 11:03:50.596 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,2852dfa0ebccf4635005e51cb9f33d38,aefa0cdd-b146-48f2-d030-8bd66298a1d6,hash,Avhweyr1z3eqeImaJIk0IQ==,QIaxVBVBQMRw35jSjFSh0A==,/zZyvz6tx7EevTKXrM5vVw==,d8l7dc2PiWyId2WTGOfb3A==,ukvsqrjaNXz8TMzuAjsQNQ==,cTap1sG3CQ8Vs8SW1QHtiQ== -5173953710,2020-07-09 11:09:05.153 UTC,,false,false,,,,24975c58356971aac251e105e844ee6a,CRM,PROCESSED,CA+aCjeRi8_b5P4J0Juyzquy_aW2GKfD49yjiBRsc188Zw+1zOQ@mail.gmail.com,SENT,,GMAIL,SENT,05d90d22d02af77d578432f9000f010f,02cce603-3841-4552-aaf3-9c90cc764e91,hash,FoJ7u8l0/CZB95/1buWLUw==,2wWDPCnmiLWrVNXoYIpy7A==,gBt1zXiAG42y1VmNzwl7oQ==,oioU376cs7myDKXd47tJVA==,6U4Ojc2P08iKI7JjLZZ8Rw==,b0l2bKxqe48+KhN4DCuiVw== -3655040107,2020-07-09 11:06:32.528 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,bbce9e677b630673d5fff52f0ac43e4c,c040e2ee-263a-42ee-e3c3-b1a038847cad,hash,ZyUXN2KG3gegtZ/Y5p903w==,HSG6tXlrvKKqfKJ6HdFBig==,P4QYORi7zOkT7stv10on0A==,lm2BysudFIZ0m44FCdqtUQ==,fYy6KzDSEJrszdZkP2eKQg==,aTQ3+q489Yu05wonyvS43w== -7068082004,2020-07-09 11:11:07.347 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,8bc5ef0507c749366c3f52a398641a21,c002a700-c3dc-4684-a674-532f2ac8eb41,hash,FL6m93O6UscGE/Lyr+mVpg==,LkQtm65n2+m05OsM6TwAKA==,x6z5dLi8ONSd7LhuokQ2cQ==,B1D1ihDfmhhGR/EmNTQl2w==,4NkNpCHKSW+/MtiW0pLNWg==,2nEc1wdZDQQ6fr7uxC/deA== -2668249188,2020-07-09 11:03:13.972 UTC,,false,false,,,,cfed6d713a1ec17ae2f25c65d1b42a98,CRM,PROCESSED,facsimile-22712-cfed6d713a1ec17ae2f25c65d1b42a98@facsimile.hubspot-networks.net,SENT,,GMAIL,SENT,bda9992298d1d1814c80a0fe9c2c4a3e,e9afe1d7-0129-445c-b2a4-3a828606d3aa,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,jAJfrUn7vUxJDbOWmN9Mxg==,6U4Ojc2P08iKI7JjLZZ8Rw==,yrbx4fLDo//XD+8L7xLz8w== -6436905007,2020-07-09 11:10:36.276 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,b2bf0bae96fbab1c48e4fac7ae9c55a3,2b392ec9-d404-4c9d-93aa-a5eb46644172,hash,6Mbws6Js+w7swaUn57TdKg==,pOLXu5fg5yx5yeeopN/xWQ==,sysbgi3VlFGxewj5f9/oHg==,jxTCdiFCEIFytfII+OhzLw==,3ck9ypCtA9RY4zcmq5zGOg==,FX+Y/HbHpXiFAGWC/T79PQ== -6651465358,2020-07-09 11:10:44.890 UTC,,false,false,,,,8e297ba87b579fa9dcad5427102d0f71,CRM,DEFERRED,CAM-XFxG=6K6NmByU8Xz2b=YtxTG-qeYV1Pb8JSfD2DM9pgu7PA@mail.gmail.com,SENT,,GMAIL,SENT,aeb5629c1df995d6846080bf70b31ab2,58eb1760-93ee-4348-90a2-f3b9cb421c20,hash,Ee/bnj/2dX4YQxjthgB8oA==,1+2dcVmk7nYvi4+9ZG7+ng==,ISYxuA0tEVPrqGJI4G0M7Q==,S5fBSU/57VT+ogOWBbShGg==,o01YZOsmpSdOY9+EjSEmlw==,2oRfFhGyVGNbY7IW4KVU3w== -7253301574,2020-07-09 11:11:25.439 UTC,,false,false,,,,,FACSIMILE_OUTGOING,SKIPPED,,,,,SENT,25b2281e8588302300cc883ab465f105,,hash,M724JAHiCwJ1zySLZkLahQ==,5nzltT7+kdsYAd5beR5FDg==,JwIzGYRfJo/j1pif4C5Pag==,MEqqp0MCnyeG0kc7/w/GZQ==,GnE+tYM7XaT055+WKYflzg==,Lu3JBn3bgybLQLxg/8g9fA== -6595977146,2020-07-09 11:10:41.969 UTC,,false,false,,,,613e38205f1e2192aad59a9ac090aec0,CRM,DEFERRED,CAOmvYwC+ZLdsGXWxT4HdVPsC7z948W_FwgYcTev0KGzPsuPHBQ@mail.gmail.com,SENT,,GMAIL,SENT,eb6747ceb64b04896c59d06537b74dff,b7bc7943-36cb-432c-9bb3-1bc45e816abd,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,hf3w0Nt8mKvjxC1C1ZRmbQ==,/WjYTmR7uTq/MY9lv5lJsQ==,nb3LBD1Cjg1tdP9lp/U4Gg== -3250405935,2020-07-09 11:03:56.267 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,ad1ebbfa779fa71b15bc5cf45eb258c2,b5aae2f6-1c78-4418-d7cb-1d11a4581287,hash,HoqL4VLYOWDAOoA6R/ygeQ==,/RRPZfGd8cetqhFsRM4mFw==,ZAUqYAygKtoKOPB83E7DBA==,d+hPGmPHJPjyr0p9zuyOvg==,rhIBNGdck2FwtUlPxDYc6g==,osnNBxCxzhx4MbQDRApyfw== -7720141723,2020-07-09 11:11:57.620 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,595fc82e16aeab792189a8a042a888c9,,hash,bTrpovLkW6fOv9wBwsvSWg==,j/kiu82K1BzfxI08UWOyqw==,CPwsoMh0H+46v4pcdfHddw==,cJ1RgMGxsBfoUqJhWz3OaQ==,vlUVUl06DKUQiEdBgg0/vg==,bosIF+6jTUHnz7FsLQ7Pzw== -6523036078,2020-07-09 11:10:39.365 UTC,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,<185FC772-31BE-42EF-932F-74B722DCFDEA@asacom.us>,,,,SENT,e7920ccd39523318ac6fee9b135ac9f5,,hash,elfDuJ4qNjAjYG4fCZIDGQ==,LG7Nk1onJ8mr/vP7g2WVtw==,jrWkdjT2JrFC0qk+m68Anw==,MapwT4w9NptrhE/47+lcyQ==,WBTLixKbQLDT4nGwcEDdPg==,jDu/eGEDPbuoaYyszqophw== -3679772228,2020-07-09 11:06:35.558 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,ce92938e0c66e2dbd4cbae0993931f74,6951d638-2c32-486e-df49-8cac1dacc654,hash,Ee/bnj/2dX4YQxjthgB8oA==,1+2dcVmk7nYvi4+9ZG7+ng==,ISYxuA0tEVPrqGJI4G0M7Q==,T2YJoEIi/EdpaDUXMv0pmg==,hxMYagouCvsW2XqeGOeWXQ==,+imcrg0CyGKFyVGixkPU7g== -3671832358,2020-07-09 11:06:34.080 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,b679a168a75bbd129187623f5f6c2b8a,ebb6b663-ccb6-4d6d-95c2-3604dfd5cc66,hash,kLJfGZhUNQr1fB9D4Yx+IA==,JiAxOXAg/Y30eOwTtLCWxQ==,8pQgLbfJdRTU2ytNQXKOHw==,sXyfC1EN5+lhdAkSOdorXg==,0xzpk2oNw4jKSk9Wx5Ja/g==,DPPVU59nwqY5qHR96NGG3g== -2991058641,2020-07-09 11:03:32.827 UTC,,false,false,,,,,BCC_ENDPOINT,PROCESSED,,,,,,0d6b12cffbd0224e5af1a2bcc585c31e,8d56a2da-3baa-436b-8367-29d24761f413,hash,o2wjpPyUfzBfq9OSt9I2NQ==,ygSXjsFnSGdLoS/9f/+LEQ==,P5MfvTestS6SDVwq1FZqow==,3FfjxfT01gMBP3Tmm6U3aQ==,TelodV9BK1LrlZAcnBkGIQ==,QaqR/wHUpzevLP4fJ/pxrg== -5254500035,2020-07-09 11:09:13.996 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,63388a3d33290c2e948dc126ec0e2029,9aeeb2ab-3e9f-4052-f34c-fa88572bd6e0,hash,o2wjpPyUfzBfq9OSt9I2NQ==,ygSXjsFnSGdLoS/9f/+LEQ==,P5MfvTestS6SDVwq1FZqow==,FbKM1i55F1etS7qPqNe3nA==,Jm8f2jAhd3x+r18qlndZXA==,RiG4zP8t4gWNKo5lzbuaBw== -1086051755,2020-07-09 11:02:36.636 UTC,,,,,,,,FACSIMILE,,,,,,,c94a9256c68ecdf9201cca42400fe454,,hash,C9gvM5C5cGbRVzB/nq4tcw==,b9WrFG5y5ERru2qgadbIHA==,FQEtWIv5jKNAOhvP8uzz5Q==,8+bGi+sSVjF9uyivxYd02w==,tcwXiUkJB0Cm/dOOIrFyDw==,eLHfxjSyBKiMjqw5D9vYMw== -3144730612,2020-07-09 11:03:48.052 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,252b473d169f059b460261b6f005a4a8,93ea6dcb-b604-4789-fb63-4d6d2c769c12,hash,5KCLB2+yC1lICAhyX9JbLA==,2164QRfQYEfJfJoBkbX//g==,,/v8GohCRSWAXKmKsGXNmjA==,w3Hqp4PIkIv1Cg9lQElzyg==,LiBY6fRrvur9Bp6tOFkBIQ== -3010558024,2020-07-09 11:03:34 UTC,,false,false,,,,56d9854076ee4c57b95f7926111f8207,CRM,PROCESSED,facsimile-22712-56d9854076ee4c57b95f7926111f8207@facsimile.hubspot-networks.net,SENT,,GMAIL,SENT,168381b939cdc5845b42d0d7a554e91c,023947a8-81a5-42fe-a760-48e78fe10285,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,ae6tmYehv/aDPLokJ+6dWQ==,AYk98envmzQGP03sRWTDDA==,Ve2HjlFWTT2PmU+AeEGyUQ== -5995706221,2020-07-09 11:10:15.162 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,b08e839a2757e551570fe0a56104f721,76ff63d7-c12f-4abc-b887-bb31f0866be3,hash,aUZSzrSNJrmvL7Q7OgWcYw==,+HVn8hWbQleV67e6m8QG7A==,eiHW6T5b5MF13Z2NokXV/Q==,JWsLLdrYXYd30HmzIgkYwA==,ps8xDRzZyNu9mvLeUgD7wA==,QS7x4fyzj1wz6MUYTxp/ew== -6696489114,2020-07-09 11:10:46.456 UTC,,false,false,,,,7982e7ca4c0f214eeecfc9ba2916cd57,CRM,DEFERRED,CAOmvYwDUzmk5XnwMb5ZmpZvwV=h-pgFW8Pi2cUVZTDTNj7esEA@mail.gmail.com,SENT,,GMAIL,SENT,b2d2f685e6a715231417e4c6106eaee7,a1c56a96-321b-4c12-ae06-b669f340d670,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,LAUkwJ6gppmSNwqqhz5gFA==,R96/Yf4g1HI6EiYu8nyw9Q==,Y3bIWPXgrGiwd00/M9qNcA== -5101359307,2020-07-09 11:08:56.635 UTC,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,<5e31995e.1c69fb81.aa6c.34a1SMTPIN_ADDED_MISSING@mx.google.com>,,,,SENT,ad42c1a6df003d892ce70aa1a6e77611,,hash,Qq8Y9dsUlAhzIlpyLaKJAQ==,PRP5eMJcwp+WvbT+lfrhlA==,,fRqgFXSE+iGuUd3ZZnzWTA==,fYy6KzDSEJrszdZkP2eKQg==,2D2a0c8os+VpikUSBE054Q== -7439697040,2020-07-09 11:11:40.510 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,eb32afb1e7b1ac3b1ba19b890d29666a,c9e5e85b-0e0d-4bbe-8fad-579886b31dab,hash,ZyUXN2KG3gegtZ/Y5p903w==,HSG6tXlrvKKqfKJ6HdFBig==,P4QYORi7zOkT7stv10on0A==,ZuYbUGIvjK50YaZtx3o0gw==,KySmGH1ExhC/kwZmeDPjpw==,wJ+o1A28TSIv9HCpEln4ig== -5041360706,2020-07-09 11:08:51.520 UTC,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,<5e2ddeb7.1c69fb81.98c20.1a7a@mx.google.com>,,,,SENT,b98c2f6a52c504fdadb7facce7efbfb1,,hash,bnCY8PW2OcuIkcVJ76yA8A==,0i3n1v+8STNnF+Hq7og8CA==,,WUW3AlywxOAJqQpdnStKyg==,cfaLncOu+PZ9X3Tpujt1dg==,hQYyEaIpoqe6EflF59/Dxg== -5244961930,2020-07-09 11:09:13.300 UTC,,false,false,,,,,FACSIMILE_OUTGOING,SKIPPED,1580997255282.d5cf5ea4-7f43-4ab9-82e9-a529179b1c4f@bf.hs-inbox.com,SENT,,GMAIL,SENT,fa7697e496d44288657a39f5d0c87552,125b77c8-6ec2-4853-b46f-727963976f0d,hash,3ju8CE459Ox/AFJkUv1Ecw==,vCivb3UABHKUdMy7QDvQ7g==,TKYowVyzJKBSS4FfXIkITg==,CJPoVdGQkWT3PAz9YP4Lhw==,9jRUBR+/PwCv86RLYfJLBg==,pThtdXsRWXlKt9llOiWVaA== -7302298119,2020-07-09 11:11:29.044 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,d1234e59d3ed6f482ac7ac3bd6d11755,39425cef-455a-4d31-9fae-2bb235619f59,hash,5KCLB2+yC1lICAhyX9JbLA==,2164QRfQYEfJfJoBkbX//g==,,pSL7M4k5U0FxkYQKcwkS/A==,3YNgYczABnNyujsWq3a+cw==,xmbzMKW104u4zkDh2A2gdw== -3710630325,2020-07-09 11:06:39.534 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,5a20b2f6e6808ea2e71f289ba8ac7608,183eb3c0-5fd6-4255-bb8e-16b2dad228ba,hash,HoqL4VLYOWDAOoA6R/ygeQ==,/RRPZfGd8cetqhFsRM4mFw==,ZAUqYAygKtoKOPB83E7DBA==,s8v9bPRt5FaDcm/ilQ/m8A==,qm7NO7IB7zgUW/PZjlwPUg==,qM5ypdbO99tbAuPs09U4+A== -7651155166,2020-07-09 11:11:53.425 UTC,,false,false,,,,,FACSIMILE_OUTGOING,SKIPPED,<0017035410-04124ae1-5bca-4dbc-83a4-93bea98594de@smtp.answerfirst.com>,,,,SENT,74ece7285abc88c3433f1ae702b0e351,,hash,ztw5WPHioKmJ2OHZK5Z4eg==,,,,pW80IFpMOh7q2o1QtDV6qw==,4mh8dDfDIYS0xU4a8QJOmQ== -5404383420,2020-07-09 11:09:25.012 UTC,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,,,,,SENT,4ce5bc2dc075d2a863028340d7fd35ff,,hash,ngzKfveuWiqLgEflFN8TXg==,EDtq++b/2QQSt4NkERGB2A==,4u9LMpnmp1/ujRNsbB5TVQ==,J3nza2LdCjbwelFajGB/lw==,wQKDpL0/65GLHsVhGLZY7A==,ZuhO1vcphgm6g0pvmPI8aA== -3177223712,2020-07-09 11:03:50.592 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,46cbd28c4baff238938ddd0c1391b797,007b1f5a-3c05-4229-8809-d3f6df04a105,hash,SC/T2FciahFoHIOp83CEgg==,rnfmWyNqSo7snw44nEjnZw==,df90P1U3NFp1kxl+0rvlEg==,hgVcno6s4JQoV3j6UKYPzw==,iAqiNZXMjKu9ROoHoXcA3Q==,BWUvEnNjihOAIN3vLN3GAQ== -2412028377,2020-07-09 11:03:00.908 UTC,,false,false,,,,44d913cb56bf984e1b9f2bb3c946c8ae,CRM,PROCESSED,facsimile-22712-44d913cb56bf984e1b9f2bb3c946c8ae@facsimile.hubspot-networks.net,SENT,,GMAIL,SENT,264f76034d8af2a191971426b4e2896b,ad907d29-7ab3-4510-b52a-aeb88d5fa4d1,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,vauGx6nugsCOplz/kAzfSQ==,UCBihatyOLqEaT2YehHooA==,HtTvhvPqy9FfP6z/CPnJOQ== -4231662265,2020-07-09 11:07:39.257 UTC,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,bc1b5e59678c15e174fe046b3d9b8386,,hash,QAh4eNO3QPdOP00shkfU5w==,KWSBXQOgMsjKN6xdVXZH3Q==,RS3QIJaBKKGfBzALpKpcjA==,IlsleaJdzwn+YfcvnIIcrw==,H7NJF2NDYXGJjL3P65fjWg==,96LYLvxaMhUmwMUmKcM82Q== -7045044343,2020-07-09 11:11:05.582 UTC,,false,false,,,,,FACSIMILE_OUTGOING,SKIPPED,<1MzQ0y-1jAdvj4Buq-00vRgF@mrelay.perfora.net>,,,,SENT,404bd884b438afe0936ab10b04d1b508,,hash,xzfOmDsb/Bev0sdL6iUUdA==,m5OHECERaPKQL57UNXzQXA==,,OBBqZdLEd+0YA40fGVamkg==,5LGx8sakJiUWxzzlrJdSDQ==,u2EO8CLcuzOHTW6BIjZ2EA== +7177784888,2020-07-09 11:11:17.893,,false,false,,,,11b28b37ef0ceaf79c4e3be59319c7e0,CRM,SKIPPED,CAOmvYwA+28JLNeQnAoShX5vMCH4cE0-ZTCZSajbnO-E8JiRiDA@mail.gmail.com,SENT,,GMAIL,SENT,8c8666d8beca999bc57b7b2fa60578ac,2e163c94-e055-4fea-9562-8935ce191f7a,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,Jlzy2JADNhTtBOYpdY9eaQ==,snir1qbqpjfxyy08L+Pnaw==,kmHSyLK/UoZ95s4YNwv3fg== +5183536873,2020-07-09 11:09:07.230,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,,,,,SENT,098d4f9033f0c4b8b13d516f7ad5fbac,,hash,CiJrHBaPW9V3pcXBtS5jKQ==,GSrBj9pqjIYld/InSpHXQQ==,14sehppOhDL5xgku0a0i9w==,P1rY38osHd0qy9al9rxK9A==,tO5et6xy57VmH9rS+F9QeA==,ondfWIP+0oihgIzcrLMutA== +7484187853,2020-07-09 11:11:43.866,,false,false,,,,,FACSIMILE_OUTGOING,SKIPPED,,,,,SENT,d053459c233379ed2800b5e287a6bff0,,hash,FdUM8JWA+SP3poxLxk0XSw==,,,GWjKbEs9vTpfIm+Iv9nNow==,eqV+7W07ioB7mMQaIPqlGw==,rxT7AEOb1nO875kr3Kt+CQ== +4170558625,2020-07-09 11:07:34.001,,false,false,,,,3025b1dd85684b39f62aee360c20aa63,CRM,DEFERRED,CAOmvYwDZSK0wzAaK=2-MpAK2FVZxVFOK4t2dTzhv1GaeZy+xag@mail.gmail.com,SENT,,GMAIL,SENT,970ea0393a8a5de9da40f8031963eb15,e5cb8b6e-bd34-4938-aee6-d0b79f7d97d8,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,Eov7dVE2R1//V8OAv409/Q==,6U4Ojc2P08iKI7JjLZZ8Rw==,aqmQgN1JaNG/bxUW+3JSXg== +4031111671,2020-07-09 11:07:21.895,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,1c3296bcc5e5fa85b4b6f88c3fe44396,41c1be89-2b29-4c38-b80c-c56e8cab581e,hash,ZexVGRa0b9mfLZ2TczO8GQ==,cjIIbCemh4Iwtn9p+EWzEQ==,Qy1x+LWGyjMazlMvPBAF+w==,EAyHAUMCrScEcraSVcZ6rA==,dgffcUmAyuHKietVj/hdlw==,2VVEciTVw6P0NaMzllAzkg== +6739584971,2020-07-09 11:10:49.019,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,,,,,SENT,64ea5d36cbc80bb4865eae70e3206a89,,hash,XaiT6BOX3Ls9Rfbp/FqjNg==,wpdFXEHyGTz7OygewEJ3+g==,cnN+W5xhCh5tUOKbzvugCw==,xW3zIXG4GUzjLWV2xQjQ5g==,2MBUYU5Lg0CZcSqJcCmWiA==,PsQRwIeidnjF9w4cL94B+A== +4328595884,2020-07-09 11:07:47.307,,false,false,,,,,BCC_ENDPOINT,PROCESSED,,,,,,a8eff7bbb0561f8890ed0f90fd1f0974,d79ddbc6-243f-48d1-8ecf-392667fccd87,hash,o2wjpPyUfzBfq9OSt9I2NQ==,ygSXjsFnSGdLoS/9f/+LEQ==,P5MfvTestS6SDVwq1FZqow==,ra26nJVvyhmSmtyxQPZypA==,QuCbw5TPPapnJ8BO4X7ITw==,tA6Uz3x57njGuycUyF/h6w== +7566733510,2020-07-09 11:11:47.759,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,4ddf7fa312203bb8b0d76257a5bf73a9,9808f509-cfdd-4d1e-9e6b-fc86caa8dfc0,hash,4WT5ticYIgY0R+IX5h+xvg==,t6cdh5nPbddbcRp/Ut5mdQ==,+rAt/Hf57CsnYwHGIv/YMQ==,xMjrOnXBAjkfxmrxuH9t+A==,pxCwaP2RSVSPsLKnrlbhcg==,qX3/C1dBhUVEQk9OLvpknA== +2231908748,2020-07-09 11:02:52.253,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,,,,,SENT,120b29891d40d8d97def99b8b0c03c23,,hash,mABW6uC0cznKTLtxovvYEA==,IPGut4GdeFhoTImNHpjBuw==,vDlTuVWul716aN72n/RpVQ==,cdyb8reQfoIR17ExKKnwPA==,5LGx8sakJiUWxzzlrJdSDQ==,rKpMFJtc8m33P1w99ZQZrg== +3678029831,2020-07-09 11:06:35.550,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,025af77b5659d3c9fe3375a1f53e05be,89189770-b7a6-48ee-e17a-69780795155c,hash,ADZfA/vJ6Dh0tgU8fQAcBw==,3e7/KXPNNy3oP/36C71Elg==,ISYxuA0tEVPrqGJI4G0M7Q==,bgkESL1Uy0EDsjcZHT++/Q==,4eUcpJguiD836amMOUMbaw==,JZtaLIpMe+CfbH+zXTkfIA== +5901305188,2020-07-09 11:10:05.629,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,<0015966445-979bea83-73aa-4472-9a96-4a35a25f5f99@smtp.answerfirst.com>,,,,SENT,f917e47ca5a6efecf81d818f0b5730bf,,hash,ztw5WPHioKmJ2OHZK5Z4eg==,,,,pW80IFpMOh7q2o1QtDV6qw==,1lYYcLptK0R30qbPqupDOw== +6369458980,2020-07-09 11:10:32.906,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,31b8fc4582f73b5aaef0adac09d6d12f,fb721a49-1892-4bcc-ecf6-7faa40bd167f,hash,DXstXjDIAxKWL6BzC5x8wA==,hzBlE0tOVDpYEuFbWp7IpQ==,qwUbSSimwvAZIjTw+wFeeg==,Inryuuxs1Sx96iibPvr6eA==,spWfM/88Hside6cbzPgdIg==,rd9RHIJrIpzWPxAFHkP7lQ== +2650672700,2020-07-09 11:03:13.381,,false,false,,,,c592a348418ab6ddc3e1d46419c720ee,CRM,PROCESSED,facsimile-22712-c592a348418ab6ddc3e1d46419c720ee@facsimile.hubspot-networks.net,SENT,,GMAIL,SENT,63fa0270b717d6a4d95ad1a7e8a88df8,23937be1-b514-40aa-bec4-7e2a6c56a905,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,V/KBKkCsmt/EzqXO732SqA==,dbbHAel9/XnRbmVehMdruA==,xI5yTWOgJlwCy0j76QX2rg== +3526963436,2020-07-09 11:04:34.502,,false,false,,,,74b1a835f4da3e9aeaa28449c13d9890,CRM,PROCESSED,CAOmvYwBtEh2hp7r75w6zSnmWiyhOFbXNHsaMJLMj0EiN20qPgw@mail.gmail.com,SENT,,GMAIL,SENT,95c9291d6a5555f9ab92b25e9176593e,d8632139-5898-45d9-beb0-3082ec803435,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,t1QLfvrumi1kpCuAn33fQw==,0sJSRhqLTvtMcmwpKTnM7A==,Z6ko6QA/YMUyUw4naI9qyg== +7762055531,2020-07-09 11:11:59.522,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,7badad981ba36b3ea2374205bd257071,,hash,aUZSzrSNJrmvL7Q7OgWcYw==,+HVn8hWbQleV67e6m8QG7A==,eiHW6T5b5MF13Z2NokXV/Q==,nKalOWufwwkrRVYBnPp6DA==,8UkDxna0gm3oKR9fqEyZhA==,QHHRuEyxO7141du3XZbv3w== +6778118089,2020-07-09 11:10:50.825,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,816402c0b8dc1fc2496edd2571de46dc,e9a99684-005b-4d44-c937-32d00802a3df,hash,kPP7xjdtfuEuAX6b0LtS5g==,1Us8j81boH5HtADmmih5Zg==,RcFCjb32OCa3samZ4BLfOw==,I6GQaedyQa/tBpWQznweXQ==,wkTBDT4KS62Vj1f7XAYM8A==,TYIrIsqKuDYzMOllzSIifQ== +7523804132,2020-07-09 11:11:46.417,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,d33e15b12dbbd3ae9e66ab0a9a46e268,,hash,aUZSzrSNJrmvL7Q7OgWcYw==,+HVn8hWbQleV67e6m8QG7A==,eiHW6T5b5MF13Z2NokXV/Q==,mx3QzIt+dDNDrJeDPqhdNw==,r3U5LwNpJJCIoOyG1/3qWw==,xL8XOgTdh8GRTx/9VEFB+g== +4564204032,2020-07-09 11:08:06.670,,false,false,,,,dbfddec50ca0fd92114b87b5f062f1ef,CRM,DEFERRED,CAM-XFxER7-Ys3Y1Ure3k+LRqk1tJ67jfZg6Bt_NajqPz-isAnA@mail.gmail.com,SENT,,GMAIL,SENT,07e58a01de15a4216fdfc06e71aa50af,d5daa3d6-5fe9-4b41-9c0b-cd5bc4f31dc3,hash,Ee/bnj/2dX4YQxjthgB8oA==,1+2dcVmk7nYvi4+9ZG7+ng==,ISYxuA0tEVPrqGJI4G0M7Q==,VU8K0P/gr9XpI3KYkfnRAw==,prINclrooTSCFS0q1fTiMA==,XD93KnjEbL+G04MPqe6z4w== +3315805617,2020-07-09 11:04:04.469,,false,false,,,,71c5d6969d0bf0edf90d2c46da714a86,CRM,PROCESSED,CAOmvYwCfTFPfyf60X_jKFwcCWUgqM6zyXdLjLYmS5dwOkHPT7w@mail.gmail.com,SENT,,GMAIL,SENT,913459ccd7cd23e148f98fa4f6cd0296,fbec89cd-0060-430d-b959-6610562bf8b6,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,uyc+jfp3vU/V9mV5wLr52w==,6U4Ojc2P08iKI7JjLZZ8Rw==,UJIk0myVpAAcEFW+RC+4og== +4329368497,2020-07-09 11:07:48.394,,false,false,,,,e9b5f7b4418e51287180b45cfb8b6d3d,CRM,DEFERRED,CA+aCjeTaONQAkjoWe5Pw0CfEwyGQnboKnhnsW-A50TNwLgOmLw@mail.gmail.com,SENT,,GMAIL,SENT,737d4241d60cbe5a2ebbf3ec138c81be,68596ee3-b3f3-4747-8250-4a8a26c96b39,hash,FoJ7u8l0/CZB95/1buWLUw==,2wWDPCnmiLWrVNXoYIpy7A==,gBt1zXiAG42y1VmNzwl7oQ==,MRWrSE5z2RiCd0l4Jn1M3Q==,yQbe+00NW5yfVXck73FNSA==,vPNgJGECmHFc4vKG9jelDw== +3412614064,2020-07-09 11:04:17.224,,false,false,,,,015ae17fe8b4d8a0022a450f9adff5a7,CRM,PROCESSED,CAOmvYwDDyX_zsSFXFsiiiJk1MV-vGPNnQOB-D0u2e7QVpA+34A@mail.gmail.com,SENT,,GMAIL,SENT,200e991a3491943535ae4cd3748e56d4,21fac82a-f5f6-40c6-b115-c6775a71c33e,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,BxQRiyOVD4ZUwy3XotEbbQ==,cz+9CUYJzsBo7eMsFPdS3g==,UetB0P9G73uEK7X6jBuNzA== +4374343775,2020-07-09 11:07:50.317,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,e6816b7329f7ed546e378020209c4307,c73836b3-84bf-46d0-ec64-1ef3e1e57c04,hash,ZyUXN2KG3gegtZ/Y5p903w==,HSG6tXlrvKKqfKJ6HdFBig==,P4QYORi7zOkT7stv10on0A==,B0oltV113dktSnrVwIZc8g==,WCzEWVnENdLGmp+2uI5mcg==,zWkKG2xM5WCc8LwH2gD2rQ== +4452603128,2020-07-09 11:07:57.517,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,b37df1276bc59ac76b92279453fe06e6,3577f86f-5433-4086-da04-c60319c64cd8,hash,8yApeqtjAmXkN45k689AEA==,HjIYy6rv9AzJL0uLns5z5w==,HeZkf3L+I/kI6BU4Xdaiig==,GMtU2lHjkvCkiLt4b5P8EA==,223AXxX/ldEe5AdcenZ+5A==,TbUCU7Yizg3vj5uzQA1kag== +5493084206,2020-07-09 11:09:34.838,,false,false,,,,234666fa988966af0e6160e457f2c478,CRM,DEFERRED,CAOmvYwCeih3R80JgrtNGBCG8uxDBHtvBgkNqMm9BjeL8KhVw_Q@mail.gmail.com,SENT,,GMAIL,SENT,488dda54118fbd724b2fd775b2a8fb6f,4141eb29-f606-4c1a-9711-68e35251cfe0,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,7eJFC5GQBZvt863mc2ou6A==,0sJSRhqLTvtMcmwpKTnM7A==,+HdOFkMsIWpYRI7blSVjKg== +4166666606,2020-07-09 11:07:33.994,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,7bcfc270f6d8f1c8a4119e3417870788,f53ef761-77cc-462d-bd22-12863fff568a,hash,mKtgo98ZRgu5Sbuw8sVXuQ==,UqWwoGtjn54seDTRuLsimg==,UqWwoGtjn54seDTRuLsimg==,Ng2J09q3oBpDTQt1dJ/VUw==,iAqiNZXMjKu9ROoHoXcA3Q==,QHeRm+l6uCkE/cFsg3d9gA== +4957195847,2020-07-09 11:08:43.049,,false,false,,,,,FACSIMILE,PROCESSED,<09044BC8-52E7-46D8-9DBE-D573A6ACB557@aol.com>,,,,,3e79627f93e93d511efc272b4448f285,5e5a0abc-4b77-49ca-a259-5900aa739b7f,hash,uY0b1UGDAmwriVy78Bzomg==,xE4ays31cR/6OT0yY23Flg==,DUOgtpuebMnUlvY0pqiqwA==,l8lEz+cfo3S8jcOuOqCKGw==,3vqZX1xiWp+N3vlq/SdyCA==,fIBFPXI+2RbBJn2q4+9l2g== +2820172536,2020-07-09 11:03:23.012,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,<971923903.4345268.1563490673144.JavaMail.www@putpr003.homeadvisor.com>,,,,SENT,c77b3ba5ef0cec36e911bc674fb7c78c,,hash,UeQd+1vMNxrv3UPm9BuaSg==,wLArm17UOmjMJcbkEIq0rA==,p0XZXDzh2b1nV7vEv7sT8g==,OkIVnNT2RA0UrfjrX2ihdw==,83XX7xBR0Rcrvs7pfHtPtA==,NQTWc3Gd4Z0PuWcAXx2HvA== +7445125384,2020-07-09 11:11:41.713,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,dc2e7d1d1e11969a7b5f55a0115b1d88,,hash,aUZSzrSNJrmvL7Q7OgWcYw==,+HVn8hWbQleV67e6m8QG7A==,eiHW6T5b5MF13Z2NokXV/Q==,olUqChT5NhNh7DP0b0refQ==,pxCwaP2RSVSPsLKnrlbhcg==,Nb59VWwrDHa6htCgTx2LFg== +3553765714,2020-07-09 11:04:37.188,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,,,,,SENT,0fdf5696b8fd7eed205d839c969eca93,,hash,T/yE8IggHQK7aw2PWvI6sQ==,8xHweYVGYde0wOgiKnDEIA==,p4sawWwM0CFoCX/Jqb12BA==,F+BV31/SEDFUgus0A7sKEw==,TqdNvV5Dk7K+rbZ6CyHb9A==,Gyknt6KO6IJlxNn8ZZMB5Q== +7640587244,2020-07-09 11:11:52.799,,false,false,,,,,FACSIMILE_OUTGOING,SKIPPED,,,,,SENT,0fc949f9acbf57b9b81e8507d0cd524f,,hash,PQ3ulOS49uLolR9/UcX6Hw==,PkdZZa9WtzKFWQ92hC93ZQ==,tv0if6yeMDhSMqIW+jkA0g==,QeysRwP8+eKUAtc/fdKpeQ==,AfxInIuo9GMhx8nsmNuPZA==,GksIgZQ/cRAf+fWBBt5gig== +5856628385,2020-07-09 11:10:03.209,,false,false,,,,d287ca4266677e30b43cf38f43641881,CRM,DEFERRED,CAE3+xvynAMMCe-R-wfkhUqY3SupBjwX1TrhrFN7fRmMMs2Kd7g@mail.gmail.com,SENT,,GMAIL,SENT,97d9811ddc5c65096fc982d951ba1b89,32c6e555-997f-43fb-8cb8-d77b61316bb0,hash,bTrpovLkW6fOv9wBwsvSWg==,CPwsoMh0H+46v4pcdfHddw==,j/kiu82K1BzfxI08UWOyqw==,yccKuv5SdlfYxsj+sR0JQA==,5AkMZuADrSXjxJFgVhSD6A==,bp9v3uPuzJsCdLvLzw6NVQ== +5941855609,2020-07-09 11:10:09.823,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,e64464985dc1c6402d86a463de9f04b8,86a3b076-74bc-4824-d618-599ec5569245,hash,+betPePIA1URJHFaqdNOkA==,RDl9PFYIj+TfTQigqsmT9A==,SSNo/dXCo0qPHbgakcONtw==,wKiTASRomlo3MdK0X8PHvA==,J2/spGVMLrT4Bc5xOffyjQ==,nE60vFaAsVj5Vbtq3NYXSw== +7716650196,2020-07-09 11:11:57.611,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,4de02f17ac11c4e1771d39a804fbc1ab,30dd67be-3765-4ab9-8d22-42d860aaaf92,hash,5KCLB2+yC1lICAhyX9JbLA==,2164QRfQYEfJfJoBkbX//g==,,LzsA9wkoie8A6T1ZHLfvQQ==,xKExiO45HvxVY+Ovisq+MA==,c7S/u7+m1Et8WsuQR7tUXg== +5266215101,2020-07-09 11:09:14.759,,false,false,,,,cv-41d3b66a49f74b66a04c018d6b2ec83a,FACSIMILE_OUTGOING,SKIPPED,facsimile-50010-cv-41d3b66a49f74b66a04c018d6b2ec83a@facsimile.hubspot-networks.net,SENT,,,SENT,063be8e39e358d2111960165e7f66393,26978dc3-7590-41bd-b989-c1ae718a61ec,hash,EgBsFa3i/4+qyGbNWYJ8BA==,5nzltT7+kdsYAd5beR5FDg==,JwIzGYRfJo/j1pif4C5Pag==,fdPYjO7tNcmNu66zLbacUQ==,aJJYO+Es9nbltAPPSxSYHw==,iQ1ZbYznPp3OS4nMt1LHtg== +5560296971,2020-07-09 11:09:39.214,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,c61c6aaba718cf434888ca6bb7d2df50,f904db63-b142-4d97-8043-0ac18353b08d,hash,o2wjpPyUfzBfq9OSt9I2NQ==,ygSXjsFnSGdLoS/9f/+LEQ==,P5MfvTestS6SDVwq1FZqow==,SMRmVRN9m5aeeoUvx1LoXQ==,neK9Shl3czTAMsp4m/7gXg==,8PdMFuKhJwfGZ5pmH9zPiQ== +6951802441,2020-07-09 11:10:58.256,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,af9d722b6baaf99a221fcd147161f306,41918d95-ebf8-489c-e895-b2403a04860a,hash,aUZSzrSNJrmvL7Q7OgWcYw==,+HVn8hWbQleV67e6m8QG7A==,eiHW6T5b5MF13Z2NokXV/Q==,W4Tj44cptpjgDBKpr4ixmQ==,AeWxEcngoDyczOdEKvPj2A==,86JZSMIjBLn4YH1uIoKYWA== +6403822377,2020-07-09 11:10:33.821,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,<0016203613-b433e7e3-4f95-4481-9490-babd8ebe107a@smtp.answerfirst.com>,,,,SENT,b13f73a1bd82e8134bb7fcf52bdedb95,,hash,ztw5WPHioKmJ2OHZK5Z4eg==,,,,BbfKiRbBd9Pb1SagH/c3CQ==,xJ5s2I8KWe/aJKM15uVWRQ== +3974598568,2020-07-09 11:07:13.908,,false,false,,,,,BCC_ENDPOINT,PROCESSED,,,,,,32b56f1f743bab0e23cdf89359c2c1be,31870980-a982-4c4e-b9e8-84de53155297,hash,o2wjpPyUfzBfq9OSt9I2NQ==,ygSXjsFnSGdLoS/9f/+LEQ==,P5MfvTestS6SDVwq1FZqow==,TCIa/xX433abeGJe//2rAw==,KGi1/nJo3GYlUeOkKDjkIg==,A7UpAbezjP7Unh5TNRnJAA== +3618700327,2020-07-09 11:06:26.509,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,<506247986.852233.1571069517592@mail.yahoo.com>,,,,SENT,cc61b6f8b39ab18bf6e93b97b24234f6,,hash,/xEde529to3QBZAsNbI4Lw==,J62ws/ktm49/pMtVtgEUzA==,4oYYm+yNO9NWGkzvv5z/kA==,wE11xfkYWRdzvJlmmoQk+A==,5LGx8sakJiUWxzzlrJdSDQ==,rR5xfnJ93Xl56tpffLWXvA== +4797291228,2020-07-09 11:08:27.825,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,01ec1c54f3f2a7890185e380fa5f836f,0528398e-5ead-4beb-b552-a32e1b64ac00,hash,ADZfA/vJ6Dh0tgU8fQAcBw==,3e7/KXPNNy3oP/36C71Elg==,ISYxuA0tEVPrqGJI4G0M7Q==,En+qAtR5txTGvaZGA6xDyQ==,BQFAllPVMf66kKB06Pm5hw==,iRwo7Fyfa3Fb4dYcjqUaiw== +4608847111,2020-07-09 11:08:10.545,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,5a068380566dd4ffe2c17d907a66b62c,1e60b781-1880-49e6-b1a1-fc6542e212c3,hash,o2wjpPyUfzBfq9OSt9I2NQ==,ygSXjsFnSGdLoS/9f/+LEQ==,P5MfvTestS6SDVwq1FZqow==,628X+zhpkwJ4Z4j2ChO5aw==,tpvtNJ43u6iEbZ4BG7tOLA==,UOLm8VMy5BqXlofWHeHQEA== +2422383911,2020-07-09 11:03:00.915,,false,false,,,,506239238f7167130350f498005b96e3,CRM,PROCESSED,facsimile-22712-506239238f7167130350f498005b96e3@facsimile.hubspot-networks.net,SENT,,GMAIL,SENT,b7494a4706c832ba351396abf26fae8c,6e979b00-d1a2-49b7-9945-9ca908f8311a,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,GkyP+pSOHbhU4wezSKxGHA==,0sJSRhqLTvtMcmwpKTnM7A==,emmEK2yrFZPojSqleO7SQg== +7800381703,2020-07-09 11:12:01.141,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,f898d74de68c1799d4e88d6c0ee86f70,40b81b35-b20d-4f2a-ae22-2e1d6781ef3b,hash,JO5lCEtA1oxJbdfNfpbIAg==,fgFNnwi16oh+rpblhx1Law==,3uL7LfFW9AQPiT2KEKwQNA==,7yqp13tVBcTIBCWQiVlgcg==,KuNElQ/GLcAJSnXwrkj8uA==,oxiccbDkaUsjccHlV7odMg== +5306211050,2020-07-09 11:09:18.801,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,bb2038c241cc3c5d8b36f4118595e6b8,,hash,wVLePh86QmGg2NpQGe1ltw==,YUCaof1H1KUzLeI8v1mjbw==,7UNuvapa9lfNLbW4qGne8Q==,utudP81wdPt5ozF9ieJX4w==,Va4jaTDqSqO0PWfwzWSACg==,v3orxH0lafpkNMeDWCyXhA== +5648728483,2020-07-09 11:09:45.923,,false,false,,,,6b6b298531fc02f8f18d21ca3150121f,CRM,DEFERRED,CAOmvYwAJuMxTyFJE68=h3hzCwcZ5k8xhfjW0VLsHGvk9oggfbw@mail.gmail.com,SENT,,GMAIL,SENT,60a27458232ebb396ccf8b84b98829bb,e7454e2a-c970-4bd4-9c43-cf582ac399b8,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,CYaNIc18kPhiniMROUKi/Q==,VxlVypxOt/OdOCFZHPyB6Q==,7R7d3EdNQslRnGFyTIwg0w== +3660765098,2020-07-09 11:06:33.266,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,457b479a0ca82c24a1f0bb8ee01c5833,34b355fc-d0bf-471c-a768-87e02d7541f7,hash,l9tXP74ZmOqx0DgRS4aDgA==,2OpIvFqCqf1rgPcN1R/DDA==,gw5RanGLaHimvp5MQTvTrQ==,ayUbtlfA1a9aIw31aJ0U7g==,3vqZX1xiWp+N3vlq/SdyCA==,drAwXW0qyhjv2M3bELNZFw== +7214888481,2020-07-09 11:11:23.092,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,8b7b52cf7576b76dbea033dc041ddb35,81a5164b-6a14-4bed-c3cd-fd751d8bd068,hash,XLH7uDjZrwewSaWSwy+XBw==,bgL7EuJVMXZ1nvUpUrWwNw==,YbYGlS1gSmwo7Y1J9ZrR2g==,UqljNl0boAR91SiOTugHqA==,plGcc0p1rViFcF3AF9yIgw==, +5396991586,2020-07-09 11:09:24.063,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,ff78a087c03e231f2d2f3905ed8f2418,b527d6a9-a216-4612-f0f6-57fe0eb0e30e,hash,krp51j9x55u7RE/JcPibbg==,IEzqJ1OqErtM3utNOXGWUw==,qEBAlEHKD9qh+ZnohNDD7A==,johsLNHbDNS8WkWBE9IQww==,Bl8BlS05G9TvFXbkN+IqjA==,fR94Kabs2E8eapEuYk54cw== +6668454089,2020-07-09 11:10:45.610,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,d4b4b71c0431b2eeb6509908001d557b,cf180260-0609-4101-d591-c8360bffeaa5,hash,5KCLB2+yC1lICAhyX9JbLA==,2164QRfQYEfJfJoBkbX//g==,,7oKiqnyO/A0Nt0JOs140Xw==,fYy6KzDSEJrszdZkP2eKQg==,S1z1EW4Poc1jCzcMl/6u+w== +2385224703,2020-07-09 11:02:59.203,,false,false,,,,33d52a2df6e088462dd1f5b387ebc08c,CRM,PROCESSED,facsimile-22712-33d52a2df6e088462dd1f5b387ebc08c@facsimile.hubspot-networks.net,SENT,,GMAIL,SENT,1f381bc30f6feb28ec3017b8a4ec9664,f5d4a4fc-ffa7-4602-b8c2-0026c587b543,hash,Y5K2HY/Bjs/7ut+Z9xOF/Q==,ug4M3hv3LCjUNciaZq/GGg==,FWHad1V5ru0To8yXBAvzUg==,1r3rsthuBbpyBwLUeD0nHQ==,8Anpg8uCjJ5d1BmT3z5v5g==,YiuUrxT0vYFHAhe6oxdYMg== +3069038563,2020-07-09 11:03:39.858,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,,,,,SENT,88d8fd834a3772d51a6b2f11a762dcf2,,hash,ajx0zjnPuTIO5sbvZdi/2A==,wqSVdNmigrv8K1OXj+vjfg==,PP7tl+NoQNBdnV4USd4kpw==,9c7fEiYGnJPhrdwvpTTO/A==,rKutuVgJYScBm3sGCwmMQg==,+fMYW2ozJtaZgMVAQZOEBg== +4590099111,2020-07-09 11:08:09.022,,false,false,,,,480f53ce6f2408bec155246ad0aa75f3,CRM,DEFERRED,CAP7drpkbGqgX+3gKCxp_Y_mi-aL1debA9KuYhWjFOffbBLKnEQ@mail.gmail.com,SENT,,GMAIL,SENT,3833517cf869fd26e40a957c0870d977,a010c3ea-34a6-450a-b7ca-bb8c98b3c647,hash,029i0PsLNOE0+HQJNvpDPg==,1BIZBg4MFsIo7UaCyt5jeQ==,siWn6QVoN5srZEO9XmHdPg==,UEMLgcYqRQC69QPVTzNXUg==,VgkqVVOsLQtBXAc8YEJ1IQ==,zK+Qsq6GQzIay1Zw0YseSA== +7386785967,2020-07-09 11:11:37.983,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,33a9bdbe18028c10ae525b45b52ece0d,,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,2Zff7Y5Q/PDMSo3Ysh7uNw==,55IJvW0doxdAgwhajkTmHA==,NhJvrWevUIk38CcdLP/7qw== +3722364349,2020-07-09 11:06:41.349,,false,false,,,,,FACSIMILE,PROCESSED,<2cd82c42-9d7d-831c-523c-9b17e2091667@stny.rr.com>,,,,,86198f08cd48f4a6f43b344de374e15a,,hash,to6X0IGasiX/iMYCQEMbRw==,sIxaD2ZsX4qDp7yv5R7Emw==,voeOrMPgwvocdosfHgwkZg==,,yaxhsYeUZLF+LBRYxBBKbA==,9mbnVLy2WMSsVwn46Bnl0Q== +3585964695,2020-07-09 11:04:44.307,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,<1141272884.7531494.1570718363617.JavaMail.www@putpr003.homeadvisor.com>,,,,SENT,205462d196adec3718c9bcfda1fe8280,,hash,UeQd+1vMNxrv3UPm9BuaSg==,wLArm17UOmjMJcbkEIq0rA==,p0XZXDzh2b1nV7vEv7sT8g==,3gHpl0HPSNdDx52dtlFuHQ==,ag16ullyjD9cFL9DKP/J2g==,R6hftRNdJURNY+Cxk2NsbA== +2079594343,2020-07-09 11:02:42.507,,false,false,,,,cf9cc416b817f233ced4e2a1060080e4,CRM,PROCESSED,facsimile-22712-cf9cc416b817f233ced4e2a1060080e4@facsimile.hubspot-networks.net,SENT,,GMAIL,SENT,4fb7ffe8cef7ccde3602bae206fb82a7,efebd8ac-af4d-4ebd-a34d-97df815d48bc,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,TaInysAa1vOmceA67Rkh5g==,0sJSRhqLTvtMcmwpKTnM7A==,lN3sPHPHsU+W5fyc/QkcsQ== +3449777029,2020-07-09 11:04:25.760,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,,,,,SENT,600fc13c4d71977fdddd32cd9052e334,,hash,wVLePh86QmGg2NpQGe1ltw==,YUCaof1H1KUzLeI8v1mjbw==,7UNuvapa9lfNLbW4qGne8Q==,MfSRZiA9OmbwQFnzOvEnkw==,+JIrLuo8JQlEhwc8BrSmdw==,sLRXTH5sSP6FmvTbChB9Vg== +5123947420,2020-07-09 11:08:58.519,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,b3d61bb8ba5323899907c63e2c49a1a3,37096b3c-8df0-4c07-8306-859ef5168fd0,hash,ADZfA/vJ6Dh0tgU8fQAcBw==,3e7/KXPNNy3oP/36C71Elg==,ISYxuA0tEVPrqGJI4G0M7Q==,be49AHLpNEZk/BvhdHO7UA==,1fc0V0oe4M2XdGgtaMWYCQ==,0dJQE/+EZg3M2xve/t9ZHA== +3064121612,2020-07-09 11:03:38.636,,false,false,,,,3e0a3529e710008f7554369d4c4ee29a,CRM,PROCESSED,facsimile-22712-3e0a3529e710008f7554369d4c4ee29a@facsimile.hubspot-networks.net,SENT,,,SENT,7bfe38189857901a43cdf0e73f3cc771,4d407837-78c9-44c9-81ea-2387c698b8e2,hash,wVLePh86QmGg2NpQGe1ltw==,YUCaof1H1KUzLeI8v1mjbw==,7UNuvapa9lfNLbW4qGne8Q==,EQLT+3BMFISMci6wiOWt6A==,vlJ7jw0OvV71X6SV8Vtnqw==,qUjkNmy/lsMKn/ZNBZZHGQ== +4611821026,2020-07-09 11:08:10.569,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,236e1fec624a2bae80b56a4f117dce22,4d4f9b43-be6c-40cb-9084-5eab633033ac,hash,ygBkNxXZiaFb4x+Df9nPkA==,3dEceDKCTVCKGklZSf/0tQ==,CXGrp8Ud9WOe+VUcU+8oOg==,QEn4fZi5fRfnzzELBdiAFQ==,j63UQ9jWEu7ZNQ1Mllclvg==,E1Hpa3bvi7z6qLf7GDveCQ== +5081490451,2020-07-09 11:08:53.998,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,<7AFFB1B1-1616-4A3B-82D0-75D6AD7D9931@icloud.com>,,,,SENT,0b4146256d8fef4a25bad08263cae71c,,hash,LRRp3srpFw7T5YlIFFy3XA==,zRium6KPdeoYwRsCR0q4nw==,icYMWpk8EioV2inG71ECaA==,XAXTdYubILFo0qFYpcCGnQ==,5LGx8sakJiUWxzzlrJdSDQ==,XzGhI/NTjgfvo1/z7x1VFw== +3843668132,2020-07-09 11:06:56.720,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,6c06623657e3dd9df982b3c30e79ff4e,206be386-10c0-4269-cab4-a4b5e5bee588,hash,5KCLB2+yC1lICAhyX9JbLA==,2164QRfQYEfJfJoBkbX//g==,,h0yvejFUWPgU2BD+DIP2Tw==,twZmm6W0IUzlrUp9pPUBmg==,tNuJz5wM6k3ABPa7MhiZwQ== +5903911764,2020-07-09 11:10:06.921,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,e2b52856fa57348d8a16d33024bce75b,5d3870fd-d948-4145-f393-79d350399479,hash,o2wjpPyUfzBfq9OSt9I2NQ==,ygSXjsFnSGdLoS/9f/+LEQ==,P5MfvTestS6SDVwq1FZqow==,srKSw/TyMhk4En+WyQ85Ug==,9NPW8RSX667/PKZBucdZUQ==,m6vqHVHHbVotfpF3DZueRQ== +5991056462,2020-07-09 11:10:13.541,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,dc2dd2b11e988ee5ab7980e1e4a6862a,dc34515b-c7bd-4419-c9a8-a0772162b369,hash,ZyUXN2KG3gegtZ/Y5p903w==,HSG6tXlrvKKqfKJ6HdFBig==,P4QYORi7zOkT7stv10on0A==,LBpF8lfaSuUG3DkKhYIi4A==,vi4GEVSUM36GD3VZvxeNQg==,EcGCsT1sLCFqZAAl5FdzPw== +4093451513,2020-07-09 11:07:28.104,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,62bc091e11fd480f4ec653a3624ce724,,hash,MjE+9Xn121jiki8Eqxe3pw==,xEZNckt97Ix9XVjj2iSpYA==,yI63wQvnxKcu7YMDGa0Vrg==,EQV+nism/4hCBTQ/rofatw==,aqyYMM9w3chvMu3j2XJJQA==,K9cSAFERsqsKg3318sgIkA== +2230180898,2020-07-09 11:02:52.252,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,<5pjdee7fvemi5q546f7nm8i6.1556328121690@email.lge.com>,,,,SENT,0ea31b46ca14048f3aa08af4944f981e,,hash,iVZJPFlgSgrQDG5BpRqV+Q==,,,vUccvITKKiz6hdjWGF93xA==,5LGx8sakJiUWxzzlrJdSDQ==,FwHKNtSgGsdZRH2TnRQ1+w== +4680725746,2020-07-09 11:08:15.687,,false,false,,,,1c75920cae313168bf2f9c98acf7418f,CRM,DEFERRED,CAOmvYwDa5i2ECM9AB+KkWZzB-H3K+=UqE_2vcFpvW_AgKhq2eg@mail.gmail.com,SENT,,GMAIL,SENT,6d52704f3739dccbef1922c1a6507117,c3de785d-c4a6-4452-8969-b3f90bd7a48a,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,oWuFeqA1VB+6UKCtj7AWkQ==,1jcNlhdDEdsThLAysXM4vA==,z8+Xu0pXxgsdRw8ydcSc+Q== +3177828647,2020-07-09 11:03:50.596,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,2852dfa0ebccf4635005e51cb9f33d38,aefa0cdd-b146-48f2-d030-8bd66298a1d6,hash,Avhweyr1z3eqeImaJIk0IQ==,QIaxVBVBQMRw35jSjFSh0A==,/zZyvz6tx7EevTKXrM5vVw==,d8l7dc2PiWyId2WTGOfb3A==,ukvsqrjaNXz8TMzuAjsQNQ==,cTap1sG3CQ8Vs8SW1QHtiQ== +5173953710,2020-07-09 11:09:05.153,,false,false,,,,24975c58356971aac251e105e844ee6a,CRM,PROCESSED,CA+aCjeRi8_b5P4J0Juyzquy_aW2GKfD49yjiBRsc188Zw+1zOQ@mail.gmail.com,SENT,,GMAIL,SENT,05d90d22d02af77d578432f9000f010f,02cce603-3841-4552-aaf3-9c90cc764e91,hash,FoJ7u8l0/CZB95/1buWLUw==,2wWDPCnmiLWrVNXoYIpy7A==,gBt1zXiAG42y1VmNzwl7oQ==,oioU376cs7myDKXd47tJVA==,6U4Ojc2P08iKI7JjLZZ8Rw==,b0l2bKxqe48+KhN4DCuiVw== +3655040107,2020-07-09 11:06:32.528,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,bbce9e677b630673d5fff52f0ac43e4c,c040e2ee-263a-42ee-e3c3-b1a038847cad,hash,ZyUXN2KG3gegtZ/Y5p903w==,HSG6tXlrvKKqfKJ6HdFBig==,P4QYORi7zOkT7stv10on0A==,lm2BysudFIZ0m44FCdqtUQ==,fYy6KzDSEJrszdZkP2eKQg==,aTQ3+q489Yu05wonyvS43w== +7068082004,2020-07-09 11:11:07.347,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,8bc5ef0507c749366c3f52a398641a21,c002a700-c3dc-4684-a674-532f2ac8eb41,hash,FL6m93O6UscGE/Lyr+mVpg==,LkQtm65n2+m05OsM6TwAKA==,x6z5dLi8ONSd7LhuokQ2cQ==,B1D1ihDfmhhGR/EmNTQl2w==,4NkNpCHKSW+/MtiW0pLNWg==,2nEc1wdZDQQ6fr7uxC/deA== +2668249188,2020-07-09 11:03:13.972,,false,false,,,,cfed6d713a1ec17ae2f25c65d1b42a98,CRM,PROCESSED,facsimile-22712-cfed6d713a1ec17ae2f25c65d1b42a98@facsimile.hubspot-networks.net,SENT,,GMAIL,SENT,bda9992298d1d1814c80a0fe9c2c4a3e,e9afe1d7-0129-445c-b2a4-3a828606d3aa,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,jAJfrUn7vUxJDbOWmN9Mxg==,6U4Ojc2P08iKI7JjLZZ8Rw==,yrbx4fLDo//XD+8L7xLz8w== +6436905007,2020-07-09 11:10:36.276,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,b2bf0bae96fbab1c48e4fac7ae9c55a3,2b392ec9-d404-4c9d-93aa-a5eb46644172,hash,6Mbws6Js+w7swaUn57TdKg==,pOLXu5fg5yx5yeeopN/xWQ==,sysbgi3VlFGxewj5f9/oHg==,jxTCdiFCEIFytfII+OhzLw==,3ck9ypCtA9RY4zcmq5zGOg==,FX+Y/HbHpXiFAGWC/T79PQ== +6651465358,2020-07-09 11:10:44.890,,false,false,,,,8e297ba87b579fa9dcad5427102d0f71,CRM,DEFERRED,CAM-XFxG=6K6NmByU8Xz2b=YtxTG-qeYV1Pb8JSfD2DM9pgu7PA@mail.gmail.com,SENT,,GMAIL,SENT,aeb5629c1df995d6846080bf70b31ab2,58eb1760-93ee-4348-90a2-f3b9cb421c20,hash,Ee/bnj/2dX4YQxjthgB8oA==,1+2dcVmk7nYvi4+9ZG7+ng==,ISYxuA0tEVPrqGJI4G0M7Q==,S5fBSU/57VT+ogOWBbShGg==,o01YZOsmpSdOY9+EjSEmlw==,2oRfFhGyVGNbY7IW4KVU3w== +7253301574,2020-07-09 11:11:25.439,,false,false,,,,,FACSIMILE_OUTGOING,SKIPPED,,,,,SENT,25b2281e8588302300cc883ab465f105,,hash,M724JAHiCwJ1zySLZkLahQ==,5nzltT7+kdsYAd5beR5FDg==,JwIzGYRfJo/j1pif4C5Pag==,MEqqp0MCnyeG0kc7/w/GZQ==,GnE+tYM7XaT055+WKYflzg==,Lu3JBn3bgybLQLxg/8g9fA== +6595977146,2020-07-09 11:10:41.969,,false,false,,,,613e38205f1e2192aad59a9ac090aec0,CRM,DEFERRED,CAOmvYwC+ZLdsGXWxT4HdVPsC7z948W_FwgYcTev0KGzPsuPHBQ@mail.gmail.com,SENT,,GMAIL,SENT,eb6747ceb64b04896c59d06537b74dff,b7bc7943-36cb-432c-9bb3-1bc45e816abd,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,hf3w0Nt8mKvjxC1C1ZRmbQ==,/WjYTmR7uTq/MY9lv5lJsQ==,nb3LBD1Cjg1tdP9lp/U4Gg== +3250405935,2020-07-09 11:03:56.267,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,ad1ebbfa779fa71b15bc5cf45eb258c2,b5aae2f6-1c78-4418-d7cb-1d11a4581287,hash,HoqL4VLYOWDAOoA6R/ygeQ==,/RRPZfGd8cetqhFsRM4mFw==,ZAUqYAygKtoKOPB83E7DBA==,d+hPGmPHJPjyr0p9zuyOvg==,rhIBNGdck2FwtUlPxDYc6g==,osnNBxCxzhx4MbQDRApyfw== +7720141723,2020-07-09 11:11:57.620,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,595fc82e16aeab792189a8a042a888c9,,hash,bTrpovLkW6fOv9wBwsvSWg==,j/kiu82K1BzfxI08UWOyqw==,CPwsoMh0H+46v4pcdfHddw==,cJ1RgMGxsBfoUqJhWz3OaQ==,vlUVUl06DKUQiEdBgg0/vg==,bosIF+6jTUHnz7FsLQ7Pzw== +6523036078,2020-07-09 11:10:39.365,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,<185FC772-31BE-42EF-932F-74B722DCFDEA@asacom.us>,,,,SENT,e7920ccd39523318ac6fee9b135ac9f5,,hash,elfDuJ4qNjAjYG4fCZIDGQ==,LG7Nk1onJ8mr/vP7g2WVtw==,jrWkdjT2JrFC0qk+m68Anw==,MapwT4w9NptrhE/47+lcyQ==,WBTLixKbQLDT4nGwcEDdPg==,jDu/eGEDPbuoaYyszqophw== +3679772228,2020-07-09 11:06:35.558,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,ce92938e0c66e2dbd4cbae0993931f74,6951d638-2c32-486e-df49-8cac1dacc654,hash,Ee/bnj/2dX4YQxjthgB8oA==,1+2dcVmk7nYvi4+9ZG7+ng==,ISYxuA0tEVPrqGJI4G0M7Q==,T2YJoEIi/EdpaDUXMv0pmg==,hxMYagouCvsW2XqeGOeWXQ==,+imcrg0CyGKFyVGixkPU7g== +3671832358,2020-07-09 11:06:34.080,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,b679a168a75bbd129187623f5f6c2b8a,ebb6b663-ccb6-4d6d-95c2-3604dfd5cc66,hash,kLJfGZhUNQr1fB9D4Yx+IA==,JiAxOXAg/Y30eOwTtLCWxQ==,8pQgLbfJdRTU2ytNQXKOHw==,sXyfC1EN5+lhdAkSOdorXg==,0xzpk2oNw4jKSk9Wx5Ja/g==,DPPVU59nwqY5qHR96NGG3g== +2991058641,2020-07-09 11:03:32.827,,false,false,,,,,BCC_ENDPOINT,PROCESSED,,,,,,0d6b12cffbd0224e5af1a2bcc585c31e,8d56a2da-3baa-436b-8367-29d24761f413,hash,o2wjpPyUfzBfq9OSt9I2NQ==,ygSXjsFnSGdLoS/9f/+LEQ==,P5MfvTestS6SDVwq1FZqow==,3FfjxfT01gMBP3Tmm6U3aQ==,TelodV9BK1LrlZAcnBkGIQ==,QaqR/wHUpzevLP4fJ/pxrg== +5254500035,2020-07-09 11:09:13.996,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,63388a3d33290c2e948dc126ec0e2029,9aeeb2ab-3e9f-4052-f34c-fa88572bd6e0,hash,o2wjpPyUfzBfq9OSt9I2NQ==,ygSXjsFnSGdLoS/9f/+LEQ==,P5MfvTestS6SDVwq1FZqow==,FbKM1i55F1etS7qPqNe3nA==,Jm8f2jAhd3x+r18qlndZXA==,RiG4zP8t4gWNKo5lzbuaBw== +1086051755,2020-07-09 11:02:36.636,,,,,,,,FACSIMILE,,,,,,,c94a9256c68ecdf9201cca42400fe454,,hash,C9gvM5C5cGbRVzB/nq4tcw==,b9WrFG5y5ERru2qgadbIHA==,FQEtWIv5jKNAOhvP8uzz5Q==,8+bGi+sSVjF9uyivxYd02w==,tcwXiUkJB0Cm/dOOIrFyDw==,eLHfxjSyBKiMjqw5D9vYMw== +3144730612,2020-07-09 11:03:48.052,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,252b473d169f059b460261b6f005a4a8,93ea6dcb-b604-4789-fb63-4d6d2c769c12,hash,5KCLB2+yC1lICAhyX9JbLA==,2164QRfQYEfJfJoBkbX//g==,,/v8GohCRSWAXKmKsGXNmjA==,w3Hqp4PIkIv1Cg9lQElzyg==,LiBY6fRrvur9Bp6tOFkBIQ== +3010558024,2020-07-09 11:03:34,,false,false,,,,56d9854076ee4c57b95f7926111f8207,CRM,PROCESSED,facsimile-22712-56d9854076ee4c57b95f7926111f8207@facsimile.hubspot-networks.net,SENT,,GMAIL,SENT,168381b939cdc5845b42d0d7a554e91c,023947a8-81a5-42fe-a760-48e78fe10285,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,ae6tmYehv/aDPLokJ+6dWQ==,AYk98envmzQGP03sRWTDDA==,Ve2HjlFWTT2PmU+AeEGyUQ== +5995706221,2020-07-09 11:10:15.162,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,b08e839a2757e551570fe0a56104f721,76ff63d7-c12f-4abc-b887-bb31f0866be3,hash,aUZSzrSNJrmvL7Q7OgWcYw==,+HVn8hWbQleV67e6m8QG7A==,eiHW6T5b5MF13Z2NokXV/Q==,JWsLLdrYXYd30HmzIgkYwA==,ps8xDRzZyNu9mvLeUgD7wA==,QS7x4fyzj1wz6MUYTxp/ew== +6696489114,2020-07-09 11:10:46.456,,false,false,,,,7982e7ca4c0f214eeecfc9ba2916cd57,CRM,DEFERRED,CAOmvYwDUzmk5XnwMb5ZmpZvwV=h-pgFW8Pi2cUVZTDTNj7esEA@mail.gmail.com,SENT,,GMAIL,SENT,b2d2f685e6a715231417e4c6106eaee7,a1c56a96-321b-4c12-ae06-b669f340d670,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,LAUkwJ6gppmSNwqqhz5gFA==,R96/Yf4g1HI6EiYu8nyw9Q==,Y3bIWPXgrGiwd00/M9qNcA== +5101359307,2020-07-09 11:08:56.635,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,<5e31995e.1c69fb81.aa6c.34a1SMTPIN_ADDED_MISSING@mx.google.com>,,,,SENT,ad42c1a6df003d892ce70aa1a6e77611,,hash,Qq8Y9dsUlAhzIlpyLaKJAQ==,PRP5eMJcwp+WvbT+lfrhlA==,,fRqgFXSE+iGuUd3ZZnzWTA==,fYy6KzDSEJrszdZkP2eKQg==,2D2a0c8os+VpikUSBE054Q== +7439697040,2020-07-09 11:11:40.510,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,eb32afb1e7b1ac3b1ba19b890d29666a,c9e5e85b-0e0d-4bbe-8fad-579886b31dab,hash,ZyUXN2KG3gegtZ/Y5p903w==,HSG6tXlrvKKqfKJ6HdFBig==,P4QYORi7zOkT7stv10on0A==,ZuYbUGIvjK50YaZtx3o0gw==,KySmGH1ExhC/kwZmeDPjpw==,wJ+o1A28TSIv9HCpEln4ig== +5041360706,2020-07-09 11:08:51.520,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,<5e2ddeb7.1c69fb81.98c20.1a7a@mx.google.com>,,,,SENT,b98c2f6a52c504fdadb7facce7efbfb1,,hash,bnCY8PW2OcuIkcVJ76yA8A==,0i3n1v+8STNnF+Hq7og8CA==,,WUW3AlywxOAJqQpdnStKyg==,cfaLncOu+PZ9X3Tpujt1dg==,hQYyEaIpoqe6EflF59/Dxg== +5244961930,2020-07-09 11:09:13.300,,false,false,,,,,FACSIMILE_OUTGOING,SKIPPED,1580997255282.d5cf5ea4-7f43-4ab9-82e9-a529179b1c4f@bf.hs-inbox.com,SENT,,GMAIL,SENT,fa7697e496d44288657a39f5d0c87552,125b77c8-6ec2-4853-b46f-727963976f0d,hash,3ju8CE459Ox/AFJkUv1Ecw==,vCivb3UABHKUdMy7QDvQ7g==,TKYowVyzJKBSS4FfXIkITg==,CJPoVdGQkWT3PAz9YP4Lhw==,9jRUBR+/PwCv86RLYfJLBg==,pThtdXsRWXlKt9llOiWVaA== +7302298119,2020-07-09 11:11:29.044,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,d1234e59d3ed6f482ac7ac3bd6d11755,39425cef-455a-4d31-9fae-2bb235619f59,hash,5KCLB2+yC1lICAhyX9JbLA==,2164QRfQYEfJfJoBkbX//g==,,pSL7M4k5U0FxkYQKcwkS/A==,3YNgYczABnNyujsWq3a+cw==,xmbzMKW104u4zkDh2A2gdw== +3710630325,2020-07-09 11:06:39.534,,false,false,,,,,FACSIMILE,PROCESSED,,SENT,,,,5a20b2f6e6808ea2e71f289ba8ac7608,183eb3c0-5fd6-4255-bb8e-16b2dad228ba,hash,HoqL4VLYOWDAOoA6R/ygeQ==,/RRPZfGd8cetqhFsRM4mFw==,ZAUqYAygKtoKOPB83E7DBA==,s8v9bPRt5FaDcm/ilQ/m8A==,qm7NO7IB7zgUW/PZjlwPUg==,qM5ypdbO99tbAuPs09U4+A== +7651155166,2020-07-09 11:11:53.425,,false,false,,,,,FACSIMILE_OUTGOING,SKIPPED,<0017035410-04124ae1-5bca-4dbc-83a4-93bea98594de@smtp.answerfirst.com>,,,,SENT,74ece7285abc88c3433f1ae702b0e351,,hash,ztw5WPHioKmJ2OHZK5Z4eg==,,,,pW80IFpMOh7q2o1QtDV6qw==,4mh8dDfDIYS0xU4a8QJOmQ== +5404383420,2020-07-09 11:09:25.012,,false,false,,,,,FACSIMILE_OUTGOING,PROCESSED,,,,,SENT,4ce5bc2dc075d2a863028340d7fd35ff,,hash,ngzKfveuWiqLgEflFN8TXg==,EDtq++b/2QQSt4NkERGB2A==,4u9LMpnmp1/ujRNsbB5TVQ==,J3nza2LdCjbwelFajGB/lw==,wQKDpL0/65GLHsVhGLZY7A==,ZuhO1vcphgm6g0pvmPI8aA== +3177223712,2020-07-09 11:03:50.592,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,46cbd28c4baff238938ddd0c1391b797,007b1f5a-3c05-4229-8809-d3f6df04a105,hash,SC/T2FciahFoHIOp83CEgg==,rnfmWyNqSo7snw44nEjnZw==,df90P1U3NFp1kxl+0rvlEg==,hgVcno6s4JQoV3j6UKYPzw==,iAqiNZXMjKu9ROoHoXcA3Q==,BWUvEnNjihOAIN3vLN3GAQ== +2412028377,2020-07-09 11:03:00.908,,false,false,,,,44d913cb56bf984e1b9f2bb3c946c8ae,CRM,PROCESSED,facsimile-22712-44d913cb56bf984e1b9f2bb3c946c8ae@facsimile.hubspot-networks.net,SENT,,GMAIL,SENT,264f76034d8af2a191971426b4e2896b,ad907d29-7ab3-4510-b52a-aeb88d5fa4d1,hash,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ==,vauGx6nugsCOplz/kAzfSQ==,UCBihatyOLqEaT2YehHooA==,HtTvhvPqy9FfP6z/CPnJOQ== +4231662265,2020-07-09 11:07:39.257,,false,false,,,,,FACSIMILE,PROCESSED,,,,,,bc1b5e59678c15e174fe046b3d9b8386,,hash,QAh4eNO3QPdOP00shkfU5w==,KWSBXQOgMsjKN6xdVXZH3Q==,RS3QIJaBKKGfBzALpKpcjA==,IlsleaJdzwn+YfcvnIIcrw==,H7NJF2NDYXGJjL3P65fjWg==,96LYLvxaMhUmwMUmKcM82Q== +7045044343,2020-07-09 11:11:05.582,,false,false,,,,,FACSIMILE_OUTGOING,SKIPPED,<1MzQ0y-1jAdvj4Buq-00vRgF@mrelay.perfora.net>,,,,SENT,404bd884b438afe0936ab10b04d1b508,,hash,xzfOmDsb/Bev0sdL6iUUdA==,m5OHECERaPKQL57UNXzQXA==,,OBBqZdLEd+0YA40fGVamkg==,5LGx8sakJiUWxzzlrJdSDQ==,u2EO8CLcuzOHTW6BIjZ2EA== diff --git a/integration_tests/seeds/engagement_meeting_data.csv b/integration_tests/seeds/engagement_meeting_data.csv index 394ad8f..d556b44 100644 --- a/integration_tests/seeds/engagement_meeting_data.csv +++ b/integration_tests/seeds/engagement_meeting_data.csv @@ -1,101 +1,101 @@ engagement_id,_fivetran_synced,created_from_link_id,end_time,pre_meeting_prospect_reminders,source,source_id,start_time,web_conference_meeting_id,meeting_outcome,body,external_url,title -3416212491,2020-07-09 11:04:22.087 UTC,,2019-09-26 14:30:00 UTC,[],CRM_UI,6os3ce9k74sm8bb371gj4b9k70q3ibb26goj8b9o6oq68ob360s6cchh6g,2019-09-26 13:00:00 UTC,,,vZIAnjdSJSzcHLWScBH9gg==,7wcp7/Nr2KboYm5FCLg78g==,fzT4ZzkUdmieUYeYaA+ZuQ== -3621491516,2020-07-09 11:06:26.550 UTC,,2019-10-23 17:30:00 UTC,[],CRM_UI,70s3icr2c8rj4b9j68ojib9kc9i68bb16gs64b9icgr62oj1cgrmac1k6g,2019-10-23 16:00:00 UTC,,,nknTWiwLPSQBDERQhImx0g==,F9Z7WafaihQm+Fg4ENLQYg==,6rYhjDLppk5A2/T7TVnQAA== -3553435584,2020-07-09 11:04:36.303 UTC,,2019-10-11 13:00:00 UTC,[],CRM_UI,6ssjcpb6cks3gbb1cgs3eb9k6cq38bb2copjab9o71hj8chg6gpj2pb3cc,2019-10-11 12:30:00 UTC,,,lwJrwyfphkkkYAfGG4HhYQ==,x+HXtUkNxw1FFia0AbkIkg==,7ORl8qNUcF/oRZrzhWLpcw== -3386242246,2020-07-09 11:04:13.435 UTC,,2019-09-26 15:30:00 UTC,[],CRM_UI,coqjacph6orjibb271h62b9kcoqj4bb1cgo6cbb2c9hm6d9jc8r3ad3570,2019-09-26 14:00:00 UTC,,,9n5j79Q882SlO6YGecvBlA==,YM7KcFvSpDWNWdEdkI1AgA==,OAg4s7Y+RF2HJJgSlxmW3Q== -3389398158,2020-07-09 11:04:13.467 UTC,,2019-09-24 21:30:00 UTC,[],CRM_UI,c8s38cj5c5i3cb9m68pm2b9kc8pm6bb175i6cb9lclgmadhg64rj6phjc8,2019-09-24 19:30:00 UTC,,,+1HSeFE+57WjwghbrMmQ1w==,WnCb5dVbSpcsYCtdxD0hqw==,NQ0lz01yLMommrGI2S79Nw== -3526382799,2020-07-09 11:04:34.489 UTC,,2019-11-02 17:30:00 UTC,[],CRM_UI,c4qmaoj361j36bb16os3ib9k60p68b9p75h3ibb2cgqjge1n75hj0dhpcc,2019-11-02 16:00:00 UTC,,,NOXMRgrM26iacYvn/iC8TA==,pPpH/dbnbcNry42mVH+L1Q==,XcB6nCZPVy6o/90gt5Qb9A== -2595945265,2020-07-09 11:03:11.311 UTC,,2019-07-02 15:30:00 UTC,[],INTEGRATION,cgq34c9m65gmcb9jclij0b9kcdh3abb1ccpjgb9m6hh6cc1n6tgm4dpncg_20190702T150000Z,2019-07-02 15:00:00 UTC,,,cdkorElhxuWesojnzWS62Q==,SV5JgWMudMbPo/Cr3ktqSg==,fpVDyrB4HjV5+QbORtMLYw== -3006684049,2020-07-09 11:03:33.392 UTC,,2019-08-09 15:30:00 UTC,[],INTEGRATION,1d89jj1bbj85vv84k8eitkeg0h,2019-08-09 14:00:00 UTC,,,g2jcySxXj1BuIkJjJVBEmA==,tagaEA2N7wpndyI3E5Jwyw==,CfYdxDXPGJ21Haap7V8P3w== -3250841688,2020-07-09 11:03:56.273 UTC,,2019-09-05 21:15:00 UTC,[],INTEGRATION,70sj0c9jcco66b9jc9j3ib9kcli6cbb16gr64bb2c8q3ichl6sq64dhick,2019-09-05 20:15:00 UTC,,,YgUzO3k/NCc9dTeTULNoJg==,SiFsyTklZ2pjWzGgqzUhtg==,CY9rzUYh03PK3k6DJie09g== -2705115583,2020-07-09 11:03:15.566 UTC,,2019-07-24 23:00:00 UTC,[],INTEGRATION,7729vqna1hhnash0rqnfg2kvcv,2019-07-24 21:30:00 UTC,,,8vw1n9z+AewzRhQQ/Mo2Gg==,0CG5SRRAxKjRZF//EaUFIA==,N+EPzMkucb4VwCHNtq4XlQ== -2858268544,2020-07-09 11:03:24.452 UTC,,2019-08-23 18:15:00 UTC,[],INTEGRATION,5iunevod8c39d1702q6d39se1t,2019-08-23 16:15:00 UTC,,,xU6BrcVKe+CSovxW/zUjfg==,6/PDiAR+jv+JMY5eMQSQhA==,gjSyuwgkNdKRVXBJ+WD+1g== -3037847353,2020-07-09 11:03:36.336 UTC,,2019-08-16 20:30:00 UTC,[],INTEGRATION,2l84odq8u1s45o5santkuf0sum,2019-08-16 19:00:00 UTC,,,P/XhjQpko3W1Evmglpr/Rw==,OhhhEpgFTWD1VzIQy6Rgvw==,aEe33klME8qGbO1wF/Gb8w== -3577971633,2020-07-09 11:04:42.553 UTC,,2019-10-15 17:30:00 UTC,[],INTEGRATION,0dl5t0pjljo6ol61j1ov3v8ejc,2019-10-15 16:00:00 UTC,,,Og0sBqm1OmdiOSGLqUZp1w==,AKxHJh7oYHx4K0S1avu9Rg==,9NvpINsEIG9W2u7eMMjE5w== -3522866042,2020-07-09 11:04:33.625 UTC,,2019-10-29 20:30:00 UTC,[],INTEGRATION,3tjvt91stbp034kgv91dg8d8m1,2019-10-29 17:30:00 UTC,,,LqGglBUkXKVzpZBX2g2C+A==,iypAWl/tHFTnnFe+EaPoDQ==,aFfd5AoHdnzXBdIByjlyNQ== -2817038627,2020-07-09 11:03:23.011 UTC,,2019-07-24 18:15:00 UTC,[],INTEGRATION,2qv53jens2asekftjqio07dqv0,2019-07-24 16:00:00 UTC,,,Y5u5gY4BXTOy9ju02KQvMw==,X35st4yE4mif4Z31xo6jvw==,WufTxqjN41yBoTTlLCjaqg== -3287992168,2020-07-09 11:03:59.521 UTC,,2019-09-21 16:00:00 UTC,[],INTEGRATION,7f49ta01s65gv10qhuopemmudv,2019-09-21 14:30:00 UTC,,,gB7ku+jMfQyF9LNnxHGQJw==,iGDzaAr7s3F1+WLXyyVbeA==,9fmWH+fP27x6UOrrk3fsWw== -3554130509,2020-07-09 11:04:37.193 UTC,,2019-10-31 16:00:00 UTC,[],INTEGRATION,2ati5g3dl1fvrmk4lmih1fjh5p,2019-10-31 13:00:00 UTC,,,m/FCWLSX/XnJmgieLMloxg==,lHThNWALEtWC8DcMJDXkkw==,QdlY3OFRCNWdiJ0HAOBM2g== -2171313280,2020-07-09 11:02:47.882 UTC,,2019-04-25 14:00:00 UTC,[],INTEGRATION,5eei162moahu9lmima25jq2agb,2019-04-25 13:00:00 UTC,,,3mc5sUl/QWfWkkE1mvcScQ==,J36v+VC+gtfkw95YZk2a+Q==,wT3tveeT0sdHnNYPufO9rg== -2738281857,2020-07-09 11:03:18.372 UTC,,2019-07-11 15:00:00 UTC,[],INTEGRATION,5vc2d7i9vo70lj7k0q773q1r67,2019-07-11 14:00:00 UTC,,,fXrseXW1b4IqIby2inm44w==,OdFKlCI0HcLwjJz+9O1T+Q==,l4VSDU7M6Ke50zTA2G3dcQ== -3261841811,2020-07-09 11:03:57.947 UTC,,2019-09-20 18:30:00 UTC,[],INTEGRATION,6lgjeohlc4s36bb171hjab9kccr3ibb274oj0b9n6kom2pb5coq3ic1m6o,2019-09-20 17:00:00 UTC,,,sW8GN5qhHRDsppHG6NCTRg==,qIK4LDKcFqNcNJCgXvO2fQ==,iVaWumNTQM6mluNzxumTNQ== -2802633606,2020-07-09 11:03:22.382 UTC,,2019-08-06 15:30:00 UTC,[],INTEGRATION,14tvmsjtngi2v6qk94p3qsum7k,2019-08-06 14:00:00 UTC,,,D0qFPbE3fdE03A6OCqYX0w==,qm0hdFYz6jRZ7cM6JLNdVA==,2zlqRgDboBpPPLlzm75Jmg== -3576866708,2020-07-09 11:04:41.564 UTC,,2019-11-08 21:00:00 UTC,[],INTEGRATION,238iopqumac8od91tqugehtvu0,2019-11-08 14:00:00 UTC,,,h2JoJM0B7OMUu/LTsI6cOg==,DCIynWYryUYa4zB6YON+GA==,TxYYvFc5Xp0LrvKaQk64vA== -4726371091,2020-07-09 11:08:20.077 UTC,,2020-01-14 23:30:00 UTC,[],BIDIRECTIONAL_API,c9hjedhp6hij2b9ncpim8b9k6pi32bb274o36b9occrj8p35ckrm6cpk74,2020-01-14 22:00:00 UTC,,,hg/CrgoenY5sXd86cjIYFA==,cmbcZDVz8ulJ8AQEnrIzlQ==,fP/Vlfm79GYyex3g8Bx/jA== -5030730836,2020-07-09 11:08:50.636 UTC,,2020-02-05 00:30:00 UTC,[],BIDIRECTIONAL_API,6ti66oj56kqjgb9pc5hmcb9k6tgj4b9p61ijgbb46osj4ob3cgp64e1o6g,2020-02-04 23:00:00 UTC,,,YbrZFWDMKGuTf8PYLvEtQg==,zIbFHzb1kWeiC8xFpzT4Lg==,7dJ2qUVMapLQ3EItrVTRMw== -4615984444,2020-07-09 11:08:11.375 UTC,,2020-01-06 17:30:00 UTC,[],BIDIRECTIONAL_API,c8p3cc1p6dhjcb9lccsm8b9k6gp64bb16th64bb171gm8dppc8pj8d9j74,2020-01-06 16:00:00 UTC,,,bvRld1SzZ2aj0D+oF90+DQ==,MCLYqzxu5CmlXFwOjOQV8A==,rEWhuJ/hXM64FKsD4M4a+w== -4166400688,2020-07-09 11:07:33.990 UTC,,2019-12-05 16:00:00 UTC,[],BIDIRECTIONAL_API,6orj4p9h6lh3eb9o64p3ib9k6hj30bb265h30bb368p30php69i3iphi6c,2019-12-05 15:00:00 UTC,,,NvH6ceX+12+1nfqL/Peqfg==,qcm/qpe1ONZtOfDfEw/Dlw==,a5DjNZEphrkTue8YpRsHwg== -3761343607,2020-07-09 11:06:46.316 UTC,,2019-11-10 20:30:00 UTC,[],BIDIRECTIONAL_API,64pm6db66hgjgb9l6kq36b9kcko3abb1c8rj8b9p64q30e9i6di3ed1l68,2019-11-10 19:30:00 UTC,,,7iA7IPufmF84TKX2SXz+aw==,2qpto9/Ul+3xy9OPgr6I5Q==,bng1mIauO+5FL9lt81v/ag== -5517727852,2020-07-09 11:09:37.755 UTC,,2020-02-20 20:30:00 UTC,[],BIDIRECTIONAL_API,6so62phhcdgj6bb3cksj2b9k75j64b9p64qj2bb36li3cp1jcdj6ccpoc4,2020-02-20 19:00:00 UTC,,,dfij/5trmPgOkIiOqlZ8QQ==,SUfJgx1++foLmlmu2dmgHg==,hkNsxgPU2GibXjCFZVi7sg== -6989493901,2020-07-09 11:11:01.407 UTC,,2020-05-15 20:00:00 UTC,[],BIDIRECTIONAL_API,cgq62pb66oqj8b9pc9gjeb9k60s3gbb2c4rj2bb2c5ij6p9k75i3ae31cg,2020-05-15 19:00:00 UTC,,,OWoqU/wRmQLMpoC1OkkOew==,iZHMAFsvQ5umbrEDZrdZUg==,EVSgLnNB1UEZ4ZTZUfg3mg== -3837293268,2020-07-09 11:06:55.745 UTC,,2020-01-08 19:30:00 UTC,[],BIDIRECTIONAL_API,c4sjcc34coq66b9j6osm8b9k6kr30bb16gpjgb9j6krjcc33c5i3aeb4c8,2020-01-08 18:00:00 UTC,,,7wV8UE2ctsIcQE4LkXkpEQ==,9ZkF+WCCphqM89pWu2/vGA==,SvaO/rUx/X0t8CMkHs5xbA== -5611564213,2020-02-21 21:50:33.388 UTC,,1970-01-19 07:52:03 UTC,[],BIDIRECTIONAL_API,70s3id1o60pj0b9m6gs66b9k6kpmcbb26hgj4bb460o6ccpg6orm6db174,1970-01-19 07:51:57.600 UTC,,,4pa8FtAXSw2sru9GlD1OQw==,UXyQ+XkOmv2Dl4QLbAYoxg==,dxdGcWmK+Xg43KTkFHY+AA== -7007891772,2020-07-09 11:11:02.984 UTC,,2020-05-11 20:00:00 UTC,[],BIDIRECTIONAL_API,cco34ob6c8omcbb26him6b9kcdhm6bb1cos38b9g70rj8eb3coqm4pb1c4,2020-05-11 19:00:00 UTC,,,KLKxSOtBdTUfmVdzGaSopQ==,dBdEn8qsg8gNz+WAv2jMqQ==,A0eJt33TehYYUqTfmMMktA== -5030678825,2020-07-09 11:08:50.635 UTC,,2020-02-01 18:00:00 UTC,[],BIDIRECTIONAL_API,69h66c9p6ko64b9g6srm4b9kc4rjib9p6di6abb66cpj6d1pcop68dpo60,2020-02-01 16:30:00 UTC,,,knHnT0y4MqNgKFbmLqmL/w==,cwVaY50K/kxf3K4wFWlFiA==,ynyvOdl8koyeNSnSOPlkxA== -3888482383,2020-07-09 11:07:02.178 UTC,,2019-11-27 00:30:00 UTC,[],BIDIRECTIONAL_API,cko3edpgcdgj8b9o61im6b9kchh6cbb1cksjib9j60r64p9pc5i62cj5cc,2019-11-26 23:00:00 UTC,,,ep3ZRHFVfXVcZzEyq4Q+hA==,hZS/hTPPlZKTNjhHoyEsSQ==,MKV8QEcqDBjxPCLk2cIVzA== -6678958036,2020-07-09 11:10:45.631 UTC,,2020-04-16 21:00:00 UTC,[],BIDIRECTIONAL_API,74o62oj4c9gm8b9k64pm6b9k6crmcbb2c4p3ib9p6soj8db165h3id9p6c,2020-04-16 20:00:00 UTC,,,R2zA8xG8Py0j8ZuglEqmIg==,G3zWLYOBT+JH6YRloKb0DQ==,0QSn5Z6FHJQWcJWC0RbkAA== -5105154709,2020-01-31 11:13:11.747 UTC,,1970-01-19 07:11:40.200 UTC,[],BIDIRECTIONAL_API,cli3id1hc8sjib9gc8sj4b9kcop3ebb268qjabb4cgsjgcr3c9ijgc9gco,1970-01-19 07:11:34.800 UTC,,,tgntrD+U0i9pRnOjIXrbXA==,FYQ+BJrs4rlE/jQxr2c7+A==,kDP5PBmXgY5VgOt2olkwmQ== -6738370498,2020-07-09 11:10:48.465 UTC,,2020-04-17 20:45:00 UTC,[],BIDIRECTIONAL_API,6op6ae35chimcbb1ckp64b9kccq3ab9pc4ojabb675j3ipb16hi66p1ico,2020-04-17 20:30:00 UTC,,,AEDOn/SrV22PPYxsEnTJ5w==,EatjWXZMrhOVLWmrS12tRg==,Day1W5egNrHp6rzI6EG0Lg== -5877468865,2020-07-09 11:10:03.843 UTC,,2020-03-12 14:30:00 UTC,[],BIDIRECTIONAL_API,6pgjac1n65gm8bb5ckrjcb9k6lj30bb261hjcb9j6grmcchg69im6dr26s,2020-03-12 13:00:00 UTC,,,eob0bfxpVtAMZ41gs6lrZA==,kPW/pSlWpdOqxopgpn3bjw==,Jeo+4IcPOK7UbJ//ckjeMw== -5448535582,2020-07-09 11:09:28.767 UTC,,2020-02-19 21:00:00 UTC,[],BIDIRECTIONAL_API,64pjadpm6tj62b9g65h62b9kcdgjeb9ocphm2b9hcorjiphm74q3go9jcc,2020-02-19 19:30:00 UTC,,,wIbejtgAJDWy8brGFdjYog==,X7SLAjiUEr9teBKVjqB3ag==,WB1OYoX/Z1eL5o2TCWqlhA== -3953235452,2020-07-09 11:07:09.849 UTC,,2019-11-22 16:30:00 UTC,[],BIDIRECTIONAL_API,6crm2pb66csm4b9i70r34b9k64rjibb271j30bb5clhjgp336gsmaopi64,2019-11-22 15:00:00 UTC,,,6+6KjM+cFohcuZd9/t3BUw==,ae5JupJLxt2mpIkrW8wacA==,hhXRnCWsKX/2PEe3WKsCCQ== -6852667062,2020-07-09 11:10:54.573 UTC,,2020-04-27 14:00:00 UTC,[],BIDIRECTIONAL_API,ckoj6pho60qj8b9j74o3ib9k6hi62b9p74omcb9ocpgj8d9h6cs36chhco,2020-04-27 13:00:00 UTC,,,I39I6XGVf+lqY/1F3wwm4A==,qbh8rHjAmkANxmMwMN53jQ==,nRPIAeuoMgM7YSpHfnLZow== -5432036937,2020-07-09 11:09:26.661 UTC,,2020-02-19 16:30:00 UTC,[],BIDIRECTIONAL_API,6ssjic1m69h62bb3coq6ab9k6dgm2b9oc9h64b9lcgqj0c1p69h6ad1l6c,2020-02-19 15:00:00 UTC,,,pZgKFuhzupL6THS44zxFeA==,PYoBcA2JIiBmpLoL2tqviw==,c70uxS9bO8LQa4SM6SyeJw== -5838937341,2020-07-09 11:10:01.120 UTC,,2020-03-05 16:30:00 UTC,[],BIDIRECTIONAL_API,6dgm2c316thj0b9j6ks32b9kccqj2bb2c9ijibb669i34chic4pj8cpicg,2020-03-05 15:00:00 UTC,,,phQ/psa7vXapR9MFrteTtw==,3VUXy7CEnTGuSJRSIyrNZw==,GZXtLRCrI3Loy9xiOahpbA== -6619228023,2020-07-09 11:10:44.121 UTC,,2020-04-15 21:00:00 UTC,[],BIDIRECTIONAL_API,6hhj0cr375i36bb66ss6cb9k74rm6b9p70p3ab9g60p38p1o74rm2d1hcg,2020-04-15 20:00:00 UTC,,,whpe6Vi/rdulKrrrjJF8gQ==,Hsqaki86XXgCEMXehRt/gA==,5B/TttnhvkXmXo0x96zZ5g== -3805994537,2020-07-09 11:06:51.178 UTC,,2019-11-11 18:30:00 UTC,[],BIDIRECTIONAL_API,69gj0c9oc8rm6bb5c4q38b9kcdhmcbb164o3gbb264s64cpp6komap1jcg,2019-11-11 17:00:00 UTC,,,zvC6Z55t5fzsjelM3BkG5A==,wAh7Fu832/emDTAxX/x+EQ==,RcdYRAZJfGaJwfwvmRgJUg== -6694580968,2020-07-09 11:10:46.448 UTC,,2020-04-17 21:15:00 UTC,[],BIDIRECTIONAL_API,74q36p1g6kqm6bb3c4p38b9k6pj3gbb170s62bb26so36opgcpi32eb6c8,2020-04-17 20:15:00 UTC,,,q9VMLVmc4M3ENB3bZ9/aVg==,RMdYs5UNoUurLailGWvKtw==,wErCaadRZbccpfjGU/JAxQ== -4079137133,2020-07-09 11:07:26.542 UTC,,2020-01-06 23:30:00 UTC,[],BIDIRECTIONAL_API,6lh66oj460o36bb660s3ab9k6oo3ib9o74pjabb2c9h30o9m6li3edpo6g,2020-01-06 22:00:00 UTC,,,JqUoEWarwJOXtQeSBY5qIw==,rciMMEuZW9tHAUJu2QPT9A==,vse7jd0NoDgKu6/tYrdfuw== -3882586680,2020-07-09 11:07:01.311 UTC,,2019-11-16 01:30:00 UTC,[],BIDIRECTIONAL_API,71i38chi6oo66b9o70qm2b9k75ij2b9ocphm6b9ickqjacr5ckomaphjck,2019-11-16 00:00:00 UTC,,,6CzAIlCN9+12FPSOr1rpLQ==,ct3SxTu6H2d2e4nxtdn2Ow==,zJQ/kOCJUv0Yr0x7h7Wa4A== -6343930235,2020-03-31 11:16:44.401 UTC,,1970-01-19 08:30:39.600 UTC,[],BIDIRECTIONAL_API,c9imcpj3c4s66bb464q3gb9kchhm8bb1corj2b9k75i36or36sr32d346k,1970-01-19 08:30:36 UTC,,,B9am0AN6A489IN5PZHbrew==,Qj5rl3iy90rD1L2e7YmLPg==,Z1xwNVpKRwQhJ2aDgJik2w== -6940618529,2020-07-09 11:10:57.490 UTC,,2020-05-06 18:00:00 UTC,[],BIDIRECTIONAL_API,6or3id9jc4q3cb9k68o3cb9k6dj66b9p6opj4bb4c5ij8pb371h68dpock,2020-05-06 17:00:00 UTC,,,Y/rH/zcYe8elYLap6COuNg==,1VhO5YN0nPrr2tgqQeRJgA==,R5Ne0uhgkj4nKOHn/PCfJA== -4376856556,2020-07-09 11:07:51.501 UTC,,2020-01-03 16:30:00 UTC,[],BIDIRECTIONAL_API,6lh34d3665j3cb9h74qj2b9k65im2bb270ojib9p65ij6o9l61im6d1l64,2020-01-03 15:00:00 UTC,,,0hC5KUiO0RWTWvkwCoQqpA==,d0dLOsMZ5+ZCSwua7j1Zqw==,N0xTtbcqFqmAGchP69Z80g== -6154770450,2020-07-09 11:10:22.791 UTC,,2020-03-20 15:00:00 UTC,[],BIDIRECTIONAL_API,6ti3cp1nc4pj6b9n6tgj6b9kc8pm6bb168pjgb9k6sr3cd9h6crm2p1k60,2020-03-20 14:00:00 UTC,,,3Hkdseg/iarZEQPzj3vBOQ==,5MQVNpZHf507t+d2ZB2F2w==,Lb1dAW1JHJJ4CRnQwfwarw== -3715709469,2020-07-09 11:06:39.569 UTC,,2019-11-16 20:30:00 UTC,[],BIDIRECTIONAL_API,6pi30dpo6oo3gb9n6cojgb9kc8om8b9pc4o3eb9i68qjcdb574ojgob56o,2019-11-16 19:00:00 UTC,,,/ejQot0pZyAfv6bQlfSzqg==,jd6y4WT2WFjqa66aEC8Njw==,lN4Z1wgFeM8jM11XGcl4bg== -5677571379,2020-07-09 11:09:48.288 UTC,,2020-03-04 19:15:00 UTC,[],BIDIRECTIONAL_API,c5i64oj671hm2b9n68rj4b9k70sjabb164s3ebb6chim2or4c9gmcd326s,2020-03-04 17:45:00 UTC,,,lmBRnD1wY0/tbJa4vHOujw==,aQoJDkK5qmXUSy2Xu6xUWA==,S040vInhTrFw9dlCD0tPkg== -6040853688,2020-07-09 11:10:17.319 UTC,,2020-03-13 16:30:00 UTC,[],BIDIRECTIONAL_API,6gr66c1mc8r38b9m70o6cb9k6cqj0bb274qjgbb16phjeob160p30d316c,2020-03-13 15:45:00 UTC,,,Pttco6f1vidYUo0Pg1Kofg==,Y3dVK0gcApBK68AY73pyJw==,PLr+E2x3bsEBDUBr0KEnYw== -5876751066,2020-03-31 11:15:49.129 UTC,,1970-01-19 08:32:22.200 UTC,[],BIDIRECTIONAL_API,69gj6cr5chh3eb9j6cs3ib9k6opjibb26oomabb36csm4dj46cr32e1p64,1970-01-19 08:32:18.600 UTC,,,m5F1bo2ykO0sIN6Z63ylcQ==,XQxU7rTYm/M86/Lg3xeYZg==,MJnlubxLxNhgLw014JbQ7A== -3934187495,2020-07-09 11:07:07.723 UTC,,2019-11-21 02:00:00 UTC,[],BIDIRECTIONAL_API,6grm8chi6gqm6b9jcgp62b9k60p3cbb275h32b9g6phj6cb5ckq30c1n6c,2019-11-21 00:30:00 UTC,,,pXpx+PFjU5Uj5pYvSj0WRw==,IkHN6LHBtIQNNNxM2a2DgA==,r0ppj1bps0b0cVQknic3lA== -7622400437,2020-07-09 11:11:51.638 UTC,,2020-06-29 20:00:00 UTC,[],BIDIRECTIONAL_SYNC,4jodqra9l4nlqngbc91268i0vo,2020-06-29 19:30:00 UTC,,,NZSoJ/QJs/n0JmQ8RzFG5A==,FnlgTfmIJZapgz5ccPIuNg==,faFGYOJZjggbl+N4Exnp5w== -4047568070,2020-07-09 11:07:24.330 UTC,,2019-12-16 18:00:00 UTC,[],BIDIRECTIONAL_SYNC,6c5l2itho1cghfg30g22tdslma,2019-12-16 14:00:00 UTC,,,azZXR2EgIdhnRh0hGd/ZFQ==,Ko7o29ePDXszI1OOzLsxig==,3gb53JFM5fQWrZwmHNm41A== -4193022433,2020-07-09 11:07:36.163 UTC,,2019-12-12 20:30:00 UTC,[],BIDIRECTIONAL_SYNC,7he4pbm9bus9e5lpg8o3v9pjha,2019-12-12 19:00:00 UTC,,,URDTXV6Qjs4Hw6u+jDKOeQ==,UHmTcsDbRWQl3gpkrfKehg==,fnHnhPiJ3c6jdWqT3KZ9eg== -7637601946,2020-07-09 11:11:52.782 UTC,,2020-07-01 14:30:00 UTC,[],BIDIRECTIONAL_SYNC,594q31du9tdhuk8datmfu2d711,2020-07-01 14:00:00 UTC,,,tCazp4qISYLpQFKdBCNbFA==,aBHqg9TrnrkMDkl8pFue8A==,wJgI0I2jZEVLoegzIlXSLg== -7358376987,2020-07-09 11:11:35.673 UTC,,2020-06-05 13:30:00 UTC,[],BIDIRECTIONAL_SYNC,4gk3da9jv65ek63hte78mad6vj,2020-06-05 13:00:00 UTC,,,HW9qWXSOUIr4l+FfWmTrtQ==,MdJqoURStUSCKfd+XVc7WA==,2zIWVBJ3vmj+UQUtj1BRSg== -5016176426,2020-07-09 11:08:48.989 UTC,,2018-06-12 21:00:00 UTC,[],BIDIRECTIONAL_SYNC,4uu88j4r2j496981ejqmjspm2n_20180612T200000Z,2018-06-12 20:00:00 UTC,,,KCxB6jKj7I5Em3ABr2k9Ug==,1jjkM7tDWTqqDUoEta/RYA==,rAT7TBv9bMlli7uMps1jTA== -5509318592,2020-02-18 17:50:32.772 UTC,,1970-01-19 07:31:58.800 UTC,[],BIDIRECTIONAL_SYNC,31t0pcu7sj54li6stud7ka9flc,1970-01-19 07:31:55.200 UTC,,,afzmyAnlUsilcp7kABa4Sg==,VWy0e2aG8himYUJAuq+bQw==,28joWrB72dCWiSWXlPn0Kg== -6989750109,2020-07-09 11:11:01.411 UTC,,2020-05-04 19:45:00 UTC,[],BIDIRECTIONAL_SYNC,pqk4j6ii460aboqrufsv5pe11t_20200504T191500Z,2020-05-04 19:15:00 UTC,,,ytwvX0FQcUX066GFcsjXvA==,t6DiE8CkHXhJ3RVJyu2jew==,6ZJbzrYV+BWQHKEocLvXbQ== -3716556025,2020-07-09 11:06:40.147 UTC,,2019-10-28 16:00:00 UTC,[],BIDIRECTIONAL_SYNC,7nor2o0gd2jcsk2ieai71vitgc,2019-10-28 13:00:00 UTC,,,7I3ysL8GJ45rpEefwo6Row==,jecE+NoKN7G728RfUykp0g==,dwbywQ2NuUCO9EXA5htKyQ== -7100603804,2020-07-09 11:11:11.203 UTC,,2020-05-15 20:00:00 UTC,[],BIDIRECTIONAL_SYNC,_8l148d2389238b9j8p1k2b9k6ks30ba16spjeb9i6cqj6ea66d2k6d1o6k,2020-05-15 19:00:00 UTC,,,OWoqU/wRmQLMpoC1OkkOew==,amDoFZ2oOYVKGEIuzc8dKw==,EVSgLnNB1UEZ4ZTZUfg3mg== -5445121073,2020-02-24 11:14:45.161 UTC,,1970-01-19 08:03:32.400 UTC,[],BIDIRECTIONAL_SYNC,7sgn3c86740fv7hgf0v46ou1jl,1970-01-19 08:03:10.800 UTC,,,BvUe9rRSg08nNGbQ5u0YGw==,q9r5Ys8kKeapLvaiN3vbeQ==,+OPGOyPcnp163uMYVmEroA== -3754341069,2020-07-09 11:06:45.587 UTC,,2019-10-28 18:00:00 UTC,[],BIDIRECTIONAL_SYNC,1np5ftqnrlv0pqagfuar1fqvd3,2019-10-28 17:00:00 UTC,,,x+Rbxd44NiB9V/ARQrEldQ==,6QFVcxAPKoBql2l/E30oxg==,DB+cm8eDaPAVuZ4IfWdTRA== -3166823427,2020-07-09 11:03:50.027 UTC,,2019-09-04 20:15:00 UTC,[],INTEGRATION,2ggr1plt0b6sb81thc8tf7l19b,2019-09-04 19:45:00 UTC,,,,fqRpEx6htcnq++uNoMPj0A==,VdM1Qx1+4s9dGGFhGyqIIA== -3532618878,2020-07-09 11:04:35.437 UTC,,2019-10-11 18:30:00 UTC,[],INTEGRATION,4i158dg1f46fud7nvhb6b69nfq,2019-10-11 16:00:00 UTC,,,,XEl5AVa1axWNzWqVU6uCyQ==,lZHktUswxMNwvlkSEqs2UQ== -3621657181,2020-07-09 11:06:26.553 UTC,,2019-10-16 23:30:00 UTC,[],INTEGRATION,67a05094r7le1kj0a4tkkcctkq,2019-10-16 22:30:00 UTC,,,,6hjdGQ/aP4P27WJOnD+KzQ==,0SjQp1elvZH89WeH0Ngqmw== -6215373231,2020-07-09 11:10:24.920 UTC,,2020-04-04 00:00:00 UTC,[],BIDIRECTIONAL_API,75i3epj46kr32bb274pjcb9k74rj0bb16cqj8b9lc5gm2choc8omao9gco,2020-04-01 12:00:00 UTC,,,,C0zIADJBEQYa6TfxG93ysw==,Ntm7X6L0xzT1gaalzMAICA== -7175626247,2020-07-09 11:11:16.958 UTC,,2020-07-01 00:00:00 UTC,[],BIDIRECTIONAL_API,cphj4c1gcksjgbb368o64b9k6co62bb269j66bb2coqm8d1i65imac9g70,2020-06-29 12:00:00 UTC,,,,j/Ybq8wixtFApeC80033qQ==,dTWG9V3skJB6DJNoUrgPOQ== -4553911001,2020-02-24 11:11:31.272 UTC,,1970-01-19 08:22:26.400 UTC,[],BIDIRECTIONAL_API,clhm4d9ocks6abb1c8sj2b9k6ksj0b9o75ij4b9jccqm8cb6ccsjachoc4,1970-01-19 08:16:04.800 UTC,,,,6ZhjcDnK/esE4HRF9yftuw==,RaRtI8Puc4HIv1dh7ZHIgA== -4590421786,2020-07-09 11:08:09.029 UTC,,2020-01-03 01:00:00 UTC,[],BIDIRECTIONAL_API,c4sm8pb260s32b9m69i38b9kcgpmab9pcks68bb26gr3gdj375gjad1mcc,2020-01-02 13:00:00 UTC,,,,0uICxduP2dBfifMNv/kfnQ==,X7RPXPYMdKMRxJ1EpwscJQ== -5779655158,2020-07-09 11:09:54.536 UTC,,2020-03-11 00:00:00 UTC,[],BIDIRECTIONAL_API,6dj30pj56osjgb9k6crj2b9kccp38bb26kpm4b9i64q34dr365hm2c36cg,2020-03-05 13:00:00 UTC,,,,/bTMoxU4UxWTU4cf3LNFgQ==,Jvi7SOF4jlZQPdYlf8Yr5Q== -5134902622,2020-07-09 11:09:00.075 UTC,,2020-02-07 00:00:00 UTC,[],BIDIRECTIONAL_API,cgoj6chj6pi64b9lcoo3eb9kclij4bb26coj0bb56hh6ac9k6th3cd1lcc,2020-02-04 13:00:00 UTC,,,,BWSrU792ESajgHnC9XvF0w==,a489PlF5Rx0eNTjNyrkZpQ== -4554053855,2020-07-09 11:08:05.786 UTC,,2020-02-20 23:00:00 UTC,[],BIDIRECTIONAL_API,cop3gohl6so38bb570qm6b9kc9h3gb9oc4r32b9k64qjae1o70s34c336o,2020-02-18 13:00:00 UTC,,,,QBXXjiCxm9eCg7ZfYfmzCg==,4DPbOMhod3lxDU4V6lATmw== -5749499673,2020-02-27 19:50:33.209 UTC,,2020-01-21 18:00:00 UTC,[],BIDIRECTIONAL_SYNC,m09gkoigv3eqnl89qj97q39n00_20200121T173000Z,2020-01-21 17:30:00 UTC,,,,4fXYdRK0RyBHjA58CAnDag==,PfZYEfgkcLLBkuXmHy1ZWg== -4566842165,2020-07-09 11:08:06.689 UTC,,2020-01-26 01:00:00 UTC,[],BIDIRECTIONAL_SYNC,0rod1t2gsq0e4m5a2u8naj2e6c,2020-01-23 13:00:00 UTC,,,,jDXp0zlNQZZkTPYwyB47+Q==,wG27jR0p6VmIwmJ/1n1eKw== -5750903984,2020-02-27 19:50:33.209 UTC,,2019-10-08 17:30:00 UTC,[],BIDIRECTIONAL_SYNC,m09gkoigv3eqnl89qj97q39n00_20191008T163000Z,2019-10-08 17:00:00 UTC,,,,ZPWk29o8ssgZNCp0RLkx5Q==,PfZYEfgkcLLBkuXmHy1ZWg== -3845014170,2020-07-09 11:06:56.734 UTC,,2019-11-06 23:00:00 UTC,[],BIDIRECTIONAL_SYNC,71p4eepf2p1knjr7hulog9jc0n,2019-11-06 22:00:00 UTC,,,,i8/i0lSzvZww7yJ4MGwBGg==,n6YRWT9umlcpAz8ZZCQKSA== -4035218953,2020-07-09 11:07:22.564 UTC,,2019-11-24 23:30:00 UTC,[],BIDIRECTIONAL_SYNC,2mcsbm7ko0u8q57v8o9hfgvi6j,2019-11-24 21:30:00 UTC,,,,AQwMXblDLp6DJKJz24Z8Pw==,PB4kfLUwzbByTeea16MK9Q== -5019136100,2020-07-09 11:08:48.990 UTC,,2018-06-27 14:30:00 UTC,[],BIDIRECTIONAL_SYNC,54775froio69507idplb4o448c_20180627T130000Z,2018-06-27 13:00:00 UTC,,,,kEJYn4MPqZrGTKIGeqXxqA==,WYjuwV/NYM+FPkV730HI4g== -5998286680,2020-07-09 11:10:15.181 UTC,,2020-03-12 16:00:00 UTC,[],BIDIRECTIONAL_SYNC,6mo081ociq8bln4ulbuve4ns2j,2020-03-12 14:30:00 UTC,,,,uqqKd80pXVslxKhHfOud7g==,H8FGt2cnp4MOJZEaROGBpQ== -5767882470,2020-02-28 14:30:34.028 UTC,,2019-07-16 17:00:00 UTC,[],BIDIRECTIONAL_SYNC,m09gkoigv3eqnl89qj97q39n00_R20190716T163000,2019-07-16 16:30:00 UTC,,,,UDtSQ956U+XMk6j52r+o6Q==,PfZYEfgkcLLBkuXmHy1ZWg== -4985045959,2020-07-09 11:08:45.893 UTC,,2020-01-23 20:35:00 UTC,[],BIDIRECTIONAL_SYNC,2uf9nsuui6jprk1lbfohi1fto8,2020-01-23 20:05:00 UTC,,,,8BrYiPLwfLmOBuK5tf54Ow==,QNo5JxIWpl9Vv7El0Xki/w== -6146020625,2020-07-09 11:10:21.798 UTC,,2020-03-17 17:00:00 UTC,[],BIDIRECTIONAL_SYNC,6bl6kpmngihniskotdk2edocbs,2020-03-17 16:00:00 UTC,,,,sMz+XfuTWQfLVe9hgqHAWA==,c7f8QVAolidBnSZfRhRlMg== -3387758042,2020-07-09 11:04:13.443 UTC,,2019-09-25 18:00:00 UTC,[],CRM_UI,ckoj2c9h6kp6cb9p65i36b9k6kq3ibb1cgq30bb671h6ae9occs32ob66s,2019-09-25 16:30:00 UTC,,,opd7HjEuPFOAxO6HqoBwqg==,kvZd9seX972EP5k8doe/ug==,1d7dUeR1NY1Vxw7FRHkrCg== -3396593074,2020-07-09 11:04:15.161 UTC,,2019-10-11 15:30:00 UTC,[],CRM_UI,cooj8e9o70pjab9gc9j3cb9kcos66bb260q3gbb460s68p3674om2opjcg,2019-10-11 14:00:00 UTC,,,Jtt1Ltd5mnnb1YuHsN8sIw==,9cFodgmBe/7LAM691ZNCpA==,4xnK2ZJC/UtE4WRlhWRk1g== -3622118324,2020-07-09 11:06:27.193 UTC,,2019-10-17 20:00:00 UTC,[],CRM_UI,ccr32c1g69gm8b9oc9h30b9k6ti62b9p70qm6b9n64p62phn70s6cchmc8,2019-10-17 18:30:00 UTC,,,rH5Aw+m+8xEVrIQMBticlg==,OM4gdFhnFT6k5siBfIG7Dw==,xLQVDMdJP4humZU43wtISw== -4039150210,2020-07-09 11:07:23.505 UTC,,2019-11-23 20:00:00 UTC,[],CRM_UI,,2019-11-23 14:00:00 UTC,,,p/eOYS+Z5iWegWNNzz9K4A==,,4lw504WpJ0CzXYKSUk3eSQ== -3389040042,2020-07-09 11:04:13.466 UTC,,2019-10-09 21:30:00 UTC,[],CRM_UI,61i30ob5c4o62bb6c8rm4b9k68ojabb1ckpm2b9icoq34dhn6dijacho60,2019-10-09 20:00:00 UTC,,,bC7+j+rKe1YtvGbsAvFxDg==,WjiHE+bE6n0McNO8ZhyWkA==,wy6Ug964MHX4Dizu1sDkxA== -3591020438,2020-07-09 11:04:44.815 UTC,,2019-10-11 15:30:00 UTC,[],CRM_UI,cgq66db3c8qj6b9kclgj4b9k64r32b9occr3gbb5c8sjidpn65h38dj56g,2019-10-11 14:00:00 UTC,,,oqO0W6d46YV+ou6rgUborA==,gWFcqFr92KRa78teSnvU8w==,9ij4sUix0V3vnrSTgUbcOg== -3576132143,2020-07-09 11:04:41.557 UTC,,2019-10-15 16:00:00 UTC,[],CRM_UI,6sr38p1hcoom6bb169i3cb9kcphmcb9o64r3abb56kq6cdhp6ks3gd9k6s,2019-10-15 14:00:00 UTC,,,bpb8vG8yusHXd9lK7CX25A==,3hlCyUUfQUKya2BxcVXxDQ==,3pflIUGBtLACYIV/b3w7+w== -3672941275,2020-07-09 11:06:34.864 UTC,,2019-10-25 15:00:00 UTC,[],CRM_UI,ccr62ob26csm4bb261i3eb9kcgqjcb9o6ssjibb26li3aphk60qj2d9p6s,2019-10-25 14:00:00 UTC,,,03v2inZuw/0BCnjhijorlA==,G1ZVuLfRygr1ums3RFbtyg==,Ecsj84Dt7NQvOR1CUwL5vQ== -3644524336,2020-07-09 11:06:29.875 UTC,,2019-10-31 14:30:00 UTC,[],CRM_UI,chj38o9jcopm8b9k6ksjcb9k68r3ib9o6thmcb9i60pjacj3c4r6ae1p6c,2019-10-31 13:00:00 UTC,,,qMCtvohybEbNtIvSM0w/nw==,51k5QH5o5xucZ52Ee7mg1g==,7OH96+6eYMLjsEn0QchMBA== -3287886696,2020-07-09 11:03:59.520 UTC,,2019-09-16 15:30:00 UTC,[],INTEGRATION,69gkgajcmvb3lb20810lvecu9e,2019-09-16 14:00:00 UTC,,,cc9fb/xIt3xhF34FpWnouw==,YdKG65bAoeQmlGzrQh2WGA==,5dYUaVnf/iUOH5nYAR5nMw== -3554239766,2020-07-09 11:04:37.199 UTC,,2019-10-24 16:00:00 UTC,[],INTEGRATION,12vbmetoqe7n7ulkqokibc19vf,2019-10-24 13:00:00 UTC,,,4jerkO27PmgO0yL4UmUy2Q==,FLoX3DNJSsyLjb/STJxEjQ==,PUCmikII/07RjXgUNYOAVQ== +3416212491,2020-07-09 11:04:22.087,,2019-09-26 14:30:00,[],CRM_UI,6os3ce9k74sm8bb371gj4b9k70q3ibb26goj8b9o6oq68ob360s6cchh6g,2019-09-26 13:00:00,,,vZIAnjdSJSzcHLWScBH9gg==,7wcp7/Nr2KboYm5FCLg78g==,fzT4ZzkUdmieUYeYaA+ZuQ== +3621491516,2020-07-09 11:06:26.550,,2019-10-23 17:30:00,[],CRM_UI,70s3icr2c8rj4b9j68ojib9kc9i68bb16gs64b9icgr62oj1cgrmac1k6g,2019-10-23 16:00:00,,,nknTWiwLPSQBDERQhImx0g==,F9Z7WafaihQm+Fg4ENLQYg==,6rYhjDLppk5A2/T7TVnQAA== +3553435584,2020-07-09 11:04:36.303,,2019-10-11 13:00:00,[],CRM_UI,6ssjcpb6cks3gbb1cgs3eb9k6cq38bb2copjab9o71hj8chg6gpj2pb3cc,2019-10-11 12:30:00,,,lwJrwyfphkkkYAfGG4HhYQ==,x+HXtUkNxw1FFia0AbkIkg==,7ORl8qNUcF/oRZrzhWLpcw== +3386242246,2020-07-09 11:04:13.435,,2019-09-26 15:30:00,[],CRM_UI,coqjacph6orjibb271h62b9kcoqj4bb1cgo6cbb2c9hm6d9jc8r3ad3570,2019-09-26 14:00:00,,,9n5j79Q882SlO6YGecvBlA==,YM7KcFvSpDWNWdEdkI1AgA==,OAg4s7Y+RF2HJJgSlxmW3Q== +3389398158,2020-07-09 11:04:13.467,,2019-09-24 21:30:00,[],CRM_UI,c8s38cj5c5i3cb9m68pm2b9kc8pm6bb175i6cb9lclgmadhg64rj6phjc8,2019-09-24 19:30:00,,,+1HSeFE+57WjwghbrMmQ1w==,WnCb5dVbSpcsYCtdxD0hqw==,NQ0lz01yLMommrGI2S79Nw== +3526382799,2020-07-09 11:04:34.489,,2019-11-02 17:30:00,[],CRM_UI,c4qmaoj361j36bb16os3ib9k60p68b9p75h3ibb2cgqjge1n75hj0dhpcc,2019-11-02 16:00:00,,,NOXMRgrM26iacYvn/iC8TA==,pPpH/dbnbcNry42mVH+L1Q==,XcB6nCZPVy6o/90gt5Qb9A== +2595945265,2020-07-09 11:03:11.311,,2019-07-02 15:30:00,[],INTEGRATION,cgq34c9m65gmcb9jclij0b9kcdh3abb1ccpjgb9m6hh6cc1n6tgm4dpncg_20190702T150000Z,2019-07-02 15:00:00,,,cdkorElhxuWesojnzWS62Q==,SV5JgWMudMbPo/Cr3ktqSg==,fpVDyrB4HjV5+QbORtMLYw== +3006684049,2020-07-09 11:03:33.392,,2019-08-09 15:30:00,[],INTEGRATION,1d89jj1bbj85vv84k8eitkeg0h,2019-08-09 14:00:00,,,g2jcySxXj1BuIkJjJVBEmA==,tagaEA2N7wpndyI3E5Jwyw==,CfYdxDXPGJ21Haap7V8P3w== +3250841688,2020-07-09 11:03:56.273,,2019-09-05 21:15:00,[],INTEGRATION,70sj0c9jcco66b9jc9j3ib9kcli6cbb16gr64bb2c8q3ichl6sq64dhick,2019-09-05 20:15:00,,,YgUzO3k/NCc9dTeTULNoJg==,SiFsyTklZ2pjWzGgqzUhtg==,CY9rzUYh03PK3k6DJie09g== +2705115583,2020-07-09 11:03:15.566,,2019-07-24 23:00:00,[],INTEGRATION,7729vqna1hhnash0rqnfg2kvcv,2019-07-24 21:30:00,,,8vw1n9z+AewzRhQQ/Mo2Gg==,0CG5SRRAxKjRZF//EaUFIA==,N+EPzMkucb4VwCHNtq4XlQ== +2858268544,2020-07-09 11:03:24.452,,2019-08-23 18:15:00,[],INTEGRATION,5iunevod8c39d1702q6d39se1t,2019-08-23 16:15:00,,,xU6BrcVKe+CSovxW/zUjfg==,6/PDiAR+jv+JMY5eMQSQhA==,gjSyuwgkNdKRVXBJ+WD+1g== +3037847353,2020-07-09 11:03:36.336,,2019-08-16 20:30:00,[],INTEGRATION,2l84odq8u1s45o5santkuf0sum,2019-08-16 19:00:00,,,P/XhjQpko3W1Evmglpr/Rw==,OhhhEpgFTWD1VzIQy6Rgvw==,aEe33klME8qGbO1wF/Gb8w== +3577971633,2020-07-09 11:04:42.553,,2019-10-15 17:30:00,[],INTEGRATION,0dl5t0pjljo6ol61j1ov3v8ejc,2019-10-15 16:00:00,,,Og0sBqm1OmdiOSGLqUZp1w==,AKxHJh7oYHx4K0S1avu9Rg==,9NvpINsEIG9W2u7eMMjE5w== +3522866042,2020-07-09 11:04:33.625,,2019-10-29 20:30:00,[],INTEGRATION,3tjvt91stbp034kgv91dg8d8m1,2019-10-29 17:30:00,,,LqGglBUkXKVzpZBX2g2C+A==,iypAWl/tHFTnnFe+EaPoDQ==,aFfd5AoHdnzXBdIByjlyNQ== +2817038627,2020-07-09 11:03:23.011,,2019-07-24 18:15:00,[],INTEGRATION,2qv53jens2asekftjqio07dqv0,2019-07-24 16:00:00,,,Y5u5gY4BXTOy9ju02KQvMw==,X35st4yE4mif4Z31xo6jvw==,WufTxqjN41yBoTTlLCjaqg== +3287992168,2020-07-09 11:03:59.521,,2019-09-21 16:00:00,[],INTEGRATION,7f49ta01s65gv10qhuopemmudv,2019-09-21 14:30:00,,,gB7ku+jMfQyF9LNnxHGQJw==,iGDzaAr7s3F1+WLXyyVbeA==,9fmWH+fP27x6UOrrk3fsWw== +3554130509,2020-07-09 11:04:37.193,,2019-10-31 16:00:00,[],INTEGRATION,2ati5g3dl1fvrmk4lmih1fjh5p,2019-10-31 13:00:00,,,m/FCWLSX/XnJmgieLMloxg==,lHThNWALEtWC8DcMJDXkkw==,QdlY3OFRCNWdiJ0HAOBM2g== +2171313280,2020-07-09 11:02:47.882,,2019-04-25 14:00:00,[],INTEGRATION,5eei162moahu9lmima25jq2agb,2019-04-25 13:00:00,,,3mc5sUl/QWfWkkE1mvcScQ==,J36v+VC+gtfkw95YZk2a+Q==,wT3tveeT0sdHnNYPufO9rg== +2738281857,2020-07-09 11:03:18.372,,2019-07-11 15:00:00,[],INTEGRATION,5vc2d7i9vo70lj7k0q773q1r67,2019-07-11 14:00:00,,,fXrseXW1b4IqIby2inm44w==,OdFKlCI0HcLwjJz+9O1T+Q==,l4VSDU7M6Ke50zTA2G3dcQ== +3261841811,2020-07-09 11:03:57.947,,2019-09-20 18:30:00,[],INTEGRATION,6lgjeohlc4s36bb171hjab9kccr3ibb274oj0b9n6kom2pb5coq3ic1m6o,2019-09-20 17:00:00,,,sW8GN5qhHRDsppHG6NCTRg==,qIK4LDKcFqNcNJCgXvO2fQ==,iVaWumNTQM6mluNzxumTNQ== +2802633606,2020-07-09 11:03:22.382,,2019-08-06 15:30:00,[],INTEGRATION,14tvmsjtngi2v6qk94p3qsum7k,2019-08-06 14:00:00,,,D0qFPbE3fdE03A6OCqYX0w==,qm0hdFYz6jRZ7cM6JLNdVA==,2zlqRgDboBpPPLlzm75Jmg== +3576866708,2020-07-09 11:04:41.564,,2019-11-08 21:00:00,[],INTEGRATION,238iopqumac8od91tqugehtvu0,2019-11-08 14:00:00,,,h2JoJM0B7OMUu/LTsI6cOg==,DCIynWYryUYa4zB6YON+GA==,TxYYvFc5Xp0LrvKaQk64vA== +4726371091,2020-07-09 11:08:20.077,,2020-01-14 23:30:00,[],BIDIRECTIONAL_API,c9hjedhp6hij2b9ncpim8b9k6pi32bb274o36b9occrj8p35ckrm6cpk74,2020-01-14 22:00:00,,,hg/CrgoenY5sXd86cjIYFA==,cmbcZDVz8ulJ8AQEnrIzlQ==,fP/Vlfm79GYyex3g8Bx/jA== +5030730836,2020-07-09 11:08:50.636,,2020-02-05 00:30:00,[],BIDIRECTIONAL_API,6ti66oj56kqjgb9pc5hmcb9k6tgj4b9p61ijgbb46osj4ob3cgp64e1o6g,2020-02-04 23:00:00,,,YbrZFWDMKGuTf8PYLvEtQg==,zIbFHzb1kWeiC8xFpzT4Lg==,7dJ2qUVMapLQ3EItrVTRMw== +4615984444,2020-07-09 11:08:11.375,,2020-01-06 17:30:00,[],BIDIRECTIONAL_API,c8p3cc1p6dhjcb9lccsm8b9k6gp64bb16th64bb171gm8dppc8pj8d9j74,2020-01-06 16:00:00,,,bvRld1SzZ2aj0D+oF90+DQ==,MCLYqzxu5CmlXFwOjOQV8A==,rEWhuJ/hXM64FKsD4M4a+w== +4166400688,2020-07-09 11:07:33.990,,2019-12-05 16:00:00,[],BIDIRECTIONAL_API,6orj4p9h6lh3eb9o64p3ib9k6hj30bb265h30bb368p30php69i3iphi6c,2019-12-05 15:00:00,,,NvH6ceX+12+1nfqL/Peqfg==,qcm/qpe1ONZtOfDfEw/Dlw==,a5DjNZEphrkTue8YpRsHwg== +3761343607,2020-07-09 11:06:46.316,,2019-11-10 20:30:00,[],BIDIRECTIONAL_API,64pm6db66hgjgb9l6kq36b9kcko3abb1c8rj8b9p64q30e9i6di3ed1l68,2019-11-10 19:30:00,,,7iA7IPufmF84TKX2SXz+aw==,2qpto9/Ul+3xy9OPgr6I5Q==,bng1mIauO+5FL9lt81v/ag== +5517727852,2020-07-09 11:09:37.755,,2020-02-20 20:30:00,[],BIDIRECTIONAL_API,6so62phhcdgj6bb3cksj2b9k75j64b9p64qj2bb36li3cp1jcdj6ccpoc4,2020-02-20 19:00:00,,,dfij/5trmPgOkIiOqlZ8QQ==,SUfJgx1++foLmlmu2dmgHg==,hkNsxgPU2GibXjCFZVi7sg== +6989493901,2020-07-09 11:11:01.407,,2020-05-15 20:00:00,[],BIDIRECTIONAL_API,cgq62pb66oqj8b9pc9gjeb9k60s3gbb2c4rj2bb2c5ij6p9k75i3ae31cg,2020-05-15 19:00:00,,,OWoqU/wRmQLMpoC1OkkOew==,iZHMAFsvQ5umbrEDZrdZUg==,EVSgLnNB1UEZ4ZTZUfg3mg== +3837293268,2020-07-09 11:06:55.745,,2020-01-08 19:30:00,[],BIDIRECTIONAL_API,c4sjcc34coq66b9j6osm8b9k6kr30bb16gpjgb9j6krjcc33c5i3aeb4c8,2020-01-08 18:00:00,,,7wV8UE2ctsIcQE4LkXkpEQ==,9ZkF+WCCphqM89pWu2/vGA==,SvaO/rUx/X0t8CMkHs5xbA== +5611564213,2020-02-21 21:50:33.388,,1970-01-19 07:52:03,[],BIDIRECTIONAL_API,70s3id1o60pj0b9m6gs66b9k6kpmcbb26hgj4bb460o6ccpg6orm6db174,1970-01-19 07:51:57.600,,,4pa8FtAXSw2sru9GlD1OQw==,UXyQ+XkOmv2Dl4QLbAYoxg==,dxdGcWmK+Xg43KTkFHY+AA== +7007891772,2020-07-09 11:11:02.984,,2020-05-11 20:00:00,[],BIDIRECTIONAL_API,cco34ob6c8omcbb26him6b9kcdhm6bb1cos38b9g70rj8eb3coqm4pb1c4,2020-05-11 19:00:00,,,KLKxSOtBdTUfmVdzGaSopQ==,dBdEn8qsg8gNz+WAv2jMqQ==,A0eJt33TehYYUqTfmMMktA== +5030678825,2020-07-09 11:08:50.635,,2020-02-01 18:00:00,[],BIDIRECTIONAL_API,69h66c9p6ko64b9g6srm4b9kc4rjib9p6di6abb66cpj6d1pcop68dpo60,2020-02-01 16:30:00,,,knHnT0y4MqNgKFbmLqmL/w==,cwVaY50K/kxf3K4wFWlFiA==,ynyvOdl8koyeNSnSOPlkxA== +3888482383,2020-07-09 11:07:02.178,,2019-11-27 00:30:00,[],BIDIRECTIONAL_API,cko3edpgcdgj8b9o61im6b9kchh6cbb1cksjib9j60r64p9pc5i62cj5cc,2019-11-26 23:00:00,,,ep3ZRHFVfXVcZzEyq4Q+hA==,hZS/hTPPlZKTNjhHoyEsSQ==,MKV8QEcqDBjxPCLk2cIVzA== +6678958036,2020-07-09 11:10:45.631,,2020-04-16 21:00:00,[],BIDIRECTIONAL_API,74o62oj4c9gm8b9k64pm6b9k6crmcbb2c4p3ib9p6soj8db165h3id9p6c,2020-04-16 20:00:00,,,R2zA8xG8Py0j8ZuglEqmIg==,G3zWLYOBT+JH6YRloKb0DQ==,0QSn5Z6FHJQWcJWC0RbkAA== +5105154709,2020-01-31 11:13:11.747,,1970-01-19 07:11:40.200,[],BIDIRECTIONAL_API,cli3id1hc8sjib9gc8sj4b9kcop3ebb268qjabb4cgsjgcr3c9ijgc9gco,1970-01-19 07:11:34.800,,,tgntrD+U0i9pRnOjIXrbXA==,FYQ+BJrs4rlE/jQxr2c7+A==,kDP5PBmXgY5VgOt2olkwmQ== +6738370498,2020-07-09 11:10:48.465,,2020-04-17 20:45:00,[],BIDIRECTIONAL_API,6op6ae35chimcbb1ckp64b9kccq3ab9pc4ojabb675j3ipb16hi66p1ico,2020-04-17 20:30:00,,,AEDOn/SrV22PPYxsEnTJ5w==,EatjWXZMrhOVLWmrS12tRg==,Day1W5egNrHp6rzI6EG0Lg== +5877468865,2020-07-09 11:10:03.843,,2020-03-12 14:30:00,[],BIDIRECTIONAL_API,6pgjac1n65gm8bb5ckrjcb9k6lj30bb261hjcb9j6grmcchg69im6dr26s,2020-03-12 13:00:00,,,eob0bfxpVtAMZ41gs6lrZA==,kPW/pSlWpdOqxopgpn3bjw==,Jeo+4IcPOK7UbJ//ckjeMw== +5448535582,2020-07-09 11:09:28.767,,2020-02-19 21:00:00,[],BIDIRECTIONAL_API,64pjadpm6tj62b9g65h62b9kcdgjeb9ocphm2b9hcorjiphm74q3go9jcc,2020-02-19 19:30:00,,,wIbejtgAJDWy8brGFdjYog==,X7SLAjiUEr9teBKVjqB3ag==,WB1OYoX/Z1eL5o2TCWqlhA== +3953235452,2020-07-09 11:07:09.849,,2019-11-22 16:30:00,[],BIDIRECTIONAL_API,6crm2pb66csm4b9i70r34b9k64rjibb271j30bb5clhjgp336gsmaopi64,2019-11-22 15:00:00,,,6+6KjM+cFohcuZd9/t3BUw==,ae5JupJLxt2mpIkrW8wacA==,hhXRnCWsKX/2PEe3WKsCCQ== +6852667062,2020-07-09 11:10:54.573,,2020-04-27 14:00:00,[],BIDIRECTIONAL_API,ckoj6pho60qj8b9j74o3ib9k6hi62b9p74omcb9ocpgj8d9h6cs36chhco,2020-04-27 13:00:00,,,I39I6XGVf+lqY/1F3wwm4A==,qbh8rHjAmkANxmMwMN53jQ==,nRPIAeuoMgM7YSpHfnLZow== +5432036937,2020-07-09 11:09:26.661,,2020-02-19 16:30:00,[],BIDIRECTIONAL_API,6ssjic1m69h62bb3coq6ab9k6dgm2b9oc9h64b9lcgqj0c1p69h6ad1l6c,2020-02-19 15:00:00,,,pZgKFuhzupL6THS44zxFeA==,PYoBcA2JIiBmpLoL2tqviw==,c70uxS9bO8LQa4SM6SyeJw== +5838937341,2020-07-09 11:10:01.120,,2020-03-05 16:30:00,[],BIDIRECTIONAL_API,6dgm2c316thj0b9j6ks32b9kccqj2bb2c9ijibb669i34chic4pj8cpicg,2020-03-05 15:00:00,,,phQ/psa7vXapR9MFrteTtw==,3VUXy7CEnTGuSJRSIyrNZw==,GZXtLRCrI3Loy9xiOahpbA== +6619228023,2020-07-09 11:10:44.121,,2020-04-15 21:00:00,[],BIDIRECTIONAL_API,6hhj0cr375i36bb66ss6cb9k74rm6b9p70p3ab9g60p38p1o74rm2d1hcg,2020-04-15 20:00:00,,,whpe6Vi/rdulKrrrjJF8gQ==,Hsqaki86XXgCEMXehRt/gA==,5B/TttnhvkXmXo0x96zZ5g== +3805994537,2020-07-09 11:06:51.178,,2019-11-11 18:30:00,[],BIDIRECTIONAL_API,69gj0c9oc8rm6bb5c4q38b9kcdhmcbb164o3gbb264s64cpp6komap1jcg,2019-11-11 17:00:00,,,zvC6Z55t5fzsjelM3BkG5A==,wAh7Fu832/emDTAxX/x+EQ==,RcdYRAZJfGaJwfwvmRgJUg== +6694580968,2020-07-09 11:10:46.448,,2020-04-17 21:15:00,[],BIDIRECTIONAL_API,74q36p1g6kqm6bb3c4p38b9k6pj3gbb170s62bb26so36opgcpi32eb6c8,2020-04-17 20:15:00,,,q9VMLVmc4M3ENB3bZ9/aVg==,RMdYs5UNoUurLailGWvKtw==,wErCaadRZbccpfjGU/JAxQ== +4079137133,2020-07-09 11:07:26.542,,2020-01-06 23:30:00,[],BIDIRECTIONAL_API,6lh66oj460o36bb660s3ab9k6oo3ib9o74pjabb2c9h30o9m6li3edpo6g,2020-01-06 22:00:00,,,JqUoEWarwJOXtQeSBY5qIw==,rciMMEuZW9tHAUJu2QPT9A==,vse7jd0NoDgKu6/tYrdfuw== +3882586680,2020-07-09 11:07:01.311,,2019-11-16 01:30:00,[],BIDIRECTIONAL_API,71i38chi6oo66b9o70qm2b9k75ij2b9ocphm6b9ickqjacr5ckomaphjck,2019-11-16 00:00:00,,,6CzAIlCN9+12FPSOr1rpLQ==,ct3SxTu6H2d2e4nxtdn2Ow==,zJQ/kOCJUv0Yr0x7h7Wa4A== +6343930235,2020-03-31 11:16:44.401,,1970-01-19 08:30:39.600,[],BIDIRECTIONAL_API,c9imcpj3c4s66bb464q3gb9kchhm8bb1corj2b9k75i36or36sr32d346k,1970-01-19 08:30:36,,,B9am0AN6A489IN5PZHbrew==,Qj5rl3iy90rD1L2e7YmLPg==,Z1xwNVpKRwQhJ2aDgJik2w== +6940618529,2020-07-09 11:10:57.490,,2020-05-06 18:00:00,[],BIDIRECTIONAL_API,6or3id9jc4q3cb9k68o3cb9k6dj66b9p6opj4bb4c5ij8pb371h68dpock,2020-05-06 17:00:00,,,Y/rH/zcYe8elYLap6COuNg==,1VhO5YN0nPrr2tgqQeRJgA==,R5Ne0uhgkj4nKOHn/PCfJA== +4376856556,2020-07-09 11:07:51.501,,2020-01-03 16:30:00,[],BIDIRECTIONAL_API,6lh34d3665j3cb9h74qj2b9k65im2bb270ojib9p65ij6o9l61im6d1l64,2020-01-03 15:00:00,,,0hC5KUiO0RWTWvkwCoQqpA==,d0dLOsMZ5+ZCSwua7j1Zqw==,N0xTtbcqFqmAGchP69Z80g== +6154770450,2020-07-09 11:10:22.791,,2020-03-20 15:00:00,[],BIDIRECTIONAL_API,6ti3cp1nc4pj6b9n6tgj6b9kc8pm6bb168pjgb9k6sr3cd9h6crm2p1k60,2020-03-20 14:00:00,,,3Hkdseg/iarZEQPzj3vBOQ==,5MQVNpZHf507t+d2ZB2F2w==,Lb1dAW1JHJJ4CRnQwfwarw== +3715709469,2020-07-09 11:06:39.569,,2019-11-16 20:30:00,[],BIDIRECTIONAL_API,6pi30dpo6oo3gb9n6cojgb9kc8om8b9pc4o3eb9i68qjcdb574ojgob56o,2019-11-16 19:00:00,,,/ejQot0pZyAfv6bQlfSzqg==,jd6y4WT2WFjqa66aEC8Njw==,lN4Z1wgFeM8jM11XGcl4bg== +5677571379,2020-07-09 11:09:48.288,,2020-03-04 19:15:00,[],BIDIRECTIONAL_API,c5i64oj671hm2b9n68rj4b9k70sjabb164s3ebb6chim2or4c9gmcd326s,2020-03-04 17:45:00,,,lmBRnD1wY0/tbJa4vHOujw==,aQoJDkK5qmXUSy2Xu6xUWA==,S040vInhTrFw9dlCD0tPkg== +6040853688,2020-07-09 11:10:17.319,,2020-03-13 16:30:00,[],BIDIRECTIONAL_API,6gr66c1mc8r38b9m70o6cb9k6cqj0bb274qjgbb16phjeob160p30d316c,2020-03-13 15:45:00,,,Pttco6f1vidYUo0Pg1Kofg==,Y3dVK0gcApBK68AY73pyJw==,PLr+E2x3bsEBDUBr0KEnYw== +5876751066,2020-03-31 11:15:49.129,,1970-01-19 08:32:22.200,[],BIDIRECTIONAL_API,69gj6cr5chh3eb9j6cs3ib9k6opjibb26oomabb36csm4dj46cr32e1p64,1970-01-19 08:32:18.600,,,m5F1bo2ykO0sIN6Z63ylcQ==,XQxU7rTYm/M86/Lg3xeYZg==,MJnlubxLxNhgLw014JbQ7A== +3934187495,2020-07-09 11:07:07.723,,2019-11-21 02:00:00,[],BIDIRECTIONAL_API,6grm8chi6gqm6b9jcgp62b9k60p3cbb275h32b9g6phj6cb5ckq30c1n6c,2019-11-21 00:30:00,,,pXpx+PFjU5Uj5pYvSj0WRw==,IkHN6LHBtIQNNNxM2a2DgA==,r0ppj1bps0b0cVQknic3lA== +7622400437,2020-07-09 11:11:51.638,,2020-06-29 20:00:00,[],BIDIRECTIONAL_SYNC,4jodqra9l4nlqngbc91268i0vo,2020-06-29 19:30:00,,,NZSoJ/QJs/n0JmQ8RzFG5A==,FnlgTfmIJZapgz5ccPIuNg==,faFGYOJZjggbl+N4Exnp5w== +4047568070,2020-07-09 11:07:24.330,,2019-12-16 18:00:00,[],BIDIRECTIONAL_SYNC,6c5l2itho1cghfg30g22tdslma,2019-12-16 14:00:00,,,azZXR2EgIdhnRh0hGd/ZFQ==,Ko7o29ePDXszI1OOzLsxig==,3gb53JFM5fQWrZwmHNm41A== +4193022433,2020-07-09 11:07:36.163,,2019-12-12 20:30:00,[],BIDIRECTIONAL_SYNC,7he4pbm9bus9e5lpg8o3v9pjha,2019-12-12 19:00:00,,,URDTXV6Qjs4Hw6u+jDKOeQ==,UHmTcsDbRWQl3gpkrfKehg==,fnHnhPiJ3c6jdWqT3KZ9eg== +7637601946,2020-07-09 11:11:52.782,,2020-07-01 14:30:00,[],BIDIRECTIONAL_SYNC,594q31du9tdhuk8datmfu2d711,2020-07-01 14:00:00,,,tCazp4qISYLpQFKdBCNbFA==,aBHqg9TrnrkMDkl8pFue8A==,wJgI0I2jZEVLoegzIlXSLg== +7358376987,2020-07-09 11:11:35.673,,2020-06-05 13:30:00,[],BIDIRECTIONAL_SYNC,4gk3da9jv65ek63hte78mad6vj,2020-06-05 13:00:00,,,HW9qWXSOUIr4l+FfWmTrtQ==,MdJqoURStUSCKfd+XVc7WA==,2zIWVBJ3vmj+UQUtj1BRSg== +5016176426,2020-07-09 11:08:48.989,,2018-06-12 21:00:00,[],BIDIRECTIONAL_SYNC,4uu88j4r2j496981ejqmjspm2n_20180612T200000Z,2018-06-12 20:00:00,,,KCxB6jKj7I5Em3ABr2k9Ug==,1jjkM7tDWTqqDUoEta/RYA==,rAT7TBv9bMlli7uMps1jTA== +5509318592,2020-02-18 17:50:32.772,,1970-01-19 07:31:58.800,[],BIDIRECTIONAL_SYNC,31t0pcu7sj54li6stud7ka9flc,1970-01-19 07:31:55.200,,,afzmyAnlUsilcp7kABa4Sg==,VWy0e2aG8himYUJAuq+bQw==,28joWrB72dCWiSWXlPn0Kg== +6989750109,2020-07-09 11:11:01.411,,2020-05-04 19:45:00,[],BIDIRECTIONAL_SYNC,pqk4j6ii460aboqrufsv5pe11t_20200504T191500Z,2020-05-04 19:15:00,,,ytwvX0FQcUX066GFcsjXvA==,t6DiE8CkHXhJ3RVJyu2jew==,6ZJbzrYV+BWQHKEocLvXbQ== +3716556025,2020-07-09 11:06:40.147,,2019-10-28 16:00:00,[],BIDIRECTIONAL_SYNC,7nor2o0gd2jcsk2ieai71vitgc,2019-10-28 13:00:00,,,7I3ysL8GJ45rpEefwo6Row==,jecE+NoKN7G728RfUykp0g==,dwbywQ2NuUCO9EXA5htKyQ== +7100603804,2020-07-09 11:11:11.203,,2020-05-15 20:00:00,[],BIDIRECTIONAL_SYNC,_8l148d2389238b9j8p1k2b9k6ks30ba16spjeb9i6cqj6ea66d2k6d1o6k,2020-05-15 19:00:00,,,OWoqU/wRmQLMpoC1OkkOew==,amDoFZ2oOYVKGEIuzc8dKw==,EVSgLnNB1UEZ4ZTZUfg3mg== +5445121073,2020-02-24 11:14:45.161,,1970-01-19 08:03:32.400,[],BIDIRECTIONAL_SYNC,7sgn3c86740fv7hgf0v46ou1jl,1970-01-19 08:03:10.800,,,BvUe9rRSg08nNGbQ5u0YGw==,q9r5Ys8kKeapLvaiN3vbeQ==,+OPGOyPcnp163uMYVmEroA== +3754341069,2020-07-09 11:06:45.587,,2019-10-28 18:00:00,[],BIDIRECTIONAL_SYNC,1np5ftqnrlv0pqagfuar1fqvd3,2019-10-28 17:00:00,,,x+Rbxd44NiB9V/ARQrEldQ==,6QFVcxAPKoBql2l/E30oxg==,DB+cm8eDaPAVuZ4IfWdTRA== +3166823427,2020-07-09 11:03:50.027,,2019-09-04 20:15:00,[],INTEGRATION,2ggr1plt0b6sb81thc8tf7l19b,2019-09-04 19:45:00,,,,fqRpEx6htcnq++uNoMPj0A==,VdM1Qx1+4s9dGGFhGyqIIA== +3532618878,2020-07-09 11:04:35.437,,2019-10-11 18:30:00,[],INTEGRATION,4i158dg1f46fud7nvhb6b69nfq,2019-10-11 16:00:00,,,,XEl5AVa1axWNzWqVU6uCyQ==,lZHktUswxMNwvlkSEqs2UQ== +3621657181,2020-07-09 11:06:26.553,,2019-10-16 23:30:00,[],INTEGRATION,67a05094r7le1kj0a4tkkcctkq,2019-10-16 22:30:00,,,,6hjdGQ/aP4P27WJOnD+KzQ==,0SjQp1elvZH89WeH0Ngqmw== +6215373231,2020-07-09 11:10:24.920,,2020-04-04 00:00:00,[],BIDIRECTIONAL_API,75i3epj46kr32bb274pjcb9k74rj0bb16cqj8b9lc5gm2choc8omao9gco,2020-04-01 12:00:00,,,,C0zIADJBEQYa6TfxG93ysw==,Ntm7X6L0xzT1gaalzMAICA== +7175626247,2020-07-09 11:11:16.958,,2020-07-01 00:00:00,[],BIDIRECTIONAL_API,cphj4c1gcksjgbb368o64b9k6co62bb269j66bb2coqm8d1i65imac9g70,2020-06-29 12:00:00,,,,j/Ybq8wixtFApeC80033qQ==,dTWG9V3skJB6DJNoUrgPOQ== +4553911001,2020-02-24 11:11:31.272,,1970-01-19 08:22:26.400,[],BIDIRECTIONAL_API,clhm4d9ocks6abb1c8sj2b9k6ksj0b9o75ij4b9jccqm8cb6ccsjachoc4,1970-01-19 08:16:04.800,,,,6ZhjcDnK/esE4HRF9yftuw==,RaRtI8Puc4HIv1dh7ZHIgA== +4590421786,2020-07-09 11:08:09.029,,2020-01-03 01:00:00,[],BIDIRECTIONAL_API,c4sm8pb260s32b9m69i38b9kcgpmab9pcks68bb26gr3gdj375gjad1mcc,2020-01-02 13:00:00,,,,0uICxduP2dBfifMNv/kfnQ==,X7RPXPYMdKMRxJ1EpwscJQ== +5779655158,2020-07-09 11:09:54.536,,2020-03-11 00:00:00,[],BIDIRECTIONAL_API,6dj30pj56osjgb9k6crj2b9kccp38bb26kpm4b9i64q34dr365hm2c36cg,2020-03-05 13:00:00,,,,/bTMoxU4UxWTU4cf3LNFgQ==,Jvi7SOF4jlZQPdYlf8Yr5Q== +5134902622,2020-07-09 11:09:00.075,,2020-02-07 00:00:00,[],BIDIRECTIONAL_API,cgoj6chj6pi64b9lcoo3eb9kclij4bb26coj0bb56hh6ac9k6th3cd1lcc,2020-02-04 13:00:00,,,,BWSrU792ESajgHnC9XvF0w==,a489PlF5Rx0eNTjNyrkZpQ== +4554053855,2020-07-09 11:08:05.786,,2020-02-20 23:00:00,[],BIDIRECTIONAL_API,cop3gohl6so38bb570qm6b9kc9h3gb9oc4r32b9k64qjae1o70s34c336o,2020-02-18 13:00:00,,,,QBXXjiCxm9eCg7ZfYfmzCg==,4DPbOMhod3lxDU4V6lATmw== +5749499673,2020-02-27 19:50:33.209,,2020-01-21 18:00:00,[],BIDIRECTIONAL_SYNC,m09gkoigv3eqnl89qj97q39n00_20200121T173000Z,2020-01-21 17:30:00,,,,4fXYdRK0RyBHjA58CAnDag==,PfZYEfgkcLLBkuXmHy1ZWg== +4566842165,2020-07-09 11:08:06.689,,2020-01-26 01:00:00,[],BIDIRECTIONAL_SYNC,0rod1t2gsq0e4m5a2u8naj2e6c,2020-01-23 13:00:00,,,,jDXp0zlNQZZkTPYwyB47+Q==,wG27jR0p6VmIwmJ/1n1eKw== +5750903984,2020-02-27 19:50:33.209,,2019-10-08 17:30:00,[],BIDIRECTIONAL_SYNC,m09gkoigv3eqnl89qj97q39n00_20191008T163000Z,2019-10-08 17:00:00,,,,ZPWk29o8ssgZNCp0RLkx5Q==,PfZYEfgkcLLBkuXmHy1ZWg== +3845014170,2020-07-09 11:06:56.734,,2019-11-06 23:00:00,[],BIDIRECTIONAL_SYNC,71p4eepf2p1knjr7hulog9jc0n,2019-11-06 22:00:00,,,,i8/i0lSzvZww7yJ4MGwBGg==,n6YRWT9umlcpAz8ZZCQKSA== +4035218953,2020-07-09 11:07:22.564,,2019-11-24 23:30:00,[],BIDIRECTIONAL_SYNC,2mcsbm7ko0u8q57v8o9hfgvi6j,2019-11-24 21:30:00,,,,AQwMXblDLp6DJKJz24Z8Pw==,PB4kfLUwzbByTeea16MK9Q== +5019136100,2020-07-09 11:08:48.990,,2018-06-27 14:30:00,[],BIDIRECTIONAL_SYNC,54775froio69507idplb4o448c_20180627T130000Z,2018-06-27 13:00:00,,,,kEJYn4MPqZrGTKIGeqXxqA==,WYjuwV/NYM+FPkV730HI4g== +5998286680,2020-07-09 11:10:15.181,,2020-03-12 16:00:00,[],BIDIRECTIONAL_SYNC,6mo081ociq8bln4ulbuve4ns2j,2020-03-12 14:30:00,,,,uqqKd80pXVslxKhHfOud7g==,H8FGt2cnp4MOJZEaROGBpQ== +5767882470,2020-02-28 14:30:34.028,,2019-07-16 17:00:00,[],BIDIRECTIONAL_SYNC,m09gkoigv3eqnl89qj97q39n00_R20190716T163000,2019-07-16 16:30:00,,,,UDtSQ956U+XMk6j52r+o6Q==,PfZYEfgkcLLBkuXmHy1ZWg== +4985045959,2020-07-09 11:08:45.893,,2020-01-23 20:35:00,[],BIDIRECTIONAL_SYNC,2uf9nsuui6jprk1lbfohi1fto8,2020-01-23 20:05:00,,,,8BrYiPLwfLmOBuK5tf54Ow==,QNo5JxIWpl9Vv7El0Xki/w== +6146020625,2020-07-09 11:10:21.798,,2020-03-17 17:00:00,[],BIDIRECTIONAL_SYNC,6bl6kpmngihniskotdk2edocbs,2020-03-17 16:00:00,,,,sMz+XfuTWQfLVe9hgqHAWA==,c7f8QVAolidBnSZfRhRlMg== +3387758042,2020-07-09 11:04:13.443,,2019-09-25 18:00:00,[],CRM_UI,ckoj2c9h6kp6cb9p65i36b9k6kq3ibb1cgq30bb671h6ae9occs32ob66s,2019-09-25 16:30:00,,,opd7HjEuPFOAxO6HqoBwqg==,kvZd9seX972EP5k8doe/ug==,1d7dUeR1NY1Vxw7FRHkrCg== +3396593074,2020-07-09 11:04:15.161,,2019-10-11 15:30:00,[],CRM_UI,cooj8e9o70pjab9gc9j3cb9kcos66bb260q3gbb460s68p3674om2opjcg,2019-10-11 14:00:00,,,Jtt1Ltd5mnnb1YuHsN8sIw==,9cFodgmBe/7LAM691ZNCpA==,4xnK2ZJC/UtE4WRlhWRk1g== +3622118324,2020-07-09 11:06:27.193,,2019-10-17 20:00:00,[],CRM_UI,ccr32c1g69gm8b9oc9h30b9k6ti62b9p70qm6b9n64p62phn70s6cchmc8,2019-10-17 18:30:00,,,rH5Aw+m+8xEVrIQMBticlg==,OM4gdFhnFT6k5siBfIG7Dw==,xLQVDMdJP4humZU43wtISw== +4039150210,2020-07-09 11:07:23.505,,2019-11-23 20:00:00,[],CRM_UI,,2019-11-23 14:00:00,,,p/eOYS+Z5iWegWNNzz9K4A==,,4lw504WpJ0CzXYKSUk3eSQ== +3389040042,2020-07-09 11:04:13.466,,2019-10-09 21:30:00,[],CRM_UI,61i30ob5c4o62bb6c8rm4b9k68ojabb1ckpm2b9icoq34dhn6dijacho60,2019-10-09 20:00:00,,,bC7+j+rKe1YtvGbsAvFxDg==,WjiHE+bE6n0McNO8ZhyWkA==,wy6Ug964MHX4Dizu1sDkxA== +3591020438,2020-07-09 11:04:44.815,,2019-10-11 15:30:00,[],CRM_UI,cgq66db3c8qj6b9kclgj4b9k64r32b9occr3gbb5c8sjidpn65h38dj56g,2019-10-11 14:00:00,,,oqO0W6d46YV+ou6rgUborA==,gWFcqFr92KRa78teSnvU8w==,9ij4sUix0V3vnrSTgUbcOg== +3576132143,2020-07-09 11:04:41.557,,2019-10-15 16:00:00,[],CRM_UI,6sr38p1hcoom6bb169i3cb9kcphmcb9o64r3abb56kq6cdhp6ks3gd9k6s,2019-10-15 14:00:00,,,bpb8vG8yusHXd9lK7CX25A==,3hlCyUUfQUKya2BxcVXxDQ==,3pflIUGBtLACYIV/b3w7+w== +3672941275,2020-07-09 11:06:34.864,,2019-10-25 15:00:00,[],CRM_UI,ccr62ob26csm4bb261i3eb9kcgqjcb9o6ssjibb26li3aphk60qj2d9p6s,2019-10-25 14:00:00,,,03v2inZuw/0BCnjhijorlA==,G1ZVuLfRygr1ums3RFbtyg==,Ecsj84Dt7NQvOR1CUwL5vQ== +3644524336,2020-07-09 11:06:29.875,,2019-10-31 14:30:00,[],CRM_UI,chj38o9jcopm8b9k6ksjcb9k68r3ib9o6thmcb9i60pjacj3c4r6ae1p6c,2019-10-31 13:00:00,,,qMCtvohybEbNtIvSM0w/nw==,51k5QH5o5xucZ52Ee7mg1g==,7OH96+6eYMLjsEn0QchMBA== +3287886696,2020-07-09 11:03:59.520,,2019-09-16 15:30:00,[],INTEGRATION,69gkgajcmvb3lb20810lvecu9e,2019-09-16 14:00:00,,,cc9fb/xIt3xhF34FpWnouw==,YdKG65bAoeQmlGzrQh2WGA==,5dYUaVnf/iUOH5nYAR5nMw== +3554239766,2020-07-09 11:04:37.199,,2019-10-24 16:00:00,[],INTEGRATION,12vbmetoqe7n7ulkqokibc19vf,2019-10-24 13:00:00,,,4jerkO27PmgO0yL4UmUy2Q==,FLoX3DNJSsyLjb/STJxEjQ==,PUCmikII/07RjXgUNYOAVQ== diff --git a/integration_tests/seeds/engagement_note_data.csv b/integration_tests/seeds/engagement_note_data.csv index 1c93743..40d5a60 100644 --- a/integration_tests/seeds/engagement_note_data.csv +++ b/integration_tests/seeds/engagement_note_data.csv @@ -1,101 +1,101 @@ engagement_id,_fivetran_synced,body -3641019808,2020-07-09 11:06:29.248 UTC,toJN2jOiNcjFVdpimn7WPQ== -3591703062,2020-07-09 11:06:21.056 UTC,I8uH8b1bX90hpJad4ZNgbA== -3591703055,2020-07-09 11:06:21.056 UTC,Sh7XbqZxQcxBf44UeCG94Q== -3591703084,2020-07-09 11:06:21.056 UTC,XTpzK/OGuSxAHWoYYITnFw== -3591703068,2020-07-09 11:06:21.056 UTC,4dLFBZFz2FeZePtpT9ElGw== -3591703049,2020-07-09 11:06:21.056 UTC,k3xb84Y5Nb+faUhiM3wnWw== -3591703081,2020-07-09 11:06:21.056 UTC,BgpaSSwjYwnA+N+E9JNn/Q== -3591703063,2020-07-09 11:06:21.056 UTC,ZMpexjfvBci1bf0FgSfRSA== -3591703057,2020-07-09 11:06:21.056 UTC,tyxFy4qO3TF35oX6Ssxh6A== -3591703070,2020-07-09 11:06:21.056 UTC,VEOaMLr7WZVTsMgC9Gp3qQ== -3591703050,2020-07-09 11:06:21.056 UTC,IHrF6VRI4pTWDMpDFwmD4Q== -3591703051,2020-07-09 11:06:21.056 UTC,mE63vJMtGWI78pUopXxxPg== -3591703064,2020-07-09 11:06:21.056 UTC,W81df1W8O4TcbagfOI3hkw== -3591703048,2020-07-09 11:06:21.056 UTC,Q8ZQpqgxsN3DofeajqI2ww== -3591703077,2020-07-09 11:06:21.056 UTC,iFpF53V7SJsgBrcY5Vmewg== -3591703082,2020-07-09 11:06:21.056 UTC,7ib+WGs27lnd+CKHZwzFng== -3591703060,2020-07-09 11:06:21.056 UTC,U2CQTt9rQBk5RoRNzOQrFA== -3591703079,2020-07-09 11:06:21.056 UTC,Gj9FWqAHBmAfDo7/spFLnw== -3591703065,2020-07-09 11:06:21.056 UTC,AssjIO7DT2KTCPXzh+FpIg== -3591703083,2020-07-09 11:06:21.056 UTC,3Z+cgdt1Sv09uhQ1FDvl4A== -3591703061,2020-07-09 11:06:21.056 UTC,5U42r0hPhICLycl3cAPTPw== -3591703071,2020-07-09 11:06:21.056 UTC,nJpTLzoaWqoHRQJnn5fQUA== -3591703066,2020-07-09 11:06:21.056 UTC,I2oXaideDLs8ys5ASVzzKQ== -3591703075,2020-07-09 11:06:21.056 UTC,amBRF65xGl89sdVmUjWwFQ== -3591703076,2020-07-09 11:06:21.056 UTC,Xh3aBe7YUeRRDzlGunQFMg== -3591703047,2020-07-09 11:06:21.056 UTC,90cVl8kHJCV89AUSfrGRHw== -3591703058,2020-07-09 11:06:21.056 UTC,Y2Zh12EEMQmp16/QKzvQ5Q== -3591703067,2020-07-09 11:06:21.056 UTC,XkBRolLvCur68Ll1N/O8yg== -3591703080,2020-07-09 11:06:21.056 UTC,Q0Gw2KEV/AKQP1fclhDF9w== -3591703072,2020-07-09 11:06:21.056 UTC,zlhL10XfFRxxuDPWkV+tzQ== -3591703052,2020-07-09 11:06:21.056 UTC,EN+Sq4nX0d3HXHrN+9Bsqw== -3591703056,2020-07-09 11:06:21.056 UTC,81a6O+GQcjOXRQYoPmBUWA== -3591703073,2020-07-09 11:06:21.056 UTC,pGGIW11azIz0rBbH8vH/Jg== -3591703078,2020-07-09 11:06:21.056 UTC,XG1JHuEzvvr5b6mmZ5OjCQ== -3591703069,2020-07-09 11:06:21.056 UTC,Uvm8obPxR820VShElB0zTw== -7318469839,2020-07-09 11:11:30.976 UTC,titJOHXSXyF5pMF6OBqXwg== -7318471554,2020-07-09 11:11:30.976 UTC,dfkZqtnP05Mmj4gTOfaSWQ== -7318396185,2020-07-09 11:11:30.976 UTC,rLur4aD8CfiwgwNkzsgSpg== -6943033790,2020-07-09 11:10:58.208 UTC,BuG1D+TbkoEKGdy0qYA5AA== -4995913798,2020-07-09 11:08:47.136 UTC,YFGbT/ju2+H28i92ECsi0Q== -3987503860,2020-07-09 11:07:15.648 UTC,yWOm/OyO7vzFD9gzam1HYQ== -3987553460,2020-07-09 11:07:15.648 UTC,QAQ2BfWDJDihrH2fjEk6kQ== -3591488748,2020-07-09 11:04:48.192 UTC,jZ9CspDEbAWseYXVaek0ew== -3591488774,2020-07-09 11:04:48.192 UTC,vNDUjYa74WWpWX9rUob1pw== -3591488791,2020-07-09 11:04:48.192 UTC,FEoaRw5gxuSARqSyGTGbXQ== -3591488747,2020-07-09 11:04:48.192 UTC,1Ogt+7bzhm21hbIJNL63NA== -3591488751,2020-07-09 11:04:48.192 UTC,4D61ew/X3X/Ifn2wjyN6ag== -3591488786,2020-07-09 11:04:48.192 UTC,tXfliIKcVHYFjRt0Qgpxug== -3591488761,2020-07-09 11:04:48.192 UTC,7Xc+TO6KkWGYQvrl2KE6Sg== -3591488764,2020-07-09 11:04:48.192 UTC,N7dMrPlQ0s3xpLWaEon2kg== -3591488771,2020-07-09 11:04:48.192 UTC,LKEKNtPv+yjdcv+kXT1U+A== -3591488792,2020-07-09 11:04:48.192 UTC,z3/64pqEdZwFA300QWp+bg== -3591488770,2020-07-09 11:04:48.192 UTC,xbocl4NjC3Cftc6ankRGCA== -3591488779,2020-07-09 11:04:48.192 UTC,WmigLlZaTLCjTsYYSoEvWg== -3591488784,2020-07-09 11:04:48.192 UTC,Nb3Ogb9B3g8u7OEbu3gYow== -3591488787,2020-07-09 11:04:48.192 UTC,XeNYtN3egrdUuouw+G4B3g== -3591488766,2020-07-09 11:04:48.192 UTC,aH4Aw1wJKCSQh0OmcF6ywg== -3591488749,2020-07-09 11:04:48.192 UTC,1Xojl6+OT+PgZdtNhJ1wCw== -3591488755,2020-07-09 11:04:48.192 UTC,fTI1HNhXMwUUGQNO3mu+Ww== -3591488797,2020-07-09 11:04:48.192 UTC,NHZeXsRUp+P0mO4xd/p7pA== -3591488781,2020-07-09 11:04:48.192 UTC,OmQqtNKmUVj9XREDpwBQAw== -3591488744,2020-07-09 11:04:48.192 UTC,uSqyKc81pFYWWwwvQOGTQw== -3591488783,2020-07-09 11:04:48.192 UTC,8arpAhcAY8ClxZwHqrxU3Q== -3591488765,2020-07-09 11:04:48.192 UTC,7PtmuuttPQ/kuQlKBRzjFA== -3591488746,2020-07-09 11:04:48.192 UTC,Zg0ZsMVZRpdoIOOuymK7aA== -3591488776,2020-07-09 11:04:48.192 UTC,pnv1DfkIVsUnVjIfs+Jh8w== -3591488757,2020-07-09 11:04:48.192 UTC,1Xojl6+OT+PgZdtNhJ1wCw== -3591488789,2020-07-09 11:04:48.192 UTC,Xh3aBe7YUeRRDzlGunQFMg== -3591488756,2020-07-09 11:04:48.192 UTC,x/eEmLof8QJCX7ntUdYHmA== -3591488802,2020-07-09 11:04:48.192 UTC,JQ2iOy1Vfp8j2JGyabckTg== -3591488768,2020-07-09 11:04:48.192 UTC,g1i29zwci6N218rZ+OKygA== -3591488762,2020-07-09 11:04:48.192 UTC,KNLz0hrrlQigyGxD1+dojQ== -3591488759,2020-07-09 11:04:48.192 UTC,QgEh+iIsIeoqDmZorHHD2A== -3591488790,2020-07-09 11:04:48.192 UTC,Mh0dr+u02l8ovilgbSDgxQ== -3591488794,2020-07-09 11:04:48.192 UTC,yIJSKIPcsH+CTVxgyHyR7A== -3591488754,2020-07-09 11:04:48.192 UTC,RYRSuIAm6A8U/+K3DShW8A== -3591488782,2020-07-09 11:04:48.192 UTC,1Ck1aZMdNnY0yOf9Nc9GvA== -3591488753,2020-07-09 11:04:48.192 UTC,IJlk5OKRoQRNwq/onRsRsA== -3591488795,2020-07-09 11:04:48.192 UTC,X6ObvBpS85sXiL1W7TP6Rg== -3591488750,2020-07-09 11:04:48.192 UTC,nS7iOO3E1VB7gRbj+CZ2PQ== -3591488769,2020-07-09 11:04:48.192 UTC,MpIvnRmfCwx//2s/K7BFog== -3591488772,2020-07-09 11:04:48.192 UTC,w/Essz4tfmbl+IlIY/apxA== -3591488785,2020-07-09 11:04:48.192 UTC,5CZ9We25qeODlaiho2hvrw== -3591488799,2020-07-09 11:04:48.192 UTC,D9B/RQI4Nu/KCwzvtdxMiQ== -3591488763,2020-07-09 11:04:48.192 UTC,LzPH4N7L3t6RQZJTegEpnQ== -3591488798,2020-07-09 11:04:48.192 UTC,tYHTR5mg+RsMS0/rbY+elw== -3591488801,2020-07-09 11:04:48.192 UTC,SuPr/kuz9uEyeBP+bd4VFg== -3591488752,2020-07-09 11:04:48.192 UTC,HrHJ9yVX/u6BZYCK+UaAwA== -3591488760,2020-07-09 11:04:48.192 UTC,7mmwNtTTUDkEnKAoBHtJHA== -3591488788,2020-07-09 11:04:48.192 UTC,W9AY6dd4w2Lu6Q53YNLZSw== -3591488778,2020-07-09 11:04:48.192 UTC,Z7qvhdTUYdLTLr/z/LWkyA== -3591488773,2020-07-09 11:04:48.192 UTC,CcyAiqPHMOoXSMn+Ky0wgA== -3591488793,2020-07-09 11:04:48.192 UTC,HE6Zrnb6hVCCOYSgQH7k+w== -3591488777,2020-07-09 11:04:48.192 UTC,Lh2NZqhc++ampjq5izXXDQ== -3591488775,2020-07-09 11:04:48.192 UTC,DPnwT2NJWYcox2dQ7DxlNw== -3591488745,2020-07-09 11:04:48.192 UTC,3lbyOx98uolBtcLsNcFKZg== -3591488758,2020-07-09 11:04:48.192 UTC,KiLoWYfVCZPTYqjIWoylTw== -3591488805,2020-07-09 11:04:48.192 UTC,sNPOEJy6YfSh5APLMqf3Hw== -5150771336,2020-07-09 11:09:02.144 UTC,uKjC6rV5Jm18xRZ45lKYVg== -7640710246,2020-07-09 11:11:52.800 UTC,kzutAfhE95QsJ0Z+4CI+DQ== +3641019808,2020-07-09 11:06:29.248,toJN2jOiNcjFVdpimn7WPQ== +3591703062,2020-07-09 11:06:21.056,I8uH8b1bX90hpJad4ZNgbA== +3591703055,2020-07-09 11:06:21.056,Sh7XbqZxQcxBf44UeCG94Q== +3591703084,2020-07-09 11:06:21.056,XTpzK/OGuSxAHWoYYITnFw== +3591703068,2020-07-09 11:06:21.056,4dLFBZFz2FeZePtpT9ElGw== +3591703049,2020-07-09 11:06:21.056,k3xb84Y5Nb+faUhiM3wnWw== +3591703081,2020-07-09 11:06:21.056,BgpaSSwjYwnA+N+E9JNn/Q== +3591703063,2020-07-09 11:06:21.056,ZMpexjfvBci1bf0FgSfRSA== +3591703057,2020-07-09 11:06:21.056,tyxFy4qO3TF35oX6Ssxh6A== +3591703070,2020-07-09 11:06:21.056,VEOaMLr7WZVTsMgC9Gp3qQ== +3591703050,2020-07-09 11:06:21.056,IHrF6VRI4pTWDMpDFwmD4Q== +3591703051,2020-07-09 11:06:21.056,mE63vJMtGWI78pUopXxxPg== +3591703064,2020-07-09 11:06:21.056,W81df1W8O4TcbagfOI3hkw== +3591703048,2020-07-09 11:06:21.056,Q8ZQpqgxsN3DofeajqI2ww== +3591703077,2020-07-09 11:06:21.056,iFpF53V7SJsgBrcY5Vmewg== +3591703082,2020-07-09 11:06:21.056,7ib+WGs27lnd+CKHZwzFng== +3591703060,2020-07-09 11:06:21.056,U2CQTt9rQBk5RoRNzOQrFA== +3591703079,2020-07-09 11:06:21.056,Gj9FWqAHBmAfDo7/spFLnw== +3591703065,2020-07-09 11:06:21.056,AssjIO7DT2KTCPXzh+FpIg== +3591703083,2020-07-09 11:06:21.056,3Z+cgdt1Sv09uhQ1FDvl4A== +3591703061,2020-07-09 11:06:21.056,5U42r0hPhICLycl3cAPTPw== +3591703071,2020-07-09 11:06:21.056,nJpTLzoaWqoHRQJnn5fQUA== +3591703066,2020-07-09 11:06:21.056,I2oXaideDLs8ys5ASVzzKQ== +3591703075,2020-07-09 11:06:21.056,amBRF65xGl89sdVmUjWwFQ== +3591703076,2020-07-09 11:06:21.056,Xh3aBe7YUeRRDzlGunQFMg== +3591703047,2020-07-09 11:06:21.056,90cVl8kHJCV89AUSfrGRHw== +3591703058,2020-07-09 11:06:21.056,Y2Zh12EEMQmp16/QKzvQ5Q== +3591703067,2020-07-09 11:06:21.056,XkBRolLvCur68Ll1N/O8yg== +3591703080,2020-07-09 11:06:21.056,Q0Gw2KEV/AKQP1fclhDF9w== +3591703072,2020-07-09 11:06:21.056,zlhL10XfFRxxuDPWkV+tzQ== +3591703052,2020-07-09 11:06:21.056,EN+Sq4nX0d3HXHrN+9Bsqw== +3591703056,2020-07-09 11:06:21.056,81a6O+GQcjOXRQYoPmBUWA== +3591703073,2020-07-09 11:06:21.056,pGGIW11azIz0rBbH8vH/Jg== +3591703078,2020-07-09 11:06:21.056,XG1JHuEzvvr5b6mmZ5OjCQ== +3591703069,2020-07-09 11:06:21.056,Uvm8obPxR820VShElB0zTw== +7318469839,2020-07-09 11:11:30.976,titJOHXSXyF5pMF6OBqXwg== +7318471554,2020-07-09 11:11:30.976,dfkZqtnP05Mmj4gTOfaSWQ== +7318396185,2020-07-09 11:11:30.976,rLur4aD8CfiwgwNkzsgSpg== +6943033790,2020-07-09 11:10:58.208,BuG1D+TbkoEKGdy0qYA5AA== +4995913798,2020-07-09 11:08:47.136,YFGbT/ju2+H28i92ECsi0Q== +3987503860,2020-07-09 11:07:15.648,yWOm/OyO7vzFD9gzam1HYQ== +3987553460,2020-07-09 11:07:15.648,QAQ2BfWDJDihrH2fjEk6kQ== +3591488748,2020-07-09 11:04:48.192,jZ9CspDEbAWseYXVaek0ew== +3591488774,2020-07-09 11:04:48.192,vNDUjYa74WWpWX9rUob1pw== +3591488791,2020-07-09 11:04:48.192,FEoaRw5gxuSARqSyGTGbXQ== +3591488747,2020-07-09 11:04:48.192,1Ogt+7bzhm21hbIJNL63NA== +3591488751,2020-07-09 11:04:48.192,4D61ew/X3X/Ifn2wjyN6ag== +3591488786,2020-07-09 11:04:48.192,tXfliIKcVHYFjRt0Qgpxug== +3591488761,2020-07-09 11:04:48.192,7Xc+TO6KkWGYQvrl2KE6Sg== +3591488764,2020-07-09 11:04:48.192,N7dMrPlQ0s3xpLWaEon2kg== +3591488771,2020-07-09 11:04:48.192,LKEKNtPv+yjdcv+kXT1U+A== +3591488792,2020-07-09 11:04:48.192,z3/64pqEdZwFA300QWp+bg== +3591488770,2020-07-09 11:04:48.192,xbocl4NjC3Cftc6ankRGCA== +3591488779,2020-07-09 11:04:48.192,WmigLlZaTLCjTsYYSoEvWg== +3591488784,2020-07-09 11:04:48.192,Nb3Ogb9B3g8u7OEbu3gYow== +3591488787,2020-07-09 11:04:48.192,XeNYtN3egrdUuouw+G4B3g== +3591488766,2020-07-09 11:04:48.192,aH4Aw1wJKCSQh0OmcF6ywg== +3591488749,2020-07-09 11:04:48.192,1Xojl6+OT+PgZdtNhJ1wCw== +3591488755,2020-07-09 11:04:48.192,fTI1HNhXMwUUGQNO3mu+Ww== +3591488797,2020-07-09 11:04:48.192,NHZeXsRUp+P0mO4xd/p7pA== +3591488781,2020-07-09 11:04:48.192,OmQqtNKmUVj9XREDpwBQAw== +3591488744,2020-07-09 11:04:48.192,uSqyKc81pFYWWwwvQOGTQw== +3591488783,2020-07-09 11:04:48.192,8arpAhcAY8ClxZwHqrxU3Q== +3591488765,2020-07-09 11:04:48.192,7PtmuuttPQ/kuQlKBRzjFA== +3591488746,2020-07-09 11:04:48.192,Zg0ZsMVZRpdoIOOuymK7aA== +3591488776,2020-07-09 11:04:48.192,pnv1DfkIVsUnVjIfs+Jh8w== +3591488757,2020-07-09 11:04:48.192,1Xojl6+OT+PgZdtNhJ1wCw== +3591488789,2020-07-09 11:04:48.192,Xh3aBe7YUeRRDzlGunQFMg== +3591488756,2020-07-09 11:04:48.192,x/eEmLof8QJCX7ntUdYHmA== +3591488802,2020-07-09 11:04:48.192,JQ2iOy1Vfp8j2JGyabckTg== +3591488768,2020-07-09 11:04:48.192,g1i29zwci6N218rZ+OKygA== +3591488762,2020-07-09 11:04:48.192,KNLz0hrrlQigyGxD1+dojQ== +3591488759,2020-07-09 11:04:48.192,QgEh+iIsIeoqDmZorHHD2A== +3591488790,2020-07-09 11:04:48.192,Mh0dr+u02l8ovilgbSDgxQ== +3591488794,2020-07-09 11:04:48.192,yIJSKIPcsH+CTVxgyHyR7A== +3591488754,2020-07-09 11:04:48.192,RYRSuIAm6A8U/+K3DShW8A== +3591488782,2020-07-09 11:04:48.192,1Ck1aZMdNnY0yOf9Nc9GvA== +3591488753,2020-07-09 11:04:48.192,IJlk5OKRoQRNwq/onRsRsA== +3591488795,2020-07-09 11:04:48.192,X6ObvBpS85sXiL1W7TP6Rg== +3591488750,2020-07-09 11:04:48.192,nS7iOO3E1VB7gRbj+CZ2PQ== +3591488769,2020-07-09 11:04:48.192,MpIvnRmfCwx//2s/K7BFog== +3591488772,2020-07-09 11:04:48.192,w/Essz4tfmbl+IlIY/apxA== +3591488785,2020-07-09 11:04:48.192,5CZ9We25qeODlaiho2hvrw== +3591488799,2020-07-09 11:04:48.192,D9B/RQI4Nu/KCwzvtdxMiQ== +3591488763,2020-07-09 11:04:48.192,LzPH4N7L3t6RQZJTegEpnQ== +3591488798,2020-07-09 11:04:48.192,tYHTR5mg+RsMS0/rbY+elw== +3591488801,2020-07-09 11:04:48.192,SuPr/kuz9uEyeBP+bd4VFg== +3591488752,2020-07-09 11:04:48.192,HrHJ9yVX/u6BZYCK+UaAwA== +3591488760,2020-07-09 11:04:48.192,7mmwNtTTUDkEnKAoBHtJHA== +3591488788,2020-07-09 11:04:48.192,W9AY6dd4w2Lu6Q53YNLZSw== +3591488778,2020-07-09 11:04:48.192,Z7qvhdTUYdLTLr/z/LWkyA== +3591488773,2020-07-09 11:04:48.192,CcyAiqPHMOoXSMn+Ky0wgA== +3591488793,2020-07-09 11:04:48.192,HE6Zrnb6hVCCOYSgQH7k+w== +3591488777,2020-07-09 11:04:48.192,Lh2NZqhc++ampjq5izXXDQ== +3591488775,2020-07-09 11:04:48.192,DPnwT2NJWYcox2dQ7DxlNw== +3591488745,2020-07-09 11:04:48.192,3lbyOx98uolBtcLsNcFKZg== +3591488758,2020-07-09 11:04:48.192,KiLoWYfVCZPTYqjIWoylTw== +3591488805,2020-07-09 11:04:48.192,sNPOEJy6YfSh5APLMqf3Hw== +5150771336,2020-07-09 11:09:02.144,uKjC6rV5Jm18xRZ45lKYVg== +7640710246,2020-07-09 11:11:52.800,kzutAfhE95QsJ0Z+4CI+DQ== diff --git a/integration_tests/seeds/engagement_task_data.csv b/integration_tests/seeds/engagement_task_data.csv index 8c1cc3d..7d43ff1 100644 --- a/integration_tests/seeds/engagement_task_data.csv +++ b/integration_tests/seeds/engagement_task_data.csv @@ -1,101 +1,101 @@ engagement_id,_fivetran_synced,completion_date,for_object_type,is_all_day,priority,probability_to_complete,status,subject,task_type,body -1874764537,2020-07-09 11:02:36.815 UTC,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL,VsyLjVObtuYaNagbiFjcng== -1892852555,2020-07-09 11:02:37.291 UTC,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, -1892899246,2020-07-09 11:02:37.291 UTC,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, -1898477710,2020-07-09 11:02:37.294 UTC,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, -1907870703,2020-07-09 11:02:37.297 UTC,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, -1874694657,2020-07-09 11:02:36.814 UTC,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL,VsyLjVObtuYaNagbiFjcng== -1874759896,2020-07-09 11:02:36.815 UTC,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL,VsyLjVObtuYaNagbiFjcng== -1908079281,2020-07-09 11:02:37.297 UTC,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, -1899947382,2020-07-09 11:02:37.294 UTC,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, -1898451518,2020-07-09 11:02:37.293 UTC,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, -1905653323,2020-07-09 11:02:37.296 UTC,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, -1892986091,2020-07-09 11:02:37.291 UTC,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, -1874725149,2020-07-09 11:02:36.815 UTC,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL,VsyLjVObtuYaNagbiFjcng== -1906761842,2020-07-09 11:02:37.296 UTC,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, -1913254448,2020-07-09 11:02:37.300 UTC,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, -1874794567,2020-07-09 11:02:36.815 UTC,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL,VsyLjVObtuYaNagbiFjcng== -1874699239,2020-07-09 11:02:36.814 UTC,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL,VsyLjVObtuYaNagbiFjcng== -1892899484,2020-07-09 11:02:37.291 UTC,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, -1892955340,2020-07-09 11:02:37.291 UTC,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, -2964006479,2020-07-09 11:03:31.125 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3024188065,2020-07-09 11:03:34.825 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3424046748,2020-07-09 11:04:23.476 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3315684272,2020-07-09 11:04:04.468 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3689873673,2020-07-09 11:06:37.632 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -3184691116,2020-07-09 11:03:51.114 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,55WQ/dWz7NLzIipA5VVk2Q== -2560386087,2020-07-09 11:03:08.792 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -2861298280,2020-07-09 11:03:25.080 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3177945538,2020-07-09 11:03:50.598 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3679755768,2020-07-09 11:06:35.557 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -3486903531,2020-07-09 11:04:29.156 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3141704156,2020-07-09 11:03:48.024 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -2357231797,2020-07-09 11:02:58.692 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -2877715018,2020-07-09 11:03:25.574 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3498165186,2020-07-09 11:04:29.816 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -2639289441,2020-07-09 11:03:12.804 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -2167179282,2020-07-09 11:02:47.880 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -2847108688,2020-07-09 11:03:23.530 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,k3r4WUYzIj1qfqZXH03EKQ== -3080391393,2020-07-09 11:03:40.433 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3315683459,2020-07-09 11:04:04.468 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3258480721,2020-07-09 11:03:57.101 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3177936920,2020-07-09 11:03:50.598 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3151657825,2020-07-09 11:03:48.101 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -2641638855,2020-07-09 11:03:12.805 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -2167005972,2020-07-09 11:02:47.880 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -3689916485,2020-07-09 11:06:37.633 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -3495727930,2020-07-09 11:04:29.812 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3312590106,2020-07-09 11:04:03.597 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3142782498,2020-07-09 11:03:48.038 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -2203016340,2020-07-09 11:02:50.567 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -3793250029,2020-07-09 11:06:49.478 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -1966046124,2020-07-09 11:02:38.821 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -2087079654,2020-07-09 11:02:42.531 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -1987161654,2020-07-09 11:02:39.540 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -3361184968,2020-07-09 11:04:10.203 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3701916930,2020-07-09 11:06:38.935 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3716425969,2020-07-09 11:06:40.144 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -3229937363,2020-07-09 11:03:53.447 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3151393739,2020-07-09 11:03:48.100 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -2107816268,2020-07-09 11:02:44.244 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -3568400806,2020-07-09 11:04:40.654 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3151343645,2020-07-09 11:03:48.100 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -2880650900,2020-07-09 11:03:25.578 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -2231894071,2020-07-09 11:02:52.253 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -3321312569,2020-07-09 11:04:05.187 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -3450157912,2020-07-09 11:04:25.763 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3512555348,2020-07-09 11:04:32.776 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -2901563220,2020-07-09 11:03:27.428 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,Q/xL1MTmzMOucfTYyMe4+Q== -3237600786,2020-07-09 11:03:54.052 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3565211200,2020-07-09 11:04:40.626 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3304305710,2020-07-09 11:04:02.429 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3484196688,2020-07-09 11:04:29.139 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3428772807,2020-07-09 11:04:24.386 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3100893904,2020-07-09 11:03:41.881 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3236876305,2020-07-09 11:03:54.046 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -2870095718,2020-07-09 11:03:25.569 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3138007997,2020-07-09 11:03:46.564 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -2617038538,2020-07-09 11:03:12.469 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -3740899067,2020-07-09 11:06:43.779 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -3690116324,2020-07-09 11:06:37.636 UTC,,,,NONE,,NOT_STARTED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -3314881328,2020-07-09 11:04:04.457 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -2659427734,2020-07-09 11:03:13.388 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -3257499760,2020-07-09 11:03:57.098 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3184742427,2020-07-09 11:03:51.115 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3361221794,2020-07-09 11:04:10.207 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3093910208,2020-07-09 11:03:41.457 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3237390092,2020-07-09 11:03:54.050 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3311827910,2020-07-09 11:04:03.584 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -2804662338,2020-07-09 11:03:22.384 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,Oe5aiHyeNOq+DdelMm8gmA== -2641639042,2020-07-09 11:03:12.805 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -2887077091,2020-07-09 11:03:26.019 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3647185950,2020-07-09 11:06:30.730 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,bk5NXnJrtpbNDthwUGIFgA== -3464683959,2020-07-09 11:04:27.948 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3324162446,2020-07-09 11:04:06.160 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3311864061,2020-07-09 11:04:03.584 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3239586411,2020-07-09 11:03:55.406 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3239041292,2020-07-09 11:03:55.398 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -2495761198,2020-07-09 11:03:04.567 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -2405486333,2020-07-09 11:03:00.169 UTC,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== -3361221618,2020-07-09 11:04:10.206 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== -3499010215,2020-07-09 11:04:30.651 UTC,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +1874764537,2020-07-09 11:02:36.815,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL,VsyLjVObtuYaNagbiFjcng== +1892852555,2020-07-09 11:02:37.291,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, +1892899246,2020-07-09 11:02:37.291,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, +1898477710,2020-07-09 11:02:37.294,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, +1907870703,2020-07-09 11:02:37.297,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, +1874694657,2020-07-09 11:02:36.814,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL,VsyLjVObtuYaNagbiFjcng== +1874759896,2020-07-09 11:02:36.815,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL,VsyLjVObtuYaNagbiFjcng== +1908079281,2020-07-09 11:02:37.297,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, +1899947382,2020-07-09 11:02:37.294,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, +1898451518,2020-07-09 11:02:37.293,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, +1905653323,2020-07-09 11:02:37.296,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, +1892986091,2020-07-09 11:02:37.291,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, +1874725149,2020-07-09 11:02:36.815,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL,VsyLjVObtuYaNagbiFjcng== +1906761842,2020-07-09 11:02:37.296,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, +1913254448,2020-07-09 11:02:37.300,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, +1874794567,2020-07-09 11:02:36.815,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL,VsyLjVObtuYaNagbiFjcng== +1874699239,2020-07-09 11:02:36.814,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL,VsyLjVObtuYaNagbiFjcng== +1892899484,2020-07-09 11:02:37.291,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, +1892955340,2020-07-09 11:02:37.291,2020-08-04T21:54:35.885Z,DEAL,,,,COMPLETED,,CALL, +2964006479,2020-07-09 11:03:31.125,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3024188065,2020-07-09 11:03:34.825,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3424046748,2020-07-09 11:04:23.476,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3315684272,2020-07-09 11:04:04.468,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3689873673,2020-07-09 11:06:37.632,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +3184691116,2020-07-09 11:03:51.114,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,55WQ/dWz7NLzIipA5VVk2Q== +2560386087,2020-07-09 11:03:08.792,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +2861298280,2020-07-09 11:03:25.080,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3177945538,2020-07-09 11:03:50.598,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3679755768,2020-07-09 11:06:35.557,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +3486903531,2020-07-09 11:04:29.156,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3141704156,2020-07-09 11:03:48.024,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +2357231797,2020-07-09 11:02:58.692,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +2877715018,2020-07-09 11:03:25.574,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3498165186,2020-07-09 11:04:29.816,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +2639289441,2020-07-09 11:03:12.804,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +2167179282,2020-07-09 11:02:47.880,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +2847108688,2020-07-09 11:03:23.530,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,k3r4WUYzIj1qfqZXH03EKQ== +3080391393,2020-07-09 11:03:40.433,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3315683459,2020-07-09 11:04:04.468,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3258480721,2020-07-09 11:03:57.101,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3177936920,2020-07-09 11:03:50.598,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3151657825,2020-07-09 11:03:48.101,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +2641638855,2020-07-09 11:03:12.805,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +2167005972,2020-07-09 11:02:47.880,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +3689916485,2020-07-09 11:06:37.633,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +3495727930,2020-07-09 11:04:29.812,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3312590106,2020-07-09 11:04:03.597,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3142782498,2020-07-09 11:03:48.038,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +2203016340,2020-07-09 11:02:50.567,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +3793250029,2020-07-09 11:06:49.478,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +1966046124,2020-07-09 11:02:38.821,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +2087079654,2020-07-09 11:02:42.531,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +1987161654,2020-07-09 11:02:39.540,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +3361184968,2020-07-09 11:04:10.203,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3701916930,2020-07-09 11:06:38.935,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3716425969,2020-07-09 11:06:40.144,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +3229937363,2020-07-09 11:03:53.447,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3151393739,2020-07-09 11:03:48.100,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +2107816268,2020-07-09 11:02:44.244,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +3568400806,2020-07-09 11:04:40.654,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3151343645,2020-07-09 11:03:48.100,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +2880650900,2020-07-09 11:03:25.578,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +2231894071,2020-07-09 11:02:52.253,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +3321312569,2020-07-09 11:04:05.187,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +3450157912,2020-07-09 11:04:25.763,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3512555348,2020-07-09 11:04:32.776,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +2901563220,2020-07-09 11:03:27.428,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,Q/xL1MTmzMOucfTYyMe4+Q== +3237600786,2020-07-09 11:03:54.052,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3565211200,2020-07-09 11:04:40.626,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3304305710,2020-07-09 11:04:02.429,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3484196688,2020-07-09 11:04:29.139,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3428772807,2020-07-09 11:04:24.386,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3100893904,2020-07-09 11:03:41.881,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3236876305,2020-07-09 11:03:54.046,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +2870095718,2020-07-09 11:03:25.569,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3138007997,2020-07-09 11:03:46.564,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +2617038538,2020-07-09 11:03:12.469,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +3740899067,2020-07-09 11:06:43.779,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +3690116324,2020-07-09 11:06:37.636,,,,NONE,,NOT_STARTED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +3314881328,2020-07-09 11:04:04.457,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +2659427734,2020-07-09 11:03:13.388,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +3257499760,2020-07-09 11:03:57.098,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3184742427,2020-07-09 11:03:51.115,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3361221794,2020-07-09 11:04:10.207,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3093910208,2020-07-09 11:03:41.457,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3237390092,2020-07-09 11:03:54.050,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3311827910,2020-07-09 11:04:03.584,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +2804662338,2020-07-09 11:03:22.384,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,Oe5aiHyeNOq+DdelMm8gmA== +2641639042,2020-07-09 11:03:12.805,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +2887077091,2020-07-09 11:03:26.019,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3647185950,2020-07-09 11:06:30.730,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,bk5NXnJrtpbNDthwUGIFgA== +3464683959,2020-07-09 11:04:27.948,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3324162446,2020-07-09 11:04:06.160,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3311864061,2020-07-09 11:04:03.584,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3239586411,2020-07-09 11:03:55.406,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3239041292,2020-07-09 11:03:55.398,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +2495761198,2020-07-09 11:03:04.567,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +2405486333,2020-07-09 11:03:00.169,2020-08-04T21:54:35.885Z,,,,,COMPLETED,CB,TODO,2XYj0XLwh9lkDams04gw/w== +3361221618,2020-07-09 11:04:10.206,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== +3499010215,2020-07-09 11:04:30.651,2020-08-04T21:54:35.885Z,,,NONE,,COMPLETED,CB,TODO,eOjH9QNVPuyrGCWqi0x5hw== diff --git a/integration_tests/seeds/owner_data.csv b/integration_tests/seeds/owner_data.csv index ede5752..c147a0d 100644 --- a/integration_tests/seeds/owner_data.csv +++ b/integration_tests/seeds/owner_data.csv @@ -1,101 +1,101 @@ owner_id,_fivetran_synced,created_at,portal_id,type,updated_at,email,first_name,last_name -44023296,2020-03-02 21:00:33.301 UTC,2020-02-13 18:19:32.792 UTC,4727653,PERSON,2020-02-13 18:19:32.860 UTC,PsO4E5YPnpbcBSOq3aGKtQ==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -42972304,2020-03-27 20:27:14.524 UTC,2020-01-30 19:33:24.326 UTC,4727653,PERSON,2020-01-30 19:33:24.876 UTC,ZzTvm1sk8IZmdO5i6kMURA==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -44642080,2020-03-27 20:27:14.524 UTC,2020-02-27 19:27:42.959 UTC,4727653,PERSON,2020-02-27 19:27:43.718 UTC,2aYwytvDo7TtKDAsI3k8TA==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -42087343,2020-07-09 15:55:40.878 UTC,2020-01-09 18:34:57.970 UTC,4727653,PERSON,2020-01-09 18:34:57.970 UTC,77k5+e/aZpLBL2Lt3my1qQ==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -42703811,2020-07-09 15:55:40.878 UTC,2020-01-23 14:40:21.863 UTC,4727653,PERSON,2020-01-23 14:40:21.863 UTC,1fQx7dd/WnMHPw3JyLnExQ==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -40345879,2020-07-09 15:55:40.878 UTC,2019-11-13 15:54:40.575 UTC,4727653,PERSON,2020-02-03 14:41:38.831 UTC,s8laGHhk5NXD6KMg9vgcig==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -39540190,2020-07-09 15:55:40.878 UTC,2019-10-04 18:52:26.107 UTC,4727653,PERSON,2019-10-04 18:52:26.107 UTC,zyrUumigYKKxsOHk01g51w==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -42087329,2020-07-09 15:55:40.878 UTC,2020-01-09 18:33:02.998 UTC,4727653,PERSON,2020-01-09 18:33:03.373 UTC,I6CHKSETtXk1IJIgU0gh2A==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -44024112,2020-07-09 15:55:40.878 UTC,2020-02-13 19:40:12.798 UTC,4727653,PERSON,2020-02-13 19:40:12.798 UTC,GvdJiJh7EaVc26k77vfUaQ==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -44350253,2020-07-09 15:55:40.878 UTC,2020-02-21 16:52:52.219 UTC,4727653,PERSON,2020-02-21 16:52:52.629 UTC,CTZzQAmPKlBVmsaVkHdn2A==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -39399783,2020-07-09 15:55:40.878 UTC,2019-09-27 21:44:34.114 UTC,4727653,PERSON,2020-02-01 00:06:18.606 UTC,c8TY8XEaPS3AYocFWHFiTA==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -40703619,2020-07-09 15:55:40.878 UTC,2019-11-27 16:14:22.200 UTC,4727653,PERSON,2019-11-27 16:14:22.585 UTC,9D11xI8RiALy9rGGlcUSjQ==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -40869512,2020-07-09 15:55:40.878 UTC,2019-12-03 17:03:07.596 UTC,4727653,PERSON,2019-12-10 12:44:33.737 UTC,/wN7UcXv10/eJ9S9rjQFfQ==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -48707112,2020-07-09 15:55:40.878 UTC,2020-06-17 21:43:27.074 UTC,4727653,PERSON,2020-06-17 21:43:27.074 UTC,idQ0ZzjfzcLNT8A70SxxRQ==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -40133790,2020-07-09 15:55:40.878 UTC,2019-11-04 16:52:15.755 UTC,4727653,PERSON,2020-05-17 00:03:54.254 UTC,EvJhUBlbqXrZbS988z9nRQ==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -42261568,2020-07-09 15:55:40.878 UTC,2020-01-14 14:24:03.283 UTC,4727653,PERSON,2020-01-14 14:24:03.469 UTC,Aq4r01aUc9vFAkM/OBE6Kw==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -41780489,2020-07-09 15:55:40.878 UTC,2020-01-02 19:01:00.820 UTC,4727653,PERSON,2020-01-02 19:01:01.689 UTC,ooHsbll2j8/GlHhLvEA+sQ==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -40320661,2020-07-09 15:55:40.878 UTC,2019-11-12 15:14:32.639 UTC,4727653,PERSON,2020-02-11 18:08:09.467 UTC,z3fFRRmzSXOiGYc1DdZQqA==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -42417403,2020-07-09 15:55:40.878 UTC,2020-01-17 15:35:15.857 UTC,4727653,PERSON,2020-01-17 15:35:16.742 UTC,EgBsFa3i/4+qyGbNWYJ8BA==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -41777999,2020-07-09 15:55:40.878 UTC,2020-01-02 18:28:23.327 UTC,4727653,PERSON,2020-01-02 18:28:23.928 UTC,2s3QvLESSaR0w3PFKREMTg==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -42972230,2020-07-09 15:55:40.878 UTC,2020-01-30 19:22:23.519 UTC,4727653,PERSON,2020-01-30 19:22:23.519 UTC,JQEASoqSTsbkk2owARBh3A==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -44638304,2020-07-09 15:55:40.878 UTC,2020-02-27 19:18:50.335 UTC,4727653,PERSON,2020-02-27 19:18:50.803 UTC,KZsagSOuytciGSS2xxBIQQ==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -39399774,2020-07-09 15:55:40.878 UTC,2019-09-27 21:43:35.659 UTC,4727653,PERSON,2019-11-27 15:46:32.699 UTC,GFzhwmuAjcIVz0upraB+rA==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== -37392430,2020-07-09 15:55:40.878 UTC,2019-06-14 18:14:18.620 UTC,4727653,PERSON,2020-04-21 15:35:53.478 UTC,vLmkSlRr06rfeuT00NmUgg==,CS8rqfOfvCh25k0SzWYvcg==,KIdvspSVmuFPUQG/CyiNxg== -39875014,2020-07-09 15:55:40.878 UTC,2019-10-22 11:58:30.443 UTC,4727653,PERSON,2020-06-17 19:33:18.436 UTC,7udFhb3CFBuHAdx1XiZQ+w==,L8HAvrmSzXCWl1z+v51cOw==,k3io/c70KBnYJ7LDg+YP0Q== -42924741,2020-07-09 15:55:40.879 UTC,2020-01-29 19:44:29.740 UTC,4727653,PERSON,2020-02-18 15:22:38.182 UTC,3XakMBawxmTQtRxeZOdlHQ==,OjaIGLc0HUhmDo3Wxad9vg==,K/fwZ2pLgWQmOGx3q/VPew== -39341224,2020-07-09 15:55:40.879 UTC,2019-09-25 19:56:23.020 UTC,4727653,PERSON,2019-10-01 18:45:32.654 UTC,x7NpEHHG0R6ZnUN4oEDBrQ==,4p0ZbYoqORuM1Si5lPdukw==,OvMLJxNcebwPx9KyFZOLcQ== -45794965,2020-07-09 15:55:40.880 UTC,2020-03-25 16:13:00.734 UTC,4727653,PERSON,2020-05-12 15:10:07.800 UTC,N8kSTeSGtMMz91BQDp5HnA==,Uydi+lpbcWmqTdJHF7qd+Q==,wqOwBNK+OCXu2C4LyTNzrg== -40926546,2020-07-09 15:55:40.880 UTC,2019-12-04 21:36:50.864 UTC,4727653,PERSON,2019-12-05 15:42:41.861 UTC,VRLybnVuGkDEdRLbLwl2Zg==,ggcSS59Hd4g4LOM8rs6DVg==,oled5wJUuPvJEW64olnmEg== -35885660,2020-07-09 15:55:40.880 UTC,2019-03-25 17:11:08.486 UTC,4727653,PERSON,2020-05-12 00:02:10.027 UTC,Y5K2HY/Bjs/7ut+Z9xOF/Q==,ug4M3hv3LCjUNciaZq/GGg==,FWHad1V5ru0To8yXBAvzUg== -39399908,2020-03-27 20:27:14.525 UTC,2019-09-27 21:43:36.215 UTC,4727653,PERSON,2019-10-05 13:45:09.016 UTC,wNRHmtUO4okQvE5Jc6z2iQ==,3CBUr9U33cmK/ZNHE2SUrA==,G5AAajA0EbZbrrMXx8lC8A== -39539676,2020-07-09 15:55:40.880 UTC,2019-10-04 18:48:19.937 UTC,4727653,PERSON,2020-06-25 00:02:39.006 UTC,8/l8OI09ygSa4KZkW783tQ==,M/tfqJ+E0KSDl/aTp8fCQg==,IBJmcm+Lji2l2MfUL3aTzA== -44638320,2020-07-09 15:55:40.878 UTC,2020-02-27 19:21:53.434 UTC,4727653,PERSON,2020-02-27 20:59:12.949 UTC,c8N3aAi33FTFP3dp4vhVAQ==,O0RsqhKGVwx3LyUgdfYReA==,aho3bYFpz8GDX1msk07btw== -39872938,2020-03-27 20:27:14.524 UTC,2019-10-22 11:58:30.072 UTC,4727653,PERSON,2019-12-16 11:16:32.911 UTC,avQ5RXTG2+eTcjT3b4MTlA==,tERVUrkqTQIi2uqWSbJrZQ==,6oM3NrPgd06JVC86gzlQgw== -38699509,2020-07-09 15:55:40.878 UTC,2019-08-23 18:23:43.820 UTC,4727653,PERSON,2019-08-23 19:41:37.493 UTC,DYwzot1X4umHJIJIoqnMMQ==,csF3A6t+CsRy3Qdc2IkSvg==,4V0v+rCkeAnFLVYHF3P6HA== -34768136,2020-07-09 15:55:40.878 UTC,2019-01-10 23:01:02.577 UTC,4727653,PERSON,2019-01-11 15:16:11.155 UTC,smumbWHcCBFmXAIzncEN5w==,g5MP1zGpLTfF27OanF5hgw==,/GZFWDv3HJwM084sgvlLaQ== -39399778,2020-07-09 15:55:40.878 UTC,2019-09-27 21:43:35.813 UTC,4727653,PERSON,2020-06-01 13:51:54.780 UTC,MjE+9Xn121jiki8Eqxe3pw==,xEZNckt97Ix9XVjj2iSpYA==,yI63wQvnxKcu7YMDGa0Vrg== -39399905,2020-07-09 15:55:40.878 UTC,2019-09-27 21:43:36.108 UTC,4727653,PERSON,2019-12-02 14:53:07.861 UTC,YHM/xf5rvUx2t9Dgw6y5eg==,Rdr2IsRObcxb1WofvVlN7g==,MihjW4kRLixkH15cxE4Z/g== -42209461,2020-07-09 15:55:40.878 UTC,2020-01-13 16:33:29.389 UTC,4727653,PERSON,2020-01-13 16:35:10.769 UTC,5Gaav2nXRgcE19QStNvWlQ==,AdSEggKjx2l+wDewK07k6A==,6V93CsT7kawuSHPkst/A5g== -42087251,2020-01-17 02:15:39.393 UTC,2020-01-09 18:32:33.977 UTC,4727653,PERSON,2020-01-10 01:53:25.814 UTC,RtecjKSsiNH3+8pV6tLhng==,AdSEggKjx2l+wDewK07k6A==,6V93CsT7kawuSHPkst/A5g== -42087261,2020-01-17 02:15:39.393 UTC,2020-01-09 18:33:33.789 UTC,4727653,PERSON,2020-01-13 21:06:18.877 UTC,zq9gQK+87TGXRb6aA3Ek9w==,A240kbpJnfZGEcgra83TfQ==,jpRZxocC2vEK14sPsiDukA== -42209448,2020-02-12 14:25:31.542 UTC,2020-01-13 16:32:17.347 UTC,4727653,PERSON,2020-01-13 16:33:01.524 UTC,Xbgmi4SmpH6OUPFbhnDtXQ==,A240kbpJnfZGEcgra83TfQ==,jpRZxocC2vEK14sPsiDukA== -39764732,2020-07-09 15:55:40.879 UTC,2019-10-16 14:02:45.822 UTC,4727653,PERSON,2019-11-19 13:42:53.010 UTC,y5sh3fmXZPd1YKa97lZU7Q==,CmGU/Q5pUlSpOaJcPYaNLA==,/uL1eUyKXKMmP8ST0wEHZQ== -40083508,2020-07-09 15:55:40.879 UTC,2019-10-31 18:52:02.685 UTC,4727653,PERSON,2019-11-14 00:12:30.700 UTC,Lxd0/618OrFVGLn1UwF48g==,YUCaof1H1KUzLeI8v1mjbw==,NWNKF9rH1+g6PBSUg3L1Dg== -37790786,2020-03-27 20:34:11.958 UTC,2019-07-08 13:51:30.511 UTC,4727653,PERSON,2019-07-08 14:26:40.312 UTC,wVLePh86QmGg2NpQGe1ltw==,YUCaof1H1KUzLeI8v1mjbw==,7UNuvapa9lfNLbW4qGne8Q== -35403750,2020-07-09 15:55:40.879 UTC,2019-02-26 18:25:22.495 UTC,4727653,PERSON,2019-02-26 18:26:22.265 UTC,2o0HAnLiLDxoX9ZPeSXwYg==,FF9k8XYKP8LqyJyPKcMIPQ==,ogzODddGtFciuzZAJQuAiw== -40992508,2020-07-09 15:55:40.879 UTC,2019-12-06 16:05:43.147 UTC,4727653,PERSON,2019-12-06 16:11:33.976 UTC,Yi6Ox5kzy/M+cOHJlAYtiA==,uCqaE/RlHpq8vekM0kziyw==,B9MEmrF3TDXg+T5SRxkM+A== -40133946,2020-07-09 15:55:40.879 UTC,2019-11-04 16:52:15.083 UTC,4727653,PERSON,2019-11-04 18:40:47.522 UTC,kf1iOFi/d9SRiBWNmWJBig==,fB+QvZvccMwFlkCnpiCTiQ==,MxXnJMGR7lHxhW04vvqNUA== -36780772,2020-07-09 15:55:40.879 UTC,2019-05-14 14:39:04.388 UTC,4727653,PERSON,2020-02-04 20:10:07.232 UTC,kBXe7zoYO4AzQzu0+i6G+g==,G4PV2nQDK2p1DvEiEGQu6g==,cPCROoAATyWNeXcW0GeruA== -34768139,2020-07-09 15:55:40.879 UTC,2019-01-10 23:01:26.725 UTC,4727653,PERSON,2019-01-20 08:43:09.938 UTC,gEaD0jZ2kZ07RWtHOCP+dw==,hzBlE0tOVDpYEuFbWp7IpQ==,AqWRi9Pbsc31h8qUmaglCA== -38330896,2020-07-09 15:55:40.879 UTC,2019-08-05 18:49:23.795 UTC,4727653,PERSON,2019-08-05 20:23:20.318 UTC,HoqL4VLYOWDAOoA6R/ygeQ==,/RRPZfGd8cetqhFsRM4mFw==,ZAUqYAygKtoKOPB83E7DBA== -43194274,2020-07-09 15:55:40.880 UTC,2020-02-05 15:55:51.639 UTC,4727653,PERSON,2020-02-05 18:16:12.300 UTC,BoKNa4zgyzSfCj3ooPOiQw==,z6NrfHXhip3G4qNdGaWO5w==,iFUgqBVE4XAAg6OFElHv5A== -42261368,2020-07-09 15:55:40.879 UTC,2020-01-14 14:02:17.668 UTC,4727653,PERSON,2020-01-14 20:07:48.517 UTC,/5u2LGZ+7sQ5taNCPpThzQ==,z6NrfHXhip3G4qNdGaWO5w==,0JU9ysVVty5GlrZMfSuyGA== -40343076,2020-03-27 20:27:14.525 UTC,2019-11-13 14:15:12.034 UTC,4727653,PERSON,2019-11-13 14:18:21.961 UTC,ADsR37Osd3SYvIPO7Nd+kA==,wT4T2iBzJgwhlMFdeC6GqQ==,+0SHNaqL0C6wnPtqBqLtmg== -39539674,2020-07-09 15:55:40.880 UTC,2019-10-04 18:48:19.859 UTC,4727653,PERSON,2019-10-09 22:37:04.985 UTC,fNX2Fon+CcRcYgCMFRXGgA==,ExuY2shgn3gUhPCMIqirqg==,S66DW6IvX4D/7lqHdt7qVg== -39399910,2020-07-09 15:55:40.880 UTC,2019-09-27 21:43:36.273 UTC,4727653,PERSON,2019-09-27 22:13:13.644 UTC,R8V/tsDexBsBA9m9XOtUWw==,ExuY2shgn3gUhPCMIqirqg==,XS9uFAu1C+kHqIawp6MNVw== -41271715,2020-03-27 20:27:14.525 UTC,2019-12-12 20:15:11.113 UTC,4727653,PERSON,2019-12-17 17:54:03.803 UTC,ZBF0lP2uSHnvVdNxLaKRGA==,UnvVtdaJ4sMq6XTGIp/3hQ==,3XcXr9jjEdWPoPQDyYw2sQ== -40263589,2020-07-09 15:55:40.878 UTC,2019-11-09 02:09:26.013 UTC,4727653,PERSON,2019-11-09 20:26:27.741 UTC,nyGHN3Hz9A5SGW5ML6mvIw==,iAaOM8eOty8bNxxxEIRghQ==,XS9uFAu1C+kHqIawp6MNVw== -36256300,2020-07-09 15:55:40.878 UTC,2019-04-15 13:33:38.010 UTC,4727653,PERSON,2019-04-15 13:33:38.010 UTC,GPV/EOTuWUCqifjtj/adsg==,TSNoEIIejoOgJfKoPqMYIA==,67mEjiduowdXZT6j3568xg== -39539665,2020-07-09 15:55:40.878 UTC,2019-10-04 18:45:37.206 UTC,4727653,PERSON,2019-12-16 12:49:16.863 UTC,29uyE4NiyZ8woolmSHTVSw==,TSNoEIIejoOgJfKoPqMYIA==,mZoG8oNGJi754Wmdn8GrVg== -39539675,2020-07-09 15:55:40.878 UTC,2019-10-04 18:48:19.891 UTC,4727653,PERSON,2019-10-05 00:15:43.458 UTC,8qjqRevwI/UKRuV+tCrMug==,TSNoEIIejoOgJfKoPqMYIA==,oTMdvI4Z1OtcMefZtfEilQ== -38330669,2020-07-09 15:55:40.878 UTC,2019-08-05 18:46:48.220 UTC,4727653,PERSON,2019-08-06 01:10:13.810 UTC,Ee/bnj/2dX4YQxjthgB8oA==,1+2dcVmk7nYvi4+9ZG7+ng==,ISYxuA0tEVPrqGJI4G0M7Q== -40869329,2020-07-09 15:55:40.878 UTC,2019-12-03 17:01:42.373 UTC,4727653,PERSON,2020-01-23 10:21:01.256 UTC,SPPKZKVoc5XZuzap9PnkoQ==,U8++QzThVQvVIB3/+2JzFw==,f9jsHZlTgXrko84qqFSrjg== -42703805,2020-03-27 20:27:14.524 UTC,2020-01-23 14:39:51.437 UTC,4727653,PERSON,2020-01-31 13:44:28.094 UTC,k1osiFgiAqa5ftbXxTKlXw==,0ibm1tYOeZTsti/HyndGTA==,G/cKkbCyi5LcUuA9Rav2Gg== -38901085,2020-03-06 21:30:33.112 UTC,2019-09-04 13:19:22.762 UTC,4727653,PERSON,2019-10-08 14:05:43.710 UTC,KWPEyAL6OT2cCinJyTZSGg==,3vumF+v/F3xH2NZWOkLPbQ==,PBo78/l8+nlEvRGwoUqUNw== -40438868,2020-03-27 20:27:14.524 UTC,2019-11-18 19:00:52.308 UTC,4727653,PERSON,2019-12-05 19:55:21.709 UTC,ZZzPxK0Y+yCpxR+n43Oetg==,GSrBj9pqjIYld/InSpHXQQ==,x3PZIofxsxtstDMR+B5vyA== -40133789,2020-03-27 20:27:14.524 UTC,2019-11-04 16:52:15.718 UTC,4727653,PERSON,2019-11-05 00:51:43.797 UTC,8yApeqtjAmXkN45k689AEA==,HjIYy6rv9AzJL0uLns5z5w==,HeZkf3L+I/kI6BU4Xdaiig== -40706000,2020-03-27 20:34:11.958 UTC,2019-11-27 16:12:28.336 UTC,4727653,PERSON,2019-12-02 19:50:53.456 UTC,FoJ7u8l0/CZB95/1buWLUw==,2wWDPCnmiLWrVNXoYIpy7A==,gBt1zXiAG42y1VmNzwl7oQ== -34768112,2020-07-09 15:55:40.879 UTC,2019-01-10 22:51:29.822 UTC,4727653,PERSON,2019-07-23 19:26:08.003 UTC,o2wjpPyUfzBfq9OSt9I2NQ==,ygSXjsFnSGdLoS/9f/+LEQ==,P5MfvTestS6SDVwq1FZqow== -42087336,2020-02-06 21:30:32.015 UTC,2020-01-09 18:34:01.521 UTC,4727653,PERSON,2020-01-17 16:42:19.174 UTC,C4XvFk0+SoOrFoPkoFRyUA==,Ry1Gy4KQGPnb1l+4R5pJuw==,B9MEmrF3TDXg+T5SRxkM+A== -39399916,2020-07-09 15:55:40.879 UTC,2019-09-27 21:44:34.543 UTC,4727653,PERSON,2019-09-28 01:13:25.468 UTC,Kj/fLcvz2keI3YCAXrxt/Q==,Ry1Gy4KQGPnb1l+4R5pJuw==,nE90rXHkGHvBDPUSTelvog== -39292128,2020-07-09 15:55:40.879 UTC,2019-09-23 20:44:03.248 UTC,4727653,PERSON,2020-03-26 00:03:55.795 UTC,TFR3e9J6tFAfUlc4b2xN7A==,Ry1Gy4KQGPnb1l+4R5pJuw==,4J6RyMMpi2Wze0nuDKB3Rw== -40320525,2020-07-09 15:55:40.879 UTC,2019-11-12 15:14:32.549 UTC,4727653,PERSON,2019-11-12 15:16:06.635 UTC,JO5lCEtA1oxJbdfNfpbIAg==,fgFNnwi16oh+rpblhx1Law==,3uL7LfFW9AQPiT2KEKwQNA== -34638595,2020-07-09 15:55:40.879 UTC,2018-12-26 18:22:07.528 UTC,4727653,PERSON,2018-12-26 18:22:07.528 UTC,vAKu7GfNKaO0g6OxjYMQjQ==,OGBXz4j9E/FxdDViRd3ibA==,+YcnVtLSEgAMqO5/eSkhvg== -39539659,2020-07-09 15:55:40.879 UTC,2019-10-04 18:44:55.877 UTC,4727653,PERSON,2019-11-02 13:46:12.704 UTC,BcsuGZnmEFbpVhBmJfYifQ==,5uMMA30LdcqpSCfq2GtO3w==,mZoG8oNGJi754Wmdn8GrVg== -37543957,2020-07-09 15:55:40.879 UTC,2019-06-24 19:41:29.753 UTC,4727653,PERSON,2019-06-24 19:41:29.753 UTC,6Mbws6Js+w7swaUn57TdKg==,pOLXu5fg5yx5yeeopN/xWQ==,sysbgi3VlFGxewj5f9/oHg== -39339529,2020-07-09 15:55:40.879 UTC,2019-09-25 17:49:08.308 UTC,4727653,PERSON,2020-05-18 00:03:58.822 UTC,6k3721mM6s/YvSpjmyCQ9Q==,pOLXu5fg5yx5yeeopN/xWQ==,yJGFBvddX9n2bEC2lpvAUQ== -44634557,2020-03-27 20:27:14.525 UTC,2020-02-27 19:25:51.439 UTC,4727653,PERSON,2020-03-06 13:27:57.076 UTC,JF14SXwcHwRMM8un+W8wsA==,KOVIGoCqK9GMjPNdBJWYCg==,b6niq6oMykam7tggwJO/gQ== -39399906,2020-07-09 15:55:40.880 UTC,2019-09-27 21:43:36.151 UTC,4727653,PERSON,2019-12-26 17:51:52.219 UTC,IIA8lXzdeUSuCPeyD/Nuyw==,KOVIGoCqK9GMjPNdBJWYCg==,KwDQUais2UnGOslO+nk+/g== -37841960,2020-07-09 15:55:40.880 UTC,2019-07-10 18:10:47.096 UTC,4727653,PERSON,2019-07-10 18:13:46.630 UTC,3+cYL0RxUK1nSfFiu5ByfQ==,vCivb3UABHKUdMy7QDvQ7g==,TKYowVyzJKBSS4FfXIkITg== -38732725,2020-07-09 15:55:40.880 UTC,2019-08-26 16:44:05.304 UTC,4727653,PERSON,2019-08-26 16:48:59.786 UTC,N6PY6LTIIVIHSy5miK7wqA==,vCivb3UABHKUdMy7QDvQ7g==,AbZ3Nbb93kPdY4yQfJDluw== -39399917,2020-07-09 15:55:40.880 UTC,2019-09-27 21:44:34.579 UTC,4727653,PERSON,2019-10-05 03:17:39.554 UTC,IjyESyEoYMvFWFTneGc42g==,LzU9/zOxvei2lipWyyvk6w==,9/hzvu8vay78NTzbJdp20A== -39399781,2020-03-27 20:27:14.525 UTC,2019-09-27 21:44:34.036 UTC,4727653,PERSON,2019-10-05 03:01:34.006 UTC,7r/2mXeUv+ZLxPg59Nszdg==,gbiht3Bo0G4cgZCCUlMGbw==,856I0kpNC2N7wMaf6c+wqA== -38330679,2020-07-09 15:55:40.880 UTC,2019-08-05 18:48:52.130 UTC,4727653,PERSON,2019-08-05 22:40:42.760 UTC,gooVXYA3Uj4ST0xD2PePuA==,gbiht3Bo0G4cgZCCUlMGbw==,2kZgcBqPOL9JVjQsldh9IQ== -48363060,2020-07-09 15:55:40.880 UTC,2020-06-05 15:57:40.353 UTC,4727653,PERSON,2020-06-08 18:31:59.427 UTC,n5RM+vsQvuFepwWoYLYQOw==,898xuiEA15PI/CiD7fHchA==,OUcm83++d9gZ4jRumr9XVw== -43160550,2020-07-09 15:55:40.880 UTC,2020-02-04 22:01:11.370 UTC,4727653,PERSON,2020-02-05 17:30:51.242 UTC,4Sr1wqT7olPHxfHlRHWMJQ==,JNvCuRdHKwiaUFKyPxHzDw==,WTv6FB5X5nwfG+Mk8BleZA== -38674036,2020-07-09 15:55:40.880 UTC,2019-08-22 13:58:43.523 UTC,4727653,PERSON,2019-08-26 04:12:38.938 UTC,TgSzW8BM5dTOnFi4R1TLRg==,uuZibzCAIshbkvEZkY4SMw==,QPve/9w2o0uLALtmjiA+Kg== -40170137,2020-03-27 20:27:14.525 UTC,2019-11-05 20:20:54.520 UTC,4727653,PERSON,2020-03-03 17:20:12.017 UTC,jyVW82v26oJk1K0ZC7h85A==,+ifWIcBNPEm+mNNIlXFfUw==,iANOSEHvN26n8yDeIgK0NA== -39399907,2020-07-09 15:55:40.880 UTC,2019-09-27 21:43:36.176 UTC,4727653,PERSON,2019-10-07 19:00:37.243 UTC,ADZfA/vJ6Dh0tgU8fQAcBw==,+/whYZMPGFdjjpbr9kZh1w==,6V2v5yMXB+vij2ru9JFTxw== -39539926,2020-07-09 15:55:40.878 UTC,2019-10-04 18:48:20.055 UTC,4727653,PERSON,2020-05-13 00:02:55.717 UTC,L1XdNfXswMBW5LRC32VA7w==,j+kYYy2Efo6j6/+9R72MqQ==,NMFMWPmMSD56pQk9rbSQBw== -39399775,2020-03-27 20:27:14.524 UTC,2019-09-27 21:43:35.694 UTC,4727653,PERSON,2019-10-01 00:18:49.579 UTC,AB185qIB5IVeNJ+iM3bvgQ==,FWHad1V5ru0To8yXBAvzUg==,XP6SXUm+WGGisXKxIxVEig== -35252170,2020-07-09 15:55:40.878 UTC,2019-02-18 16:32:20.676 UTC,4727653,PERSON,2019-02-18 17:56:34.141 UTC,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ== -38699515,2020-03-27 20:27:14.524 UTC,2019-08-23 18:24:48.244 UTC,4727653,PERSON,2019-10-16 17:58:57.354 UTC,kLJfGZhUNQr1fB9D4Yx+IA==,JiAxOXAg/Y30eOwTtLCWxQ==,8pQgLbfJdRTU2ytNQXKOHw== -40345887,2020-07-09 15:55:40.878 UTC,2019-11-13 15:55:54.304 UTC,4727653,PERSON,2019-11-18 13:23:05.948 UTC,+Zamy1PN0aMtrZqlvXhe+Q==,JiAxOXAg/Y30eOwTtLCWxQ==,Jjq+zyY+bFwW1ATE1RElRg== -39399909,2020-07-09 15:55:40.878 UTC,2019-09-27 21:43:36.242 UTC,4727653,PERSON,2019-10-07 16:56:04.860 UTC,pzQKMyWX54kpUAVT2+/M/g==,JiAxOXAg/Y30eOwTtLCWxQ==,4cRva1G2ppsHF4uyI+dIPA== -39399912,2020-07-09 15:55:40.878 UTC,2019-09-27 21:43:36.326 UTC,4727653,PERSON,2019-09-30 15:20:24.407 UTC,9quLzWVtKfusDRDV3a694Q==,1o+Chua6SVUx+Pq+0F/28Q==,WYMON84mHTGtDaDV0nDQ4Q== -41386525,2020-07-09 15:55:40.878 UTC,2019-12-16 19:46:54.580 UTC,4727653,PERSON,2020-06-14 00:07:36.860 UTC,zZZUq907a0+OHvpy8PppuQ==,ar5VSRv2ijhzEGoZRa1jHg==,xRyLvZ6Mi8SQQszV0+mGTQ== -39047959,2020-07-09 15:55:40.878 UTC,2019-09-11 14:51:12.249 UTC,4727653,PERSON,2019-09-11 16:51:04.897 UTC,Wx7s38QfZgtzxitH9Lr28A==,WUn52+EEf4524TUSYpJBWw==,72vz/QLCySvw4VbUtbgYrA== -39707712,2020-07-09 15:55:40.878 UTC,2019-10-14 14:35:17.460 UTC,4727653,PERSON,2019-10-14 15:30:30.223 UTC,krp51j9x55u7RE/JcPibbg==,IEzqJ1OqErtM3utNOXGWUw==,qEBAlEHKD9qh+ZnohNDD7A== -39539928,2020-03-27 20:27:14.524 UTC,2019-10-04 18:48:20.151 UTC,4727653,PERSON,2019-10-12 01:58:14.763 UTC,rdaYDIKYr8XLErggco6JZA==,98tyQAvX+xkpTh+WksSM2Q==,2kZgcBqPOL9JVjQsldh9IQ== +44023296,2020-03-02 21:00:33.301,2020-02-13 18:19:32.792,4727653,PERSON,2020-02-13 18:19:32.860,PsO4E5YPnpbcBSOq3aGKtQ==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +42972304,2020-03-27 20:27:14.524,2020-01-30 19:33:24.326,4727653,PERSON,2020-01-30 19:33:24.876,ZzTvm1sk8IZmdO5i6kMURA==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +44642080,2020-03-27 20:27:14.524,2020-02-27 19:27:42.959,4727653,PERSON,2020-02-27 19:27:43.718,2aYwytvDo7TtKDAsI3k8TA==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +42087343,2020-07-09 15:55:40.878,2020-01-09 18:34:57.970,4727653,PERSON,2020-01-09 18:34:57.970,77k5+e/aZpLBL2Lt3my1qQ==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +42703811,2020-07-09 15:55:40.878,2020-01-23 14:40:21.863,4727653,PERSON,2020-01-23 14:40:21.863,1fQx7dd/WnMHPw3JyLnExQ==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +40345879,2020-07-09 15:55:40.878,2019-11-13 15:54:40.575,4727653,PERSON,2020-02-03 14:41:38.831,s8laGHhk5NXD6KMg9vgcig==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +39540190,2020-07-09 15:55:40.878,2019-10-04 18:52:26.107,4727653,PERSON,2019-10-04 18:52:26.107,zyrUumigYKKxsOHk01g51w==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +42087329,2020-07-09 15:55:40.878,2020-01-09 18:33:02.998,4727653,PERSON,2020-01-09 18:33:03.373,I6CHKSETtXk1IJIgU0gh2A==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +44024112,2020-07-09 15:55:40.878,2020-02-13 19:40:12.798,4727653,PERSON,2020-02-13 19:40:12.798,GvdJiJh7EaVc26k77vfUaQ==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +44350253,2020-07-09 15:55:40.878,2020-02-21 16:52:52.219,4727653,PERSON,2020-02-21 16:52:52.629,CTZzQAmPKlBVmsaVkHdn2A==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +39399783,2020-07-09 15:55:40.878,2019-09-27 21:44:34.114,4727653,PERSON,2020-02-01 00:06:18.606,c8TY8XEaPS3AYocFWHFiTA==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +40703619,2020-07-09 15:55:40.878,2019-11-27 16:14:22.200,4727653,PERSON,2019-11-27 16:14:22.585,9D11xI8RiALy9rGGlcUSjQ==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +40869512,2020-07-09 15:55:40.878,2019-12-03 17:03:07.596,4727653,PERSON,2019-12-10 12:44:33.737,/wN7UcXv10/eJ9S9rjQFfQ==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +48707112,2020-07-09 15:55:40.878,2020-06-17 21:43:27.074,4727653,PERSON,2020-06-17 21:43:27.074,idQ0ZzjfzcLNT8A70SxxRQ==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +40133790,2020-07-09 15:55:40.878,2019-11-04 16:52:15.755,4727653,PERSON,2020-05-17 00:03:54.254,EvJhUBlbqXrZbS988z9nRQ==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +42261568,2020-07-09 15:55:40.878,2020-01-14 14:24:03.283,4727653,PERSON,2020-01-14 14:24:03.469,Aq4r01aUc9vFAkM/OBE6Kw==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +41780489,2020-07-09 15:55:40.878,2020-01-02 19:01:00.820,4727653,PERSON,2020-01-02 19:01:01.689,ooHsbll2j8/GlHhLvEA+sQ==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +40320661,2020-07-09 15:55:40.878,2019-11-12 15:14:32.639,4727653,PERSON,2020-02-11 18:08:09.467,z3fFRRmzSXOiGYc1DdZQqA==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +42417403,2020-07-09 15:55:40.878,2020-01-17 15:35:15.857,4727653,PERSON,2020-01-17 15:35:16.742,EgBsFa3i/4+qyGbNWYJ8BA==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +41777999,2020-07-09 15:55:40.878,2020-01-02 18:28:23.327,4727653,PERSON,2020-01-02 18:28:23.928,2s3QvLESSaR0w3PFKREMTg==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +42972230,2020-07-09 15:55:40.878,2020-01-30 19:22:23.519,4727653,PERSON,2020-01-30 19:22:23.519,JQEASoqSTsbkk2owARBh3A==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +44638304,2020-07-09 15:55:40.878,2020-02-27 19:18:50.335,4727653,PERSON,2020-02-27 19:18:50.803,KZsagSOuytciGSS2xxBIQQ==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +39399774,2020-07-09 15:55:40.878,2019-09-27 21:43:35.659,4727653,PERSON,2019-11-27 15:46:32.699,GFzhwmuAjcIVz0upraB+rA==,1B2M2Y8AsgTpgAmY7PhCfg==,1B2M2Y8AsgTpgAmY7PhCfg== +37392430,2020-07-09 15:55:40.878,2019-06-14 18:14:18.620,4727653,PERSON,2020-04-21 15:35:53.478,vLmkSlRr06rfeuT00NmUgg==,CS8rqfOfvCh25k0SzWYvcg==,KIdvspSVmuFPUQG/CyiNxg== +39875014,2020-07-09 15:55:40.878,2019-10-22 11:58:30.443,4727653,PERSON,2020-06-17 19:33:18.436,7udFhb3CFBuHAdx1XiZQ+w==,L8HAvrmSzXCWl1z+v51cOw==,k3io/c70KBnYJ7LDg+YP0Q== +42924741,2020-07-09 15:55:40.879,2020-01-29 19:44:29.740,4727653,PERSON,2020-02-18 15:22:38.182,3XakMBawxmTQtRxeZOdlHQ==,OjaIGLc0HUhmDo3Wxad9vg==,K/fwZ2pLgWQmOGx3q/VPew== +39341224,2020-07-09 15:55:40.879,2019-09-25 19:56:23.020,4727653,PERSON,2019-10-01 18:45:32.654,x7NpEHHG0R6ZnUN4oEDBrQ==,4p0ZbYoqORuM1Si5lPdukw==,OvMLJxNcebwPx9KyFZOLcQ== +45794965,2020-07-09 15:55:40.880,2020-03-25 16:13:00.734,4727653,PERSON,2020-05-12 15:10:07.800,N8kSTeSGtMMz91BQDp5HnA==,Uydi+lpbcWmqTdJHF7qd+Q==,wqOwBNK+OCXu2C4LyTNzrg== +40926546,2020-07-09 15:55:40.880,2019-12-04 21:36:50.864,4727653,PERSON,2019-12-05 15:42:41.861,VRLybnVuGkDEdRLbLwl2Zg==,ggcSS59Hd4g4LOM8rs6DVg==,oled5wJUuPvJEW64olnmEg== +35885660,2020-07-09 15:55:40.880,2019-03-25 17:11:08.486,4727653,PERSON,2020-05-12 00:02:10.027,Y5K2HY/Bjs/7ut+Z9xOF/Q==,ug4M3hv3LCjUNciaZq/GGg==,FWHad1V5ru0To8yXBAvzUg== +39399908,2020-03-27 20:27:14.525,2019-09-27 21:43:36.215,4727653,PERSON,2019-10-05 13:45:09.016,wNRHmtUO4okQvE5Jc6z2iQ==,3CBUr9U33cmK/ZNHE2SUrA==,G5AAajA0EbZbrrMXx8lC8A== +39539676,2020-07-09 15:55:40.880,2019-10-04 18:48:19.937,4727653,PERSON,2020-06-25 00:02:39.006,8/l8OI09ygSa4KZkW783tQ==,M/tfqJ+E0KSDl/aTp8fCQg==,IBJmcm+Lji2l2MfUL3aTzA== +44638320,2020-07-09 15:55:40.878,2020-02-27 19:21:53.434,4727653,PERSON,2020-02-27 20:59:12.949,c8N3aAi33FTFP3dp4vhVAQ==,O0RsqhKGVwx3LyUgdfYReA==,aho3bYFpz8GDX1msk07btw== +39872938,2020-03-27 20:27:14.524,2019-10-22 11:58:30.072,4727653,PERSON,2019-12-16 11:16:32.911,avQ5RXTG2+eTcjT3b4MTlA==,tERVUrkqTQIi2uqWSbJrZQ==,6oM3NrPgd06JVC86gzlQgw== +38699509,2020-07-09 15:55:40.878,2019-08-23 18:23:43.820,4727653,PERSON,2019-08-23 19:41:37.493,DYwzot1X4umHJIJIoqnMMQ==,csF3A6t+CsRy3Qdc2IkSvg==,4V0v+rCkeAnFLVYHF3P6HA== +34768136,2020-07-09 15:55:40.878,2019-01-10 23:01:02.577,4727653,PERSON,2019-01-11 15:16:11.155,smumbWHcCBFmXAIzncEN5w==,g5MP1zGpLTfF27OanF5hgw==,/GZFWDv3HJwM084sgvlLaQ== +39399778,2020-07-09 15:55:40.878,2019-09-27 21:43:35.813,4727653,PERSON,2020-06-01 13:51:54.780,MjE+9Xn121jiki8Eqxe3pw==,xEZNckt97Ix9XVjj2iSpYA==,yI63wQvnxKcu7YMDGa0Vrg== +39399905,2020-07-09 15:55:40.878,2019-09-27 21:43:36.108,4727653,PERSON,2019-12-02 14:53:07.861,YHM/xf5rvUx2t9Dgw6y5eg==,Rdr2IsRObcxb1WofvVlN7g==,MihjW4kRLixkH15cxE4Z/g== +42209461,2020-07-09 15:55:40.878,2020-01-13 16:33:29.389,4727653,PERSON,2020-01-13 16:35:10.769,5Gaav2nXRgcE19QStNvWlQ==,AdSEggKjx2l+wDewK07k6A==,6V93CsT7kawuSHPkst/A5g== +42087251,2020-01-17 02:15:39.393,2020-01-09 18:32:33.977,4727653,PERSON,2020-01-10 01:53:25.814,RtecjKSsiNH3+8pV6tLhng==,AdSEggKjx2l+wDewK07k6A==,6V93CsT7kawuSHPkst/A5g== +42087261,2020-01-17 02:15:39.393,2020-01-09 18:33:33.789,4727653,PERSON,2020-01-13 21:06:18.877,zq9gQK+87TGXRb6aA3Ek9w==,A240kbpJnfZGEcgra83TfQ==,jpRZxocC2vEK14sPsiDukA== +42209448,2020-02-12 14:25:31.542,2020-01-13 16:32:17.347,4727653,PERSON,2020-01-13 16:33:01.524,Xbgmi4SmpH6OUPFbhnDtXQ==,A240kbpJnfZGEcgra83TfQ==,jpRZxocC2vEK14sPsiDukA== +39764732,2020-07-09 15:55:40.879,2019-10-16 14:02:45.822,4727653,PERSON,2019-11-19 13:42:53.010,y5sh3fmXZPd1YKa97lZU7Q==,CmGU/Q5pUlSpOaJcPYaNLA==,/uL1eUyKXKMmP8ST0wEHZQ== +40083508,2020-07-09 15:55:40.879,2019-10-31 18:52:02.685,4727653,PERSON,2019-11-14 00:12:30.700,Lxd0/618OrFVGLn1UwF48g==,YUCaof1H1KUzLeI8v1mjbw==,NWNKF9rH1+g6PBSUg3L1Dg== +37790786,2020-03-27 20:34:11.958,2019-07-08 13:51:30.511,4727653,PERSON,2019-07-08 14:26:40.312,wVLePh86QmGg2NpQGe1ltw==,YUCaof1H1KUzLeI8v1mjbw==,7UNuvapa9lfNLbW4qGne8Q== +35403750,2020-07-09 15:55:40.879,2019-02-26 18:25:22.495,4727653,PERSON,2019-02-26 18:26:22.265,2o0HAnLiLDxoX9ZPeSXwYg==,FF9k8XYKP8LqyJyPKcMIPQ==,ogzODddGtFciuzZAJQuAiw== +40992508,2020-07-09 15:55:40.879,2019-12-06 16:05:43.147,4727653,PERSON,2019-12-06 16:11:33.976,Yi6Ox5kzy/M+cOHJlAYtiA==,uCqaE/RlHpq8vekM0kziyw==,B9MEmrF3TDXg+T5SRxkM+A== +40133946,2020-07-09 15:55:40.879,2019-11-04 16:52:15.083,4727653,PERSON,2019-11-04 18:40:47.522,kf1iOFi/d9SRiBWNmWJBig==,fB+QvZvccMwFlkCnpiCTiQ==,MxXnJMGR7lHxhW04vvqNUA== +36780772,2020-07-09 15:55:40.879,2019-05-14 14:39:04.388,4727653,PERSON,2020-02-04 20:10:07.232,kBXe7zoYO4AzQzu0+i6G+g==,G4PV2nQDK2p1DvEiEGQu6g==,cPCROoAATyWNeXcW0GeruA== +34768139,2020-07-09 15:55:40.879,2019-01-10 23:01:26.725,4727653,PERSON,2019-01-20 08:43:09.938,gEaD0jZ2kZ07RWtHOCP+dw==,hzBlE0tOVDpYEuFbWp7IpQ==,AqWRi9Pbsc31h8qUmaglCA== +38330896,2020-07-09 15:55:40.879,2019-08-05 18:49:23.795,4727653,PERSON,2019-08-05 20:23:20.318,HoqL4VLYOWDAOoA6R/ygeQ==,/RRPZfGd8cetqhFsRM4mFw==,ZAUqYAygKtoKOPB83E7DBA== +43194274,2020-07-09 15:55:40.880,2020-02-05 15:55:51.639,4727653,PERSON,2020-02-05 18:16:12.300,BoKNa4zgyzSfCj3ooPOiQw==,z6NrfHXhip3G4qNdGaWO5w==,iFUgqBVE4XAAg6OFElHv5A== +42261368,2020-07-09 15:55:40.879,2020-01-14 14:02:17.668,4727653,PERSON,2020-01-14 20:07:48.517,/5u2LGZ+7sQ5taNCPpThzQ==,z6NrfHXhip3G4qNdGaWO5w==,0JU9ysVVty5GlrZMfSuyGA== +40343076,2020-03-27 20:27:14.525,2019-11-13 14:15:12.034,4727653,PERSON,2019-11-13 14:18:21.961,ADsR37Osd3SYvIPO7Nd+kA==,wT4T2iBzJgwhlMFdeC6GqQ==,+0SHNaqL0C6wnPtqBqLtmg== +39539674,2020-07-09 15:55:40.880,2019-10-04 18:48:19.859,4727653,PERSON,2019-10-09 22:37:04.985,fNX2Fon+CcRcYgCMFRXGgA==,ExuY2shgn3gUhPCMIqirqg==,S66DW6IvX4D/7lqHdt7qVg== +39399910,2020-07-09 15:55:40.880,2019-09-27 21:43:36.273,4727653,PERSON,2019-09-27 22:13:13.644,R8V/tsDexBsBA9m9XOtUWw==,ExuY2shgn3gUhPCMIqirqg==,XS9uFAu1C+kHqIawp6MNVw== +41271715,2020-03-27 20:27:14.525,2019-12-12 20:15:11.113,4727653,PERSON,2019-12-17 17:54:03.803,ZBF0lP2uSHnvVdNxLaKRGA==,UnvVtdaJ4sMq6XTGIp/3hQ==,3XcXr9jjEdWPoPQDyYw2sQ== +40263589,2020-07-09 15:55:40.878,2019-11-09 02:09:26.013,4727653,PERSON,2019-11-09 20:26:27.741,nyGHN3Hz9A5SGW5ML6mvIw==,iAaOM8eOty8bNxxxEIRghQ==,XS9uFAu1C+kHqIawp6MNVw== +36256300,2020-07-09 15:55:40.878,2019-04-15 13:33:38.010,4727653,PERSON,2019-04-15 13:33:38.010,GPV/EOTuWUCqifjtj/adsg==,TSNoEIIejoOgJfKoPqMYIA==,67mEjiduowdXZT6j3568xg== +39539665,2020-07-09 15:55:40.878,2019-10-04 18:45:37.206,4727653,PERSON,2019-12-16 12:49:16.863,29uyE4NiyZ8woolmSHTVSw==,TSNoEIIejoOgJfKoPqMYIA==,mZoG8oNGJi754Wmdn8GrVg== +39539675,2020-07-09 15:55:40.878,2019-10-04 18:48:19.891,4727653,PERSON,2019-10-05 00:15:43.458,8qjqRevwI/UKRuV+tCrMug==,TSNoEIIejoOgJfKoPqMYIA==,oTMdvI4Z1OtcMefZtfEilQ== +38330669,2020-07-09 15:55:40.878,2019-08-05 18:46:48.220,4727653,PERSON,2019-08-06 01:10:13.810,Ee/bnj/2dX4YQxjthgB8oA==,1+2dcVmk7nYvi4+9ZG7+ng==,ISYxuA0tEVPrqGJI4G0M7Q== +40869329,2020-07-09 15:55:40.878,2019-12-03 17:01:42.373,4727653,PERSON,2020-01-23 10:21:01.256,SPPKZKVoc5XZuzap9PnkoQ==,U8++QzThVQvVIB3/+2JzFw==,f9jsHZlTgXrko84qqFSrjg== +42703805,2020-03-27 20:27:14.524,2020-01-23 14:39:51.437,4727653,PERSON,2020-01-31 13:44:28.094,k1osiFgiAqa5ftbXxTKlXw==,0ibm1tYOeZTsti/HyndGTA==,G/cKkbCyi5LcUuA9Rav2Gg== +38901085,2020-03-06 21:30:33.112,2019-09-04 13:19:22.762,4727653,PERSON,2019-10-08 14:05:43.710,KWPEyAL6OT2cCinJyTZSGg==,3vumF+v/F3xH2NZWOkLPbQ==,PBo78/l8+nlEvRGwoUqUNw== +40438868,2020-03-27 20:27:14.524,2019-11-18 19:00:52.308,4727653,PERSON,2019-12-05 19:55:21.709,ZZzPxK0Y+yCpxR+n43Oetg==,GSrBj9pqjIYld/InSpHXQQ==,x3PZIofxsxtstDMR+B5vyA== +40133789,2020-03-27 20:27:14.524,2019-11-04 16:52:15.718,4727653,PERSON,2019-11-05 00:51:43.797,8yApeqtjAmXkN45k689AEA==,HjIYy6rv9AzJL0uLns5z5w==,HeZkf3L+I/kI6BU4Xdaiig== +40706000,2020-03-27 20:34:11.958,2019-11-27 16:12:28.336,4727653,PERSON,2019-12-02 19:50:53.456,FoJ7u8l0/CZB95/1buWLUw==,2wWDPCnmiLWrVNXoYIpy7A==,gBt1zXiAG42y1VmNzwl7oQ== +34768112,2020-07-09 15:55:40.879,2019-01-10 22:51:29.822,4727653,PERSON,2019-07-23 19:26:08.003,o2wjpPyUfzBfq9OSt9I2NQ==,ygSXjsFnSGdLoS/9f/+LEQ==,P5MfvTestS6SDVwq1FZqow== +42087336,2020-02-06 21:30:32.015,2020-01-09 18:34:01.521,4727653,PERSON,2020-01-17 16:42:19.174,C4XvFk0+SoOrFoPkoFRyUA==,Ry1Gy4KQGPnb1l+4R5pJuw==,B9MEmrF3TDXg+T5SRxkM+A== +39399916,2020-07-09 15:55:40.879,2019-09-27 21:44:34.543,4727653,PERSON,2019-09-28 01:13:25.468,Kj/fLcvz2keI3YCAXrxt/Q==,Ry1Gy4KQGPnb1l+4R5pJuw==,nE90rXHkGHvBDPUSTelvog== +39292128,2020-07-09 15:55:40.879,2019-09-23 20:44:03.248,4727653,PERSON,2020-03-26 00:03:55.795,TFR3e9J6tFAfUlc4b2xN7A==,Ry1Gy4KQGPnb1l+4R5pJuw==,4J6RyMMpi2Wze0nuDKB3Rw== +40320525,2020-07-09 15:55:40.879,2019-11-12 15:14:32.549,4727653,PERSON,2019-11-12 15:16:06.635,JO5lCEtA1oxJbdfNfpbIAg==,fgFNnwi16oh+rpblhx1Law==,3uL7LfFW9AQPiT2KEKwQNA== +34638595,2020-07-09 15:55:40.879,2018-12-26 18:22:07.528,4727653,PERSON,2018-12-26 18:22:07.528,vAKu7GfNKaO0g6OxjYMQjQ==,OGBXz4j9E/FxdDViRd3ibA==,+YcnVtLSEgAMqO5/eSkhvg== +39539659,2020-07-09 15:55:40.879,2019-10-04 18:44:55.877,4727653,PERSON,2019-11-02 13:46:12.704,BcsuGZnmEFbpVhBmJfYifQ==,5uMMA30LdcqpSCfq2GtO3w==,mZoG8oNGJi754Wmdn8GrVg== +37543957,2020-07-09 15:55:40.879,2019-06-24 19:41:29.753,4727653,PERSON,2019-06-24 19:41:29.753,6Mbws6Js+w7swaUn57TdKg==,pOLXu5fg5yx5yeeopN/xWQ==,sysbgi3VlFGxewj5f9/oHg== +39339529,2020-07-09 15:55:40.879,2019-09-25 17:49:08.308,4727653,PERSON,2020-05-18 00:03:58.822,6k3721mM6s/YvSpjmyCQ9Q==,pOLXu5fg5yx5yeeopN/xWQ==,yJGFBvddX9n2bEC2lpvAUQ== +44634557,2020-03-27 20:27:14.525,2020-02-27 19:25:51.439,4727653,PERSON,2020-03-06 13:27:57.076,JF14SXwcHwRMM8un+W8wsA==,KOVIGoCqK9GMjPNdBJWYCg==,b6niq6oMykam7tggwJO/gQ== +39399906,2020-07-09 15:55:40.880,2019-09-27 21:43:36.151,4727653,PERSON,2019-12-26 17:51:52.219,IIA8lXzdeUSuCPeyD/Nuyw==,KOVIGoCqK9GMjPNdBJWYCg==,KwDQUais2UnGOslO+nk+/g== +37841960,2020-07-09 15:55:40.880,2019-07-10 18:10:47.096,4727653,PERSON,2019-07-10 18:13:46.630,3+cYL0RxUK1nSfFiu5ByfQ==,vCivb3UABHKUdMy7QDvQ7g==,TKYowVyzJKBSS4FfXIkITg== +38732725,2020-07-09 15:55:40.880,2019-08-26 16:44:05.304,4727653,PERSON,2019-08-26 16:48:59.786,N6PY6LTIIVIHSy5miK7wqA==,vCivb3UABHKUdMy7QDvQ7g==,AbZ3Nbb93kPdY4yQfJDluw== +39399917,2020-07-09 15:55:40.880,2019-09-27 21:44:34.579,4727653,PERSON,2019-10-05 03:17:39.554,IjyESyEoYMvFWFTneGc42g==,LzU9/zOxvei2lipWyyvk6w==,9/hzvu8vay78NTzbJdp20A== +39399781,2020-03-27 20:27:14.525,2019-09-27 21:44:34.036,4727653,PERSON,2019-10-05 03:01:34.006,7r/2mXeUv+ZLxPg59Nszdg==,gbiht3Bo0G4cgZCCUlMGbw==,856I0kpNC2N7wMaf6c+wqA== +38330679,2020-07-09 15:55:40.880,2019-08-05 18:48:52.130,4727653,PERSON,2019-08-05 22:40:42.760,gooVXYA3Uj4ST0xD2PePuA==,gbiht3Bo0G4cgZCCUlMGbw==,2kZgcBqPOL9JVjQsldh9IQ== +48363060,2020-07-09 15:55:40.880,2020-06-05 15:57:40.353,4727653,PERSON,2020-06-08 18:31:59.427,n5RM+vsQvuFepwWoYLYQOw==,898xuiEA15PI/CiD7fHchA==,OUcm83++d9gZ4jRumr9XVw== +43160550,2020-07-09 15:55:40.880,2020-02-04 22:01:11.370,4727653,PERSON,2020-02-05 17:30:51.242,4Sr1wqT7olPHxfHlRHWMJQ==,JNvCuRdHKwiaUFKyPxHzDw==,WTv6FB5X5nwfG+Mk8BleZA== +38674036,2020-07-09 15:55:40.880,2019-08-22 13:58:43.523,4727653,PERSON,2019-08-26 04:12:38.938,TgSzW8BM5dTOnFi4R1TLRg==,uuZibzCAIshbkvEZkY4SMw==,QPve/9w2o0uLALtmjiA+Kg== +40170137,2020-03-27 20:27:14.525,2019-11-05 20:20:54.520,4727653,PERSON,2020-03-03 17:20:12.017,jyVW82v26oJk1K0ZC7h85A==,+ifWIcBNPEm+mNNIlXFfUw==,iANOSEHvN26n8yDeIgK0NA== +39399907,2020-07-09 15:55:40.880,2019-09-27 21:43:36.176,4727653,PERSON,2019-10-07 19:00:37.243,ADZfA/vJ6Dh0tgU8fQAcBw==,+/whYZMPGFdjjpbr9kZh1w==,6V2v5yMXB+vij2ru9JFTxw== +39539926,2020-07-09 15:55:40.878,2019-10-04 18:48:20.055,4727653,PERSON,2020-05-13 00:02:55.717,L1XdNfXswMBW5LRC32VA7w==,j+kYYy2Efo6j6/+9R72MqQ==,NMFMWPmMSD56pQk9rbSQBw== +39399775,2020-03-27 20:27:14.524,2019-09-27 21:43:35.694,4727653,PERSON,2019-10-01 00:18:49.579,AB185qIB5IVeNJ+iM3bvgQ==,FWHad1V5ru0To8yXBAvzUg==,XP6SXUm+WGGisXKxIxVEig== +35252170,2020-07-09 15:55:40.878,2019-02-18 16:32:20.676,4727653,PERSON,2019-02-18 17:56:34.141,gjMMJfwLmOf2YmxZCYCVVw==,hu2Pn/fNJk3SCA/xDq0DIA==,BAN2l/emlwJqFiznFAyeyQ== +38699515,2020-03-27 20:27:14.524,2019-08-23 18:24:48.244,4727653,PERSON,2019-10-16 17:58:57.354,kLJfGZhUNQr1fB9D4Yx+IA==,JiAxOXAg/Y30eOwTtLCWxQ==,8pQgLbfJdRTU2ytNQXKOHw== +40345887,2020-07-09 15:55:40.878,2019-11-13 15:55:54.304,4727653,PERSON,2019-11-18 13:23:05.948,+Zamy1PN0aMtrZqlvXhe+Q==,JiAxOXAg/Y30eOwTtLCWxQ==,Jjq+zyY+bFwW1ATE1RElRg== +39399909,2020-07-09 15:55:40.878,2019-09-27 21:43:36.242,4727653,PERSON,2019-10-07 16:56:04.860,pzQKMyWX54kpUAVT2+/M/g==,JiAxOXAg/Y30eOwTtLCWxQ==,4cRva1G2ppsHF4uyI+dIPA== +39399912,2020-07-09 15:55:40.878,2019-09-27 21:43:36.326,4727653,PERSON,2019-09-30 15:20:24.407,9quLzWVtKfusDRDV3a694Q==,1o+Chua6SVUx+Pq+0F/28Q==,WYMON84mHTGtDaDV0nDQ4Q== +41386525,2020-07-09 15:55:40.878,2019-12-16 19:46:54.580,4727653,PERSON,2020-06-14 00:07:36.860,zZZUq907a0+OHvpy8PppuQ==,ar5VSRv2ijhzEGoZRa1jHg==,xRyLvZ6Mi8SQQszV0+mGTQ== +39047959,2020-07-09 15:55:40.878,2019-09-11 14:51:12.249,4727653,PERSON,2019-09-11 16:51:04.897,Wx7s38QfZgtzxitH9Lr28A==,WUn52+EEf4524TUSYpJBWw==,72vz/QLCySvw4VbUtbgYrA== +39707712,2020-07-09 15:55:40.878,2019-10-14 14:35:17.460,4727653,PERSON,2019-10-14 15:30:30.223,krp51j9x55u7RE/JcPibbg==,IEzqJ1OqErtM3utNOXGWUw==,qEBAlEHKD9qh+ZnohNDD7A== +39539928,2020-03-27 20:27:14.524,2019-10-04 18:48:20.151,4727653,PERSON,2019-10-12 01:58:14.763,rdaYDIKYr8XLErggco6JZA==,98tyQAvX+xkpTh+WksSM2Q==,2kZgcBqPOL9JVjQsldh9IQ== diff --git a/integration_tests/seeds/ticket_property_history_data.csv b/integration_tests/seeds/ticket_property_history_data.csv index cdf97bd..f225f1d 100644 --- a/integration_tests/seeds/ticket_property_history_data.csv +++ b/integration_tests/seeds/ticket_property_history_data.csv @@ -1,12 +1,12 @@ _fivetran_synced,ticket_id,name,source,source_id,timestamp_instant,value -2020-07-09 11:06:21.056,1,seed name, source name, sg5923, 2020-07-09 11:06:21.056,value -2020-07-09 11:06:21.056,1,seed data is cool, source name1, sg5923, 2020-07-09 11:06:21.056,value -2020-07-09 11:06:21.056,1,i can make these names whatever i want, source name2, sg5923, 2020-07-09 11:06:21.056,value -2020-07-09 11:06:21.056,1,seed name1, source name3, sg5923, 2020-07-09 11:06:21.056,value -2020-07-09 11:06:21.056,1,seed name2, source name4, sg5923, 2020-07-09 11:06:21.056,value -2020-07-09 11:06:21.056,1,seed name3, source name5, sg5923, 2020-07-09 11:06:21.056,value -2020-07-09 11:06:21.056,1,stop being lazy with names, source name99, sg5923, 2020-07-09 11:06:21.056,value -2020-07-09 11:06:21.056,1,seed name4, source name6?, sg5923, 2020-07-09 11:06:21.056,value -2020-07-09 11:06:21.056,1,seed name5, source name7, sg5923, 2020-07-09 11:06:21.056,value -2020-07-09 11:06:21.056,1,seed name6, source name8, sg5923, 2020-07-09 11:06:21.056,value -2020-07-09 11:06:21.056,1,i got lazy with names, source name99, sg5923, 2020-07-09 11:06:21.056,value \ No newline at end of file +2020-07-09 11:06:21.056,1,seed name, source name, sg5923,2020-07-09 11:06:21.056,value +2020-07-09 11:06:21.056,1,seed data is cool, source name1, sg5923,2020-07-09 11:06:21.056,value +2020-07-09 11:06:21.056,1,i can make these names whatever i want, source name2, sg5923,2020-07-09 11:06:21.056,value +2020-07-09 11:06:21.056,1,seed name1, source name3, sg5923,2020-07-09 11:06:21.056,value +2020-07-09 11:06:21.056,1,seed name2, source name4, sg5923,2020-07-09 11:06:21.056,value +2020-07-09 11:06:21.056,1,seed name3, source name5, sg5923,2020-07-09 11:06:21.056,value +2020-07-09 11:06:21.056,1,stop being lazy with names, source name99, sg5923,2020-07-09 11:06:21.056,value +2020-07-09 11:06:21.056,1,seed name4, source name6?, sg5923,2020-07-09 11:06:21.056,value +2020-07-09 11:06:21.056,1,seed name5, source name7, sg5923,2020-07-09 11:06:21.056,value +2020-07-09 11:06:21.056,1,seed name6, source name8, sg5923,2020-07-09 11:06:21.056,value +2020-07-09 11:06:21.056,1,i got lazy with names, source name99, sg5923,2020-07-09 11:06:21.056,value \ No newline at end of file diff --git a/macros/all_passthrough_column_check.sql b/macros/all_passthrough_column_check.sql new file mode 100644 index 0000000..08eda12 --- /dev/null +++ b/macros/all_passthrough_column_check.sql @@ -0,0 +1,10 @@ +{% macro all_passthrough_column_check(relation, get_columns) %} + +{% set available_passthrough_columns = fivetran_utils.remove_prefix_from_columns( + columns=adapter.get_columns_in_relation(ref(relation)), + prefix='property_', exclude=get_macro_columns(get_columns)) + %} + +{{ return(available_passthrough_columns|length) }} + +{% endmacro %} \ No newline at end of file diff --git a/macros/get_company_columns.sql b/macros/get_company_columns.sql index c9fa1e3..429b37c 100644 --- a/macros/get_company_columns.sql +++ b/macros/get_company_columns.sql @@ -2,18 +2,18 @@ {% set columns = [ {"name": "_fivetran_synced", "datatype": dbt.type_timestamp()}, - {"name": "id", "datatype": dbt.type_int()}, - {"name": "is_deleted", "datatype": "boolean"}, - {"name": "property_name", "datatype": dbt.type_string()}, - {"name": "property_description", "datatype": dbt.type_string()}, - {"name": "property_createdate", "datatype": dbt.type_timestamp()}, - {"name": "property_industry", "datatype": dbt.type_string()}, - {"name": "property_address", "datatype": dbt.type_string()}, - {"name": "property_address_2", "datatype": dbt.type_string()}, - {"name": "property_city", "datatype": dbt.type_string()}, - {"name": "property_state", "datatype": dbt.type_string()}, - {"name": "property_country", "datatype": dbt.type_string()}, - {"name": "property_annualrevenue", "datatype": dbt.type_int()} + {"name": "id", "datatype": dbt.type_int(), "alias": "company_id"}, + {"name": "is_deleted", "datatype": "boolean", "alias": "is_company_deleted"}, + {"name": "property_name", "datatype": dbt.type_string(), "alias": "company_name"}, + {"name": "property_description", "datatype": dbt.type_string(), "alias": "description"}, + {"name": "property_createdate", "datatype": dbt.type_timestamp(), "alias": "created_at"}, + {"name": "property_industry", "datatype": dbt.type_string(), "alias": "industry"}, + {"name": "property_address", "datatype": dbt.type_string(), "alias": "street_address"}, + {"name": "property_address_2", "datatype": dbt.type_string(), "alias": "street_address_2"}, + {"name": "property_city", "datatype": dbt.type_string(), "alias": "city"}, + {"name": "property_state", "datatype": dbt.type_string(), "alias": "state"}, + {"name": "property_country", "datatype": dbt.type_string(), "alias": "country"}, + {"name": "property_annualrevenue", "datatype": dbt.type_int(), "alias": "company_annual_revenue"} ] %} {{ fivetran_utils.add_pass_through_columns(columns, var('hubspot__company_pass_through_columns')) }} diff --git a/macros/get_contact_columns.sql b/macros/get_contact_columns.sql index 9b32e78..a2e31c8 100644 --- a/macros/get_contact_columns.sql +++ b/macros/get_contact_columns.sql @@ -1,16 +1,17 @@ {% macro get_contact_columns() %} {% set columns = [ - {"name": "_fivetran_deleted", "datatype": "boolean"}, + {"name": "_fivetran_deleted", "datatype": "boolean", "alias": "is_contact_deleted"}, {"name": "_fivetran_synced", "datatype": dbt.type_timestamp()}, - {"name": "id", "datatype": dbt.type_int()}, - {"name": "property_email", "datatype": dbt.type_string()}, - {"name": "property_company", "datatype": dbt.type_string()}, - {"name": "property_firstname", "datatype": dbt.type_string()}, - {"name": "property_lastname", "datatype": dbt.type_string()}, - {"name": "property_createdate", "datatype": dbt.type_timestamp()}, - {"name": "property_jobtitle", "datatype": dbt.type_string()}, - {"name": "property_annualrevenue", "datatype": dbt.type_int()} + {"name": "id", "datatype": dbt.type_int(), "alias": "contact_id"}, + {"name": "property_hs_calculated_merged_vids", "datatype": dbt.type_string(), "alias": "calculated_merged_vids"}, + {"name": "property_email", "datatype": dbt.type_string(), "alias": "email"}, + {"name": "property_company", "datatype": dbt.type_string(), "alias": "contact_company"}, + {"name": "property_firstname", "datatype": dbt.type_string(), "alias": "first_name"}, + {"name": "property_lastname", "datatype": dbt.type_string(), "alias": "last_name"}, + {"name": "property_createdate", "datatype": dbt.type_timestamp(), "alias": "created_at"}, + {"name": "property_jobtitle", "datatype": dbt.type_string(), "alias": "job_title"}, + {"name": "property_annualrevenue", "datatype": dbt.type_int(), "alias": "company_annual_revenue"} ] %} {{ fivetran_utils.add_pass_through_columns(columns, var('hubspot__contact_pass_through_columns')) }} diff --git a/macros/get_deal_columns.sql b/macros/get_deal_columns.sql index 35b0c2a..cbfd41b 100644 --- a/macros/get_deal_columns.sql +++ b/macros/get_deal_columns.sql @@ -5,14 +5,14 @@ {"name": "deal_id", "datatype": dbt.type_int()}, {"name": "deal_pipeline_id", "datatype": dbt.type_string()}, {"name": "deal_pipeline_stage_id", "datatype": dbt.type_string()}, - {"name": "is_deleted", "datatype": "boolean"}, + {"name": "is_deleted", "datatype": "boolean", "alias": "is_deal_deleted"}, {"name": "owner_id", "datatype": dbt.type_int()}, {"name": "portal_id", "datatype": dbt.type_int()}, - {"name": "property_dealname", "datatype": dbt.type_string()}, - {"name": "property_description", "datatype": dbt.type_string()}, - {"name": "property_amount", "datatype": dbt.type_int()}, - {"name": "property_closedate", "datatype": dbt.type_timestamp()}, - {"name": "property_createdate", "datatype": dbt.type_timestamp()} + {"name": "property_dealname", "datatype": dbt.type_string(), "alias": "deal_name"}, + {"name": "property_description", "datatype": dbt.type_string(), "alias": "description"}, + {"name": "property_amount", "datatype": dbt.type_int(), "alias": "amount"}, + {"name": "property_closedate", "datatype": dbt.type_timestamp(), "alias": "closed_at"}, + {"name": "property_createdate", "datatype": dbt.type_timestamp(), "alias": "created_at"} ] %} {{ fivetran_utils.add_pass_through_columns(columns, var('hubspot__deal_pass_through_columns')) }} diff --git a/macros/get_macro_columns.sql b/macros/get_macro_columns.sql new file mode 100644 index 0000000..32b2165 --- /dev/null +++ b/macros/get_macro_columns.sql @@ -0,0 +1,9 @@ +{%- macro get_macro_columns(get_column_macro) -%} + + {%- set macro_column_names = [] -%} + {%- for col in get_column_macro -%} + {%- set macro_column_names = macro_column_names.append(col.name | upper if target.type == 'snowflake' else col.name) -%} + {%- endfor -%} + +{{ return(macro_column_names) }} +{%- endmacro -%} \ No newline at end of file diff --git a/macros/get_ticket_columns.sql b/macros/get_ticket_columns.sql index af8b8e7..f298751 100644 --- a/macros/get_ticket_columns.sql +++ b/macros/get_ticket_columns.sql @@ -2,18 +2,18 @@ {% set columns = [ {"name": "_fivetran_synced", "datatype": dbt.type_timestamp()}, - {"name": "id", "datatype": dbt.type_int()}, - {"name": "is_deleted", "datatype": "boolean"}, - {"name": "property_closed_date", "datatype": dbt.type_timestamp()}, - {"name": "property_createdate", "datatype": dbt.type_timestamp()}, - {"name": "property_first_agent_reply_date", "datatype": dbt.type_timestamp()}, - {"name": "property_hs_pipeline", "datatype": dbt.type_string()}, - {"name": "property_hs_pipeline_stage", "datatype": dbt.type_string()}, - {"name": "property_hs_ticket_category", "datatype": dbt.type_string()}, - {"name": "property_hs_ticket_priority", "datatype": dbt.type_string()}, - {"name": "property_hubspot_owner_id", "datatype": dbt.type_int()}, - {"name": "property_subject", "datatype": dbt.type_string()}, - {"name": "property_content", "datatype": dbt.type_string()} + {"name": "id", "datatype": dbt.type_int(), "alias": "ticket_id"}, + {"name": "is_deleted", "datatype": "boolean", "alias": "is_ticket_deleted"}, + {"name": "property_closed_date", "datatype": dbt.type_timestamp(), "alias": "closed_at"}, + {"name": "property_createdate", "datatype": dbt.type_timestamp(), "alias": "created_at"}, + {"name": "property_first_agent_reply_date", "datatype": dbt.type_timestamp(), "alias": "first_agent_reply_at"}, + {"name": "property_hs_pipeline", "datatype": dbt.type_string(), "alias": "ticket_pipeline_id"}, + {"name": "property_hs_pipeline_stage", "datatype": dbt.type_string(), "alias": "ticket_pipeline_stage_id"}, + {"name": "property_hs_ticket_category", "datatype": dbt.type_string(), "alias": "ticket_category"}, + {"name": "property_hs_ticket_priority", "datatype": dbt.type_string(), "alias": "ticket_priority"}, + {"name": "property_hubspot_owner_id", "datatype": dbt.type_int(), "alias": "owner_id"}, + {"name": "property_subject", "datatype": dbt.type_string(), "alias": "ticket_subject"}, + {"name": "property_content", "datatype": dbt.type_string(), "alias": "ticket_content"} ] %} {{ fivetran_utils.add_pass_through_columns(columns, var('hubspot__ticket_pass_through_columns')) }} diff --git a/models/src_hubspot.yml b/models/src_hubspot.yml index 3ad4815..4742a69 100644 --- a/models/src_hubspot.yml +++ b/models/src_hubspot.yml @@ -162,7 +162,8 @@ sources: - name: contact_merge_audit identifier: "{{ var('hubspot_contact_merge_audit_identifier', 'contact_merge_audit')}}" - description: Each record contains a contact merge event and the contacts effected by the merge. + description: > + DEPRECATED FOR NON-BIGQUERY USERS (will be deprecated on BigQuery as well). Each record contains a contact merge event and the contacts effected by the merge. config: enabled: "{{ var('hubspot_marketing_enabled', true) and var('hubspot_contact_merge_audit_enabled', false) }}" columns: @@ -229,6 +230,12 @@ sources: - name: property_annualrevenue description: The contact's annual company revenue. + - name: property_hs_calculated_merged_vids + description: > + List of mappings representing contact IDs that have been merged into the contact at hand. + Format: :;: + This field has replaced the `CONTACT_MERGE_AUDIT` table, which was deprecated by the Hubspot v3 CRM API. + - name: contact_form_submission identifier: "{{ var('hubspot_contact_form_submission_identifier', 'contact_form_submission')}}" description: Table containing contact form submission information diff --git a/models/stg_hubspot__company.sql b/models/stg_hubspot__company.sql index eba7e2a..38b6613 100644 --- a/models/stg_hubspot__company.sql +++ b/models/stg_hubspot__company.sql @@ -19,33 +19,40 @@ with base as ( ), fields as ( select - id as company_id, - is_deleted as is_company_deleted, {% if var('hubspot__pass_through_all_columns', false) %} - -- just pass everything through - {{ + {{ + fivetran_utils.fill_staging_columns( + source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__company_tmp')), + staging_columns=get_company_columns() + ) + }} + {% if all_passthrough_column_check('stg_hubspot__company_tmp',get_company_columns()) > 0 %} + -- just pass everything through if extra columns are present, but ensure required columns are present. + ,{{ fivetran_utils.remove_prefix_from_columns( columns=adapter.get_columns_in_relation(ref('stg_hubspot__company_tmp')), - prefix='property_', exclude=['id', 'is_deleted'] - ) + prefix='property_', exclude=get_macro_columns(get_company_columns())) }} - + {% endif %} from base {% else %} -- just default columns + explicitly configured passthrough columns - _fivetran_synced, - property_name as company_name, - property_description as description, - property_createdate as created_at, - property_industry as industry, - property_address as street_address, - property_address_2 as street_address_2, - property_city as city, - property_state as state, - property_country as country, - property_annualrevenue as company_annual_revenue + -- a few columns below are aliased within the macros/get_company_columns.sql macro + company_id, + is_company_deleted, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, + company_name, + description, + created_at, + industry, + street_address, + street_address_2, + city, + state, + country, + company_annual_revenue --The below macro adds the fields defined within your hubspot__ticket_pass_through_columns variable into the staging model {{ fivetran_utils.fill_pass_through_columns('hubspot__company_pass_through_columns') }} diff --git a/models/stg_hubspot__company_property_history.sql b/models/stg_hubspot__company_property_history.sql index cc7f625..b6cf7d4 100644 --- a/models/stg_hubspot__company_property_history.sql +++ b/models/stg_hubspot__company_property_history.sql @@ -19,12 +19,12 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, company_id, name as field_name, source as change_source, source_id as change_source_id, - change_timestamp, -- source field name = timestamp ; alias declared in macros/get_company_property_history_columns.sql + cast(change_timestamp as {{ dbt.type_timestamp() }}) as change_timestamp, -- source field name = timestamp ; alias declared in macros/get_company_property_history_columns.sql value as new_value from macro diff --git a/models/stg_hubspot__contact.sql b/models/stg_hubspot__contact.sql index b31021b..edecb29 100644 --- a/models/stg_hubspot__contact.sql +++ b/models/stg_hubspot__contact.sql @@ -19,28 +19,38 @@ with base as ( ), fields as ( select - id as contact_id, - _fivetran_deleted as is_contact_deleted, {% if var('hubspot__pass_through_all_columns', false) %} - -- just pass everything through - {{ + {{ + fivetran_utils.fill_staging_columns( + source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__contact_tmp')), + staging_columns=get_contact_columns() + ) + }} + {% if all_passthrough_column_check('stg_hubspot__contact_tmp',get_contact_columns()) > 0 %} + -- just pass everything through if extra columns are present, but ensure required columns are present. + ,{{ fivetran_utils.remove_prefix_from_columns( columns=adapter.get_columns_in_relation(ref('stg_hubspot__contact_tmp')), - prefix='property_', exclude=['id', 'property_contact_id','_fivetran_deleted']) + prefix='property_', exclude=get_macro_columns(get_contact_columns())) }} + {% endif %} from base {% else %} - -- just default columns + explicitly configured passthrough columns - property_email as email, - property_company as contact_company, - property_firstname as first_name, - property_lastname as last_name, - property_createdate as created_at, - property_jobtitle as job_title, - property_annualrevenue as company_annual_revenue, - _fivetran_synced + -- just default columns + explicitly configured passthrough columns. + -- a few columns below are aliased within the macros/get_contact_columns.sql macro + contact_id, + is_contact_deleted, + calculated_merged_vids, -- will be null for BigQuery users until v3 api is rolled out to them + email, + contact_company, + first_name, + last_name, + cast(created_at as {{ dbt.type_timestamp() }}) as created_at, + job_title, + company_annual_revenue, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced --The below macro adds the fields defined within your hubspot__contact_pass_through_columns variable into the staging model {{ fivetran_utils.fill_pass_through_columns('hubspot__contact_pass_through_columns') }} diff --git a/models/stg_hubspot__contact.yml b/models/stg_hubspot__contact.yml index e8ebb9b..f161bea 100644 --- a/models/stg_hubspot__contact.yml +++ b/models/stg_hubspot__contact.yml @@ -155,3 +155,9 @@ models: - name: company_annual_revenue description: The contact's annual company revenue. + + - name: calculated_merged_vids + description: > + List of mappings representing contact IDs that have been merged into the contact at hand. + Format: :;: + This field has replaced the `CONTACT_MERGE_AUDIT` table, which was deprecated by the Hubspot v3 CRM API. \ No newline at end of file diff --git a/models/stg_hubspot__contact_list.sql b/models/stg_hubspot__contact_list.sql index 79cb60e..1cbcd5a 100644 --- a/models/stg_hubspot__contact_list.sql +++ b/models/stg_hubspot__contact_list.sql @@ -20,19 +20,19 @@ with base as ( select _fivetran_deleted as is_contact_list_deleted, - _fivetran_synced, - created_at as created_timestamp, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, + cast(created_at as {{ dbt.type_timestamp() }}) as created_timestamp, deleteable as is_deletable, dynamic as is_dynamic, id as contact_list_id, metadata_error, - metadata_last_processing_state_change_at, - metadata_last_size_change_at, + cast(metadata_last_processing_state_change_at as {{ dbt.type_timestamp() }}) as metadata_last_processing_state_change_at, + cast(metadata_last_size_change_at as {{ dbt.type_timestamp() }}) as metadata_last_size_change_at, metadata_processing, metadata_size, name as contact_list_name, portal_id, - updated_at as updated_timestamp + cast(updated_at as {{ dbt.type_timestamp() }}) as updated_timestamp from macro ) diff --git a/models/stg_hubspot__contact_list_member.sql b/models/stg_hubspot__contact_list_member.sql index 33b2fab..6289ed3 100644 --- a/models/stg_hubspot__contact_list_member.sql +++ b/models/stg_hubspot__contact_list_member.sql @@ -20,8 +20,8 @@ with base as ( select _fivetran_deleted as is_contact_list_member_deleted, - _fivetran_synced, - added_at as added_timestamp, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, + cast(added_at as {{ dbt.type_timestamp() }}) as added_timestamp, contact_id, contact_list_id from macro diff --git a/models/stg_hubspot__contact_merge_audit.sql b/models/stg_hubspot__contact_merge_audit.sql index 4843dce..62a95a5 100644 --- a/models/stg_hubspot__contact_merge_audit.sql +++ b/models/stg_hubspot__contact_merge_audit.sql @@ -25,14 +25,15 @@ with base as ( first_name, last_name, num_properties_moved, - {% if target.type == 'redshift' %} + cast( + {%- if target.type == 'redshift' %} "timestamp" - {% else %} - timestamp {% endif %} - as timestamp_at, + {%- else %} + timestamp {%- endif %} + as {{ dbt.type_timestamp() }}) as timestamp_at, user_id, vid_to_merge, - _fivetran_synced + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced from macro ) diff --git a/models/stg_hubspot__contact_property_history.sql b/models/stg_hubspot__contact_property_history.sql index 9d4210f..9436a3b 100644 --- a/models/stg_hubspot__contact_property_history.sql +++ b/models/stg_hubspot__contact_property_history.sql @@ -19,12 +19,12 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, contact_id, name as field_name, source as change_source, source_id as change_source_id, - change_timestamp, -- source field name = timestamp ; alias declared in macros/get_contact_property_history_columns.sql + cast(change_timestamp as {{ dbt.type_timestamp() }}) as change_timestamp, -- source field name = timestamp ; alias declared in macros/get_contact_property_history_columns.sql value as new_value from macro diff --git a/models/stg_hubspot__deal.sql b/models/stg_hubspot__deal.sql index c5154c1..ff5da0f 100644 --- a/models/stg_hubspot__deal.sql +++ b/models/stg_hubspot__deal.sql @@ -19,31 +19,39 @@ with base as ( ), fields as ( select - property_dealname as deal_name, - property_closedate as closed_at, - property_createdate as created_at, - is_deleted as is_deal_deleted, {% if var('hubspot__pass_through_all_columns', false) %} - -- just pass everything else through - {{ + {{ + fivetran_utils.fill_staging_columns( + source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__deal_tmp')), + staging_columns=get_deal_columns() + ) + }} + {% if all_passthrough_column_check('stg_hubspot__deal_tmp',get_deal_columns()) > 0 %} + -- just pass everything through if extra columns are present, but ensure required columns are present. + ,{{ fivetran_utils.remove_prefix_from_columns( columns=adapter.get_columns_in_relation(ref('stg_hubspot__deal_tmp')), - prefix='property_', - exclude=['property_dealname','property_closedate','property_createdate', 'is_deleted']) + prefix='property_',exclude=get_macro_columns(get_deal_columns())) }} + {% endif %} from base {% else %} -- just default columns + explicitly configured passthrough columns - _fivetran_synced, + -- a few columns below are aliased within the macros/get_deal_columns.sql macro + deal_name, + cast(closed_at as {{ dbt.type_timestamp() }}) as closed_at, + cast(created_at as {{ dbt.type_timestamp() }}) as created_at, + is_deal_deleted, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, deal_id, cast(deal_pipeline_id as {{ dbt.type_string() }}) as deal_pipeline_id, cast(deal_pipeline_stage_id as {{ dbt.type_string() }}) as deal_pipeline_stage_id, owner_id, portal_id, - property_description as description, - property_amount as amount + description, + amount --The below macro adds the fields defined within your hubspot__deal_pass_through_columns variable into the staging model {{ fivetran_utils.fill_pass_through_columns('hubspot__deal_pass_through_columns') }} diff --git a/models/stg_hubspot__deal_company.sql b/models/stg_hubspot__deal_company.sql index 19ff4b0..dc78bcf 100644 --- a/models/stg_hubspot__deal_company.sql +++ b/models/stg_hubspot__deal_company.sql @@ -21,7 +21,7 @@ with base as ( select company_id, deal_id, - _fivetran_synced + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced from macro diff --git a/models/stg_hubspot__deal_contact.sql b/models/stg_hubspot__deal_contact.sql index d7167ce..e37351d 100644 --- a/models/stg_hubspot__deal_contact.sql +++ b/models/stg_hubspot__deal_contact.sql @@ -21,7 +21,7 @@ with base as ( select contact_id, deal_id, - _fivetran_synced + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced from macro diff --git a/models/stg_hubspot__deal_pipeline.sql b/models/stg_hubspot__deal_pipeline.sql index a3f3031..d5bddd5 100644 --- a/models/stg_hubspot__deal_pipeline.sql +++ b/models/stg_hubspot__deal_pipeline.sql @@ -20,7 +20,7 @@ with base as ( select _fivetran_deleted as is_deal_pipeline_deleted, - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, active as is_active, display_order, label as pipeline_label, diff --git a/models/stg_hubspot__deal_pipeline_stage.sql b/models/stg_hubspot__deal_pipeline_stage.sql index a7ec767..9e4895e 100644 --- a/models/stg_hubspot__deal_pipeline_stage.sql +++ b/models/stg_hubspot__deal_pipeline_stage.sql @@ -20,7 +20,7 @@ with base as ( select _fivetran_deleted as is_deal_pipeline_stage_deleted, - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, active as is_active, closed_won as is_closed_won, display_order, diff --git a/models/stg_hubspot__deal_property_history.sql b/models/stg_hubspot__deal_property_history.sql index f75d36d..7cc1d82 100644 --- a/models/stg_hubspot__deal_property_history.sql +++ b/models/stg_hubspot__deal_property_history.sql @@ -19,12 +19,12 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, deal_id, name as field_name, source as change_source, source_id as change_source_id, - change_timestamp, -- source field name = timestamp ; alias declared in macros/get_deal_property_history_columns.sql + cast(change_timestamp as {{ dbt.type_timestamp() }}) as change_timestamp, -- source field name = timestamp ; alias declared in macros/get_deal_property_history_columns.sql value as new_value from macro diff --git a/models/stg_hubspot__deal_stage.sql b/models/stg_hubspot__deal_stage.sql index 428faec..28aa16d 100644 --- a/models/stg_hubspot__deal_stage.sql +++ b/models/stg_hubspot__deal_stage.sql @@ -23,14 +23,14 @@ fields as ( final as ( select - date_entered, + cast(date_entered as {{ dbt.type_timestamp() }}) as date_entered, deal_id, source, source_id, value as deal_stage_name, _fivetran_active, - _fivetran_end, - _fivetran_start + cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end, + cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start from fields ) diff --git a/models/stg_hubspot__email_campaign.sql b/models/stg_hubspot__email_campaign.sql index 59925ee..ba39bc5 100644 --- a/models/stg_hubspot__email_campaign.sql +++ b/models/stg_hubspot__email_campaign.sql @@ -19,7 +19,7 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, app_id, app_name, content_id, diff --git a/models/stg_hubspot__email_event.sql b/models/stg_hubspot__email_event.sql index 23c6f05..e3e9515 100644 --- a/models/stg_hubspot__email_event.sql +++ b/models/stg_hubspot__email_event.sql @@ -19,19 +19,19 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, app_id, - caused_by_created as caused_timestamp, + cast(caused_by_created as {{ dbt.type_timestamp() }}) as caused_timestamp, caused_by_id as caused_by_event_id, - created as created_timestamp, + cast(created as {{ dbt.type_timestamp() }}) as created_timestamp, email_campaign_id, filtered_event as is_filtered_event, id as event_id, - obsoleted_by_created as obsoleted_timestamp, + cast(obsoleted_by_created as {{ dbt.type_timestamp() }}) as obsoleted_timestamp, obsoleted_by_id as obsoleted_by_event_id, portal_id, recipient as recipient_email_address, - sent_by_created as sent_timestamp, + cast(sent_by_created as {{ dbt.type_timestamp() }}) as sent_timestamp, sent_by_id as sent_by_event_id, type as event_type from macro diff --git a/models/stg_hubspot__email_event_bounce.sql b/models/stg_hubspot__email_event_bounce.sql index edc3934..7d5879d 100644 --- a/models/stg_hubspot__email_event_bounce.sql +++ b/models/stg_hubspot__email_event_bounce.sql @@ -20,7 +20,7 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, category as bounce_category, id as event_id, response as returned_response, diff --git a/models/stg_hubspot__email_event_click.sql b/models/stg_hubspot__email_event_click.sql index 61626bd..0c71f26 100644 --- a/models/stg_hubspot__email_event_click.sql +++ b/models/stg_hubspot__email_event_click.sql @@ -19,7 +19,7 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, browser, id as event_id, ip_address, diff --git a/models/stg_hubspot__email_event_deferred.sql b/models/stg_hubspot__email_event_deferred.sql index bd472eb..a18570f 100644 --- a/models/stg_hubspot__email_event_deferred.sql +++ b/models/stg_hubspot__email_event_deferred.sql @@ -19,7 +19,7 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, attempt as attempt_number, id as event_id, response as returned_response diff --git a/models/stg_hubspot__email_event_delivered.sql b/models/stg_hubspot__email_event_delivered.sql index 65b7f77..065d115 100644 --- a/models/stg_hubspot__email_event_delivered.sql +++ b/models/stg_hubspot__email_event_delivered.sql @@ -19,7 +19,7 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, id as event_id, response as returned_response, smtp_id diff --git a/models/stg_hubspot__email_event_dropped.sql b/models/stg_hubspot__email_event_dropped.sql index c268390..6501c83 100644 --- a/models/stg_hubspot__email_event_dropped.sql +++ b/models/stg_hubspot__email_event_dropped.sql @@ -19,7 +19,7 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, bcc as bcc_emails, cc as cc_emails, drop_message, diff --git a/models/stg_hubspot__email_event_forward.sql b/models/stg_hubspot__email_event_forward.sql index d62d71b..b1377d3 100644 --- a/models/stg_hubspot__email_event_forward.sql +++ b/models/stg_hubspot__email_event_forward.sql @@ -19,7 +19,7 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, browser, id as event_id, ip_address, diff --git a/models/stg_hubspot__email_event_open.sql b/models/stg_hubspot__email_event_open.sql index 7fb2a93..6f35fcf 100644 --- a/models/stg_hubspot__email_event_open.sql +++ b/models/stg_hubspot__email_event_open.sql @@ -19,7 +19,7 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, browser, duration as duration_open, id as event_id, diff --git a/models/stg_hubspot__email_event_print.sql b/models/stg_hubspot__email_event_print.sql index eab5867..b1eb314 100644 --- a/models/stg_hubspot__email_event_print.sql +++ b/models/stg_hubspot__email_event_print.sql @@ -19,7 +19,7 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, browser, id as event_id, ip_address, diff --git a/models/stg_hubspot__email_event_sent.sql b/models/stg_hubspot__email_event_sent.sql index b64068e..b0ca993 100644 --- a/models/stg_hubspot__email_event_sent.sql +++ b/models/stg_hubspot__email_event_sent.sql @@ -19,7 +19,7 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, bcc as bcc_emails, cc as cc_emails, from_email, -- source field name = from ; alias declared in macros/get_email_event_sent_columns.sql diff --git a/models/stg_hubspot__email_event_spam_report.sql b/models/stg_hubspot__email_event_spam_report.sql index 468b897..84e9a73 100644 --- a/models/stg_hubspot__email_event_spam_report.sql +++ b/models/stg_hubspot__email_event_spam_report.sql @@ -19,7 +19,7 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, id as event_id, ip_address, user_agent diff --git a/models/stg_hubspot__email_event_status_change.sql b/models/stg_hubspot__email_event_status_change.sql index 88e9bb9..131952c 100644 --- a/models/stg_hubspot__email_event_status_change.sql +++ b/models/stg_hubspot__email_event_status_change.sql @@ -19,7 +19,7 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, bounced as is_bounced, id as event_id, portal_subscription_status as subscription_status, diff --git a/models/stg_hubspot__engagement.sql b/models/stg_hubspot__engagement.sql index d13a84c..9da7365 100644 --- a/models/stg_hubspot__engagement.sql +++ b/models/stg_hubspot__engagement.sql @@ -19,15 +19,15 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, active as is_active, activity_type, - created_at as created_timestamp, + cast(created_at as {{ dbt.type_timestamp() }}) as created_timestamp, id as engagement_id, - last_updated as last_updated_timestamp, + cast(last_updated as {{ dbt.type_timestamp() }}) as last_updated_timestamp, owner_id, portal_id, - occurred_timestamp, -- source field name = timestamp ; alias declared in macros/get_engagement_columns.sql + cast(occurred_timestamp as {{ dbt.type_timestamp() }}) as occurred_timestamp, -- source field name = timestamp ; alias declared in macros/get_engagement_columns.sql engagement_type from macro diff --git a/models/stg_hubspot__engagement_call.sql b/models/stg_hubspot__engagement_call.sql index bcc4d8d..ea8b076 100644 --- a/models/stg_hubspot__engagement_call.sql +++ b/models/stg_hubspot__engagement_call.sql @@ -19,7 +19,7 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, body as call_notes, callee_object_id, callee_object_type, diff --git a/models/stg_hubspot__engagement_company.sql b/models/stg_hubspot__engagement_company.sql index 9611ee2..2d0cbe3 100644 --- a/models/stg_hubspot__engagement_company.sql +++ b/models/stg_hubspot__engagement_company.sql @@ -19,7 +19,7 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, company_id, engagement_id from macro diff --git a/models/stg_hubspot__engagement_contact.sql b/models/stg_hubspot__engagement_contact.sql index 22587b7..b437dac 100644 --- a/models/stg_hubspot__engagement_contact.sql +++ b/models/stg_hubspot__engagement_contact.sql @@ -19,7 +19,7 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, contact_id, engagement_id from macro diff --git a/models/stg_hubspot__engagement_deal.sql b/models/stg_hubspot__engagement_deal.sql index 6b11519..c1c8371 100644 --- a/models/stg_hubspot__engagement_deal.sql +++ b/models/stg_hubspot__engagement_deal.sql @@ -19,7 +19,7 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, deal_id, engagement_id from macro diff --git a/models/stg_hubspot__engagement_email.sql b/models/stg_hubspot__engagement_email.sql index 248bbe5..fa324c7 100644 --- a/models/stg_hubspot__engagement_email.sql +++ b/models/stg_hubspot__engagement_email.sql @@ -19,11 +19,11 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, attached_video_id, attached_video_opened as was_attached_video_opened, attached_video_watched as was_attached_video_watched, - email_send_event_id_created as email_send_event_created_timestamp, + cast(email_send_event_id_created as {{ dbt.type_timestamp() }}) as email_send_event_created_timestamp, email_send_event_id_id as email_send_event_id, engagement_id, error_message, diff --git a/models/stg_hubspot__engagement_meeting.sql b/models/stg_hubspot__engagement_meeting.sql index bc137c4..d2c90e6 100644 --- a/models/stg_hubspot__engagement_meeting.sql +++ b/models/stg_hubspot__engagement_meeting.sql @@ -19,17 +19,17 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, body as meeting_notes, created_from_link_id, - end_time as end_timestamp, + cast(end_time as {{ dbt.type_timestamp() }}) as end_timestamp, engagement_id, external_url, meeting_outcome, pre_meeting_prospect_reminders, source, source_id, - start_time as start_timestamp, + cast(start_time as {{ dbt.type_timestamp() }}) as start_timestamp, title as meeting_title, web_conference_meeting_id from macro diff --git a/models/stg_hubspot__engagement_note.sql b/models/stg_hubspot__engagement_note.sql index e427196..b0175b9 100644 --- a/models/stg_hubspot__engagement_note.sql +++ b/models/stg_hubspot__engagement_note.sql @@ -19,7 +19,7 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, body as note, engagement_id from macro diff --git a/models/stg_hubspot__engagement_task.sql b/models/stg_hubspot__engagement_task.sql index 5b84392..b801cd7 100644 --- a/models/stg_hubspot__engagement_task.sql +++ b/models/stg_hubspot__engagement_task.sql @@ -32,13 +32,13 @@ field. ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, body as task_note, {% if 'tzinfo=' not in results_list %} {{ dbt.safe_cast('completion_date', 'timestamp') }} as completion_timestamp, {% else %} - completion_date as completion_timestamp, + cast(completion_date as {{ dbt.type_timestamp() }}) as completion_timestamp, {% endif %} engagement_id, diff --git a/models/stg_hubspot__owner.sql b/models/stg_hubspot__owner.sql index 9f20139..2d72d68 100644 --- a/models/stg_hubspot__owner.sql +++ b/models/stg_hubspot__owner.sql @@ -19,15 +19,15 @@ with base as ( ), fields as ( select - _fivetran_synced, - created_at as created_timestamp, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, + cast(created_at as {{ dbt.type_timestamp() }}) as created_timestamp, email as email_address, first_name, last_name, owner_id, portal_id, type as owner_type, - updated_at as updated_timestamp, + cast(updated_at as {{ dbt.type_timestamp() }}) as updated_timestamp, trim( {{ dbt.concat(['first_name', "' '", 'last_name']) }} ) as full_name from macro diff --git a/models/stg_hubspot__ticket.sql b/models/stg_hubspot__ticket.sql index f41c210..c7b85b2 100644 --- a/models/stg_hubspot__ticket.sql +++ b/models/stg_hubspot__ticket.sql @@ -19,31 +19,40 @@ with base as ( ), fields as ( select - id as ticket_id, - is_deleted as is_ticket_deleted, {% if var('hubspot__pass_through_all_columns', false) %} - -- just pass everything through - {{ + {{ + fivetran_utils.fill_staging_columns( + source_columns=adapter.get_columns_in_relation(ref('stg_hubspot__ticket_tmp')), + staging_columns=get_ticket_columns() + ) + }} + {% if all_passthrough_column_check('stg_hubspot__ticket_tmp',get_ticket_columns()) > 0 %} + -- just pass everything through if extra columns are present, but ensure required columns are present. + ,{{ fivetran_utils.remove_prefix_from_columns( columns=adapter.get_columns_in_relation(ref('stg_hubspot__ticket_tmp')), - prefix='property_', exclude=['id', 'is_deleted']) + prefix='property_', exclude=get_macro_columns(get_ticket_columns())) }} + {% endif %} from base {% else %} -- just default columns + explicitly configured passthrough columns - _fivetran_synced, - property_closed_date as closed_at, - property_createdate as created_at, - property_first_agent_reply_date as first_agent_reply_at, - property_hs_pipeline as ticket_pipeline_id, - property_hs_pipeline_stage as ticket_pipeline_stage_id, - property_hs_ticket_category as ticket_category, - property_hs_ticket_priority as ticket_priority, - property_hubspot_owner_id as owner_id, - property_subject as ticket_subject, - property_content as ticket_content + -- a few columns below are aliased within the macros/get_ticket_columns.sql macro + ticket_id, + is_ticket_deleted, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, + cast(closed_at as {{ dbt.type_timestamp() }}) as closed_at, + cast(created_at as {{ dbt.type_timestamp() }}) as created_at, + first_agent_reply_at, + ticket_pipeline_id, + ticket_pipeline_stage_id, + ticket_category, + ticket_priority, + owner_id, + ticket_subject, + ticket_content --The below macro adds the fields defined within your hubspot__ticket_pass_through_columns variable into the staging model {{ fivetran_utils.fill_pass_through_columns('hubspot__ticket_pass_through_columns') }} diff --git a/models/stg_hubspot__ticket_company.sql b/models/stg_hubspot__ticket_company.sql index 6d72771..780ff6d 100644 --- a/models/stg_hubspot__ticket_company.sql +++ b/models/stg_hubspot__ticket_company.sql @@ -19,7 +19,7 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, ticket_id, company_id diff --git a/models/stg_hubspot__ticket_contact.sql b/models/stg_hubspot__ticket_contact.sql index 6fd377c..cce85e7 100644 --- a/models/stg_hubspot__ticket_contact.sql +++ b/models/stg_hubspot__ticket_contact.sql @@ -19,7 +19,7 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, ticket_id, contact_id diff --git a/models/stg_hubspot__ticket_deal.sql b/models/stg_hubspot__ticket_deal.sql index 5f991ff..91accc3 100644 --- a/models/stg_hubspot__ticket_deal.sql +++ b/models/stg_hubspot__ticket_deal.sql @@ -19,7 +19,7 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, ticket_id, deal_id diff --git a/models/stg_hubspot__ticket_engagement.sql b/models/stg_hubspot__ticket_engagement.sql index 10017ad..eb2de70 100644 --- a/models/stg_hubspot__ticket_engagement.sql +++ b/models/stg_hubspot__ticket_engagement.sql @@ -19,7 +19,7 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, ticket_id, engagement_id diff --git a/models/stg_hubspot__ticket_pipeline.sql b/models/stg_hubspot__ticket_pipeline.sql index 460894c..e9a71ef 100644 --- a/models/stg_hubspot__ticket_pipeline.sql +++ b/models/stg_hubspot__ticket_pipeline.sql @@ -25,7 +25,7 @@ final as ( select cast(pipeline_id as {{ dbt.type_int() }} ) as ticket_pipeline_id, _fivetran_deleted as is_ticket_pipeline_deleted, - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, active as is_active, display_order, label as pipeline_label, diff --git a/models/stg_hubspot__ticket_pipeline_stage.sql b/models/stg_hubspot__ticket_pipeline_stage.sql index a787ffa..c6f78c6 100644 --- a/models/stg_hubspot__ticket_pipeline_stage.sql +++ b/models/stg_hubspot__ticket_pipeline_stage.sql @@ -24,7 +24,7 @@ final as ( select _fivetran_deleted as is_ticket_pipeline_stage_deleted, - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, active as is_active, display_order, is_closed, diff --git a/models/stg_hubspot__ticket_property_history.sql b/models/stg_hubspot__ticket_property_history.sql index 76282cd..9e334f8 100644 --- a/models/stg_hubspot__ticket_property_history.sql +++ b/models/stg_hubspot__ticket_property_history.sql @@ -19,12 +19,12 @@ with base as ( ), fields as ( select - _fivetran_synced, + cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced, ticket_id, name as field_name, source as change_source, source_id as change_source_id, - timestamp_instant as change_timestamp, + cast(timestamp_instant as {{ dbt.type_timestamp() }}) as change_timestamp, value as new_value from macro